Skip to content

PortfolioSeriesBreakdown

This content is not available in your language yet.

Defined in: types/domain.ts:326

Per-series aggregate row returned by simulatePortfolio.

Values are sums of already-cent-quantized cohort totals from the matching series, preserving exact reconciliation with cohorts.

readonly cohortCount: number;

Defined in: types/domain.ts:329


readonly interestNet: string;

Defined in: types/domain.ts:331


readonly irsWithheld: string;

Defined in: types/domain.ts:332


readonly series: SeriesCode;

Defined in: types/domain.ts:327


readonly units: number;

Defined in: types/domain.ts:328


readonly valueNet: string;

Defined in: types/domain.ts:330