CEDE 9.0 Database Reference
tLocation Table
AIRExposure Database : tLocation Table
Description

Stores geographical attributes and primary risk characteristics for each location. 

The table serves as a reference point between Location and Contract entities.You can identify each location by the location sequential identifier (SID).

Properties
Creation Date4/12/2021 11:26 AM
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 location record.int4   
 

Unique system-generated sequential identifier for the contract record.

For a complete list of records, see tContract Table.

int4   
 

Unique system-generated sequential identifier for the exposure set record.

For a complete list of records, see tExposureSet Table.

int4   
 

Unique ISO Building Identification Number (BIN).

varchar14  
 Unique user-defined identifier for the location.varchar100   
 User-defined name for the location.varchar100  
 Coverage A replacement value for the location.float9  
 Coverage B replacement value for the location.float9  
 Coverage C replacement value for the location.float9  
 Coverage D replacement value for the location.float9  
 Number of days covered by the Replacement Value D amountint4  
 Per diem rate for the time element. This value is calculated using the following equation: PerDiemRate = ReplacementValueD / ReplacementValueDaysCovered. 
Note: When the ReplacementValueDaysCovered value is zero, the PerDiemRate is 365.
float9 
([ReplacementValueD]/case when isnull([ReplacementValueDaysCovered],(0))=(0) then (365.0) else [ReplacementValueDaysCovered] end)
 Total replacement value for all coverage combined.  This value is calculated using the following equation: Total Replacement Value = ReplacementValueA+ReplacementValueB+ReplacementValueC+ReplacementValueD(Annualized)float9 
((([ReplacementValueA]+[ReplacementValueB])+[ReplacementValueC])+case when [ReplacementValueDaysCovered]=(0) then [ReplacementValueD] else ((365.0)*[ReplacementValueD])/[ReplacementValueDaysCovered] end)
 Premium amount. Any values that are less than or equal to 1 will be interpreted as percentages (e.g., 0.12 as 12%).float9  
 

ISO 3-character code for the currency.

For a complete list of codes, see tCurrency Table.

char3   
 User-defined territory.varchar60  
 

Indicates whether the location is covered under a tenant policy.

  • 1 = Yes (covered)
  • 0 = No (not covered)
bit1  
 Name of the location group.varchar60  
 

Indicates whether the location is the primary location in a location group.

  • 1 = Yes (primary location)
  • 0 = No (not primary location)
bit1  
 Unique system-generated sequential identifier of the primary location.int4  
 

Unique system-generated sequential identifier for the geographic record.

int4  
 

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

For a complete list of codes, see tCountry Table.

varchar15   
 

Name of the country.

This name corresponds to the CountryCode field.

varchar255   
 

CRESTA code for the location, when applicable. If CRESTA is not applicable for this country,use the AreaCode column.

Contact your AIR representative for a complete list of CRESTA codes by country.

varchar15  
 

Name of the CRESTA.

This name corresponds to the CRESTACode field.

varchar255  
 

Area code for the location, when applicable. If an Area Code is not applicable for this country, use the CRESTACode column.

Contact your AIR representative for a complete list of area codes by country.

varchar15  
 

Name of the area.

This name corresponds to the AreaCode field.

varchar255  
 

Subarea code for the location.

Contact your AIR representative for a complete list of subarea codes by country.

varchar15  
 

Name of the subarea.

This name corresponds to the SubareaCode field.

varchar255  
 

Postal code for the location.

Contact your AIR representative for a complete list of postal codes by country.

varchar15  
 

Name for the postal code.

When applicable, this name corresponds to the PostalCode field.

varchar255  
 

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

Contact your AIR representative for a complete list of subarea2 codes by country.

varchar15  
 

Name for the Subarea2 code.

This name corresponds to the Subarea2Code field.

varchar255  
 Street address for the location.varchar255  
 City in which the location resides.varchar255  
 Nine-digit ZIP Code (ZIP+4 Code) for the location.varchar20  
 Latitude coordinate for the city.  Values will be positive for locations north of the equator and negative south of the equator.numeric9 (9,6)  
 Longitude coordinate for the city.  Values will be negative for locations west of the prime meridian up to the international date line. They will be positive for locations east of the prime meridian.numeric9 (9,6)  
 Code for the level at which the address validation occurred.varchar10  
 

