Touchstone Re 2022 Database Reference
tCompany Table
AIRExposureRe Database : tCompany Table
Description
Stores information about companies.
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 record.int4   
 

Unique system-generated sequential identifier for the business unit associated with the company.

int4   
 Reserved for future use.varchar10  
 Identifier for the company.varchar20  
 Name of the company.varchar765   
 User-specified description of the company.varchar4000  
 Underwriter judgment factor associated with the company.float9  
 

Code that represents the system-provided status for the company.

For a complete list of codes, see tStatus Table.

varchar10   
 Date and time the company was created.datetime4 
(getdate())
 
 Date and time the company was last edited.datetime4 
(getdate())
 
 User that created the company.varchar1000  
 User that last edited the company.varchar1000  
 

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

For a complete list of records, see tExposureSet Table.

int4  
Objects that depend on tCompany
 Database ObjectObject TypeDescriptionDep Level
tAggregateExposure tabletAggregateExposureTableStores aggregated exposure data. For example, one row in the table may specify the total insured value for a given subarea and line of business included in an exposure set.2
tAppliesToEventFilter tabletAppliesToEventFilterTable

Stores information about event filters.

An event filter specifies that a reinsurance treaty applies only to events that meet certain criteria. You can create an event filter that includes event parameters, a latitude and longitude pair, or a list of areas.

1
tAppliesToEventFilterGeoXRef tabletAppliesToEventFilterGeoXRefTable

Stores information about event filters that include geographic areas. 

An event filter specifies that a reinsurance treaty applies only to events that meet certain criteria. You can create an event filter that includes event parameters, a latitude and longitude pair, or a list of areas.

2
tAppliesToEventFilterLatLong tabletAppliesToEventFilterLatLongTable

Stores information about event filters that include latitude and longitude pairs. 

An event filter specifies that a reinsurance treaty applies only to events that meet certain criteria. You can create an event filter that includes event parameters, a latitude and longitude pair, or a list of areas.

2
tAppliesToEventFilterRule tabletAppliesToEventFilterRuleTable

Stores information about event filters that include event parameters, such as earthquake depth or hurricane central pressure. 

An event filter specifies that a reinsurance treaty applies only to events that meet certain criteria. You can create an event filter that includes event parameters, a latitude and longitude pair, or a list of areas.

2
tCatBondAttributeValue tabletCatBondAttributeValueTableStores information about catastrophe bond reinsurance programs, for example, the sponsor and covered perils.1
tCLFCatalog tabletCLFCatalogTable

Stores metadata about company loss files (CLF).

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

1
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
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
tCompanyUDCClassification_Xref tabletCompanyUDCClassification_XrefTable

Stores relationships between user-defined categories (UDCs) and companies.

1
tReinsuranceProgram tabletReinsuranceProgramTableStores information about reinsurance programs.2
tReinsuranceProgramSourceInure tabletReinsuranceProgramSourceInureTable

Stores information about the sourcing and inuring relationships between reinsurance programs.

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
tReinsuranceTreaty tabletReinsuranceTreatyTableStores information about reinsurance treaties included in reinsurance programs.1
tReinsuranceTreatyReinstatement tabletReinsuranceTreatyReinstatementTableStores information about reinstatement treaties included in reinsurance programs.1
tReinsuranceTreatyTerrorismOption tabletReinsuranceTreatyTerrorismOptionTableStores information about the terrorism coverage for each reinsurance treaty.1
tReinsuranceTreatyUDCClassification_Xref tabletReinsuranceTreatyUDCClassification_XrefTable

Stores relationships between user-defined categories (UDCs) and reinsurance treaties.

1
See Also

Related Objects

AIRExposureRe Database