From 3aefe60be7dc236057bf85da68b1dae768392c12 Mon Sep 17 00:00:00 2001 From: Data Commons Date: Tue, 5 Sep 2023 00:45:19 -0700 Subject: [PATCH] Data Manifests CL for Food and Agriculture Organization of the United Nations. PiperOrigin-RevId: 562691780 --- core/currency.mcf | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/core/currency.mcf b/core/currency.mcf index 982d8e479..2ad834bb9 100644 --- a/core/currency.mcf +++ b/core/currency.mcf @@ -1433,3 +1433,27 @@ Node: dcid:ZWD typeOf: dcs:Currency name: "ZWD" description: "Zimbabwe Dollar (old) (historical)." + +Node: dcid:SLE +typeOf: dcs:Currency +name: "SLE" +description: "Sierra Leone." + +Node: dcid:VED +typeOf: dcs:Currency +name: "VED" +description: "Venezuelan Bolivar." + +Node: dcid:fromCurrency +typeOf: schema:Property +name: "fromCurrency" +description: "Exchange rate from currency." +domainIncludes: schema:Place +rangeIncludes: dcs:Currency + +Node: dcid:toCurrency +typeOf: schema:Property +name: "toCurrency" +description: "Exchange rate to currency." +domainIncludes: schema:Place +rangeIncludes: dcs:Currency