Skip to content

IFactorProvider

QuantConnect.Data.Auxiliary.IFactorProvider

Bases: Iterable[IFactorRow]

Providers price scaling factors for a permanent tick

permtick

permtick: str

Gets the symbol this factor file represents

factor_file_minimum_date

factor_file_minimum_date: Optional[datetime]

The minimum tradeable date for the symbol

get_price_factor

get_price_factor(
    search_date: Union[datetime, date],
    data_normalization_mode: DataNormalizationMode,
    data_mapping_mode: Optional[DataMappingMode] = None,
    contract_offset: int = 0,
) -> float

Gets the price factor for the specified search date