qs: Quota Share Treaty: User constructor function

Description Usage Arguments Value Examples

Description

qs defines an object of class QS (QS-class).

Usage

1
qs(csn_clm, csn_prm = "auto", com = 0, ptf = "all")

Arguments

csn_clm

Numeric. Cession rate on claims. Should be between 0 and 1.

csn_prm

Numeric. Cession rate on premiums. Should be between 0 and 1. Default value set to csn_clm.

com

Numeric. Commission rate, applied on the part of premiums given to the reinsurer. Should be between 0 and 1. Default value set to 0.

ptf

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

Value

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

Examples

1
2
treaty_1 <- qs(0.8, com = 0.25)
treaty_1

reinsureR documentation built on May 2, 2019, 3:26 a.m.