Ghostfolio: Open-source wealth management software
61–70 of 162 posts
Re: Ghostfolio: Open-source wealth management software
#62It's a tool which 100% benefits from having a good UX, so not having a single screenshot on the frontpage is not a good sign. I don't count the linked YouTube video as one as it redirects me to YouTube.
Re: Ghostfolio: Open-source wealth management software
#63Disclosure - I work at Kubera.
Re: Ghostfolio: Open-source wealth management software
#64For anyone who needs a hosted/paid/slick alternative, there is https://kubera.com Disclosure - I work at Kubera.
Re: Ghostfolio: Open-source wealth management software
#65Re: Ghostfolio: Open-source wealth management software
#66Anybody care to define "wealth management" as opposed to run-of-the-mill personal accounting? Why would I use this instead of ledger[1], for example? - [1]: https://ledger-cli.org/doc/ledger3.html
Can ledger track performance over time (which I assume Ghostfolio can). Does ledger (or the eco-system around) come with integration towards sources which categorize assets, and can it easily give a breakdown of the exposure according to such categorizations (per industry, per region, etc.)?
Yes, Ledger can do all those things. No, it doesn't do this "out of the box".
I do most of these things. Simple, by adding meta-tags to my ledger. I'm just now working on consolidating on all my willy-nilly scripts and tools. And then plan to turn this into an actual "investment dashboard" ala ghostfolio but using the ledger as source.
In the end, a plain-text-ledger is just a of database. And the ledger query language (e.g. bean-query-language) a way to query it and produce reports.
So, what you are asking is more like "can SQLite categorize assets, give a breakdown of the exposure according to such cats per industry, region etc". Well, sure it can. But it's a bit of a strange question.
Re: Ghostfolio: Open-source wealth management software
#67Anybody care to define "wealth management" as opposed to run-of-the-mill personal accounting? Why would I use this instead of ledger[1], for example? - [1]: https://ledger-cli.org/doc/ledger3.html
If you're using a tool like ledger, I don't think there's much ghostfolio could say to convert you. Seems like comparing apples to oranges. I'm not familiar with ledger, but at a glance, seems like it's made for a different audience with different needs.
https://github.com/berkes/bullboard-rs https://github.com/berkes/tabula
Again: early. But tabula is my consolidation of random "beancount/ledger" stuff regarding running my small business and startup. And bullboard my consolidation of random "beancount/ledger" stuff regarding everything investment related. The latter is just a CLI tool for now, and barely works. But once the businesslogic is done, I plan to add a web-interface alike ghostfolio to it. A tad simpler, I think, though.
Re: Ghostfolio: Open-source wealth management software
#68The GitHub link is: https://github.com/ghostfolio/ghostfolio The premium hosted edition of this service isn't inspiring confidence if their front page, presumably residing within the same cloud infrastructure, can't handle the HN hug of death. Operational issues aside, I love seeing open source self-hosted breaking into retail wealth management. Right now, it seems everybody I speak to that isn't a professional or in…
Curious to hear what you're looking for from a wealth management product. With banking / brokerage platforms like Alpaca, it's possible to create an open source roboadvisor, but I'm not sure who the market would be. Someone who is interested in algorithmic trading would go directly access the API's, and someone who wants a hands off experience could choose from existing products, or get bundled services from a big ba…
For example I would like to calculate the impact of wash sale or seeing the tax impact for selling from certain lot (in terms of short/long term taxes). And if you did these what would your tax impact look like if you sold things at expected mark growth rate (or certain value you set).
Re: Ghostfolio: Open-source wealth management software
#69Though I haven't yet seen a part of this tool that makes projections. Did I miss that?
Re: Ghostfolio: Open-source wealth management software
#70Anybody care to define "wealth management" as opposed to run-of-the-mill personal accounting? Why would I use this instead of ledger[1], for example? - [1]: https://ledger-cli.org/doc/ledger3.html