Browse Source
Task/add asset profile to portfolio position interface (part 3) (#6502)
* Reorder
main
Thomas Kaul
20 hours ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
apps/api/src/app/portfolio/portfolio.service.ts
|
|
|
@ -627,8 +627,8 @@ export class PortfolioService { |
|
|
|
assetClass: assetProfile.assetClass, |
|
|
|
assetSubClass: assetProfile.assetSubClass, |
|
|
|
countries: assetProfile.countries, |
|
|
|
dataSource: assetProfile.dataSource, |
|
|
|
currency: assetProfile.currency, |
|
|
|
dataSource: assetProfile.dataSource, |
|
|
|
holdings: assetProfile.holdings.map( |
|
|
|
({ allocationInPercentage, name }) => { |
|
|
|
return { |
|
|
|
|