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.
Properties
Seção intitulada “Properties”cohortCount
Seção intitulada “cohortCount”readonly cohortCount: number;Defined in: types/domain.ts:348
interestNet
Seção intitulada “interestNet”readonly interestNet: string;Defined in: types/domain.ts:350
irsWithheld
Seção intitulada “irsWithheld”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
valueNet
Seção intitulada “valueNet”readonly valueNet: string;Defined in: types/domain.ts:349