Stores information about the exchange rate set that corresponds to each currency in the application.
This is a template table.
Stores information about the exchange rate set that corresponds to each currency in the application.
This is a template table.
| Creation Date | 4/11/2022 5:46 PM |
| File Group | PRIMARY |
| Text File Group | |
| System Object | ![]() |
| Published for Replication | ![]() |
| Rows | 0 |
| Data Space Used | 0.00 KB |
| Index Space Used | 0.00 KB |
| Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
|---|---|---|---|---|---|---|---|
| AnalysisSID | Unique system-generated sequential identifier for the analysis associated with the currency exchange rate set. | int | 4 | |||
| CurrencyExchangeRateSetSID | Unique system-generated sequential identifier for the exchange rate set record. | int | 4 | |||
| CurrencyCode | ISO 3-character code for the currency. For a complete list of codes, see tCurrency table. | char | 3 | |||
| ExchangeRate | Conversion factor that represents the exchange rate. The application uses the factor during currency conversion operations. | numeric | 9 (20,15) | ||||
| AsOfDate | Date the exchange rate became valid for use. | date | 8 |