CEDE 10.0 Database Reference
tReinsurance Table
AIRReinsurance Database : tReinsurance Table
Description

Stores information about reinsurance treaties.

A reinsurance program includes one or more related reinsurance treaties or layers. Reinsurance coverage applies to locations or treaties and not to reinsurance programs.

Properties
Creation Date4/4/2022 3:03 AM
File GroupPRIMARY
Text File GroupPRIMARY
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 reinsurance treaty record.int4   
 

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

For a complete list of records, see tProgram Table.

int4   
 

Code that represents the type of reinsurance.

For a complete list of codes, see tReinsuranceType Table.

varchar10   
 

User-defined identifier for the reinsurance treaty.

varchar100   
 

Code for the submission status.

For a complete list of codes, see tSubmitStatus Table.

varchar10   
 

Numeric code for the single peril or set of perils.

For a complete list of codes, see tPerilSet Table.

int4   
 

Code that represents when/how treaty coverage is applied.

For a complete list of codes, see tTriggerType Table.

varchar10   
 

Code that represents the objects to which the reinsurance treaty is applied.

For a complete list of codes, see tReinsTargetType Table.

varchar10   
 

Reserved for future use.

Code that represents the preferred exposure type.

For a complete list of codes, see tPreferredExposureType Table.

varchar10  
 Name of the primary insurer, which is the insurance company that purchases reinsurance.varchar60  
 Name of the insurer or reinsurer who assumes the cedant’s risk under the contract (treaty).varchar60  
 Inception date of the reinsurance treaty.  Also referred to as the Effective FROM Date.date8   
 Reinsurance treaty expiration date. Also referred to as the Effective TO Date.date8   
 

ISO 3-character code for the currency.

For a complete list of codes, see tCurrency Table.

char3   
 Treaty limit for a single risk or layer.float9  
 Treaty retention per single risk, or per layer for policies including layers.float9  
 Maximum loss that the treaty can occur from each occurrence.float9  
 Deductible amount 1. The treaty does not assume losses below the specified value.float9  
 Maximum amount payable under reinsurance treaty that provides overall maximum loss limitation.float9  
 Additional dollar amount or percentage of risk retained by the ceding company under a reinsurance treaty.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   
 Placed percentage.float9  
 Minimum amount of industry loss.float9  
 Maximum amount of industry loss.float9  
 Minimum amount of portfolio loss.float9  
 Maximum amount of portfolio loss.float9  
 Amount of co-insurance.float9   
 The minimum premium paid for coverage of the layer per reinstatement.  This value is not used during analysis.float9  
 The estimated premium paid for coverage of the layer per reinstatement.  This value is used when the analysis calculates premiums net-of-estimated losses.float9  
 

User-provided information regarding losses paid on the account. This value is not used during analysis.

float9  
 Net participation amount or percent.real4  
 Gross participation amount or percent.real4  
 User-defined factor used to modify losses.real4  
 Event number at which the treaty was applied.int4  
 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.tinyint1  
 Handling of reinstatement premium payments based on loss amount (100%, 75%, 50%, or Pro-Rata). The value 100% specifies that the total premium amount (Estimated Premium) is paid for the reinstatement; Pro Rata specifies that the reinstatement premium amount paid is in proportion to the percent of the occurrence limit that is exhausted.float9  
 Handling of reinstatement premium payments based on time of loss (100%, 75%, 50%, or Pro-Rata). The value 100% specifies that the total premium amount (Estimated Premium) is paid for the reinstatement adjusted only for Reinstatement Provisions by Amount. Pro Rata specifies that the premium amount paid is in proportion to the time remaining on the reinsurance treaty as of the day on which the layer loss occurred.float9  
 

Indicates whether the loss is matched to limits.

  • 1 = Yes (matched)
  • 0 = No (not matched)
bit1  
 User's Lines of Business  filter.varchar16  
 XML string that defines the event filter for the treaty.xml0  
 Inuring order for the reinsurance treaty.smallint2  
 Description of the reinsurance treaty.varchar4000  
 Date and time when the reinsurance treaty was created.datetime4 
(getutcdate())
 
 Date and time when the reinsurance treaty was last modified.datetime4 
(getutcdate())
 
 Risk aggregate limit amount for a single reinstatement.float9  
 Risk aggregate retention amount for a single reinstatement.float9  
 Indicates whether the Risk Limit Reinstatement is applied to a reinsurance treaty.tinyint1  
Objects that depend on tReinsurance
 Database ObjectObject TypeDescriptionDep Level
tReinsAppliesToGeo tabletReinsAppliesToGeoTable

Stores information about the geographic or area filter applied to each reinsurance treaty.

Reinsurance treaty geographic filters are optional.

1
Objects that tReinsurance depends on
 Database ObjectObject TypeDescriptionDep Level
tProgram tabletProgramTable

Stores information about reinsurance programs.

A reinsurance program includes one or more related reinsurance treaties or layers. Reinsurance coverage applies to locations or treaties and not to reinsurance programs.

1
See Also

Related Objects

AIRReinsurance Database