What’s New

Warning

lifelib and modelx are in their early alpha-release stage, and their specifications are subject to changes without consideration on backward compatibility. The source files of you models may need to be modified manually, if there are updates that break backward compatibility in newer versions of modelx.

Likewise, model files saved with one version may not load with a newer version. When updating modelx to a newer version, make sure you rebuild model files saved using older versions of modelx from their source code.

Updates

Releases

v0.0.8 (17 June 2018)

  • Naming Convention is introduced, and most source functions and some space and modules are renamed to be consistent with the naming convention and to improve readability.
  • The source code of gallery examples is updated, and it’s shorter, cleaner and more readable, thanks to the introduction of space.cells[varnames].to_frame(args) expression.

v0.0.7 (3 June 2018)

  • Replace present value cells in projection with those in present_value.
  • Add cells to draw IFRS17 P&L in ifrs.
  • Add draw_waterfall function in draw_charts module.
  • Add a Jupyter notebook and gallery sample for IFRS waterfall chart.
  • Add a Jupyter notebook for CSM waterfal chart.
  • Update IFRS charts in the gallery of examples.

v0.0.6 (7 May 2018)

  • Product defined in the table in PolicyData tab in input.xlsm are now strings (TERM, WL, ENDW) instead of integer IDs (1, 2, 3).
  • The assumption data is updated so that the selected sample policies become profitable. The default scenario number is changed from 3 to 1.
  • Removed redundant local variables in cells in assumption.
  • Fixed a bug in the formula of ExpsMaintSA().
  • Input loading messages are now output to the standard error.
  • build_input() now saves models as their template names.
  • New project template Project ifrs17sim and its examples are added.
  • Insuranc in-force cells and present value cells are added in projection module.
  • new_space_from_module methods are replaced with import_module.