-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from plaid/tk_more_dates
Support more transaction dates!
- Loading branch information
Showing
14 changed files
with
2,464 additions
and
2,471 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,57 +1,56 @@ | ||
{ | ||
"override_accounts": [ | ||
{ | ||
"type": "depository", | ||
"subtype": "checking", | ||
"starting_balance": 150000, | ||
"transactions": [ | ||
"override_accounts": [ | ||
{ | ||
"date_transacted": "2023-05-01", | ||
"date_posted": "2023-05-01", | ||
"amount": 10000, | ||
"description": "Employee Payroll", | ||
"currency": "USD" | ||
}, | ||
{ | ||
"date_transacted": "2023-05-01", | ||
"date_posted": "2023-05-01", | ||
"amount": 5000, | ||
"description": "Office Rental", | ||
"currency": "USD" | ||
}, | ||
{ | ||
"date_transacted": "2023-05-01", | ||
"date_posted": "2023-05-02", | ||
"amount": -15000, | ||
"description": "Transfer from Savings", | ||
"currency": "USD" | ||
}, | ||
{ | ||
"date_transacted": "2023-05-03", | ||
"date_posted": "2023-05-03", | ||
"amount": 15000, | ||
"description": "United States Gypsum Corporation - Drywall", | ||
"currency": "USD" | ||
} | ||
|
||
], | ||
"identity": { | ||
"names": [ | ||
"John Smith" | ||
], | ||
"addresses": [ | ||
{ | ||
"primary": true, | ||
"data": { | ||
"country": "US", | ||
"city": "New York", | ||
"street": "10003 Broadway Road", | ||
"postal_code": "10003", | ||
"region": "NY" | ||
"type": "depository", | ||
"subtype": "checking", | ||
"starting_balance": 150000, | ||
"transactions": [ | ||
{ | ||
"date_transacted": "2023-11-29", | ||
"date_posted": "2023-11-29", | ||
"amount": 10000, | ||
"description": "Employee Payroll", | ||
"currency": "USD" | ||
}, | ||
{ | ||
"date_transacted": "2023-11-29", | ||
"date_posted": "2023-11-29", | ||
"amount": 5000, | ||
"description": "Office Rental", | ||
"currency": "USD" | ||
}, | ||
{ | ||
"date_transacted": "2023-11-29", | ||
"date_posted": "2023-11-30", | ||
"amount": -15000, | ||
"description": "Transfer from Savings", | ||
"currency": "USD" | ||
}, | ||
{ | ||
"date_transacted": "2023-12-01", | ||
"date_posted": "2023-12-01", | ||
"amount": 15000, | ||
"description": "United States Gypsum Corporation - Drywall", | ||
"currency": "USD" | ||
} | ||
], | ||
"identity": { | ||
"names": [ | ||
"John Smith" | ||
], | ||
"addresses": [ | ||
{ | ||
"primary": true, | ||
"data": { | ||
"country": "US", | ||
"city": "New York", | ||
"street": "10003 Broadway Road", | ||
"postal_code": "10003", | ||
"region": "NY" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
] | ||
} | ||
} | ||
] | ||
} | ||
] | ||
} |
131 changes: 0 additions & 131 deletions
131
income/bank income custom user_random income over 90 days.json
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.