From 6d04e32975ba7e0ef7bc16317be234d20cc7d872 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sven=20G=C3=BCnther?= Date: Sun, 18 Jan 2026 10:30:36 +0100 Subject: [PATCH] Feature/extend analysis page by values (#6204) Added a new row displaying portfolio values above the benchmark comparator in the analysis page: - Value (currentValueInBaseCurrency) - Change with Currency Effect (netPerformanceWithCurrencyEffect) - Performance with Currency Effect (netPerformancePercentageWithCurrencyEffect) --- CHANGELOG.md | 6 ++ .../portfolio/analysis/analysis-page.html | 61 +++++++++++++++++++ 2 files changed, 67 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 311b3c36b..19c46d893 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + +### Added + +- Added value, change with currency effect and performance with currency effect to the analysis page + ## 2.231.0 - 2026-01-17 ### Changed diff --git a/apps/client/src/app/pages/portfolio/analysis/analysis-page.html b/apps/client/src/app/pages/portfolio/analysis/analysis-page.html index 150caa7d8..eec412755 100644 --- a/apps/client/src/app/pages/portfolio/analysis/analysis-page.html +++ b/apps/client/src/app/pages/portfolio/analysis/analysis-page.html @@ -74,6 +74,67 @@ } +
+
+ + + Value + + +
+
+ + + Change with Currency Effect + + +
+
+ + + Performance with Currency Effect + + +
+
+