From be475e3506d4da5641d2a70dcca79cc34cd62acc Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sat, 24 Aug 2024 13:44:17 +0200 Subject: [PATCH] Clean up --- apps/api/src/app/portfolio/calculator/portfolio-calculator.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/api/src/app/portfolio/calculator/portfolio-calculator.ts b/apps/api/src/app/portfolio/calculator/portfolio-calculator.ts index d04d9b715..b5f598b6c 100644 --- a/apps/api/src/app/portfolio/calculator/portfolio-calculator.ts +++ b/apps/api/src/app/portfolio/calculator/portfolio-calculator.ts @@ -708,7 +708,6 @@ export abstract class PortfolioCalculator { netPerformanceWithCurrencyEffectAtStartDate; if (historicalDataItem.totalInvestmentValueWithCurrencyEffect > 0) { - // TODO: Not sure if this is correct totalInvestmentValuesWithCurrencyEffect.push( historicalDataItem.totalInvestmentValueWithCurrencyEffect ); @@ -720,7 +719,6 @@ export abstract class PortfolioCalculator { totalInvestmentValuesWithCurrencyEffect.length : 0; - // TODO: Normalize remaining metrics newChartData.push({ ...historicalDataItem, netPerformance: