forked from edmcouncil/fibo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSecuritiesListings.rdf
325 lines (308 loc) · 21.7 KB
/
SecuritiesListings.rdf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE rdf:RDF [
<!ENTITY cmns-av "https://www.omg.org/spec/Commons/AnnotationVocabulary/">
<!ENTITY cmns-dt "https://www.omg.org/spec/Commons/DatesAndTimes/">
<!ENTITY dct "http://purl.org/dc/terms/">
<!ENTITY fibo-fbc-fct-breg "https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/BusinessRegistries/">
<!ENTITY fibo-fbc-fct-mkt "https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/Markets/">
<!ENTITY fibo-fbc-fct-ra "https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/RegistrationAuthorities/">
<!ENTITY fibo-fbc-fi-fi "https://spec.edmcouncil.org/fibo/ontology/FBC/FinancialInstruments/FinancialInstruments/">
<!ENTITY fibo-fbc-fi-ip "https://spec.edmcouncil.org/fibo/ontology/FBC/FinancialInstruments/InstrumentPricing/">
<!ENTITY fibo-fbc-pas-fpas "https://spec.edmcouncil.org/fibo/ontology/FBC/ProductsAndServices/FinancialProductsAndServices/">
<!ENTITY fibo-fnd-acc-cur "https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/CurrencyAmount/">
<!ENTITY fibo-fnd-pas-pas "https://spec.edmcouncil.org/fibo/ontology/FND/ProductsAndServices/ProductsAndServices/">
<!ENTITY fibo-fnd-plc-fac "https://spec.edmcouncil.org/fibo/ontology/FND/Places/Facilities/">
<!ENTITY fibo-fnd-plc-vrt "https://spec.edmcouncil.org/fibo/ontology/FND/Places/VirtualPlaces/">
<!ENTITY fibo-fnd-rel-rel "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/">
<!ENTITY fibo-fnd-utl-av "https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/">
<!ENTITY fibo-sec-sec-iss "https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/SecuritiesIssuance/">
<!ENTITY fibo-sec-sec-lst "https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/SecuritiesListings/">
<!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/SEC/Securities/SecuritiesListings/"
xmlns:cmns-av="https://www.omg.org/spec/Commons/AnnotationVocabulary/"
xmlns:cmns-dt="https://www.omg.org/spec/Commons/DatesAndTimes/"
xmlns:dct="http://purl.org/dc/terms/"
xmlns:fibo-fbc-fct-breg="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/BusinessRegistries/"
xmlns:fibo-fbc-fct-mkt="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/Markets/"
xmlns:fibo-fbc-fct-ra="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/RegistrationAuthorities/"
xmlns:fibo-fbc-fi-fi="https://spec.edmcouncil.org/fibo/ontology/FBC/FinancialInstruments/FinancialInstruments/"
xmlns:fibo-fbc-fi-ip="https://spec.edmcouncil.org/fibo/ontology/FBC/FinancialInstruments/InstrumentPricing/"
xmlns:fibo-fbc-pas-fpas="https://spec.edmcouncil.org/fibo/ontology/FBC/ProductsAndServices/FinancialProductsAndServices/"
xmlns:fibo-fnd-acc-cur="https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/CurrencyAmount/"
xmlns:fibo-fnd-pas-pas="https://spec.edmcouncil.org/fibo/ontology/FND/ProductsAndServices/ProductsAndServices/"
xmlns:fibo-fnd-plc-fac="https://spec.edmcouncil.org/fibo/ontology/FND/Places/Facilities/"
xmlns:fibo-fnd-plc-vrt="https://spec.edmcouncil.org/fibo/ontology/FND/Places/VirtualPlaces/"
xmlns:fibo-fnd-rel-rel="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"
xmlns:fibo-fnd-utl-av="https://spec.edmcouncil.org/fibo/ontology/FND/Utilities/AnnotationVocabulary/"
xmlns:fibo-sec-sec-iss="https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/SecuritiesIssuance/"
xmlns:fibo-sec-sec-lst="https://spec.edmcouncil.org/fibo/ontology/SEC/Securities/SecuritiesListings/"
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/SEC/Securities/SecuritiesListings/">
<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">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/FBC/FinancialInstruments/InstrumentPricing/"/>
<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/BusinessRegistries/"/>
<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/Markets/"/>
<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/RegistrationAuthorities/"/>
<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/ProductsAndServices/FinancialProductsAndServices/"/>
<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Accounting/CurrencyAmount/"/>
<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Parties/Parties/"/>
<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Places/Facilities/"/>
<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Places/VirtualPlaces/"/>
<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/ProductsAndServices/ProductsAndServices/"/>
<owl:imports rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/"/>
<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/Commons/AnnotationVocabulary/"/>
<owl:imports rdf:resource="https://www.omg.org/spec/Commons/DatesAndTimes/"/>
<owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/SEC/20230601/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), adjust definitions to eliminate ambiguity, add a property for lot size on listing, and eliminate the now redundant and confusing registered security form class.</skos:changeNote>
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/SEC/20201201/Securities/SecuritiesListings.rdf version of this ontology was revised to eliminate a false positive hygiene testing issue due to a concept whose name included 'and' but that actually was a singular concept.</skos:changeNote>
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/SEC/20210201/Securities/SecuritiesListings.rdf version of this ontology was revised to eliminate an unused ontology import, changed the range of hasLotSize to xsd:decimal, and modified the definition of listing to point to an offering rather than directly to the instrument that the offering pertains to.</skos:changeNote>
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/SEC/20210601/Securities/SecuritiesListings.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG's Specification Metadata vocabulary.</skos:changeNote>
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/SEC/20230201/Securities/SecuritiesListings.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) rather than the OMG's Languages, Countries and Codes (LCC), eliminating redundancies in FIBO as appropriate.</skos:changeNote>
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/SEC/20230301/Securities/SecuritiesListings.rdf version of this ontology was modified to normalize the representation of security forms (all individuals rather than a mixed representation).</skos:changeNote>
<fibo-fnd-utl-av:hasMaturityLevel rdf:resource="&fibo-fnd-utl-av;Release"/>
<cmns-av:copyright>Copyright (c) 2016-2023 EDM Council, Inc.</cmns-av:copyright>
<cmns-av:copyright>Copyright (c) 2018-2023 Object Management Group, Inc.</cmns-av:copyright>
</owl:Ontology>
<owl:Class rdf:about="&fibo-fbc-fct-mkt;Exchange">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&fibo-fnd-rel-rel;provides"/>
<owl:someValuesFrom rdf:resource="&fibo-sec-sec-lst;ListingService"/>
</owl:Restriction>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:about="&fibo-sec-sec-lst;ListedSecurity">
<rdfs:subClassOf rdf:resource="&fibo-sec-sec-lst;RegisteredSecurity"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&fibo-sec-sec-lst;hasHomeExchange"/>
<owl:onClass rdf:resource="&fibo-fbc-fct-mkt;Exchange"/>
<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&fibo-sec-sec-lst;hasOriginalPlaceOfListing"/>
<owl:onClass rdf:resource="&fibo-fbc-fct-mkt;Exchange"/>
<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&fibo-sec-sec-lst;isListedVia"/>
<owl:someValuesFrom rdf:resource="&fibo-sec-sec-lst;Listing"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:label>listed security</rdfs:label>
<skos:definition>registered security listed on at least one exchange</skos:definition>
<cmns-av:synonym>exchange-traded security</cmns-av:synonym>
<cmns-av:usageNote>One can, as appropriate, multiply classify a share as being a common share and listed share, and, in the case whereby multiple securities are issued in different currencies (i.e., there are multiple listed shares corresponding to a given common share that have different identifiers, including more than one ISIN, CUSIP, share class FIGI), multiply classify the listed share individuals as individuals of the same common share.</cmns-av:usageNote>
</owl:Class>
<owl:Class rdf:about="&fibo-sec-sec-lst;Listing">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&fibo-fbc-fct-breg;hasRegistrationStatus"/>
<owl:onClass rdf:resource="&fibo-fbc-fct-breg;RegistrationStatus"/>
<owl:maxQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:maxQualifiedCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&fibo-sec-sec-lst;hasTickSize"/>
<owl:onClass rdf:resource="&fibo-fnd-acc-cur;MonetaryAmount"/>
<owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&fibo-sec-sec-lst;hasLastTradingDateTime"/>
<owl:onClass rdf:resource="&cmns-dt;DateTime"/>
<owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&fibo-fbc-fi-ip;hasLotSize"/>
<owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
<owl:onDataRange rdf:resource="&xsd;decimal"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&fibo-sec-sec-lst;hasDelistingDate"/>
<owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
<owl:onDataRange rdf:resource="&cmns-dt;CombinedDateTime"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&fibo-sec-sec-lst;lists"/>
<owl:onClass rdf:resource="&fibo-sec-sec-iss;SecuritiesOffering"/>
<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&fibo-sec-sec-lst;hasListingDate"/>
<owl:onDataRange rdf:resource="&cmns-dt;CombinedDateTime"/>
<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&fibo-fnd-acc-cur;hasCurrency"/>
<owl:someValuesFrom rdf:resource="&fibo-fnd-acc-cur;Currency"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:label xml:lang="en">listing</rdfs:label>
<skos:definition>catalog entry for a securities offering managed by an exchange that provides the terms under which that security is made available on that exchange</skos:definition>
<cmns-av:synonym xml:lang="en">market listing</cmns-av:synonym>
</owl:Class>
<owl:Class rdf:about="&fibo-sec-sec-lst;ListingService">
<rdfs:subClassOf rdf:resource="&fibo-fbc-pas-fpas;FinancialService"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&fibo-fnd-pas-pas;isProvisionedBy"/>
<owl:onClass rdf:resource="&fibo-fbc-fct-mkt;Exchange"/>
<owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&fibo-fnd-rel-rel;isProvidedBy"/>
<owl:onClass rdf:resource="&fibo-fbc-fct-mkt;Exchange"/>
<owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&fibo-fnd-rel-rel;provides"/>
<owl:onClass rdf:resource="&fibo-sec-sec-lst;Listing"/>
<owl:minQualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">0</owl:minQualifiedCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:label>listing service</rdfs:label>
<skos:definition>service provided by an exchange to facilitate securities trading</skos:definition>
</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-fct-ra;hasRegistrationDate"/>
<owl:someValuesFrom rdf:resource="&cmns-dt;CombinedDateTime"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&fibo-sec-sec-iss;isIssuedInForm"/>
<owl:someValuesFrom>
<owl:Class>
<owl:oneOf rdf:parseType="Collection">
<rdf:Description rdf:about="&fibo-sec-sec-iss;BearerAndRegisteredForm">
</rdf:Description>
<rdf:Description rdf:about="&fibo-sec-sec-iss;BookEntryForm">
</rdf:Description>
<rdf:Description rdf:about="&fibo-sec-sec-iss;RegisteredForm">
</rdf:Description>
</owl:oneOf>
</owl:Class>
</owl:someValuesFrom>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&fibo-sec-sec-iss;isRegisteredWith"/>
<owl:someValuesFrom rdf:resource="&fibo-fbc-fct-ra;RegistrationAuthority"/>
</owl:Restriction>
</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</skos:definition>
</owl:Class>
<owl:DatatypeProperty rdf:about="&fibo-sec-sec-lst;hasDelistingDate">
<rdfs:label>has delisting date</rdfs:label>
<rdfs:range rdf:resource="&cmns-dt;CombinedDateTime"/>
<skos:definition>specifies the date set by the exchange for delisting a security</skos:definition>
</owl:DatatypeProperty>
<owl:ObjectProperty rdf:about="&fibo-sec-sec-lst;hasHomeExchange">
<rdfs:subPropertyOf rdf:resource="&fibo-fnd-rel-rel;isProvidedBy"/>
<rdfs:label>has home exchange</rdfs:label>
<rdfs:range rdf:resource="&fibo-fbc-fct-mkt;Exchange"/>
<skos:definition>indicates the exchange that is considered the primary market for a security; typically, but not always, in the country in which the security was originally issued</skos:definition>
<skos:example>A security may have been originally listed on the Frankfurt exchange, but its current home is the London Stock Exchange, for example.</skos:example>
<cmns-av:explanatoryNote>A primary market is one that issues new securities on an exchange for companies, governments, and other groups to obtain financing through debt-based or equity-based securities.</cmns-av:explanatoryNote>
<cmns-av:synonym>has primary market</cmns-av:synonym>
<cmns-av:synonym>has primary trading market</cmns-av:synonym>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="&fibo-sec-sec-lst;hasLastTradingDateTime">
<rdfs:subPropertyOf rdf:resource="&cmns-dt;hasDateTime"/>
<rdfs:label>has last trading date and time</rdfs:label>
<rdfs:domain rdf:resource="&fibo-sec-sec-lst;Listing"/>
<rdfs:range rdf:resource="&cmns-dt;DateTime"/>
<skos:definition>specifies the last date and time that the security was traded on the exchange</skos:definition>
</owl:ObjectProperty>
<owl:DatatypeProperty rdf:about="&fibo-sec-sec-lst;hasListingDate">
<rdfs:label>has listing date</rdfs:label>
<rdfs:range rdf:resource="&cmns-dt;CombinedDateTime"/>
<skos:definition>indicates the date on which a security is listed</skos:definition>
</owl:DatatypeProperty>
<owl:ObjectProperty rdf:about="&fibo-sec-sec-lst;hasOriginalPlaceOfListing">
<rdfs:label>has original place of listing</rdfs:label>
<rdfs:range rdf:resource="&fibo-fbc-fct-mkt;Exchange"/>
<skos:definition>indicates the original exchange that listed the security</skos:definition>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="&fibo-sec-sec-lst;hasTickSize">
<rdfs:subPropertyOf rdf:resource="&fibo-fnd-acc-cur;hasMonetaryAmount"/>
<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 security with respect to an exchange</skos:definition>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="&fibo-sec-sec-lst;isListedVia">
<rdfs:label>is listed via</rdfs:label>
<rdfs:domain rdf:resource="&fibo-sec-sec-lst;ListedSecurity"/>
<rdfs:range rdf:resource="&fibo-sec-sec-lst;Listing"/>
<owl:inverseOf rdf:resource="&fibo-sec-sec-lst;lists"/>
<skos:definition>identifies the service responsible for listing the security</skos:definition>
</owl:ObjectProperty>
<owl:DatatypeProperty rdf:about="&fibo-sec-sec-lst;isSeasoned">
<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 volume volatility from its initial public offering</skos:definition>
<cmns-av:explanatoryNote>Short-term volatility may be with respect to price or trading volume.</cmns-av:explanatoryNote>
</owl:DatatypeProperty>
<owl:ObjectProperty rdf:about="&fibo-sec-sec-lst;isTradedOn">
<rdfs:subPropertyOf rdf:resource="&fibo-fnd-rel-rel;isProvidedBy"/>
<rdfs:label>is traded on</rdfs:label>
<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>
<owl:ObjectProperty rdf:about="&fibo-sec-sec-lst;lists">
<rdfs:label>lists</rdfs:label>
<rdfs:domain rdf:resource="&fibo-sec-sec-lst;Listing"/>
<rdfs:range rdf:resource="&fibo-sec-sec-lst;ListedSecurity"/>
<skos:definition>relates a given exchange-specific security listing to its issue</skos:definition>
</owl:ObjectProperty>
</rdf:RDF>