Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 12 additions & 11 deletions ifrs17/DataModel/DataStructure.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,18 @@
{
"cell_type": "code",
"source": [
"#r \"nuget:Systemorph.Arithmetics,1.5.4\"",
"\n#r \"nuget:Systemorph.Workspace,1.5.0\"",
"\n#r \"nuget:Systemorph.Scopes,1.5.2\"",
"\n#r \"nuget:Systemorph.Import,1.5.0\"",
"\n#r \"nuget:Systemorph.Test,1.5.2\"",
"\n#r \"nuget:Systemorph.Export,1.5.0\"",
"\n#r \"nuget:Systemorph.DataSetReader,1.5.0\"",
"\n#r \"nuget:Systemorph.DataSource,1.5.0\"",
"\n#r \"nuget:Systemorph.DataSource.Conversions,1.5.0\"",
"\n#r \"nuget:Systemorph.Reporting,1.5.2\"",
"\n#r \"nuget:Systemorph.DomainDesigner,1.5.0\""
"#r \"nuget:Systemorph.Arithmetics,1.5.5\"",
"\n#r \"nuget:Systemorph.Workspace,1.5.3\"",
"\n#r \"nuget:Systemorph.Scopes,1.5.5\"",
"\n#r \"nuget:Systemorph.Import,1.5.1\"",
"\n#r \"nuget:Systemorph.Test,1.5.5\"",
"\n#r \"nuget:Systemorph.Export,1.5.1\"",
"\n#r \"nuget:Systemorph.DataSetReader,1.5.1\"",
"\n#r \"nuget:Systemorph.DataSource,1.5.3\"",
"\n#r \"nuget:Systemorph.DataSource.Conversions,1.5.3\"",
"\n#r \"nuget:Systemorph.Reporting,1.5.5\"",
"\n#r \"nuget:Systemorph.DomainDesigner,1.5.1\"",
"\n#r \"nuget:Systemorph.SharePoint,1.5.6\""
]
},
{
Expand Down
6 changes: 4 additions & 2 deletions ifrs17/Report/ReportScopes.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,8 @@
{
"cell_type": "markdown",
"source": [
"## LIC (Liability for Incurred Claims)",
"<a id='lic'></a>",
"\n## LIC (Liability for Incurred Claims)",
"\n",
"\nLiability of Incurred Claims (LIC) report includes the contributions from [Lic Actuarial](#lic-actuarial) (Fullfilment Cashflow), [Advance](#written-accrual-deferral) Actual, and [Overdue](#written-accrual-deferral) Actual."
]
Expand Down Expand Up @@ -427,7 +428,8 @@
{
"cell_type": "markdown",
"source": [
"## LRC (Liability for Remaining Coverage)",
"<a id='lrc'></a>",
"\n## LRC (Liability for Remaining Coverage)",
"\n",
"\nLiability for Remaining Coverage (LRC) report includes all the contributions from [LRC Actuarial](#lrc-actuarial) (Fulfillment Cashflow, Contructual Sevice Margin, Loss Component, Loss Recovery Component) and, [Advance](#written-accrual-deferral) Actual, and [Overdue](#written-accrual-deferral) Actual."
]
Expand Down
2 changes: 1 addition & 1 deletion ifrs17/Utils/ApplicationMessage.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
{
"cell_type": "code",
"source": [
"#r \"nuget:Systemorph.Activities,1.5.1\""
"#r \"nuget:Systemorph.Activities,1.5.5\""
]
},
{
Expand Down