Skip to content

Commit 579d708

Browse files
committed
Fix accounting rules
1 parent c638ec3 commit 579d708

File tree

2 files changed

+9
-13
lines changed

2 files changed

+9
-13
lines changed

updates/accounting_rules/v3.json

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,6 @@
11
{
22
"accounting_rules": [
33
{
4-
"event_type": "fail",
5-
"event_subtype": "fee",
6-
"event_type": "spend",
7-
"event_subtype": "payment",
8-
"counterparty": null,
9-
"taxable": true,
10-
"count_entire_amount_spend": true,
11-
"count_cost_basis_pnl": true,
12-
"accounting_treatment": null
13-
},
14-
{
15-
"event_type": "fail",
16-
"event_subtype": "fee",
174
"event_type": "spend",
185
"event_subtype": "payment",
196
"counterparty": null,

updates/accounting_rules/v4.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,15 @@
4444
"count_entire_amount_spend": true,
4545
"count_cost_basis_pnl": true,
4646
"accounting_treatment": null
47+
},
48+
{
49+
"event_type": "fail",
50+
"event_subtype": "fee",
51+
"counterparty": null,
52+
"taxable": true,
53+
"count_entire_amount_spend": true,
54+
"count_cost_basis_pnl": true,
55+
"accounting_treatment": null
4756
}
4857
]
4958
}

0 commit comments

Comments
 (0)