A while ago I bought some historic option prices (CBOE) on a few index etfs. With this I build a sort of 'backtest' environment to test specific option strategies under specific curcumstances. The weekly options (reliable data) only start around 2009/2010. I want to expand the dataset, for example on etf spy. Spy starts trading in 1993 so a few different environments will be included.
For the period of 1993-2010 I want to create synthetic option prices, in a grid of strikes 5% ranging around price(close). The way I do this is simply using interpolation based on the historic vix level (binned to int) for that week.
I understand this wil not work precisely and will only be a gauge. It is partly fun/curiosity. Also keep in mind this are weekly option prices and the strategies are more 'IRA'-like. So nasa-like precision is not needed.
I was wondering if this will be reliable at all, or will be totally bogus? I thought one way to test is comparing simple pricebehaviour of synthetics (each in a grid of percentage distances from price) to the underlying. Has anyone else did something comparible before? If so what are your experiences?
For the period of 1993-2010 I want to create synthetic option prices, in a grid of strikes 5% ranging around price(close). The way I do this is simply using interpolation based on the historic vix level (binned to int) for that week.
I understand this wil not work precisely and will only be a gauge. It is partly fun/curiosity. Also keep in mind this are weekly option prices and the strategies are more 'IRA'-like. So nasa-like precision is not needed.
I was wondering if this will be reliable at all, or will be totally bogus? I thought one way to test is comparing simple pricebehaviour of synthetics (each in a grid of percentage distances from price) to the underlying. Has anyone else did something comparible before? If so what are your experiences?
