sl: Stop Loss Treaty: User constructor function

Description Usage Arguments Value Examples

Description

sl defines an object of class SL (SL-class), which represents a Stop Loss treaty.

Usage

1
sl(ded = Inf, lim = Inf, prm = 0, ptf = "all")

Arguments

ded

Numeric. Deductible amount of the treaty. Should be superior to 0.

lim

Numeric. Limit amount for the treaty. Should be superior to 0. May be equal to Inf.

prm

Numeric. Premium rate, which represents the proportion of the premium given to the reinsurer as price for the treaty. Should be between 0 and 1.

ptf

Vector. List of portfolios on which the treaty is to be applied on. Default value set to all.

Value

An object of class SL (SL-class), initialized with the values given in input. Its basic methods are:

Examples

1
2
treaty_1 <- sl(ded = 100000, lim = 20000, prm = 0.01, ptf = "all")
treaty_1

ArnaudBu/reinsureR documentation built on May 22, 2019, 1:44 p.m.