Browse Source

Feature/extend section of performance calculation method in FAQ (#5528)

* Extend ROAI content by dividends

* Update changelog
pull/5529/head
Thomas Kaul 7 days ago
committed by GitHub
parent
commit
55e25664a4
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      CHANGELOG.md
  2. 3
      apps/client/src/app/pages/faq/overview/faq-overview-page.html

1
CHANGELOG.md

@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ### Added
- Extended the content of the performance calculation method by dividends on the Frequently Asked Questions (FAQ) page
- Added a _Storybook_ story for the entity logo image component - Added a _Storybook_ story for the entity logo image component
### Changed ### Changed

3
apps/client/src/app/pages/faq/overview/faq-overview-page.html

@ -52,7 +52,8 @@
calculation method based on the average amount of capital invested calculation method based on the average amount of capital invested
over time. ROAI aims to provide a more insightful view of investment over time. ROAI aims to provide a more insightful view of investment
performance than simpler approaches, especially when contributions are performance than simpler approaches, especially when contributions are
made over time.</mat-card-content made over time. Dividends are not part of the
calculation.</mat-card-content
> >
</mat-card> </mat-card>
<mat-card appearance="outlined" class="mb-3"> <mat-card appearance="outlined" class="mb-3">

Loading…
Cancel
Save