Hi everyone,
Does anyone know how Option Adjusted Spread is computed on Eikon python function? Below is the function I used to download the spread.
OAS, err = ek.get_data('US075887BX67',[{'TR.OptionAdjustedSpreadBid':{'params':{'SDate':"07/19/2019"}}}], debug = False)
From this code, I get 174 bps but on other sources like Bloomberg, it says 161 bps.
Also, what other parameters can we use for this OAS function?
Thank you.