getTaxYearRollupFromSchedule
function getTaxYearRollupFromSchedule(schedule, taxYear): TaxYearRollup;Defined in: core/taxYear.ts:115
Single calendar year from a schedule. Missing years return zero amounts and
capitalizationCount: 0 (stable for CLI and playground consumers).
Only capitalized quarters appear; mid-quarter accruedSinceLastCapitalization
is excluded.
Parameters
Seção intitulada “Parameters”| Parameter | Type |
|---|---|
schedule | readonly ScheduleRow[] |
taxYear | number |