From 4bba61d7b58a1414b56763c20c612089d83c1a9a Mon Sep 17 00:00:00 2001 From: Red S Date: Wed, 3 Jan 2024 23:30:25 -0800 Subject: [PATCH] feat(minor): add tdameritrade to template.cfg --- beancount_reds_importers/util/template.cfg | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/beancount_reds_importers/util/template.cfg b/beancount_reds_importers/util/template.cfg index 11354a9..019d608 100644 --- a/beancount_reds_importers/util/template.cfg +++ b/beancount_reds_importers/util/template.cfg @@ -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 \ --useragent randomstring \ --password $(pass financial/fidelity) \ @@ -13,7 +13,7 @@ cmd = %(ofx_pre)s \ > %(downloads_dir)s/fidelity.ofx [fidelity_netbenefits] -type = ofxget +type = retirement cmd = %(ofx_pre)s \ --useragent randomstring \ --password $(pass financial/netbenefits) netbenefits -i \ @@ -21,7 +21,7 @@ cmd = %(ofx_pre)s \ # chase requires same clientuid, unique to the account. [chase] -type = ofxget +type = creditcard cmd = %(ofx_pre)s \ --password $(pass financial/chase) \ --clientuid DAB2934E-A112-2309-BCD2-ABCD12345678 chase --all \ @@ -39,3 +39,9 @@ cmd = %(ofx_pre)s \ 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 \ + --password $(pass financial/tdameritrade) ameritrade -i \ + > %(downloads_dir)s/tdameritrade.ofx