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

    Interface OcfStakeholderStatusChangeEvent

    Object - Stakeholder Status Change Event Object describing a change in a stakeholder's status with the issuer OCF: https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/change_event/StakeholderStatusChangeEvent.schema.json

    interface OcfStakeholderStatusChangeEvent {
        comments?: string[];
        date: string;
        id: string;
        new_status: StakeholderStatus;
        object_type?:
            | "CE_STAKEHOLDER_STATUS"
            | "TX_STAKEHOLDER_STATUS_CHANGE_EVENT";
        stakeholder_id: string;
    }
    Index

    Properties

    comments?: string[]

    Unstructured text comments related to and stored for the object

    date: string

    Date on which the event occurred

    id: string

    Identifier for the object

    new_status: StakeholderStatus

    New status for the stakeholder

    object_type?: "CE_STAKEHOLDER_STATUS" | "TX_STAKEHOLDER_STATUS_CHANGE_EVENT"

    OCF object type discriminator

    stakeholder_id: string

    Identifier for the stakeholder whose status is changing