#tax #cli-applications #command-line-utilities #degiro #annual-report #tax-report

bin+lib degiro-tax-report

A library and a cli application to calculate annual tax reports

1 unstable release

0.1.0 Feb 6, 2022

#17 in #tax

MIT/Apache

25KB
653 lines

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

Dependencies

~12–22MB
~259K SLoC