check_pay_count¶
- check_pay_count()[source]¶
Check
pay_count()
.Return
True
if, for all model points, the sum of the numbers of past and future premium payments equates topayment_term()
timespayment_freq()
. Th numbers of future payments are calculated by summingpay_count()
for alli
from 0 tomax_proj_len()
- 1. The numbers of past payments are calculated fromduration_m(0)
,payment_freq()
andpayment_term()
.