Pular para o conteúdo

CurrentRateInput

Defined in: types/domain.ts:452

Inputs accepted by getCurrentRate.

Both fields are optional: series defaults to 'F' (the currently-open series) and asOfDate defaults to today (UTC).

readonly optional asOfDate?: string;

Defined in: types/domain.ts:454


readonly optional series?: SeriesCode;

Defined in: types/domain.ts:453