Touchstone Re 2022 Database Reference
tPerilSet Table
AIRReference Database : tPerilSet Table
Description

Stores codes that represent the perils sets supported by the application.

Additional peril sets used by Touchstone Re are listed in tPerilSetCombined Table.

Properties
Creation Date11/3/2011 11:46 PM
File GroupPRIMARY
Text File Group
System Object
Published for Replication
Rows16777216
Data Space Used4,144,144.00 KB
Index Space Used15,472.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key 

Code that represents the single peril or set of perils.

There are over 1,000 peril sets. Refer to the database for the complete list of codes .

int4   
 

Abbreviated code for the perils included in the peril set. 

For a complete list of codes, see tPeril Table.

varchar255   
 

Description of the perils included in the peril set.

varchar1024  
 

Indicates whether the peril set includes tropical cyclone.

  • 1 = Yes (included)
  • 0 = No (not included)
bit1 dbo.D_0 
 

Indicates whether the peril set includes thunderstorm.

  • 1 = Yes (included)
  • 0 = No (not included)
bit1 dbo.D_0 
 

Indicates whether the peril set includes earthquake - shake.

  • 1 = Yes (included)
  • 0 = No (not included)
bit1 dbo.D_0 
 

Indicates whether the peril set includes earthquake - fire.

  • 1 = Yes (included)
  • 0 = No (not included)
bit1 dbo.D_0 
 

Indicates whether the peril set includes coastal flood.

  • 1 = Yes (included)
  • 0 = No (not included)
bit1 dbo.D_0 
 

Indicates whether the peril set includes terrorism.

  • 1 = Yes (included)
  • 0 = No (not included)
bit1 dbo.D_0 
 

Indicates whether the peril set includes winter storm.

  • 1 = Yes (included)
  • 0 = No (not included)
bit1 dbo.D_0 
 

Indicates whether the peril set includes earthquake - sprinkler.

  • 1 = Yes (included)
  • 0 = No (not included)
bit1 dbo.D_0 
 

Indicates whether the peril set includes storm surge.

  • 1 = Yes (included)
  • 0 = No (not included)
bit1 dbo.D_0 
 

Indicates whether the peril set includes wildfire.

  • 1 = Yes (included)
  • 0 = No (not included)
bit1 dbo.D_0 
 

Indicates whether the peril set includes multi-peril crop.

  • 1 = Yes (included)
  • 0 = No (not included)
bit1 dbo.D_0 
 

Indicates whether the peril set includes inland flood.

  • 1 = Yes (included)
  • 0 = No (not included)
bit1 dbo.D_0 
 

Indicates whether the peril set includes precipitation flood.

  • 1 = Yes (included)
  • 0 = No (not included)
bit1 dbo.D_0 
 

Indicates whether the peril set includes tsunami.

  • 1 = Yes (included)
  • 0 = No (not included)
bit1 
((0))
 
 

Indicates whether the peril set includes pandemic flu.

  • 1 = Yes (included)
  • 0 = No (not included)
bit1 
((0))
 
 

Indicates whether the peril set includes the non-catastrophe model.

  • 1 = Yes (included)
  • 0 = No (not included)
bit1 
((0))
 
 

Indicates whether the peril set includes landslide.

  • 1 = Yes (included)
  • 0 = No (not included)
bit1 
((0))
 
 

Indicates whether the peril set includes crop hail.

  • 1 = Yes (included)
  • 0 = No (not included)
bit1 
((0))
 
 

Indicates whether the peril set includes liquefaction.

  • 1 = Yes (included)
  • 0 = No (not included)
bit1 
((0))
 
 

Indicates whether the peril set includes hail.

  • 1 = Yes (included)
  • 0 = No (not included)
bit1 
((0))
 
 

Indicates whether the peril set includes tornado.

  • 1 = Yes (included)
  • 0 = No (not included)
bit1 
((0))
 
 

Indicates whether the peril set includes straight line winds.

  • 1 = Yes (included)
  • 0 = No (not included)
bit1 
((0))
 
Objects that depend on tPerilSet
 Database ObjectObject TypeDescriptionDep Level
tCountryPerilXref tabletCountryPerilXrefTableSystem reference table used to determine the perils that are associated with a country.1
tEventSetPerilExclusion tabletEventSetPerilExclusionTable

Stores information regarding the exclusion of a peril set in a specific event set This table is used when writing combined perils for all models in an event set to the AIRUserSetting Database.

1
tPeril tabletPerilTable

Stores codes that represent the perils supported by the application.

1
tPerilSetXref tabletPerilSetXrefTableSystem reference table used to determine the individual perils that are associated with each peril set.  This table is used extensively for geospatial analytics.1
See Also

Related Objects

AIRReference Database