ifrs17sim is a project template for simulating IFRS17 financial statements on sample insurance contracts.
Files that are unique to this project are ifrs17sim
and
ifrs
.
Other files in this project are the same as those in nestedlife
.
Spaces in the dotted yellow line have the same structure as simplelife
model, so refer to simplelife
for more details about those spaces.
A live version of the Jupyter notebook below is available online, thanks to Binder.
Launch this sample now!
ifrs17sim |
The main module to build a simplelife model. |
ifrs |
Source module for IFRS17 CSM amortization simulation |
present_value |
Present Value mix-in modules |
build_input |
Module to create Input space and its child spaces from input data. |
lifetable |
Source module to create LifeTable space from. |
policy |
Source module to create Policy space from. |
assumption |
Source module to create Assumption space from. |
economic |
Source module to create Economic space from. |
projection |
Source module to create Projection space from. |