Skip to content

Commit

Permalink
Schema and Data changes for OneOrg principal, currency composition, i…
Browse files Browse the repository at this point in the history
…nterest and disbursed and outstanding debt.

Added name property to the SV.

PiperOrigin-RevId: 567586896
  • Loading branch information
Data Commons authored and copybara-github committed Sep 22, 2023
1 parent 5c470e8 commit 5e0636d
Show file tree
Hide file tree
Showing 4 changed files with 6,193 additions and 2,405 deletions.
2 changes: 1 addition & 1 deletion core/dcschema.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -1837,7 +1837,7 @@ Node: dcid:currency
typeOf: dcs:Property
name: "currency"
domainIncludes: dcid:Debt
rangeIncludes: dcid:Currency, dcid:OneOrg_CurrencyEnum
rangeIncludes: dcid:Currency, dcid:WorldBank_CurrencyEnum

Node: dcid:USDollar
typeOf: dcs:CurrencyUnitOfMeasure
Expand Down
4 changes: 2 additions & 2 deletions core/dcschema_enum_classes.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ typeOf: schema:Class
subClassOf: dcs:Enumeration
name: "DebtFinancerEnum"

Node: dcid:OneOrg_CurrencyEnum
Node: dcid:WorldBank_CurrencyEnum
typeOf: schema:Class
subClassOf: dcs:Enumeration
name: "OneOrg_CurrencyEnum"
name: "WorldBank_CurrencyEnum"
20 changes: 10 additions & 10 deletions core/one_org_schema.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -336,13 +336,13 @@ Node: dcid:CommercialBank
typeOf: dcid:DebtInstrumentEnum
name: "Commercial Bank"

Node: dcid:OneOrg_OtherPrivate
Node: dcid:WorldBank_OtherPrivate
typeOf: dcid:DebtInstrumentEnum
name: "OneOrg Other Private"
name: "WorldBank Other Private"

Node: dcid:OneOrg_CommercialBankAndOther
Node: dcid:WorldBank_CommercialBankAndOther
typeOf: dcid:DebtInstrumentEnum
name: "OneOrg Commercial Bank And Other"
name: "WorldBank Commercial Bank And Other"

###---- begin debt financer enum instances ----###
Node: dcid:IBRD
Expand All @@ -358,10 +358,10 @@ typeOf: dcid:DebtFinancerEnum
name: "Concessional"

###---- begin onee org currency enum instances ----###
Node: dcid:OneOrg_MultipleCurrency
typeOf: dcid:OneOrg_CurrencyEnum
name: "OneOrg Multiple Currency"
Node: dcid:WorldBank_MultipleCurrency
typeOf: dcid:WorldBank_CurrencyEnum
name: "WorldBank Multiple Currency"

Node: dcid:OneOrg_OtherCurrency
typeOf: dcid:OneOrg_CurrencyEnum
name: "OneOrg Other Currency"
Node: dcid:WorldBank_OtherCurrency
typeOf: dcid:WorldBank_CurrencyEnum
name: "WorldBank Other Currency"
Loading

0 comments on commit 5e0636d

Please sign in to comment.