Skip to content

RateTableInput

Defined in: types/domain.ts:288

Inputs accepted by getRateTable.

Returns one MonthlyBaseRate per calendar month in [fromMonth, toMonth] (inclusive) for which the bundled Euribor 3M dataset can resolve a fixing. series defaults to 'F'.

readonly fromMonth: string;

Defined in: types/domain.ts:290


readonly optional series?: SeriesCode;

Defined in: types/domain.ts:289


readonly toMonth: string;

Defined in: types/domain.ts:291