Skip to content

Releases: EmilMaric/cad-capital-gains

2.0.2

24 Jul 07:39
4bfdcab
Compare
Choose a tag to compare

What's Changed

  • Support partial share purchases/sales by @EmilMaric in #25
  • Reduces number of exchange requests for large transaction lists. by @btanner in #28
  • Drop support for Python3.6 and Python3.7 and upgrade builds to run on latest ubuntu OS release (instead of running on deprecated releases where urllib3 wasn't supported) by @EmilMaric in #34

New Contributors

Full Changelog: 2.0.1...2.0.2

2.0.1

14 Mar 21:11
c9003c5
Compare
Choose a tag to compare
  • Drop support for Python3.5
  • Fix bug where we weren't uploading Codecov coverage reports to Github

2.0.0

14 Mar 20:05
963fbcf
Compare
Choose a tag to compare
  • Change calc command to display the following:

    • proceeds as qty * price * exchange_rate
    • acb as old_acb_per_share * qty (this stayed the same but isn't
      referred to be acb_delta anymore)
    • outlays is a new column that will display all the expenses (currently
      only commissions)
  • Also ended up removing some columns from the same command that were not
    necessary to display (such as total ACB)

  • Renamed transaction_type to description as it makes more sense

  • Update README.md

1.1.0

07 Sep 02:33
9f88119
Compare
Choose a tag to compare
  • Added support for fetching historical noon rates from the Bank of Canada. This
    allows the tool to support processing transactions dating back to 2007.

1.0.0

03 Sep 10:10
0908988
Compare
Choose a tag to compare

Initial release.

  • Add a command for showing the CSV file containing the transactions in a tabular format:
    capgains show <CSV_FILE>

  • Add a command for calculating capital gains and ACB for a particular file, using a CSV file containing the transactions as input. Output will be a table showing the capital gains:
    capgains calc <CSV_FILE> <YEAR>