✨ Currencies (NEW)

✨ NEW TABLE - November 2025

** 🛠️ Partner API Alignment Migration**

✅ This table is new as of November 2025 and will not be impacted

Standardized view of currency data from partner systems. Contains currency definitions, exchange rates, and decimal precision settings used for financial transactions and reporting.

SQL: currencies

Schema

Column NameData TypeDescription
Primary ID
idINTEGERPrimary key
Timestamps
created_atTIMESTAMP_NTZTimestamp when the currency record was first created in the system
updated_atTIMESTAMP_NTZTimestamp when the currency record was last modified
Attributes
identifierVARCHARStandard currency code identifier (e.g. USD, EUR, GBP) used for external reference
nameVARCHARFull display name of the currency (e.g. US Dollar, Euro, British Pound)
currencyVARCHARThree-letter ISO currency code used for transactions and reporting

Data Inclusion Creiteria

  • is not deleted

Alignment