File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1488,3 +1488,12 @@ typeOf: dcid:Currency
14881488name: "MTP"
14891489description: "Maltese Pound."
14901490
1491+ Node: dcid:XCG
1492+ typeOf: dcid:Currency
1493+ name: "XCG"
1494+ description: "Caribbean Guilder."
1495+
1496+ Node: dcid:ZWG
1497+ typeOf: dcid:Currency
1498+ name: "ZWG"
1499+ description: "Zimbabwe Gold."
Original file line number Diff line number Diff line change @@ -4517,3 +4517,26 @@ measurementQualifier: dcid:StandardizedCurrency
45174517statType: dcid:measuredValue
45184518fromCurrency: dcid:USD
45194519toCurrency: dcid:YUN
4520+
4521+ Node: dcid:LocalCurrency_ExchangeRate_Currency_FromCurrency_USD_ToCurrency_XCG
4522+ typeOf: dcid:StatisticalVariable
4523+ name: "Local currency exchange rate from US Dollar (USD) to Caribbean Guilder (XCG)"
4524+ populationType: dcid:Currency
4525+ measuredProperty: dcid:exchangeRate
4526+ measurementQualifier: dcid:LocalCurrency
4527+ statType: dcid:measuredValue
4528+ fromCurrency: dcid:USD
4529+ toCurrency: dcid:XCG
4530+
4531+ Node: dcid:LocalCurrency_ExchangeRate_Currency_FromCurrency_USD_ToCurrency_ZWG
4532+ typeOf: dcid:StatisticalVariable
4533+ name: "Local currency exchange rate from US Dollar (USD) to Zimbabwe Gold (ZWG)"
4534+ populationType: dcid:Currency
4535+ measuredProperty: dcid:exchangeRate
4536+ measurementQualifier: dcid:LocalCurrency
4537+ statType: dcid:measuredValue
4538+ fromCurrency: dcid:USD
4539+ toCurrency: dcid:ZWG
4540+
4541+
4542+
You can’t perform that action at this time.
0 commit comments