sl {reinsureR} | R Documentation |
Stop Loss Treaty: User constructor function
Description
sl
defines an object of class SL
(SL-class
), which represents a Stop Loss treaty.
Usage
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 |
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:
show
Examples
treaty_1 <- sl(ded = 100000, lim = 20000, prm = 0.01, ptf = "all")
treaty_1
[Package reinsureR version 0.1.0 Index]