From 4dff43bce90bdb2e79c4e01664f1bc2fd3d4d991 Mon Sep 17 00:00:00 2001 From: Lefteris Karapetsas Date: Tue, 17 Sep 2024 09:49:02 +0200 Subject: [PATCH] Add loss accounting rules Signed-off-by: Lefteris Karapetsas --- updates/accounting_rules/v4.json | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/updates/accounting_rules/v4.json b/updates/accounting_rules/v4.json index 4627adc..c66a95e 100644 --- a/updates/accounting_rules/v4.json +++ b/updates/accounting_rules/v4.json @@ -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 } ] -} \ No newline at end of file +}