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