Currencyconfiguration
Represents the currency configuration.
codestring
The unique currency code.
currencyHolidays object[]
List of holidays for this currency.
Array [
datestring<date>
The day of the holiday.
Example:
1987-04-26idstring
The id of the holiday.
isAnnuallyRecurringboolean
Specify if a holiday is recurring or not.
namestring
The name of the holiday.
]
digitsAfterDecimalinteger<int32>
The number of decimals of the currency.
namestring
The currency name.
symbolstring
The currency symbol.
symbolPositionstring
Model representation of the currency symbol position.
Possible values: [BEFORE_NUMBER, AFTER_NUMBER]
typestring
Model representation of the currency type.
Possible values: [FIAT_CURRENCY, CRYPTOCURRENCY, NON_TRADITIONAL_CURRENCY]
Currencyconfiguration
{
"code": "string",
"currencyHolidays": [
{
"date": "1987-04-26",
"id": "string",
"isAnnuallyRecurring": true,
"name": "string"
}
],
"digitsAfterDecimal": 0,
"name": "string",
"symbol": "string",
"symbolPosition": "BEFORE_NUMBER",
"type": "FIAT_CURRENCY"
}