diff --git a/updates/accounting_rules/v12.json b/updates/accounting_rules/v12.json new file mode 100644 index 0000000..41643fb --- /dev/null +++ b/updates/accounting_rules/v12.json @@ -0,0 +1,22 @@ +{ + "accounting_rules": [ + { + "event_type": "spend", + "event_subtype": "refund", + "counterparty": null, + "taxable": true, + "count_entire_amount_spend": true, + "count_cost_basis_pnl": true, + "accounting_treatment": null + }, + { + "event_type": "receive", + "event_subtype": "spam", + "counterparty": null, + "taxable": true, + "count_entire_amount_spend": true, + "count_cost_basis_pnl": true, + "accounting_treatment": null + } + ] +} diff --git a/updates/info.json b/updates/info.json index 858bbf1..85d017a 100644 --- a/updates/info.json +++ b/updates/info.json @@ -18,7 +18,8 @@ "8": { "min_version": "1.41.3" }, "9": { "min_version": "1.42.0" }, "10": { "min_version": "1.42.1" }, - "11": { "min_version": "1.43.0" } + "11": { "min_version": "1.43.0" }, + "12": { "min_version": "1.44.0" } } }, "location_asset_mappings": {