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

Stores information about exposure sets.

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

Properties
Creation Date4/12/2021 11:26 AM
File GroupPRIMARY
Text File Group
System Object
Published for Replication
Rows1
Data Space Used8.00 KB
Index Space Used24.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key Unique system-generated sequential identifier for the exposure set record.int4   
 Unique user-defined name for the exposure set.varchar300  
 

System-provided status code for the record in the table.

For a complete list of codes, see tStatus Table.

varchar10 
('A')
 
 Date and time when the exposure set was created.datetime4 
(getutcdate())
 
 Date and time when the exposure set was modified.datetime4 
(getutcdate())
 
 User-provided description, notes, and comments.varchar4000  
 Used for version stamping.timestamp8   
 

Reserved for future use.

int4  
Objects that depend on tExposureSet
 Database ObjectObject TypeDescriptionDep Level
tContract tabletContractTable

Stores records for primary insurance policies.

1
tLayer tabletLayerTable

Stores primary contract layer information.

2
tLayerCondition tabletLayerConditionTable

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.
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
tLocFeature tabletLocFeatureTable

Stores detailed building information for each location.

The information includes secondary risk characteristics, such as the building shape and glass type.

2
tLocOffshore tabletLocOffshoreTable

Stores risk characteristics for each offshore location.

2
tLocTerm tabletLocTermTable

Stores information about location terms.

2
tLocWC tabletLocWCTable

Stores information about the workers' compensation details for the location.

2
tReinsAppliesToExp tabletReinsAppliesToExpTable

Stores information about facultative certificates and surplus share treaties that are applied to exposures such as locations, contracts, and layers.

1
tStepFunction tabletStepFunctionTableStores general information about step functions, including the contract associated with each step function.2
tStepFunctionDetail tabletStepFunctionDetailTableStores detailed information about step functions.3
See Also

Related Objects

AIRExposure Database