Touchstone Re 2022 Database Reference
tReinsuranceGeographyEMM Table
AIRGeography Database : tReinsuranceGeographyEMM Table
Description

Stores the validated geographic information that Touchstone Re displays on the user interface for countries that support custom lines of business, models, and event sets.

Properties
Creation Date1/17/2019 5:10 PM
File GroupPRIMARY
Text File Group
System Object
Published for Replication
Rows564
Data Space Used80.00 KB
Index Space Used24.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key Unique system-generated sequential identifier for the geography record.int4   
 

Unique system-generated sequential identifier for the parent geography record.

A parent geography record is another related record in the table. For example, theParentGeographySID for a postal code record  points to the subarea code record associated with the postal code.

int4  
 

Code that represents the resolution of the geography record.

For a complete list of codes, see tGeoLevel Table.

varchar10   
 

ISO 2-character code for the country associated with the geography record. 

For a complete list of codes, see tCountry Table.

varchar15  
 Name of the country.varchar255  
 CRESTA code associated with the geography record.varchar15  
 Name of the CRESTA associated with the geography record.varchar255  
 Code for the area associated with the geography record.varchar15  
 Name of the area associated with the geography record.varchar255  
 Code for the subarea associated with the geography record.varchar15  
 Name of the subarea associated with the geography record.varchar255  
 Postal code associated with the geography record.varchar15  
 Name of the postal code associated with the geography record.varchar255  
 

Area level code at a finer resolution than the postal code associated with the geography record. The field is populated only for countries with more than four geography level codes, for example:

  • Mexico: Contains the PostalCode, which refers to the LocalityCode
  • New Zealand: Contains the CrestaPostalAreaUnit
  • Japan: Contains the Sonpo Code, which is remapped to a Prefecture, KU, or Yubin
varchar15  
 Name of the subarea 2 code associated with the geography record.varchar255  
 

Latitude coordinate associated with the geography record. 

A positive value indicates a location north of the equator. A negative value indicates a location south of the equator.

numeric9 (9,6)  
 

Longitude coordinate associated with the geography record. 

A positive value indicates a location east of the prime meridian. A negative value indicates a location west of the prime meridian.

numeric9 (9,6)  
 Unique system-generated sequential identifier for the country.int4  
 Unique system-generated sequential identifier for the CRESTA.int4  
 Unique system-generated sequential identifier for the area.int4  
 Unique system-generated sequential identifier for the subarea.int4  
 Unique system-generated sequential identifier for the postal code.int4  
 Unique system-generated sequential identifier for the subarea 2.int4  
 Unique system-generated sequential identifier for the remapped geography record.int4  
 

Globally unique identifier for the boundary.

For a complete list of records, see TblAreaExternal Table.

binary16  
 

Globally unique identifier for the remodeled boundary.

The identifier joins the table and the TblAreaExternal Table.

binary16  
 Area scheme path for the geography record.smallint2  
 

Indicates whether you can run an aggregate loss analysis using the geography.

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

Indicates whether you can run a detailed loss analysis using the geography.

  • 1 = Yes (compatible)
  • 0 = No (not compatible)
bit1  
Objects that tReinsuranceGeographyEMM depends on
 Database ObjectObject TypeDescriptionDep Level
tGeography tabletGeographyTable

Stores the post-validation geographical area information that the application displays on the user interface.

After you import exposure data, the application writes the data to TblAreaExternal Table and validates the data using the airsp_ValidateArea stored procedure. Then, the application updates the records in tGeography to match the content of TblAreaExternal.

1
See Also

Related Objects

AIRGeography Database