iza-institute-of-labor-economics / gettsim

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

Add missing condition for Kindersofortzuschlag #436

Open mjbloemer opened 1 year ago

mjbloemer commented 1 year ago

Current and desired situation

We implemented Kindersofortzuschlag, but the second condition here is not yet considered:

... haben zusätzlich Anspruch auf einen monatlichen Sofortzuschlag in Höhe von 20 Euro. Satz 1 gilt auch für Kinder, Jugendliche und junge Erwachsene, die

  1. ... oder
  2. nur deshalb keinen Anspruch auf Arbeitslosengeld II oder Sozialgeld haben, weil im Rahmen der Prüfung der Hilfebedürftigkeit Kindergeld berücksichtigt wurde (§ 11 Absatz 1 Satz 5).
ChristianZimpelmann commented 1 year ago

Thanks for pointing this out!

I agree with your design ideas.

I think one new parameter should be enough.

This would be a great task for somebody getting into working with GETTSIM.

mjbloemer commented 1 year ago

I think one new parameter should be enough.

The parameters are defined separately in § 72 SGB II for Regelsätze and in § 6a (2) BKGG for Kinderzuschlag. Having two parameters sounds straightforward to me, one in kinderzuschl.yaml and one in arbeitsl_geld_2.yaml.

mjbloemer commented 1 year ago

This second point in § 72 SGB II sounds tricky to model:

... haben zusätzlich Anspruch auf einen monatlichen Sofortzuschlag in Höhe von 20 Euro. Satz 1 gilt auch für Kinder, Jugendliche und junge Erwachsene, die

  1. ... oder
  2. nur deshalb keinen Anspruch auf Arbeitslosengeld II oder Sozialgeld haben, weil im Rahmen der Prüfung der Hilfebedürftigkeit Kindergeld berücksichtigt wurde (§ 11 Absatz 1 Satz 5).
mjbloemer commented 1 year ago

Note that Inflationsausgleichsgesetz 2022, (currently Bundesrat Drucksache 576/22; not yet in BGBl.) will effectively override the full § 6a (2) BKGG for Kalenderjahr 2023 and will also set a fixed kinderzuschlag maximum value again for 2023 (currently it is a formula based on Existenzminimum and Kindergeld):

„(3a) Abweichend von § 6a Absatz 2 beträgt der monatliche Höchstbetrag des Kinderzuschlags im Kalenderjahr 2023 für jedes zu berücksichtigende Kind 250 Euro.“

See also #442.

Therefore: Also no Sofortzuschlag for KiZ in 2023 (but still 2022-07 to 2022-12 and for 2024 and later). Kindersofortzuschlag for ALG II does not seem to be effected by this.