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

    Interface OcfStakeholderData

    Object - Stakeholder Object describing a stakeholder in the issuer's cap table OCF: https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/Stakeholder.schema.json

    interface OcfStakeholderData {
        addresses?: Address[];
        comments?: string[];
        contact_info?: ContactInfoWithoutName;
        current_relationships?: string[];
        current_status?:
            | "ACTIVE"
            | "LEAVE_OF_ABSENCE"
            | "TERMINATION_VOLUNTARY_OTHER"
            | "TERMINATION_VOLUNTARY_GOOD_CAUSE"
            | "TERMINATION_VOLUNTARY_RETIREMENT"
            | "TERMINATION_INVOLUNTARY_OTHER"
            | "TERMINATION_INVOLUNTARY_DEATH"
            | "TERMINATION_INVOLUNTARY_DISABILITY"
            | "TERMINATION_INVOLUNTARY_WITH_CAUSE";
        id: string;
        issuer_assigned_id?: string;
        name: Name;
        primary_contact?: ContactInfo;
        stakeholder_type: StakeholderType;
        tax_ids?: TaxId[];
    }
    Index

    Properties

    addresses?: Address[]

    Mailing or legal addresses

    comments?: string[]

    Unstructured comments

    contact_info?: ContactInfoWithoutName

    Contact info without name

    current_relationships?: string[]

    Current relationship(s) to issuer

    current_status?:
        | "ACTIVE"
        | "LEAVE_OF_ABSENCE"
        | "TERMINATION_VOLUNTARY_OTHER"
        | "TERMINATION_VOLUNTARY_GOOD_CAUSE"
        | "TERMINATION_VOLUNTARY_RETIREMENT"
        | "TERMINATION_INVOLUNTARY_OTHER"
        | "TERMINATION_INVOLUNTARY_DEATH"
        | "TERMINATION_INVOLUNTARY_DISABILITY"
        | "TERMINATION_INVOLUNTARY_WITH_CAUSE"

    Current employment/engagement status

    id: string

    Identifier for the object

    issuer_assigned_id?: string

    Alternate ID assigned by issuer

    name: Name

    Stakeholder's name

    primary_contact?: ContactInfo

    Primary contact information

    stakeholder_type: StakeholderType

    Stakeholder type (Individual or Institution)

    tax_ids?: TaxId[]

    Tax identification numbers