Skip to content

MonthlyBaseRate

This content is not available in your language yet.

Defined in: types/domain.ts:439

The IGCP-published monthly base rate for a series — the building block both getCurrentRate and getRateTable return. month is the calendar month for which the rate is published; fixingDate is the antepenultimate TARGET2 business day of the previous month on which the 10-day Euribor 3M average was struck.

readonly basePct: string;

Defined in: types/domain.ts:443


readonly fixingDate: string;

Defined in: types/domain.ts:442


readonly month: string;

Defined in: types/domain.ts:441


readonly series: SeriesCode;

Defined in: types/domain.ts:440