CEDE 8.0 Database Reference
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 Date5/19/2020 4:05 AM
File GroupPRIMARY
Text File GroupPRIMARY
System Object
Published for Replication
Rows9
Data Space Used8.00 KB
Index Space Used40.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key ReinsuranceSIDUnique system-generated sequential identifier for the reinsurance treaty record.int4   
 ProgramSID

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

For a complete list of records, see tProgram Table.

int4   
 ReinsuranceTypeCode

Code that represents the type of reinsurance.

For a complete list of codes, see tReinsuranceType Table.

varchar10   
 ReinsuranceID

User-defined identifier for the reinsurance treaty.

varchar100   
 SubmitStatusCode

Code for the submission status.

For a complete list of codes, see tSubmitStatus Table.

varchar10   
 PerilSetCode

Numeric code for the single peril or set of perils.

For a complete list of codes, see tPerilSet Table.

int4   
 TriggerTypeCode

Code that represents when/how treaty coverage is applied.

For a complete list of codes, see tTriggerType Table.

varchar10   
 ReinsTargetTypeCode

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

For a complete list of codes, see tReinsTargetType Table.

varchar10   
 PreferredExposureTypeCode

Reserved for future use.

Code that represents the preferred exposure type.

For a complete list of codes, see tPreferredExposureType Table.

varchar10  
 CedantNameName of the primary insurer, which is the insurance company that purchases reinsurance.varchar60  
 ReinsurerNameName of the insurer or reinsurer who assumes the cedant’s risk under the contract (treaty).varchar60  
 InceptionDateInception date of the reinsurance treaty.  Also referred to as the Effective FROM Date.date10   
 ExpirationDateReinsurance treaty expiration date. Also referred to as the Effective TO Date.date10   
 CurrencyCode

ISO 3-character code for the currency.

For a complete list of codes, see tCurrency Table.

char3   
 RiskLimitTreaty limit for a single risk or layer.float9  
 RiskRetentionTreaty retention per single risk, or per layer for policies including layers.float9  
 OccurrenceLimitMaximum loss that the treaty can occur from each occurrence.float9  
 OccurrenceRetentionDeductible amount 1. The treaty does not assume losses below the specified value.float9  
 AggregateLimitMaximum amount payable under reinsurance treaty that provides overall maximum loss limitation.float9  
 AggregateRetentionAdditional dollar amount or percentage of risk retained by the ceding company under a reinsurance treaty.float9  
 CededAmountCeded 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   
 PlacedAmountPlaced percentage.float9  
 IndustryLossMinimumMinimum amount of industry loss.float9  
 IndustryLossMaximumMaximum amount of industry loss.float9  
 PortfolioLossMinimumMinimum amount of portfolio loss.float9  
 PortfolioLossMaximumMaximum amount of portfolio loss.float9  
 CoinsuranceAmountAmount of co-insurance.float9   
 PremiumMinimumThe minimum premium paid for coverage of the layer per reinstatement.  This value is not used during analysis.float9  
 PremiumEstimatedThe estimated premium paid for coverage of the layer per reinstatement.  This value is used when the analysis calculates premiums net-of-estimated losses.float9  
 LossesPaid

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

float9  
 ParticipationNetNet participation amount or percent.real4  
 ParticipationGrossGross participation amount or percent.real4  
 LossModificationFactorUser-defined factor used to modify losses.real4  
 StartingEventNumberEvent number at which the treaty was applied.int4  
 ReinstatementThe 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  
 ReinstProvisionalAmountHandling 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  
 ReinstProvisionalTimeHandling 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  
 IsMatchLossToLimit

Indicates whether the loss is matched to limits.

  • 1 = Yes (matched)
  • 0 = No (not matched)
bit1  
 ReinsAppliesToULOBUser's Lines of Business  filter.varchar16  
 ReinsAppliesToEventXML string that defines the event filter for the treaty.Xml16  
 InuringSequenceNumberInuring order for the reinsurance treaty.smallint2  
 DescriptionDescription of the reinsurance treaty.varchar4000  
 EnteredDateDate and time when the reinsurance treaty was created.datetime4 
(getutcdate())
 
 EditedDateDate and time when the reinsurance treaty was last modified.datetime4 
(getutcdate())
 
 RiskAggregateLimitRisk aggregate limit amount for a single reinstatement.float9  
 RiskAggregateRetentionRisk aggregate retention amount for a single reinstatement.float9  
 RiskLimitReinstatementIndicates 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.

2
See Also

Related Objects

AIRReinsurance Database