Serving the Quantitative Finance Community

 
User avatar
eantar
Topic Author
Posts: 0
Joined: February 8th, 2007, 3:03 am

Calibrate prices or volatilities?

February 25th, 2008, 3:38 pm

There are multiple ways of calibrating a term structure model. The main approaches are:- minimize sum of squared price errors- minimize sum of squared implied black volatility errorsAny ideas what method is better for what and why?
 
User avatar
pleoni
Posts: 0
Joined: July 13th, 2006, 1:05 pm

Calibrate prices or volatilities?

February 25th, 2008, 6:21 pm

That is a good question. I have seen both approaches, but most traders seem to go for calibration on the vol surface, as they tend to 'understand' the implied vol surfaceI have also seen an analysis showing for a specific model in a specific product in a specific backtest (I admit, this is not really general), that the calibration to implied vol outperformed in the hedging strategy
 
User avatar
eantar
Topic Author
Posts: 0
Joined: February 8th, 2007, 3:03 am

Calibrate prices or volatilities?

February 26th, 2008, 10:37 am

do you have a link to that analysis?thanks!
 
User avatar
Antonio
Posts: 8
Joined: June 30th, 2004, 3:13 pm
Location: Imperial College London
Contact:

Calibrate prices or volatilities?

February 27th, 2008, 8:42 am

My two cents : when you're very out of the money, the price of the option does not really depend anymore on the volatility of the underlying. So minimizing on the vol might give some weird results if the set of option is too large.
 
User avatar
Rez
Posts: 24
Joined: May 28th, 2003, 9:27 pm

Calibrate prices or volatilities?

February 27th, 2008, 9:10 am

my 2c are close to antonio'sfar-OTM or far-ITM options are converging to their intrinsic value, regardless of the modelany model really models the time value of the contractsmall price differences ITM or OTM (which could be due to illiquidity, microstructure etc) will cause large IV differences. relying on that area will not convey anything really meaningfulKyriakos
 
User avatar
Mars
Posts: 15
Joined: November 13th, 2002, 5:10 pm

Calibrate prices or volatilities?

February 27th, 2008, 9:25 am

You can add weight in the chi square, looking for something which is symetric between OTM and ITMto match time values. The most relevant point to use in calibration are those really sensitive to volatility,(eg the one with great vega) so component proportional toor equivalentlylook better for calibration.Mars
 
User avatar
gc
Posts: 10
Joined: September 21st, 2002, 10:08 pm

Calibrate prices or volatilities?

February 27th, 2008, 9:33 am

QuoteOriginally posted by: MarsYou can add weight in the chi square, looking for something which is symetric between OTM and ITMto match time values. The most relevant point to use in calibration are those really sensitive to volatility,(eg the one with great vega) so component proportional toor equivalentlylook better for calibration.MarsThat's very interesting... I generally calibrate to minimise the percentage mean squared error instead of the absolute Sum((PriceModel-PriceMarket)/PriceMarket)^2(the rationale is that prices can change by more than a factor 10 between short and long maturities). Should I still divide the percentage error by vega to take care of the sensitivity to volatility? Or is it that if I move from absolute to percentage errors this is not correct anymore?thanks
 
User avatar
probably
Posts: 0
Joined: May 18th, 2004, 10:46 pm

Calibrate prices or volatilities?

March 5th, 2008, 11:17 pm

I always thougt about it like this: even if vol is the quoting devise, your traders will ultimately trade in cash, and any calibration error will show up in the P&L in cash (if you do it properly). So this is where you want to be close to, IMHO.
 
User avatar
alanxyz
Posts: 0
Joined: February 28th, 2007, 1:28 pm

Calibrate prices or volatilities?

March 29th, 2008, 11:51 am

I personally would go for volatility calibration according past experience.
 
User avatar
xdlyn
Posts: 0
Joined: January 26th, 2005, 1:06 pm

Calibrate prices or volatilities?

April 10th, 2008, 3:35 pm

QuoteOriginally posted by: probablyI always thougt about it like this: even if vol is the quoting devise, your traders will ultimately trade in cash, and any calibration error will show up in the P&L in cash (if you do it properly). So this is where you want to be close to, IMHO.I used vega^2 to weight. Anyone tried both weighting of vega and vega^2?Thanks,Best Regards