SliceColumnBy inputs in the next command cell.",
+ "\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.",
"\n\"LiabilityType\" and the \"EconomicBasis\" as the order of the inputs corresponds to the order of the columns shown in the report to expand the data.",
"\n",
@@ -139,166 +72,157 @@
{
"cell_type": "code",
"source": [
- "Report.ForDataCube((universe.GetScopesReport Mutable Scopes
" + ] + }, + { + "cell_type": "markdown", + "source": [ + "This notebook contains the set up of mutable scopes used to achieve high interactivity with reports." + ] + }, + { + "cell_type": "markdown", + "source": [ + "# References", + "\nLibraries and other notebooks which are needed for this notebook are imported below." + ] + }, + { + "cell_type": "code", + "source": [ + "#!import \"ReportScopes\"" + ] + }, + { + "cell_type": "markdown", + "source": [ + "# Mutable Scope" + ] + }, + { + "cell_type": "markdown", + "source": [ + "The IIfrs17Report mutable scope is created with applicabilities to control how the data for each individual report is retrieved from the [report scopes](./ReportScopes)" + ] + }, + { + "cell_type": "code", + "source": [ + "public interface ReportUniverse : IMutableScopeWithStorageReport Scopes (IFRS17 Methodology Business Logic)
", - "\n", - "\nThis notebook contains the logic used to perform calculations upon reporting of data." + "\nReport Scopes (IFRS17 Methodology Business Logic)
" + ] + }, + { + "cell_type": "markdown", + "source": [ + "This notebook contains the logic used to perform calculations upon reporting of data." ] }, {