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!