From 6a048cee851b29ae29f191cf5713e94151f0a906 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sat, 6 Jan 2024 09:31:59 +0100 Subject: [PATCH] Feature/add hint for twr to portfolio summary (#2824) * Add hint for TWR * Add TWR to README.md * Update changelog --- .prettierignore | 4 ++++ CHANGELOG.md | 1 + README.md | 2 +- .../portfolio-summary/portfolio-summary.component.html | 10 ++++++++-- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.prettierignore b/.prettierignore index 47a053eee..d086b6ff4 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,3 +1,7 @@ /.nx/cache + +# Issue: https://github.com/prettier/prettier/issues/15650 +/apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html + /dist /test/import diff --git a/CHANGELOG.md b/CHANGELOG.md index 10761c797..0ccfda047 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- Added a hint for _Time-Weighted Rate of Return_ (TWR) to the portfolio summary tab on the home page - Added support for REST APIs (`JSON`) via the scraper configuration - Enabled the _Redis_ authentication in the `docker-compose` files diff --git a/README.md b/README.md index dc5f2d25f..0ea5eef22 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Ghostfolio is for you if you are... - ✅ Create, update and delete transactions - ✅ Multi account management -- ✅ Portfolio performance for `Today`, `YTD`, `1Y`, `5Y`, `Max` +- ✅ Portfolio performance: Time-weighted rate of return (TWR) for `Today`, `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/components/portfolio-summary/portfolio-summary.component.html b/apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html index aaf9bfb73..d8207cf73 100644 --- a/apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html +++ b/apps/client/src/app/components/portfolio-summary/portfolio-summary.component.html @@ -69,7 +69,10 @@