Browse Source
Feature/extend FAQ section by performance calculation method (#4773)
* Extend FAQ by performance calculation method
* Update changelog
pull/4787/head
Thomas Kaul
1 month ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
19 additions and
0 deletions
-
CHANGELOG.md
-
apps/client/src/app/pages/faq/overview/faq-overview-page.html
|
|
@ -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 |
|
|
|
|
|
@ -40,6 +40,21 @@ |
|
|
|
<a [routerLink]="routerLinkFeatures">here</a>. |
|
|
|
</mat-card-content> |
|
|
|
</mat-card> |
|
|
|
<mat-card appearance="outlined" class="mb-3"> |
|
|
|
<mat-card-header> |
|
|
|
<mat-card-title |
|
|
|
>Which calculation method does Ghostfolio use for |
|
|
|
performance?</mat-card-title |
|
|
|
> |
|
|
|
</mat-card-header> |
|
|
|
<mat-card-content |
|
|
|
>Ghostfolio uses the <i>Return on Average Investment</i> (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.</mat-card-content |
|
|
|
> |
|
|
|
</mat-card> |
|
|
|
<mat-card appearance="outlined" class="mb-3"> |
|
|
|
<mat-card-header> |
|
|
|
<mat-card-title>Can I use Ghostfolio anonymously?</mat-card-title> |
|
|
|