pyocf.objects.transactions.issuance.stockissuance

Object describing a stock issuance transaction by the issuer and held by a stakeholder

pydantic model pyocf.objects.transactions.issuance.stockissuance.StockIssuance

Object describing a stock issuance transaction by the issuer and held by a stakeholder

field board_approval_date: Date | None = None
field comments: list[str] | None = None
field consideration_text: str | None = None
field cost_basis: Monetary | 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 id: str [Required]

Identifier for the object

field object_type: Literal['TX_STOCK_ISSUANCE'] = 'TX_STOCK_ISSUANCE'
field quantity: Numeric [Required]

Number of shares issued to the stakeholder

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 share_numbers_issued: list[ShareNumberRange] | None = None
field share_price: Monetary [Required]

The price per share paid for the stock by the holder

field stakeholder_id: str [Required]

Identifier for the stakeholder that holds legal title to this security

field stock_class_id: str [Required]

Identifier of the stock class for this stock issuance

field stock_legend_ids: list[str] [Required]

List of stock legend ids that apply to this stock

field vesting_terms_id: str | None = None