degiro-tax-report

Crates.iodegiro-tax-report
lib.rsdegiro-tax-report
version0.1.0
sourcesrc
created_at2022-02-06 23:18:12.808233
updated_at2022-02-06 23:18:12.808233
descriptionA library and a cli application to calculate annual tax reports
homepage
repositoryhttps://github.com/petar-dambovaliev/degiro-tax-report
max_upload_size
id528084
size82,967
Petar Dambovaliev (petar-dambovaliev)

documentation

README

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
Commit count: 13

cargo fmt