Skip to content

SimulatePortfolioInput

This content is not available in your language yet.

Defined in: types/domain.ts:220

Inputs accepted by simulatePortfolio.

  • subscriptions must contain at least one cohort.
  • asOfDate defaults to today (UTC) when omitted, matching simulate.
  • includeSchedule applies to every embedded cohort simulation.
readonly optional asOfDate?: string;

Defined in: types/domain.ts:222


readonly optional includeSchedule?: boolean;

Defined in: types/domain.ts:223


readonly subscriptions: readonly PortfolioSubscription[];

Defined in: types/domain.ts:221