mirror of https://github.com/ghostfolio/ghostfolio
Thomas Kaul
3 years ago
committed by
GitHub
5 changed files with 40 additions and 0 deletions
@ -1 +1,2 @@ |
|||
/dist |
|||
/test/import |
|||
|
@ -0,0 +1,18 @@ |
|||
{ |
|||
"meta": { |
|||
"date": "2021-01-01T00:00:00.000Z", |
|||
"version": "dev" |
|||
}, |
|||
"orders": [ |
|||
{ |
|||
"currency": "USD", |
|||
"dataSource": "YAHOO", |
|||
"date": "<invalid>", |
|||
"fee": 0, |
|||
"quantity": 20, |
|||
"symbol": "AAPL", |
|||
"type": "BUY", |
|||
"unitPrice": 100.0 |
|||
} |
|||
] |
|||
} |
|
@ -0,0 +1,18 @@ |
|||
{ |
|||
"meta": { |
|||
"date": "2021-01-01T00:00:00.000Z", |
|||
"version": "dev" |
|||
}, |
|||
"orders": [ |
|||
{ |
|||
"currency": "USD", |
|||
"dataSource": "YAHOO", |
|||
"date": "2021-01-01T00:00:00.000Z", |
|||
"fee": 0, |
|||
"quantity": 20, |
|||
"symbol": "<invalid>", |
|||
"type": "BUY", |
|||
"unitPrice": 100.0 |
|||
} |
|||
] |
|||
} |
@ -0,0 +1 @@ |
|||
<invalid> |
Loading…
Reference in new issue