Skip to content

Commit eff7e21

Browse files
authored
Merge pull request #132 from nicholasyoder/adjustment
Add accounting rule for adjustments
2 parents 12062a4 + 354f3ca commit eff7e21

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

updates/accounting_rules/v4.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,24 @@
6262
"count_entire_amount_spend": false,
6363
"count_cost_basis_pnl": true,
6464
"accounting_treatment": null
65+
},
66+
{
67+
"event_type": "adjustment",
68+
"event_subtype": "spend",
69+
"counterparty": null,
70+
"taxable": true,
71+
"count_entire_amount_spend": true,
72+
"count_cost_basis_pnl": true,
73+
"accounting_treatment": null
74+
},
75+
{
76+
"event_type": "adjustment",
77+
"event_subtype": "receive",
78+
"counterparty": null,
79+
"taxable": true,
80+
"count_entire_amount_spend": true,
81+
"count_cost_basis_pnl": true,
82+
"accounting_treatment": null
6583
}
6684
]
6785
}

0 commit comments

Comments
 (0)