-
Couldn't load subscription status.
- Fork 31
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Bug description
unterhaltsvors_mused to be calculated on the child level (for all parents the variable was zero) (it wasn't well documented that way I guess)- It was changed to be calculated on the parent level (the variable is now zero for all children)
- This leads to errors in the calculation of transfers (Wohngeld and Kinderzuschlag) in which Unterhaltsvorschuss is deducted on the child-level as child income (which is handled differently to parent income)
- On a similar note, it is currently not clearly described whether the input variable
kind_unterh_erhalt_mis expected to be specified on the child or parent level. The Unterhaltsvorschuss module seems to imply that we expect it on the parent level which again doesn't fit to how it is used for the calculation of transfers
Was there an important reason for the change?
- If yes, we need to rewrite the transfer modules or rather create additional child-level variables which we can create there.
- Otherwise, I would argue in favor of reverting it back to child level.
- Either way, we most likely need to know which child received how much Unterhalt, the parent level is not enough.
Note:
- Slightly related to Potential Bug in Calculation of Wohngeldeinkommen #357
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working