Embargo to get Chain RIC expansion via DSS Rest API

One of my client is doing Soap API migration to Rest API.

He was doing an “IntradayPricingExtractionRequest” request to retrieve delayed future chain RIC. The time of expanding that Chain RIC is also delayed for them and the questions is whether it is possible to make the request and get immediately the Chain RIC expansion? They mentioned for Soap API there was no such delay on Chain RIC expansion

Best Answer

  • Jirapongse
    Jirapongse ✭✭✭✭✭
    Answer ✓

    @Hao.Tang

    Thank you for reaching out to us.

    The client can use other report templates that don't have embargo rules to expand chain RICs, such as TermsAndConditionsExtractionRequest.

    Otherwise, the client can set the OnlyNonEmbargoedData condition to true when using the

    IntradayPricingExtractionRequest request.

     "IdentifierList": {
          "@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",  
          "InstrumentIdentifiers": [
            { "Identifier": "0#.SETI", "IdentifierType": "ChainRIC" }
          ]
        },
        "Condition": { "ScalableCurrency": true,"OnlyNonEmbargoedData":true }

Answers