|
|
@ -2106,7 +2106,7 @@ export class PortfolioService { |
|
|
.plus(fees) |
|
|
.plus(fees) |
|
|
.toNumber(), |
|
|
.toNumber(), |
|
|
interest: interest.toNumber(), |
|
|
interest: interest.toNumber(), |
|
|
liabilities: liabilities.toNumber(), |
|
|
liabilitiesInBaseCurrency: liabilities.toNumber(), |
|
|
totalInvestment: totalInvestment.toNumber(), |
|
|
totalInvestment: totalInvestment.toNumber(), |
|
|
totalValueInBaseCurrency: netWorth |
|
|
totalValueInBaseCurrency: netWorth |
|
|
}; |
|
|
}; |
|
|
|