MiguelTVMS / broker_to_tax

A simple cli application that transforms information from brokers to the Portuguese tax information.
GNU General Public License v3.0
0 stars 0 forks source link

Separate the fees from dividends #8

Closed MiguelTVMS closed 1 year ago

MiguelTVMS commented 1 year ago

Need to separate the fees from dividends.

The first main idea is simply assuming that when negative, it's fees, and when it's positive, it's dividends. I know it's not the best approach, but it's a start.

In later versions, I can analyze other folders from the XLSX file to obtain the fees and dividends.

MiguelTVMS commented 1 year ago

Issue solved on version 1.1.0.