Serving the Quantitative Finance Community

 
User avatar
zeta
Topic Author
Posts: 26
Joined: September 27th, 2005, 3:25 pm
Location: Houston, TX
Contact:

term structure fitting

February 2nd, 2006, 4:42 pm

Is this ever a non-linear optimization problem where anneal is justified, or is it generally a quadratic programming problem?
Last edited by zeta on February 1st, 2006, 11:00 pm, edited 1 time in total.
 
User avatar
CaptainFuture
Posts: 0
Joined: October 13th, 2005, 10:16 am

term structure fitting

February 6th, 2006, 11:14 am

This is a non-convex quadratic program. If you do not have any other code at hand, simulated annealing is ok. Nevertheless, I suggest to take the time and look for an appropriate global optimization code with guaranteed convergence. And further, use a local optimizer to improve your "final" solution, especially when using SA.The following talk may be related to your question: Calibration of the Svensson Model to Simulated Yield Curves (see http://workshop.mathfinance.de/)
 
User avatar
zeta
Topic Author
Posts: 26
Joined: September 27th, 2005, 3:25 pm
Location: Houston, TX
Contact:

term structure fitting

February 6th, 2006, 1:37 pm

Thanks a bunch
 
User avatar
damel
Posts: 3
Joined: January 8th, 2006, 12:02 pm

term structure fitting

May 10th, 2006, 8:37 pm

thanks CaptainFuturevery good link