You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using py_vollib_vectorized.api.price_dataframe on a dataframe with separated put and call rows, I get identical values for IV and all greeks for the same strike using this code:
adding that if you use, for example, the 320 call and put values with the individual vectorized_implied_volatility, vectorized_delta, vectorized_gamma, etc functions, the call/put values are not identical, as expected
using py_vollib_vectorized.api.price_dataframe on a dataframe with separated put and call rows, I get identical values for IV and all greeks for the same strike using this code:
this is the resulting dataframe:
I may be dumb and this is a black scholes limitation or something, but in practice, this is of course inaccurate
The text was updated successfully, but these errors were encountered: