| field name | data type | db field | description |
| tiCurrencyNumberOfDecimals | integer | Currency.CurrencyNumberOfDecimals | Number of Decimals |
| tiCurrency_ID | integer | Currency.Currency_ID | Record ID |
| tcCurrencyCode | character | Currency.CurrencyCode | Currency Code |
| tiRoundingMethod_ID | integer | RoundingMethod.RoundingMethod_ID | Record ID |
| tcRoundingMethodCode | character | RoundingMethod.RoundingMethodCode | Code |
| tdRoundingMethodUnit | decimal | RoundingMethod.RoundingMethodUnit | Unit |
| tdRoundingMethodThreshold | decimal | RoundingMethod.RoundingMethodThreshold | Threshold |
| ti_sequence | integer | calculated | primary index |
| tc_rowid | character | calculated | = rowid(Currency),rowid(RoundingMethod) |