Lean
$LEAN_TAG$
|
Generates a factor file from a list of splits and dividends for a specified equity More...
Public Member Functions | |
FactorFileGenerator (Symbol symbol, string pathForDailyEquityData) | |
Constructor for the FactorFileGenerator More... | |
CorporateFactorProvider | CreateFactorFile (List< BaseData > dividendSplitList) |
Create FactorFile instance More... | |
Properties | |
Symbol | Symbol [get, set] |
The symbol for which the factor file is being generated More... | |
Generates a factor file from a list of splits and dividends for a specified equity
Definition at line 31 of file FactorFileGenerator.cs.
QuantConnect.ToolBox.FactorFileGenerator.FactorFileGenerator | ( | Symbol | symbol, |
string | pathForDailyEquityData | ||
) |
Constructor for the FactorFileGenerator
symbol | The equity for which the factor file respresents |
pathForDailyEquityData | The path to the daily data for the specified equity |
Definition at line 53 of file FactorFileGenerator.cs.
CorporateFactorProvider QuantConnect.ToolBox.FactorFileGenerator.CreateFactorFile | ( | List< BaseData > | dividendSplitList | ) |
Create FactorFile instance
dividendSplitList | List of Dividends and Splits |
Definition at line 65 of file FactorFileGenerator.cs.
|
getset |
The symbol for which the factor file is being generated
Definition at line 46 of file FactorFileGenerator.cs.