Skip to content

Commit

Permalink
chore(update 2025 Freibetrag)
Browse files Browse the repository at this point in the history
  • Loading branch information
Spencer6497 committed Jan 2, 2025
1 parent 4924f38 commit ac1737c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/domains/beratungshilfe/vorabcheck/freibetrag.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,16 @@ export const freibetraegePerYear: Record<number, Freibetraege> = {
children7To14Allowance: 429,
childrenBelow6Allowance: 393,
},
// Same as 2024
2025: {
selfAllowance: 619,
incomeAllowance: 282,
partnerAllowance: 619,
dependentAdultAllowance: 496,
children15To18Allowance: 518,
children7To14Allowance: 429,
childrenBelow6Allowance: 393,
},
};
export const latestFreibetraegeYear = Math.max(
...Object.keys(freibetraegePerYear).map((year) => Number(year)),
Expand Down

0 comments on commit ac1737c

Please sign in to comment.