IFRS17CalculationEngine icon indicating copy to clipboard operation
IFRS17CalculationEngine copied to clipboard

SimpleDataImportHub

Open dcolleoni opened this issue 11 months ago • 0 comments

  • Obejective: Create an ImportHub for SimpleData format which validates the input and commits IfrsVariables in the IfrsVariableHub
  • It retrieves data from other Hubs such as ReferenceData, DataNodeHub, IfrsVariableHub. Check and flag if any other dataHub is required.
  • The import method uses the ParserStorage (depending on the effort, we could have a dedicated SimpleDataParsingStorage)

Test:

  • start with an IfrsVariableHub populated with Variables.
  • Import a file(CSV) for the same partition
  • Assert that:
    1. new variables are created.
    1. old variables are changed.
    1. old variables are deleted.

dcolleoni avatar Mar 01 '24 08:03 dcolleoni