test_claims_object {SynthETIC} | R 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
Claim occurrence:
claim_frequency
,claim_occurrence
Claim size:
claim_size
Claim notification:
claim_notification
Claim closure:
claim_closure
Claim payment count:
claim_payment_no
Claim payment size (without inflation):
claim_payment_size
Claim payment time:
claim_payment_delay
,claim_payment_time
Claim inflation:
claim_payment_inflation
Examples
test_claims_object$frequency_vector