fibo2023Q3 / src /BP /Process /FinancialContextAndProcess.rdf
wikipunk's picture
add FIBO Q3 2023 release to src
38b6321
raw
history blame
11.1 kB
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE rdf:RDF [
<!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
<!ENTITY cmns-cxtdsg "https://www.omg.org/spec/Commons/ContextualDesignators/">
<!ENTITY dct "http://purl.org/dc/terms/">
<!ENTITY fibo-bp-prc-fcp "https://spec.edmcouncil.org/fibo/ontology/BP/Process/FinancialContextAndProcess/">
<!ENTITY fibo-fbc-fi-fi "https://spec.edmcouncil.org/fibo/ontology/FBC/FinancialInstruments/FinancialInstruments/">
<!ENTITY fibo-fnd-utl-av "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
<!ENTITY owl "http://www.w3.org/2002/07/owl#">
<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
<!ENTITY skos "http://www.w3.org/2004/02/skos/core#">
<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
]>
<rdf:RDF xml:base="https://spec.edmcouncil.org/fibo/ontology/BP/Process/FinancialContextAndProcess/"
xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
xmlns:cmns-cxtdsg="https://www.omg.org/spec/Commons/ContextualDesignators/"
xmlns:dct="http://purl.org/dc/terms/"
xmlns:fibo-bp-prc-fcp="https://spec.edmcouncil.org/fibo/ontology/BP/Process/FinancialContextAndProcess/"
xmlns:fibo-fbc-fi-fi="https://spec.edmcouncil.org/fibo/ontology/FBC/FinancialInstruments/FinancialInstruments/"
xmlns:fibo-fnd-utl-av="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<owl:Ontology rdf:about="https://spec.edmcouncil.org/fibo/ontology/BP/Process/FinancialContextAndProcess/">
<rdfs:label xml:lang="en">Financial Context and Process Ontology</rdfs:label>
<dct:abstract>This ontology defines process concepts in general for refinement and re-use elsewhere in the FIBO business process domain.</dct:abstract>
<dct:license rdf:datatype="&xsd;anyURI">https://opensource.org/licenses/MIT</dct:license>
<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FinancialInstruments/FinancialInstruments/"/>
<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"/>
<owl:imports rdf:resource="https://www.omg.org/spec/Commons/AnnotationVocabulary/"/>
<owl:imports rdf:resource="https://www.omg.org/spec/Commons/ContextualDesignators/"/>
<owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BP/Process/FinancialContextAndProcess/"/>
<fibo-fnd-utl-av:hasMaturityLevel rdf:resource="&fibo-fnd-utl-av;Provisional"/>
<cmns-av:copyright>Copyright (c) 2013-2023 EDM Council, Inc.</cmns-av:copyright>
</owl:Ontology>
<owl:Class rdf:about="&fibo-bp-prc-fcp;Clearing">
<rdfs:subClassOf rdf:resource="&fibo-bp-prc-fcp;ClearingAndSettlement"/>
<rdfs:label xml:lang="en">clearing</rdfs:label>
<skos:definition xml:lang="en">The process by which securities trades are cleared.</skos:definition>
</owl:Class>
<owl:Class rdf:about="&fibo-bp-prc-fcp;ClearingAndSettlement">
<rdfs:subClassOf rdf:resource="&fibo-bp-prc-fcp;FinancialIndustryContext"/>
<rdfs:label xml:lang="en">clearing and settlement</rdfs:label>
<skos:definition xml:lang="en">The business process or service area of securities clearing and settlement.</skos:definition>
</owl:Class>
<owl:Class rdf:about="&fibo-bp-prc-fcp;FinancialIndustryContext">
<rdfs:subClassOf rdf:resource="&cmns-cxtdsg;Context"/>
<rdfs:label xml:lang="en">financial industry context</rdfs:label>
<skos:definition xml:lang="en">The context in which business activites take place within the financial industry, i.e. investment management, wholesale financial markets trading and so on.</skos:definition>
<skos:editorialNote xml:lang="en">REVIEW: Ther precise definition above defines the Scope of this model.</skos:editorialNote>
</owl:Class>
<owl:Class rdf:about="&fibo-bp-prc-fcp;FinancialMarketsRegulation">
<rdfs:subClassOf rdf:resource="&fibo-bp-prc-fcp;FinancialIndustryContext"/>
<rdfs:label xml:lang="en">financial markets regulation</rdfs:label>
</owl:Class>
<owl:Class rdf:about="&fibo-bp-prc-fcp;InvestmentManagement">
<rdfs:subClassOf rdf:resource="&fibo-bp-prc-fcp;FinancialIndustryContext"/>
<rdfs:label xml:lang="en">investment management</rdfs:label>
</owl:Class>
<owl:Class rdf:about="&fibo-bp-prc-fcp;MarketDataProvision">
<rdfs:subClassOf rdf:resource="&fibo-bp-prc-fcp;PreTrade"/>
<rdfs:label xml:lang="en">market data provision</rdfs:label>
</owl:Class>
<owl:Class rdf:about="&fibo-bp-prc-fcp;PortfolioManagement">
<rdfs:subClassOf rdf:resource="&fibo-bp-prc-fcp;InvestmentManagement"/>
<rdfs:label xml:lang="en">portfolio management</rdfs:label>
</owl:Class>
<owl:Class rdf:about="&fibo-bp-prc-fcp;PreTrade">
<rdfs:subClassOf rdf:resource="&fibo-bp-prc-fcp;InvestmentManagement"/>
<rdfs:label xml:lang="en">pre trade</rdfs:label>
</owl:Class>
<owl:Class rdf:about="&fibo-bp-prc-fcp;PretradeQuotes">
<rdfs:subClassOf rdf:resource="&fibo-bp-prc-fcp;PreTrade"/>
<rdfs:label xml:lang="en">pretrade quotes</rdfs:label>
</owl:Class>
<owl:Class rdf:about="&fibo-bp-prc-fcp;PretradeReferenceDataProvision">
<rdfs:subClassOf rdf:resource="&fibo-bp-prc-fcp;PreTrade"/>
<rdfs:label xml:lang="en">pretrade reference data provision</rdfs:label>
</owl:Class>
<owl:Class rdf:about="&fibo-bp-prc-fcp;PrimaryMarket">
<rdfs:subClassOf rdf:resource="&fibo-bp-prc-fcp;FinancialIndustryContext"/>
<rdfs:label xml:lang="en">primary market</rdfs:label>
<skos:definition xml:lang="en">Issuance and primary market trading of new Traded Financial Instruments</skos:definition>
</owl:Class>
<owl:Class rdf:about="&fibo-bp-prc-fcp;PrimaryMarketClosing">
<rdfs:subClassOf rdf:resource="&fibo-bp-prc-fcp;PrimaryMarket"/>
<rdfs:label xml:lang="en">primary market closing</rdfs:label>
</owl:Class>
<owl:Class rdf:about="&fibo-bp-prc-fcp;PrimaryMarketIndicationsOfInterest">
<rdfs:subClassOf rdf:resource="&fibo-bp-prc-fcp;PreTrade"/>
<rdfs:label xml:lang="en">primary market indications of interest</rdfs:label>
</owl:Class>
<owl:Class rdf:about="&fibo-bp-prc-fcp;SecondaryMarketTradingContext">
<rdfs:subClassOf rdf:resource="&fibo-bp-prc-fcp;FinancialIndustryContext"/>
<rdfs:label xml:lang="en">secondary market trading context</rdfs:label>
</owl:Class>
<owl:Class rdf:about="&fibo-bp-prc-fcp;SecuritiesCustody">
<rdfs:subClassOf rdf:resource="&fibo-bp-prc-fcp;FinancialIndustryContext"/>
<rdfs:label xml:lang="en">securities custody</rdfs:label>
</owl:Class>
<owl:Class rdf:about="&fibo-bp-prc-fcp;SecuritiesPostTrade">
<rdfs:subClassOf rdf:resource="&fibo-bp-prc-fcp;FinancialIndustryContext"/>
<rdfs:label xml:lang="en">securities post trade</rdfs:label>
</owl:Class>
<owl:Class rdf:about="&fibo-bp-prc-fcp;SecuritiesPostTradePositionManagement">
<rdfs:subClassOf rdf:resource="&fibo-bp-prc-fcp;SecuritiesPostTrade"/>
<rdfs:label xml:lang="en">securities post trade position management</rdfs:label>
</owl:Class>
<owl:Class rdf:about="&fibo-bp-prc-fcp;SecuritiesTrade">
<rdfs:subClassOf rdf:resource="&fibo-bp-prc-fcp;FinancialIndustryContext"/>
<rdfs:label xml:lang="en">securities trade</rdfs:label>
</owl:Class>
<owl:Class rdf:about="&fibo-bp-prc-fcp;SecuritiesTradeAllocation">
<rdfs:subClassOf rdf:resource="&fibo-bp-prc-fcp;SecuritiesPostTrade"/>
<rdfs:label xml:lang="en">securities trade allocation</rdfs:label>
</owl:Class>
<owl:Class rdf:about="&fibo-bp-prc-fcp;SecuritiesTradeCaptureAndValidation">
<rdfs:subClassOf rdf:resource="&fibo-bp-prc-fcp;SecuritiesPostTrade"/>
<rdfs:label xml:lang="en">securities trade capture and validation</rdfs:label>
</owl:Class>
<owl:Class rdf:about="&fibo-bp-prc-fcp;SecuritiesTradeConfirmationAffirmation">
<rdfs:subClassOf rdf:resource="&fibo-bp-prc-fcp;SecuritiesPostTrade"/>
<rdfs:label xml:lang="en">securities trade confirmation affirmation</rdfs:label>
</owl:Class>
<owl:Class rdf:about="&fibo-bp-prc-fcp;SecuritiesTradeDatePositionReporting">
<rdfs:subClassOf rdf:resource="&fibo-bp-prc-fcp;SecuritiesTrade"/>
<rdfs:label xml:lang="en">securities trade date position reporting</rdfs:label>
</owl:Class>
<owl:Class rdf:about="&fibo-bp-prc-fcp;SecuritiesTradeExecution">
<rdfs:subClassOf rdf:resource="&fibo-bp-prc-fcp;SecuritiesTrade"/>
<rdfs:label xml:lang="en">securities trade execution</rdfs:label>
</owl:Class>
<owl:Class rdf:about="&fibo-bp-prc-fcp;SecuritiesTradeOrderRouting">
<rdfs:subClassOf rdf:resource="&fibo-bp-prc-fcp;SecuritiesTrade"/>
<rdfs:label xml:lang="en">securities trade order routing</rdfs:label>
</owl:Class>
<owl:Class rdf:about="&fibo-bp-prc-fcp;SecuritiesTradesMatching">
<rdfs:subClassOf rdf:resource="&fibo-bp-prc-fcp;SecuritiesPostTrade"/>
<rdfs:label xml:lang="en">securities trades matching</rdfs:label>
<skos:definition xml:lang="en">Matching of trade allegations to identify confirmed trades, on an Over the Counter market in Traded Securities.</skos:definition>
</owl:Class>
<owl:Class rdf:about="&fibo-bp-prc-fcp;SecuritiesTradesReporting">
<rdfs:subClassOf rdf:resource="&fibo-bp-prc-fcp;SecuritiesPostTrade"/>
<rdfs:label xml:lang="en">securities trades reporting</rdfs:label>
</owl:Class>
<owl:Class rdf:about="&fibo-bp-prc-fcp;SecurityRetirement">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&fibo-bp-prc-fcp;isRetirementOf"/>
<owl:someValuesFrom rdf:resource="&fibo-fbc-fi-fi;Security"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:label xml:lang="en">security retirement</rdfs:label>
</owl:Class>
<owl:Class rdf:about="&fibo-bp-prc-fcp;ShortSaleLocate">
<rdfs:subClassOf rdf:resource="&fibo-bp-prc-fcp;PreTrade"/>
<rdfs:label xml:lang="en">short sale locate</rdfs:label>
</owl:Class>
<owl:Class rdf:about="&fibo-bp-prc-fcp;TradeAdvertisements">
<rdfs:subClassOf rdf:resource="&fibo-bp-prc-fcp;PreTrade"/>
<rdfs:label xml:lang="en">trade advertisements</rdfs:label>
</owl:Class>
<owl:Class rdf:about="&fibo-bp-prc-fcp;TradedSecurityLifecycle">
<rdfs:label xml:lang="en">traded security lifecycle</rdfs:label>
</owl:Class>
<owl:Class rdf:about="&fibo-bp-prc-fcp;TradesReferenceDataProvision">
<rdfs:subClassOf rdf:resource="&fibo-bp-prc-fcp;SecuritiesTrade"/>
<rdfs:label xml:lang="en">trades reference data provision</rdfs:label>
</owl:Class>
<owl:Class rdf:about="&fibo-bp-prc-fcp;WhenIssuedTrading">
<rdfs:subClassOf rdf:resource="&fibo-bp-prc-fcp;PrimaryMarket"/>
<rdfs:label xml:lang="en">when issued trading</rdfs:label>
</owl:Class>
<owl:ObjectProperty rdf:about="&fibo-bp-prc-fcp;isRetirementOf">
<rdfs:label xml:lang="en">is retirement of</rdfs:label>
<rdfs:domain rdf:resource="&fibo-bp-prc-fcp;SecurityRetirement"/>
<rdfs:range rdf:resource="&fibo-fbc-fi-fi;Security"/>
</owl:ObjectProperty>
</rdf:RDF>