Good day,
Is there a way to add decimal places via REST? We get all decimals via GUI and not via API. Have tested all possible fields for this data but all return less (5) than the available decimals (6).
https://selectapi.datascope.refinitiv.com/RestApi/v1/Extractions/ExtractWithNotes
{
"ExtractionRequest": {
"@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.IntradayPricingExtractionRequest",
"ContentFieldNames": [
"RIC",
"General Value1",
"General Value2",
"Reference Price",
"Settlement Price"
],
"IdentifierList": {
"@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",
"InstrumentIdentifiers": [
{
"Identifier": "SARON.S",
"IdentifierType": "Ric"
}
],
"ValidationOptions": null,
"UseUserPreferencesForValidationOptions": false
},
"Condition": {
"ScalableCurrency": true
}
}
}
Many thanks,
Marcel