From e14b5057813d236d0e5316a47d053c4252526f26 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sat, 13 Jan 2024 13:34:29 +0100 Subject: [PATCH] Nullify values --- apps/api/src/app/portfolio/portfolio.controller.ts | 4 ++++ 1 file changed, 4 insertions(+) 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'