@prefix tax: <https://semanticdataservices.com/ontology/taxonomy/financial#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dct: <http://purl.org/dc/terms/> .

<https://semanticdataservices.com/ontology/taxonomy/financial> a owl:Ontology ;
  owl:versionIRI <https://semanticdataservices.com/ontology/2026.08/taxonomy/financial> ; owl:versionInfo "2026.08" ;
  dct:title "SDS Financial Controlled Vocabularies"@en ; dct:creator "Semantic Data Services" .

tax:AssetClassScheme a skos:ConceptScheme ; skos:prefLabel "Asset class"@en .
tax:Equity a skos:Concept ; skos:inScheme tax:AssetClassScheme ; skos:prefLabel "Equity"@en ; skos:notation "EQUITY" .
tax:ETF a skos:Concept ; skos:inScheme tax:AssetClassScheme ; skos:prefLabel "Exchange-traded fund"@en ; skos:notation "ETF" ; skos:broader tax:Equity .
tax:FixedIncome a skos:Concept ; skos:inScheme tax:AssetClassScheme ; skos:prefLabel "Fixed income"@en ; skos:notation "FIXED_INCOME" .
tax:Derivative a skos:Concept ; skos:inScheme tax:AssetClassScheme ; skos:prefLabel "Derivative"@en ; skos:notation "DERIVATIVE" .
tax:Currency a skos:Concept ; skos:inScheme tax:AssetClassScheme ; skos:prefLabel "Currency"@en ; skos:notation "CURRENCY" .
tax:Commodity a skos:Concept ; skos:inScheme tax:AssetClassScheme ; skos:prefLabel "Commodity"@en ; skos:notation "COMMODITY" .

tax:OrderSideScheme a skos:ConceptScheme ; skos:prefLabel "Order side"@en .
tax:Buy a skos:Concept ; skos:inScheme tax:OrderSideScheme ; skos:prefLabel "Buy"@en ; skos:notation "BUY" .
tax:Sell a skos:Concept ; skos:inScheme tax:OrderSideScheme ; skos:prefLabel "Sell"@en ; skos:notation "SELL" .
tax:SellShort a skos:Concept ; skos:inScheme tax:OrderSideScheme ; skos:prefLabel "Sell short"@en ; skos:notation "SELL_SHORT" .

tax:SignalDirectionScheme a skos:ConceptScheme ; skos:prefLabel "Signal direction"@en .
tax:Up a skos:Concept ; skos:inScheme tax:SignalDirectionScheme ; skos:prefLabel "Up"@en ; skos:notation "UP" .
tax:Down a skos:Concept ; skos:inScheme tax:SignalDirectionScheme ; skos:prefLabel "Down"@en ; skos:notation "DOWN" .
tax:Neutral a skos:Concept ; skos:inScheme tax:SignalDirectionScheme ; skos:prefLabel "Neutral"@en ; skos:notation "NEUTRAL" .

tax:NISTCSFFunctionScheme a skos:ConceptScheme ; skos:prefLabel "NIST CSF 2.0 function"@en ;
  dct:source <https://www.nist.gov/publications/nist-cybersecurity-framework-csf-20> .
tax:Govern a skos:Concept ; skos:inScheme tax:NISTCSFFunctionScheme ; skos:prefLabel "Govern"@en ; skos:notation "GV" .
tax:Identify a skos:Concept ; skos:inScheme tax:NISTCSFFunctionScheme ; skos:prefLabel "Identify"@en ; skos:notation "ID" .
tax:Protect a skos:Concept ; skos:inScheme tax:NISTCSFFunctionScheme ; skos:prefLabel "Protect"@en ; skos:notation "PR" .
tax:Detect a skos:Concept ; skos:inScheme tax:NISTCSFFunctionScheme ; skos:prefLabel "Detect"@en ; skos:notation "DE" .
tax:Respond a skos:Concept ; skos:inScheme tax:NISTCSFFunctionScheme ; skos:prefLabel "Respond"@en ; skos:notation "RS" .
tax:Recover a skos:Concept ; skos:inScheme tax:NISTCSFFunctionScheme ; skos:prefLabel "Recover"@en ; skos:notation "RC" .

