#tax #statement #document #compute #pdf #etrade #e-trade

bin+lib etradeTaxReturnHelper

Parses etrade financial documents for transaction details (income, tax paid, cost basis) and compute total income and total tax paid according to chosen tax residency (currency)

23 unstable releases (4 breaking)

new 0.5.3 Apr 11, 2024
0.5.0 Mar 24, 2024
0.3.3 Dec 3, 2023
0.3.2 Nov 10, 2023
0.2.1 Jun 1, 2022

#29 in Finance

Download history 39/week @ 2024-02-19 398/week @ 2024-02-26 284/week @ 2024-03-04 210/week @ 2024-03-11 97/week @ 2024-03-18 35/week @ 2024-03-25 292/week @ 2024-04-01

2,020 downloads per month

BSD-3-Clause

195KB
4K SLoC

etradeTaxReturnHelper

Project that parse e-trade PDF account statements and Gain and Losses documents and compute total gross gain and tax paid in US that are needed for tax return forms out of US.

Data for Tax form from capital gains (PIT-38 in Poland)

  1. Install this program: cargo install etradeTaxReturnHelper
  2. Download PDF documents from a year you are filling your tax return form for example: Brokerage Statement <xxx>.pdf and MS_ClientStatements_<xxx>.pdf:
    1. Login to e-trade, navigate to Documents/Brokerage Statements
    2. Select date period
    3. Download all ACCOUNT STATEMENT documents
  3. Run:
    1. etradeTaxReturnHelper <your PDF documents that MAY contains dividends and/or sold transactions e.g. "*.pdf"> <Gain and Loss XLSX document>
    2. Alternatively you can just run etradeTaxReturnHelper to have program running with GUI (graphical user interface): gui

FAQ

  1. How to install this project?

    1. For Windows OS you can download binary (zip archive holding executable) from releases webpage. Place executable in the same directory as desired e-trade documents. Open Windows terminal (command prompt or powershell) and type etradeTaxReturnHelper.exe *.pdf *.xlsx

    2. For Linux and MacOS you need Rust and Cargo installed and then you can install this project (crate): cargo install etradeTaxReturnHelper

    3. For Linux where there is no X server or no priviligies to install system dependencies then you could try to install non-GUI version: cargo install etradeTaxReturnHelper --no-default-features

  2. Does it work for other financial institutions apart from etrade ? There is support for saving accounts statements of Revolut bank (CSV files) , as Revolut does not pay tax on customer behalf and tax from capital gain of saving account should be paid by customer.

  3. How does it work? Here is a demo(PL)

  4. How can I report problem? If this project does not work for you e.g. there is crash or data produced does not seem correct then please run it with diagnostic: RUST_LOG=info RUST_BACKTRACE=full etradeTaxReturnHelper and share it via issues or via my email (see github profile)

  5. How can I help?

    1. Issues and Pull Requests are welcomed!
    2. Please donate charity organization Wielka orkiestra swiatecznej pomocy
    3. If you happen to be an employee of Intel Corporation then you could support this project by "giving me recognition".

Dependencies

~26–43MB
~847K SLoC