-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathusers.json
86 lines (86 loc) · 2.28 KB
/
users.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"daysPerTurn": 10,
"totalDays": 30,
"users": [
{
"cashBalance": 2216.74365234375,
"portfolio": {
"avgProfitHistory": [
1.0,
2.0,
3.0,
4.0,
5.0,
6.0,
-10.0,
11.0,
2.0,
-1.0,
0.0,
839.659912109375
],
"profit": 839.659912109375,
"stocks": []
},
"userName": "nim"
},
{
"cashBalance": 985.9423828125,
"portfolio": {
"avgProfitHistory": [
10.0,
9.0,
8.0,
7.0,
6.0,
-1.0,
3.0,
4.0,
-6.0,
0.0
],
"profit": -0.9312591552734375,
"stocks": [
{
"bookValue": 61.5202751159668,
"numShares": 5,
"stockName": "FB"
},
{
"bookValue": 37.867103576660156,
"numShares": 3,
"stockName": "GOOGL"
}
]
},
"userName": "sri"
},
{
"cashBalance": 1245.100830078125,
"portfolio": {
"avgProfitHistory": [
12.0,
-11.0,
10.0,
9.0,
8.0,
-1.0,
15.0,
16.0,
-17.0,
0.0,
0.09201812744140625
],
"profit": -2.114501953125,
"stocks": [
{
"bookValue": 47.19715881347656,
"numShares": 4,
"stockName": "Apple"
}
]
},
"userName": "shisheer"
}
]
}