Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
eprbell committed Jul 18, 2024
1 parent e01a8f6 commit 14f258d
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions docs/supported_countries.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,42 +41,43 @@ To set environment variables for the generic RP2 executable on Windows systems:
Set CURRENCY_CODE=eur LONG_TERM_CAPITAL_GAINS=1000000000 rp2_generic...
```
RP2 Generic supports the following features:
* Generic RP2 executable: `rp2_generic`.
* Accounting methods (note that these methods use [universal application](https://www.forbes.com/sites/shehanchandrasekera/2020/09/17/what-crypto-taxpayers-need-to-know-about-fifo-lifo-hifo-specific-id/), not per-wallet application):
* [FIFO](https://www.investopedia.com/terms/f/fifo.asp),
* [LIFO](https://www.investopedia.com/terms/l/lifo.asp),
* [HIFO](https://www.investopedia.com/terms/h/hifo.asp).
* [Output generators](https://github.com/eprbell/rp2/blob/main/docs/output_files.md):
* [rp2_full_report](https://github.com/eprbell/rp2/blob/main/docs/output_files.md#rp2-full-report-transparent-computation): comprehensive report (valid for any country), with complete transaction history, lot relationships/fractions and computation details;
* [open_positions](https://github.com/eprbell/rp2/blob/main/docs/output_files.md#open-positions-report-unrealized-gains): report on assets with non-zero crypto balance (valid for any country): unrealized gains / losses, portfolio weighting, and more.
* Generic executable: `rp2_generic`.

### Ireland
RP2 support for Ireland includes the following features:
* Ireland-specific RP2 executable: `rp2_ie`.
* Accounting methods (note that in Ireland [specific](https://www.revenue.ie/en/tax-professionals/tdm/income-tax-capital-gains-tax-corporation-tax/part-19/19-04-03.pdf) [rules](https://www.revenue.ie/en/gains-gifts-and-inheritance/transfering-an-asset/selling-or-disposing-of-shares.aspx) apply to assets bought and sold within a 4 week window: this is **NOT** yet supported by RP2):
* [FIFO](https://www.investopedia.com/terms/f/fifo.asp)
* [FIFO](https://www.investopedia.com/terms/f/fifo.asp).
* [Output generators](https://github.com/eprbell/rp2/blob/main/docs/output_files.md):
* [rp2_full_report](https://github.com/eprbell/rp2/blob/main/docs/output_files.md#rp2-full-report-transparent-computation): comprehensive report (valid for any country), with complete transaction history, lot relationships/fractions and computation details;
* [tax_report_ie](https://github.com/eprbell/rp2/blob/main/docs/output_files.md#tax-report-ie-advisor-friendly-report): tax report meant to be read by tax preparers;
* [open_positions](https://github.com/eprbell/rp2/blob/main/docs/output_files.md#open-positions-report-unrealized-gains): report on assets with non-zero crypto balance (valid for any country): unrealized gains / losses, portfolio weighting, and more.
* Ireland-specific RP2 executable: `rp2_ie`.

### Japan
RP2 support for Japan includes the following features:
* Japan-specific RP2 executable: `rp2_jp`.
* Accounting methods:
* Total Average Method;
* Total Average Method.
* [Output generators](https://github.com/eprbell/rp2/blob/main/docs/output_files.md):
* [rp2_full_report](https://github.com/eprbell/rp2/blob/main/docs/output_files.md#rp2-full-report-transparent-computation): comprehensive report (valid for any country), with complete transaction history, lot relationships/fractions and computation details;
* [tax_report_jp](https://github.com/eprbell/rp2/blob/main/docs/output_files.md#tax-report-jp-advisor-friendly-report): Japan-specific tax report meant to be read by tax preparers;
* [open_positions](https://github.com/eprbell/rp2/blob/main/docs/output_files.md#open-positions-report-unrealized-gains): report on assets with non-zero crypto balance (valid for any country): unrealized gains / losses, portfolio weighting, and more.
* Japan-specific RP2 executable: `rp2_jp`.

### Spain
RP2 support for Spain includes the following features:
* Spain-specific RP2 executable: `rp2_es`.
* Accounting methods:
* [FIFO](https://www.investopedia.com/terms/f/fifo.asp).
* [Output generators](https://github.com/eprbell/rp2/blob/main/docs/output_files.md):
* [rp2_full_report](https://github.com/eprbell/rp2/blob/main/docs/output_files.md#rp2-full-report-transparent-computation): comprehensive report (valid for any country), with complete transaction history, lot relationships/fractions and computation details;
* [open_positions](https://github.com/eprbell/rp2/blob/main/docs/output_files.md#open-positions-report-unrealized-gains): report on assets with non-zero crypto balance (valid for any country): unrealized gains / losses, portfolio weighting, and more.
* Spain-specific RP2 executable: `rp2_es`.

### USA
RP2 support for the US includes the following features:
Expand Down

0 comments on commit 14f258d

Please sign in to comment.