pay_count#

pay_count(i, j=None)[source]#

Number of premium payments in step i

The number of premium payments in step i (from 1 day after date_(i) to date_(i+1)). If ‘LAST’ is passed to j, only the payments in step i during the last policy period (the year that the policy is in at date_(i)) is counted. If ‘NEXT’ is passed to j, only the payments in step i after the next policy anniversary is counted.

Parameters:
  • i – Step index

  • j (optional) – None (default), ‘LAST’ or ‘NEXT’