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

Stores administrator-specified default currency rate settings. 

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

Unique system-generated sequential identifier for the business unit associated with the default options.

int4   
 

Unique system-generated sequential identifier for the default currency exchange rate set used during analysis.

For a complete list of records, see tCurrencyExchangeRateSet Table.

int4   
 

ISO 3-character code for the default currency used during analyses.

For a complete list of codes, see tCurrency Table.

char3   
 

Unique system-generated sequential identifier for the default currency exchange rate set used to display results.

For a complete list of records, see tCurrencyExchangeRateSet Table.

int4  
 

ISO 3-character code for the default currency used to display results.

For a complete list of codes, see tCurrency Table.

char3  
 

Not used by Touchstone Re.

int4  
 

Not used by Touchstone Re.

varchar255  
 

Not used by Touchstone Re.

bit1 
((0))
 
 

Not used by Touchstone Re.

xml0  
 

Code that represents the user-specified default units used to display currency values throughout the application.

For a complete list of codes, see tCurrencyUnit Table.

tinyint1
((1))
 
Objects that tDefaultUserOption 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
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
See Also

Related Objects

AIRUserSetting Database