Skip to content

Commit

Permalink
fix: add interest to schwab_csv_brokerage
Browse files Browse the repository at this point in the history
  • Loading branch information
redstreet committed Jun 10, 2024
1 parent 2d47a25 commit 1f1943c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def custom_init(self):
}
self.transaction_type_map = {
"Bank Interest": "income",
"Credit Interest": "income",
"Bank Transfer": "cash",
"Buy": "buystock",
"Journaled Shares": "buystock", # These are in-kind tranfers
Expand Down

0 comments on commit 1f1943c

Please sign in to comment.