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

Stores a pre-calculated matrix of data quality scoring values. Specifically, the table stores the modeled loss cost for each combination of primary property characteristics (for example, construction, occupancy, year built, height, and geocode location) for each postal code. 

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

Properties
Creation Date4/19/2012 1:51 PM
File GroupPRIMARY
Text File Group
System Object
Published for Replication
Rows21810960
Data Space Used3,597,664.00 KB
Index Space Used1,453,504.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
 

Unique system-generated sequential identifier for the scoring record.

bigint8   
 

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.

int4  
 Name of the area (state).varchar50  
 

Code that represents the area (state).

For a complete list of codes, see tGeography Table.   

int4  
 Name of the subarea (county).varchar100  
 

Code that represents the area (county).

For a complete list of codes, see tGeography Table

int4  
 

Postal code.

For a complete list of codes, see tGeography Table.

varchar9  
 

Average value for total sums insured for the area.

float9  
 

Total number of risks in the area.

int4  
 

Categorization for the typical occupancy type in the area.

varchar29  
 

Categorization for the typical construction type in the area.

varchar11  
 

Average year the exposures in the area were built.

int4  
 

Average height of the exposures in the area.

int4  
 Mean for a region, calculated using the values for OccCat, ConcCat, YearBuilt, and Height.float9  
 Standard deviation for a region, calculated using the values for OccCat, ConcCat, YearBuilt, and Height.float9  
 Attribute standard mean for the county, calculated using each of the values for OccCat, ConcCat, YearBuilt, and Height.float9  
 Attribute standard deviation for the county, calculated using each of the values for OccCat, ConcCat, YearBuilt, and Height.float9  
 Multiplier for the region.float9  
 Multiplier for the attribute.float9  
 

Numeric code for the single peril or set of perils.

For a complete list of codes, see tPerilSet Table.

char2  
 Reference postal code.varchar9  
See Also

Related Objects

AIRDQIndustry Database