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

Stores layer conditions, such as sublimit and policy restrictions.

Sublimits are generally applied to layers based on filter criteria, such as a list of locations or perils.
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 layer term record.int4   
 

Unique system-generated sequential identifier for the layer record.

For a complete list of records, see tLayer Table.

int4   
 

Unique system-generated sequential identifier for the contract record.

For a complete list of records, see tContract Table.

int4   
 

Code for the layer condition type.

For a complete list of codes, see tLayerConditionType Table.

varchar10   
 

Numeric code for the single peril or set of perils.

For a complete list of codes, see tPerilSet Table.

int4   
 User-defined condition key.varchar255  
 

Code for the occurrence limit type.

For a complete list of codes, see tOccLimitType Table.

varchar10   
 Limit 1 amount.float9  
 Limit 2 amount.float9  
 Limit 1 amount.float9  
 Limit 2 amount.float9  
 

Code for the layer deductible type.

For a complete list of codes, see tDeductibleType Table.

varchar10   
 Deductible 1 amount.float9  
 Deductible 2 amount.float9  
 Attachment point 1 amount.float9  
 Attachment point 2 amount.float9  
 Attachment point 3 amount.float9  
 Attachment point 4 amount.float9  
 Layer sequence order.smallint2  
 Unique system-generated sequential identifier for the layer condition for the parent record.int4  
 Deductible 3 amount.float9  
 Deductible 4 amount.float9  
 Code for the aggregate limit.varchar10  
 Aggregate limit amount.float9  
 Aggregate attachment point amount.float9  
 Code for the aggregate deductible type.varchar10  
 Aggregate deductible amount.float9  
 Stores the name of layer condition.varchar255  
 Stores the tier details of layer condition.smallint2  
 Used for version stamping.timestamp8   
Objects that depend on tLayerCondition
 Database ObjectObject TypeDescriptionDep Level
tLayerConditionLocationXref tabletLayerConditionLocationXrefTable

System reference table used to map the location to the layer condition.

1
Objects that tLayerCondition 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
tLayer tabletLayerTable

Stores primary contract layer information.

1
See Also

Related Objects

AIRExposure Database