Skip to main content

TypeAlias.InvestFundStatus

type InvestFundStatus = ObjectEnum<typeof InvestFundStatus>;

Status of an investment fund through its lifecycle.

  • DRAFT: Fund is being configured; not yet visible to investors and accepting no subscriptions.
  • ACTIVE: Fund is open; investors can subscribe and the fund accepts new capital.
  • CLOSED: Fund is closed to new investments; existing holdings can still be redeemed.