Code for the level at which the enhanced geocode match occurred.

For a complete list of codes, see tEnhancedGeoMatchLevel Table.

varchar10  
 

Code for the level at which geocode match occurred.

For a complete list of codes, see tGeoMatchLevel Table.

varchar10  
 

Code for the utility used to geocode the location.

For a complete list of codes, see tGeocoder Table.

The premium geocodes obtained by licensing this feature are restricted for use only within Touchstone and cannot be used outside of Touchstone. These are identified by the GeocoderCode = 'Syncsort' column in Touchstone AIRExposure, AIRReference and AIRResults databases. For the Export feature, these premium geocodes are either encrypted or removed during export to comply with these contractual restrictions. Direct extracts of premium geocodes from the Touchstone databases are also contractually prohibited.

varchar10  
 Inception date of the contract.  Also referred to as the Effective FROM Date.date8   
 Contract expiration date. Also referred to as the Effective TO Date.date8   
 

AIR-defined occupancy code.

For a complete list of codes, see tAIROccupancy Table.

smallint2  
 

AIR-defined construction code for the building (Coverage A).

For a complete list of codes, see tAIRConstruction Table.

smallint2  
 

AIR-defined construction code for the other structures (Coverage B).

For a complete list of codes, see tAIRConstruction Table.

smallint2  
 

Provider of the occupancy scheme codes (i.e. AIR, ISO).

For a complete list of codes, see tUserOccupancyScheme Table.

varchar10  
 

User-defined occupancy code.

For a complete list of codes, see tUserOccupancy Table.

varchar10  
 

Provider of the construction scheme codes (i.e. AIR, RMS).

For a complete list of codes, see tUserConstructionScheme Table.

varchar10  
 

User-defined construction code for the building (Coverage A).

For a complete list of codes, see tUserConstruction Table.

varchar10  
 

User-defined construction code for other structures (Coverage B).

For a complete list of codes, see tUserConstruction Table.

varchar10  
 Number of risks for the location record.int4  
 Year the structure was built.smallint2  
 Number of stories in the structure.smallint2  
 Total height of the structure.int4  
 

Code for the unit of measure used to express the building's height.

For a complete list of codes, see tUnit Table.

varchar10  
 Total area of the structure.float9  
 

Code for the unit of measure used to express the building's gross area.

For a complete list of codes, see tUnit Table.

varchar10  
 SQL spatial attribute for the latitude and longitude coordinates.geography0  
 Date and time when the contract was created.datetime4 
(getutcdate())
 
 Date and time when the contract was last modified.datetime4 
(getutcdate())
 
 

Code that represents the status of exposure data import.

For a complete list of codes, see tAuditStatus Table.

int4  
 

System-provided status code for the record in the table.

For a complete list of codes, see tStatus Table.

varchar10 
('A')
 
 User-defined field 1.varchar60  
 User-defined field 2.varchar60  
 User-defined field 3.varchar60  
 User-defined field 4.varchar60  
 User-defined field 5.varchar60  
 Used for version stamping.timestamp8   
 Ground-Up loss value prior to the application of Non-CAT policy terms.float9  
 User-specified geocode match level.varchar60  
 

User-specified identifier for the damage function.

varchar60  
 Identifier for the geocode account used for premium geocoding through Syncsort.nvarchar50  
Objects that depend on tLocation
 Database ObjectObject TypeDescriptionDep Level
tLayerConditionLocationXref tabletLayerConditionLocationXrefTable

System reference table used to map the location to the layer condition.

1
tLocFeature tabletLocFeatureTable

Stores detailed building information for each location.

The information includes secondary risk characteristics, such as the building shape and glass type.

1
tLocOffshore tabletLocOffshoreTable

Stores risk characteristics for each offshore location.

1
tLocStepFunctionXref tabletLocStepFunctionXrefTableSystem reference table used to determine the step functions that are associated with a location.1
tLocTerm tabletLocTermTable

Stores information about location terms.

1
tLocWC tabletLocWCTable

Stores information about the workers' compensation details for the location.

1
Objects that tLocation depends on
 Database ObjectObject TypeDescriptionDep Level
tContract tabletContractTable

Stores records for primary insurance policies.

1
See Also

Related Objects

AIRExposure Database