|
@ -1171,9 +1171,9 @@ export class PortfolioService { |
|
|
totalInvestment, |
|
|
totalInvestment, |
|
|
currentNetWorth: netWorth, |
|
|
currentNetWorth: netWorth, |
|
|
currentValueInBaseCurrency: valueWithCurrencyEffect, |
|
|
currentValueInBaseCurrency: valueWithCurrencyEffect, |
|
|
netPerformancePercentage: netPerformanceInPercentage / 100 / 100, |
|
|
netPerformancePercentage: netPerformanceInPercentage / 100, // TODO
|
|
|
netPerformancePercentageWithCurrencyEffect: |
|
|
netPerformancePercentageWithCurrencyEffect: |
|
|
netPerformanceInPercentageWithCurrencyEffect / 100 |
|
|
netPerformanceInPercentageWithCurrencyEffect / 100 // TODO
|
|
|
} |
|
|
} |
|
|
}; |
|
|
}; |
|
|
} |
|
|
} |
|
|