iza-institute-of-labor-economics / gettsim

The GErman Taxes and Transfers SIMulator
https://gettsim.readthedocs.io/
GNU Affero General Public License v3.0
54 stars 32 forks source link

Move ALG 2 Mietkosten from hh to bg level #747

Closed MImmesberger closed 5 months ago

MImmesberger commented 5 months ago

What problem do you want to solve?

ALG2 Mietkosten are currently considered on the hh level. This PR changes this to the bg level. Additionally, I specify bewohnt_eigentum as a individual level variable that gets aggregated to the hh or bglevel.

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 89.46%. Comparing base (9f04722) to head (268ecf4).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #747 +/- ## ========================================== + Coverage 89.42% 89.46% +0.03% ========================================== Files 51 51 Lines 3650 3653 +3 ========================================== + Hits 3264 3268 +4 + Misses 386 385 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

MImmesberger commented 5 months ago

Now that #746 will be continued in #725, we can move this implementation here to #725 as well (Christian already started the changes that I did here).

Closing this in favour of #725.