Skip to content

MonthlyBaseRate

Defined in: types/domain.ts:263

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:267


readonly fixingDate: string;

Defined in: types/domain.ts:266


readonly month: string;

Defined in: types/domain.ts:265


readonly series: SeriesCode;

Defined in: types/domain.ts:264