Re: New Fava extension: Tax loss harvester

2022-05-11 Thread Red S
This is a good week (at least for US index investors) to consider whether tax-loss harvesting might benefit you. To help with that, here is an article I wrote on it: *Tax Loss Harvesting with Beancount * Inclu

Re: New Fava extension: Tax loss harvester

2020-03-16 Thread Red S
Updates to the TLH extension in these interesting times we live in: - the command line client has now been folded in to the fava client and uses the same code (refactored out to support both fava and bean-query) - a --brief option to the command line client displays the summary only - unit tests

Re: New Fava extension: Tax loss harvester

2020-03-13 Thread Red S
Summary on top grouped by commodity (thanks Justus Pendleton for the idea). Also, washes have been merged into a single table. -- You received this message because you are subscribed to the Google Groups "Beancount" group. To unsubscribe from this group and stop receiving emails from it, send a

Re: New Fava extension: Tax loss harvester

2020-03-11 Thread Red S
On Wednesday, March 11, 2020 at 2:43:55 AM UTC-7, Justus Pendleton wrote: > > It looks like if account_field is set to LEAF(account) then the URLs for > the accounts are broken -- they take you to my-personal-ledger/account/LEAF > instead of my-personal-ledger/account/Assets:Tree:Leaf > I noti

Re: New Fava extension: Tax loss harvester

2020-03-11 Thread Justus Pendleton
On Tuesday, March 10, 2020 at 10:32:32 AM UTC+7, Red S wrote: > > I recently shared > a > beancount tool for identifying tax loss harvesting opportunities. This is > the fava plugin version. Starting a new thread for this because th