is_wl¶
- is_wl()[source]¶
- Whether the model point is whole life - Trueif the model point is whole life,- Falseif other wise. By default, the value is read from the- is_wlcolumn in- model_point(). This attribute is used to determin- policy_term(). If- True,- policy_term()is defined as- mort_table_last_age()minus- age_at_entry(). If- False,- policy_term()is read from- model_point().- See also