pviotti / degiro-bookkeeper

Simple financial accounting for Degiro.
GNU General Public License v3.0
15 stars 2 forks source link

Implement optional way of computing earnings using Irish FIFO rule #38

Open pviotti opened 2 years ago

pviotti commented 2 years ago

FIFO rule.

It should not be implemented as default behavior since this is just a peculiar way Irish Revenue office has to compute earnings for taxation purposes, and it's not useful to DeGiro users in other countries.

goenning commented 2 years ago

I see that it currently has support for earlier/late period which is probably just an Irish thing. Is the intention of this tool to be a general purpose bookkeeping for all countries? Or will it be focused on the Irish specifics?

pviotti commented 2 years ago

Ideally this is going to be as generic as possible. Country-specific features will be optional (for instance, the --period parameter for Irish CGT can be omitted).