Open ragibson opened 3 years ago
I thought about this a bit more and put a bit of a re-imagined version at https://ryanagibson.com/posts/analytic-early-retirement-calculator/ -- other than Networthify's rounding, the impact seems to usually be limited to a year or so.
That said, the absolute impact from rounding is especially bad at the lower end if anyone were to try to use it for more typical retirement planning (where I'm pretty sure the usual consensus is a minimum target of ~10%). For relative error, it would be worst for users very close to retirement.
1) Your tables assume a mid-year return of half the annual return rate for new savings, but your primary calculation does not. This makes your table and plot inconsistent.
Here is an example where the obvious answer (using your table's calculations) is 15 years, but the main calculation claims 15.2 years.
Note that the desired target net worth
is exactly reached at 15 years in your table (ignoring rounding issues in your javascript code). That is, $1.25MM is the resulting value at t = 15:
2) As an aside, the effective intrayear increase on continuously DCA'd investments with exponential growth is actually r/ln(1+r), but I accept that r/2 is probably "close enough" here, especially considering the site is intended for rough calculation anyway.
3) This is a bit minor, but the calculator rounds the savings rate to the nearest 2% (seemingly to align with the plot) and then proceeds using the rounded rate rather than the values input by the user.
E.g. the savings rate is clearly incorrect (on the left) unless manually input (on the right)
and thus the result is slightly incorrect by default. You can verify the result on the right is more correct via your straightforward annuity calculation (again, temporarily ignoring the fact that this calculation is slightly incorrect for the use case)