From bc2fd9c970de29c9d68b065326a52b247d93658b Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sun, 7 Jul 2024 09:55:52 +0200 Subject: [PATCH] Feature/add WTD and MTD to documentation (#3542) --- README.md | 2 +- apps/client/src/app/pages/features/features-page.html | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e97f7b789..ef2021b27 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Ghostfolio is for you if you are... - ✅ Create, update and delete transactions - ✅ Multi account management -- ✅ Portfolio performance: Time-weighted rate of return (TWR) for `Today`, `YTD`, `1Y`, `5Y`, `Max` +- ✅ Portfolio performance: Time-weighted rate of return (TWR) for `Today`, `WTD`, `MTD`, `YTD`, `1Y`, `5Y`, `Max` - ✅ Various charts - ✅ Static analysis to identify potential risks in your portfolio - ✅ Import and export transactions diff --git a/apps/client/src/app/pages/features/features-page.html b/apps/client/src/app/pages/features/features-page.html index 16a126b51..516ef6290 100644 --- a/apps/client/src/app/pages/features/features-page.html +++ b/apps/client/src/app/pages/features/features-page.html @@ -145,8 +145,9 @@
Check the rate of return of your portfolio for
- Today
, YTD
, 1Y
,
- 5Y
, and Max
.
+ Today
, WTD
, MTD
,
+ YTD
, 1Y
, 5Y
, and
+ Max
.