Touchstone 2022 Database Reference
tLossModTemplateRule Table
AIRUserSetting Database : tLossModTemplateRule Table
Description

Used for a Loss analysis, this table stores information about the custom, user-defined rules (filter) that identify the Ground-Up losses to which the Loss analysis engine applies the specified loss modification factor.

Properties
Creation Date4/4/2022 3:02 AM
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 loss modification template rule record.int4   
 

Unique system-generated sequential identifier for the loss modification template record.

For a complete list of records, see tLossModTemplate Table.

int4   
 

Numeric code for the single peril or set of perils.

For a complete list of codes, see tPerilSet Table.

int4  
 

Code that represents the financial perspectives.

For a complete list of codes, see tFinancialPerspective Table.

varchar10  
 The value that the Loss analysis engine uses to increases or decreases the Ground-Up losses.decimal9 (9,4)  
 Used for time stamping.timestamp8  
 SQL representation of the Line of Business.varchar8000  
 XML string that defines the events to include in the rule definition.xml0  
 Reserved for future use.int4 
((0))
 
 The coverage (A, B, C, and D) used as a filter in the rule definition.varchar4  
 

Unique system-generated sequential identifier for the custom administrative boundary record. This boundary is used as a filter in the rule definition.

For a complete list of records, see tAdminBoundary Table.

int4  
 Year the structure was built.varchar8000  
 Number of stories in the structure.varchar8000  
 SQL representation of the contract identifier.varchar8000  
 SQL representation of the location identifier.varchar8000  
 The location user-defined field 1 to include in the rule definition.varchar8000  
 

Codes that represent the construction types to include in the rule definition.

For a complete list of codes, see tAIRConstruction Table.

varchar8000  
 

Codes that represent the occupancy types to include in the rule definition.

For a complete list of codes, see dbo.tAIROccupancy Table.

varchar8000  
 

Unique system-generated identifier for the geographic record to include in the rule definition.

For a complete list of records, see tGeography Table.

int4  
 

ISO 2-character codes for the countries to include in the rule definition.

For a complete list of codes, see tCountry Table.

varchar15  
 

Names of the CRESTAs to include in the rule definition.

For a complete list of codes, see tGeography Table.

varchar255  
 

Names of the areas to include in the rule definition.

varchar255  
 Names of the subareas to include in the rule definition.varchar255  
 

Postal codes to include in the rule definition.

For a complete list of codes, see tGeography Table.

varchar15  
Check Constraints
NameDescriptionExpression
 
([SortOrder]>=(0))
Objects that depend on tLossModTemplateRule
 Database ObjectObject TypeDescriptionDep Level
tLossModTemplateRuleConstructionCode tabletLossModTemplateRuleConstructionCodeTable

Used for a Loss analysis, this table stores information about the construction class filter in the rule definition.

These custom, user-defined rules identify the Ground-Up losses to which the Loss analysis engine applies the specified loss modification factor. The engine applies the factor to losses from the events that satisfy the rules.

1
tLossModTemplateRuleOccupancyCode tabletLossModTemplateRuleOccupancyCodeTable

Used for a Loss analysis, this table stores information about the occupancy class filter in the rule definition.

These custom, user-defined rules identify the Ground-Up losses to which the Loss analysis engine applies the specified loss modification factor. The engine applies the factor to losses from the events that satisfy the rules.

1
tLossModTemplateRuleSetEventParameterXref tabletLossModTemplateRuleSetEventParameterXrefTableSystem reference table used  to identify to look-up template rules and event rule set associations.1
Objects that tLossModTemplateRule depends on
 Database ObjectObject TypeDescriptionDep Level
tAdminBoundary tabletAdminBoundaryTable

Stores information about the administrative boundaries available in Touchstone.

Detailed information about the administrative boundaries is available in tAdminBoundaryDetail Table

1
tLossModTemplate tabletLossModTemplateTable

Used for a Loss analysis, this table stores information about the custom, user-defined loss modification template. 

Loss modification templates allow the user to define one or more rules that direct the Loss analysis engine to apply a specified loss modification factor directly to Ground-Up losses. The characteristics of the rules are defined in dbo.tLossModTemplateRule.

The loss engine scales the entire Ground-up distribution, not just the mean loss, and applies all policy conditions to the modified losses. It does not cap the modified losses at the total insurable value (TIV). Any loss modification factor that is applied to losses from a peril applies also to losses generated by the respective sub-perils.

1
See Also

Related Objects

AIRUserSetting Database