currency
Stores information about the different currencies supported in NetSuite, including currency symbols, names, and exchange rate details.
Columns
| Name | Type | References | Description |
| id [KEY] | Integer | The unique internal identifier for the currency record. | |
| currencyprecision | Integer | The precision (number of decimal places) used for the currency. | |
| displaysymbol | String | The symbol used to represent the currency. | |
| exchangerate | Decimal | The default exchange rate for converting this currency to others. | |
| externalid | String | A unique external identifier for referencing the currency in external systems. | |
| includeinfxrateupdates | Boolean | Indicates whether the currency should automatically update its exchange rate. | |
| isbasecurrency | Boolean | Indicates whether the currency is set as the base currency for conversions. | |
| isinactive | Boolean | Indicates whether the currency record is inactive. | |
| name | String | The name associated with the currency. | |
| overridecurrencyformat | Boolean | Indicates whether the default currency format should be overridden. | |
| symbol | String | The ISO code or symbol for the currency, such as USD for US Dollar. | |
| symbolplacement | String | Specifies where the currency symbol should appear, such as before or after the amount. |