You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ python run.py
...
AssertionError
> .venv/lib/python3.9/site-packages/beancount_import/source/ofx.py(997)get_entries()
-> assert units < ZERO
Looking in the OFX file downloaded from Vanguard, I see entries like this: <UNIQUEIDTYPE>CUSIP</SECID><SUBACCTSEC>CASH<UNITS>-0.00007<TFERACTION>OUT<POSTYPE>LONG
Any thoughts on how I might try to fix? I'd rather not write a custom importer since I would guess this could be common.
The text was updated successfully, but these errors were encountered:
Looking in the OFX file downloaded from Vanguard, I see entries like this:
<UNIQUEIDTYPE>CUSIP</SECID><SUBACCTSEC>CASH<UNITS>-0.00007<TFERACTION>OUT<POSTYPE>LONG
Any thoughts on how I might try to fix? I'd rather not write a custom importer since I would guess this could be common.
The text was updated successfully, but these errors were encountered: