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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
28 1 1 7

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 5.0 MiB each and 10.0 MiB total.

Upvotes
Accepted
11.3k 25 8 13

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 5.0 MiB each and 10.0 MiB total.

Upvote
28 1 1 7

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 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea