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.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
input | RateTableInput |
options | RatesOptions |
Returns
Section titled “Returns”readonly MonthlyBaseRate[]