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

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

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 exposure to which the reinsurance applies record.

int4   
 

Unique system-generated sequential identifier for the exposure set record.

For a complete list of records, see tExposureSet Table.

int4   
 Unique user-defined identifier for the reinsurance treaty.varchar100   
 

Code that represents they type of reinsurance. 

For a complete list of codes, see tReinsuranceType Table.

varchar10   
 

Numeric code for the single peril or set of perils.

For a complete list of codes, see tPerilSet Table.

int4   
 Name of the cedant.varchar60  
 Name of the reinsurer.varchar60  
 

Code that indicates the type of exposure to which the reinsurance treaty applies. 

For a complete list of codes, see tReinsTargetType Table.

varchar10   
 

Unique system-generated sequential identifier for the reinsurance target record.

int4   
 Value of the attachment point. Any values that are less than or equal to 1 will be interpreted as percentages (e.g., 0.12 as 12%). float9   
 Gross limit. 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   
 

ISO 3-character code for the currency.

For a complete list of codes, see tCurrency Table.

char3   
 Risk aggregate retention expressed as an amount is the aggregate of risk retained within layer, contract, or location after which losses are not covered by the layer. Any values that are than or equal to 1 will be interpreted as percentages (e.g., 0.12 as 12%).float9  
 Maximum amount payable under the reinsurance program that provides overall loss limitation. Any values that are than or equal to 1 will be interpreted as percentages (e.g., 0.12 as 12%).float9  
 The maximum number of times the risk limit can be reinstated after the application of a loss amount during the coverage period, where “0” represents no reinstatements and “999” represents unlimited reinstatements.int4  
 Used for version stamping.timestamp8   
See Also

Related Objects

AIRExposure Database