powered by
Apply a deductible and limit to claims
apply_deductible_limit( gross_claims_data, reinsurance_structure, deductible, limit )
The ceded claims for the structure, with the chosen deductible and limit.
A vector of Claims.
The chosen reinsurance structure. Options are: 'No Reinsurance Structure', 'Unlimited Layer', 'Limited Layer', 'Exclude Layer'.
The deductible of the reinsurance structure.
The limit of the reinsurance structure.
apply_deductible_limit(c(100, 50, 20), 'Limited Layer', 40, 20) apply_deductible_limit(c(100, 50, 20), 'Limited Layer', 10, 30)
Run the code above in your browser using DataLab