Rate Inputs

A rate input defines the instrument, source and tenor that should be imported as part of a rate cycle.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params
string
required
length between 1 and 64

Ticker is an nvarchar datatype field with a maximum of 64 characters used in the RateInput table. It stores the ticker code of a rate or instrument the user wishes to enter.

string
required
length ≥ 1

The Description field of the RateInput table is an nvarchar data type, which allows for the storage of variable-length strings of Unicode characters. This field can be used to store notes and descriptions related to each RateInput record.

string | null

Miscellaneous notes and information for the entry or record.

string
required
length between 1 and 128

The base/unit currency.

string
required
length between 1 and 128

The currency for which an FX price is being quoted. Also know as the listed currency.

string
required
length between 1 and 64

The instrument for which the rate is being generated.

string
required
length between 1 and 64

The duration between the deal date and the maturity date.

string
required
length between 1 and 64

The source from which the rate value should be taken.

string
required
length between 1 and 64

The type of rate that is being generted.

double
required

The Factor field in the RateInput table stores the decimal value used to multiply other fields in the table to produce a rate.

boolean

The Invert field in the RateInput table is a bit data type that stores a Yes/No value, indicating whether a rate calculation should be inverted when executing a specific operation. A value of 1 corresponds to Yes, indicating that the rate calculation should be inverted, while a value of 0 corresponds to No and the calculation remains unaltered.

string
required
length between 1 and 64

The set of rates for which the input should be created.

Headers
string
enum
Defaults to application/json;odata.metadata=minimal;odata.streaming=true

Generated from available request content types

Response
200

OK

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!