The PV Space#
Present values of the projected cashflows for a single traditional life policy.
This Space defines the Cells that discount the cashflows projected in
BaseProj back to time 0. It is one of the
base Spaces inherited by Projection.
Each present-value cell is defined recursively in t: the recursion
terminates at t > proj_len() by returning 0, where
proj_len() is the projection
length for the selected policy. Discounting uses the
disc_rate_mth() cell that resolves
to disc_rate_mth() for the
selected scenario.
Cells Summary#
Expenses and Commissions#
Present value of acquisition, maintenance and total expenses and of commissions.
|
Present value of acquisition expenses |
Present value of commission expenses |
|
Present value of maintenance expenses |
|
|
Present value of total expenses |
Net Cashflow#
Present value of the net liability cashflow and the interest accreted on it.
|
Present value of net cashflow |
Interest accreted on pv of net cashflows |
Validation#
An alternative recursive net-cashflow present value and the check
that it agrees with pv_net_cf().
Present value of net cashflow computed recursively for validation. |
|
|
Difference between |
Exposure#
Present value of the insurance in force.
Present value of insurance in-force |
Cells Descriptions#
Present value of premium income
- pv_net_cf_for_check(t)[source]#
Present value of net cashflow computed recursively for validation.
An alternative recursive definition of
pv_net_cf()used bypv_check()to verify that the closed-form sum and the recursion agree.
- pv_check(t)[source]#
Difference between
pv_net_cf()andpv_net_cf_for_check().Used as a numerical sanity check; should be zero (within floating point error) at every
t.