Feature/align holdings and regions of public page with allocations page (#3815)

* Align holdings and regions of public page with allocations page

* Update changelog
This commit is contained in:
Thomas Kaul
2024-09-24 19:17:58 +02:00
committed by GitHub
parent e301dc5612
commit 4a97e2bb54
4 changed files with 66 additions and 55 deletions

View File

@@ -7,6 +7,7 @@ export interface PublicPortfolioResponse extends PublicPortfolioResponseV1 {
[symbol: string]: Pick<
PortfolioPosition,
| 'allocationInPercentage'
| 'assetClass'
| 'countries'
| 'currency'
| 'dataSource'