TypeAlias.InvestIdentity
type InvestIdentity = z.infer<typeof investIdentitySchema>;
Investor identity with KYC lifecycle tracking.
Represents an investor's identity linked to an account, progressing through KYC verification stages (WaitingKyc -> KycDone -> Active).