Touchstone Re 2022 Database Reference
tCLFCatalog Table
AIRExposureRe Database : tCLFCatalog Table
Description

Stores metadata about company loss files (CLF).

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

Properties
Creation Date4/11/2022 6:17 PM
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 tCompanyLossAssociation 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 CLF.varchar30   
 Version number of the model associated with the CLF.varchar30   
 

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   
 Formatted name of the catalog.varchar255   
 Loss file extension.varchar10   
 

Code that represents the subtype of the CLF.

For a complete list of codes, see tCLFSubType Table.

smallint2   
 

Code that represents the geographic resolution that generated the losses in the CLF.

  • 1 = Area
  • 3 = Subarea
smallint2   
 

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

For a complete list of codes, see tPerilSet Table.

int4   
 

Code that indicates whether demand surge was applied in the CLF.

  • 0 = Program specific
  • 1 = Without demand surge
  • 2 = With demand surge

If the value is 0, review the IsDemandSurgeOn column in tReinsuranceProgram Table.

smallint2   
 Global adjustment factor in the CLF.smallint2   
 Oil price in the CLF.float9   
 

ISO 3-character code for the currency in the CLF.

For a complete list of codes, see tCurrency Table.

varchar3  
Objects that tCLFCatalog depends on
 Database ObjectObject TypeDescriptionDep Level
tCompany tabletCompanyTableStores information about companies.3
tCompanyLossAssociation tabletCompanyLossAssociationTable

Stores relationships between company loss file (CLF) sets and companies.

You can associate a CLF set with a company in two ways:

  • Importing the CLF set into Touchstone Re.
  • Associating the CLF set with a Touchstone Re company when exporting the CLF set from Touchstone.
1
See Also

Related Objects

AIRExposureRe Database