Touchstone 2022 Database Reference
tRRRR_HAZ_Intensity Table
AIRExposureSummary Database : tRRRR_HAZ_Intensity Table
Description
Stores hazard intensity information for events that cause loss to locations during a hazard analysis.
Properties
Creation Date4/11/2022 6:15 PM
File GroupPRIMARY
Text File Group
System Object
Published for Replication
Rows0
Data Space Used16.00 KB
Index Space Used0.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
 For internal use.smallint2 
((1))
 
 

Code that represents the catalog type.

For a complete list of codes, see dbo.tCatalogType Table.

varchar10   
 

Code that represents the peril type.

For a complete list of codes, see dbo.tPeril Table 

int4   
 Unique identifier that tracks the scenario. In multi-year catalogs, each scenario actually consists of five modeled years.int4   
 Unique system-provided identifier of the event that produced the loss.int4   
 

Unique system-generated sequential identifier for the exposure data source record.

For a complete list of records, see dbo.tDataSource Table.

int4   
 

Unique system-generated sequential identifier for the location record.

For a complete list of records, see dbo.tLocation Table.

int4   
 

Code that represents the catastrophe model.

For a complete list of codes, see tModel Table.

smallint2   
 

Unique system-generated sequential identifier for the disaggregated location record.

int4   
 Maximum wind speed value for a tropical cyclone event.float9  
 

Code for the unit of measure used to express the wind speed.

For a complete list of codes, see dbo.tUnit Table.

varchar10  
 Duration of the tropical cyclone event.float9  
 

Code for the unit of measure used to express the duration.

For a complete list of codes, see dbo.tUnit Table.

varchar10  
 Depth of the storm surge for a tropical cyclone event.float9  
 

Code for the unit of measure used to express the storm surge depth.

For a complete list of codes, see dbo.tUnit Table.

varchar10  
 On-Plain or riverine flood depth of the tropical cyclone event due to precipitation.float9  
 

Code for the unit of measure used to express the OnPlainPrecipitationDepth value.

Note: The term 'PrecipitationDepth' represents the flood or inundation depth for typhoon and non-typhoon flooding events.

varchar10  
 Off-plain flood depth of the tropical cyclone event due to precipitation.float9  
 

Code for the unit of measure used to express the OffPlainPrecipitationDepth value.

Note: The term 'PrecipitationDepth' represents the flood or inundation depth for typhoon and non-typhoon flooding events.

varchar10  
 Peak ground acceleration value for an earthquake event.float9  
 

Code for the unit of measure used to express the peak ground acceleration.

For a complete list of codes, see dbo.tUnit Table.

varchar10  
 Spectral Acceleration 0.3 seconds value for an earthquake event.float9  
 

Code for the unit of measure used to express the SA03 value.

For a complete list of codes, see dbo.tUnit Table.

varchar10  
 Spectral Acceleration 1.0 seconds value for an earthquake event.float9  
 

Code for the unit of measure used to express the SA10 value.

For a complete list of codes, see dbo.tUnit Table.

varchar10  
 On-Plain or riverine flood depth of the inland flood event.float9  
 

Code for the unit of measure used to express the IOnPlainFloodDepth value.

For a complete list of codes, see tUnit Table.

varchar10  
 Off-plain flood depth of the inland flood event.float9  
 

Code for the unit of measure used to express the IOffPlainFloodDepth value.

For a complete list of codes, see tUnit Table.

varchar10  
 Latitude coordinate for the city.  Values will be positive for locations north of the equator and negative south of the equator.float9  
 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.float9  
 

User-provided identifier for the location.

varchar100  
See Also

Related Objects

AIRExposureSummary Database