Skip to content

Commit

Permalink
Set rate of return to a lower value
Browse files Browse the repository at this point in the history
  • Loading branch information
gurbindersingh committed Oct 6, 2024
1 parent 827ae10 commit 9bdd2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const defaults = {
averageInflation: 0.03,
retirementIncome: 50000,
retirementIncomeIncrease: 0,
rateOfReturn: 0.075,
rateOfReturn: 0.05,
tax: 0.275
};

Expand Down

0 comments on commit 9bdd2c4

Please sign in to comment.