is_maturing#
- is_maturing(i)[source]#
Indicates if model points are maturing in step
i
.Returns a Series indexed with model point ID indicating whether each model point is maturing during the period from one day after
date_(i)
todate_(i+1)
byTrue
orFalse
.is_maturing()
is defined as:(duration_m(i) < policy_term() * 12) & (policy_term() * 12 <= duration_m(i+1))
See also