Skip to content

A library and a cli application to calculate annual tax reports

Notifications You must be signed in to change notification settings

petar-dambovaliev/degiro-tax-report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A library and a cli application to calculate annual tax reports

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages