Touchstone 2022 Database Reference
tIndustryAggregate Table
AIRDQIndustry Database : tIndustryAggregate Table
Description

Stores pre-calculated aggregate industry data for data quality scoring.

Touchstone uses the data during data quality scoring analyses to compute the Data Quality Score and Overall Risk Score.

Properties
Creation Date1/24/2014 5:12 PM
File GroupPRIMARY
Text File Group
System Object
Published for Replication
Rows605457
Data Space Used98,952.00 KB
Index Space Used376.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key 

ISO 2-character code for the country in which the location resides. 

Currently, Touchstone only supports scoring for the United States, so this value is always 1.

smallint2   
 Name of the country.varchar60  
Primary Key 

Code that represents the area (state).

For a complete list of codes, see tGeography Table.   

varchar15   
 Name of the area (state).varchar60  
Primary Key 

Code that represents the area (county).

For a complete list of codes, see tGeography Table

varchar15   
 Name of the subarea (county).varchar60  
 

Postal code.

For a complete list of codes, see tGeography Table.

varchar9  
 

ISO 3-character code for the currency.

For a complete list of codes, see tCurrency Table.

char3  
Primary Key Identifier for the Line of Business.smallint2   
 

Name of the Line of Business

Corresponds to LOBID.

varchar60  
Primary Key Code that represents the occupancy type.smallint2   
 

Name of the occupancy type.

Corresponds to OccCode.

varchar60  
Primary Key Code that represents the construction type.smallint2   
 

Name of the construction type.

Corresponds to ConsCode.

varchar60  
 Total number of risks.int4  
 Industry aggregate limit of all risks for Coverage A and B combined.float9  
 Industry aggregate limit of all risks for Coverage C.float9  
 Industry aggregate limit of all risks for Coverage D.float9  
 Industry replacement value for Coverage Dfloat9  
 Average employee count for all risks.float9  
 

Unique system-generated sequential identifier for the geographic record.

For a complete list of records, see tGeography Table.

int4  
See Also

Related Objects

AIRDQIndustry Database