Joy Pathak
Swaptionz
- Joined
- 8/20/09
- Messages
- 1,328
- Points
- 73
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
A shift at a single point will affect the entire curve because of the constraint of continuous derivatives. So you can't really have an isolated shock of one part of the curve.
Hey Joy,bob
Hey bob.. what could be some issues when you do non parallel shifts on a curve that is built using cubic spline interpolation or any spline interpolation.
Hey Joy,
I'm certainly not an expert in curve-stripping or splines. If you're interested in reading someone who is, you might check out this post by Donald van Deventer and others from the same series on his blog:
http://www.kamakuraco.com/Blog/tabi...-and-Related-Yields-versus-Nelson-Siegel.aspx
The punchline is basically that some version of a quartic spline in the forward rates is the most desirable method from the standpoint of forward-rate smoothness. Much more detail on the subject is available in his blog.
Although I've known this result for a while, I'd never gotten around to actually trying it out. But your question made me curious, so I worked my way through it and played around with this scheme in comparison with the straightforward cubic spline in spot rates.
I should add the disclaimer that this was all done from formulas I was working out after midnight last night at the end of a long week, so it's quite possible that this implementation doesn't fairly represent the method, although what I wound up with passes the smell test and appears, at least, to be working as intended.
The problem is, as has been noted previously in the thread, that shifts at one point tend to propagate across the curve and may lead to some unpredictable or counterintuitive results. The fact that you're shocking more than one point doesn't change that; from my perspective, it just makes the possible oddities even more difficult to predict.
The base curve is made up: Rates are very low at the short end and basically flat for some of it, then slope up to longer maturities. (My little toy case here only goes out to 5 years.) As I said, this isn't a real curve but bears some resemblances to what you might find now for USD. I shocked the thing in a way that is also, qualitatively, a realistic possibility: a twist where short-term rates increase a little, 2- and 5-year rates decrease, with a very small amount of steepening from 2 to 5.
I was interested in seeing what would happen to 3M forward rates between 2 and 5 years as a result. These are things you'd be interested in for the purposes of pricing rate caps, for example. The results are attached, showing pre- and post-shock curves for both methods, along with the term structure of 3M forward rates.
The forward from 2 to 5 increased very little as a result of the shock--only about 3bp all told. But as you can see, how the forward term structure gets redistributed as a consequence is quite dramatic in the cubic case. It's also not, to me anyway, obvious that this should happen, since it appears just by inspection that the post-shock curve is in both cases actually much less strongly kinked than the original was. There are differences of plus or minus 20bp or more at either end in the cubic case.
In other words, smooth as a cubic curve may look to the eye, the continuity constraints actually impose a good deal more rigidity in what you're modeling than is really obvious, and the fact that those constraints operate on the spot rates may make the method unsuitable when you care a lot about the forwards. Pricing a 3Y cap, for example, under this method would return something quite different in these two cases, and the scale of the change in value may not be at all what you'd expect under a shock like the one described, especially given the relatively small apparent change in rates.
It certainly does seem that the quartic forward method does a better job of handling the shock. It still twists the forward rates in the 2Y-5Y interval, but the effect is not nearly as dramatic.
Obviously this is just one case, so it's hardly a complete or formal response to your question. In the end the choice of method needs to be dictated by the purpose you have in mind; there's no "right" answer per se. However, it does seem that if you're going to go with a spline method, the quartic forward method performs pretty much as advertised.