-
Notifications
You must be signed in to change notification settings - Fork 4
/
portfolio.json
72 lines (72 loc) · 1.27 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
[
{
"account": "assets: 401k: big co 500 idx",
"labels": [
"large",
"401k",
"flurb"
],
"years": {
"2016": {
"price": 21.23,
"shares": 1000.78,
"contributions": 1234.67,
"transfers": 10000,
"note": "optional..."
},
"2019": {
"price": 34.11,
"shares": 1345.67,
"contributions": 600,
"transfers": -5000
},
"2017": {
"price": 33.19,
"shares": 1300.45,
"contributions": 750
},
"2020": {
"price": 29.99,
"shares": 1411.56,
"contributions": 450
}
}
},
{
"account": "assets: 401k: bonds idx",
"labels": [
"bonds",
"401k",
"flurb"
],
"years": {
"2016": {
"price": 101.76,
"shares": 375,
"contributions": 7000
},
"2015": {
"price": 110.31,
"shares": 300,
"contributions": 1000,
"transfers": 29000
}
}
},
{
"account": "assets: 401k: long account name that goes on...",
"labels": [
"401k",
"flurb",
"intl",
"active",
"smactive"
],
"years": {}
},
{
"account": "assets: 401k: bonds idx 2",
"labels": [],
"years": {}
}
]