# Name of the Financial Institution (FI) fi.name=USAA Credit Card # A good resource to obtain OFX info for your FI http://www.ofxhome.com/ # FI Id # Some FI has id. Others don't. When in doubt, keep this value empty fi.id=67811 # FI Org fi.org=USAA Federal Savings Bank # FI Url # URL where to connect to download statement fi.url=https://df3cx-services.1fsapi.com/casm/usaa/access.ofx # FI Broker Id # Some FI don't have Broker ID. When in doubt, keep this value empty fi.brokerId= # ofx version # 1 or 2 # 1: is a safe choice to start # 2: gives response that is a well-form XML file. Easier to parse. ofx.version=1 #ofx.version=2 appId=QMOFX appVer=2300 http.userAgent=InetClntApp/3.0 #http.disableContentCompression=true # Make sure that clientUid is in UPPER CASE clientUid=FIXME ofx1Version=103 # Request type. One of the following # . investment (support v1, v2) # . bank (support v1) # . creditCard (support v2) #requestType=investment #requestType=bank requestType=creditCard # Send info posted after a given date. Same as OFX's DTSTART # Two formats: # . -N: last N days # . yearMonthDay (in GMT) startDate=-30 #startDate=20110101 user.id=FIXME user.password=FIXME # List of accounts that you have with this FI # Number of accounts accounts=1 # Account ID #1 #account.1.bankId=314074269 account.1.id=FIXME #account.1.type=CHECKING # Another example. This FI has two accounts. Note the usage of 'account.N.key' as the key name. # Number of accounts #accounts=2 # Account ID #1 #account.1.bankId=123456 #account.1.id=987654321 #account.1.type=CHECKING #account.2.bankId=123456 #account.2.id=987654321 #account.2.type=SAVINGS