next_anniversary#
- next_anniversary(i, freq_id='ANV')[source]#
Nex anniversary dates
Returns a Series of the next anniversary dates for all the model points.
When the second parameter
freq_id
is ommitted or takes the default value of ‘ANV’, the next anniversary date for each model point is calculated as the first policy anniversary date that comes afterdate_(i)
.When
freq_id
is ‘PREM’, returns the next payment date afterdate_(i)
, based on the premium payment cycle calculated frompayment_freq()
andissue_date()
.See also