Skip to content

Commit

Permalink
Chore (Accounting rule): receive/interest events
Browse files Browse the repository at this point in the history
Signed-off-by: OjusWiZard <[email protected]>
  • Loading branch information
OjusWiZard committed Sep 10, 2024
1 parent 249f2be commit cf105b3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions updates/accounting_rules/v4.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
"count_entire_amount_spend": true,
"count_cost_basis_pnl": true,
"accounting_treatment": null
},
{
"event_type": "receive",
"event_subtype": "interest",
"counterparty": null,
"taxable": true,
"count_entire_amount_spend": false,
"count_cost_basis_pnl": true,
"accounting_treatment": null
}
]
}

0 comments on commit cf105b3

Please sign in to comment.