Where can I find details for ContentFieldNames supported for PriceHistory Extraction.
Request
{
"ExtractionRequest": {
"@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.PriceHistoryExtractionRequest",
"ContentFieldNames": [
"RIC",
"Trade Date",
"Universal Close Price",
"Volume",
"Turnover",
"Accumulated Volume Unscaled"
],
"IdentifierList": {
"@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",
"InstrumentIdentifiers": [
{
"IdentifierType": "Ric",
"Identifier": "DWAQ.O"
}
]
},
"Condition": {
"AdjustedPrices": false,
"QueryStartDate": "2019-05-17",
"QueryEndDate": "2019-05-28"
}
}
}