Skip to main content
The Currencies Data Model streamlines access to currency information across various accounting platforms, providing a consistent and unified representation of currency data.
  • Multi-currency support: Currencies enable businesses operating internationally to manage and track transactions in different national currencies
  • Currency fluctuation insights: By monitoring different currencies, businesses can gain critical insights into how currency fluctuations affect their financial performance
  • Consolidated reporting: Businesses can link different currency accounts or transactions to view consolidated reports in a single base currency

Attributes

Currency Attributes

PropertyTypeDescription
rootfi_idintegerUnique identifier assigned by Commenda for this currency
rootfi_created_atstringTimestamp when this record was created in Commenda’s system (ISO 8601)
rootfi_updated_atstringTimestamp when this record was last updated in Commenda’s system (ISO 8601)
rootfi_company_idintegerCompany identifier this currency belongs to within Commenda
platform_idstringUnique identifier for this currency in the source accounting platform
platform_unique_idstringAlternative unique identifier from the platform (some platforms provide multiple IDs)
namestringThe name of the currency
codestringThe ISO-4217 currency code
symbolstringThe symbol that represents the currency
is_base_currencybooleanWhether the currency is the base currency for the company
exchange_ratedoubleThe exchange rate for the currency
updated_atstringThe date and time the currency was last updated

Properties Supported

PropertyTypeDescription
platform_idstringThe Platform’s ID for the currency
namestringThe name of the currency
codestringThe ISO-4217 currency code
symbolstringThe symbol that represents the currency
is_base_currencybooleanWhether the currency is the base currency for the company
exchange_ratedoubleThe exchange rate for the currency
updated_atstringThe date and time the currency was last updated
{
  "rootfi_id": 123,
  "rootfi_created_at": "2024-01-25T09:00:00Z",
  "rootfi_updated_at": "2024-01-25T09:00:00Z",
  "rootfi_company_id": 456,
  "platform_id": "123456_1",
  "platform_unique_id": "123456",
  "name": "Zimbabwean Dollar",
  "code": "ZWD",
  "symbol": null,
  "is_base_currency": null,
  "exchange_rate": 1,
  "updated_at": null
}