livinginformation / merkato

Open-source cryptocurrency market making bot
GNU General Public License v3.0
14 stars 6 forks source link

Switch csv for compliance to conform to cointrackr's standards. #217

Open mark-antony1 opened 6 years ago

mark-antony1 commented 6 years ago

The current format for the tax audits in csv format is currently not compliant with cointrackr, https://www.cointracker.io. I would recommend we use this platform for tax audits, as they have been the most recommended platform from accountants I have spoken to within the space.

To conform to the cointrackr standard, we should do the following.

screen shot 2018-06-21 at 1 56 22 pm
nasaWelder commented 6 years ago

Those are the only columns they want? Not enough information in a tax audit situation. There's no order ID or exchange name. Does it error if there are extra columns?

mark-antony1 commented 6 years ago

Not sure about extra columns. It is enough, the dates are needed not tx id

nasaWelder commented 6 years ago

I agree it's enough for calculating taxes, I don't want to throw out that metadata, for audit situation

mark-antony1 commented 6 years ago

We can have two csv outputs if you like, but cointracker should take care of all concerns with audits.