Skip to content

Commit 8aec8fc

Browse files
committed
FND-386 #comment - eliminated deprecated elements in DER, FBC, and Loans that were deprecated over 6 months ago
Signed-off-by: Elisa Kendall <[email protected]>
1 parent 6ed6790 commit 8aec8fc

File tree

3 files changed

+6
-94
lines changed

3 files changed

+6
-94
lines changed

DER/RateDerivatives/IRSwaps.rdf

Lines changed: 2 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<owl:imports rdf:resource="https://www.omg.org/spec/Commons/DatesAndTimes/"/>
9191
<owl:imports rdf:resource="https://www.omg.org/spec/Commons/Documents/"/>
9292
<owl:imports rdf:resource="https://www.omg.org/spec/Commons/QuantitiesAndUnits/"/>
93-
<owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/20240301/RateDerivatives/IRSwaps/"/>
93+
<owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/DER/20241101/RateDerivatives/IRSwaps/"/>
9494
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/DER/20180801/RateDerivatives/IRSwaps.rdf version of this ontology was modified to use the generic statistical measures and measurements now in FND.</skos:changeNote>
9595
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/DER/20190501/RateDerivatives/IRSwaps/ version of this ontology was modified to eliminate the property &apos;hasPaymentSchedule&apos; from the Swaps ontology in favor of the equivalent property with the same name from FND.</skos:changeNote>
9696
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/DER/20200701/RateDerivatives/IRSwaps/ version of this ontology was modified take advantage of basic fixed and floating legs as higher level concepts common to many swaps, and to refine definitions to eliminate ambiguity and conform with ISO 704.</skos:changeNote>
@@ -103,6 +103,7 @@
103103
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/DER/20230301/RateDerivatives/IRSwaps.rdf version of this ontology was modified to clarify restrictions on a plain vanilla IR swap.</skos:changeNote>
104104
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/DER/20230501/RateDerivatives/IRSwaps.rdf version of this ontology was modified to replace content that is now available in the OMG Commons Ontology Library (Commons) v1.1 (FND-380).</skos:changeNote>
105105
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/DER/20231201/RateDerivatives/IRSwaps.rdf version of this ontology was modified to simplify the class hierarchy, add a definition for fixed-fixed interest rate swap (DER-126), and to revise definitions related to swap leg-specific events (FBC-317).</skos:changeNote>
106+
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/DER/20240301/RateDerivatives/IRSwaps.rdf version of this ontology was modified to eliminate deprecated elements that have been deprecated for more than 6 months (FND-386).</skos:changeNote>
106107
<fibo-fnd-utl-av:hasMaturityLevel rdf:resource="&fibo-fnd-utl-av;Release"/>
107108
<cmns-av:copyright>Copyright (c) 2016-2024 EDM Council, Inc.</cmns-av:copyright>
108109
<cmns-av:copyright>Copyright (c) 2016-2024 Object Management Group, Inc.</cmns-av:copyright>
@@ -121,11 +122,6 @@
121122
<skos:definition>interest rate swap in which the two streams of interest payments are in different currencies</skos:definition>
122123
</owl:Class>
123124

124-
<owl:Class rdf:about="&fibo-der-rtd-irswp;ExplicitInterestAmountCalculationEvent">
125-
<owl:deprecated rdf:datatype="&xsd;boolean">true</owl:deprecated>
126-
<owl:equivalentClass rdf:resource="&fibo-fbc-dae-dbt;InterestCalculation"/>
127-
</owl:Class>
128-
129125
<owl:Class rdf:about="&fibo-der-rtd-irswp;FixedFixedInterestRateSwap">
130126
<rdfs:subClassOf rdf:resource="&fibo-der-rtd-irswp;InterestRateSwap"/>
131127
<rdfs:subClassOf>
@@ -385,11 +381,6 @@
385381
<cmns-av:adaptedFrom xml:lang="en">ISO 10962, Securities and related financial instruments - Classification of financial instruments (CFI) code, Fifth edition, 2021-06-15</cmns-av:adaptedFrom>
386382
</owl:Class>
387383

388-
<owl:Class rdf:about="&fibo-der-rtd-irswp;InterestRateStreamEvent">
389-
<owl:deprecated rdf:datatype="&xsd;boolean">true</owl:deprecated>
390-
<owl:equivalentClass rdf:resource="&fibo-der-drc-swp;SwapLegEvent"/>
391-
</owl:Class>
392-
393384
<owl:Class rdf:about="&fibo-der-rtd-irswp;InterestRateSwap">
394385
<rdfs:subClassOf rdf:resource="&fibo-der-drc-swp;RatesSwap"/>
395386
<rdfs:subClassOf rdf:resource="&fibo-der-rtd-rtd;InterestRateDerivativeInstrument"/>
@@ -610,51 +601,6 @@
610601
<skos:definition>interest rate swap in which the two streams of interest payments are in the same currency</skos:definition>
611602
</owl:Class>
612603

