-
-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
binance unrecognised transactions #347
Comments
row[2806] ['63265734', '2021-12-04 18:27:41', 'Spot', 'Transfer Between Spot Account and UM Futures Account', 'USDT', '-643.55370000', ''] |
ERROR Unrecognised Account: 'USD-M Futures' |
ERROR Unrecognised Operation: 'Transaction Fee' |
Hi @crashnick16, I'm in the process of adding support for futures/margin trading here: https://github.com/BittyTax/BittyTax/tree/features/margin-trading. Are you able to provide some examples exports files for these? Also, please can you re-test using the latest "unreleased" version from GitHub, as I think some of these other Unrecognised Operation Errors are already fixed. |
I've pushed some updates to the features/margin-trading branch to support Binance futures, please give it a test. |
I have done some testing and here are the errors I still get: file: binance_statement_2021-01-01_2022-01-01.csv matched as "Binance Statements" |
Hi @crashnick16, thanks for testing, see there's been some improvement. I need to implement handling for the "Isolated Margin" and "Funding" wallets, are you able to provide an example CSV with these, either email me privately or obfuscate anything personal. Does Binance provide an export for Isolated Margin trading which contains the realised profits or loss? Otherwise it will need to be calculated manually, which I'm not sure how to do, can you explain what calculations are required? "Token Swap - Redenomination/Rebranding" this operation is dependant on this fix #320. You could manually change them to be an |
With the merging of the margin trading branch into master, all these unrecognised Account/Operation errors should be fixed now. Please re-test and let me know if you have any problems. |
hey there, just run a report and a number of binance transactions are not recognised at all
ERROR Unrecognised Account: 'Isolated Margin'
row[492] ['63265734', '2021-03-23 18:40:40', 'Isolated Margin', 'Transfer Between Main Account/Futures and Margin Account', 'THETA', '-0.69930000', '']
ERROR Unrecognised Account: 'Isolated Margin'
row[493] ['63265734', '2021-03-23 18:40:40', 'Spot', 'Transfer Between Main Account/Futures and Margin Account', 'THETA', '0.69930000', '']
ERROR Unrecognised Operation: 'Transfer Between Main Account/Futures and Margin Account'
row[494] ['63265734', '2021-03-23 18:43:46', 'Isolated Margin', 'Transfer Between Main Account/Futures and Margin Account', 'USDT', '-129.24083344', '']
ERROR Unrecognised Account: 'Isolated Margin'
row[495] ['63265734', '2021-03-23 18:43:46', 'Spot', 'Transfer Between Main Account/Futures and Margin Account', 'USDT', '129.24083344', '']
ERROR Unrecognised Operation: 'Transfer Between Main Account/Futures and Margin Account'
row[2091] ['63265734', '2021-06-26 09:33:44', 'Spot', 'Transaction Fee', 'BNB', '-0.00038165', '']
ERROR Unrecognised Operation: 'Transaction Fee'
The text was updated successfully, but these errors were encountered: