Closed egh closed 8 years ago
Related: #74 but this a little more comprehensive, and also includes a behavior change. Thank you!
If you'd prefer, I can switch back to the enum-style type. I notice you are using that pattern elsewhere.
I'm fine with the pattern you used. Thank you for the fixes (and tests)!
I also added you to AUTHORS
Thank you!
I was missing transactions when using ledger-autosync. It turns out they were
<TRANSFER>
aggregations. This modifies ofxparse to parse all aggregation types (as defined in 2.1.1 of the spec (http://www.ofx.net/DownloadPage/Downloads.aspx)). It also changes thetype
attribute of theInvestmentTransaction
to be a string instead of the less useful number.Thanks!