Systemorph / IFRS17CalculationEngine

Systemorph IFRS 17 Calculation Engine
MIT License
28 stars 5 forks source link

Fix DataHubs with Initialization from Import #438

Closed dcolleoni closed 7 months ago

dcolleoni commented 8 months ago

ReferenceData, ParameterData, DataNodeData, IfrsVariableData Hubs.

Some of them had a configuration with Import (ReferenceData) which was also tested. Now that code needs adjustment given the changes in the OpenSmc. Adapt this code.

Add the same configuration to the Hubs that don't have this option at the moment and add it to those which don't have it.

Tests: Unable those that now don't work and add new ones if missing

dcolleoni commented 7 months ago

Initialization from Import functionality has been deleted. Initialization with Dictionary is used instead.