premium_pp#
- premium_pp()[source]#
Monthly premium per policy
A Series of monthly premiums per policy for all the model points, calculated as:
np.around(sum_assured() * prem_rates, 2)
where the
prem_rates
is a Series of premium rates retrieved frompremium_table
.