Skip to main content

Variable.InvestIdentityStatus

const InvestIdentityStatus: {
Active: "ACTIVE";
Disabled: "DISABLED";
KycDone: "KYC_DONE";
Rejected: "REJECTED";
WaitingKyc: "WAITING_KYC";
};

Status of an investor identity through the KYC lifecycle.

Type Declaration

Active

readonly Active: "ACTIVE";

Disabled

readonly Disabled: "DISABLED";

KycDone

readonly KycDone: "KYC_DONE";

Rejected

readonly Rejected: "REJECTED";

WaitingKyc

readonly WaitingKyc: "WAITING_KYC";