Touchstone Re 2022 Database Reference
tCompanyLossCatalog Table
AIRCompanyLoss Database : tCompanyLossCatalog Table
Description

Stores metadata about company loss files (CLF) that users exported from Touchstone to Touchstone Re.

The metadata includes information about the event catalogs associated with each CLF.

Properties
Creation Date4/4/2022 3:03 AM
File GroupPRIMARY
Text File Group
System Object
Published for Replication
Rows0
Data Space Used0.00 KB
Index Space Used0.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key Unique system-generated sequential identifier for the company loss file (CLF) metadata record.int4   
 

 

Unique system-generated sequential identifier for the CLF set associated with the CLF.

For a complete list of records, see tCompanyLossSet Table.

int4   
 

Code that represents the type of the CLF:

  • 1 = Event
  • 2 = Simulation
  • 3 = Company Loss
  • 4 = Company Event
  • 5 = Custom
  • 6 = Real Time CM
  • 7 = Real Time CT
  • 8 = User Created
  • 9 = Company Historical
  • 10 = Industry Loss Auxiliary
  • 11 = User Created Loss
  • 12 = RDS
  • 13 = Company RDS
smallint2   
 Version number of the model associated with the CLF.varchar50   
 

Code that represents the model in Touchstone associated with the CLF.

For a complete list of codes, see tModel Table.

smallint2   
 Maximum number of simulated years in the catalog associated with the CLF.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   
 

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

For a complete list of codes, see tPerilSet Table.

int4   
 

Indicates whether demand surge was enabled during the analysis that generated the CLF.

  • 1 = Yes (enabled)
  • 0 = No (not enabled)
smallint2   
 Default oil price used during the analysis from tDefaultLossAnalysisOption Table.float9   
 

ISO 3-character code for the currency.

For a complete list of codes, see tCurrency Table.

varchar3  
 

Indicates whether the CLF was modified.

  • 1 = Yes (modified)
  • 0 = No (not modified)
bit1  
 

Code that represents the financial perspective of the losses.

For a complete list of codes, see tFinancialPerspective Table.

varchar10  
 

Name of the table that stores the details of the CLF.

For more information, see tCLEXPORT_NNNN_AAAA Table.

varchar50  
 

Code that represents the area associated with the company loss file. This can be at:

  • Area
  • Sub-area
smallint2  
Objects that tCompanyLossCatalog depends on
 Database ObjectObject TypeDescriptionDep Level
tCompanyLossSet tabletCompanyLossSetTable

Stores relationships between company loss file (CLF) sets and companies for CLF sets exported from Touchstone to Touchstone Re.

1
See Also

Related Objects

AIRCompanyLoss Database