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

Stores information about the event catalogs that are available in Touchstone Re, including event catalogs for custom (user-defined) models.

You must license Custom Models and LOBs to use the custom models feature.
Properties
Creation Date4/4/2022 3:02 AM
File GroupPRIMARY
Text File Group
System Object
Published for Replication
Rows336
Data Space Used64.00 KB
Index Space Used16.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key Unique system-generated sequential identifier for the catalog record.int4   
 Unique system-generated sequential identifier for the business unit associated with the catalog.int4   
 

Code that represents the type of the catalog.

  • 1 = Historical
  • 2 = Standard
  • 8 = User created
  • 10 = Realistic Disaster Scenarios (RDS)
  • 12 = Multi year
smallint2  
 Name of the catalog.varchar100   
 Version number of the catalog.varchar20   
 

Code that represents the model associated with the catalog.

For a complete list of codes, see tModel Table.

smallint2   
 Version number of the model.varchar20   
 Maximum number of years in the catalog.int4   
 

Total number of simulated years in the catalog.

int4   
 Maximum number of simulated events in the catalog.int4   
 Total number of simulated events in the catalog.int4   
 Formatted name of the catalog.varchar255  
 Type of loss file associated with the catalog.varchar10  
 

Area resolution of the catalog.

int4  
 

Numeric code for the peril or set of perils associated with the catalog.

For a complete list of codes, see tPerilSet Table.

int4  
 Region associated with the catalog.varchar60  
 

Indicates whether the catalog is a custom catalog.

  • 1 = Yes (custom catalog)
  • 0 = No (AIR catalog)
bit1   
 Name of the damage factor file associated with the catalog.varchar255  
 Description of the catalog.varchar255  
 

ISO 3-character code for the currency associated with the catalog.

For a complete list of codes, see tCurrency Table.

varchar3  
 

Indicates whether the catalog is archived.

  • 1 = Yes (archived)
  • 0 = No (not archived)
bit1
((0))
 
 Indicates the user-specified catalog identifier associated with custom models.int4  
Objects that depend on tReinsuranceCatalog
 Database ObjectObject TypeDescriptionDep Level
tEventBasedAdjFactorFile tabletEventBasedAdjFactorFileTable

Stores information about the comma-separated values (CSV) files used to specify event-based adjustment factors in the Administration Console.

An event-based adjustment factor enables you to adjust ground up modeled loss estimates. You can specify event-based adjustment factors for each event or each combination of event, area, and line of business associated with a given model.

You must license event-based adjustment factors to use the event-based adjustment factors feature.

1
tEventBasedAdjFactorSet tabletEventBasedAdjFactorSetTable

Stores the details of each set of event-based adjustment factors defined in the Administration Console.

An event-based adjustment factor enables you to adjust ground up modeled loss estimates.  You can specify event-based adjustment factors for each event or each combination of event, area, and line of business associated with a given model.

You must license event-based adjustment factors to use the event-based adjustment factors feature.

3
tReinsuranceEventSetCatalogXRef tabletReinsuranceEventSetCatalogXRefTable

System reference table that stores the event catalogs associated with each event set in Touchstone Re, including event sets associated with custom (user-defined) models.

You must license Custom Models and LOBs to use the custom models feature.
1
See Also

Related Objects

AIRUserSetting Database