From 14f258d64c8fb39d9e412a6ec44cc98e3cc3c657 Mon Sep 17 00:00:00 2001 From: eprbell <77937475+eprbell@users.noreply.github.com> Date: Wed, 17 Jul 2024 20:26:39 -0700 Subject: [PATCH] Minor fixes --- docs/supported_countries.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/supported_countries.md b/docs/supported_countries.md index dcf0ad2..6ee5fef 100644 --- a/docs/supported_countries.md +++ b/docs/supported_countries.md @@ -41,6 +41,7 @@ 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), @@ -48,35 +49,35 @@ RP2 Generic supports the following features: * [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: