Skip to content

BUG: Unterhaltsvorschuss and Unterhalt needed on child level #735

@cpz-research

Description

@cpz-research

Bug description

  • unterhaltsvors_m used 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_m is 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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions