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

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.

Properties
Creation Date4/4/2022 3:02 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
Primary Key Unique system-generated sequential identifier for the loss modification template record.int4   
 

Unique system-generated sequential identifier for the business unit record.

int4  
 Name of the loss modification template.varchar255  
 User-provided notes regarding the loss modification template.varchar2000  
 Name of the person who created the loss modification template.varchar255  
 Date and time when the loss modification template was created.datetime4  
 Name of the person who last modified the loss modification template.varchar255  
 Date and time when the loss modification template was last modified.datetime4  
 Used for time stamping.timestamp8   
 Reserved for future use.int4 
((0))
 
 

Indicates whether the loss modification template is valid.

  • 1 = Yes (valid)
  • 0 = No (not valid)
bit1 
((0))
 
 Version of the loss modification template.varchar10  
 

Indicates the type of the geographic filter included in the template rule definition.

  • 0 = None
  • 1 = AdminBoundarySID
  • 2 = GeographySID
smallint2  
 

Indicates the type of the event filter included in the template rule definition.

  • 0 = None
  • 1 = Event parameter
  • 2 = Event list
  • 3 = Event parameter and event list
smallint2  
Check Constraints
NameDescriptionExpression
 
([SortOrder]>=(0))
Objects that depend on tLossModTemplate
 Database ObjectObject TypeDescriptionDep Level
tLossModTemplateRule tabletLossModTemplateRuleTable

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.

1
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.

2
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.

2
tLossModTemplateRuleSetEventParameter tabletLossModTemplateRuleSetEventParameterTable

Used for a Loss analysis, this table stores information about the event parameters 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.2
See Also

Related Objects

AIRUserSetting Database