update default inflation rate to average inflation
All checks were successful
Lint / Lint and Typecheck (push) Successful in 44s

This commit is contained in:
Felix Schulze 2025-05-07 14:10:33 +02:00
parent d095b7180f
commit 70402726aa

View File

@ -128,7 +128,7 @@ export default function FireCalculatorForm() {
currentAge: 25, currentAge: 25,
cagr: 7, cagr: 7,
desiredMonthlyAllowance: 3000, desiredMonthlyAllowance: 3000,
inflationRate: 2, inflationRate: 2.3,
lifeExpectancy: 84, lifeExpectancy: 84,
retirementAge: 55, retirementAge: 55,
}, },