topcoderasdf

Results 17 comments of topcoderasdf
trafficstars

I don't know about tax law, but my guess would be to follow the second case (separate accounting). if we do FIFO, there are cases where things become problematic. ex)...

Also, maybe this belongs to another issue, but transaction type - LEND might be also necessary for lending crypto. So along with https://github.com/eprbell/dali-rp2/issues/96, currently 4 transaction types - REFUND -...

Forgot to mention we would also need a transaction type that is the opposite of LEND, which would be named something like RECOVER. (couldn't think of a better terminology) Now,...

> You suggested this should result in $10000 ($25000 - $15000), which is reasonable, but to obtain this result you would have to sell a lot you don't have (the...

Im no tax law expert, but I will post quotes from a few articles from tax services. > It’s expected that the profits and losses generated from margin trading are...

Formal Spec Requirements for Margin Trading. Transaction Types - Borrow - Repay - Collaterize - Uncollaterize Two separate accounting engines. - One for regular trading - One for margin trading...

Example Cases ex 1) 1. Borrow 1 BTC at $20000 2. Pay back 1 BTC at $15000 Cost basis analysis 1. Current balance: 1 BTC. Margin loan balance: 1 BTC...

https://github.com/eprbell/dali-rp2/issues/100 issue hasn't been solved. So I've used GIFT for GAIN and FEE for LOSS instead. I am actually not sure how to implement GAIN/LOSS transaction type at the moment...

FEE could actually be used for loss. I think we just need to add another transaction type called LOSS that is an exact copy of FEE. GIFT is unrealized gain....

I was able to replicate the same error using Coinbase Pro's sandbox environment. The transaction is basically a transfer between two different portfolios within a Coinbase Pro account. Steps to...