You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before 2017, GETTSIM's pensions earnings test compares the yearly gross wage to a monthly earnings cap. This can be fixed by adding a pre-2017 version of _differenz_bruttolohn_hinzuverdienstgrenze_y function that takes care of the comparison properly. This should then replace the bruttolohn_y <= ges_rente_params["hinzuverdienstgrenze"] occurrences.
Bug description
Before 2017, GETTSIM's pensions earnings test compares the yearly gross wage to a monthly earnings cap. This can be fixed by adding a pre-2017 version of
_differenz_bruttolohn_hinzuverdienstgrenze_y
function that takes care of the comparison properly. This should then replace thebruttolohn_y <= ges_rente_params["hinzuverdienstgrenze"]
occurrences.Earnings tests starting from 2017 are correct.
Blocked until #804 is done.
The text was updated successfully, but these errors were encountered: