Skip to content

blakearnold/stock-picker

Repository files navigation

Stock Picker

Stock Picker helps allocate funds across multiple brokerage accounts.

It allocates funds accross 401k, IRA, taxable accounts, HSA, etc. Optimially finding an allocation that:

  1. Has a risk tolerance defined by the user
  2. Minimizes tax liability
  3. Minimizes management fees

The calculations are done offline, and the results can then be executed by the account holder.

Under the hood

Stock picker uses OR-tools Glop linear solver.

Current asset value is calculated via Google Sheets Google Finance functions. The Sheet is then downloaded by the user and parsed by Stock Picker.

How to use

NOTE: Only the lib folders content should be in the ortools folder.

On OSX I ran: tar -xvzf Google.OrTools.java.MacOsX64.3750.tar.gz cp -r ~/Downloads/or-tools.MacOsX64/lib/ stock-picker/libs/ortools/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages