|
@ -191,7 +191,7 @@ export class PortfolioService { |
|
|
...account, |
|
|
...account, |
|
|
transactionCount, |
|
|
transactionCount, |
|
|
valueInBaseCurrency, |
|
|
valueInBaseCurrency, |
|
|
allocationInPercentage: undefined, // TODO
|
|
|
allocationInPercentage: null, // TODO
|
|
|
balanceInBaseCurrency: this.exchangeRateDataService.toCurrency( |
|
|
balanceInBaseCurrency: this.exchangeRateDataService.toCurrency( |
|
|
account.balance, |
|
|
account.balance, |
|
|
account.currency, |
|
|
account.currency, |
|
|