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

    Interface CreateIssuerParams

    interface CreateIssuerParams {
        featuredAppRightContractDetails: {
            contractId: string;
            createdEventBlob: string;
            synchronizerId: string;
            templateId: string;
        };
        issuerAuthorizationContractDetails: {
            contractId: string;
            createdEventBlob: string;
            synchronizerId: string;
            templateId: string;
        };
        issuerData: OcfIssuerData;
        issuerParty: string;
    }
    Index

    Properties

    featuredAppRightContractDetails: {
        contractId: string;
        createdEventBlob: string;
        synchronizerId: string;
        templateId: string;
    }

    Details of the FeaturedAppRight contract for disclosed contracts

    issuerAuthorizationContractDetails: {
        contractId: string;
        createdEventBlob: string;
        synchronizerId: string;
        templateId: string;
    }

    Details of the IssuerAuthorization contract for disclosed contracts

    issuerData: OcfIssuerData

    Issuer data to create

    Schema: https://schema.opencaptablecoalition.com/v/1.2.0/objects/Issuer.schema.json

    • Legal_name: Legal name of the issuer
    • Formation_date: Date of formation (YYYY-MM-DD)
    • Country_of_formation: Country of formation (ISO 3166-1 alpha-2)
    • Dba (optional): Doing Business As name
    • Country_subdivision_of_formation (optional): Subdivision code of formation (ISO 3166-2)
    • Country_subdivision_name_of_formation (optional): Text name of subdivision of formation
    • Tax_ids (optional): Issuer tax IDs
    • Email (optional): Work email
    • Phone (optional): Phone number in ITU E.123 format
    • Address (optional): Headquarters address
    • Initial_shares_authorized (optional): Initial authorized shares (enum or numeric)
    • Comments (optional): Additional comments
    issuerParty: string