diff --git a/ifrs17-template/Constants/CalculationEngine.ipynb b/ifrs17-template/Constants/CalculationEngine.ipynb
index d72611fb..b03048c8 100644
--- a/ifrs17-template/Constants/CalculationEngine.ipynb
+++ b/ifrs17-template/Constants/CalculationEngine.ipynb
@@ -20,7 +20,7 @@
"cell_type": "code",
"source": [
"var projectName = \"ifrs17\";",
- "\nvar environmentName = \"v1.1.1\";",
+ "\nvar environmentName = \"v1.2.0\";",
"\nvar notebookName = \"CalculationEngine\";",
"\nvar calculationEngine = $\"#!import \\\"//{projectName}/{environmentName}/{notebookName}\\\"\";"
],
diff --git a/ifrs17-template/Export/MapTemplate.ipynb b/ifrs17-template/Export/MapTemplate.ipynb
index a67b3b81..f3f04f63 100644
--- a/ifrs17-template/Export/MapTemplate.ipynb
+++ b/ifrs17-template/Export/MapTemplate.ipynb
@@ -110,7 +110,7 @@
"source": [
"# Map Template: Data Node",
"\n",
- "\n[DataNodes](https://portal.systemorph.cloud/project/ifrs17/env/v1.1.1/DataModel/DataStructure#data-node) defines the properties of [Portfolios](https://portal.systemorph.cloud/project/ifrs17/env/v1.1.1/DataModel/DataStructure#portfolios) and [Group of Contracts](https://portal.systemorph.cloud/project/ifrs17/env/v1.1.1/DataModel/DataStructure#group-of-contracts)."
+ "\n[DataNodes](https://portal.systemorph.cloud/project/ifrs17/env/v1.2.0/DataModel/DataStructure#data-node) defines the properties of [Portfolios](https://portal.systemorph.cloud/project/ifrs17/env/v1.2.0/DataModel/DataStructure#portfolios) and [Group of Contracts](https://portal.systemorph.cloud/project/ifrs17/env/v1.2.0/DataModel/DataStructure#group-of-contracts)."
],
"metadata": {},
"execution_count": 0,
@@ -166,7 +166,7 @@
"source": [
"# Map Template: Data Node State",
"\n",
- "\n[Data Node State](https://portal.systemorph.cloud/project/ifrs17/env/v1.1.1/DataModel/DataStructure#data-node-state) defines whether the instance is active (used in import/output) or inactive (present in the DataSource but not used in input/output operations)."
+ "\n[Data Node State](https://portal.systemorph.cloud/project/ifrs17/env/v1.2.0/DataModel/DataStructure#data-node-state) defines whether the instance is active (used in import/output) or inactive (present in the DataSource but not used in input/output operations)."
],
"metadata": {},
"execution_count": 0,
@@ -252,7 +252,7 @@
"source": [
"# Map Template: Data Node Parameter",
"\n",
- "\n[Data Node Parameters](https://portal.systemorph.cloud/project/ifrs17/env/v1.1.1/DataModel/DataStructure#data-node-parameters) are defined at the Group of Contract level and are used during the import calculation. "
+ "\n[Data Node Parameters](https://portal.systemorph.cloud/project/ifrs17/env/v1.2.0/DataModel/DataStructure#data-node-parameters) are defined at the Group of Contract level and are used during the import calculation. "
],
"metadata": {},
"execution_count": 0,
diff --git a/ifrs17-template/Import/CloseImportTemplate.ipynb b/ifrs17-template/Import/CloseImportTemplate.ipynb
index f1a2bded..92d5cc1f 100644
--- a/ifrs17-template/Import/CloseImportTemplate.ipynb
+++ b/ifrs17-template/Import/CloseImportTemplate.ipynb
@@ -39,7 +39,7 @@
"source": [
"All imports are triggered via the Import command. Several options can be fluently appended to customize the import action:",
"\n- FromFile() : accepts a string as input (eg. \"../Files/TransactionalData/Openings_CH_2020_12.csv\"). It corresponds the file to be imported complete with the path",
- "\n- WithFormat() : accepts a string as input (eg. \"Cashflow\" or \"Actual\"). It is used to trigger the desired import logic for the current file. Full list of avalaible ImportFormats can be found [here](https://portal.systemorph.cloud/project/ifrs17/env/v1.1.1/Constants/Consts#import-formats)",
+ "\n- WithFormat() : accepts a string as input (eg. \"Cashflow\" or \"Actual\"). It is used to trigger the desired import logic for the current file. Full list of avalaible ImportFormats can be found [here](https://portal.systemorph.cloud/project/ifrs17/env/v1.2.0/Constants/Consts#import-formats)",
"\n- WithFileStorage() : defined the drive from where the input files is retrieved. In this example we use the project file storage (new files have to be uploaded into the project), other options are SharePoint and OneDrive. ",
"\n- WithTarget() : target drive where the results are stored. In this example we use our in-memory set up",
"\n"
@@ -89,9 +89,9 @@
"\nNew Data Nodes and Parameters are imported here.",
"\n
To easily generate these files, please refer to the **Map Template** files exported [here](../Export/MapTemplate). Edit them at your wish and import them back into the solution through the following cells. ",
"\n
For the **ImportFormat**, the following options are expected:",
- "\n- ImportFormats.DataNode : [Portfolios](https://portal.systemorph.cloud/project/ifrs17/env/v1.1.1/DataModel/DataStructure#portfolios) and [Group of Contracts](https://portal.systemorph.cloud/project/ifrs17/env/v1.1.1/DataModel/DataStructure#group-of-contracts)",
- "\n- ImportFormats.DataNodeState : the [state of a data node](https://portal.systemorph.cloud/project/ifrs17/env/v1.1.1/DataModel/DataStructure#data-node-state) can be either active or inactive.",
- "\n- ImportFormats.DataNodeParameter : parameters are described [here](https://portal.systemorph.cloud/project/ifrs17/env/v1.1.1/DataModel/DataStructure#data-node-parameters). For **Group of Insurance Contracts** a default [Premium Allocation factor](https://portal.systemorph.cloud/project/ifrs17/env/v1.1.1/Import/ImportScopeCalculation#experience-adjustment-on-premium) of 1 is applied if the parameter is not imported.",
+ "\n- ImportFormats.DataNode : [Portfolios](https://portal.systemorph.cloud/project/ifrs17/env/v1.2.0/DataModel/DataStructure#portfolios) and [Group of Contracts](https://portal.systemorph.cloud/project/ifrs17/env/v1.2.0/DataModel/DataStructure#group-of-contracts)",
+ "\n- ImportFormats.DataNodeState : the [state of a data node](https://portal.systemorph.cloud/project/ifrs17/env/v1.2.0/DataModel/DataStructure#data-node-state) can be either active or inactive.",
+ "\n- ImportFormats.DataNodeParameter : parameters are described [here](https://portal.systemorph.cloud/project/ifrs17/env/v1.2.0/DataModel/DataStructure#data-node-parameters). For **Group of Insurance Contracts** a default [Premium Allocation factor](https://portal.systemorph.cloud/project/ifrs17/env/v1.2.0/Import/ImportScopeCalculation#experience-adjustment-on-premium) of 1 is applied if the parameter is not imported.",
"\n"
],
"metadata": {},
diff --git a/ifrs17-template/InputFormatDescription.ipynb b/ifrs17-template/InputFormatDescription.ipynb
index c3b73c7e..ba37efad 100644
--- a/ifrs17-template/InputFormatDescription.ipynb
+++ b/ifrs17-template/InputFormatDescription.ipynb
@@ -38,17 +38,17 @@
"source": [
"A cash flow file is named **NominalCashflows** *\\_* *\\_* *\\_* and is composed of two sections: **Main** and **Cashflow**.",
"\n",
- "\nThe **Main** section contains information such as: Reporting Node, Year, Month and Scenario for which the data is being imported. This information is used to define the [partition](https://portal.systemorph.cloud/project/ifrs17/env/v1.1.1/DataModel/DataStructure#partitions) to which the data belongs.",
+ "\nThe **Main** section contains information such as: Reporting Node, Year, Month and Scenario for which the data is being imported. This information is used to define the [partition](https://portal.systemorph.cloud/project/ifrs17/env/v1.2.0/DataModel/DataStructure#partitions) to which the data belongs.",
"\n",
"\nThe **Cashflow** section contains the cash flow data. Several pieces of information are required to characterize a cash flow correctly:",
- "\n- [DataNode](https://portal.systemorph.cloud/project/ifrs17/env/v1.1.1/DataModel/DataStructure#group-of-contracts) : lowest granularity of the Data Node, it is entered with its SystemName,",
- "\n- [AmountType](https://portal.systemorph.cloud/project/ifrs17/env/v1.1.1/DataModel/DataStructure#amount-type) : entered with its SystemName,",
- "\n- [EstimateType](https://portal.systemorph.cloud/project/ifrs17/env/v1.1.1/DataModel/DataStructure#estimate-type) : entered with its SystemName,",
- "\n- [AocType](https://portal.systemorph.cloud/project/ifrs17/env/v1.1.1/DataModel/DataStructure#aoc-type) : entered with its SystemName,",
- "\n- [Novelty](https://portal.systemorph.cloud/project/ifrs17/env/v1.1.1/DataModel/DataStructure#novelty) : entered with its SystemName,",
+ "\n- [DataNode](https://portal.systemorph.cloud/project/ifrs17/env/v1.2.0/DataModel/DataStructure#group-of-contracts) : lowest granularity of the Data Node, it is entered with its SystemName,",
+ "\n- [AmountType](https://portal.systemorph.cloud/project/ifrs17/env/v1.2.0/DataModel/DataStructure#amount-type) : entered with its SystemName,",
+ "\n- [EstimateType](https://portal.systemorph.cloud/project/ifrs17/env/v1.2.0/DataModel/DataStructure#estimate-type) : entered with its SystemName,",
+ "\n- [AocType](https://portal.systemorph.cloud/project/ifrs17/env/v1.2.0/DataModel/DataStructure#aoc-type) : entered with its SystemName,",
+ "\n- [Novelty](https://portal.systemorph.cloud/project/ifrs17/env/v1.2.0/DataModel/DataStructure#novelty) : entered with its SystemName,",
"\n- AccidentYear : relevant for Data Node with Liability Type: Liability for Incurred Claims.",
"\n",
- "\nAll valid combinations of AocType and Novelty can be found in [AocConfiguration](https://portal.systemorph.cloud/project/ifrs17/env/v1.1.1/DataModel/DataStructure#aoc-configuration) with DataType Optional or Mandatory.",
+ "\nAll valid combinations of AocType and Novelty can be found in [AocConfiguration](https://portal.systemorph.cloud/project/ifrs17/env/v1.2.0/DataModel/DataStructure#aoc-configuration) with DataType Optional or Mandatory.",
"\n
The cash flow is entered in the columns named ValuesN where N goes from 0 to the length of cash flow. The Value0 corresponds to January of the Year entered in the **Main** section for every combination of AocType and Novelty. "
],
"metadata": {},
@@ -73,13 +73,13 @@
"source": [
"An Actuals file is named **Actuals** *\\_* *\\_* *\\_* and is composed of two sections: **Main** and **Actual**.",
"\n",
- "\nThe **Main** section contains information such as: Reporting Node, Year, Month for which the data is being imported. This information is used to define the [partition](https://portal.systemorph.cloud/project/ifrs17/env/v1.1.1/DataModel/DataStructure#partition) to which the data belong.",
+ "\nThe **Main** section contains information such as: Reporting Node, Year, Month for which the data is being imported. This information is used to define the [partition](https://portal.systemorph.cloud/project/ifrs17/env/v1.2.0/DataModel/DataStructure#partition) to which the data belong.",
"\n",
"\nThe **Actual** section contains the actuals data. Several pieces of information are required to to characterize an Actuals amount correctly:",
- "\n- [DataNode](https://portal.systemorph.cloud/project/ifrs17/env/v1.1.1/DataModel/DataStructure#group-of-contracts) : lowest granularity of the Data Node, it is entered with its SystemName,",
- "\n- [AocType](https://portal.systemorph.cloud/project/ifrs17/env/v1.1.1/DataModel/DataStructure#aoc-type) : entered with its SystemName,",
- "\n- [AmountType](https://portal.systemorph.cloud/project/ifrs17/env/v1.1.1/DataModel/DataStructure#amount-type) : entered with its SystemName,",
- "\n- [EstimateType](https://portal.systemorph.cloud/project/ifrs17/env/v1.1.1/DataModel/DataStructure#estimate-type) : entered with its SystemName,",
+ "\n- [DataNode](https://portal.systemorph.cloud/project/ifrs17/env/v1.2.0/DataModel/DataStructure#group-of-contracts) : lowest granularity of the Data Node, it is entered with its SystemName,",
+ "\n- [AocType](https://portal.systemorph.cloud/project/ifrs17/env/v1.2.0/DataModel/DataStructure#aoc-type) : entered with its SystemName,",
+ "\n- [AmountType](https://portal.systemorph.cloud/project/ifrs17/env/v1.2.0/DataModel/DataStructure#amount-type) : entered with its SystemName,",
+ "\n- [EstimateType](https://portal.systemorph.cloud/project/ifrs17/env/v1.2.0/DataModel/DataStructure#estimate-type) : entered with its SystemName,",
"\n- AccidentYear : relevant for Data Node with Liability Type: Liability for Incurred Claims."
],
"metadata": {},
@@ -104,12 +104,12 @@
"source": [
"An Openings file is named **Openings** *\\_* *\\_* *\\_* and is composed of two sections: **Main** and **Opening**. In an AoC for one period, we only need one file with the year/month combination of the beginning of the period. Some GICs do not need any entries in Openings.",
"\n",
- "\nThe **Main** section contains information such as: Reporting Node, Year, Month for which the data is being imported. This information is used to define the [partition](https://portal.systemorph.cloud/project/ifrs17/env/v1.1.1/DataModel/DataStructure#partition) to which the data belong.",
+ "\nThe **Main** section contains information such as: Reporting Node, Year, Month for which the data is being imported. This information is used to define the [partition](https://portal.systemorph.cloud/project/ifrs17/env/v1.2.0/DataModel/DataStructure#partition) to which the data belong.",
"\n",
"\nThe **Opening** section contains values at opening of an analysis. Several pieces of information are required to to characterize an Opening amount correctly:",
- "\n- [DataNode](https://portal.systemorph.cloud/project/ifrs17/env/v1.1.1/DataModel/DataStructure#group-of-contracts) : lowest granularity of the Data Node, it is entered with its SystemName,",
- "\n- [AmountType](https://portal.systemorph.cloud/project/ifrs17/env/v1.1.1/DataModel/DataStructure#amount-type) : entered with its SystemName,",
- "\n- [EstimateType](https://portal.systemorph.cloud/project/ifrs17/env/v1.1.1/DataModel/DataStructure#estimate-type) : entered with its SystemName,",
+ "\n- [DataNode](https://portal.systemorph.cloud/project/ifrs17/env/v1.2.0/DataModel/DataStructure#group-of-contracts) : lowest granularity of the Data Node, it is entered with its SystemName,",
+ "\n- [AmountType](https://portal.systemorph.cloud/project/ifrs17/env/v1.2.0/DataModel/DataStructure#amount-type) : entered with its SystemName,",
+ "\n- [EstimateType](https://portal.systemorph.cloud/project/ifrs17/env/v1.2.0/DataModel/DataStructure#estimate-type) : entered with its SystemName,",
"\n- AccidentYear : relevant for Data Node with Liability Type: Liability for Incurred Claims."
],
"metadata": {},
diff --git a/ifrs17-template/Report/ParameterReports.ipynb b/ifrs17-template/Report/ParameterReports.ipynb
index acf6f761..d89cd3a0 100644
--- a/ifrs17-template/Report/ParameterReports.ipynb
+++ b/ifrs17-template/Report/ParameterReports.ipynb
@@ -102,7 +102,7 @@
"# Retrieve data ",
"\n",
"\nThe parameters used for calculation of the provided period are here retrieved through queries.",
- "\nThe queries and the data model of the reported objects can be foud in the [ParameterReportQueries](https://portal.systemorph.cloud/project/ifrs17/env/v1.1.1/Report/ParameterReportsQueries#queries)"
+ "\nThe queries and the data model of the reported objects can be foud in the [ParameterReportQueries](https://portal.systemorph.cloud/project/ifrs17/env/v1.2.0/Report/ParameterReportsQueries#queries)"
],
"metadata": {},
"execution_count": 0,
@@ -184,7 +184,7 @@
"cell_type": "markdown",
"source": [
"## Data node",
- "\nProperties of the Group of Contracts and corresponding Portfolios are merged to provide a full description of the [Data Node](https://portal.systemorph.cloud/project/ifrs17/env/v1.1.1/DataModel/DataStructureDataStructure#data-node)"
+ "\nProperties of the Group of Contracts and corresponding Portfolios are merged to provide a full description of the [Data Node](https://portal.systemorph.cloud/project/ifrs17/env/v1.2.0/DataModel/DataStructureDataStructure#data-node)"
],
"metadata": {},
"execution_count": 0,
@@ -208,7 +208,7 @@
"source": [
"## Data node state",
"\n",
- "\nCurrent and previous period [data node state](https://portal.systemorph.cloud/project/ifrs17/env/v1.1.1/DataModel/DataStructure#data-node-state)."
+ "\nCurrent and previous period [data node state](https://portal.systemorph.cloud/project/ifrs17/env/v1.2.0/DataModel/DataStructure#data-node-state)."
],
"metadata": {},
"execution_count": 0,
@@ -233,7 +233,7 @@
"cell_type": "markdown",
"source": [
"## Yield curve",
- "\n[Yield Curve](https://portal.systemorph.cloud/project/ifrs17/env/v1.1.1/DataModel/DataStructure#yield-curve) used for locked-in discounting and current rating discouning (curret period and previous period) are shown."
+ "\n[Yield Curve](https://portal.systemorph.cloud/project/ifrs17/env/v1.2.0/DataModel/DataStructure#yield-curve) used for locked-in discounting and current rating discouning (curret period and previous period) are shown."
],
"metadata": {},
"execution_count": 0,
@@ -257,7 +257,7 @@
"cell_type": "markdown",
"source": [
"## Single data node parameter",
- "\n[Single data node parameters](https://portal.systemorph.cloud/project/ifrs17/env/v1.1.1/DataModel/DataStructure#data-node-parameters) for current and previous period. "
+ "\n[Single data node parameters](https://portal.systemorph.cloud/project/ifrs17/env/v1.2.0/DataModel/DataStructure#data-node-parameters) for current and previous period. "
],
"metadata": {},
"execution_count": 0,
@@ -281,7 +281,7 @@
"cell_type": "markdown",
"source": [
"## Inter data node parameter",
- "\n[Inter data node parameters](https://portal.systemorph.cloud/project/ifrs17/env/v1.1.1/DataModel/DataStructure#data-node-parameters) for current and previous period. "
+ "\n[Inter data node parameters](https://portal.systemorph.cloud/project/ifrs17/env/v1.2.0/DataModel/DataStructure#data-node-parameters) for current and previous period. "
],
"metadata": {},
"execution_count": 0,
@@ -305,7 +305,7 @@
"cell_type": "markdown",
"source": [
"## Partner ratings",
- "\n[Partner ratings](https://portal.systemorph.cloud/project/ifrs17/env/v1.1.1/DataModel/DataStructure#partner-rating) for current and previous period."
+ "\n[Partner ratings](https://portal.systemorph.cloud/project/ifrs17/env/v1.2.0/DataModel/DataStructure#partner-rating) for current and previous period."
],
"metadata": {},
"execution_count": 0,
@@ -329,7 +329,7 @@
"cell_type": "markdown",
"source": [
"## Partner default rates",
- "\n[Partner default rates](https://portal.systemorph.cloud/project/ifrs17/env/v1.1.1/DataModel/DataStructure#credit-default-rate) for current and previous period."
+ "\n[Partner default rates](https://portal.systemorph.cloud/project/ifrs17/env/v1.2.0/DataModel/DataStructure#credit-default-rate) for current and previous period."
],
"metadata": {},
"execution_count": 0,
diff --git a/ifrs17-template/Report/Reports.ipynb b/ifrs17-template/Report/Reports.ipynb
index c195e876..b9dc29aa 100644
--- a/ifrs17-template/Report/Reports.ipynb
+++ b/ifrs17-template/Report/Reports.ipynb
@@ -79,7 +79,7 @@
"source": [
"# Best Estimate",
"\n",
- "\nPresent values of the [best-estimate](https://portal.systemorph.cloud/project/ifrs17/env/v1.1.1/Report/ReportScopes#best-estimate) future cash flows are shown here in an Analysis of Change report.",
+ "\nPresent values of the [best-estimate](https://portal.systemorph.cloud/project/ifrs17/env/v1.2.0/Report/ReportScopes#best-estimate) future cash flows are shown here in an Analysis of Change report.",
"\n",
"\nThe granularity of the reported figures can be modified by changing the Column Slices options.",
"\nFor example one can add \"GroupOfContract\" to separate the contributions of the individual Group of Contracts.",
@@ -110,7 +110,7 @@
"source": [
"# Risk Adjustment",
"\n",
- "\nPresent values of the [risk adjustment](https://portal.systemorph.cloud/project/ifrs17/env/v1.1.1/Report/ReportScopes#risk-adjustment) future cash flows are shown here.",
+ "\nPresent values of the [risk adjustment](https://portal.systemorph.cloud/project/ifrs17/env/v1.2.0/Report/ReportScopes#risk-adjustment) future cash flows are shown here.",
"\n",
"\nThe additional ColumnSlices are added to the view as the inner column. This can dicrease the readability of the report. For example, adding the slice by \"GroupOfContract\" leaves the lock-in and current rate contributions far apart and difficult to compare. The re-order of default slices with custom slices is achieved by esplicitly add the default slice among the custom slices. In our case, you can try entering both \"GroupOfContract\" and \"EconomicBasis\" separated by a comma in the ColumnSlices."
],
@@ -137,7 +137,7 @@
"source": [
"# Written Actuals",
"\n",
- "\n[Written Actuals](https://portal.systemorph.cloud/project/ifrs17/env/v1.1.1/Report/ReportScopes#written-accrual-deferral) are shown here. ",
+ "\n[Written Actuals](https://portal.systemorph.cloud/project/ifrs17/env/v1.2.0/Report/ReportScopes#written-accrual-deferral) are shown here. ",
"\n",
"\nIn this case, the analysis of change view is replaced with a default slice by the **AmountTypes**. Only the amount type with non zero value are displayed. ",
"\n
Filters can be applied to reports in order to isolate a sub-set of the data. They are specified by the name of the dimension to filter and the system name of the desired value. For example, to investigate the contribution of a single Group of Contract the following filter can be applied: new [] {(\"GroupOfContract\", \"DT1.1\")}."
@@ -165,8 +165,8 @@
"source": [
"## Advance, Overdue Actuals",
"\n",
- "\nActuals payed in [Advance](https://portal.systemorph.cloud/project/ifrs17/env/v1.1.1/Report/ReportScopes#written-accrual-deferral)",
- "\nor [Overdue](https://portal.systemorph.cloud/project/ifrs17/env/v1.1.1/Report/ReportScopes#written-accrual-deferral) are shown here together in a simplified Analysis of Change. ",
+ "\nActuals payed in [Advance](https://portal.systemorph.cloud/project/ifrs17/env/v1.2.0/Report/ReportScopes#written-accrual-deferral)",
+ "\nor [Overdue](https://portal.systemorph.cloud/project/ifrs17/env/v1.2.0/Report/ReportScopes#written-accrual-deferral) are shown here together in a simplified Analysis of Change. ",
"\n",
"\nCombining Filters and ColumnSlices facilitate the report analysis. For example, you can select \"GroupOfContract\" as column slices with a Filter on EstimateType \"AA\" to analyse the Advance Actuals for all Group of Contract. "
],
@@ -193,7 +193,7 @@
"source": [
"## Deferrable Actuals",
"\n",
- "\n[Deferrable Actuals](https://portal.systemorph.cloud/project/ifrs17/env/v1.1.1/Report/ReportScopes#written-accrual-deferral) are shown here. Amortization of the deferrable amount is computed using the Coverage Unit pattern. "
+ "\n[Deferrable Actuals](https://portal.systemorph.cloud/project/ifrs17/env/v1.2.0/Report/ReportScopes#written-accrual-deferral) are shown here. Amortization of the deferrable amount is computed using the Coverage Unit pattern. "
],
"metadata": {},
"execution_count": 0,
@@ -218,7 +218,7 @@
"source": [
"# Fulfilment Cash flow",
"\n",
- "\nPresent Value of the [Fulfilment Cash flow](https://portal.systemorph.cloud/project/ifrs17/env/v1.1.1/Report/ReportScopes#fulfillment-cash-flows) are shown here. ",
+ "\nPresent Value of the [Fulfilment Cash flow](https://portal.systemorph.cloud/project/ifrs17/env/v1.2.0/Report/ReportScopes#fulfillment-cash-flows) are shown here. ",
"\n
The individual contributions from Best Estimate and Risk Adjustment can be visualized slicing by **EstimateType**.",
"\n",
"\nFilters can be applied to report to isolate a sub-set of the data. For example you can Filter by a specific Group of Contract using its system name using : new [] {(\"GroupOfContract\", \"DT1.1\")}.",
@@ -247,7 +247,7 @@
"source": [
"# Actuarial Experience Adjustment",
"\n",
- "\nA comparison between [Written Actual](#written-actual) and the Releases of the [Best Estimate](#present-value) is reported in the [Actuarial Experience Adjustment](https://portal.systemorph.cloud/project/ifrs17/env/v1.1.1/Report/ReportScopes#experience-adjustment)."
+ "\nA comparison between [Written Actual](#written-actual) and the Releases of the [Best Estimate](#present-value) is reported in the [Actuarial Experience Adjustment](https://portal.systemorph.cloud/project/ifrs17/env/v1.2.0/Report/ReportScopes#experience-adjustment)."
],
"metadata": {},
"execution_count": 0,
@@ -272,7 +272,7 @@
"source": [
"# LRC Technical Margin",
"\n",
- "\nIn the [Technical Margin](https://portal.systemorph.cloud/project/ifrs17/env/v1.1.1/Report/ReportScopes#technical-margin) report we present a unified view on the figures that are allocated to either Contractual Service Margin or to Loss Component. ",
+ "\nIn the [Technical Margin](https://portal.systemorph.cloud/project/ifrs17/env/v1.2.0/Report/ReportScopes#technical-margin) report we present a unified view on the figures that are allocated to either Contractual Service Margin or to Loss Component. ",
"\n
The Analysis of Change is expanded with few more steps such as **Experience Adjustment** and **Amortization**."
],
"metadata": {},
@@ -298,7 +298,7 @@
"source": [
"# Contractual Service Margin / Loss Component / Loss Recovery Component",
"\n",
- "\nThe Contractual Service Margin (CSM) / Loss Component (LC) / Loss Recovery Component (LR) [report](https://portal.systemorph.cloud/project/ifrs17/env/v1.1.1/Report/ReportScopes#technical-margin) are here shown side by side as the allocation to profit or loss is done at each step of the Analysis of Change. ",
+ "\nThe Contractual Service Margin (CSM) / Loss Component (LC) / Loss Recovery Component (LR) [report](https://portal.systemorph.cloud/project/ifrs17/env/v1.2.0/Report/ReportScopes#technical-margin) are here shown side by side as the allocation to profit or loss is done at each step of the Analysis of Change. ",
"\n",
"\nA default slice by EstimateType - which distinguish between CSM, LC and LR contributions - is automatically enforced. "
],
@@ -325,7 +325,7 @@
"source": [
"# LRC Actuarial",
"\n",
- "\nThe [Actuarial Liability for Remaining Coverage](https://portal.systemorph.cloud/project/ifrs17/env/v1.1.1/Report/ReportScopes#lrc-actuarial-actuarial-liability-for-remaining-coverage) report shows figures from Fulfilment Cash flow discounted with current yield curve, and the allocated techinical margin. "
+ "\nThe [Actuarial Liability for Remaining Coverage](https://portal.systemorph.cloud/project/ifrs17/env/v1.2.0/Report/ReportScopes#lrc-actuarial-actuarial-liability-for-remaining-coverage) report shows figures from Fulfilment Cash flow discounted with current yield curve, and the allocated techinical margin. "
],
"metadata": {},
"execution_count": 0,
@@ -350,7 +350,7 @@
"source": [
"# LRC",
"\n",
- "\nThe [Liability for Remaining Coverage](https://portal.systemorph.cloud/project/ifrs17/env/v1.1.1/Report/ReportScopes#lrc-liability-for-remaining-coverage) report adds to the [Actuarial Liability for Remaining Coverage](#lrc-actuarial) the contribution of and accrual actuals. A simplified AoC Chain is used to allow comparison of the balance change between Actuals and Present Values. "
+ "\nThe [Liability for Remaining Coverage](https://portal.systemorph.cloud/project/ifrs17/env/v1.2.0/Report/ReportScopes#lrc-liability-for-remaining-coverage) report adds to the [Actuarial Liability for Remaining Coverage](#lrc-actuarial) the contribution of and accrual actuals. A simplified AoC Chain is used to allow comparison of the balance change between Actuals and Present Values. "
],
"metadata": {},
"execution_count": 0,
@@ -375,7 +375,7 @@
"source": [
"# LIC Actuarial",
"\n",
- "\nThe [Actuarial Liability of Incurred Claims](https://portal.systemorph.cloud/project/ifrs17/env/v1.1.1/Report/ReportScopes#lic-actuarial-actuarial-liability-for-incurred-claims) report shows figures from Fulfilment Cash flow discounted with current yield curve. "
+ "\nThe [Actuarial Liability of Incurred Claims](https://portal.systemorph.cloud/project/ifrs17/env/v1.2.0/Report/ReportScopes#lic-actuarial-actuarial-liability-for-incurred-claims) report shows figures from Fulfilment Cash flow discounted with current yield curve. "
],
"metadata": {},
"execution_count": 0,
@@ -400,7 +400,7 @@
"source": [
"# LIC",
"\n",
- "\nThe [Liability for Incurred Claims](https://portal.systemorph.cloud/project/ifrs17/env/v1.1.1/Report/ReportScopes#lic-liability-for-incurred-claims) adds to the [Actuarial Liability for Incurred Claims](#lic-actuarial) the contribution of and accrual actuals."
+ "\nThe [Liability for Incurred Claims](https://portal.systemorph.cloud/project/ifrs17/env/v1.2.0/Report/ReportScopes#lic-liability-for-incurred-claims) adds to the [Actuarial Liability for Incurred Claims](#lic-actuarial) the contribution of and accrual actuals."
],
"metadata": {},
"execution_count": 0,
@@ -425,7 +425,7 @@
"source": [
"# Financial Performance",
"\n",
- "\nThe [Financial Performance](https://portal.systemorph.cloud/project/ifrs17/env/v1.1.1/Report/ReportScopes#ifrs-17-financial-performance) report discloses the Change in Estimate of the IFRS 17 balance sheet items ([LRC](#lrc) and [LIC](#lic)) and the relevant incurred cash flows (Premiums, Claims, Expenses, etc...) for the given period.",
+ "\nThe [Financial Performance](https://portal.systemorph.cloud/project/ifrs17/env/v1.2.0/Report/ReportScopes#ifrs-17-financial-performance) report discloses the Change in Estimate of the IFRS 17 balance sheet items ([LRC](#lrc) and [LIC](#lic)) and the relevant incurred cash flows (Premiums, Claims, Expenses, etc...) for the given period.",
"\n",
"\nUse the expand and collapse buttons in the report rows to change the granularity of the figures displayed."
],