Add portfolio.json and d2r.json tracking files
This commit is contained in:
parent
4d19204f90
commit
b951c84ec8
3 changed files with 45 additions and 13 deletions
10
memory/portfolio.json
Normal file
10
memory/portfolio.json
Normal 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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue