Lean
$LEAN_TAG$
|
Provides methods for reading factor file zips More...
Static Public Member Functions | |
static string | GetRelativeFactorFilePath (string market, SecurityType securityType) |
Constructs the factor file path for the specified market and security type More... | |
static string | GetFactorFileZipFileName (string market, DateTime date, SecurityType securityType) |
Gets the factor file zip filename for the specified date More... | |
static IEnumerable< KeyValuePair< Symbol, IFactorProvider > > | ReadFactorFileZip (Stream file, MapFileResolver mapFileResolver, string market, SecurityType securityType) |
Reads the zip bytes as text and parses as FactorFileRows to create FactorFiles More... | |
Provides methods for reading factor file zips
Definition at line 27 of file FactorFileZipHelper.cs.
|
static |
Constructs the factor file path for the specified market and security type
market | The market this symbol belongs to |
securityType | The security type |
Definition at line 35 of file FactorFileZipHelper.cs.
|
static |
Gets the factor file zip filename for the specified date
Definition at line 43 of file FactorFileZipHelper.cs.
|
static |
Reads the zip bytes as text and parses as FactorFileRows to create FactorFiles
Definition at line 51 of file FactorFileZipHelper.cs.