|
@ -1280,10 +1280,14 @@ export class PortfolioService { |
|
|
[ |
|
|
[ |
|
|
new AssetClassClusterRiskEquity( |
|
|
new AssetClassClusterRiskEquity( |
|
|
this.exchangeRateDataService, |
|
|
this.exchangeRateDataService, |
|
|
|
|
|
this.i18nService, |
|
|
|
|
|
userSettings.language, |
|
|
Object.values(holdings) |
|
|
Object.values(holdings) |
|
|
), |
|
|
), |
|
|
new AssetClassClusterRiskFixedIncome( |
|
|
new AssetClassClusterRiskFixedIncome( |
|
|
this.exchangeRateDataService, |
|
|
this.exchangeRateDataService, |
|
|
|
|
|
this.i18nService, |
|
|
|
|
|
userSettings.language, |
|
|
Object.values(holdings) |
|
|
Object.values(holdings) |
|
|
) |
|
|
) |
|
|
], |
|
|
], |
|
|