Pular para o conteúdo

PortfolioSeriesBreakdown

Defined in: types/domain.ts:345

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:348


readonly interestNet: string;

Defined in: types/domain.ts:350


readonly irsWithheld: string;

Defined in: types/domain.ts:351


readonly series: SeriesCode;

Defined in: types/domain.ts:346


readonly units: number;

Defined in: types/domain.ts:347


readonly valueNet: string;

Defined in: types/domain.ts:349