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

Stores information about locations that generated loss during a detailed loss analysis.

Touchstone creates one dimension table for each analysis that included Location as an output option.

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 exposure data source record.

For a complete list of records, see tDataSource Table.

int4   
Primary Key 

Unique system-generated sequential identifier for the location record.

For a complete list of records, see tLocation Table.

int4   
 

Unique system-generated sequential identifier for the contract record.

For a complete list of records, see tContract Table.

int4  
 Name of the exposure set.varchar255  
 Name of the exposure set.varchar100   
 

Unique system-generated sequential identifier for the geographic record.

For a complete list of records, see tGeography Table.

int4   
 Sum of replacement values for all Coverages.float9  
 

ISO 3-character code for the currency.

For a complete list of codes, see tCurrency Table.

char3   
 

Code for the level at which geocode match occurred.

For a complete list of codes, see tGeoMatchLevel Table.

varchar10  
 

Code that represents the AIR occupancy code.

For a complete list of codes, see tAIROccupancy Table.

smallint2  
 

Code that represents the AIR occupancy code.

For a complete list of codes, see tAIROccupancy Table.

smallint2  
 Total number of stories in the location.smallint2  
 Year the building was built.smallint2  
 City in which the location resides.varchar255  
 Address for the location.varchar255  
 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)  
  float9  
  float9  
  float9  
  float9  
  int4  
  float9  
  varchar60  
  date8  
  date8  
  float9  
 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  
 

ISO 3-character code for the currency.

For a complete list of codes, see tCurrency Table.

char3   
 User-specified geocode match level.varchar60  
  varchar10  
  nvarchar50  
  varchar60  
Objects that depend on tRRRR_LOSS_DimLocation
 Database ObjectObject TypeDescriptionDep Level
tRRRR_LOSS_ByLocation tabletRRRR_LOSS_ByLocationTableStores location-level loss results from a detailed Loss analysis. This table is created when the user specifies "Save Loss By Location" in the analysis Output Options.1
tRRRR_LOSS_ByLocationSummary tabletRRRR_LOSS_ByLocationSummaryTable

Stores summary losses for one detailed loss analysis by location.

Touchstone creates one table for each analysis that includes Location Summary as an output option.

1
Objects that tRRRR_LOSS_DimLocation depends on
 Database ObjectObject TypeDescriptionDep Level
tRRRR_LOSS_DimExposureDataSource tabletRRRR_LOSS_DimExposureDataSourceTableStores information about databases that contain exposures that have been analyzed. This dimension table is created for every Loss analysis.1
See Also

Related Objects

AIRExposureSummary Database