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 + + +
+
+