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 ImportFormat can be found [here](https://portal.systemorph.cloud/project/ifrs17/env/v1.0.0/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.1.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"
@@ -88,9 +88,9 @@
"\nNew Data Nodes and Parameters are imported here.",
"\nValuesN where N goes from 0 to the lenght of cash flow. The Value0 corresponds to January of the Year entered in the **Main** section for every combination of AocType and Novelty. "
+ "\nAll valid combinations of AocType and Novelty can be found in [AocConfiguration](https://portal.systemorph.cloud/project/ifrs17/env/v1.1.0/DataModel/DataStructure#aoc-configuration) with DataType Optional or Mandatory.",
+ "\nValuesN 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": {},
"execution_count": 0,
@@ -74,13 +74,13 @@
"source": [
"An Actuals file is named **Actuals** *\\_Parameter Reports
" ], "metadata": {}, "execution_count": 0, "outputs": [] }, { - "cell_type": "code", + "cell_type": "markdown", "source": [ - "#!eval-notebook \"../Initialization/InitSystemorphBaseToMemory\"" + "For demonstration purposes we import here data for some *Group of Insurance Contract* (GIC) and *Group of Reinsurance Contract* (GRIC) - the import is triggered in the [Set up data and configuration](#set-up-data-and-configuration) section.", + "\n\"GroupOfContract\" to separate the contributions of the individual Group of Contracts.",
@@ -111,7 +111,7 @@
"source": [
"# Risk Adjustment",
"\n",
- "\nPresent values of the [risk adjustment](https://portal.systemorph.cloud/project/ifrs17/env/v1.0.0/Report/ReportScopes#risk-adjustment) future cash flows are shown here.",
+ "\nPresent values of the [risk adjustment](https://portal.systemorph.cloud/project/ifrs17/env/v1.1.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."
],
@@ -138,7 +138,7 @@
"source": [
"# Written Actuals",
"\n",
- "\n[Written Actuals](https://portal.systemorph.cloud/project/ifrs17/env/v1.0.0/Report/ReportScopes#written-accrual-deferral) are shown here. ",
+ "\n[Written Actuals](https://portal.systemorph.cloud/project/ifrs17/env/v1.1.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. ",
"\nParameter Report Queries
" + ], + "metadata": {}, + "execution_count": 0, + "outputs": [] + }, { "cell_type": "markdown", "source": [ @@ -167,7 +176,16 @@ { "cell_type": "markdown", "source": [ - "# Data Node" + "# Queries" + ], + "metadata": {}, + "execution_count": 0, + "outputs": [] + }, + { + "cell_type": "markdown", + "source": [ + "## Data Node" ], "metadata": {}, "execution_count": 0, @@ -208,7 +226,7 @@ { "cell_type": "markdown", "source": [ - "# YieldCurve" + "## YieldCurve" ], "metadata": {}, "execution_count": 0, @@ -266,7 +284,7 @@ { "cell_type": "markdown", "source": [ - "# Single Data Node Parameters" + "## Single Data Node Parameters" ], "metadata": {}, "execution_count": 0, @@ -295,7 +313,7 @@ { "cell_type": "markdown", "source": [ - "# Inter Data Node Parameters" + "## Inter Data Node Parameters" ], "metadata": {}, "execution_count": 0, @@ -329,7 +347,7 @@ { "cell_type": "markdown", "source": [ - "# Partner Default Rates" + "## Partner Default Rates" ], "metadata": {}, "execution_count": 0,