diff --git a/apps/api/src/app/portfolio/portfolio.controller.ts b/apps/api/src/app/portfolio/portfolio.controller.ts index e6e7def77..d137ae97c 100644 --- a/apps/api/src/app/portfolio/portfolio.controller.ts +++ b/apps/api/src/app/portfolio/portfolio.controller.ts @@ -155,7 +155,9 @@ export class PortfolioController { 'cash', 'committedFunds', 'currentGrossPerformance', + 'currentGrossPerformanceWithCurrencyEffect', 'currentNetPerformance', + 'currentNetPerformanceWithCurrencyEffect', 'currentValue', 'dividend', 'emergencyFund', @@ -383,7 +385,9 @@ export class PortfolioController { performanceInformation.performance, [ 'currentGrossPerformance', + 'currentGrossPerformanceWithCurrencyEffect', 'currentNetPerformance', + 'currentNetPerformanceWithCurrencyEffect', 'currentNetWorth', 'currentValue', 'totalInvestment'