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).
Properties
Section titled “Properties”asOfDate?
Section titled “asOfDate?”readonly optional asOfDate?: string;Defined in: types/domain.ts:278
series?
Section titled “series?”readonly optional series?: SeriesCode;Defined in: types/domain.ts:277