pyocf.enums.stockplancancellationbehaviortype
For a given stock plan, what is the default rule for what happens to the shares reserved for a Plan Security after it’s cancelled.
- class pyocf.enums.stockplancancellationbehaviortype.StockPlanCancellationBehaviorType(value)
For a given stock plan, what is the default rule for what happens to the shares reserved for a Plan Security after it’s cancelled.
- ENUM_DEFINED_PER_PLAN_SECURITY = 'DEFINED_PER_PLAN_SECURITY'
- ENUM_HOLD_AS_CAPITAL_STOCK = 'HOLD_AS_CAPITAL_STOCK'
- ENUM_RETIRE = 'RETIRE'
- ENUM_RETURN_TO_POOL = 'RETURN_TO_POOL'