pyocf.objects.transactions.issuance.plansecurityissuance

Object describing securities issuance transaction from a plan by the issuer and held by a stakeholder

pydantic model pyocf.objects.transactions.issuance.plansecurityissuance.PlanSecurityIssuance

Object describing securities issuance transaction from a plan by the issuer and held by a stakeholder

field board_approval_date: Date | None = None
field comments: list[str] | None = None
field compensation_type: CompensationType [Required]

If the plan security is compensation, what kind?

field consideration_text: str | None = None
field custom_id: str [Required]

A custom ID for this security (e.g. CN-1.)

field date: Date [Required]

Date on which the transaction occurred

field exercise_price: Monetary [Required]

What is the exercise price?

field expiration_date: None | Date [Required]
field id: str [Required]

Identifier for the object

field object_type: Literal['TX_PLAN_SECURITY_ISSUANCE'] = 'TX_PLAN_SECURITY_ISSUANCE'
field option_grant_type: OptionType | None = None
field quantity: Numeric [Required]

How many shares are subject to this plan security?

field security_id: str [Required]

Identifier for the security (stock, plan security, warrant, or convertible) bywhich it can be referenced by other transaction objects. Note that while thisidentifier is created with an issuance object, it should be different than theissuance object’s id field which identifies the issuance transaction objectitself. All future transactions on the security (e.g. acceptance, transfer,cancel, etc.) must reference this security_id to qualify which security thetransaction applies to.

field security_law_exemptions: list[SecurityExemption] [Required]

List of security law exemptions (and applicable jurisdictions) for this security

field stakeholder_id: str [Required]

Identifier for the stakeholder that holds legal title to this security

field stock_plan_id: str [Required]

Identifier of StockPlan the PlanSecurities were issued from

field termination_exercise_windows: list[TerminationWindow] [Required]

Exercise periods applicable to plan security after a termination for a given,enumerated reason

field vesting_terms_id: str | None = None