Add portfolio.json and d2r.json tracking files

This commit is contained in:
Hoid 2026-02-12 20:26:52 +00:00
parent 4d19204f90
commit b951c84ec8
3 changed files with 45 additions and 13 deletions

10
memory/portfolio.json Normal file
View file

@ -0,0 +1,10 @@
{
"startingCapital": 1000,
"cash": 1000,
"currency": "EUR",
"positions": [],
"limitOrders": [],
"history": [],
"notes": "N26 uses Xetra tickers. Always provide ISIN for orders. Fractional shares by EUR amount supported.",
"created": "2026-02-12T20:00:00Z"
}