Red S
Red S
This is because [Beancount regression tester](https://github.com/beancount/beancount/blob/24df7465413ed22dc9c500f4d781430cb1c9e655/beancount/ingest/regression_pytest.py#L174) calls `file_account()` with an already [initialized importer](https://github.com/beancount/beancount/blob/24df7465413ed22dc9c500f4d781430cb1c9e655/beancount/ingest/regression_pytest.py#L67), while `bean-file` calls it with an uninitialized importer. Probably doesn't matter for Beancount, but matters for `beancount_reds_importers`.
I tried inserting Decimal(23.92).to_integral(), but that ended up displaying as '24.00' How can I get rid of the '.00'? I'd rather not do int() since I'd prefer to respect the...
Makes sense, and thanks for filing this. This probably also affects cases where multiple sales are made on the same day at different prices. I haven't looked yet, but I...
Agreed. Thanks for fleshing this out. I'd noticed this long ago, and probably should've included a note somewhere at least. Yes, `recently_sold_at_loss` could benefit from addressing both these edge cases,...
Hi, thanks for filling! This should be an easy fix, likely just adding the type to the right place in the importer, and adding the unit test. Would you be...
All of that is exactly right :). If you'd like to do this, I'd recommend starting with testing by copying the set of files [here](https://github.com/redstreet/beancount_reds_importers/tree/main/beancount_reds_importers/importers/vanguard/tests) to a set with a...
No worries, thanks for the note! I can fix it. From above: > you're welcome to simply send me an anonymized, valid .ofx file with the case that fails, and...
@baartosz, I'd love to hear your thoughts. I see what you have is already headed in this direction. ### Building out the Investment Performance Module Here's what I'm thinking with...
:+1: on classifying entries. Queries are probably useful for prototyping, and also as a reference for testing IMHO. You could look at what Fava does for its main net worth...
I've fleshed out the approach in the second post from top. Would love to know your thoughts. I'm excited to see the movement on this. Thank you for the pushing...