Touchstone 2022 Database Reference
tExposureTargetType Table
AIRReference Database : tExposureTargetType Table
Description

Stores the possible exposure types that are valid for import.  These codes are used for import validation error messaging, see tValidationError Table.

Properties
Creation Date1/5/2016 11:03 AM
File GroupPRIMARY
Text File Group
System Object
Published for Replication
Rows13
Data Space Used8.00 KB
Index Space Used8.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key 

Code that represents the exposure type.

  • BLDG = Building Detail
  • CON = Contract
  • LOC = Location
  • LOCFEAT = Location Feature
  • LOCTERM = Location Terms
  • LYR = Layer
  • OFFDET = Offshore Detail
  • OFFTERM = Offshore Terms
  • REINS = Reinsurance
  • STEPDET = Step Function Detail
  • STEPFUNC = Step Function
  • SUB = Sublimit
  • WCDET = Workers Comp Detail
varchar10   
 

Name of the exposure type.

Corresponds to the code in ExposureTargetTypeCode.

varchar255   
 

Description of the exposure type.

varchar1024  
Objects that depend on tExposureTargetType
 Database ObjectObject TypeDescriptionDep Level
tValidationError tabletValidationErrorTable

Stores import validation error codes, validation rules, and error messages. When a validation error occurs, the error is written to the import log file using the following format: ERROR CODE | Contract ID: XXX Location ID XXX | Summary Message.

1
See Also

Related Objects

AIRReference Database