pols_if_pay¶
- pols_if_pay(i, j)[source]¶
Number of policies in-force for premium payment
Returns a Series each of whose elements represents the number of policies in-force adjusted for
payment_lag()
. If ‘LAST’ is passed toj
, returns the number of in-force policies atpayment_lag(i, 'LAST')
months pastdate_(i)
.If ‘NEXT’ is passed to
j
, returns the number of in-force policies atpayment_lag(i, 'NEXT')
months pastnext_anniversary(i)
.See also