|
@ -10,9 +10,11 @@ export class AccountClusterRiskSingleAccount extends Rule<RuleSettings> { |
|
|
public constructor( |
|
|
public constructor( |
|
|
protected exchangeRateDataService: ExchangeRateDataService, |
|
|
protected exchangeRateDataService: ExchangeRateDataService, |
|
|
private i18nService: I18nService, |
|
|
private i18nService: I18nService, |
|
|
|
|
|
languageCode: string, |
|
|
accounts: PortfolioDetails['accounts'] |
|
|
accounts: PortfolioDetails['accounts'] |
|
|
) { |
|
|
) { |
|
|
super(exchangeRateDataService, { |
|
|
super(exchangeRateDataService, { |
|
|
|
|
|
languageCode, |
|
|
key: AccountClusterRiskSingleAccount.name |
|
|
key: AccountClusterRiskSingleAccount.name |
|
|
}); |
|
|
}); |
|
|
|
|
|
|
|
|