|
@ -402,10 +402,10 @@ export class Portfolio implements PortfolioInterface { |
|
|
accountClusterRisk: await this.rulesService.evaluate( |
|
|
accountClusterRisk: await this.rulesService.evaluate( |
|
|
this, |
|
|
this, |
|
|
[ |
|
|
[ |
|
|
new AccountClusterRiskCurrentInvestment( |
|
|
new AccountClusterRiskInitialInvestment( |
|
|
this.exchangeRateDataService |
|
|
this.exchangeRateDataService |
|
|
), |
|
|
), |
|
|
new AccountClusterRiskInitialInvestment( |
|
|
new AccountClusterRiskCurrentInvestment( |
|
|
this.exchangeRateDataService |
|
|
this.exchangeRateDataService |
|
|
), |
|
|
), |
|
|
new AccountClusterRiskSingleAccount(this.exchangeRateDataService) |
|
|
new AccountClusterRiskSingleAccount(this.exchangeRateDataService) |
|
|