Touchstone 2022 Database Reference
tDQAnalysisRule Table
AIRProject Database : tDQAnalysisRule Table
Description
Stores data relating to the rules used in a Data Quality analysis.
Properties
Creation Date4/4/2022 3:02 AM
File GroupPRIMARY
Text File GroupPRIMARY
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 Data Quality rule record.int4   
 

Code representing the sub-type of the Data Quality rule.

For a complete list of codes, see  tDQRuleSubType Table.

int4   
 

Code representing the tier of the Data Quality rule.

For a complete list of codes, see tDQRuleTier Table.

int4   
 

Unique system-generated sequential identifier for the Data Quality rule set  record.

For a complete list of records, see tDQAnalysisRuleSet Table.

int4   
 User-provided name for the rule.varchar8000  
 Factor that is applied when reasonability checks fail.  Reserved for future use.float9  
 Maximum Data Quality score value. Integer ranges from 0-100, with 100 representing the highest quality.int4  
 

Reserved for future use.

Factor to be applied when the value for this location does not match the value in the industry data sources. 

int4  
 

Reserved for future use.

Factor to be applied when the value for this location does not exactly match the value in available industry data sources, but matches a distribution of values for the location's postal code.

int4  
 Flag indicating the  location types to which the rule applies.int4  
 Flag indicating the  peril set code to which the rule applies.int4  
 XML expression of a given rule. Used internally by Touchstone.xml0  
 Paths for target objects of the rule.  Used internally by Touchstone.varchar1000  
 

Indicates whether the rule passes or fails when conditions are met.

  • 1 = Yes (passes)
  • 0 = No (fails)
bit1  
 User-provided name of the Data Quality rule set.varchar255  
 

Description of the rule sub-type.

For a complete list of rule sub-types, see  tDQRuleSubType Table.

varchar255  
 

Description of the Data Quality rule tier.

For a complete list of rule tiers, see tDQRuleTier Table.

varchar255  
 

Indicates whether the object is enabled for use.

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

Indicates whether the object is selected on the user interface.

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

Unique system-generated sequential identifier for the rule template record. This template was the source of a provided rule report record.

For a complete list of records, see tDQRuleTemplate Table,

int4  
 Reserved for future use.Identifies any region to which the rule apples. int4  
Objects that tDQAnalysisRule depends on
 Database ObjectObject TypeDescriptionDep Level
tAnalysis tabletAnalysisTableStores information about each analysis.4
tDataQualityAnalysisOption tabletDataQualityAnalysisOptionTableStores information regarding the augmentation of data during a Data Quality analysis.3
tDataQualityAnalysisOutputOption tabletDataQualityAnalysisOutputOptionTableStores the output options for a Data Quality analysis.2
tDataSource tabletDataSourceTable

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

5
tDQAnalysisRuleSet tabletDQAnalysisRuleSetTableStores information regarding the rule sets used during a Data Quality analysis.1
tProject tabletProjectTableStores information about each project, for example, the project name and status code.5
See Also

Related Objects

AIRProject Database