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

    Interface OcfStakeholderRelationshipChangeEvent

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

    interface OcfStakeholderRelationshipChangeEvent {
        comments?: string[];
        date: string;
        id: string;
        new_relationships?: StakeholderRelationshipType[];
        object_type?:
            | "CE_STAKEHOLDER_RELATIONSHIP"
            | "TX_STAKEHOLDER_RELATIONSHIP_CHANGE_EVENT";
        relationship_ended?: StakeholderRelationshipType;
        relationship_started?: StakeholderRelationshipType;
        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_relationships?: StakeholderRelationshipType[]

    Legacy field — not in current OCF schema

    object_type?:
        | "CE_STAKEHOLDER_RELATIONSHIP"
        | "TX_STAKEHOLDER_RELATIONSHIP_CHANGE_EVENT"

    OCF object type discriminator

    relationship_ended?: StakeholderRelationshipType

    Relationship that ended on this change date

    relationship_started?: StakeholderRelationshipType

    Relationship that started on this change date

    stakeholder_id: string

    Identifier for the stakeholder whose relationship is changing