613-
<owl:Class rdf:about="&fibo-der-rtd-irswp;SwapStreamCalculationRelativeDate">
614-
<owl:deprecated rdf:datatype="&xsd;boolean">true</owl:deprecated>
615-
<owl:equivalentClass rdf:resource="&fibo-fnd-dt-fd;RelativeDate"/>
616-
</owl:Class>
617-
618-
<owl:Class rdf:about="&fibo-der-rtd-irswp;SwapStreamInterestCalculation">
619-
<owl:deprecated rdf:datatype="&xsd;boolean">true</owl:deprecated>
620-
<owl:equivalentClass rdf:resource="&fibo-fbc-dae-dbt;InterestCalculation"/>
621-
</owl:Class>
622-
623-
<owl:Class rdf:about="&fibo-der-rtd-irswp;SwapStreamInterestCalculationSchedule">
624-
<owl:deprecated rdf:datatype="&xsd;boolean">true</owl:deprecated>
625-
<owl:equivalentClass rdf:resource="&fibo-fbc-dae-dbt;InterestCalculationSchedule"/>
626-
</owl:Class>
627-
628-
<owl:Class rdf:about="&fibo-der-rtd-irswp;SwapStreamInterestPayment">
629-
<owl:deprecated rdf:datatype="&xsd;boolean">true</owl:deprecated>
630-
<owl:equivalentClass rdf:resource="&fibo-fbc-dae-dbt;InterestPayment"/>
631-
</owl:Class>
632-
633-
<owl:Class rdf:about="&fibo-der-rtd-irswp;SwapStreamInterestPaymentSchedule">
634-
<owl:deprecated rdf:datatype="&xsd;boolean">true</owl:deprecated>
635-
<owl:equivalentClass rdf:resource="&fibo-fbc-dae-dbt;InterestPaymentSchedule"/>
636-
</owl:Class>
637-
638-
<owl:Class rdf:about="&fibo-der-rtd-irswp;SwapStreamInterestRateReset">
639-
<owl:deprecated rdf:datatype="&xsd;boolean">true</owl:deprecated>
640-
<owl:equivalentClass rdf:resource="&fibo-fbc-dae-dbt;InterestRateReset"/>
641-
</owl:Class>
642-
643-
<owl:Class rdf:about="&fibo-der-rtd-irswp;SwapStreamInterestRateResetSchedule">
644-
<owl:deprecated rdf:datatype="&xsd;boolean">true</owl:deprecated>
645-
<owl:equivalentClass rdf:resource="&fibo-fbc-dae-dbt;InterestRateResetSchedule"/>
646-
</owl:Class>
647-
648-
<owl:Class rdf:about="&fibo-der-rtd-irswp;SwapStreamInterestRateSettingEvent">
649-
<owl:deprecated rdf:datatype="&xsd;boolean">true</owl:deprecated>
650-
<owl:equivalentClass rdf:resource="&fibo-fbc-dae-dbt;InterestRateSettingEvent"/>
651-
</owl:Class>
652-
653-
<owl:Class rdf:about="&fibo-der-rtd-irswp;SwapStreamInterestSettingRelativeDate">
654-
<owl:deprecated rdf:datatype="&xsd;boolean">true</owl:deprecated>
655-
<owl:equivalentClass rdf:resource="&fibo-fnd-dt-fd;RelativeDate"/>
656-
</owl:Class>
657-
658604
<owl:Class rdf:about="&fibo-der-rtd-irswp;ZeroCouponInterestRateSwap">
659605
<rdfs:subClassOf rdf:resource="&fibo-der-rtd-irswp;InterestRateSwap"/>
660606
<rdfs:subClassOf>
@@ -698,28 +644,13 @@
698644
<cmns-av:explanatoryNote>Such adjustments may be added to or subtracted from the floating rate.</cmns-av:explanatoryNote>
699645
</owl:DatatypeProperty>
700646

701-
<owl:ObjectProperty rdf:about="&fibo-der-rtd-irswp;hasInterestCalculationSchedule">
702-
<owl:deprecated rdf:datatype="&xsd;boolean">true</owl:deprecated>
703-
<owl:equivalentProperty rdf:resource="&fibo-fnd-dt-fd;hasSchedule"/>
704-
</owl:ObjectProperty>
705-
706-
<owl:ObjectProperty rdf:about="&fibo-der-rtd-irswp;hasInterestRateResetSchedule">
707-
<owl:deprecated rdf:datatype="&xsd;boolean">true</owl:deprecated>
708-
<owl:equivalentProperty rdf:resource="&fibo-fnd-dt-fd;hasSchedule"/>
709-
</owl:ObjectProperty>
710-
711647
<owl:ObjectProperty rdf:about="&fibo-der-rtd-irswp;hasLastNotionalStepDate">
712648
<rdfs:subPropertyOf rdf:resource="&cmns-dt;hasEndDate"/>
713649
<rdfs:label>has last notional step date</rdfs:label>
714650
<rdfs:range rdf:resource="&cmns-dt;ExplicitDate"/>
715651
<skos:definition>indicates the final date in a notional step schedule</skos:definition>
716652
</owl:ObjectProperty>
717653

