Systemorph / IFRS17CalculationEngine

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

Fix to YC and AM #297

Closed dtrzesniak closed 1 year ago

dtrzesniak commented 1 year ago

We fix the behavior of the YC when the values are shorter than expected (was adding 0, should be repeating last value)

We fix the Am factor for LIC and Run-off cases (under certain extreme cases it would go above 1 and make a switch)

Fixed by #296