Touchstone 2022 Database Reference
tAIRLineOfBusiness Table
AIRReference Database : tAIRLineOfBusiness Table
Description
Defines the AIR Line of Business types.
Properties
Creation Date2/16/2011 6:00 PM
File GroupPRIMARY
Text File Group
System Object
Published for Replication
Rows10
Data Space Used8.00 KB
Index Space Used8.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key 

Code that represents the Line of Business.

  • AUT = Auto
  • CAI = Commercial and Industrial
  • COM = Commercial
  • COND = Condo (apartment building)
  • MOB = Mobile Home
  • RB = Residential Buildings
  • RC = Residential Contents
  • RENT = Renters (apartment contents)
  • SFH = Single Family Home
  • TEN = Tenant (commercial contents)
varchar10   
 

Categorization for the Line of Business.

varchar40   
 

Name of the Line of Business.

Corresponds to the code in AIRFloodZoneCategoryCode.

varchar40   
 

Name of the Line of Business.

Corresponds to the code in AIRFloodZoneCategoryCode.

varchar1024  
 

Indicates whether the Line of Business is available for use.

  • 1 = Yes (available)
  • 0 = No (not available)
bit1dbo.D_1 
Check Constraints
NameDescriptionExpression
 
([IsActive] IS NULL OR [IsActive]>=(0) AND [IsActive]<=(1))
Objects that depend on tAIRLineOfBusiness
 Database ObjectObject TypeDescriptionDep Level
tAIROccupancyRegionXref tabletAIROccupancyRegionXrefTable

System reference table that stores the geography and line of business associated with each AIR occupancy class code.

1
See Also

Related Objects

AIRReference Database