ifrs17sim¶
The main module to build a simplelife model.
This module contains only one function build()
,
which creates a model from source modules and return it.
If this module is run as a script, the build()
function is called
and the created model is available as model
global variable.
Functions
|
Adjustment to the outer discount rates |
Discount rates for the inner projection |
|
|
Discount rates for the outer projection |
Intrest on accumulated cashflows |
|
Intrest on accumulated cashflows |
|
Number of policies: End of period |
|
|
Number of policies: Surrender |
Surrender rate multiple for the inner projection (Default: 1) |
|
Surrender rate multiple for the outer projection (Default: 1) |
|
|
Build a model and return it. |
-
build
(load_saved=False)[source]¶ Build a model and return it.
Read input data from input.xlsx, create Input space and its subspace and cells and populate them with the data.
- Parameters
load_saved – If
True
, input data is read from ifrs17sim.mx file instead of input.xlsx, which is saved whenbuild_input
is executed last time. Defaults toFalse