Spaces:
Running on Zero
Running on Zero
electblake commited on
Commit ·
61bcfb9
1
Parent(s): 178e9f5
chore(samples): remove generated bank statement template
Browse files
data/templates/generated-bank-statement-template.json
DELETED
|
@@ -1,40 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"account_holder": {
|
| 3 |
-
"address": {
|
| 4 |
-
"street_address": "string",
|
| 5 |
-
"postal_code": "string",
|
| 6 |
-
"city": "verbatim-string",
|
| 7 |
-
"province": "region:CA"
|
| 8 |
-
},
|
| 9 |
-
"name": "verbatim-string"
|
| 10 |
-
},
|
| 11 |
-
"statement_period": {
|
| 12 |
-
"end_date": "date",
|
| 13 |
-
"start_date": "date"
|
| 14 |
-
},
|
| 15 |
-
"account_number": "string",
|
| 16 |
-
"bank_details": {
|
| 17 |
-
"name": "verbatim-string",
|
| 18 |
-
"address": {
|
| 19 |
-
"street_address": "verbatim-string",
|
| 20 |
-
"postal_code": "verbatim-string",
|
| 21 |
-
"city": "verbatim-string",
|
| 22 |
-
"province": "region:CA"
|
| 23 |
-
},
|
| 24 |
-
"phone_number": "phone-number"
|
| 25 |
-
},
|
| 26 |
-
"transactions": [
|
| 27 |
-
{
|
| 28 |
-
"description": "string",
|
| 29 |
-
"date": "date",
|
| 30 |
-
"withdrawals": "number",
|
| 31 |
-
"balance": "number",
|
| 32 |
-
"ref": "verbatim-string",
|
| 33 |
-
"deposits": "number"
|
| 34 |
-
}
|
| 35 |
-
],
|
| 36 |
-
"totals": {
|
| 37 |
-
"withdrawals": "number",
|
| 38 |
-
"deposits": "number"
|
| 39 |
-
}
|
| 40 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|