From 5db5fd903e49c078251c9d6ed1aa9841b542a1af Mon Sep 17 00:00:00 2001
From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
Date: Thu, 29 May 2025 17:45:32 +0200
Subject: [PATCH] Feature/extend FAQ section by performance calculation method
(#4773)
* Extend FAQ by performance calculation method
* Update changelog
---
CHANGELOG.md | 4 ++++
.../app/pages/faq/overview/faq-overview-page.html | 15 +++++++++++++++
2 files changed, 19 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f9b081a08..6c3b428c5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
+### Added
+
+- Extended the content of the _General_ section by the performance calculation method on the Frequently Asked Questions (FAQ) page
+
### Changed
- Renamed `orders` to `activities` in the `Tag` database schema
diff --git a/apps/client/src/app/pages/faq/overview/faq-overview-page.html b/apps/client/src/app/pages/faq/overview/faq-overview-page.html
index f8fd62eb0..bc7f6ba37 100644
--- a/apps/client/src/app/pages/faq/overview/faq-overview-page.html
+++ b/apps/client/src/app/pages/faq/overview/faq-overview-page.html
@@ -40,6 +40,21 @@
here.
+
+
+ Which calculation method does Ghostfolio use for
+ performance?
+
+ Ghostfolio uses the Return on Average Investment (ROAI)
+ calculation method based on the average amount of capital invested
+ over time. ROAI aims to provide a more insightful view of investment
+ performance than simpler approaches, especially when contributions are
+ made over time.
+
Can I use Ghostfolio anonymously?