FDC3 StandardContext Data PartCurrencyVersion: NextOn this pageCurrencyA context representing an individual Currency.Schemahttps://fdc3.finos.org/schemas/next/context/currency.schema.json (github)Typefdc3.currencyPropertiesnametype: stringThe name of the currency for display purposesid (required)type: objectSubproperties:CURRENCY_ISOCODEtype: stringThe CURRENCY_ISOCODE should conform to 3 character alphabetic codes defined in ISO 4217Example{ "type": "fdc3.currency", "name": "US Dollar", "id": { "CURRENCY_ISOCODE": "USD" }}