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

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

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

Properties
Creation Date4/4/2022 3:02 AM
File GroupPRIMARY
Text File Group
System Object
Published for Replication
Rows6
Data Space Used8.00 KB
Index Space Used56.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key Unique system-generated sequential identifier for the exchange rate set record.int4   
 

Unique system-generated sequential identifier for the business unit associated with the exchange rate set.

int4   
 

ISO 3-character code for the base currency used with the exchange rate set.

For a complete list of codes, see tCurrency Table.

char3   
 Name of the currency exchange rate set.varchar40   
 

Indicates whether the exchange rate set has been designated as standard.

  • 1 = Yes (standard
  • 0 = No (not standard)
bit1 
((0))
 
 Description of the currency exchange rate set.varchar4000  
 Date and time when the currency exchange rate set was created.date8 
(getutcdate())
 
 Date and time when the currency exchange rate set was last modified.date8 
(getutcdate())
 
Objects that depend on tCurrencyExchangeRateSet
 Database ObjectObject TypeDescriptionDep Level
tCurrencyExchangeRateSetConversion tabletCurrencyExchangeRateSetConversionTable

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.

1
tDefaultUserOption tabletDefaultUserOptionTable

Stores administrator-specified default currency rate settings. 

1
See Also

Related Objects

AIRUserSetting Database