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

A support table that contains the unique set of all geographies for an Exposure Summary. Reserved for future use.

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

For a complete list of records, see tAnalysisResult Table.

int4   
Primary Key 

ISO 2-character code for the country in which the location resides. 

For a complete list of codes, see tCountry Table.

varchar15   
Primary Key 

CRESTA code for the location, when applicable.

For a complete list of codes, see tGeography Table.

varchar15   
Primary Key 

Area code for the location.

For a complete list of codes, see tGeography Table.

varchar15   
Primary Key 

Subarea code for the location.

For a complete list of codes, see tGeography Table.

varchar15   
Primary Key 

Postal code for the location.

For a complete list of codes, see tGeography Table.

varchar15   
Primary Key 

Area level code at a finer resolution than postal.  This is populated when a country has more than four codes. This field is used by three countries:

  • Mexico: the PostalCode, which refers to the LocalityCode
  • New Zealand: contains CrestaPostalAreaUnit
  • Japan: contains Sonpo codes, which are remapped to a Prefecture, KU, or Yubin.

For a complete list of codes, see tGeography Table.

varchar15   
 

Unique system-generated sequential identifier for the geographic record.

For a complete list of records, see tGeography Table.

int4  
 Name of the country.varchar255   
 Name of the CRESTA, when applicable.varchar255   
 Name of the area.varchar255   
 Name of the subarea.varchar255   
 Name for the postal code.varchar255   
 Name for the Subarea2 code.varchar255   
 

Total number of locations within the designated geography.

bigint8  
 

Number of locations within the designated geography,  expressed as a percent of all the locations.

real4  
 

Accumulated replacement value for all locations

float9  
 

Total combined replacement value for all locations within the designated Coverage band, expressed as a percent of the total replacement value.

real4  
 Accumulated Coverage A replacement value for all locations within the designated geography.float9  
 Accumulated Coverage B replacement value for all locations within the designated geography.float9  
 Accumulated Coverage C replacement value for all locations within the designated geography.float9  
 Accumulated Coverage D replacement value for all locations within the designated geography.float9  
 

Combined premiums for all locations within the designated geography.

float9  
 

Total number of risks within the designated geography. May differ from the Location Count value if any of your location records represent aggregate data.

bigint8  
 Accumulated Coverage A limit for all locations within the designated geography.float9  
 Accumulated Coverage B limit for all locations within the designated geography.float9  
 Accumulated Coverage C limit for all locations within the designated geography.float9  
 Accumulated Coverage D limit for all locations within the designated geography.float9  
 Accumulated Coverage A deductible amount for all locations within the designated geography.float9  
 Accumulated Coverage B deductible amount for all locations within the designated geography.float9  
 Accumulated Coverage C deductible amount for all locations within the designated geography.float9  
 Accumulated Coverage D deductible amount for all locations within the designated geography.float9  
See Also

Related Objects

AIRExposureSummary Database