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
2 changes: 1 addition & 1 deletion ifrs17-template/Files/Dimensions.csv
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ ISE11,Loss Component / LoReCo Changes (Exc. Releases),ISE,512,,,,,,,,
ISE12,Non Financial LIC Changes,ISE,513,,,,,,,,
ISE20,Reinsurance Revenue,ISE,520,,,,,,,,
ISE21,Experience Adjustment on Premiums,ISE20,521,,,,,,,,
ISE22,Expected Releases / Amortizations,ISE20,522,,,,,,,,
ISE22,Expected Releases / Amortizations (Exc. LoReCo),ISE20,522,,,,,,,,
ISE23,Exc. Investment Components,ISE20,523,,,,,,,,
ISE24,FCF Locked-In Interest Rate Correction,ISE20,524,,,,,,,,
IFIE1,Financial LRC/LC Changes,IFIE,601,,,,,,,,
Expand Down
2 changes: 1 addition & 1 deletion ifrs17/Report/ReportScopes.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1440,7 +1440,7 @@
"\n",
"\n private IDataCube<ReportVariable> LorecoAmortization => -1 * Loreco",
"\n .Filter((\"VariableType\", AocTypes.AM))",
"\n .SelectToDataCube(v => v with { VariableType = \"ISE22\" });",
"\n .SelectToDataCube(v => v with { VariableType = \"ISE8\" });",
"\n ",
"\n private IDataCube<ReportVariable> LorecoNonFinancialChanges => -1 * Loreco",
"\n .Filter((\"VariableType\", \"!AM\"), (\"VariableType\", \"!IA\"), (\"VariableType\", \"!YCU\"), (\"VariableType\", \"!CRU\"), (\"VariableType\", \"!FX\"))",
Expand Down