New ReinsType - Stop Loss #164
Labels
backlog
feature
New feature or request
help wanted
Extra attention is needed
minor
minor release (non-breaking change)
Description
Add a ReinsType to represent a Stop Loss Treaty, along with the ability to enter aggregate terms as decimals (options below).
A Stop Loss Treaty is an Aggregate Excess of Loss with attachment and limit expressed as a percentage of premium.
eg. AggAttachment = 0.75 means that as soon as aggregate losses exceed 75% of premium income, the treaty starts to pay out loss.
Both AggAttachment and / or AggLimit could be expressed as a percentage of premium.
Options for implementation:
When using ReinsType = AXL or =SL, AggAttachment and AggLimit should be used.
e.g.
AggPctAttachment
AggPctLimit
When using ReinsType = AXL, AggAttachment and AggLimit should be used
When using ReinsType = SL, AggAttachment and AggLimit should be used for monetary terms, AggPctAttachment and AccPctLimit should be used for percent of premium terms.
Option 1 is less disruptive because no changes are needed to be made to existing fields, but Option 2 is clearer on how to enter the terms for each reins type.
Help wanted
Some questions:
Reasons for change
Adding this issue in line with the proposal
OasisLMF/ODS_OpenResultsData#5
to include financial perspectives excluding Stop Loss, means that we need to formally identify a stop loss treaty as a type in OED and handles its financial terms.
Scope of change
Impact of change
Validation software would have to be updated to allow the new value in the enumerated list, in order for ReinsType=SL to be used.
Older OED files which don't use the new ReinsType or new fields (under option 2) would remain compatible after the change.
Data type, default values, are blanks allowed, list valid values
The text was updated successfully, but these errors were encountered: