Crates.io | degiro-tax-report |
lib.rs | degiro-tax-report |
version | 0.1.0 |
source | src |
created_at | 2022-02-06 23:18:12.808233 |
updated_at | 2022-02-06 23:18:12.808233 |
description | A library and a cli application to calculate annual tax reports |
homepage | |
repository | https://github.com/petar-dambovaliev/degiro-tax-report |
max_upload_size | |
id | 528084 |
size | 82,967 |
Library and a cli application to calculate annual tax reports for capital gains
// tells you how much realized gains you had for the year
// irrelevant of losses for previous years
cargo run -- -f ./testdata/data.csv -y 2021 -c 5 unadjusted
// this one takes into account losses from previous years
// in this case, 5
cargo run -- -f ./testdata/data.csv -y 2021 -c 5 adjusted