From cb21b0553ebbec71b0daeed8c9c6fe1582601077 Mon Sep 17 00:00:00 2001 From: Yabir Benchakhtir Date: Thu, 7 May 2026 10:50:53 +0200 Subject: [PATCH] Add giveth donation accounting rule --- updates/accounting_rules/v11.json | 13 +++++++++++++ updates/info.json | 3 ++- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 updates/accounting_rules/v11.json diff --git a/updates/accounting_rules/v11.json b/updates/accounting_rules/v11.json new file mode 100644 index 0000000..7472da7 --- /dev/null +++ b/updates/accounting_rules/v11.json @@ -0,0 +1,13 @@ +{ + "accounting_rules": [ + { + "event_type": "spend", + "event_subtype": "donate", + "counterparty": "giveth", + "taxable": true, + "count_entire_amount_spend": false, + "count_cost_basis_pnl": true, + "accounting_treatment": null + } + ] +} diff --git a/updates/info.json b/updates/info.json index 03e0d6e..334cea7 100644 --- a/updates/info.json +++ b/updates/info.json @@ -17,7 +17,8 @@ "5": { "min_version": "1.38.0" }, "8": { "min_version": "1.41.3" }, "9": { "min_version": "1.42.0" }, - "10": { "min_version": "1.42.1" } + "10": { "min_version": "1.42.1" }, + "11": { "min_version": "1.43.0" } } }, "location_asset_mappings": {