policies_renew: Simulate policy renewal

Description Usage Arguments Value

View source: R/SimulatePolicies.R

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

1
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


imaginator documentation built on Jan. 27, 2022, 9:06 a.m.