Limited loss to the layer

layer_loss(x, Excess, Limit)

Arguments

x

event loss

Excess

treaty retention

Limit

treaty limit

Value

limited loss to the layer

Examples

layer_loss(5,2,6)
#> [1] 3
layer_loss(5,10,6)
#> [1] 0