Note: at the moment this works only for Degiro trader and tax calculation is based on Irish tax law:
https://www.revenue.ie/en/gains-gifts-and-inheritance/transfering-an-asset/how-to-calculate-cgt.aspx
Calculates CGT given a CSV file with transactions from Degiro.
Ensure these dependencies are installed:
- PyGObject: https://pygobject.readthedocs.io/en/latest/getting_started.html#
- Pandas library, either with pip or system wide installation depending on OS. (pip is recommended): https://pandas.pydata.org/pandas-docs/stable/getting_started/install.html
Tested on Ubuntu & macOS