Allow custom currency in activity import (#2215)
* Allow custom currency in activity import * Extend import test files * Update changelog --------- Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
This commit is contained in:
19
test/import/unavailable-exchange-rate.json
Normal file
19
test/import/unavailable-exchange-rate.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"meta": {
|
||||
"date": "2023-02-05T00:00:00.000Z",
|
||||
"version": "dev"
|
||||
},
|
||||
"activities": [
|
||||
{
|
||||
"comment": null,
|
||||
"fee": 0,
|
||||
"quantity": 0,
|
||||
"type": "BUY",
|
||||
"unitPrice": 0,
|
||||
"currency": "EUR",
|
||||
"dataSource": "YAHOO",
|
||||
"date": "1990-01-01T22:00:00.000Z",
|
||||
"symbol": "MSFT"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user