diff --git a/apps/api/src/app/portfolio/portfolio.service.ts b/apps/api/src/app/portfolio/portfolio.service.ts index 79ebbd2d2..7ac6d4b34 100644 --- a/apps/api/src/app/portfolio/portfolio.service.ts +++ b/apps/api/src/app/portfolio/portfolio.service.ts @@ -1171,9 +1171,9 @@ export class PortfolioService { totalInvestment, currentNetWorth: netWorth, currentValueInBaseCurrency: valueWithCurrencyEffect, - netPerformancePercentage: netPerformanceInPercentage / 100 / 100, + netPerformancePercentage: netPerformanceInPercentage / 100, // TODO netPerformancePercentageWithCurrencyEffect: - netPerformanceInPercentageWithCurrencyEffect / 100 + netPerformanceInPercentageWithCurrencyEffect / 100 // TODO } }; }