Touchstone 2022 Database Reference
tDQRuleTemplate Table
AIRUserSetting Database : tDQRuleTemplate Table
Description

Stores information about the Data Quality rules that are available in Touchstone. 

Properties
Creation Date4/4/2022 3:02 AM
File GroupPRIMARY
Text File GroupPRIMARY
System Object
Published for Replication
Rows256
Data Space Used472.00 KB
Index Space Used64.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key 

Unique system-generated sequential identifier for the rule record.

int4   
 

Code for the rule sub type.

For a complete list of codes, see tDQRuleSubType Table.

int4  
 

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

For a complete list of records, see tDQRuleSetTemplate Table.

int4   
 

Code that represents the Data Quality rule tier.

For a complete list of codes, see tDQRuleTier Table.

int4   
 

Name of the rule.

varchar8000  
 Factor that is applied when the reasonability check fails.float9  
 Maximum quality score from a Data Quality analysis.int4  
 Factor that is applied when the value for the location does not match the value in the Industry Data source.int4  
 Factor that is applied when the value for the location does not exactly match the value in the Industry Data source., but matches a distribution of values for the location's postal code.int4  
 Indicates the location types to which the rule applies.  int4  
 Indicates the peril(s) to which the rule applies.int4  
 

XML string that defines the filter conditions.  Used internally by Touchstone.

xml0  
 Target of the rule.varchar1000  
 

Indicates whether the rule passes (or fails) when conditions are met. When the condition results match the expected results, the rule passes, otherwise it fails.

  • 1 = Yes (passes)
  • 0 = No (fails) 
bit1  
 

Indicates whether the rule is available for use

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

Indicates whether the rule is selected on the user interface.

  • 1 = Yes (selected)
  • 0 = No (not selected)
bit1  
 Any user-provided notes and/or descriptions.varchar4000  
 Region to which the rule set applies.int4  
Objects that tDQRuleTemplate depends on
 Database ObjectObject TypeDescriptionDep Level
tDQRuleSetTemplate tabletDQRuleSetTemplateTable

Stores information about the Data Quality rules set templates that are available in Touchstone. 

1
See Also

Related Objects

AIRUserSetting Database