Skip to content

Releases: vladimir-aubrecht/StatementParser

Revolut statement fix

06 Feb 18:05
Compare
Choose a tag to compare
  • 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

08 Apr 15:57
Compare
Choose a tag to compare
  • 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

28 Mar 22:29
Compare
Choose a tag to compare
  • IB/Lynx parsers can now parse also Activity "Summary documents" extra to already supported "Activity Statements".

Sale transactions for Revolut

15 Mar 23:36
Compare
Choose a tag to compare
  • 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

30 Mar 22:11
Compare
Choose a tag to compare
  • Fix case when stocks are also sold. ESSP buy wasn't detected.

Bug fix release

05 Mar 23:09
Compare
Choose a tag to compare
  • 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

06 Mar 19:47
Compare
Choose a tag to compare

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

01 Mar 15:40
Compare
Choose a tag to compare
  • Fixed issue with not finding tax in Fidelity statements on non-US regional system settings.

Fixed bug when tables were split cross multiple pages.

28 Feb 00:24
Compare
Choose a tag to compare

Fixed bug when tables were split cross multiple pages.

Added aggregated summaries and human readable headers

22 Feb 19:13
Compare
Choose a tag to compare

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.