Touchstone Re 2022 Database Reference
tCurrencyExchangeRateSetConversion Table
AIRUserSetting Database : tCurrencyExchangeRateSetConversion Table
Description

Stores information about the exchange rate set that corresponds to each currency in the application. 

For more information about the exchange rate sets, see tCurrencyExchangeRateSet Table.

Properties
Creation Date4/4/2022 3:02 AM
File GroupPRIMARY
Text File Group
System Object
Published for Replication
Rows1026
Data Space Used40.00 KB
Index Space Used80.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key 

Unique system-generated sequential identifier for the exchange rate set record.

For a complete list of records, see tCurrencyExchangeRateSet Table.

int4   
Primary Key 

ISO 3-character code for the currency.

For a complete list of codes, see tCurrency Table.

char3   
 Conversion factor that represents the exchange rate. The application uses the factor during currency conversion operations.numeric9 (20,15)   
 Date the exchange rate became valid for use.date8   
Objects that depend on tCurrencyExchangeRateSetConversion
 Database ObjectObject TypeDescriptionDep Level
tDefaultUserOption tabletDefaultUserOptionTable

Stores administrator-specified default currency rate settings. 

1
Objects that tCurrencyExchangeRateSetConversion depends on
 Database ObjectObject TypeDescriptionDep Level
tCurrencyExchangeRateSet tabletCurrencyExchangeRateSetTable

Stores information about the exchange rate sets available in the application. 

For more information about the currency exchange rate sets, see tCurrencyExchangeRateSetConversion Table.

2
See Also

Related Objects

AIRUserSetting Database