policies_renew {imaginator} | R Documentation |
Simulate policy renewal
Description
Given a policy data frame, this will construct renewal data frames. The number of policies which
renew is governed by the the Retention
parameter.
Usage
policies_renew(tbl_policy, retention)
Arguments
tbl_policy |
Data frame of policy data |
retention |
Scalar value greater than or equal to zero |
Value
A data frame, as follows:
- policy_effective_date
Date
- policy_expiration_date
Date
- exposure
double
- policyholder_id
integer
[Package imaginator version 1.0.0 Index]