Touchstone 2022 Database Reference
tLocParsedAddress Table
AIRExposure Database : tLocParsedAddress Table
Description
Stores street-level address details for each location.
Properties
Creation Date4/11/2022 6:15 PM
File GroupPRIMARY
Text File Group
System Object
Published for Replication
Rows0
Data Space Used0.00 KB
Index Space Used0.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key 

Unique system-generated sequential identifier for the location record.

For a complete list of records, see tLocation Table.

int4   
 Street number prefix.varchar10  
 Street number in the  location's address.varchar10  
 Street number suffix.varchar10  
 Street name in the  location's address.varchar40  
 Street type, such as Rd or St.varchar10  
 Street type extension.varchar10  
 

Direct provided at the end of the street address,as in Main Street North.

varchar10  
 

Direct provided at the beginning of the street address,as in North Main Street.

varchar10  
 Type of unit, such as Apt or Suite,  in the location's address.varchar10  
 Value of the unit in the location's address used to identify the location in the building.varchar10  
 Floor of the building in which the location resides.varchar10  
 Type of building in which the location resides.varchar10  
 Name of the building in which the location resides.varchar40  
 Type of delivery receptacle at the location.varchar10  
 Value used to identify the location on the delivery receptacle.varchar10  
 Type of delivery route for the location.varchar10  
 Value used to identify the location on the delivery route.varchar10  
 Used for version stamping.timestamp8   
Objects that tLocParsedAddress depends on
 Database ObjectObject TypeDescriptionDep Level
tContract tabletContractTable

Stores records for primary insurance policies.

2
tDataSource tabletDataSourceTable

Stores information about the databases registered with the application, for example, the exposure and results databases.

3
tExposureSet tabletExposureSetTable

Stores information about exposure sets.

An exposure set is a collection of contracts, locations, and other related information.

2
tLocation tabletLocationTable

Stores geographical attributes and primary risk characteristics for each location. 

The table serves as a reference point between Location and Contract entities.You can identify each location by the location sequential identifier (SID).

1
See Also

Related Objects

AIRExposure Database