BUG: Income of children for Kinderzuschlag currently takes `arbeitsl_geld_2_eink_anr_frei_m` into account
ChristianZimpelmann opened this issue · 0 comments
ChristianZimpelmann commented
Bug description
In the function kinderzuschl_kindereink_abzug_m
, we currently substract arbeitsl_geld_2_eink_anr_frei_m
(introduced in #590). The remaining income is then multiplied by the deduction rate of 0.45. Based on discussions during the KGS introduction project, I am no longer sure whether this is correct.
The problem is that it seems difficult to find good test cases: #647.
ToDo
- Find out whether it is indeed a bug
- Find test cases
- Remove it if necessary