Skip to content

Latest commit

 

History

History
71 lines (63 loc) · 2.85 KB

Alternatives.md

File metadata and controls

71 lines (63 loc) · 2.85 KB

Here I document related software that I researched. Most of these are ''open-source'' , unless indicated otherwise.

Summary

To summarize my findings below:

  • mypersonalindex had a strategy-account-security hierarchy close to what we need
  • mypersonalindex had online price retrieval
  • rebalance had the rebalancing method desired
  • Webo had the web interface + web backend + user management

List

Webo

  • http://wealthbot.io/
  • source code is too complicated for what it accomplishes
  • demo site available, but a little buggy
  • close to idea of ''creating a virtual fund''
  • written in php
  • not out-of-date (last blog post in June 2015, now is July 2015)
  • looked like it was saving on the server

mypersonalindex

  • http://code.google.com/p/mypersonalindex
  • written in qt and uses sqlite file
  • saves to sqlite file that can be exported/imported
  • fast
  • can get prices from yahoo!
  • can add multiple ''portfolios'', which in our case translate to ''strategies''
  • can add multiple accounts to each portfolio
  • can add classes and securities and trades
  • last update March 2012
  • suggests trades to rebalance in USD, but not specific quantities
  • it defined target allocations based on asset classes, and not the constituent
  • defining a security was linking it to the account. It also distributed it over multiple asset classes, which was wierd

stock-portfolio-manager

rebalance

Gnucash

  • http://www.gnucash.org/
  • does accounting transactions and balancing (like bankflow)
  • Uses libfinance-quote-perl to retrieve prices from a variety of sources

sage math

Fund manager

  • https://www.fundmanagersoftware.com
  • not open-source
  • Their prices sources are listed here
  • Their transactions sources are listed here
  • This is interesting because they can get your portfolio from the custodian
  • I had seen "reconciliation" buttons in other software, but didn''t understand what it was for
  • It seems this is what it''s for
  • single-user account is for 89USD
  • I didn''t try it