Is there any Java example in DSS REST API, which can do on demand extraction by using pre-defined...

Is there any Java example in DSS REST API, which can do on demand extraction by using pre-defined report templates with fields ISIN,SEDOL,RIC,TICKER,Security Name and GICS Industry Code.

Best Answer

  • susana.chang
    Answer ✓

    Attached is an example. DSS REST On Demand Extraction does not takes a Report Template Id as param; thus the work around is:

    1. create an Immediate Schedule Extraction (for the Report Template)
    2. check if report is ready
    3. extract the files, when report is complete

Answers