Project ifrs17sim

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.

Model Structure

Composition Structure

Spaces in the dotted yellow line have the same structure as simplelife model, so refer to simplelife for more details about those spaces.

blockdiag ifrs17sim OuterProj[PolicyID] Economic Assumption Policy LifeTable Input InnerProj[t0] PresentValue[t_rate]

Inheritance Structure

blockdiag IFRS BaseProj OuterProj InnerProj

Project Modules

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.