-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathportfolios.json
More file actions
52 lines (52 loc) · 970 Bytes
/
portfolios.json
File metadata and controls
52 lines (52 loc) · 970 Bytes
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
[
{
"clientId": "123456",
"accounts": [
{
"accountNumber": "1111111111",
"securities": [
{
"isin": "DE0009807016",
"quantity": 10,
"quote": 40.96
},
{
"isin": "DE000BAY0017",
"quantity": 23.5,
"quote": 54.80
}
]
}
]
},
{
"clientId": "654321",
"accounts": [
{
"accountNumber": "2222222222",
"securities": [
{
"isin": "IE00B4L5Y983",
"quantity": 12,
"quote": 77.284
},
{
"isin": "DE0009807016",
"quantity": 10,
"quote": 40.96
}
]
},
{
"accountNumber": "3333333333",
"securities": [
{
"isin": "US88160R1014",
"quantity": 50,
"quote": 294.60
}
]
}
]
}
]