Browse Source

Task/extend self-hosting FAQ with information on derived currencies (#6331)

* Extend content with information on derived currencies

* Update changelog
pull/6332/head
Thomas Kaul 2 weeks ago
committed by GitHub
parent
commit
14cbf7d735
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      CHANGELOG.md
  2. 4
      apps/client/src/app/pages/faq/self-hosting/self-hosting-page.html

4
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 _Self-Hosting_ section on the Frequently Asked Questions (FAQ) page with information on derived currencies
### Changed
- Ignored nested ETFs when fetching top holdings for ETF and mutual fund assets from _Yahoo Finance_

4
apps/client/src/app/pages/faq/self-hosting/self-hosting-page.html

@ -93,6 +93,10 @@
dialog
</li>
</ol>
<p>
For derived currencies (e.g. <code>GBp</code>), ensure that you
gather the data for the parent currency (e.g. <code>GBP</code>).
</p>
</mat-card-content>
</mat-card>
<mat-card appearance="outlined" class="mb-3">

Loading…
Cancel
Save