Skip to content

Commit

Permalink
Added LOST transaction type
Browse files Browse the repository at this point in the history
  • Loading branch information
eprbell committed Jan 1, 2025
1 parent e374b36 commit 3973416
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/input_files.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The input spreadsheet is in .ods format and contains one or more sheets. Each sh
* the second row is the table header: the meaning of each header cell is defined in the **in_header** section of the config file
* the following rows describe one **IN**-transaction each
* the last row contains the **TABLE END** keyword in column A
* The **OUT**-table (optional) contains transactions describing crypto flowing out (e.g. donate, fee, gift, sell, staking):
* The **OUT**-table (optional) contains transactions describing crypto flowing out (e.g. donate, fee, gift, lost, sell, staking):
* the first row contains the **OUT** keyword in column A
* the second row is the table header: the meaning of each header cell is defined in the **out_header** section of the config file
* the following rows describe one **OUT**-transaction each
Expand Down Expand Up @@ -74,7 +74,7 @@ Here follows an example of an input spreadsheet with 2 sheets (one for BTC and o
* **asset**: which cryptocurrency was transacted (e.g. BTC, ETH, etc.). It must match the name of the spreadsheet and one of the values in the **assets** section of the config file.
* **exchange**: exchange or wallet on which the transaction occurred (e.g. Coinbase, Coinbase Pro, BlockFi, etc.). It must match one of the values in the **exchanges** section of the config file.
* **holder**: exchange account or wallet owner. It must match one of the values in the **holders** section of the config file.
* **transaction_type**: DONATE, FEE, GIFT, SELL or STAKING (this is useful to represent staking losses, due to node being offline, etc.).
* **transaction_type**: DONATE, FEE, GIFT, LOST (useful to represent lost coins, due to exchange bankruptcy, theft, etc.), SELL or STAKING (useful to represent staking losses, due to node being offline, etc.).
* **spot_price**: value of 1 unit of the given cryptocurrency at the time the transaction occurred.
* **crypto_out_no_fee**: how much of the given cryptocurrency was sold or sent with the transaction (excluding fees).
* **crypto_fee**: crypto value of the transaction fees.
Expand Down

0 comments on commit 3973416

Please sign in to comment.