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
To compute the Bürgergeld Regelsatz for households with multiple Bedarfsgemeinschaften, we need to split up Mietkosten (warm/kalt) as they are defined on the household, not Bedarfsgemeinschaften level.
Proposed implementation
Mietkosten are split up according to the relative Bedarf of the Bedarfsgemeinschaft in the ExMin-Bericht (don't have a source for this).
Alternative solution
Mietkosten are split up according to the relative size of the Bedarfsgemeinschaft (e.g. if 60% of people in the household are part of the BG, 60% of Miete are borne by the BG). This is implemented by #694 but seems to be wrong.
The text was updated successfully, but these errors were encountered:
### What problem do you want to solve?
Closes#745
Several small fixes related to groupings.
Leave open for now in case more comes up.
### Todo
- [x] simplify use of `bruttokaltmiete_m_bg`
- [x] fix bug in docstring
- [x] add `unterhaltsvors_m` to default targets instead of
`unterhaltsvors_m_hh` (let the user decide on which unit to aggregate)
- [x] shorten very long name of test which contains duplicate and is too
long for Windows
- [x] Document PR in CHANGES.md.
Note:
- for now, adjusted how Unterhaltsvorschuss is deducted from Wohngeld
(see the discussion in #357). However, I am still unclear what is
correct here.
---------
Co-authored-by: Marvin Immesberger <immesberger@posteo.de>
Co-authored-by: Marvin Immesberger <74215010+MImmesberger@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Bug description
To compute the Bürgergeld Regelsatz for households with multiple Bedarfsgemeinschaften, we need to split up Mietkosten (warm/kalt) as they are defined on the household, not Bedarfsgemeinschaften level.
Proposed implementation
Mietkosten are split up according to the relative Bedarf of the Bedarfsgemeinschaft in the ExMin-Bericht (don't have a source for this).
Alternative solution
Mietkosten are split up according to the relative size of the Bedarfsgemeinschaft (e.g. if 60% of people in the household are part of the BG, 60% of Miete are borne by the BG). This is implemented by #694 but seems to be wrong.
The text was updated successfully, but these errors were encountered: