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

Stores general geographic information that Touchstone Re uses to support the Multiple Peril Crop Insurance (MPCI) Model for India. For example, the table stores the areas and subareas that the model supports.

The geographic information in the table is specific to the MPCI peril.

In the Exposure Set pane of the Touchstone Re user interface, India is listed as two countries: India and India Crop. For India, Touchstone Re uses the geographical information in tGeography Table. For India Crop, Touchstone Re uses the geographic information in tIndiaCropGeography Table.

Properties
Creation Date10/30/2018 9:26 AM
File GroupPRIMARY
Text File Group
System Object
Published for Replication
Rows754
Data Space Used120.00 KB
Index Space Used16.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 is a geographic region that includes another geographic region. For example, theParentGeographySID for a PostalCode record is the GeographySID for the subarea that contains the PostalCode.

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 associated with the geography record.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  
 Code for the subarea 2 geography level associated with the geography record.varchar15  
 Name of the subarea 2 geography level associated with the geography record.varchar255  
 Latitude associated with the geography record.numeric9 (9,6)  
 Longitude associated with the geography record.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 geography level.int4  
 

Unique system-generated sequential identifier for the standard Touchstone Re geography associated with the MPCI Model for India geography record.

For a complete list of records, see tGeography Table.

int4  
 Globally unique identifier associated with the geography record from TblAreaExternal.binary16  
 

Globally unique identifier for the remodeled geography record.

The identifier joins the tGeography and TblAreaExternal tables.

binary16  
 

Code that represents the area scheme for the country.

The area scheme specifies the type of area that the application supports for the country, for example, CRESTA.

smallint2  
 

Indicates whether the geography record can be used for aggregate loss analyses.

  • 1 = Yes (can be used)
  • 0 = No (cannot be used)
bit1
((0))
 
 

Indicates whether the geography record can be used for detailed loss analyses.

  • 1 = Yes (can be used)
  • 0 = No (cannot be used)
bit1  
See Also

Related Objects

AIRGeography Database