ScheduleRow
This content is not available in your language yet.
Defined in: types/domain.ts:159
One row of the quarterly capitalization schedule produced by simulate().
simulate() maintains a per-unit net quote and rounds it to the series’
SeriesMetadata.unitQuoteDecimals after each completed quarter. The
holding’s booked net value is then round(units × unitFaceValueEur × unitQuoteAfter, 2).
Gross interest, IRS withholding, and net interest are booked in real EUR at
the holding level each quarter: interestGross is cent-rounded from
units × unitFaceValueEur × previousUnitQuote × quarterlyRate, irsWithheld is cent-rounded
from interestGross × irsRate, and interestNet = interestGross − irsWithheld. As a consequence, schedule rows reconcile exactly with the
matching totalInterest* headline fields.
Properties
Seção intitulada “Properties”annualRate
Seção intitulada “annualRate”readonly annualRate: string;Defined in: types/domain.ts:161
balanceAfter
Seção intitulada “balanceAfter”readonly balanceAfter: string;Defined in: types/domain.ts:166
interestGross
Seção intitulada “interestGross”readonly interestGross: string;Defined in: types/domain.ts:163
interestNet
Seção intitulada “interestNet”readonly interestNet: string;Defined in: types/domain.ts:165
irsWithheld
Seção intitulada “irsWithheld”readonly irsWithheld: string;Defined in: types/domain.ts:164
premiumTier
Seção intitulada “premiumTier”readonly premiumTier: PremiumTier;Defined in: types/domain.ts:168
quarterEndDate
Seção intitulada “quarterEndDate”readonly quarterEndDate: string;Defined in: types/domain.ts:160
quarterlyRate
Seção intitulada “quarterlyRate”readonly quarterlyRate: string;Defined in: types/domain.ts:162
unitQuoteAfter
Seção intitulada “unitQuoteAfter”readonly unitQuoteAfter: string;Defined in: types/domain.ts:167