Releases: EmilMaric/cad-capital-gains
Releases · EmilMaric/cad-capital-gains
2.0.2
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
2.0.0
-
Change calc command to display the following:
proceeds
asqty
*price
*exchange_rate
acb
asold_acb_per_share
*qty
(this stayed the same but isn't
referred to beacb_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
1.0.0
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>