Touchstone 2022 Database Reference
tLossAnalysisZoneOption Table
AIRExposureSummary Database : tLossAnalysisZoneOption Table
Description

Stores information about the zone sets used to generate each set of detailed loss analysis results.

If you save results by zone during an analysis, Touchstone creates one or more rows for the analysis that indicate the zone sets you specified, whether you saved summary exceedance probability (EP) results by each combination of zone and peril, and whether you saved annual EP values by zone.

Properties
Creation Date4/11/2022 6:15 PM
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 results record.

For a complete list of records, see tAnalysisResult Table.

int4   
 

Unique system-generated identifier for the zone set.

For a complete list of records, see tGlobalZoneSet Table.

varchar16   
 

Indicates whether summary exceedance probability (EP) losses were saved by each combination of peril and zone.

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

Indicates whether annual EP losses were saved by zone.

If you do not save EP results by zone, Touchstone deletes the tRRRR_LOSS_AnnualEPSummary_ByZone Table and tRRRR_LOSS_AnnualEPSummary_ByPerilByZone Table.

  • 1 = Yes (saved)
  • 0 = No (not saved)
bit1 
((0))
 
 Used for version stamping.timestamp8   
Objects that tLossAnalysisZoneOption depends on
 Database ObjectObject TypeDescriptionDep Level
tLossAnalysisOption tabletLossAnalysisOptionTable

Stores the loss analysis options used to generate results during a loss analysis. 

Touchstone creates one row for each analysis.

1
See Also

Related Objects

AIRExposureSummary Database