I am implementing the following method for FundamentalUniverseSelectionModel

public override IEnumerable<Symbol> SelectCoarse(QCAlgorithm algorithm, IEnumerable<CoarseFundamental> coarse)

My local returns a empty list. However having the same code online has data returned.

I am missing something, maybe data. Any suggestion will be helpful.

Author