718-
<owl:ObjectProperty rdf:about="&fibo-der-rtd-irswp;hasNotionalStepSchedule">
719-
<owl:deprecated rdf:datatype="&xsd;boolean">true</owl:deprecated>
720-
<owl:equivalentProperty rdf:resource="&fibo-fnd-dt-fd;hasSchedule"/>
721-
</owl:ObjectProperty>
722-
723654
<owl:DatatypeProperty rdf:about="&fibo-der-rtd-irswp;hasRateMultiplier">
724655
<rdfs:label>has rate multiplier</rdfs:label>
725656
<rdfs:range rdf:resource="&xsd;decimal"/>

FBC/ProductsAndServices/ClientsAndAccounts.rdf

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
<owl:imports rdf:resource="https://www.omg.org/spec/Commons/PartiesAndSituations/"/>
115115
<owl:imports rdf:resource="https://www.omg.org/spec/Commons/RolesAndCompositions/"/>
116116
<owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/CountryRepresentation/"/>
117-
<owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/20240101/ProductsAndServices/ClientsAndAccounts/"/>
117+
<owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/20241101/ProductsAndServices/ClientsAndAccounts/"/>
118118
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/FBC/20160801/ProductsAndServices/ClientsAndAccounts.rdf version of this ontology was revised per the FIBO 2.0 RFC with respect to the definitions for accounts and account identifiers, such as BBAN and IBAN identifiers, including but not limited to bank accounts.</skos:changeNote>
119119
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/FBC/20180801/ProductsAndServices/ClientsAndAccounts/ version of this ontology was modified to support the addition of maturity-related properties to financial instruments.</skos:changeNote>
120120
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/FBC/20181101/ProductsAndServices/ClientsAndAccounts/ version of this ontology was modified to replace hasDefinition with isDefinedIn to clarify intent.</skos:changeNote>
@@ -134,6 +134,7 @@
134134
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/FBC/20230301/ProductsAndServices/ClientsAndAccounts.rdf version of this ontology was revised to clarify and extend definitions related to non-bank financial institutions.</skos:changeNote>
135135
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/FBC/20230401/ProductsAndServices/ClientsAndAccounts.rdf version of the ontology was modified to replace concepts from several FIBO FND ontologies with their counterparts added to the Commons Ontology Library (Commons) v1.1.</skos:changeNote>
136136
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/FBC/20231201/ProductsAndServices/ClientsAndAccounts.rdf version of the ontology was modified to replace additional concepts from several FIBO FND ontologies with their counterparts added to the Commons Ontology Library (Commons) v1.1.</skos:changeNote>
137+
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/FBC/20240101/ProductsAndServices/ClientsAndAccounts.rdf version of the ontology was modified to eliminate deprecated elements that were deprecated more than six months ago (FND-386).</skos:changeNote>
137138
<fibo-fnd-utl-av:hasMaturityLevel rdf:resource="&fibo-fnd-utl-av;Release"/>
138139
<cmns-av:copyright>Copyright (c) 2015-2024 EDM Council, Inc.</cmns-av:copyright>
139140
<cmns-av:copyright>Copyright (c) 2015-2024 Object Management Group, Inc.</cmns-av:copyright>
@@ -1138,16 +1139,6 @@
11381139
<skos:definition>connects a given customer account to another customer account</skos:definition>
11391140
</owl:ObjectProperty>
11401141

1141-
<owl:ObjectProperty rdf:about="&fibo-fbc-pas-caa;isRealizedBy">
1142-
<owl:deprecated rdf:datatype="&xsd;boolean">true</owl:deprecated>
1143-
<owl:equivalentProperty rdf:resource="&fibo-fnd-rel-rel;isExemplifiedBy"/>
1144-
</owl:ObjectProperty>
1145-
1146-
<owl:ObjectProperty rdf:about="&fibo-fbc-pas-caa;realizes">
1147-
<owl:deprecated rdf:datatype="&xsd;boolean">true</owl:deprecated>
1148-
<owl:equivalentProperty rdf:resource="&fibo-fnd-rel-rel;exemplifies"/>
1149-
</owl:ObjectProperty>
1150-
11511142
<owl:ObjectProperty rdf:about="&fibo-fbc-pas-caa;recordsTransaction">
11521143
<rdfs:label>records transaction</rdfs:label>
11531144
<owl:propertyChainAxiom rdf:parseType="Collection">

