The Currencies Data Model streamlines access to currency information across various accounting platforms, providing a consistent and unified representation of currency data.
Property | Type | Description |
---|---|---|
platform_id | string | The Platform’s ID for the currency |
name | string | The name of the currency |
code | string | The currency code. |
symbol | string | The symbol that represents the currency. Not applicable for many currencies |
is_base_currency | boolean | Whether the currency is the base currency for the company |
exchange_rate | float | The exchange rate for the currency |
updated_at | date | The date at which the information was updated on the accounting platform |