Bond calculator - cash flow

How is it possible to create the "norm factor" and "residual amount usd" column in bond calculator cash flow section using Eikon API or codebook? If so, is it possible to have these columns for multiple bond ISINs?
Best Answer
-
Hi @asli.sahin,
For such information, I would advise using the IPA service. You can reach it in Python in CodeBook if needed. For more information on it, please see:
Bond Contracts: Documentation | Devportal (lseg.com)
Cash Flow Definitions: Documentation | Devportal (lseg.com)
A example showcasing IPA at play can be found on CodeBook under:__Examples__/03. Quantitative Analytics/03.03. Bonds/Bond_Pricing.ipynb
0
Answers
-
Hi Thanks,
With the IPA financial contracts page I checked bonds: https://developers.lseg.com/en/api-catalog/refinitiv-data-platform/refinitiv-data-platform-apis/documentation/manuals-and-guides/ipa-financial-contracts/ipa-financial-contracts---bond-contracts
But find it hard to understand where to find these two columns : Norm. Factor and Residual Amount USD.
Below excel, it is possible to bring the data with the underlined formula.
Thanks.
0 -
It should be this code.
response = bond.Definition(
instrument_code = 'US1536637036',
fields = [
"CashFlowDatesArray",
"CashFlowResidualAmountsInDealCcyArray"
]
).get_data()
response.data0 -
Thank you. With your example, it bring the below.
Am I missing something here? Thank you.
0 -
It returns the raw json response so you need to reformat it. For example:
response = bond.Definition(
instrument_code = 'US1536637036',
fields = [
"CashFlowDatesArray",
"CashFlowResidualAmountsInDealCcyArray"
]
).get_data()
dict = {response.data.raw["headers"][0]["name"]: response.data.raw["data"][0][0], response.data.raw["headers"][1]["name"]: response.data.raw["data"][0][1]}
df = pd.DataFrame(dict)
dfThe output is:
0 -
If this was for a group of bonds. How can we adjust the code please?
I tried a few variations but it didn't work. Many thanks.
0 -
Also, if I would like to add the below in excel, how would the code be?
0 -
@asli.sahin
Please share the code you are using.
0 -
It is similar to the rd.get_data method.
rd.get_data(["153663703="],["TR.REDAMT"])
Or,
rd.get_data(["153663703="],["TR.REDAMT"],
{"SDate":"","EDate":""})You can use the Data Item Browser tool to check for fields and parameters.
0 -
Many thanks.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
- 684 Datastream
- 1.4K DSS
- 615 Eikon COM
- 5.2K Eikon Data APIs
- 10 Electronic Trading
- Generic FIX
- 7 Local Bank Node API
- 3 Trading API
- 2.9K Elektron
- 1.4K EMA
- 251 ETA
- 555 WebSocket API
- 37 FX Venues
- 14 FX Market Data
- 1 FX Post Trade
- 1 FX Trading - Matching
- 12 FX Trading – RFQ Maker
- 5 Intelligent Tagging
- 2 Legal One
- 23 Messenger Bot
- 3 Messenger Side by Side
- 9 ONESOURCE
- 7 Indirect Tax
- 60 Open Calais
- 275 Open PermID
- 44 Entity Search
- 2 Org ID
- 1 PAM
- PAM - Logging
- 6 Product Insight
- Project Tracking
- ProView
- ProView Internal
- 22 RDMS
- 1.9K Refinitiv Data Platform
- 643 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
- 104 UPA
- 193 TREP Infrastructure
- 228 TRKD
- 916 TRTH
- 5 Velocity Analytics
- 9 Wealth Management Web Services
- 90 Workspace SDK
- 11 Element Framework
- 5 Grid
- 18 World-Check Data File
- 1 Yield Book Analytics
- 46 中文论坛