Releases: vladimir-aubrecht/StatementParser
Releases · vladimir-aubrecht/StatementParser
Revolut statement fix
- Latest Revolut statements were not possible to parse as they changed format. This is fixed now.
- [Warning] Symbol names might be generated incorrectly for certain stocks as it's not possible to parse Symbol name reliably with current architecture of parser. Problem is with stocks where name of stock (not Symbol, Name!) contains uppercased letters like IBM. In such case first 1-2 characters will be repeated into Symbol name and it requires manual edit in excel sheet after generation. For example for IBM it will result in IBMIB. Or for AT&T it will result in TA instead of just T.
v1.10 - Bugfix release for Revolut parser and Tax/Comission columns
- Tax & Commissions are always positive now (different brokers are reporting it differently and it's causing problem when trying to sum it up...)
- Fixed parser for Revolut, which was incorrectly parsing negative profits. It was incorrectly reported as very high profit.
IB parsing improvements
- IB/Lynx parsers can now parse also Activity "Summary documents" extra to already supported "Activity Statements".
Sale transactions for Revolut
- Added parsing of sale transactions for Revolut.
- Fixed parsing of new statement format for Revolut (old one was dropped, use older version if needed).
- Update to .NET 6.
Fix in ESSP parsing
- Fix case when stocks are also sold. ESSP buy wasn't detected.
Bug fix release
- Fixed issue when it could happen that company name is not found for ESPP transactions when statement was incorrectly generated by Fidelity.
- Fixed parsing of Revolut statements as they changed format.
- Fixed parsing of Lynx statements as they changed format.
- Added picture into readme showing which report should be generated.
Revolut
New release is adding support for parsing of dividends from Revolut statements.
Fixed issue with not finding tax in Fidelity statements on non-US regional system settings
- Fixed issue with not finding tax in Fidelity statements on non-US regional system settings.
Fixed bug when tables were split cross multiple pages.
Fixed bug when tables were split cross multiple pages.
Added aggregated summaries and human readable headers
Aggregated summaries
Introduced 2 new sheets:
- Summary of dividends per broker & currency.
- Summary of dividends per currency.
Human readable headers
Added support for human readable headers in excel sheet.