CEDE 8.0 Database Reference
tLocTerm Table
Description

Stores information about location terms.

Properties
Creation Date5/19/2020 4:04 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 LocTermSIDUnique system-generated sequential identifier for the location term record.int4   
 LocationSID

Unique system-generated sequential identifier for the location record.

For a complete list of records, see tLocation Table.

int4   
 ContractSID

Unique system-generated sequential identifier for the contract record.

For a complete list of records, see tContract Table.

int4   
 PerilSetCode

Numeric code for the single peril or set of perils.

For a complete list of codes, see tPerilSet Table.

int4   
 LimitTypeCode

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

For a complete list of codes, see tLimitType Table.

varchar10   
 Limit1Insured limit for the building (Coverage A).float9  
 Limit2Insured limit for the appurtenant structures (Coverage B).float9  
 Limit3

Insured limit for the contents (Coverage C).

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

float9  
 Limit4Insured limit for the time element (Coverage D).float9  
 DeductibleTypeCode

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

For a complete list of codes, see tDeductibleType Table.

varchar10   
 Deductible1

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  
 Deductible2

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  
 Deductible3Deductible 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  
 Deductible4Deductible 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  
 CededAmount

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  
 Participation1Percentage 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  
 Participation2Second 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  
 AggregateLimitTypeCodeCode that represents the aggregate limit type.varchar10  
 AggregateLimitMaximum amount payable under contract layer that provides overall maximum loss limitation.float9  
 MinMaxDeductibleTypeCodeCode for the minimum maximum deductible type.varchar10  
 MinimumDeductibleMinimum deductible amount.float9  
 MaximumDeductibleMaximum deductible amount.float9  
 AggregateDeductibleTypeCodeCode for the aggregate deductible type.varchar10  
 AggregateDeductibleMaximum 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  
 RowVersionUsed for version stamping.timestamp8   
Objects that tLocTerm depends on
 Database ObjectObject TypeDescriptionDep Level
tContract tabletContractTable

Stores records for primary insurance policies.

2
tExposureSet tabletExposureSetTable

Stores information about exposure sets.

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

3
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