|
|
@ -361,7 +361,8 @@ export class PortfolioService { |
|
|
countries: [], |
|
|
countries: [], |
|
|
createdAt: new Date(balanceItem.date), |
|
|
createdAt: new Date(balanceItem.date), |
|
|
currency: account.currency, |
|
|
currency: account.currency, |
|
|
dataSource: 'YAHOO', |
|
|
dataSource: |
|
|
|
|
|
this.dataProviderService.getDataSourceForExchangeRates(), |
|
|
holdings: [], |
|
|
holdings: [], |
|
|
id: account.currency, |
|
|
id: account.currency, |
|
|
isActive: true, |
|
|
isActive: true, |
|
|
|