When I send a request to
https://selectapi.datascope.lseg.com/RestApi/v1/Extractions/ExtractWithNotes
with the below request body, I get a response time of roughly 5s.
GIven that I request static instrument information, why is the response time so high and is there anything that LSEG offers to get this data faster?
Request body
{
"ExtractionRequest": {
"@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.CompositeExtractionRequest",
"ContentFieldNames": [
"Asset Category",
"Asset Type",
"Asset SubType",
"Currency Code",
"Currency Code Description",
"Currency Code Scaled",
"Currency Code Scaled Factor",
"Currency Code Scaled Description",
"Lipper Global Classification",
"Country of Risk - Primary",
"Geographical Focus",
"Maturity Date",
"Security Description",
"GICS Sector Code Description",
"S&P Issuer Long Rating",
"Moodys Issuer Long Rating",
"Fitch Issuer Long Rating",
"Seniority Code Description",
"Issue Description",
"Issue",
"Issuer Name",
"Coupon Type",
"Price Quote Method Code",
"Security Description Detail",
"Asset Category Description"
],
"IdentifierList": {
"@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",
"InstrumentIdentifiers": [
{
"Identifier": "JP3877600001",
"IdentifierType": "Isin"
}
],
"ValidationOptions": null,
"UseUserPreferencesForValidationOptions": false
},
"Condition": {
"ScalableCurrency": true
}
}
}