forked from AzureCosmosDB/banking-multi-agent-workshop
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUserData.json
More file actions
117 lines (116 loc) · 3.82 KB
/
UserData.json
File metadata and controls
117 lines (116 loc) · 3.82 KB
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
[
{
"id": "Mark",
"tenantId": "Contoso",
"name": "Mark Brown",
"type": "BankUser",
"email": "markbrown@contoso.com",
"phoneNumber": "123-456-7890",
"attributes": {
"annualSalary": 85000,
"creditScore": 750,
"debtToIncomeRatio": 0.25,
"investmentPortfolioValue": 50000
},
"_rid": "NaEpAMBDdBQBAAAAAAAAAA==",
"_self": "dbs/NaEpAA==/colls/NaEpAMBDdBQ=/docs/NaEpAMBDdBQBAAAAAAAAAA==/",
"_etag": "\"2d00ad3e-0000-2200-0000-67b43f320000\"",
"_attachments": "attachments/",
"_ts": 1739865906
},
{
"id": "Sandeep",
"tenantId": "Contoso",
"name": "Sandeep Nair",
"type": "BankUser",
"email": "sandeepnair@contoso.com",
"phoneNumber": "987-654-3210",
"attributes": {
"annualSalary": 95000,
"creditScore": 780,
"debtToIncomeRatio": 0.2,
"investmentPortfolioValue": 120000
},
"_rid": "NaEpAMBDdBQCAAAAAAAAAA==",
"_self": "dbs/NaEpAA==/colls/NaEpAMBDdBQ=/docs/NaEpAMBDdBQCAAAAAAAAAA==/",
"_etag": "\"2d00ba3e-0000-2200-0000-67b43f460000\"",
"_attachments": "attachments/",
"_ts": 1739865926
},
{
"id": "Theo",
"tenantId": "Contoso",
"name": "Theo van Kraay",
"email": "theo@contoso.com",
"type": "BankUser",
"phoneNumber": "555-123-6789",
"attributes": {
"annualSalary": 65000,
"creditScore": 690,
"debtToIncomeRatio": 0.35,
"investmentPortfolioValue": 30000
},
"_rid": "NaEpAMBDdBQDAAAAAAAAAA==",
"_self": "dbs/NaEpAA==/colls/NaEpAMBDdBQ=/docs/NaEpAMBDdBQDAAAAAAAAAA==/",
"_etag": "\"2d00bf3e-0000-2200-0000-67b43f4c0000\"",
"_attachments": "attachments/",
"_ts": 1739865932
},
{
"id": "Sajee",
"tenantId": "Fabrikan",
"name": "Sajeetharan Sinnathurai",
"email": "sajee@contoso.com",
"type": "BankUser",
"phoneNumber": "444-987-6543",
"attributes": {
"annualSalary": 120000,
"creditScore": 800,
"debtToIncomeRatio": 0.18,
"investmentPortfolioValue": 200000
},
"_rid": "NaEpAMBDdBQEAAAAAAAAAA==",
"_self": "dbs/NaEpAA==/colls/NaEpAMBDdBQ=/docs/NaEpAMBDdBQEAAAAAAAAAA==/",
"_etag": "\"2d00c73e-0000-2200-0000-67b43f530000\"",
"_attachments": "attachments/",
"_ts": 1739865939
},
{
"id": "Abhishek",
"tenantId": "Fabrikan",
"name": "Abhishek Gupta",
"email": "abhishek@fabrikan.com",
"type": "BankUser",
"phoneNumber": "222-888-7777",
"attributes": {
"annualSalary": 72000,
"creditScore": 710,
"debtToIncomeRatio": 0.28,
"investmentPortfolioValue": 40000
},
"_rid": "NaEpAMBDdBQFAAAAAAAAAA==",
"_self": "dbs/NaEpAA==/colls/NaEpAMBDdBQ=/docs/NaEpAMBDdBQFAAAAAAAAAA==/",
"_etag": "\"2d00cb3e-0000-2200-0000-67b43f580000\"",
"_attachments": "attachments/",
"_ts": 1739865944
},
{
"id": "David",
"tenantId": "Fabrikan",
"name": "David Wilson",
"email": "davidw@contoso.com",
"type": "BankUser",
"phoneNumber": "666-777-8888",
"attributes": {
"annualSalary": 110000,
"creditScore": 770,
"debtToIncomeRatio": 0.22,
"investmentPortfolioValue": 150000
},
"_rid": "NaEpAMBDdBQGAAAAAAAAAA==",
"_self": "dbs/NaEpAA==/colls/NaEpAMBDdBQ=/docs/NaEpAMBDdBQGAAAAAAAAAA==/",
"_etag": "\"2d00d53e-0000-2200-0000-67b43f5d0000\"",
"_attachments": "attachments/",
"_ts": 1739865949
}
]