-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Filing account incorrect with schwab_csv_brokerage #72
Comments
I just encountered this myself, realizing I hadn't used bean-file when testing my change. Thank you for fixing before I even started debugging! I'm also surprised the regression test didn't catch this so I'll pay attention to #73. |
Ha, yes, a root issue here was Beancount's regression tester not matching how #73 might need either an upstream change, or a bit of thinking on how to circumvent this in |
Unrelated to this thread, but thanks for the initial set of unit tests you submitted a couple months ago. That had been pending for a while, and was a much needed push! |
Filing account when filed via
bean-file
isAssets:Investments:Taxable:Broker:{ticker}
.In 7e5caf3, this change was made:
beancount_reds_importers/beancount_reds_importers/libreader/reader.py
Line 48 in b715d97
When
bean-file
is called,filing_account
has not been set (sinceinitialize()
is not run on a bean-file invoke), andmain_account
is used, which results in:Assets:Investments:Taxable:Broker:{ticker}
.The text was updated successfully, but these errors were encountered: