194ed59cbe
In OptionChainUniverseDataCollectionEnumerator.IsValid we check the underlying foir null and ensure that there are data points but we forget to check the actual collection object for null, which it is initialized to. The collection remains null in the case where no data is found.