Systemorph / IFRS17CalculationEngine

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

Formulas Adaptations for Arithmetics #3

Closed sbusato closed 1 year ago

sbusato commented 2 years ago

Adapt Formulas in the Ifrs17 Calculation Engine in order to unblock the Arithmetics stream. In particular, change formulas where there is arithmetics for byte arrays. e.g. GetSign(...) * values CurrentValues - PreviousValues Interest^(-1) will now be "Power(Interest, -1)"

Work on the following branch 23166_ArithmeticsChanges .

amuolo commented 1 year ago

I close this since the PR #55 is closed and solves this issue.