Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Error when creating a Classifier from profitability_grade

analogous to morningstar.asset_classification.stock_type I'd like to create a Classifier for the profitability_grade, using this code

profitability_grade = morningstar.asset_classification.profitability_grade.latest  

but I get the following exception:
NotPipelineCompatible: 0079 asset_classification.profitability_grade is not currently available in the Pipeline API

Will be it supported in a next future?
Thanks!

1 response

The same problem occurs also with:

    active = morningstar.share_class_reference.share_class_status.latest  
    only_security = morningstar.share_class_reference.security_type.latest  

Why are they not yet supported?