Skip to content

Commit f96a011

Browse files
authored
Merge pull request #15 from sdtom/main
Add more types found in download
2 parents 3223b11 + 297f429 commit f96a011

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

convert.py

+6
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,12 @@ def remove_currency(text: str):
7878
'Buy': 'Buy',
7979
'Sell': 'Sell',
8080
'Wire Received': 'Deposit',
81+
'Advisor Fee': 'Fees',
82+
'Reinvest Dividend': 'Dividend',
83+
'Reinvest Shares': 'Buy',
84+
'Bank Interest': 'Dividend',
85+
'Funds Received': 'Deposit',
86+
'MoneyLink Transfer': 'Deposit',
8187
}
8288
new_type = [action_to_type[x] for x in df['Note']]
8389
df['Type'] = new_type

0 commit comments

Comments
 (0)