blpapi.SchemaStatus#

class blpapi.SchemaStatus#

The possible deprecation statuses of a schema element or type.

ACTIVE = 0#

This item is current and may appear in Messages

DEPRECATED = 1#

This item is current and may appear in Messages but will be removed in due course

INACTIVE = 2#

This item is not current and will not appear in Messages

PENDING_DEPRECATION = 3#

This item is expected to be deprecated in the future; clients are advised to migrate away from use of this item.