Touchstone Re 2022 Database Reference
tAnalysisResult Table
AIRResultRe Database : tAnalysisResult Table
Description
Stores information about aggregate loss analysis results.
Properties
Creation Date4/11/2022 6:17 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 AnalysisType 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-specified description of the analysis.varchar4000  
 

System-provided status code for the result.

For a complete list of codes, see tStatus Table.

varchar10 
('A')
 
 Date and time when the analysis was configured.datetime4   
 Date and time when the analysis results was executed.datetime4  
 Date and time when the analysis results were generated.datetime4  
 Unique system-generated identifier for analysis associated with the results.uniqueidentifier16   
 Name of the analysis template associated with the results.varchar255  
 

Indicates whether the analysis template was customized.

  • 1 = Yes (customized)
  • 0 = No (not customized)
bit1
((0))
 
Objects that depend on tAnalysisResult
 Database ObjectObject TypeDescriptionDep Level
tAnalysisTarget tabletAnalysisTargetTable

Stores information about aggregate loss analysis targets.

1
See Also

Related Objects

AIRResultRe Database