Why do I have "CriteriaList missing universe filters" message, when I create a commodity criteria...

Options

...List in C#?

When I run your example "Criteria List Examples" AddToInstrumentList, everything works.

When I do run it from my project, I have this message "CriteriaList missing universe filters" (the filter is only on "Active Status").

In fact the class CriteriaListFilter does not have this information. The FilterInfo class does, but unfortunately the CriteriaListOperations.Create function needs a CriteriaListFilter list...

I just want to retrieve all the available instruments. How can I do it?

Best Answer

  • Unknown
    Answer ✓

    Ok. This is for TRTH, but actually I just have an DSS account. I am waiting for a TRTH account. Do I although have to add the "Basis Gap
    Adjusted
    " filter with TRTH?

Answers

  • @cedric_deprecated_0

    Could you provide more information about your requirement? Is this for Thomson Reuters Tick History or DataScope Select product?

    On DSS GUI, the Criteria Lists creation requires "Active Status" and "Basis Gap Adjusted" filters for Commodities, while it requires only "Active Status" filter for Loan. This means that your application needs to add the "Basis Gap Adjusted" filter in the filter lists as well. For more information about the "Basis Gap Adjusted", please see the "Creating Criteria Lists" section in the DSS User Guide document.

    image

    image

  • @cedric

    The
    "Basis Gap Adjusted" is required if you want to create Commidities
    Criteria List. However, I think the Criteria List doesn't work with
    TRTH's report template.

    For TRTH,
    there is Historical Search - Criteria Based Search which allows
    instrument search by criterias such as Instrument type, Exchange code
    range, etc. The example code also is available in the "Historical Search
    - Criteria Based Search - Search by Exchange" and "Historical Search -
    Criteria Based Search - Fix Income Instruments" under "Historical" group
    of .Net REST API example.

  • Ok thank you