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

Stores information about database upgrades associated with the company loss association (CLA) records.

The Touchstone Re company upgrade process will now support both legacy and the latest geographies and its corresponding line of business for each company loss file (CLF). The UI update is in conjuction with Model 27 update for Carribean countries where a peril could span across multiple countries. For example, a peril could start from the Florida coastline and then traverse across various Caribbean countries.

The tCLAUpgradeLog table stores old and new area information for each CLF record. Enabling you to track the legacy and new geographies as well as the line of businesses before and after the database upgrade for the company loss files.

 

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
 Unique system-generated sequential identifier for the upgrade log associated with the company loss association file.int4  
 Unique system-generated sequential identifier for the list of updgraded CLA records.int4  
 Name of the database for the CLA record.sysname128   
 Name of the table for the CLA record.sysname128   
 Code that represents the model in Touchstone Re associated with the CLA record.int4   
 User-supplied description.varchar100  
 Maximum number of simulated years in the catalog associated with the CLA record.int4   
 Version of the model associated with the legacy area and line of business combination. varchar20   
 Version of the model associated with the new area and line of business combination.varchar20   
 ISO 3-character code for the currency.varchar3   
 

Identifier for the area and line of business associated with the CLF record.

For a complete list of records, see tCLFUpgradeDetails table.

int4  
 Code that represents the mapping areas.int4  
 Code that represents the count of CLA records ready for upgrade.int4  
 Code that represents the count of the legacy area before upgrade.int4  
 Code that represents the count of the new area after upgrade.int4  
 Code that represents the difference in number of areas before and after the upgrade.int4 
([AreaCodeOldCountBefore]-[AreaCodeOldCountAfter])
 Code that represents the count of new area before the upgrade.int4  
 Code that represents the count of new area after the upgrade.int4  
 Code that represents the difference in number of new areas before and after the upgrade.int4 
([AreaCodeNewCountAfter]-[AreaCodeNewCountBefore])
 Date of initiation of the database upgrade associated with the CLA record.datetime24  
 Date of completion of the datebase upgrade associated with the CLA record.datetime24  
 System-generated name of the table associated with the CLA record.sysname128  
 Duration of the database upgrade.int4 
(datediff(minute,[StartDate],[EndDate]))
See Also

Related Objects

AIRCompanyLoss Database