MarekOzana
Results
3
comments of
MarekOzana
I am tied with other things right now, let me ask Bloomberg help and come back.
If you're just looking to get the positions of a portfolio, then you can do it using the `bql()` (no need to implement PortfolioDataRequest in this case) ```python with blp.BlpQuery()...
There is no need to implement `bsrch` since one can obtain `SRCH` results using `blp.BlpQuery().bql()`. For instance, the code below retrieves all ISINs for CoCo bonds by invoking the saved...