|
|
@ -1,8 +1,9 @@ |
|
|
|
import { Settings } from '@ghostfolio/api/models/interfaces/rule-settings.interface'; |
|
|
|
import { Rule } from '@ghostfolio/api/models/rule'; |
|
|
|
import { ExchangeRateDataService } from '@ghostfolio/api/services/exchange-rate-data/exchange-rate-data.service'; |
|
|
|
import { UserSettings } from '@ghostfolio/common/interfaces'; |
|
|
|
|
|
|
|
import { Settings } from './interfaces/rule-settings.interface'; |
|
|
|
|
|
|
|
export class RegionalMarketClusterRiskNorthAmerica extends Rule<Settings> { |
|
|
|
private currentValueInBaseCurrency: number; |
|
|
|
private northAmericaValueInBaseCurrency: number; |
|
|
|