getCurrentRate
function getCurrentRate(input?, options?): MonthlyBaseRate;Defined in: core/rates.ts:96
Returns the IGCP-published Série F base rate for the calendar month of
asOfDate (defaults to today, UTC). The result carries the fixing date
used to derive it so the caller can audit the value end-to-end.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
input | CurrentRateInput |
options | RatesOptions |
Returns
Section titled “Returns”Throws
Section titled “Throws”when the bundled Euribor 3M dataset does not yet cover the fixing window for the requested month, or when the requested month precedes the series’ subscription start.