diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/bbg_newids.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/bbg_newids.py b/python/bbg_newids.py index e93ad09d..5d9852ca 100644 --- a/python/bbg_newids.py +++ b/python/bbg_newids.py @@ -45,7 +45,7 @@ with init_bbg_session(BBG_IP) as session: "ISSUER", "MATURITY","CPN","CPN_TYP", "CPN_FREQ","FLT_SPREAD", "LIBOR_FLOOR","LN_CURRENT_MARGIN", "LN_TRANCHE_SIZE", "AMT_ISSUED", "LN_COVENANT_LITE","SECOND_LIEN_INDICATOR","DEFAULTED", "DEFAULT_DATE", - "CALLED", "CALLED_DT", "PRICING_SOURCE"] + "CALLED", "CALLED_DT", "PRICING_SOURCE", "RESET_IDX"] securities = ["{0} Corp".format(cusip) for cusip in mapping.index] df = retrieve_data(session, securities, all_fields) df = pd.DataFrame.from_dict(df, orient='index') |
