From 69b95c2a6f55a74980f53f52bb1793531a75816b Mon Sep 17 00:00:00 2001 From: Red S Date: Sun, 13 Oct 2024 10:30:55 -0700 Subject: [PATCH] fix: schwab_csv_brokerage: add more transaction types --- .../importers/schwab/schwab_csv_brokerage.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/beancount_reds_importers/importers/schwab/schwab_csv_brokerage.py b/beancount_reds_importers/importers/schwab/schwab_csv_brokerage.py index e5c5a3c..8c8be70 100644 --- a/beancount_reds_importers/importers/schwab/schwab_csv_brokerage.py +++ b/beancount_reds_importers/importers/schwab/schwab_csv_brokerage.py @@ -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