Skip to main content
Version: Next

Currency

A context representing an individual Currency.

Schema

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

Type

fdc3.currency

Properties

name

type: string

The name of the currency for display purposes

id (required)

type: object

Subproperties:

CURRENCY_ISOCODE

type: string

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

Example

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