pyocf.enums.stockissuancetype

Enumeration of issuance types where we want to draw attention to some unique aspect of a stock issuance (e.g. is it an RSA)

class pyocf.enums.stockissuancetype.StockIssuanceType(value)

Enumeration of issuance types where we want to draw attention to some unique aspect of a stock issuance (e.g. is it an RSA)

ENUM_FOUNDERS_STOCK = 'FOUNDERS_STOCK'
ENUM_RSA = 'RSA'