Skip to content

Commit

Permalink
feat(minor): add tdameritrade to template.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
redstreet committed Jan 4, 2024
1 parent 87a5f4b commit 4bba61d
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions beancount_reds_importers/util/template.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ofx_pre = pass show dummy > /dev/null; ofxget stmt --nokeyring -u
downloads_dir = ~/Downloads

[fidelity]
type = ofxget
type = investment
cmd = %(ofx_pre)s <your_username> \
--useragent randomstring \
--password $(pass financial/fidelity) \
Expand All @@ -13,15 +13,15 @@ cmd = %(ofx_pre)s <your_username> \
> %(downloads_dir)s/fidelity.ofx

[fidelity_netbenefits]
type = ofxget
type = retirement
cmd = %(ofx_pre)s <your_username> \
--useragent randomstring \
--password $(pass financial/netbenefits) netbenefits -i <acc_num> \
> %(downloads_dir)s/fidelity_netbenefits.ofx

# chase requires same clientuid, unique to the account.
[chase]
type = ofxget
type = creditcard
cmd = %(ofx_pre)s <your_username> \
--password $(pass financial/chase) \
--clientuid DAB2934E-A112-2309-BCD2-ABCD12345678 chase --all \
Expand All @@ -39,3 +39,9 @@ cmd = %(ofx_pre)s <your_username> \
type = manual
display = "Submit via: https://www.amazon.com/gp/privacycentral/dsar/preview.html"
comment = "Internet-search for Request My Data, choose my orders. Last updated: 2022-02-22"

[tdameritrade]
type = investment
cmd = %(ofx_pre)s <your_username> \
--password $(pass financial/tdameritrade) ameritrade -i <acc_num> \
> %(downloads_dir)s/tdameritrade.ofx

0 comments on commit 4bba61d

Please sign in to comment.