File size: 534 Bytes
e62015b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "financial_institution": "verbatim-string",
  "account_holder": "verbatim-string",
  "account_number": "verbatim-string",
  "statement_period": {
    "start_date": "date",
    "end_date": "date"
  },
  "opening_balance": "number",
  "closing_balance": "number",
  "currency": "currency",
  "transaction_count": "integer",
  "transactions": [
    {
      "date": "date",
      "description": "verbatim-string",
      "transaction_type": ["debit", "credit", "other"],
      "amount": "number",
      "balance": "number"
    }
  ]
}