Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions core/currency.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -1488,3 +1488,12 @@ typeOf: dcid:Currency
name: "MTP"
description: "Maltese Pound."

Node: dcid:XCG
typeOf: dcid:Currency
name: "XCG"
description: "Caribbean Guilder."

Node: dcid:ZWG
typeOf: dcid:Currency
name: "ZWG"
description: "Zimbabwe Gold."
23 changes: 23 additions & 0 deletions stat_vars/CurrencyFAO_stat_vars.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -4517,3 +4517,26 @@ measurementQualifier: dcid:StandardizedCurrency
statType: dcid:measuredValue
fromCurrency: dcid:USD
toCurrency: dcid:YUN

Node: dcid:LocalCurrency_ExchangeRate_Currency_FromCurrency_USD_ToCurrency_XCG
typeOf: dcid:StatisticalVariable
name: "Local currency exchange rate from US Dollar (USD) to Caribbean Guilder (XCG)"
populationType: dcid:Currency
measuredProperty: dcid:exchangeRate
measurementQualifier: dcid:LocalCurrency
statType: dcid:measuredValue
fromCurrency: dcid:USD
toCurrency: dcid:XCG

Node: dcid:LocalCurrency_ExchangeRate_Currency_FromCurrency_USD_ToCurrency_ZWG
typeOf: dcid:StatisticalVariable
name: "Local currency exchange rate from US Dollar (USD) to Zimbabwe Gold (ZWG)"
populationType: dcid:Currency
measuredProperty: dcid:exchangeRate
measurementQualifier: dcid:LocalCurrency
statType: dcid:measuredValue
fromCurrency: dcid:USD
toCurrency: dcid:ZWG



Loading