For a deeper look into our DataScope Select REST API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
43 2 6 9

DSS API: What is the equivalent parameter of "Allow Import of Inactive Instruments into Instrument Lists"?

I have valid options as follow: but this is not the same as GUI.

I am lookgin for some valid option name via API.

"Allow Import of Inactive Instruments into Instrument Lists"

"Allow Import of Unsupported Instruments into Instrument Lists".

In addition, how can I set Composite Report options "Currency Scaling" ?

regards,

            "ValidationOptions": {
                "AllowOpenAccessInstruments": false,
                "AllowHistoricalInstruments": false,
                "AllowLimitedTermInstruments": false,
                "ExcludeFinrAsPricingSourceForBonds": false,
                "UseExchangeCodeInsteadOfLipper": true,
                "UseUsQuoteInsteadOfCanadian": true,
                "UseConsolidatedQuoteSourceForUsa": false,
                "UseConsolidatedQuoteSourceForCanada": false,
                "UseDebtOverEquity": false,
                "UseOtcPqSource": false,
                "AllowSubclassImport": false
dss-rest-apidatascope-selectdss
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
Accepted
11.3k 25 9 14

Hi @kazuhisa.matsuda,

From REST API Reference Tree, the options are "AllowInactiveInstruments" and "AllowUnsupportedInstruments" respectively.

The "Currency Scaling" can be set as follows. You can also find the available options on the REST API Reference Tree by select "CompositeExtractionRequest".

"Condition": {
            "ScalableCurrency": true
        },

extractraw.png (29.5 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvote
43 2 6 9

Thank you very much for your quick support!

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.