diff --git a/updates/accounting_rules/v12.json b/updates/accounting_rules/v12.json index 41643fb..1ee39b5 100644 --- a/updates/accounting_rules/v12.json +++ b/updates/accounting_rules/v12.json @@ -17,6 +17,24 @@ "count_entire_amount_spend": true, "count_cost_basis_pnl": true, "accounting_treatment": null + }, + { + "event_type": "spend", + "event_subtype": "bridge", + "counterparty": null, + "taxable": true, + "count_entire_amount_spend": true, + "count_cost_basis_pnl": true, + "accounting_treatment": null + }, + { + "event_type": "receive", + "event_subtype": "bridge", + "counterparty": null, + "taxable": true, + "count_entire_amount_spend": true, + "count_cost_basis_pnl": true, + "accounting_treatment": null } ] }