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

Stores information for the types of event filters that can be applied to perils in Hawaii.

Properties
Creation Date1/18/2013 2:22 PM
File GroupPRIMARY
Text File Group
System Object
Published for Replication
Rows2
Data Space Used8.00 KB
Index Space Used8.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key 

Code that represents the peril.

  • 0 = Tropical Storms
  • 1 = Hurricanes
varchar10   
 

Name of the peril.

Corresponds to the code in EventFilterHawaiiConditionType.

varchar255  
 

Indicates whether the filter condition applies.

  • 1 = Yes (applies)
  • 0 = No (does not apply)
bit1dbo.D_0 
 Description of the peril.varchar1024  
Check Constraints
NameDescriptionExpression
 
([EventFilterHawaiiConditionValue] IS NULL OR [EventFilterHawaiiConditionValue]>=(0) AND [EventFilterHawaiiConditionValue]<=(1))
See Also

Related Objects

AIRReference Database