In the process of asking this question, I acutally found the solution. I still let this post open if it can be interesting to someone else and have added a related question at the end.
I want to check if the interest rates that I assume for option pricing are consistent with the market-implied/assumed interest rates.
To do so, I assume that given "good enough" bid and ask prices for call and puts at different strikes ki for a fixed tenor T, I would expect to derive from the put-call parity a relatively horizontal line.
To be precise, I compute the following:
Fask(k,T):=k+erTT(Cbid(k,T)−Pask(k,T)),
where rT is the assumed zero rate with continuous compounding for the period [0,T]. My expectation is that rT should be such that Fbid(k1,T)≈Fbid(k2,T) for different strikes k1,k2, same for Fask.
Here I do not have any additional information about forward value, I just know that F=S0exp((rT−b−δ)T) where δ and b are my dividend and borrowing rates. My goal is to extract rT and b+δ.
Here is an example to illustrate based on S&P500 options. Here I assumed a swap zero rate curve to use in the put-call parity formula. I interpolated this curve using cubic splines.
In red is Fask, in black Fbid and in blue the average of the two.
Here seems to work great expect for spikes, they must be less liquid points?
Here a little less.
Increasing the rate seems to rotate the line clockwise and diminishing it counter-clockwise. This is expected because of the collar being linear. (Call - Put is a linear decreasing function of the strike with coefficient close to -1). Here is an illustration of the value of Put - Call for a fixed tenor:
From this I can fit a linear regression and obtain slop ˆβ. The put - call parity being constant accross strikes rewrites to:
exp(rT⋅T)(ˆβk+α)+k=cst,
which is satisfied for rT=−ln(−ˆβ)T.
Resulting "horizontalized" forward:
Question: is this "risk-free" rate rT usually consistent accross the index, i.e. can I use the same rate for an single-stock equity option constituent of the index?
No comments:
Post a Comment