Touchstone Re 2022 Database Reference
tGlobalZoneSet Table
AIRGlobalSetting Database : tGlobalZoneSet Table
Description
Stores the zone sets available in the application instance.
Properties
Creation Date4/4/2022 3:03 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 zone set.int4   
 Name of the zone set.varchar255  
 Description of the zone set.varchar255  
 

Code that indicates whether you can use the zone set to run an aggregate loss, detailed loss, or geospatial analysis.

  • None = 0
  • Aggregate Loss = 1
  • Detailed Loss = 2
  • Geospatial = 4

A zone set may be compatible with multiple analysis types.

Touchstone Re applies a bitwise inclusive OR operator (|) to generate the code. For example, if a zone set is compatible with both Aggregate Loss and Detailed Loss analyses, Touchstone Re evaluates 1 | 2, and generates a code of 3.

int4  
Objects that depend on tGlobalZoneSet
 Database ObjectObject TypeDescriptionDep Level
tGlobalZone tabletGlobalZoneTable

Stores the zones that comprise the zone sets available in the application instance.

1
tGlobalZoneGeographyXRef tabletGlobalZoneGeographyXRefTableSystem reference table that stores the geography sequential identifiers (SIDs) that correspond to each zone.2
See Also

Related Objects

AIRGlobalSetting Database