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

ENH: Apply `@dates_active` decorator to functions in Wohngeld module #711

Open MImmesberger opened 6 months ago

MImmesberger commented 6 months ago

Is your feature request related to a problem?

In wohngeld_miete_m_hh_ab_2009, there are checks for the existence of params in the param yaml via if conditions. We can remove those by using the correct decorator and splitting up the function.