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 729fbce commit 4c85c3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rp2/plugin/report/us/tax_report_us.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ class SheetNames(Enum):
INCOME: str = "Income"
INTEREST: str = "Interest"
INVESTMENT_EXPENSES: str = "Investment Expenses"
LOST: str = "Lost"
MINING: str = "Mining"
STAKING: str = "Staking"
WAGES: str = "Wages"
Expand All @@ -56,6 +57,7 @@ class SheetNames(Enum):
SheetNames.INTEREST.value: (TransactionType.INTEREST,),
SheetNames.INVESTMENT_EXPENSES.value: (
TransactionType.FEE,
TransactionType.LOST,
TransactionType.MOVE,
),
SheetNames.MINING.value: (TransactionType.MINING,),
Expand Down

0 comments on commit 4c85c3d

Please sign in to comment.