Endpoint Parameters

  • Request parameters

    Name Type Origin Description
    AccountKey AccountKey Query-String Account to which short tenor permissions are checked against. Short tenors are not returned if no account is specified.
    Uic Uic Route The Universal Instrument Code (UIC) of the instrument to get.
  • Response Parameters

    View Response Codes
    Name Type Description
    Date Date The standard date
    Unit TenorUnit Unit
    Value Int Value of the Unit
  • Request Example

    Request URL
    GET ref/v1/standarddates/forwardtenor/22/?AccountKey=01b64edf-da03-4145-bf33-ae21527d4c86
  • Response Example

    Response body
    {
      "Data": [
        {
          "Date": "2021-05-21",
          "Unit": "Months",
          "Value": 99
        }
      ],
      "MaxRows": 99
    }