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

BUG: Kinderzuschlag 2024 wrong #681

Closed Eric-Sommer closed 8 months ago

Eric-Sommer commented 8 months ago

Bug description

According to several sources (e.g. here, the maximum Kinderzuschlag as of 2024 is 292€. Our function _parse_kinderzuschl_max() yields only 254€ for 2024.

Code Sample, a copy-pastable example

from _gettsim_tests._helpers import cached_set_up_policy_environment
params, functions = cached_set_up_policy_environment(date='2024-01-01')
print(params['kinderzuschl']['maximum'])