The BaseProj Space#
Core annual cashflow projection logic for a single traditional life policy.
This Space defines the period-by-period Cells that project policy
decrement, benefits, premiums, commissions, expenses, investment
income, reserves and the resulting net cashflow and profit for one
model point. It is the base Space inherited by
Projection, which parameterizes these
Cells by policy and scenario.
Parameters and References#
The following references are defined in this Space and inherited by
Projection. The integer idx from the
enclosing Projection ItemSpace is used to
index into the per-policy NumPy arrays returned by pol and
asmp.
- pol#
Alias for
PolicyAttrs.
- asmp#
Alias for
Assumptions.
Cells Summary#
Projection Parameters#
Parameters that define the scope of the projection for the selected policy, such as its length and the attained age.
Assumptions#
Cells that retrieve or derive the actuarial and economic assumptions applied to the selected policy: mortality, lapse, premium and reserve rates, surrender charge, inflation and discounting.
|
Base mortality rate at age |
|
Mortality factor |
|
Surrender Rate |
Gross Premium Rate per Sum Assured per payment |
|
Annualized Premium Rate per Sum Assured |
|
|
Net Premium Rate |
|
Net level premium reserve rate |
Cash Value Rate per Sum Assured |
|
|
Surrender Charge Rate per Sum Assured |
Inflation factor at time |
|
Discount rate at time |
Policy Decrement#
The number of in-force policies and the movements (new business,
death, surrender, maturity and rider exposures) that change it over
the projection. Cells whose names start with pols_ deal with
numbers of policies.
|
Number of policies: New business |
|
Number of policies: Renewal policies |
|
Number of policies: Beginning of period |
|
Number of policies: Beginning of period 1 |
|
Number of policies: End of period |
Number of policies: After maturity |
|
|
Number of policies: Death |
|
Number of policies: Surrender |
Number of policies: Maturity |
|
|
Number of policies: Annuity |
|
Number of policies: Living benefits |
Number of policies: Accidental death |
|
Number of policies: Accidental Hospitalization |
|
Number of policies: Sickness Hospitalization |
|
|
Number of policies: Surgery |
|
Number of policies: Other benefits |
Policy Values#
The sum assured for the selected policy and the insurance in force at the beginning and the end of the period.
|
Sum assured per policy at time |
Insurance in-force: Beginning of period 1 |
|
|
Insurance in-force: End of period |
Claims#
Aggregate benefit cashflows by cause, each shown together with its
per-policy amount. Cells whose names start with claims_ represent
benefit cashflows for the period from t to t+1, and those
ending with _pp are the corresponding benefit per policy.
|
Total benefits |
|
Death benefits |
Death benefit per policy |
|
|
Maturity benefits |
Maturity benefit per policy |
|
|
Surrender benefits |
Surrender benefit per policy |
|
|
Annuity benefits |
Annuity benefit per policy |
|
Accidental death benefits |
|
Accidental death benefit per policy |
|
Accidental hospitalization benefits |
|
Accidental hospitalization benefit per policy |
|
Sickness hospitalization benefits |
|
Sickness hospitalization benefit per policy |
|
|
Surgery benefits |
Surgery benefit per policy |
|
Living benefits |
|
Living benefit per policy |
|
|
Other benefits |
Other benefit per policy |
Investment Income#
Investment income earned on accumulated funds, with the corresponding per-policy amount.
Warning
Investment income depends on reserve balances that are not yet fully implemented (see the warning in the Reserves subsection); the values produced are provisional and subject to change.
|
Investment income |
Investment Income per policy from t to t+1 |
Commissions and Expenses#
Acquisition, maintenance and other expense cashflows together with
initial and renewal commissions, each with its per-policy amount.
Cells whose names start with exps_ represent expense cashflows.
|
Total expenses |
|
Acquisition expenses |
Commissions and acquisition expenses |
|
Acquisition expense per policy at time t |
|
|
Maintenance expenses |
Total maintenance expenses including other expenses |
|
Maintenance expense per policy at time t |
|
|
Other expenses |
Other expenses per policy at time t |
|
|
Commissions Total |
Initial commissions |
|
Initial commission per policy at time t |
|
Renewal commissions |
|
Renewal commission per policy at time t |
Reserves#
End-of-period reserve balances, their per-policy and after-maturity components, and the change in reserve over the period.
Warning
Reserve calculations are not yet fully implemented. The hospitalization reserve and the unearned premium reserve currently return placeholder zeros and are to be implemented.
Premium reserve: End of period |
|
Premium reserve per policy: End of period |
|
Premium reserve per policy: After maturity |
|
Unearned Premium: End of period |
|
Unearned reserve per policy: End of period |
|
Unearned premium: After maturity |
|
Hospitalization reserve: End of period |
|
Total reserve: End of period |
|
Total reserve per policy: After maturity |
|
|
Change in reserve |
Net Cashflows#
The net liability cashflow and the accumulated cashflows with interest.
|
Net liability cashflow |
|
Accumulated cashflows |
|
Interest on accumulated cashflows |
Profits#
Profit before tax for the period.
Warning
Profit before tax depends on the change in reserves, which is not yet fully implemented (see the warning in the Reserves subsection); the values produced are provisional and subject to change.
Profit before Tax |
Cells Descriptions#
- proj_len()[source]#
Projection length in years for the selected policy.
The projection ends at whichever comes first: the age at which base mortality reaches 1 (returned by
last_mort_age()), or the end of the policy term.
- last_mort_age()[source]#
Age at which the base mortality rate reaches 1 for this policy.
Refers to
last_mort_age()for the selected policy.
- inflation_factor(t)[source]#
Inflation factor at time
tused to adjust expense cashflows.Compounded from
inflation_rate()starting frominflation_factor(0) = 1.
- disc_rate_mth(t)[source]#
Discount rate at time
t.Refers to
Economic[scen_id].disc_rate_mth.
Premium income
Premium income per policy from t to t+1