-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
69 lines (69 loc) · 5.32 KB
/
db.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"customers": [
{"ID": 1, "UUID": "7170cff1-6b02-4b52-9b67-c5db5f7449dd", "Name": "Julia", "Surname": "Graham", "Address": "3267 Kathleen Coves", "Email": "[email protected]", "Avatar": "https://s3.amazonaws.com/uifaces/faces/twitter/idiot/128.jpg"},
{"ID": 2, "UUID": "638980b8-5aa9-4c83-a599-316b771d25dd", "Name": "Ana Luisa", "Surname": "Carreón", "Address": "Vía Valdivia, 23", "Email": "[email protected]", "Avatar": "https://s3.amazonaws.com/uifaces/faces/twitter/lanceguyatt/128.jpg"},
{"ID": 3, "UUID": "f8b57d20-5036-4368-90a2-029b3168e4a1", "Name": "José Eduardo", "Surname": "Matos", "Address": "C/ Puente de Mares, 3", "Email": "[email protected]", "Avatar": "https://s3.amazonaws.com/uifaces/faces/twitter/alsobrooks/128.jpg"},
{"ID": 4, "UUID": "98a3e54e-9801-40e7-af66-3242de1d2bec", "Name": "Krishnadas", "Surname": "Dwivedi", "Address": "6195 Arora Oval", "Email": "[email protected]", "Avatar": "https://s3.amazonaws.com/uifaces/faces/twitter/keyuri85/128.jpg"},
{"ID": 5, "UUID": "9cda862e-e79f-42ed-a800-b4f1583a0135", "Name": "Florine", "Surname": "Gorczany", "Address": "87910 Jaunita Extension", "Email": "[email protected]", "Avatar": "https://s3.amazonaws.com/uifaces/faces/twitter/souuf/128.jpg"}
],
"accounts": [
{"ID": 1, "Alias": "My Account 1", "IBAN": "ES3920387289627598671424", "OverallBalance": 100.23, "ProductType": "Payroll", "Currency": "€"},
{"ID": 2, "Alias": "My Account 2", "IBAN": "ES8004871131384452525613", "OverallBalance": 10.32, "ProductType": "Savings", "Currency": "€"},
{"ID": 3, "Alias": "My Account 3", "IBAN": "NL85INGB4665815860", "OverallBalance": 1212.48, "ProductType": "Payments", "Currency": "€"},
{"ID": 4, "Alias": "My Account 4", "IBAN": "NL79RABO8430666915", "OverallBalance": 30.96, "ProductType": "Payroll", "Currency": "€"},
{"ID": 5, "Alias": "My Account 5", "IBAN": "FR5814508000707749352711P46", "OverallBalance": 750.83, "ProductType": "Payroll", "Currency": "€"},
{"ID": 6, "Alias": "My Account 6", "IBAN": "ES8730049684819827893755", "OverallBalance": 5632.01, "ProductType": "Payroll", "Currency": "€"},
{"ID": 7, "Alias": "My Account 7", "IBAN": "NL66RABO9942408754", "OverallBalance": 4102.00, "ProductType": "Savings", "Currency": "€"},
{"ID": 8, "Alias": "My Account 8", "IBAN": "GB78BARC20040127835841", "OverallBalance": 123.32, "ProductType": "Savings", "Currency": "€"},
{"ID": 9, "Alias": "My Account 9", "IBAN": "FR0314508000701888216182I24", "OverallBalance": 783.96, "ProductType": "Payments", "Currency": "€"},
{"ID": 10, "Alias": "My Account 10", "IBAN": "GB15BARC20038451492481", "OverallBalance": 1027.12, "ProductType": "Payments", "Currency": "€"}
],
"customerAccount":[
{"UUIDCustomer": "7170cff1-6b02-4b52-9b67-c5db5f7449dd", "IDAccount": 1, "HolderType": "Account Holder"},
{"UUIDCustomer": "7170cff1-6b02-4b52-9b67-c5db5f7449dd", "IDAccount": 2, "HolderType": "Secondary Holder"},
{"UUIDCustomer": "638980b8-5aa9-4c83-a599-316b771d25dd", "IDAccount": 1, "HolderType": "Secondary Holder"},
{"UUIDCustomer": "638980b8-5aa9-4c83-a599-316b771d25dd", "IDAccount": 3, "HolderType": "Account Holder"},
{"UUIDCustomer": "f8b57d20-5036-4368-90a2-029b3168e4a1", "IDAccount": 4, "HolderType": "Account Holder"},
{"UUIDCustomer": "f8b57d20-5036-4368-90a2-029b3168e4a1", "IDAccount": 5, "HolderType": "Account Holder"},
{"UUIDCustomer": "f8b57d20-5036-4368-90a2-029b3168e4a1", "IDAccount": 6, "HolderType": "Secondary Holder"},
{"UUIDCustomer": "98a3e54e-9801-40e7-af66-3242de1d2bec", "IDAccount": 6, "HolderType": "Account Holder"},
{"UUIDCustomer": "98a3e54e-9801-40e7-af66-3242de1d2bec", "IDAccount": 7, "HolderType": "Account Holder"},
{"UUIDCustomer": "98a3e54e-9801-40e7-af66-3242de1d2bec", "IDAccount": 8, "HolderType": "Account Holder"},
{"UUIDCustomer": "9cda862e-e79f-42ed-a800-b4f1583a0135", "IDAccount": 9, "HolderType": "Account Holder"},
{"UUIDCustomer": "98a3e54e-9801-40e7-af66-3242de1d2bec", "IDAccount": 10, "HolderType": "Account Holder"}
],
"transactions": [
{"IDTransaction": "4e32792e-099a-42b6-9ada-f34f93ce6f21",
"OrderedBy": "f8b57d20-5036-4368-90a2-029b3168e4a1",
"Amount": 45.80,
"IDOriginAccount": 4,
"IDDestinationAccount": 7,
"ExecutionDate": 1576482920016,
"OrderDate": 1576482920016,
"Description": "Present for my friend Suzy" },
{"IDTransaction": "4e32792e-099a-42b6-9ada-f34f93ce6f21",
"OrderedBy": "f8b57d20-5036-4368-90a2-029b3168e4a1",
"Amount": 234.12,
"IDOriginAccount": 4,
"IDDestinationAccount": 6,
"ExecutionDate": 1577433198181,
"OrderDate": 1577433198181,
"Description": "Moving money" },
{"IDTransaction": "4e32792e-099a-42b6-9ada-f34f93ce6f21",
"OrderedBy": "7170cff1-6b02-4b52-9b67-c5db5f7449dd",
"Amount": 23.12,
"IDOriginAccount": 2,
"IDDestinationAccount": 1,
"ExecutionDate": 1577432943428,
"OrderDate": 1577432943428,
"Description": "Transfer to my primary account" },
{"IDTransaction": "8e4c2053-e92f-4942-a475-1d919d3a0e25",
"OrderedBy": "638980b8-5aa9-4c83-a599-316b771d25dd",
"Amount": 10,
"IDOriginAccount": 1,
"IDDestinationAccount": 2,
"ExecutionDate": 1577346167907,
"OrderDate": 1577346167907,
"Description": "Transfer to my second account" }
]
}