lifelib v0.3.0 (9 October 2021)#

This release introduces a new library and some updates. To update lifelib, execute the command:

>>> pip install lifelib --upgrade

New Library#

The savings library is introduced. The savings library is for modeling savings products, such as universal life, unit-linked, variable life and annuities. The library includes two models, CashValue_SE and CashValue_ME. The models project cashflows and account values of generic hypothetical savings products. See The savings Library page for details.

Fixes and Updates#