Skip to content

Commit

Permalink
Merge pull request #128 from LefterisJP/add_loss_accounting_rules
Browse files Browse the repository at this point in the history
Add loss accounting rules
  • Loading branch information
yabirgb authored Sep 17, 2024
2 parents edf8625 + 4dff43b commit c638ec3
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion updates/accounting_rules/v4.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,24 @@
"count_entire_amount_spend": true,
"count_cost_basis_pnl": true,
"accounting_treatment": null
},
{
"event_type": "loss",
"event_subtype": "hack",
"counterparty": null,
"taxable": true,
"count_entire_amount_spend": true,
"count_cost_basis_pnl": true,
"accounting_treatment": null
},
{
"event_type": "loss",
"event_subtype": "liquidate",
"counterparty": null,
"taxable": true,
"count_entire_amount_spend": true,
"count_cost_basis_pnl": true,
"accounting_treatment": null
}
]
}
}

0 comments on commit c638ec3

Please sign in to comment.