lifelib v0.9.1 (8 July 2023)#

This release adds a new notebook, Outputting Financial Performance in the ifrs17a library, and fixes some bugs.

To update lifelib, run the following command:

>>> pip install lifelib --upgrade

If you’re using Anaconda, use the conda command instead:

>>> conda update lifelib

Updates in ifrs17a#

  • A new notebook, Outputting Financial Performance is added.

  • A new column, PnlType is added to the AocType table in Dimension.xlsx

  • IfrsDatabase.Query now optionally takes a boolean parameter as_df to indicate whether to return the query result as a DataFrame.

  • Fixed multiplier in ImportScopeCalculation.py.