SimulateInput
Defined in: types/domain.ts:136
Inputs accepted by simulate.
series— series identifier; see SeriesCode.subscriptionDate— the ISO-8601 date the certificate was subscribed. Must be on or after the series’subscriptionStartDate.units— principal in EUR (1 unit = €1). Must respect the series’[minUnits, maxUnits]window.asOfDate— optional ISO-8601 date the simulation should report against; defaults to today (UTC).includeSchedule— whentrue, populates SimulateResult.schedule with one row per completed quarter. Defaults tofalse.irsRate— optional override for the IRS withholding rate applied at each capitalization (e.g.0.28for 28%). Defaults to the series’defaultIrsRate.
Properties
Section titled “Properties”asOfDate?
Section titled “asOfDate?”readonly optional asOfDate?: string;Defined in: types/domain.ts:140
includeSchedule?
Section titled “includeSchedule?”readonly optional includeSchedule?: boolean;Defined in: types/domain.ts:141
irsRate?
Section titled “irsRate?”readonly optional irsRate?: number;Defined in: types/domain.ts:142
series
Section titled “series”readonly series: SeriesCode;Defined in: types/domain.ts:137
subscriptionDate
Section titled “subscriptionDate”readonly subscriptionDate: string;Defined in: types/domain.ts:138
readonly units: number;Defined in: types/domain.ts:139