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

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.
Properties
Creation Date4/11/2022 6:17 PM
File GroupPRIMARY
Text File GroupPRIMARY
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 CLF set, if the association was created in Touchstone Re.int4   
 

Unique system-generated sequential identifier for the CLF set, if the association was created in Touchstone.

int4  
 

Unique system-generated sequential identifier for the SQL instance that stores the CLF set.

int4  
 

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

For a complete list of records, see tCompany Table.

int4   
 

Numerical code that represents the catalog type associated with the CLF set.

For a complete list of codes see tCatalogType Table.

int4   
 

Unique system-generated sequential identifier for the parent CLF set.

Touchstone generates multiple CLF sets during an analysis if the analysis includes different catalog types, for example, stochastic and historical. The parent CLF set is the CLF set generated for the stochastic catalog.

int4  
 Name of the CLF set.varchar255   
 Name of the SQL instance that stores the CLF set.varchar255  
 Unique system-generated sequential identifier for the Touchstone business unit associated with the CLF set.int4  
 Name of the Touchstone business unit associated with the CLF set.varchar255  
 

Numerical code that indicates the type of loss in the CLF set.

For a complete list of codes, see tLossType Table.

varchar10  
 

Indicates whether Touchstone generated a loss market share.

  • 1 = Yes (generated)
  • 0 = No (not generated)
bit1  
 Comments about the loss market share.varchar150  
 User-specified description of the CLF set.varchar16  
 User-specified comments about the CLF set.varchar16  
 Date and time the CLF set was created.datetime4
(getutcdate())
 
 Date and time the CLF set was associated with a company.datetime4
(getutcdate())
 
 User that initiated the association.varchar60  
 

Indicates whether the CLF set is associated with an expanded multi-year catalog.

  • 1 = Yes
  • 0 = No
bit1   
 

System-provided status code for the record in the table.

For a complete list of codes, see tStatus Table.

varchar10   
 Name of the Touchstone project associated with the CLF set.varchar255  
 Name of the analysis that generated the CLF set.varchar255  
 

Code that represents the financial perspective in the CLF set.

For a complete list of codes, see tFinancialPerspective Table.

varchar10  
 

Name of the Touchstone data source associated with the CLF set.

varchar255  
Objects that depend on tCompanyLossAssociation
 Database ObjectObject TypeDescriptionDep Level
tCLFCatalog tabletCLFCatalogTable

Stores metadata about company loss files (CLF).

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

1
tCompanyLossMarketShare tabletCompanyLossMarketShareTable

Stores loss market share information for company loss file (CLF) sets exported from Touchstone to Touchstone Re.

A loss market share represents a given company’s share of industry-wide losses.

1
tReinsuranceProgramTargetXRef tabletReinsuranceProgramTargetXRefTableStores the company loss file (CLF) set or CLF set and exposure set combination specified as the target of each reinsurance program.1
Objects that tCompanyLossAssociation depends on
 Database ObjectObject TypeDescriptionDep Level
tCompany tabletCompanyTableStores information about companies.3
See Also

Related Objects

AIRExposureRe Database