Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/eprbell/rp2
Browse files Browse the repository at this point in the history
  • Loading branch information
eprbell committed Jun 30, 2024
2 parents e75f41f + 00f3f72 commit e46c2ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Privacy-focused, free, powerful crypto tax calculator
* [Other Unix-like Systems](https://github.com/eprbell/rp2/blob/main/README.md#installation-on-other-unix-like-systems)
* **[Running](https://github.com/eprbell/rp2/blob/main/README.md#running)**
* **[Input and Output Files](https://github.com/eprbell/rp2/blob/main/README.md#input-and-output-files)**
* **[Supported Countries](https://github.com/eprbell/rp2/blob/main/README.md#supported_countries)**
* **[Supported Countries](https://github.com/eprbell/rp2/blob/main/README.md#supported-countries)**
* **[RP2 Ecosystem](https://github.com/eprbell/rp2/blob/main/README.md#rp2-ecosystem)**
* [List of Ecosystem Projects](https://github.com/eprbell/rp2/blob/main/README.md#list-of-ecosystem-projects)
* **[Reporting Bugs](https://github.com/eprbell/rp2/blob/main/README.md#reporting-bugs)**
Expand Down Expand Up @@ -182,7 +182,7 @@ To print full command usage information for the `rp2_us` command:
Read the [input files](https://github.com/eprbell/rp2/blob/main/docs/input_files.md) and [output files](https://github.com/eprbell/rp2/blob/main/docs/output_files.md) documentation.

## Supported Countries
Read the [supported countries](https://github.com/eprbell/rp2/blob/main/docs/input_files.md) documentation.
Read the [supported countries](https://github.com/eprbell/rp2/blob/main/docs/supported_countries.md) documentation.

## RP2 Ecosystem
This is a call for coders: come and help us expand RP2's functionality!
Expand Down
4 changes: 2 additions & 2 deletions docs/supported_countries.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ RP2 supports most countries each of which has different accounting methods and r

### Generic
This is a placeholder country that is meant to be used by people of countries that are yet unsupported by RP2. It produces a country-agnostic, detailed report and supports all RP2 accounting methods (which can be selected with the `-m` option). It requires the definition of two environment variables:
* CURRENCY_CODE: [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) string representing the currency used;
* LONG_TERM_CAPITAL_GAINS: period in days after which sold assets trigger long-term capital gains instead of short-term ones (for the US this value is 365). For countries that don't have short/long-term capital gains a very large number can be used (e.g. 1000000000).
* `CURRENCY_CODE`: [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) string representing the currency used;
* `LONG_TERM_CAPITAL_GAINS`: period in days after which sold assets trigger long-term capital gains instead of short-term ones (for the US this value is 365). For countries that don't have short/long-term capital gains a very large number can be used (e.g. 1000000000).
To set environment variables for the generic RP2 executable on Unix-like systems:
```
CURRENCY_CODE=eur LONG_TERM_CAPITAL_GAINS=1000000000 rp2_generic...
Expand Down

0 comments on commit e46c2ab

Please sign in to comment.