-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SEC-145 - Listed security is improperly inferred to be a listing #1245
Changes from 1 commit
7a6b7bd
66bec24
4b95d61
9b8fc4e
08d2917
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,14 +51,14 @@ | |
<rdfs:label>Securities Identification Ontology</rdfs:label> | ||
<dct:abstract>This ontology defines concepts required to identify securities, including a number of well-known securities identifiers and related schemes, registries, and registration authorities.</dct:abstract> | ||
<dct:license rdf:datatype="&xsd;anyURI">http://opensource.org/licenses/MIT</dct:license> | ||
<sm:contentLanguage rdf:datatype="&xsd;anyURI">http://www.w3.org/standards/techs/owl#w3c_all</sm:contentLanguage> | ||
<sm:contentLanguage rdf:datatype="&xsd;anyURI">https://www.w3.org/TR/owl2-quick-reference</sm:contentLanguage> | ||
<sm:copyright>Copyright (c) 2016-2020 EDM Council, Inc.</sm:copyright> | ||
<sm:copyright>Copyright (c) 2018-2020 Object Management Group, Inc.</sm:copyright> | ||
<sm:dependsOn rdf:datatype="&xsd;anyURI">https://spec.edmcouncil.org/fibo/ontology/BE/</sm:dependsOn> | ||
<sm:dependsOn rdf:datatype="&xsd;anyURI">https://spec.edmcouncil.org/fibo/ontology/FBC/</sm:dependsOn> | ||
<sm:dependsOn rdf:datatype="&xsd;anyURI">https://spec.edmcouncil.org/fibo/ontology/FND/</sm:dependsOn> | ||
<sm:dependsOn rdf:datatype="&xsd;anyURI">https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/SecuritiesListings/</sm:dependsOn> | ||
<sm:dependsOn rdf:datatype="&xsd;anyURI">https://www.omg.org/spec/LCC/Languages/LanguageRepresentation/</sm:dependsOn> | ||
<sm:dependsOn rdf:datatype="&xsd;anyURI">https://www.omg.org/spec/LCC/</sm:dependsOn> | ||
<sm:fileAbbreviation>fibo-sec-sec-id</sm:fileAbbreviation> | ||
<sm:filename>SecuritiesIdentification.rdf</sm:filename> | ||
<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/BE/FunctionalEntities/FunctionalEntities/"/> | ||
|
@@ -75,30 +75,22 @@ | |
<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/SecuritiesListings/"/> | ||
<owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/CountryRepresentation/"/> | ||
<owl:imports rdf:resource="https://www.omg.org/spec/LCC/Languages/LanguageRepresentation/"/> | ||
<owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/20200901/Securities/SecuritiesIdentification/"/> | ||
<owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/20201201/Securities/SecuritiesIdentification/"/> | ||
<skos:changeNote>The http://www.omg.org/spec/EDMC-FIBO/FND/20180801/Securities/SecuritiesIdentification.rdf version of this ontology was modified to use the hasCoverageArea property rather than hasJurisdiction for coverage of national numbering agencies, and eliminate redundant subclass relationships for two of the schemes defined herein.</skos:changeNote> | ||
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/SEC/20181101/Securities/SecuritiesIdentification/ version of this ontology was modified to correct several logic issues.</skos:changeNote> | ||
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/SEC/20190601/Securities/SecuritiesIdentification/ version of this ontology was modified to add the concept of a ticker symbol and rename (migrate) the hasDefinition property to isDefinedIn to clarify intent.</skos:changeNote> | ||
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/SEC/20190701/Securities/SecuritiesIdentification/ version of this ontology was modified to restructure the concept of a listing and augment it with a number of relevant characteristics.</skos:changeNote> | ||
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/SEC/20191201/Securities/SecuritiesIdentification/ version of this ontology was modified to correct the target of a ticker symbol, which identifies a listing not a listed security, refine the restriction on financial instrument identifier to say that it identifies an instrument or listing, normalize definitions to be ISO 704 compliant, eliminate duplication of concepts in LCC, and merge countries with locations in FND.</skos:changeNote> | ||
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/SEC/20200401/Securities/SecuritiesIdentification/ version of this ontology was modified to make a ticker symbol reassignable and address circular or ambiguous definitions.</skos:changeNote> | ||
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/SEC/20200901/Securities/SecuritiesIdentification.rdf version of this ontology was revised to eliminate confusion between listed security and listing (which caused reasoning issues).</skos:changeNote> | ||
<fibo-fnd-utl-av:hasMaturityLevel rdf:resource="&fibo-fnd-utl-av;Release"/> | ||
</owl:Ontology> | ||
|
||
<owl:Class rdf:about="&fibo-fbc-fi-fi;FinancialInstrumentIdentifier"> | ||
<rdfs:subClassOf> | ||
<owl:Restriction> | ||
<owl:onProperty rdf:resource="&lcc-lr;identifies"/> | ||
<owl:someValuesFrom> | ||
<owl:Class> | ||
<owl:unionOf rdf:parseType="Collection"> | ||
<rdf:Description rdf:about="&fibo-fbc-fi-fi;FinancialInstrument"> | ||
</rdf:Description> | ||
<rdf:Description rdf:about="&fibo-sec-sec-lst;Listing"> | ||
</rdf:Description> | ||
</owl:unionOf> | ||
</owl:Class> | ||
</owl:someValuesFrom> | ||
<owl:someValuesFrom rdf:resource="&fibo-fbc-fi-fi;FinancialInstrument"/> | ||
</owl:Restriction> | ||
</rdfs:subClassOf> | ||
</owl:Class> | ||
|
@@ -167,7 +159,7 @@ | |
<rdfs:subClassOf> | ||
<owl:Restriction> | ||
<owl:onProperty rdf:resource="&lcc-lr;identifies"/> | ||
<owl:someValuesFrom rdf:resource="&fibo-sec-sec-lst;Listing"/> | ||
<owl:someValuesFrom rdf:resource="&fibo-sec-sec-lst;ListedSecurity"/> | ||
</owl:Restriction> | ||
</rdfs:subClassOf> | ||
<rdfs:label>listed security identifier</rdfs:label> | ||
|
@@ -225,19 +217,13 @@ | |
<owl:someValuesFrom rdf:resource="&fibo-sec-sec-id;InternationalSecuritiesIdentificationNumber"/> | ||
</owl:Restriction> | ||
</rdfs:subClassOf> | ||
<rdfs:subClassOf> | ||
<owl:Restriction> | ||
<owl:onProperty rdf:resource="&lcc-lr;identifies"/> | ||
<owl:someValuesFrom rdf:resource="&fibo-fbc-fi-fi;Security"/> | ||
</owl:Restriction> | ||
</rdfs:subClassOf> | ||
<rdfs:label>National Securities Identifying Number</rdfs:label> | ||
<skos:definition>generic, nine-digit alpha numeric code which identifies a fungible security, assigned by a national numbering agency under the ISO 6166 standard</skos:definition> | ||
<fibo-fnd-utl-av:abbreviation>NSIN</fibo-fnd-utl-av:abbreviation> | ||
</owl:Class> | ||
|
||
<owl:Class rdf:about="&fibo-sec-sec-id;NationalSecuritiesIdentifyingNumberRegistry"> | ||
<rdfs:subClassOf rdf:resource="&fibo-fbc-fct-ra;Registry"/> | ||
<rdfs:subClassOf rdf:resource="&fibo-sec-sec-id;SecurityRegistry"/> | ||
<rdfs:subClassOf> | ||
<owl:Restriction> | ||
<owl:onProperty rdf:resource="&fibo-fnd-rel-rel;isCharacterizedBy"/> | ||
|
@@ -263,13 +249,7 @@ | |
</owl:Class> | ||
|
||
<owl:Class rdf:about="&fibo-sec-sec-id;NationalSecuritiesIdentifyingNumberRegistryEntry"> | ||
<rdfs:subClassOf rdf:resource="&fibo-fbc-fct-ra;RegistryEntry"/> | ||
<rdfs:subClassOf> | ||
<owl:Restriction> | ||
<owl:onProperty rdf:resource="&fibo-fnd-rel-rel;appliesTo"/> | ||
<owl:someValuesFrom rdf:resource="&fibo-fbc-fi-fi;Security"/> | ||
</owl:Restriction> | ||
</rdfs:subClassOf> | ||
<rdfs:subClassOf rdf:resource="&fibo-sec-sec-id;SecurityRegistryEntry"/> | ||
<rdfs:subClassOf> | ||
<owl:Restriction> | ||
<owl:onProperty rdf:resource="&fibo-fnd-rel-rel;comprises"/> | ||
|
@@ -333,12 +313,6 @@ | |
<owl:someValuesFrom rdf:resource="&fibo-sec-sec-id;ProprietarySecurityIdentificationScheme"/> | ||
</owl:Restriction> | ||
</rdfs:subClassOf> | ||
<rdfs:subClassOf> | ||
<owl:Restriction> | ||
<owl:onProperty rdf:resource="&lcc-lr;identifies"/> | ||
<owl:someValuesFrom rdf:resource="&fibo-fbc-fi-fi;Security"/> | ||
</owl:Restriction> | ||
</rdfs:subClassOf> | ||
<rdfs:label>proprietary security identifier</rdfs:label> | ||
<skos:definition>identifier supplied by a commercial entity</skos:definition> | ||
</owl:Class> | ||
|
@@ -367,16 +341,7 @@ | |
<rdfs:subClassOf> | ||
<owl:Restriction> | ||
<owl:onProperty rdf:resource="&lcc-lr;identifies"/> | ||
<owl:someValuesFrom> | ||
<owl:Class> | ||
<owl:unionOf rdf:parseType="Collection"> | ||
<rdf:Description rdf:about="&fibo-fbc-fi-fi;Security"> | ||
</rdf:Description> | ||
<rdf:Description rdf:about="&fibo-sec-sec-lst;Listing"> | ||
</rdf:Description> | ||
</owl:unionOf> | ||
</owl:Class> | ||
</owl:someValuesFrom> | ||
<owl:someValuesFrom rdf:resource="&fibo-fbc-fi-fi;Security"/> | ||
</owl:Restriction> | ||
</rdfs:subClassOf> | ||
<rdfs:label>security identifier</rdfs:label> | ||
|
@@ -401,7 +366,7 @@ | |
<rdfs:subClassOf> | ||
<owl:Restriction> | ||
<owl:onProperty rdf:resource="&fibo-fnd-rel-rel;isManagedBy"/> | ||
<owl:someValuesFrom rdf:resource="&fibo-fbc-fct-mkt;Exchange"/> | ||
<owl:someValuesFrom rdf:resource="&fibo-fbc-fct-ra;RegistrationAuthority"/> | ||
</owl:Restriction> | ||
</rdfs:subClassOf> | ||
<rdfs:label>security registry</rdfs:label> | ||
|
@@ -414,17 +379,17 @@ | |
<rdfs:subClassOf> | ||
<owl:Restriction> | ||
<owl:onProperty rdf:resource="&fibo-fnd-rel-rel;appliesTo"/> | ||
<owl:someValuesFrom rdf:resource="&fibo-sec-sec-lst;ListedSecurity"/> | ||
<owl:someValuesFrom rdf:resource="&fibo-sec-sec-lst;RegisteredSecurity"/> | ||
</owl:Restriction> | ||
</rdfs:subClassOf> | ||
<rdfs:subClassOf> | ||
<owl:Restriction> | ||
<owl:onProperty rdf:resource="&fibo-fnd-rel-rel;comprises"/> | ||
<owl:someValuesFrom rdf:resource="&fibo-sec-sec-id;ListedSecurityIdentifier"/> | ||
<owl:someValuesFrom rdf:resource="&fibo-sec-sec-id;SecurityIdentifier"/> | ||
</owl:Restriction> | ||
</rdfs:subClassOf> | ||
<rdfs:label>security registry entry</rdfs:label> | ||
<skos:definition>record for a listed security in a securities repository</skos:definition> | ||
<skos:definition>record for a security in a securities repository</skos:definition> | ||
</owl:Class> | ||
|
||
<owl:Class rdf:about="&fibo-sec-sec-id;TickerSymbol"> | ||
|
@@ -433,7 +398,7 @@ | |
<rdfs:subClassOf> | ||
<owl:Restriction> | ||
<owl:onProperty rdf:resource="&lcc-lr;identifies"/> | ||
<owl:someValuesFrom rdf:resource="&fibo-sec-sec-lst;Listing"/> | ||
<owl:someValuesFrom rdf:resource="&fibo-sec-sec-lst;ListedSecurity"/> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No is's more specific than this: it represents the offer from a specific Exchange: the actual Security is referenced only indirectly. ListedSecurity WAS the issued share (in the case of equities) which is available through multiple exchanges, and it may have a different ticker on each. I see you've changed the definition of ListedSecurity to be for a single exchange which could have a broader impact |
||
</owl:Restriction> | ||
</rdfs:subClassOf> | ||
<rdfs:label>ticker symbol</rdfs:label> | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,11 +53,12 @@ | |
<rdfs:label>Securities Listings Ontology</rdfs:label> | ||
<dct:abstract>This ontology defines the fundamental concepts for listing securities, such as registered, listed, and exchange-traded security, the notion of a securities exchange, and related services.</dct:abstract> | ||
<dct:license rdf:datatype="&xsd;anyURI">http://opensource.org/licenses/MIT</dct:license> | ||
<sm:contentLanguage rdf:datatype="&xsd;anyURI">http://www.w3.org/standards/techs/owl#w3c_all</sm:contentLanguage> | ||
<sm:contentLanguage rdf:datatype="&xsd;anyURI">https://www.w3.org/TR/owl2-quick-reference/</sm:contentLanguage> | ||
<sm:copyright>Copyright (c) 2016-2020 EDM Council, Inc.</sm:copyright> | ||
<sm:copyright>Copyright (c) 2018-2020 Object Management Group, Inc.</sm:copyright> | ||
<sm:dependsOn rdf:datatype="&xsd;anyURI">https://spec.edmcouncil.org/fibo/ontology/FBC/</sm:dependsOn> | ||
<sm:dependsOn rdf:datatype="&xsd;anyURI">https://spec.edmcouncil.org/fibo/ontology/FND/</sm:dependsOn> | ||
<sm:dependsOn rdf:datatype="&xsd;anyURI">https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/SecuritiesIssuance/</sm:dependsOn> | ||
<sm:dependsOn rdf:datatype="&xsd;anyURI">https://www.omg.org/spec/LCC/</sm:dependsOn> | ||
<sm:fileAbbreviation>fibo-sec-sec-lst</sm:fileAbbreviation> | ||
<sm:filename>SecuritiesListings.rdf</sm:filename> | ||
|
@@ -78,13 +79,14 @@ | |
<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"/> | ||
<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/SecuritiesIssuance/"/> | ||
<owl:imports rdf:resource="https://www.omg.org/spec/LCC/Languages/LanguageRepresentation/"/> | ||
<owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/20200401/Securities/SecuritiesListings/"/> | ||
<owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/20201201/Securities/SecuritiesListings/"/> | ||
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/SEC/20180801/Securities/SecuritiesListings.rdf version of this ontology was revised to reuse the composite date value datatype and add disjointness between registered security and exempt security.</skos:changeNote> | ||
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/SEC/20190401/Securities/SecuritiesListings.rdf version of this ontology was revised to eliminate an extraneous subclass axiom.</skos:changeNote> | ||
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/SEC/20190701/Securities/SecuritiesListings.rdf version of this ontology was revised to rename isIssuedIn to isIssuedOn, which is more natural to most securities SMEs, generalized certain references to securities exchanges, and eliminate deprecated elements.</skos:changeNote> | ||
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/SEC/20190901/Securities/SecuritiesListings.rdf version of this ontology was revised to restructure the concept of a listing and augment it with a number of relevant characteristics.</skos:changeNote> | ||
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/SEC/20191201/Securities/SecuritiesListings.rdf version of this ontology was revised to eliminate duplication of concepts in LCC and to eliminate the redundancy between hasIssue and lists.</skos:changeNote> | ||
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/SEC/20200301/Securities/SecuritiesListings.rdf version of this ontology was revised to incorporate the form of registration and loosen the restriction on the number of possible registration authorities for a registered security.</skos:changeNote> | ||
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/SEC/20200401/Securities/SecuritiesListings.rdf version of this ontology was revised to eliminate confusion between listed security and listing (which caused reasoning issues) and adjust definitions to eliminate ambiguity.</skos:changeNote> | ||
<fibo-fnd-utl-av:hasMaturityLevel rdf:resource="&fibo-fnd-utl-av;Release"/> | ||
</owl:Ontology> | ||
|
||
|
@@ -125,7 +127,7 @@ | |
</owl:Class> | ||
|
||
<owl:Class rdf:about="&fibo-sec-sec-lst;ListedSecurity"> | ||
<rdfs:subClassOf rdf:resource="&fibo-fbc-fi-fi;Security"/> | ||
<rdfs:subClassOf rdf:resource="&fibo-sec-sec-lst;RegisteredSecurity"/> | ||
<rdfs:subClassOf> | ||
<owl:Restriction> | ||
<owl:onProperty rdf:resource="&fibo-sec-sec-lst;hasHomeExchange"/> | ||
|
@@ -147,7 +149,7 @@ | |
</owl:Restriction> | ||
</rdfs:subClassOf> | ||
<rdfs:label>listed security</rdfs:label> | ||
<skos:definition>registered security listed on one or more exchanges</skos:definition> | ||
<skos:definition>registered security listed on some exchange</skos:definition> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This looks like a minor wording change but has a major impact. It in effect replaces what was Listing and so needs several of the latter's properties moved over e.g. a link to the IssuedSecurity that is listed, and the currency |
||
<fibo-fnd-utl-av:synonym>exchange-traded security</fibo-fnd-utl-av:synonym> | ||
</owl:Class> | ||
|
||
|
@@ -207,25 +209,13 @@ | |
<owl:someValuesFrom rdf:resource="&fibo-fnd-acc-cur;Currency"/> | ||
</owl:Restriction> | ||
</rdfs:subClassOf> | ||
<rdfs:subClassOf> | ||
<owl:Restriction> | ||
<owl:onProperty rdf:resource="&fibo-sec-sec-lst;isTradedOn"/> | ||
<owl:someValuesFrom rdf:resource="&fibo-fbc-fct-mkt;Exchange"/> | ||
</owl:Restriction> | ||
</rdfs:subClassOf> | ||
<rdfs:label xml:lang="en">listing</rdfs:label> | ||
<skos:definition>registry entry for a security that provides information regarding the eligibility for making that security available for trading</skos:definition> | ||
<skos:definition>registry entry for a security that is managed by an exchange and that provides registration information regarding the eligibility for making that security available for trading</skos:definition> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't see anything about "eligibility" There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't think we should be modeling pure data artifacts such as "registry entry" which will be specific to each Exchange and probably proprietary. All these properties are actually applicable to the Offering which was Listing and is now ListedSecurity. In other words I don't think we need separate classes. |
||
<fibo-fnd-utl-av:synonym xml:lang="en">market listing</fibo-fnd-utl-av:synonym> | ||
</owl:Class> | ||
|
||
<owl:Class rdf:about="&fibo-sec-sec-lst;RegisteredSecurity"> | ||
<rdfs:subClassOf rdf:resource="&fibo-fbc-fi-fi;Security"/> | ||
<rdfs:subClassOf> | ||
<owl:Restriction> | ||
<owl:onProperty rdf:resource="&fibo-fbc-fi-fi;mayBeTradedIn"/> | ||
<owl:someValuesFrom rdf:resource="&fibo-fbc-fct-mkt;Exchange"/> | ||
</owl:Restriction> | ||
</rdfs:subClassOf> | ||
<rdfs:subClassOf> | ||
<owl:Restriction> | ||
<owl:onProperty rdf:resource="&fibo-fbc-fct-ra;hasRegistrationDate"/> | ||
|
@@ -246,7 +236,7 @@ | |
</rdfs:subClassOf> | ||
<rdfs:label>registered security</rdfs:label> | ||
<owl:disjointWith rdf:resource="&fibo-fbc-fi-fi;ExemptSecurity"/> | ||
<skos:definition>security that is registered with some registration authority and that may be traded in some trading venue (market) or over the counter</skos:definition> | ||
<skos:definition>security that is registered with some registration authority</skos:definition> | ||
</owl:Class> | ||
|
||
<owl:Class rdf:about="&fibo-sec-sec-lst;RegisteredSecurityForm"> | ||
|
@@ -278,7 +268,7 @@ | |
<rdfs:label>has home exchange</rdfs:label> | ||
<rdfs:range rdf:resource="&fibo-fbc-fct-mkt;Exchange"/> | ||
<skos:definition>indicates the current exchange that is considered the primary trading venue for a security</skos:definition> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. but what does it mean to be the "primary trading venue"? |
||
<fibo-fnd-utl-av:explanatoryNote>A security may have been originally listed on the Frankfort exchange, but its current home is the London Stock Exchange, for example.</fibo-fnd-utl-av:explanatoryNote> | ||
<fibo-fnd-utl-av:explanatoryNote>A security may have been originally listed on the Frankfurt exchange, but its current home is the London Stock Exchange, for example.</fibo-fnd-utl-av:explanatoryNote> | ||
<fibo-fnd-utl-av:synonym>has primary trading market</fibo-fnd-utl-av:synonym> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. also "has primary trading venue"? |
||
</owl:ObjectProperty> | ||
|
||
|
@@ -306,7 +296,7 @@ | |
<rdfs:label xml:lang="en">has tick size</rdfs:label> | ||
<rdfs:domain rdf:resource="&fibo-sec-sec-lst;Listing"/> | ||
<rdfs:range rdf:resource="&fibo-fnd-acc-cur;MonetaryAmount"/> | ||
<skos:definition xml:lang="en">specifies a minimum price movement for the contract or security with respect to an exchange</skos:definition> | ||
<skos:definition xml:lang="en">specifies a minimum price movement for the security with respect to an exchange</skos:definition> | ||
</owl:ObjectProperty> | ||
|
||
<owl:ObjectProperty rdf:about="&fibo-sec-sec-lst;isListedVia"> | ||
|
@@ -321,12 +311,13 @@ | |
<rdfs:label>is seasoned</rdfs:label> | ||
<rdfs:domain rdf:resource="&fibo-sec-sec-lst;ListedSecurity"/> | ||
<rdfs:range rdf:resource="&xsd;boolean"/> | ||
<skos:definition>indicates that the security has been publicly traded long enough to eliminate any short-term price or trading volume volatility from its initial public offering</skos:definition> | ||
<skos:definition>indicates that the security has been publicly traded long enough to eliminate any short-term volume volatility from its initial public offering</skos:definition> | ||
<fibo-fnd-utl-av:explanatoryNote>Short-term volatility may be with respect to price or trading volume.</fibo-fnd-utl-av:explanatoryNote> | ||
</owl:DatatypeProperty> | ||
|
||
<owl:ObjectProperty rdf:about="&fibo-sec-sec-lst;isTradedOn"> | ||
<rdfs:label>is traded on</rdfs:label> | ||
<rdfs:domain rdf:resource="&fibo-sec-sec-lst;Listing"/> | ||
<rdfs:domain rdf:resource="&fibo-sec-sec-lst;ListedSecurity"/> | ||
<rdfs:range rdf:resource="&fibo-fbc-fct-mkt;Exchange"/> | ||
<skos:definition>identifies the trading facility on which the security is traded</skos:definition> | ||
</owl:ObjectProperty> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure that "repository" is the right word here - it does not store the securities in any way.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changed to registry