Hello,
I have following questions on ChainRICs using DSS API.
1. Can we extract Prices (Settlement Price or Universal Close Price) for all 'Valid Constituents' or live RICs using Chain RIC?
2. How should the Extraction Request look like?
Example:
ChainRIC 0#LGO:
I need Extraction Request to pull following fields (in bold) for all 'Identifies' in above table (LGOU3, LGOV3, etc).
Following is the Extraction Request I tried. Please can someone suggest me the appropriate Extraction Request.
{
"ExtractionRequest":
{
"@odata.type":
"#DataScope.Select.Api.Extractions.ExtractionRequests.EndOfDayPricingExtractionRequest",
"ContentFieldNames": [
"Settlement Date",
"Settlement Price",
"Universal Close Price Date",
"Universal Close Price",
"Contract Month and Year"
],
"IdentifierList": {
"@odata.type":
"#DataScope.Select.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",
"InstrumentIdentifiers": [{"Identifier": "0#LGO:", "IdentifierType": "ChainRIC" }]
}
}
}
Thanks