Skip to content

Commit

Permalink
fix: schwab_csv_brokerage: add more transaction types
Browse files Browse the repository at this point in the history
  • Loading branch information
redstreet committed Oct 13, 2024
1 parent be5abaa commit 69b95c2
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ def custom_init(self):
"Funds Received": "cash",
"Stock Split": "cash",
"Cash In Lieu": "cash",
"Wire Sent": "cash",
"Misc Cash Entry": "cash",
"Service Fee": "fee",
}
# fmt: on

Expand Down

0 comments on commit 69b95c2

Please sign in to comment.