1 个不稳定版本
0.1.0 | 2022年2月6日 |
---|
#18 在 #tax
25KB
653 代码行
用于计算资本收益年度税务报告的库和命令行应用程序
// 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
依赖项
~11–23MB
~284K SLoC