Touchstone 2022 Database Reference
tAnalysisResult Table
AIRResult : tAnalysisResult Table
Description

Contains general information about the analyses that produced the results.

The table includes one row for each analysis in the database, regardless of the analysis type (Loss, Loss Grouping, Catastrophe Excess of Loss, or Marginal Impact).

Properties
Creation Date4/11/2022 5:46 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 results record.

int4   
 Name of the analysis that generated the results.varchar255   
 

Code that represents the analysis type.

For a complete list of codes, see tAnalysisType Table.

varchar10   
 Exchange rate set used to standardize the results to a common currency.varchar40   
 

ISO 3-character code for the currency.

For a complete list of codes, see tCurrency Table.

char3   
 User-provided description of the analysis.varchar4000  
 

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

For a complete list of codes, see tStatus Table.

varchar10 
('A')
 
 Date and time when the analysis results were created.datetime4   
 Date and time when the analysis results were last modified.datetime4  
 Date and time when the analysis results were generated.datetime4  
 Unique, system-generated identifier for analysis set to which the results belong.uniqueidentifier16   
 Name of the analysis template used for the Detailed Loss analysis.varchar255  
 

Indicates whether the user has customized the source template for the specific analysis.

  • 1 = Yes (customized)
  • 0 = No (not customized)
bit1
((0))
 
Objects that depend on tAnalysisResult
 Database ObjectObject TypeDescriptionDep Level
tAnalysisExposureView tabletAnalysisExposureViewTableStores information about exposure views used as analysis targets and the filters used to create the exposure views.1
tAnalysisExposureViewDefinition tabletAnalysisExposureViewDefinitionTableStores the exposure set(s) included in each exposure view used as an analysis target.2
tAnalysisReinsAppliesToGeo tabletAnalysisReinsAppliesToGeoTableStores information about the geographic areas to which reinsurance treaties are applied.2
tAnalysisReinsurance tabletAnalysisReinsuranceTableStores information about any reinsurance treaties applied during analyses.1
tAnalysisTarget tabletAnalysisTargetTable

Stores information about the target of each analysis.

A detailed loss analysis has one analysis target: an exposure view.

A marginal impact analysis has two analysis targets: the reference portfolio and the new portfolio or policy to assess.

A loss group analysis has two or more analysis targets: the loss result sets or loss groups to combine.

1
See Also

Related Objects

AIRResult
Locating Results for a Specific Analysis