Hedge curves
Last modified by Nikita Kapchenko on 2019/09/26 16:08
Intro:
The curves are build from many market instruments: deposits, FRA, swaps -> curve calibration basket
As a trader you don't want to hedge your IRD products on all of them but only on some of them -> product hedging basket
So as a trader you want to compute your DV01 only for products you use for hedging.
Implementation:
- Build main curve on market instruments -> main curve
- Price your product -> Price(main curve)
- Build hedge curve only on hedging basket -> hedge curve
- Deduce the curve spreads from: Price (main curve) = Price(hedge curve + spread) -> hedge spreads
- So by definition you can rewrite: main curve = hedge curve + [main curve - hedge curve]
- Now, while computing your DV01 you shift only hedge curve keeping [normal curve - hedge curve] spread constant.
Following this approach, you are always inline with market npv but you get the pure DV01 exposure to the products you use for hedging.