Last active
December 27, 2019 15:35
-
-
Save ShaneLee/c3855d89fc5ba6b299fa9045c2ebba1d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"portfolio": [{ | |
"ticker": "^FTM", | |
"name": "FTSE 250", | |
"type": "index", | |
"weight": 0.1 | |
}, | |
{ | |
"ticker": "VEMAX", | |
"name": "Vanguard Emerging Markets", | |
"type": "stock", | |
"weight": 0.8 | |
}, | |
{ | |
"ticker": "UU.L", | |
"name": "United Utilities", | |
"type": "stock", | |
"weight": 0.1 | |
}, | |
{ | |
"ticker": "BHP.L", | |
"name": "BHP Group", | |
"type": "stock", | |
"weight": 0.1 | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment