ISIN または CUSIP で bdp を使用すると、次のエラーが発生します。
bdp ("US25470XAB10 ISIN","ULT_PARENT_TICKER_EXCHANGE")
bdp ("25470XAB1 CUSIP","ULT_PARENT_TICKER_EXCHANGE")
Error in bdp_Impl(con, securities, fields, options, overrides, identity) :
attempt to set an attribute on NULL
ただし、Bloomberg ID (下記) を使用すると機能するようです。
bdp("EI000902 Corp","ULT_PARENT_TICKER_EXCHANGE")
回避策または解決策があれば感謝します。