pyocf.enums.parentsecuritytype

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

class pyocf.enums.parentsecuritytype.ParentSecurityType(value)

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'