List of available parameters for IPA API in Python

Hi there, I was wondering if there was a list of available input parameters for IPA API in Python, similar to these:
calculation_params = bond.CalculationParams(
market_data_date="2020-07-05",
price_side = ipa.enum_types.PriceSide.BID,
most of the time, I can add underscore between words to make it work, but for parameters such as 'reportCcy', it won't work in Python.
reportCcyStringThe reporting currency code, expressed in ISO 4217 alphabetical format (e.g., 'USD'). It is usually set to express the amounts for the fields that end with 'xxxInReportCcy'.OptionalThe default value is notional currency.Pricing AnalysisBest Answer
-
Hi @thomas.j.tan ,
I understand that you are using refinitiv-dataplatform Python package. Please let me know if it's not the case. Below answer is related to that package.
There are several ways to get list of supported parameters:
- Use automatic code completion in your IDE. See example: code-completion.png
- Go to class definition in your IDE. See example:go-to-definition.png
- Open following file and all parameters will be listed there - %Your_Python_Folder%\Lib\site-packages\refinitiv\dataplatform\content\ipa\contracts\bond\_bond_pricing_parameters.py
For reference: full list of parameters supported by API can be found at API Playground > "/data/quantitative-analytics/v1/financial-contracts" > Swagger. However you may need to query API directly to use some of them. Not all parameters may be supported by mentioned Python package.
Let me know if you have any other questions.
Thanks,
Mark
0
Answers
-
Does the following work for you?
report_ccy = "USD"
I am trying to find a complete list for your reference.
0 -
Note that the API Playground parameters may use different case e.g. camelCase whereas the RDP Python Library uses conventional python snake_case for the parameter names e.g.
- API Playground: reportCCy
- RDP python Library: report_ccy
0
Categories
- All Categories
- 3 Polls
- 6 AHS
- 36 Alpha
- 166 App Studio
- 6 Block Chain
- 4 Bot Platform
- 18 Connected Risk APIs
- 47 Data Fusion
- 34 Data Model Discovery
- 690 Datastream
- 1.5K DSS
- 629 Eikon COM
- 5.2K Eikon Data APIs
- 11 Electronic Trading
- 1 Generic FIX
- 7 Local Bank Node API
- 3 Trading API
- 2.9K Elektron
- 1.4K EMA
- 255 ETA
- 560 WebSocket API
- 39 FX Venues
- 15 FX Market Data
- 1 FX Post Trade
- 1 FX Trading - Matching
- 12 FX Trading – RFQ Maker
- 5 Intelligent Tagging
- 2 Legal One
- 25 Messenger Bot
- 3 Messenger Side by Side
- 9 ONESOURCE
- 7 Indirect Tax
- 60 Open Calais
- 281 Open PermID
- 46 Entity Search
- 2 Org ID
- 1 PAM
- PAM - Logging
- 6 Product Insight
- Project Tracking
- ProView
- ProView Internal
- 23 RDMS
- 2K Refinitiv Data Platform
- 724 Refinitiv Data Platform Libraries
- 4 LSEG Due Diligence
- LSEG Due Diligence Portal API
- 4 Refinitiv Due Dilligence Centre
- Rose's Space
- 1.2K Screening
- 18 Qual-ID API
- 13 Screening Deployed
- 23 Screening Online
- 12 World-Check Customer Risk Screener
- 1K World-Check One
- 46 World-Check One Zero Footprint
- 45 Side by Side Integration API
- 2 Test Space
- 3 Thomson One Smart
- 10 TR Knowledge Graph
- 151 Transactions
- 143 REDI API
- 1.8K TREP APIs
- 4 CAT
- 27 DACS Station
- 121 Open DACS
- 1.1K RFA
- 106 UPA
- 194 TREP Infrastructure
- 229 TRKD
- 918 TRTH
- 5 Velocity Analytics
- 9 Wealth Management Web Services
- 95 Workspace SDK
- 11 Element Framework
- 5 Grid
- 19 World-Check Data File
- 1 Yield Book Analytics
- 48 中文论坛