Package for simple personal financial planning

I’m looking for a package that has the basic functions already for rudimentary financial planning such as forecasting how much X asset will grow in Y years and how many years until I reach Z assets, etc.? I know these are pretty simple, but I’d like to just use something rather than take the time to write a package myself.

I was planning to make a cashflow version with some sort of stochastic anslysis, that is you could add an item as a probability distribution instead of a value and then getting interesting risk measures using Monte Carlo simulations, but never had the time :-///

3 Likes

This Pluto notebook may be useful to you.

It can solve for time, final value, etc. in just a few lines of code thanks to SciML’s nonlinear solver.

1 Like

This looks great. Is there any way you can post the raw notebook? Binder is really laggy for me.

The direct link to the .jl file is here. You can also export it from the binder link once it eventually loads.

1 Like