Files
ledgerpy/example/configs/getofx.json

29 lines
759 B
JSON

{
"secret": "s3cr3t",
"client": {
"url": "https://ofx.bank.com",
"userid": "userid",
"org": "B1",
"clientuid": "clientuid",
"fid": "fid",
"bankid": "bankid",
"version": 220
},
"accounts": [
{
"name": "OFX Checking",
"accttype": "checking",
"acctid": "111111",
"csv_file": "inputs/2018_checking.csv",
"fields": [ "", "date", "description", "amount", "", "", "" ]
},
{
"name": "OFX Credit",
"accttype": "credit",
"acctid": "111111",
"csv_file": "inputs/2018_credit.csv",
"fields": ["date", "", "description", "", "", "amount"]
}
]
}