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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
8 additions and
0 deletions
-
CHANGELOG.md
-
apps/client/src/app/pages/faq/self-hosting/self-hosting-page.html
|
|
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
|
## Unreleased |
|
|
## Unreleased |
|
|
|
|
|
|
|
|
|
|
|
### Added |
|
|
|
|
|
|
|
|
|
|
|
- Extended the content of the _Self-Hosting_ section on the Frequently Asked Questions (FAQ) page with information on derived currencies |
|
|
|
|
|
|
|
|
### Changed |
|
|
### Changed |
|
|
|
|
|
|
|
|
- Ignored nested ETFs when fetching top holdings for ETF and mutual fund assets from _Yahoo Finance_ |
|
|
- Ignored nested ETFs when fetching top holdings for ETF and mutual fund assets from _Yahoo Finance_ |
|
|
|
|
|
@ -93,6 +93,10 @@ |
|
|
dialog |
|
|
dialog |
|
|
</li> |
|
|
</li> |
|
|
</ol> |
|
|
</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-content> |
|
|
</mat-card> |
|
|
</mat-card> |
|
|
<mat-card appearance="outlined" class="mb-3"> |
|
|
<mat-card appearance="outlined" class="mb-3"> |
|
|
|