Claims-class: Claims

Description Usage Arguments Methods (by generic) Slots

Description

An S4 class to represent Claims and Premiums for reinsurance computations.

Usage

1
2
## S4 method for signature 'Claims'
show(object)

Arguments

object

The object to display

Methods (by generic)

Slots

clm

Data.table. Claims table. Contains at least 4 columns:

  • year: year associated with the considered claim;

  • portfolio: portfolio associated with the considered claim;

  • simulId: simulation id of the considered claim. Useful for stochastic modelling;

  • amount: amount of the considered claim.

prm

Data.table. Premiums table. Contains at least 3 columns:

  • year: year associated with the considered premium;

  • portfolio: portfolio associated with the considered premium;

  • amount: amount of the considered premium.

rns

Data.table. Reinstatement amount table, that only concerns excess of loss treaties. Contains at least 2 columns:

  • year: year associated with the considered reinstatements;

  • simulId: simulation id of the considered reinstatement amount. Useful for stochastic modelling.

com

Data.table. Commissions amount table, that only concerns quota share treaties. Contains at least 2 columns:

  • year: year associated with the considered commission amount;

  • portfolio: portfolio associated with the considered commission.

trt

Vector. List of treaties applied to the Claims object.


ArnaudBu/reinsureR documentation built on May 22, 2019, 1:44 p.m.