qs {reinsureR} | R Documentation |
Quota Share Treaty: User constructor function
Description
qs
defines an object of class QS
(QS-class
).
Usage
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 |
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:
show
Examples
treaty_1 <- qs(0.8, com = 0.25)
treaty_1
[Package reinsureR version 0.1.0 Index]