diff --git a/apps/api/src/app/portfolio/calculator/roai/portfolio-calculator.ts b/apps/api/src/app/portfolio/calculator/roai/portfolio-calculator.ts index d9da465f9..99d569be9 100644 --- a/apps/api/src/app/portfolio/calculator/roai/portfolio-calculator.ts +++ b/apps/api/src/app/portfolio/calculator/roai/portfolio-calculator.ts @@ -938,9 +938,11 @@ export class RoaiPortfolioCalculator extends PortfolioCalculator { Net performance: ${totalNetPerformance.toFixed( 2 )} / ${netPerformancePercentage.mul(100).toFixed(2)}% - Net performance with currency effect: ${netPerformancePercentageWithCurrencyEffectMap[ - 'max' - ].toFixed(2)}%` + Net performance with currency effect: ${netPerformanceValuesWithCurrencyEffect[ + endDateString + ].toFixed(2)} / ${netPerformancePercentageWithCurrencyEffectMap['max'] + .mul(100) + .toFixed(2)}%` ); }