-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.json
81 lines (81 loc) · 1.68 KB
/
portfolio.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
{
"cash": 612.2500000000109,
"buckets": [
{
"name": "Conservative",
"allocation": 40.0,
"etfs": [
{
"ticker": "BND",
"allocation": 50.0,
"shares": 26
},
{
"ticker": "VTI",
"allocation": 50.0,
"shares": 7
}
]
},
{
"name": "Thematic",
"allocation": 24.0,
"etfs": [
{
"ticker": "XLK",
"allocation": 50.0,
"shares": 5
},
{
"ticker": "XLV",
"allocation": 50.0,
"shares": 7
}
]
},
{
"name": "Aggressive",
"allocation": 16.0,
"etfs": [
{
"ticker": "QQQ",
"allocation": 30.0,
"shares": 1
},
{
"ticker": "ARKK",
"allocation": 70.0,
"shares": 22
}
]
},
{
"name": "New Bucket",
"allocation": 20.0,
"etfs": [
{
"add": true,
"allocation": 50.0,
"ticker": "XSMO",
"category": "Small Growth",
"long_name": "Invesco S&P SmallCap Momentum ETF",
"threeYearAverageReturn": 2.40568,
"fiveYearAverageReturn": 10.306208999999999,
"totalAssets": 324.087616,
"shares": 16
},
{
"add": true,
"allocation": 50.0,
"ticker": "DWAS",
"category": "Small Growth",
"long_name": "Invesco DWA SmallCap Momentum ETF",
"threeYearAverageReturn": -0.31275002,
"fiveYearAverageReturn": 12.1676,
"totalAssets": 898.817088,
"shares": 7
}
]
}
]
}