Pular para o conteúdo

PortfolioSubscription

Defined in: types/domain.ts:224

One subscription cohort inside a portfolio simulation.

This mirrors SimulateInput but moves asOfDate and includeSchedule to portfolio level so all cohorts share the same reporting date and schedule toggle.

readonly optional irsRate?: number;

Defined in: types/domain.ts:228


readonly series: SeriesCode;

Defined in: types/domain.ts:225


readonly subscriptionDate: string;

Defined in: types/domain.ts:226


readonly units: number;

Defined in: types/domain.ts:227