Task/refactor deprecated portfolio position attributes to asset profile in AI service (#6774)

Refactor deprecated portfolio position attributes to asset profile
pull/6821/head^2
Thomas Kaul 2 days ago committed by GitHub
parent d400152360
commit 15ba37e20c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save