|
|
@ -92,11 +92,13 @@ export class AiService { |
|
|
.map( |
|
|
.map( |
|
|
({ |
|
|
({ |
|
|
allocationInPercentage, |
|
|
allocationInPercentage, |
|
|
|
|
|
assetProfile: { |
|
|
assetClass, |
|
|
assetClass, |
|
|
assetSubClass, |
|
|
assetSubClass, |
|
|
currency, |
|
|
currency, |
|
|
name: label, |
|
|
name: label, |
|
|
symbol |
|
|
symbol |
|
|
|
|
|
} |
|
|
}) => { |
|
|
}) => { |
|
|
return AiService.HOLDINGS_TABLE_COLUMN_DEFINITIONS.reduce( |
|
|
return AiService.HOLDINGS_TABLE_COLUMN_DEFINITIONS.reduce( |
|
|
(row, { key, name }) => { |
|
|
(row, { key, name }) => { |
|
|
|