Open Cap Table Protocol Canton SDK - v0.2.84
    Preparing search index...

    Interface OcfStockIssuanceData

    interface OcfStockIssuanceData {
        board_approval_date?: string;
        comments?: string[];
        consideration_text?: string;
        cost_basis?: Monetary;
        custom_id: string;
        date: string;
        id: string;
        issuance_type?: StockIssuanceType;
        quantity: string | number;
        security_id: string;
        security_law_exemptions?: SecurityExemption[];
        share_numbers_issued?: ShareNumberRange[];
        share_price: Monetary;
        stakeholder_id: string;
        stock_class_id: string;
        stock_legend_ids?: string[];
        stock_plan_id?: string;
        stockholder_approval_date?: string;
        vesting_terms_id?: string;
        vestings?: VestingSimple[];
    }
    Index

    Properties

    board_approval_date?: string

    Date of board approval for the security

    comments?: string[]

    Unstructured text comments related to and stored for the object

    consideration_text?: string

    Unstructured text description of consideration provided in exchange for security issuance

    cost_basis?: Monetary

    Cost basis for the shares issued

    custom_id: string

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

    date: string

    Date on which the transaction occurred

    id: string

    Identifier for the object

    issuance_type?: StockIssuanceType

    Type of stock issuance (e.g., RSA, Founders)

    quantity: string | number

    Quantity of shares issued

    security_id: string

    Identifier for the security by which it can be referenced by other transaction objects

    security_law_exemptions?: SecurityExemption[]

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

    share_numbers_issued?: ShareNumberRange[]

    Share number ranges (if any) associated with this issuance

    share_price: Monetary

    Price per share paid for the stock

    stakeholder_id: string

    Identifier for the stakeholder that holds legal title to this security

    stock_class_id: string

    Identifier of the stock class of the issued security

    stock_legend_ids?: string[]

    Stock legends that apply to this issuance (schema minItems: 1; implementation may allow empty)

    stock_plan_id?: string

    Identifier for the stock plan, if applicable

    stockholder_approval_date?: string

    Date on which the stockholders approved the security

    vesting_terms_id?: string

    Reference to vesting terms object, if used instead of inline vestings

    vestings?: VestingSimple[]

    Vesting schedule entries associated directly with this issuance