SL-class {reinsureR} | R Documentation |
Stop Loss Treaty
Description
An S4 class to represent a Stop Loss Treaty
Usage
## S4 method for signature 'SL'
show(object)
Arguments
object |
the object to display |
Methods (by generic)
-
show
: Stop Loss Treaty: show method
Slots
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.
trt
Character. Always equal to "SL". Identifier for the type of treaty
[Package reinsureR version 0.1.0 Index]