{
  "ExtractionRequest": {
    "@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.ElektronTimeseriesExtractionRequest",
    "ContentFieldNames": [
      "Settlement Price",
      "Volume",
      "High Price",
      "Open Price",
      "Low Price"
    ],
    "IdentifierList": {
      "@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",
      "InstrumentIdentifiers": [{ "Identifier": "CMAL3", "IdentifierType":"Ric" }],
    },
    "Condition": {
      "QueryStartDate": "2018-04-29T00:00:00.000Z",
      "QueryEndDate": "2018-08-30T00:00:00.000Z"
    }
  }
}i use the above script to get the settlement price,but the system said no location.
how to get the settlement price ?
thank u