Skip to content

CurrentRateInput

Defined in: types/domain.ts:276

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


readonly optional series?: SeriesCode;

Defined in: types/domain.ts:277