update default inflation rate to average inflation

This commit is contained in:
Felix Schulze 2025-05-07 14:10:33 +02:00
parent 8ac784f49b
commit 11e1e31ac5

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,
}, },