beangrow icon indicating copy to clipboard operation
beangrow copied to clipboard

Returns calculations on portfolios in Beancount

Results 22 beangrow issues
Sort by recently updated
recently updated
newest added

``` plugin "beancount.plugins.auto_accounts" plugin "beancount.plugins.implicit_prices" 2005-01-01 commodity ABCD 2019-12-01 * "Buy" Assets:Investments 100 ABCD {45 USD} Assets:Bank 2020-02-20 * "Transfer" Assets:Investments -50 ABCD {45 USD} Assets:Bank 50 ABCD {45 USD}...

I'm running into a strange situation where some dividend transactions are not being recognized. I have the following: ``` investment { currency: "FXNAX" asset_account: "Assets:US:Fidelity:HSA:FXNAX" dividend_accounts: "Income:US:Fidelity:HSA:Dividends:FXNAX" cash_accounts: "Assets:US:Fidelity:HSA:Cash" }...

Hello, ASSET_DIVIDEND is not treated like a regular dividend, and I can't separate them in cash flow plots, nor in return calculations. Is that done on purpose? Splitting the transaction...

Otherwise Python3 is unhappy with this file: ``` Traceback (most recent call last): File "beangrow/configure.py", line 23, in from beangrow.config_pb2 import Config File "beangrow/config_pb2.py", line 36, in _descriptor.FieldDescriptor( File "/lib/python3.11/site-packages/google/protobuf/descriptor.py",...

I'm a bit lost on how to best deal with this. Where to place it, how to execute it and so on.

do you have intentions to release this module on pypi? thanks

When the price goes down post investment, `beangrow` crashes with complex type error (sum of real and complex). An investment that has the price drop after acquisition results in a...

For some reason the SVG files do not load in the browser via index.html for any of the group reports. I have tried Chrome, Edge, and Internet Explorer. I can...

In my beancount file I have this; ``` 1999-12-31 commodity USD export: "CASH" name: "United States Dollar" ``` It causes configure.py to produce ``` investment { currency: "USD" asset_account: "Assets:Coinbase:USD"...

simple.beancount ``` option "operating_currency" "USD" plugin "beancount.plugins.check_commodity" plugin "beancount.plugins.implicit_prices" 2005-01-01 commodity USD 2005-01-01 commodity AAA 2019-01-01 open Assets:Investments:Cash USD 2019-01-01 open Expenses:Investing:Fees USD 2019-01-01 open Income:Investments:Gains USD 2019-01-01 open Assets:Investments:AAA...