Skip to content

Commit

Permalink
fix: add 'Qualified Dividend' type to Schwab CSV Brokerage #60
Browse files Browse the repository at this point in the history
  • Loading branch information
redstreet committed May 6, 2023
1 parent 109d754 commit 9a9d64a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def custom_init(self):
'MoneyLink Transfer': 'transfer',
'Pr Yr Div Reinvest': 'dividends',
'Reinvest Dividend': 'dividends',
'Qualified Dividend': 'dividends',
'Reinvest Shares': 'buystock',
'Sell': 'sellstock',
'Short Term Cap Gain Reinvest': 'capgainsd_st',
Expand Down

0 comments on commit 9a9d64a

Please sign in to comment.