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

Stores annual exceedance probability losses for one analysis by model.

Touchstone creates one table for each analysis. By default, for each year and model combination that generated losses, the table contains at most one row for aggregate losses and one row for occurrence losses for each financial perspective for the standard EP curve. If a financial perspective generated no losses for the year, Touchstone does not generate a row. Touchstone may create more rows if you request additional EP curves for subsets of the results.

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 

Code that indicates whether the model losses are based on all events that occurred during a year (aggregate) or on the single largest loss caused by all events in a year (occurrence).

For a complete list of codes, see tEPAnnualType Table

varchar10   
Primary Key 

Code that indicates whether the model losses are based on AIR’s default EP curve or on user-specified loss uncertainty percentiles.

For a complete list of codes, see tEPCurveType Table

varchar10   
Primary Key 

Code that represents the financial perspective used to display the model losses.

For a complete list of codes, see tFinancialPerspective Table.

varchar10   
Primary Key 

Code that represents the target of the analysis for which model losses were produced.

For a complete list of codes, see tEPTargetType Table.

varchar10   
Primary Key 

Code that represents the catastrophe model.

For a complete list of codes, see tModel Table.

smallint2   
Primary Key 

Unique system-generated sequential identifier for the exposure data source record in which the EPTargetSID can be found.

For a complete list of records, see tDataSource Table.

int4   
Primary Key 

Unique system-generated sequential identifier for the target  record for which the model losses were aggregated

For example, if the EP target type is Contract, then this is the ContractSID.

int4   
Primary Key Unique identifier of the event that produced the highest model loss in the simulated year.int4   
 Identifier of the event that produced the highest model loss in the simulated year.int4  
 In multi-year catalogs, each scenario actually consists of five modeled years. The unique identifier tracks the scenario.int4  
 

Numeric code for the single peril or set of perils.

For a complete list of codes, see tPerilSet Table.

int4   
 Probability that the loss for the simulated year will be equaled or exceeded in any other year.float9  
 Expected value of the interval of time (in years) between years having greater or equal loss.float9  
 Expected annual loss for the corresponding point on the exceedance probability curve.float9  
 Average annual loss for the years beyond the corresponding point on the EP curve (i.e., Tail Value at Risk [TVAR]).float9  
 Maximum annual loss for the corresponding point on the exceedance probability curve. Used to calculate confidence intervals.float9  
 Standard deviation from the mean annual expected loss (EV).float9  
See Also

Related Objects

AIRExposureSummary Database