Skip to content

Commit

Permalink
Merge pull request #129 from yabirgb/fix-rules
Browse files Browse the repository at this point in the history
Fix accounting rules
  • Loading branch information
LefterisJP authored Sep 18, 2024
2 parents c638ec3 + 579d708 commit aee112b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 deletions.
13 changes: 0 additions & 13 deletions updates/accounting_rules/v3.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,6 @@
{
"accounting_rules": [
{
"event_type": "fail",
"event_subtype": "fee",
"event_type": "spend",
"event_subtype": "payment",
"counterparty": null,
"taxable": true,
"count_entire_amount_spend": true,
"count_cost_basis_pnl": true,
"accounting_treatment": null
},
{
"event_type": "fail",
"event_subtype": "fee",
"event_type": "spend",
"event_subtype": "payment",
"counterparty": null,
Expand Down
9 changes: 9 additions & 0 deletions updates/accounting_rules/v4.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@
"count_entire_amount_spend": true,
"count_cost_basis_pnl": true,
"accounting_treatment": null
},
{
"event_type": "fail",
"event_subtype": "fee",
"counterparty": null,
"taxable": true,
"count_entire_amount_spend": true,
"count_cost_basis_pnl": true,
"accounting_treatment": null
}
]
}

0 comments on commit aee112b

Please sign in to comment.