CEDE 9.0 Database Reference
tLocTerm Table
AIRExposure Database : tLocTerm Table
Description

Stores information about location terms.

Properties
Creation Date4/12/2021 11:26 AM
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 term record.int4   
 

Unique system-generated sequential identifier for the location record.

For a complete list of records, see tLocation Table.

int4   
 

Unique system-generated sequential identifier for the contract record.

For a complete list of records, see tContract Table.

int4   
 

Numeric code for the single peril or set of perils.

For a complete list of codes, see tPerilSet Table.

int4   
 

Code that represents the type of limit applied to the location. 

For a complete list of codes, see tLimitType Table.

varchar10   
 Insured limit for the building (Coverage A).float9  
 Insured limit for the appurtenant structures (Coverage B).float9  
 

Insured limit for the contents (Coverage C).

Note that if limit type is EE, this field may contain values less than 1.0.

float9  
 Insured limit for the time element (Coverage D).float9  
 

Code that represents the type of deductible applied to the location. 

For a complete list of codes, see tDeductibleType Table.

varchar10   
 

Deductible amount applied to Coverage A (building). Any values that are less than or equal to 1 will be interpreted as percentages (e.g., 0.12 as 12%).

float9  
 

Deductible amount applied to Coverage B (appurtenant structures). Any values that are less than or equal to 1 will be interpreted as percentages (e.g., 0.12 as 12%). 

float9  
 Deductible amount applied to Coverage C (contents). Any values that are less than or equal to 1 will be interpreted as percentages (e.g., 0.12 as 12%). float9  
 Deductible amount applied to the Coverage D (time element). Any values that are less than or equal to 1 will be interpreted as percentages (e.g., 0.12 as 12%). float9  
 

Ceded amount expressed as an amount of percentage.

Note that this value is provided on the user interface as a whole number percentage (e.g. 30.00) but is stored in the database as a decimal (e.g. 0.3).

float9  
 Percentage of the location layer losses assumed by the contract. Any values that are less than or equal to 1 will be interpreted as percentages (e.g., 0.12 as 12%). real4  
 Second percentage of location layer losses assumed by the contract. Any values that are less than or equal to 1 will be interpreted as percentages (e.g., 0.12 as 12%). real4  
 Code that represents the aggregate limit type.varchar10  
 Maximum amount payable under contract layer that provides overall maximum loss limitation.float9  
 Code for the minimum maximum deductible type.varchar10  
 Minimum deductible amount.float9  
 Maximum deductible amount.float9  
 Code for the aggregate deductible type.varchar10  
 Maximum deductible amount payable under aggregate deductible limit. Any value less than or equal to 1 will be interpreted as percentages (eg., 0.12 as 12%).float9  
 Used for version stamping.timestamp8   
Objects that tLocTerm depends on
 Database ObjectObject TypeDescriptionDep Level
tContract tabletContractTable

Stores records for primary insurance policies.

1
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