1 unstable release
0.1.0 | Feb 6, 2022 |
---|
#18 in #tax
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
~11–23MB
~284K SLoC