Results 223 comments of eprbell

CC: @ndopencode, who worked on the Kraken plugin. If you have deadline coming up soon, I suggest you hire a professional or try with another tool: it's unlikely that this...

The exit with no output could be due to the Historic-Crypto library calling exit: see https://github.com/David-Woroniuk/Historic_Crypto/blob/main/HistoricalData.py#L150. I think @macanudo527 was working on dropping it because it no longer works. Can...

There are a few problems with your approach: * you're trying to load a Kraken-generated file with the manual plugin: it's unlikely that the Kraken format maps 1-1 to the...

The [manual plugin documentation](https://github.com/eprbell/dali-rp2/blob/main/docs/configuration_file.md#manual-section-csv) explains that 3 CSV files are required (just read the first paragraph): these CSV files must be referenced in the `[dali.plugin.input.csv.manual ]` section of the .ini...

You have two options: * use the [manual CSV plugin](https://github.com/eprbell/dali-rp2/blob/main/docs/configuration_file.md#manual-section-csv): take your transactions (in whatever format they are) and convert them to the manual CSV format. You could do this...

Yes, that's correct, with the exception that option 1 may be slightly more involved than just rearranging columns. Depending on how the native format looks like you may also need...

In the US case RP2 generates two tax-specific reports: * [rp2_full_report](https://github.com/eprbell/rp2/blob/main/src/rp2/plugin/report/rp2_full_report.py): country-agnostic tax report showing lot fractioning and pairing (according to the accounting method), balances, history, etc. This report is...

Adding a bit more context. [The output from tax_report_us](https://github.com/eprbell/rp2/blob/main/docs/images/tax_report_us_output_capital_gains.png) is immediately recognized by any US tax accountant as Form 8949. What is the Spanish equivalent of Form 8949? The tax_report_es...