Skip to content

Implement 100k children exclusion for Grundsicherung im Alter (§43 SGB XII)#1167

Open
MImmesberger wants to merge 2 commits intobg-gemischtfrom
fix-1148
Open

Implement 100k children exclusion for Grundsicherung im Alter (§43 SGB XII)#1167
MImmesberger wants to merge 2 commits intobg-gemischtfrom
fix-1148

Conversation

@MImmesberger
Copy link
Copy Markdown
Collaborator

@MImmesberger MImmesberger commented Mar 25, 2026

Summary

  • Implement the 100k children exclusion per §43 SGB XII (BGBl. I 2003 S. 3022): applicants are excluded from Grundsicherung im Alter if any first-degree descendant has annual Gesamteinkommen (§16 SGB IV) ≥ 100,000 EUR
  • Add einkommensgrenze_kinder YAML parameter (100,000 EUR/year, since 2005-01-01)
  • Add new policy functions: hat_gesamteinkommen_über_einkommensgrenze, anzahl_kinder_über_einkommensgrenze_über_elternteil_1/2, hat_kind_über_einkommensgrenze
  • Gate betrag_m on the new hat_kind_über_einkommensgrenze check

Closes #1148

🤖 Generated with Claude Code

…B XII)

§43 SGB XII (BGBl. I 2003 S. 3022) excludes applicants from Grundsicherung
im Alter if any first-degree descendant has annual Gesamteinkommen (§16 SGB IV)
exceeding 100,000 EUR. This was not previously implemented.

Closes #1148

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@MImmesberger MImmesberger changed the base branch from main to bg-gemischt March 25, 2026 22:45
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 25, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Provide hat_kind_über_einkommensgrenze directly in existing tests (short-circuits
the computation chain), replacing the leaf-level aus_forst_und_landwirtschaft and
aus_gewerbebetrieb inputs. Only the two tests that directly test the threshold
keep the full Einkünfte computation chain.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement 100k children exclusion for Grundsicherung im Alter (§43 Abs. 5 SGB XII)

1 participant