-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BChain function #259
Comments
I agree that this would be very valuable. The BOND_CHAIN override that can currently still be used in the BDS function will soon beprecated meaning that it would become impossible to extract outstanding bonds for an equity. |
Careful code contributions are always welcome! |
The following code works for me to get all bonds by equity ticker. Do I understand jan-pieter correctly that this will no longer work in the future? Why not?
What I did not find out yet was how and if I could get the LOANS by using BDPloans" with bdp by equity ticker and my understanding is that this works using the Rblpapi::bdp() function. My understanding is that this works in Excel by using the formula: =Bchain("IBM US Equity","LOANS","LN_ISSUE_STATUS == SIGNED AND LOAN_TYP == TERM") |
Sorry if that is off topic but I found in the documentation for the Excel Bchain function that it is based on the SRCH engine (as per April 2016) and that if a query can't be "structured" in SRCH, that you will not be able to pull it via Bchain either. So my conclusion is that a work around is to structure a SRCH and then pull the CUSIPs by Rblpapi::bsrch() and take it from there.. |
Is there a way to implement the Excel's BChain Function?
The text was updated successfully, but these errors were encountered: