test_claims_object: Claims Data in List Format

test_claims_objectR Documentation

Claims Data in List Format

Description

A list containing a sample output from each of the simulation modules, in sequential order of the running of the modules. This is the test data generated when run with seed 20200131 at the top of the code.

Usage

test_claims_object

Format

A claims object with 10 components:

frequency_vector

vector; number of claims for each occurrence period, see also claim_frequency().

occurrence_list

list; claim occurrence times for all claims that occurred in each of the period, see also claim_occurrence().

claim_size_list

list; claim sizes for all claims that occurred in each of the period, see also claim_size().

notification_list

list; notification delays for all claims that occurred in each of the period, see also claim_notification().

settlement_list

list; settlement delays for all claims that occurred in each of the period, see also claim_closure().

no_payments_list

list; number of partial payments for all claims that occurred in each of the period, see also claim_payment_no().

payment_size_list

(compound) list; sizes of partial payments (without inflation) for all claims that occurred in each of the period, see also claim_payment_size().

payment_delay_list

(compound) list; inter partial delays for all claims that occurred in each of the period, see also claim_payment_delay().

payment_time_list

(compound) list; payment times (on a continuous time scale) for all claims that occurred in each of the period, see also claim_payment_time().

payment_inflated_list

(compound) list; sizes of partial payments (with inflation) for all claims that occurred in each of the period, see also claim_payment_inflation().

See Also

  1. Claim occurrence: claim_frequency, claim_occurrence

  2. Claim size: claim_size

  3. Claim notification: claim_notification

  4. Claim closure: claim_closure

  5. Claim payment count: claim_payment_no

  6. Claim payment size (without inflation): claim_payment_size

  7. Claim payment time: claim_payment_delay, claim_payment_time

  8. Claim inflation: claim_payment_inflation

Examples

test_claims_object$frequency_vector

SynthETIC documentation built on Sept. 3, 2023, 5:06 p.m.