Red S
Red S
From [this doc](https://docs.google.com/document/d/1FsbdqbPWaupPg67kZp1CK0BoX2Ri4WhGnLa5vNTBBAs/edit#): After building a basic config file and perhaps making a few simple changes to your ledger, compute_returns.py spits out numbers. How can the correctness of these numbers...
See section about comparison against a benchmark [here](https://docs.google.com/document/d/1nPsMIunLnDvdsg6TSsd0PZb7jngojNpFlqnaX36WRp8/mobilebasic). https://www.portfoliovisualizer.com/ does this. When we get around to doing this, we might find their data sources to be useful, which they include...
[capital_gains_classifier](https://github.com/redstreet/beancount_reds_plugins/tree/master/beancount_reds_plugins/capital_gains_classifier#readme) needs to open new accounts as needed. However, it doesn't apply strict rules to determine what accounts to open and what to not, based on the plugin config supplied....
Nice to have additions to asset allocation by class module: - compute how to allocate a given fixed amount to move one's AA close to their target (contribution) - compute,...
If one sells *all * their positions of a ticker across their portfolio, a wash sale does not occur since there is no replacement of sold shares (assuming no repurchase...
Continuing the conversation from the [net worth work](https://github.com/redstreet/fava-investor/pull/20). Here are some thoughts. Perhaps, more than net worth with Fava already displays on the main page (which is by definition across...
We need to be able to display a value of type Decimal in a table, without displaying the decimal point or digits after it. Eg: Decimal(23.92) should display simply as...
Currently, fava only has csv downloads for queries. Supporting downloads of arbitrary tables will be helpful for many investment related tables.
From #70 > 1. "Cash Withdrawal" entries should have 2 decimal places even for whole numbers but are currently missing. This affects automatic numerical display inference in Fava Temporarily fixed....
#72 should have broken the schwab_csv_brokerage unit test, which it did not. Fix.