Skip to main content
Version: Next

Currency

A context representing an individual Currency.

Type

fdc3.currency

Schema

https://fdc3.finos.org/schemas/next/context/currency.schema.json

Details

PropertyTypeRequiredExample Value
typestringYes'fdc3.currency'
namestringNo'US Dollar'
id.CURRENCY_ISOCODE *stringYes'USD'

* The CURRENCY_ISOCODE should conform to 3 character alphabetic codes defined in ISO 4217.

Example

const currency = {
type: 'fdc3.currency',
name: 'US Dollar',
id: {
CURRENCY_ISOCODE: "USD"
}
}