Touchstone 2022 Database Reference
tDataQualityAnalysisOption Table
AIRProject Database : tDataQualityAnalysisOption Table
Description
Stores information regarding the augmentation of data during a Data Quality analysis.
Properties
Creation Date4/4/2022 3:02 AM
File GroupPRIMARY
Text File Group
System Object
Published for Replication
Rows2
Data Space Used8.00 KB
Index Space Used8.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key 

Unique system-generated sequential identifier for the analysis record.

For a complete list of records, see tAnalysis Table.

int4   
 

Augmentation mode option for a Data Quality analysis. 

  • Preview
  • Destructive
  • Non-destructive
int4  
 

Name of the newly created exposure view for non-destructive augmentation mode. 

varchar255  
 

Unique system-generated sequential identifier for the newly created exposure view  record.  This is applicable for non-destructive augmentation mode.

For a complete list of records, see tExposureView Table.

int4  
 Augmentation format.int4  
 

Indicates whether the exposure is to be enhanced using AIR Property Data.

  • 1 = Yes (enhance)
  • 0 = No (do not enhance)
bit1  
 

Indicates whether the augmentation is to utilize user-specified values.

  • 1 = Yes (use)
  • 0 = No (do not use)
bit1  
 

Indicates whether the augmentation consistency report is to be generated.

  • 1 = Yes (enabled)
  • 0 = No (disabled)
bit1  
 

Indicates whether completeness rules are enabled for use during the Data Quality – Validation analysis.

  • 1 = Yes (enabled)
  • 0 = No (disabled)
bit1  
 

Indicates whether reasonability rules are enabled for use during the Data Quality – Validation analysis.

  • 1 = Yes (enabled)
  • 0 = No (disabled)
bit1  
 

Indicates whether scoring is enabled for use during the Data Quality analysis.

  • 1 = Yes (enabled)
  • 0 = No (disabled)
bit1  
 

Indicates whether the location peril is enabled for use in the Data Quality analysis scoring report.

  • 1 = Yes (enabled)
  • 0 = No (disabled)
bit1  
 Risk index filter operator used for scoring. For example, ‘>’ or ‘<’.varchar50  
 Risk index filter value used along with ExpFilterRiskIndexOperation.float9  
 Total replacement value filter value used along with ExpFilterTRVOperation.float9  
 Total replacement value filter operator. For example, ‘>’ or ‘<’.varchar50  
 System-generated identifier of the exposure data set before augmentation.bigint8  
 System-generated identifier of the exposure data set after augmentation.bigint8  
 Score filter operator used during a Data Quality analysis. For example, ‘>’ or ‘<’.varchar50  
 Score filter value used along with ExpFilterDataQualityScoreOperation during a Data Quality analysis.float9  
 Version of the exposure data used in the analysis.varchar20  
 

Indicates whether the filter is enabled for use during the Data Quality - Augmentation analysis.   

  • 1 = Yes (enabled)
  • 0 = No (disabled)
int4  
 

Indicates whether a full or default log should be generated for the report.

  • 1 = Yes (full log)
  • 0 = No (default log)
bit1  
 

Unique system-generated sequential identifier for the Data Quality analysis settings record.

For a complete list of records, see tDQAnalysisSetting Table

int4  
 XML expression for the settings used during a Data Quality analysis. Used internally by Touchstone.varchar8000  
 Name of the file that identifies the locations to be excluded from augmentation.varchar4000  
 Reserved for future use.varchar50  
 Alpha-numeric codes that are used within the database. These codes flag the peril data against which the scoring report needs to be generated. varchar5  
 

Numeric code for the single peril or set of perils.

For a complete list of codes, see tPerilSet Table.

int4  
Objects that depend on tDataQualityAnalysisOption
 Database ObjectObject TypeDescriptionDep Level
tDataQualityAnalysisOutputOption tabletDataQualityAnalysisOutputOptionTableStores the output options for a Data Quality analysis.1
tDQAnalysisRule tabletDQAnalysisRuleTableStores data relating to the rules used in a Data Quality analysis.3
tDQAnalysisRuleSet tabletDQAnalysisRuleSetTableStores information regarding the rule sets used during a Data Quality analysis.2
tDQAnalysisRuleSetRuleSubTypeSelected tabletDQAnalysisRuleSetRuleSubTypeSelectedTableStores information regarding the rule sub type used during the Data Quality analysis.3
tDQAnalysisSetting tabletDQAnalysisSettingTableStores information regarding the analysis settings used during a Data Quality analysis.2
tDQIndustryFilterLOB tabletDQIndustryFilterLOBTableStores the type of output of the Data Quality analysis and the Line of Business of the insured properties to include in the output results.2
Objects that tDataQualityAnalysisOption depends on
 Database ObjectObject TypeDescriptionDep Level
tAnalysis tabletAnalysisTableStores information about each analysis.1
tDataServer tabletDataServerTableStores information about each data server associated with the project, including the sequential identifier (SID), name, description, connection information, and default MDF and LDF paths for the server.3
tDataSource tabletDataSourceTable

Stores information about the databases registered with the application, for example, the exposure and results databases.

2
tExposureSet tabletExposureSetTableStores exposure set information from each exposure database on the server.3
tProject tabletProjectTableStores information about each project, for example, the project name and status code.2
See Also

Related Objects

AIRProject Database