I am trying to invoke below REST API and further below is the part Request body, where Identifiers are provided.
https://hosted.datascopeapi.reuters.com/RestApi/v1/Extractions/ExtractWithNotes
I am using template as -
"#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.IntradayPricingExtractionRequest"
I didn't get, what are these Identifiers, what is the meaning of "Ric", is there any standard list and format of these identifiers. Is there any link for such documentation, where I could get such information ?
"IdentifierList": {
"@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",
"InstrumentIdentifiers": [
{
"Identifier": "JPYUSD=R",
"IdentifierType": "Ric",
"UserDefinedIdentifier" : "JPY To USD Conversion"
},
{
"Identifier": "INRUSD=R",
"IdentifierType": "Ric",
"UserDefinedIdentifier" : "Rupee To USD Conversion"
}
]
},
"Condition": { "ScalableCurrency" : "true" }
}
}