-
Notifications
You must be signed in to change notification settings - Fork 33
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #809 +/- ##
==========================================
+ Coverage 87.82% 87.87% +0.05%
==========================================
Files 56 56
Lines 3976 3976
==========================================
+ Hits 3492 3494 +2
+ Misses 484 482 -2 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, looks great!
I think the increase of the Pflegeversicherungsbeitrag (0.02 pp) is still missing. Or is this not official yet?
Regarding the differentiation of east/west. We should definitely create new functions that do not require the wohnort_ost
Variable. However, we should postpone this for now as #804 makes huge changes to nearly every part of the codebase (i.e. changes the module these function's live in). I created #810 such that we don't forget.
pflegeversicherung increase is implemented as well |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot!
What problem do you want to solve?
addresses #806 by adding changes to social security contributions and pensions .
To be discussed:
There is no differentiation anymore between East and West Germany with regard to social security and pensions. The easy way (as done here) is to set the
east
andwest
parameter identical henceforth. Alternatively, we could create new functions which ignore thewohnort_ost
variable.Todo
Closes #XXXX
in the first PR comment to auto-close the relevant issue oncethe PR is accepted. This is not applicable if there is no corresponding issue.