Skip to content

getRateTable

function getRateTable(input, options?): readonly MonthlyBaseRate[];

Defined in: core/rates.ts:167

Returns the published monthly base rates between fromMonth and toMonth (inclusive). Months for which the bundled Euribor 3M dataset cannot yet support a fixing are skipped silently — the returned list contains only months for which computeBaseRate succeeds — so callers can request a forward-looking range without having to special-case the tail.

ParameterType
inputRateTableInput
optionsRatesOptions

readonly MonthlyBaseRate[]