is_active¶
- is_active(i)[source]¶
Indicates if model points are active.
Returns a Series indexed with model point ID indicating whether each model point is active at
date_(i)
byTrue
orFalse
. A model point is active if it has been issued but not expired.is_active()
is defined as:(0 <= duration_m(i)) & (duration_m(i) < policy_term() * 12)
See also