Touchstone Re 2022 Database Reference
tAnalysis Table
AIRProject Database : tAnalysis Table
Description
Stores information about each analysis.
Properties
Creation Date4/4/2022 3:02 AM
File GroupPRIMARY
Text File GroupPRIMARY
System Object
Published for Replication
Rows16
Data Space Used8.00 KB
Index Space Used72.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key Unique system-generated sequential identifier for the analysis record.int4   
 

Code that represents the analysis type.

For a complete list of codes, see tAnalysisType Table.

varchar10   
 

Not used by Touchstone Re.

int4  
 User-provided name of the analysis.varchar255   
 User-specified description of the analysis.varchar4000  
 

Code that indicates the status of an analysis instance.  For internal use only.

You can use ActivityStatusCode in tActivity Table for determining the status of an analysis.

For a complete list of codes, see tAnalysisStatus Table.

varchar10   
 User that initiated the analysis.varchar255  
 Date and time when the analysis was configured.datetime4 
(getutcdate())
 
 

Unique system-generated sequential identifier for the data source that contains the analysis results.

For a complete list of records, see tDataSource Table.

int4  
 

Name of the data source that contains the analysis results.

varchar255  
 Unique system-generated sequential identifier for the results record.int4  
 

Unique system-generated sequential identifier for the currency exchange rates record.

For a complete list of records, see tCurrencyExchangeRateSet Table.

int4   
 

ISO 3-character code for the currency.

For a complete list of codes, see tCurrency Table.

char3   
 Date and time when the analysis was executed.datetime4  
 

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 generated.datetime4  
 

XML expression for the user-provided advanced job options used during an analysis.

For internal use by Touchstone.

xml0  
 

Unique system-generated identifier for the analysis instance.

The application uses the identifier to create staging tables in the AIRWork database.

uniqueidentifier16 
(newid())
 
 Name of the analysis template used for the analysis.varchar255  
 

Indicates whether the user customized the template for the analysis.

  • 1 = Yes (customized)
  • 0 = No (not customized)
bit1  
 

Unique system-generated sequential identifier for the business unit.

int4  
 Used for version stamping.timestamp8   
 

Version of the product used to perform the analysis.

Users can view results generated from a previous version of the application, even if the models have been updated.

varchar10 
('6.0.0')
 
 

Unique-system generated sequential identifier for the company, portfolio, or other object associated with the analysis.

int4  
 

Code that specifies the type of the container.

For a complete list of codes, see tContainerType Table.

varchar15  
 Date and time the analysis was last edited.datetime4  
Objects that depend on tAnalysis
 Database ObjectObject TypeDescriptionDep Level
tActivity tabletActivityTable

Stores information about each activity, including the unique sequential identifiers for analyses and activities.

You can use the information in the table to find analysis results.

1
tActivityOutput tabletActivityOutputTable

Stores the identifier, status, and the file path for the output of each activity.

An activity can include one or more tasks. Consequently, an activity output is a logical grouping of one or more task outputs.

2
tActivityOutputDetail tabletActivityOutputDetailTable

Stores information about the task outputs of each activity output.

The application writes to the table during each task.

3
tAggregateAnalysisParticipationOption tabletAggregateAnalysisParticipationOptionTableStores information about the participation option specified for each loss analysis.2
tAggregateAnalysisTerrorismOption tabletAggregateAnalysisTerrorismOptionTableStores information about the terrorism option specified for each loss analysis.1
tAggregateLossAnalysisOption tabletAggregateLossAnalysisOptionTableStores information about the options specified for each loss analysis.1
tAggregateLossAnalysisOutputOption tabletAggregateLossAnalysisOutputOptionTableStores information about the output options specified for each loss analysis.2
tAggregateLossAnalysisZoneSetXref tabletAggregateLossAnalysisZoneSetXrefTableSystem reference table that identifies the zone sets associated with each loss analysis.2
tAnalysisTargetXref tabletAnalysisTargetXrefTable

System reference table used to the identify the target of each analysis.

2
tLossAnalysisCustomFrequencySetXref tabletLossAnalysisCustomFrequencySetXrefTableStores the loss analysis information associated with the custom frequency set.3
tLossAnalysisOption tabletLossAnalysisOptionTable

Stores some of the options used during aggregate loss analyses. Touchstone Re stores additional options in tAggregateLossAnalysisOption Table.

Columns that do not apply to Touchstone Re have values of null.

2
Objects that tAnalysis depends on
 Database ObjectObject TypeDescriptionDep Level
tExposureSet tabletExposureSetTableStores exposure set information from each exposure database on the server.3
See Also

Related Objects

AIRProject Database