This repository has been archived by the owner on Aug 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Importer
fumitoh edited this page Apr 8, 2023
·
3 revisions
Welcome to the IFRS17CalculationEnginePython wiki!
flowchart LR
_DefineFormatAocConfiguration
_DefineFormatDataNode --> UploadDataNodesToWorkspaceAsync --> GetArgsFromMainAsync
UploadDataNodesToWorkspaceAsync --> ParsingStorage
_DefineFormatDataNodeState --> UploadDataNodeStateToWorkspaceAsync --> GetArgsFromMainAsync
UploadDataNodeStateToWorkspaceAsync --> ParsingStorage
_DefineFormatDataNodeParameter --> UploadDataNodeParameterToWorkspaceAsync --> GetArgsFromMainAsync
UploadDataNodeParameterToWorkspaceAsync --> ParsingStorage
_DefineFormatOpening --> GetArgsFromMainAsync
_DefineFormatOpening --> ParseSimpleValueToWorkspaceAsync --> ParsingStorage
_DefineFormatOpening --> ImportStorage
_DefineFormatOpening --> DataNodeFactoryAsync
_DefineFormatCashflow --> GetArgsFromMainAsync
_DefineFormatCashflow --> DataNodeFactoryAsync
_DefineFormatCashflow --> ParseCashflowsToWorkspaceAsync --> ParsingStorage
_DefineFormatCashflow --> ImportStorage
_DefineFormatActual --> GetArgsFromMainAsync
_DefineFormatActual --> DataNodeFactoryAsync
_DefineFormatActual --> ImportStorage
_DefineFormatActual --> ParseActualsToWorkspaceAsync --> ParsingStorage
_DefineFormatSimpleValue --> GetArgsFromMainAsync
_DefineFormatSimpleValue --> DataNodeFactoryAsync
_DefineFormatSimpleValue --> ParseSimpleValueToWorkspaceAsync