TypeAlias.InvestIdentityStatus
type InvestIdentityStatus = ObjectEnum<typeof InvestIdentityStatus>;
KYC verification status of an investor identity.
WAITING_KYC: Identity documents have been submitted and are pending review by the compliance team.KYC_DONE: KYC verification passed; the investor is cleared to participate in funds.REJECTED_KYC: KYC verification failed; the investor cannot access investment features until re-submitted.