LOAN/LoansGeneral/Loans.rdf

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,13 @@
9494
<owl:imports rdf:resource="https://www.omg.org/spec/Commons/Documents/"/>
9595
<owl:imports rdf:resource="https://www.omg.org/spec/Commons/PartiesAndSituations/"/>
9696
<owl:imports rdf:resource="https://www.omg.org/spec/Commons/QuantitiesAndUnits/"/>
97-
<owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/LOAN/20241001/LoansGeneral/Loans/"/>
97+
<owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/LOAN/20241101/LoansGeneral/Loans/"/>
9898
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/LOAN/20220601/LoansGeneral/Loans.rdf version of the ontology was modified to use the Commons Ontology Library (Commons) Annotation Vocabulary rather than the OMG&apos;s Specification Metadata vocabulary.</skos:changeNote>
9999
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/LOAN/20230201/LoansGeneral/Loans.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) rather than the OMG&apos;s Languages, Countries and Codes (LCC), eliminating redundancies in FIBO as appropriate.</skos:changeNote>
100100
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/LOAN/20230301/LoansGeneral/Loans.rdf version of this ontology was modified to eliminate a subproperty relationship between the principal and notional amount, which may not be appropriate (DER-127) and to replace content that is now available in the OMG Commons Ontology Library (Commons) v1.1 (FND-380).</skos:changeNote>
101101
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/LOAN/20231201/LoansGeneral/Loans.rdf version of this ontology was modified to replace content that is now available in the OMG Commons Ontology Library (Commons) v1.1 (FND-380).</skos:changeNote>
102102
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/LOAN/20240101/LoansGeneral/Loans.rdf version of this ontology was modified to move certain terms athat are general debt schedule terms to the Debt ontology (FBC-317).</skos:changeNote>
103-
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/LOAN/20240301/LoansGeneral/Loans.rdf version of this ontology was modified to correct the distinction between amortization schedule and loan payment schedule and move security agreement to the debt ontology (LOAN-168).</skos:changeNote>
103+
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/LOAN/20240301/LoansGeneral/Loans.rdf version of this ontology was modified to correct the distinction between amortization schedule and loan payment schedule and move security agreement to the debt ontology (LOAN-168) and eliminate elements that have been deprecated for more than six months (FND-386).</skos:changeNote>
104104
<fibo-fnd-utl-av:hasMaturityLevel rdf:resource="&fibo-fnd-utl-av;Release"/>
105105
<cmns-av:copyright>Copyright (c) 2016-2024 EDM Council, Inc.</cmns-av:copyright>
106106
<cmns-av:copyright>Copyright (c) 2016-2024 Object Management Group, Inc.</cmns-av:copyright>
@@ -365,11 +365,6 @@
365365
<cmns-av:explanatoryNote>Loan payment schedules may or may not be amortization schedules, i.e., they may or may not include principal.</cmns-av:explanatoryNote>
366366
</owl:Class>
367367

368-
<owl:Class rdf:about="&fibo-loan-ln-ln;LoanPrincipal">
369-
<owl:deprecated rdf:datatype="&xsd;boolean">true</owl:deprecated>
370-
<owl:equivalentClass rdf:resource="&fibo-fnd-acc-cur;MonetaryAmount"/>
371-
</owl:Class>
372-
373368
<owl:Class rdf:about="&fibo-loan-ln-ln;LoanSpecificCustomerAccount">
374369
<rdfs:subClassOf rdf:resource="&fibo-fbc-pas-caa;CustomerAccount"/>
375370
<rdfs:subClassOf rdf:resource="&fibo-fbc-pas-caa;LoanOrCreditAccount"/>
@@ -572,11 +567,6 @@
572567
<skos:definition>loan granted based on the strength of the borrower&apos;s credit history or reputation in the community</skos:definition>
573568
</owl:Class>
574569

575-
<owl:DatatypeProperty rdf:about="&fibo-loan-ln-ln;hasAnticipatedNumberOfPayments">
576-
<owl:deprecated rdf:datatype="&xsd;boolean">true</owl:deprecated>
577-
<owl:equivalentProperty rdf:resource="&fibo-fbc-dae-dbt;hasAnticipatedNumberOfPayments"/>
578-
</owl:DatatypeProperty>
579-
580570
<owl:DatatypeProperty rdf:about="&fibo-loan-ln-ln;hasBalloonPayment">
581571
<rdfs:label xml:lang="en">has balloon payment</rdfs:label>
582572
<rdfs:range rdf:resource="&xsd;boolean"/>

0 commit comments

Comments
 (0)