pols_lapse#
- pols_lapse(i, j=None)[source]#
Number of lapse in step
iBy default, returns a Series each of whose elements represents the number of policies lapsed during step
ifor each model point. If ‘LAST’ is passed toj, only lapse before the next anniversary in stepiis counted. If ‘NEXT’ is passed toj, only lapse after the next anniversary is counted.- Parameters:
i – Step index
j (optional) –
None, ‘LAST’ or ‘NEXT’
See also