TypeAlias.InvestHolding
type InvestHolding = z.infer<typeof investHoldingSchema>;
Holding record representing the shares held by an investor in a fund.
type InvestHolding = z.infer<typeof investHoldingSchema>;
Holding record representing the shares held by an investor in a fund.