Session Ready
Exercise

Immediate vs due

As a follow-up assignment Cynthia's supervisor asks her to figure out how to adjust the script for an immediate life annuity in which the payments start after one year.

The Belgian 1999 female life table is preloaded as life_table and the solution code from the previous exercise is given as a starting point. Type life_annuity_due to the console if you want to recall the function definition.

Instructions
100 XP
  • Based on the life_annuity_due() function, write a new function life_immediate_annuity() which computes the EPV of a whole life immediate annuity. Since there is no benefit paid at time 0 for an immediate annuity, both kpx and discount_factors should be defined from time 1.
  • Compute the EPV of a whole life immediate annuity for (20) at a constant interest rate of 2% using life_table. Verify that the result is 1 EUR lower than for the annuity due.