Add real portfolio tracking (RHM, DFNS, EXH1)
This commit is contained in:
parent
f240825fa7
commit
83c7a9d031
1 changed files with 29 additions and 0 deletions
29
memory/real-portfolio.json
Normal file
29
memory/real-portfolio.json
Normal file
|
|
@ -0,0 +1,29 @@
|
||||||
|
{
|
||||||
|
"description": "Real N26 portfolio positions - track and analyze hourly",
|
||||||
|
"positions": [
|
||||||
|
{
|
||||||
|
"name": "Rheinmetall AG",
|
||||||
|
"symbol": "RHM.DE",
|
||||||
|
"n26Name": "Rheinmetall",
|
||||||
|
"invested": 17000,
|
||||||
|
"notes": "Defense sector, benefiting from geopolitical tensions"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "VanEck Defense ETF",
|
||||||
|
"symbol": "DFNS.PA",
|
||||||
|
"n26Name": "VanEck Defense",
|
||||||
|
"invested": 4000,
|
||||||
|
"notes": "Broad defense sector ETF"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "iShares STOXX Europe 600 Oil & Gas",
|
||||||
|
"symbol": "EXH1.DE",
|
||||||
|
"n26Name": "iShares Oil & Gas",
|
||||||
|
"invested": 1200,
|
||||||
|
"notes": "European energy sector ETF"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"totalInvested": 22200,
|
||||||
|
"priceHistory": [],
|
||||||
|
"lastAnalysis": null
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue