Browse Source

Update sample.json

pull/5243/head
Thomas Kaul 4 weeks ago
parent
commit
c53275420c
  1. 115
      test/import/ok/sample.json

115
test/import/ok/sample.json

@ -16,6 +16,7 @@
"value": 1000 "value": 1000
} }
], ],
"comment": null,
"currency": "USD", "currency": "USD",
"id": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", "id": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0",
"isExcluded": false, "isExcluded": false,
@ -23,30 +24,80 @@
"platformId": null "platformId": null
} }
], ],
"assetProfiles": [
{
"assetClass": null,
"assetSubClass": null,
"comment": null,
"countries": [],
"currency": "USD",
"cusip": null,
"dataSource": "MANUAL",
"figi": null,
"figiComposite": null,
"figiShareClass": null,
"holdings": [],
"isActive": true,
"isin": null,
"marketData": [],
"name": "Account Opening Fee",
"scraperConfiguration": null,
"sectors": [],
"symbol": "14a69cb9-1e31-43fa-b320-83703d8ed74b",
"symbolMapping": {},
"url": null
},
{
"assetClass": null,
"assetSubClass": null,
"comment": null,
"countries": [],
"currency": "USD",
"cusip": null,
"dataSource": "MANUAL",
"figi": null,
"figiComposite": null,
"figiShareClass": null,
"holdings": [],
"isActive": true,
"isin": null,
"marketData": [],
"name": "Penthouse Apartment",
"scraperConfiguration": null,
"sectors": [],
"symbol": "7e91b7d4-1430-4212-8380-289a06c9bbc1",
"symbolMapping": {},
"url": null
}
],
"platforms": [],
"tags": [],
"activities": [ "activities": [
{ {
"accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0",
"comment": null, "comment": null,
"fee": 0, "fee": 49,
"quantity": 0, "quantity": 0,
"type": "BUY", "type": "FEE",
"unitPrice": 0, "unitPrice": 0,
"currency": "USD", "currency": "USD",
"dataSource": "YAHOO", "dataSource": "MANUAL",
"date": "2050-06-06T00:00:00.000Z", "date": "2021-09-01T00:00:00.000Z",
"symbol": "US5949181045" "symbol": "14a69cb9-1e31-43fa-b320-83703d8ed74b",
"tags": []
}, },
{ {
"accountId": null, "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0",
"comment": null, "comment": "My first order 🤓",
"fee": 0, "fee": 19,
"quantity": 1, "quantity": 5,
"type": "BUY", "type": "BUY",
"unitPrice": 500000, "unitPrice": 298.58,
"currency": "USD", "currency": "USD",
"dataSource": "MANUAL", "dataSource": "YAHOO",
"date": "2022-01-01T00:00:00.000Z", "date": "2021-09-16T00:00:00.000Z",
"symbol": "Penthouse Apartment" "symbol": "MSFT",
"tags": []
}, },
{ {
"accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0",
@ -58,31 +109,39 @@
"currency": "USD", "currency": "USD",
"dataSource": "YAHOO", "dataSource": "YAHOO",
"date": "2021-11-17T00:00:00.000Z", "date": "2021-11-17T00:00:00.000Z",
"symbol": "MSFT" "symbol": "MSFT",
"tags": []
}, },
{ {
"accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", "accountId": null,
"comment": "My first order 🤓", "comment": null,
"fee": 19, "fee": 0,
"quantity": 5, "quantity": 1,
"type": "BUY", "type": "BUY",
"unitPrice": 298.58, "unitPrice": 500000,
"currency": "USD", "currency": "USD",
"dataSource": "YAHOO", "dataSource": "MANUAL",
"date": "2021-09-16T00:00:00.000Z", "date": "2022-01-01T00:00:00.000Z",
"symbol": "MSFT" "symbol": "7e91b7d4-1430-4212-8380-289a06c9bbc1",
"tags": []
}, },
{ {
"accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0", "accountId": "b2d3fe1d-d6a8-41a3-be39-07ef5e9480f0",
"comment": null, "comment": null,
"fee": 49, "fee": 0,
"quantity": 0, "quantity": 0,
"type": "FEE", "type": "BUY",
"unitPrice": 0, "unitPrice": 0,
"currency": "USD", "currency": "USD",
"dataSource": "MANUAL", "dataSource": "YAHOO",
"date": "2021-09-01T00:00:00.000Z", "date": "2050-06-06T00:00:00.000Z",
"symbol": "Account Opening Fee" "symbol": "MSFT",
"tags": []
}
],
"user": {
"settings": {
"currency": "USD"
}
} }
]
} }

Loading…
Cancel
Save