Touchstone 2022 Database Reference
tDQAnalysisResultStatistics Table
AIRExposureSummary Database : tDQAnalysisResultStatistics Table
Description
Stores the statistical information for the Data Quality analysis.
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 

Unique system-generated sequential identifier for the results record.

For a complete list of records, see tAnalysisResult Table.

int4   
Primary Key 

Unique system-generated sequential identifier for the category record.

For a complete list of codes, see tOutputType Table.

varchar10   
 Number of locations processed by the Data Quality analysis. int4  
 Number of locations that triggered a rules violation during the Data Quality analysis.int4  
 Number of values flagged or updated during the Data Quality - Augmentation analysisint4  
 Total replacement value for all the locations analyzed during the Data Quality analysis.float9  
 Total replacement value for all the locations updated during the DAta Quality analysis.float9  
 Total insured value for all the locations analyzed during the Data Quality analysis.float9  
 Total insured value for all the locations updated during the Data Quality analysis.float9  
 Number of policies processed during the Data Quality analysis.int4  
 Number of policies whose locations triggered a rules violation during the Data Quality analysis.int4  
 Number of books processed during the Data Quality analysis.int4  
 Number of business units processed during the Data Quality analysis.int4  
 Number of locations skipped during the Data Quality analysis.int4  
 Number of locations that could not be matched during the Data Quality analysis.int4  
 Number of locations that were matched and updated during the Data Quality analysis.int4  
 Number of locations that were matched but not updated during the Data Quality analysis.int4  
 Number of locations whose values were updated using user-provided data.int4  
 

Number of locations whose values were updated from the calculation of Coverage A. When Coverage A is updated, Touchstone updates other coverage and limits  as well.

int4  
 Number of locations skipped during the Data Quality analysis because the Risk Count was greater than one.int4  
 Number of locations skipped during the Data Quality analysis due to multiple matches.int4  
 Change in the user's replacement value after a Data Quality analysis.float9  
 Number of locations skipped during the Data Quality analysis due to invalid address.int4  
 Number of locations with special occupancy or construction classes that were skipped during the Data Quality analysis.int4  
 Number of locations skipped during the Data Quality analysis due to No Rules matching.int4  
 

Number of valid locations during a Data Quality analysis.

int4  
 Number of locations that had a single match, but were not updated during the Data Quality analysis.int4  
 Number of locations that had a single match and were updated during the Data Quality analysis.int4  
 

Number of locations in the Property-Specific database that were updated during the Data Quality analysis.

int4  
 

Number of locations in the Property-Specific database, as well as user-provided values, that were updated during the Data Quality analysis.

int4  
 Number of locations with duplicate addresses that were updated during the Data Quality analysis.int4  
 Number of locations with multiple invalid ISOBIN matches that were skipped during the augmentation analysis.int4  
 Number of locations with unique ISOBIN values.int4  
 Overall data quality score.float9  
 Overall risk index score.float9  
 Overall adjusted risk index score.float9  
 Number of locations that were not analyzed during the Data Quality analysis.int4  
 Number of policies that were not analyzed during the Data Quality analysis.int4  
 Replacement values that were not analyzed during the Data Quality analysis.float9  
 

The Data Quality Uncertainty score.

For additional information about calculating the Data Quality Uncertainty score, see the ScoreDQU column in dbo.tRRRR_DQ_SCR_ResultDetail Table.

float9  
Objects that depend on tDQAnalysisResultStatistics
 Database ObjectObject TypeDescriptionDep Level
tDQAUGPrePostSummaryCoverage tabletDQAUGPrePostSummaryCoverageTableStores pre- and post-summary coverage data. The data stored is used as part of the Data Quality - Augmentation PDF reports.1
See Also

Related Objects

AIRExposureSummary Database