Skip to content

Commit

Permalink
wealth-calculator: update 2025 values
Browse files Browse the repository at this point in the history
  • Loading branch information
maximbaz committed Jan 2, 2025
1 parent cbb38b8 commit 7106a58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions framer/Wealth_Calculator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -235,11 +235,11 @@ export const textImpact = (Component): ComponentType => {
const PPP_FACTOR = 6.9;
// since 2017 till now - same year as data in wealthMountainGraphData below https://www.dst.dk/da/Statistik/emner/oekonomi/prisindeks/forbrugerprisindeks
const CUMULATIVE_INFLATION_PCT = 0.2;
// 2024 https://skat.dk/hjaelp/satser
const PERSONFRADRAG = 49700;
// 2025 https://skat.dk/hjaelp/satser
const PERSONFRADRAG = 51600;
const AM_BIDRAG_PCT = 0.08;
const TOP_SKAT_PCT = 0.15;
const TOP_SKAT_THRESHOLD = 588900;
const TOP_SKAT_THRESHOLD = 611800;
const KOMMUNE_SKAT_PCT = 0.251;
const BUNDSKAT_PCT = 0.1201;
const SKATTELOFT_PCT = 0.5207;
Expand Down

0 comments on commit 7106a58

Please sign in to comment.