• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

Pricing exotic interest rate derivatives

Joined
12/23/06
Messages
187
Points
28
The workshop is lectured by Mark Joshi, who has published many interesting math finance books and is also a long-time friend of Quantnet.

Pricing exotic interest rate derivatives - The LIBOR Market Model in QuantLib with Mark Joshi

25-27th February, 2009
The Ada-Lovelace Room,
The Institute of Physics
76 Portland Place,
London, UK


This three-day course will be led by an international expert who played a large role in the coding of the LIBOR market model in the QuantLib C++ open-source project. He will examine the practical problems that arise when implementing the LIBOR market model to price exotic interest rate derivatives. Each issue will be discussed at theoretical, practical and coding levels. The solution of these using QuantLib classes will be the focus of the course.
We will see how QuantLib provides a free easily-extendible implementation that achieves rapid pricing and sensitivity computation, and stable calibration to the market; whilst being able to cope with path-dependence, discontinuous pay-offs and early exercise features.


Day 1
Basics
and
Calibration


  • Why market models and theoretical underpinnings.
  • Achieving a speedy Monte Carlo implementation: drift computation, drift approximation, accelerating convergence, latest implementations of Sobol
  • QuantLib classes: MarketModelEvolver, LogNormalFwdRatePc, LogNormalFwdRateIpc, LogNormalCotSwapRatePc, LMMDriftCalculator, NormalFwdRatePc, BrownianGenerator, SobolRsg
  • Calibration: time homogeneity, correlation structures, the pseudo-square root as a fundamental building block, stable simultaneous calibration to caplets and swaptions, period mismatches,
  • QuantLib classes: MarketModel, SwapForwardMappings, FwdToCotSwapAdapter, CotSwapToFwdAdapter, PiecewiseConstantAbcdVariance, CTSMMCapletCalibration, CTSMMCapletMaxHomogeneityCalibration, capletSwaptionPeriodicCalibration
Day 2
Early
Exercise
and
Greeks


  • Pricing products with early exercise features, obtaining lower bounds. Least-squares method. Anderson’s method. Orthogonalization,
  • QuantLib classes: NodeData, collectNodeData, MarketModelExerciseValue, LongstaffSchwartzExerciseStrategy, MarketModelBasisSystem, MarketModelParametricExercise, genericLongstaffSchwartzRegression
  • Upper bounds for callable products.
  • QuantLib classes: UpperBoundEngine
  • Greek computation: partial proxy simulation and the conditional analytic method.
  • QuantLib classes: ConstrainedEvolver, LogNormalFwdRateEulerConstrained
Day 3
Skew
and
Smiles


  • Using displaced diffusion to achieve skew
  • QuantLib classes: how existing classes already include Displaced Diffusion
  • Using Heston stochastic volatility to obtain smile: Monte Carlo implementation
  • QuantLib classes: adding an extra evolver to implement stochastic volatility
  • Analytic approximations of the stochastic vol LMM, calibration, SABR and the LMM
  • QuantLib classes: possible ways to extend to encompass these cases
Book before September 30th to Receive a 20% 'Early Bird' Discount and before November 30th to receive a 10% Discount.

Further Information
Dates: 3 Days – 25 - 26th February 2009
Venue: Ada Lovelace Room, Institute of Physics, London, UK
Cost: £2600 inc. VAT
 
well, it's aimed at people with employers to pay the bill...
 
Back
Top