From 70402726aa2f2e6f6985d79310abb3e1ccc42c8d Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Wed, 7 May 2025 14:10:33 +0200 Subject: [PATCH] update default inflation rate to average inflation --- src/app/components/FireCalculatorForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/FireCalculatorForm.tsx b/src/app/components/FireCalculatorForm.tsx index a7b8332..e2aa6bf 100644 --- a/src/app/components/FireCalculatorForm.tsx +++ b/src/app/components/FireCalculatorForm.tsx @@ -128,7 +128,7 @@ export default function FireCalculatorForm() { currentAge: 25, cagr: 7, desiredMonthlyAllowance: 3000, - inflationRate: 2, + inflationRate: 2.3, lifeExpectancy: 84, retirementAge: 55, },