Hello!

I implemented a code (as shown in the image below) to retrieve the symbols for every stocks available under the list coarse 

however, when I backtest my python code using the web app, I encountered the following error:

Runtime Error: AttributeError : 'CoarseFundamental' object has no attribute 'symbol'
            at CoarseSelectionFunction in main.py:line 87
AttributeError : 'CoarseFundamental' object has no attribute 'symbol'     (Open Stacktrace)

So, how can I retrieve the stocks available under the list coarse when defining the CoarseSelectionFunction?

Thanks a lot!

Author