Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2025 social security and pension parameters #809

Merged
merged 5 commits into from
Jan 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ releases are available on [Anaconda.org](https://anaconda.org/conda-forge/gettsi

## Unpublished

- {gh}`809` implement 2025 changes to pensions and social security contributions
({ghuser}`Eric-Sommer`).
- {gh}`803` Apply correct rounding rules for Ehegattensplitting and update EStG
parameters ({ghuser}`MImmesberger`, `mjbloemer`).
- {gh}`797` Update infrastructure to use pixi and modern pre-commit hooks
Expand Down
13 changes: 10 additions & 3 deletions src/_gettsim/parameters/ges_rente.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -264,13 +264,16 @@ beitragspflichtiges_durchschnittsentgelt:
scalar: 42053
reference: §3 V. v. 24.11.2023 BGBl. 2023 I Nr. 322
2023-01-01:
scalar: 43142
reference: §3 V. v. 28.11.2022 BGBl. 2022 I Nr. 2128
note: Vorläufiges Durchschnittsentgelt
scalar: 44732
reference: §3 V. v. 25.11.2024 BGBl. 2024 I Nr. 365.
2024-01-01:
scalar: 45358
reference: §3 V. v. 24.11.2023 BGBl. 2023 I Nr. 322
note: Vorläufiges Durchschnittsentgelt
2025-01-01:
scalar: 50493
reference: §3 V. v. 25.11.2024 BGBl. 2024 I Nr. 365.
note: Vorläufiges Durchschnittsentgelt
umrechnung_entgeltp_beitrittsgebiet:
name:
de: Umrechnung der Beitragsbemessungsgrundlagen des Beitrittgebietes
Expand Down Expand Up @@ -626,6 +629,10 @@ rentenwert:
2023-07-01:
west: 37.60
ost: 37.60
2024-01-07:
west: 39.32
ost: 39.32
reference: V. v. 17.06.2024 BGBl. 2024 I Nr. 194.
grundr_höchstwert:
name:
de: Höchstwert der Entgeltpunkte für Grundrente
Expand Down
23 changes: 22 additions & 1 deletion src/_gettsim/parameters/sozialv_beitr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,15 @@ beitr_satz:
ges_krankenv:
mean_zusatzbeitrag: 0.017
reference: BAnz AT 31.10.2023 B3
2025-01-01:
deviation_from: previous
ges_krankenv:
mean_zusatzbeitrag: 0.025
reference: BAnz AT 07.11.2024 B4
ges_pflegev:
standard: 0.018
reference: >-
Pflege-Beitragssatz-Anpassungsverordnung 2025, Bundestag-Drucksache 20/1371
beitr_bemess_grenze_m:
name:
de: Beitragsbemessungsgrenzen für die Sozialversicherungsbeiträge
Expand Down Expand Up @@ -565,6 +574,14 @@ beitr_bemess_grenze_m:
west: 7550
ost: 7450
reference: V. v. 24.11.2023 BGBl. 2023 I Nr. 322
2025-01-01:
ges_krankenv:
west: 5512.5
ost: 5512.5
ges_rentenv:
west: 8050
ost: 8050
reference: V. v. 25.11.2024 BGBl. 2024 I Nr. 365
bezugsgröße_selbst_m:
name:
de: Monatliche Bezugsgröße
Expand Down Expand Up @@ -699,7 +716,11 @@ bezugsgröße_selbst_m:
2024-01-01:
west: 3535
ost: 3465
reference: V. v. 29.11.2023 BGBl. 2023 I Nr. 322.
reference: V. v. 29.11.2023 BGBl. 2023 I Nr. 322.
2025-01-01:
west: 3745
ost: 3745
reference: V. v. 25.11.2024 BGBl. 2024 I Nr. 365.
mindestanteil_bezugsgröße_beitragspf_einnahme_selbst:
name:
de: Mindestberechungsbeitrag für Selbstständige als Anteil der Bezugsgröße
Expand Down
Loading