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
1 change: 1 addition & 0 deletions ifrs17/Import/Importers.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1458,6 +1458,7 @@
"\n }, ImportFormats.Cashflow",
"\n ).WithTarget(workspace).ExecuteAsync();",
"\n ",
"\n await workspace.ExtendParsedVariables(parsingStorage.HierarchyCache);",
"\n await workspace.ValidateForMandatoryAocSteps(dataSet, parsingStorage.MandatoryAocSteps);",
"\n await workspace.ValidateForDataNodeStateActiveAsync<RawVariable>(parsingStorage.DataNodeDataBySystemName);",
"\n return Activity.Finish().Merge(importLog);",
Expand Down
18 changes: 18 additions & 0 deletions ifrs17/Utils/ImportCalculationMethods.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,24 @@
"execution_count": 0,
"outputs": []
},
{
"cell_type": "markdown",
"source": [
"## Extend Parsed Variables"
],
"metadata": {},
"execution_count": 0,
"outputs": []
},
{
"cell_type": "code",
"source": [
"public static async Task ExtendParsedVariables (this IWorkspace workspace, Systemorph.Vertex.Hierarchies.IHierarchicalDimensionCache hierarchyCache) {}"
],
"metadata": {},
"execution_count": 0,
"outputs": []
},
{
"cell_type": "markdown",
"source": [
Expand Down