-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update eink_st parameters and rounding rules (#803)
This PR updates income tax parameters and law references for 2024. Gesetz zur steuerlichen Freistellung des Existenzminimums 2024 has been published: [G. v. 05.12.2024 BGBl. 2024 I Nr. 386](https://www.recht.bund.de/bgbl/1/2024/386/VO.html). New parameter for Grundfreibetrag. New law reference for the full income tax tarif. Additionally, this PR applies the correct rounding rules for Ehegattensplitting. Before, we only rounded `eink_st_y_sn`. It seems like in practice, there should be some intermediate rounding steps. In particular, in the splitting case, `eink_st_y_sn` should be just the doubled individual income tax which is rounded down. Note: The parameter file seems to be inconsistent regarding whether the end of the interval or the beginning of the following interval must be used: - 2020-01-01: End of the interval. - 2021-01-01: End of the interval. - 2022-01-01: End of the interval. - 2023-01-01: Start of following interval. - 2024-01-01: Start of following interval. Here, I just keep the logic of the existing parameters for 2024. To be precise, the function should be checked, and it should be documented in the `eink_st_tarif` `note` key which value is the parameter in the yaml file. --------- Co-authored-by: Marvin Immesberger <[email protected]> Co-authored-by: Marvin Immesberger <[email protected]>
- Loading branch information
1 parent
16d31e1
commit f415ddb
Showing
10 changed files
with
4,696 additions
and
4,761 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,4 +41,4 @@ inputs: | |
- 12.0 | ||
outputs: | ||
arbeitsl_geld_m: | ||
- 789.772 | ||
- 789.76 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters