sim_data | R Documentation |
Simulated data for a theoretical deferred annuity product with an optional guaranteed income rider. This data is theoretical only and does not represent the experience on any specific product.
census_dat
withdrawals
account_vals
Three data frames containing census records (census_dat
),
withdrawal transactions (withdrawals
), and historical account values
(account_vals
).
An object of class tbl_df
(inherits from tbl
, data.frame
) with 20000 rows and 11 columns.
An object of class tbl_df
(inherits from tbl
, data.frame
) with 160130 rows and 4 columns.
An object of class tbl_df
(inherits from tbl
, data.frame
) with 141252 rows and 3 columns.
census_dat
)Policy number
Policy status: Active, Surrender, or Death
Issue date
Indicates whether the policy was issued with an income guarantee
Indicates whether the policy was purchased with tax-qualified funds
Issue age
Product: a, b, or c
M (Male) or F (Female)
Age that withdrawals commence
Single premium deposit
Termination date upon death or surrender
withdrawals
)Policy number
Withdrawal transaction date
Withdrawal transaction type, either Base or Rider
Withdrawal transaction amount
account_vals
)Policy number
Policy anniversary date (beginning of year)
Account value on the policy anniversary date
census_dat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.