pyocf.enums.parentsecuritytype

Enumeration of parent sources a stock can be issued or created from

class pyocf.enums.parentsecuritytype.ParentSecurityType(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

Enumeration of parent sources a stock can be issued or created from

ENUM_CONVERTIBLE = 'CONVERTIBLE'
ENUM_STOCK = 'STOCK'
ENUM_STOCK_PLAN = 'STOCK_PLAN'
ENUM_WARRANT = 'WARRANT'