diff --git a/full-ifrs17-template/Report/Reports.ipynb b/full-ifrs17-template/Report/Reports.ipynb index a6e15bad..0b333fa6 100644 --- a/full-ifrs17-template/Report/Reports.ipynb +++ b/full-ifrs17-template/Report/Reports.ipynb @@ -70,8 +70,8 @@ "source": [ "Workspace.InitializeFrom(DataSource);", "\nifrs17.Reset(Workspace)" - ] - "metadata": {}, + ], + "metadata": {}, "execution_count": 0, "outputs": [] }, @@ -101,7 +101,10 @@ "\npv.ColumnSlices = new string[]{};//\"GroupOfContract\", \"AmountType\"", "\npv.DataFilter = null; //new [] {(\"GroupOfContract\", \"DT1.2\"),(\"LiabilityType\", \"LIC\") }", "\n(await pv.ToReportAsync) with {Height = 720}" - ] + ], + "metadata": {}, + "execution_count": 0, + "outputs": [] }, { "cell_type": "markdown", @@ -125,7 +128,10 @@ "\nra.ColumnSlices = new string[]{};//\"GroupOfContract\", \"EconomicBasis\"", "\nra.DataFilter = null;//new [] {(\"GroupOfContract\", \"DT1.2\")};", "\n(await ra.ToReportAsync) with {Height = 800}" - ] + ], + "metadata": {}, + "execution_count": 0, + "outputs": [] }, { "cell_type": "markdown", @@ -150,7 +156,10 @@ "\nwrittenActual.ColumnSlices = new string[]{};//\"GroupOfContract\"", "\nwrittenActual.DataFilter = null; //new [] {(\"GroupOfContract\", \"DT1.1\")};", "\n(await writtenActual.ToReportAsync) with {Height = 400}" - ] + ], + "metadata": {}, + "execution_count": 0, + "outputs": [] }, { "cell_type": "markdown", @@ -175,7 +184,10 @@ "\naccrualActual.ColumnSlices = new string[]{};//\"GroupOfContract\", \"AmountType\"", "\naccrualActual.DataFilter = null; //new [] {(\"EstimateType\", \"AA\")};", "\n(await accrualActual.ToReportAsync) with {Height = 400}" - ] + ], + "metadata": {}, + "execution_count": 0, + "outputs": [] }, { "cell_type": "markdown", @@ -197,7 +209,10 @@ "\ndeferrableActual.ColumnSlices = new string[]{};//\"GroupOfContract\", \"AmountType\"", "\ndeferrableActual.DataFilter = null;//new [] {(\"GroupOfContract\", \"DT1.1\")};", "\n(await deferrableActual.ToReportAsync) with {Height = 400}" - ] + ], + "metadata": {}, + "execution_count": 0, + "outputs": [] }, { "cell_type": "markdown", @@ -223,7 +238,10 @@ "\nfulfillmentCashflows.ColumnSlices = new string[]{};//\"EstimateType\"", "\nfulfillmentCashflows.DataFilter = null;// new [] {(\"GroupOfContract\", \"DT1.1\")};", "\n(await fulfillmentCashflows.ToReportAsync) with {Height = 750}" - ] + ], + "metadata": {}, + "execution_count": 0, + "outputs": [] }, { "cell_type": "markdown", @@ -245,7 +263,10 @@ "\nexperienceAdjustments.ColumnSlices = new string[]{};//\"GroupOfContract\", \"AmountType\"", "\nexperienceAdjustments.DataFilter = null; //new [] {(\"GroupOfContract\", \"DT1.1\")};", "\n(await experienceAdjustments.ToReportAsync) with {Height = 300}" - ] + ], + "metadata": {}, + "execution_count": 0, + "outputs": [] }, { "cell_type": "markdown", @@ -268,7 +289,10 @@ "\ntechnicalMargins.ColumnSlices = new string[]{};//\"GroupOfContract\", \"AmountType\"", "\ntechnicalMargins.DataFilter = null; //new [] {(\"GroupOfContract\", \"DT1.1\")};", "\n(await technicalMargins.ToReportAsync) with {Height = 600}" - ] + ], + "metadata": {}, + "execution_count": 0, + "outputs": [] }, { "cell_type": "markdown", @@ -292,7 +316,10 @@ "\nallocatedTechnicalMargins.ColumnSlices = new string[]{\"GroupOfContract\", \"EstimateType\"};//\"GroupOfContract\", \"AmountType\"", "\nallocatedTechnicalMargins.DataFilter = null; //new [] {(\"GroupOfContract\", \"DT1.1\")};", "\n(await allocatedTechnicalMargins.ToReportAsync) with {Height = 700}" - ] + ], + "metadata": {}, + "execution_count": 0, + "outputs": [] }, { "cell_type": "markdown", @@ -314,7 +341,10 @@ "\nactuarialLrc.ColumnSlices = new string[]{};//\"GroupOfContract\"", "\nactuarialLrc.DataFilter = null; //new [] {(\"GroupOfContract\", \"DT1.1\")};", "\n(await actuarialLrc.ToReportAsync) with {Height = 750}" - ] + ], + "metadata": {}, + "execution_count": 0, + "outputs": [] }, { "cell_type": "markdown", @@ -336,7 +366,10 @@ "\nlrc.ColumnSlices = new string[]{};//\"GroupOfContract\",", "\nlrc.DataFilter = null; //new [] {(\"GroupOfContract\", \"DT1.1\")};", "\n(await lrc.ToReportAsync) with {Height = 250}" - ] + ], + "metadata": {}, + "execution_count": 0, + "outputs": [] }, { "cell_type": "markdown", @@ -358,7 +391,10 @@ "\nactuarialLic.ColumnSlices = new string[]{};//\"GroupOfContract\", \"AmountType\"", "\nactuarialLic.DataFilter = null; //new [] {(\"GroupOfContract\", \"DT1.1\")};", "\n(await actuarialLic.ToReportAsync) with {Height = 750}" - ] + ], + "metadata": {}, + "execution_count": 0, + "outputs": [] }, { "cell_type": "markdown", @@ -380,7 +416,10 @@ "\nlic.ColumnSlices = new string[]{};//\"GroupOfContract\", \"AmountType\"", "\nlic.DataFilter = null; //new [] {(\"GroupOfContract\", \"DT1.1\")};", "\n(await lic.ToReportAsync) with {Height = 250}" - ] + ], + "metadata": {}, + "execution_count": 0, + "outputs": [] }, { "cell_type": "markdown", @@ -404,7 +443,10 @@ "\nfinancialPerformance.ColumnSlices = new string[]{};//\"GroupOfContract\"", "\nfinancialPerformance.DataFilter = null; //new [] {(\"GroupOfContract\", \"DT1.1\")};", "\n(await financialPerformance.ToReportAsync) with { Height = 900, GroupDefaultExpanded = 3}" - ] + ], + "metadata": {}, + "execution_count": 0, + "outputs": [] }, { "cell_type": "code",