How can i send currency scaling while fetching prices byrest api.
For a deeper look into our DataScope Select SOAP API, look into:
Overview | Quickstart | Documentation | Downloads | Tutorials
How can i send currency scaling while fetching prices byrest api.
I found this information regarding currency scaling in DSS.
This option lets you extract prices in major currencies instead of the minor currencies in which some equity, funds, futures & options, and money/foreign exchange instruments are denominated.
Examples of minor currencies include Great Britain pence (GBp), South African Cents (ZAc), and Israeli Agora (ILa).
In REST API, you can specify it by setting ScalableCurrency to true in the Condition field of the request message. For example:
{ "ExtractionRequest": { "@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.IntradayPricingExtractionRequest", "ContentFieldNames": [ "30-Day Implied Volatility - Call" ], "IdentifierList": { ... }, "Condition": { "ScalableCurrency": true } } }
ScalableCurrency is supported in:
See the DataScope Select Data Content Guide (“Scaled Currency Field” column) for supported fields. For more information about currency scaling, please refer to USER GUIDE FOR DATASCOPE SELECT 11.3 GUI and search for "Currency Scaling".
[quote]
Answer by jirapongse.phuriphanvichai Mar 28, 2018 at 11:54 PM
I found this information regarding currency scaling in DSS.
This option lets you extract prices in major currencies instead of the minor currencies in which some equity, funds, futures & options, and money/foreign exchange instruments are denominated. Your Books On Time accounting firms near me small accounting firms near me.
Examples of minor currencies include Great Britain pence (GBp), South African Cents (ZAc), and Israeli Agora (ILa).
In REST API, you can specify it by setting ScalableCurrency to true in the Condition field of the request message. For example:
[/quote]
ok!