claims {SynthETIC} | R Documentation |
Construction of a claims
Object
Description
Constructs a claims
object which stores all the simulated quantities.
Usage
claims(
frequency_vector,
occurrence_list,
claim_size_list,
notification_list,
settlement_list,
no_payments_list,
payment_size_list,
payment_delay_list,
payment_time_list,
payment_inflated_list
)
Arguments
frequency_vector |
a vector of claim frequencies for all the periods. |
occurrence_list |
list of claim occurrence times. |
claim_size_list |
list of claim sizes. |
notification_list |
list of notification delays. |
settlement_list |
list of settlement delays. |
no_payments_list |
list of number of partial payments. |
payment_size_list |
(compound) list of payment size pattern (without inflation). |
payment_delay_list |
(compound) list of inter partial delays. |
payment_time_list |
(compound) list of payment times on a continuous time scale. |
payment_inflated_list |
(compound) list of payment size pattern (after inflation). |
Value
Returns a claims
object (mainly a reformat of the arguments as a
list object), with the 10 components as listed above.
[Package SynthETIC version 1.1.0 Index]