Lean  $LEAN_TAG$
QuantConnect.Data.Auxiliary.FactorFileZipHelper Class Reference

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...
 

Detailed Description

Provides methods for reading factor file zips

Definition at line 27 of file FactorFileZipHelper.cs.

Member Function Documentation

◆ GetRelativeFactorFilePath()

static string QuantConnect.Data.Auxiliary.FactorFileZipHelper.GetRelativeFactorFilePath ( string  market,
SecurityType  securityType 
)
static

Constructs the factor file path for the specified market and security type

Parameters
marketThe market this symbol belongs to
securityTypeThe security type
Returns
The relative file path

Definition at line 35 of file FactorFileZipHelper.cs.

Here is the caller graph for this function:

◆ GetFactorFileZipFileName()

static string QuantConnect.Data.Auxiliary.FactorFileZipHelper.GetFactorFileZipFileName ( string  market,
DateTime  date,
SecurityType  securityType 
)
static

Gets the factor file zip filename for the specified date

Definition at line 43 of file FactorFileZipHelper.cs.

Here is the call graph for this function:

◆ ReadFactorFileZip()

static IEnumerable<KeyValuePair<Symbol, IFactorProvider> > QuantConnect.Data.Auxiliary.FactorFileZipHelper.ReadFactorFileZip ( Stream  file,
MapFileResolver  mapFileResolver,
string  market,
SecurityType  securityType 
)
static

Reads the zip bytes as text and parses as FactorFileRows to create FactorFiles

Definition at line 51 of file FactorFileZipHelper.cs.

Here is the call graph for this function:

The documentation for this class was generated from the following file: