diff --git a/ifrs17-template/Files/Dimensions.csv b/ifrs17-template/Files/Dimensions.csv index 890f37a5..997f48bf 100644 --- a/ifrs17-template/Files/Dimensions.csv +++ b/ifrs17-template/Files/Dimensions.csv @@ -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,,,,,,,, diff --git a/ifrs17/Report/ReportScopes.ipynb b/ifrs17/Report/ReportScopes.ipynb index d3f1e95f..35326f84 100644 --- a/ifrs17/Report/ReportScopes.ipynb +++ b/ifrs17/Report/ReportScopes.ipynb @@ -1440,7 +1440,7 @@ "\n", "\n private IDataCube 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 LorecoNonFinancialChanges => -1 * Loreco", "\n .Filter((\"VariableType\", \"!AM\"), (\"VariableType\", \"!IA\"), (\"VariableType\", \"!YCU\"), (\"VariableType\", \"!CRU\"), (\"VariableType\", \"!FX\"))",