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

    Interface OcfStakeholder

    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 OcfStakeholder {
        addresses?: Address[];
        comments?: string[];
        contact_info?: ContactInfoWithoutName;
        current_relationship?: StakeholderRelationshipType;
        current_relationships?: StakeholderRelationshipType[];
        current_status?: StakeholderStatus;
        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_relationship?: StakeholderRelationshipType

    Deprecated singular relationship field (v1 compatibility). Prefer current_relationships.

    current_relationships?: StakeholderRelationshipType[]

    Current relationship(s) to issuer

    current_status?: StakeholderStatus

    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