Endpoint Parameters

  • Request parameters

    Name Type Origin Description
    AssetType AssetType Route AssetType of the instrument.
    DocumentType DocumentTypes Query-String Document types for which to request information
    Uic Integer Route Uic of the instrument.
  • Response Parameters

    View Response Codes
    Name Type Description
    DocumentDetails InstrumentDocumentInformation [] List of document details.
  • Request Example

    Request URL
    GET /mkt/v1/instruments/{Uic}/FxForwards/documents/recommended?DocumentType=PRIIP_KIDs
  • Response Example

    Response body
    {
      "DocumentDetails": [
        {
          "DocumentDateTime": "2020-04-20T00:00:00Z",
          "DocumentRelationId": 1289,
          "DocumentType": "KIIDs",
          "LanguageCode": "en"
        },
        {
          "DocumentDateTime": "2019-09-20T00:00:00Z",
          "DocumentRelationId": 4028,
          "DocumentType": "PRIIP KIDs",
          "LanguageCode": "da"
        }
      ]
    }