Add BANK_INTEREST_ADJ and BANK_TRANSFER actions for Schwab CSV import #219
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
These actions appeared in my recent Schwab transactions CSV.
"Bank Interest Adj" seems to mean that the previous "Margin Interest" amount needed to be adjusted (in my case the adjustment amount was a penny).
"Bank Transfer" happens when you overdraw your checking account and the balance is automatically transferred from your brokerage account. (There doesn't seem to be a penalty for this so it seems like a nice way to simplify your accounts; just keep $0 in your checking account always and then when you pay bills it will automatically come out of your brokerage account).
Note: "Margin Interest" and "Bank Interest Adj" are treated as negative income, but I think it's more correct to treat them as an expense. This PR just preserves the existing behavior; I'll open a different PR to change it since it's orthogonal.