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
It seems that there is some inconsistency in BS and American models. Specifically, if you calculate put option prices with two methods, the both prices look good, but the American model spits out flipped sign for delta and rho. I believe that BS model values are correct. Here is an example:
Black Scholes
value delta gamma theta vega rho
1.21 -0.64 0.20 -7.02 2.36 -0.90
American
value delta gamma theta vega rho
1.22 0.67 0.19 -7.18 2.35 0.85
Hi Davis,
First, thanks for the great piece of code!
It seems that there is some inconsistency in BS and American models. Specifically, if you calculate put option prices with two methods, the both prices look good, but the American model spits out flipped sign for delta and rho. I believe that BS model values are correct. Here is an example:
Black Scholes
value delta gamma theta vega rho
1.21 -0.64 0.20 -7.02 2.36 -0.90
American
value delta gamma theta vega rho
1.22 0.67 0.19 -7.18 2.35 0.85
Code used:
The text was updated successfully, but these errors were encountered: