Articles with the QuantLib tag

Modeling Volatility Smile and Heston Model Calibration Using QuantLib Python

May 19, 2016 by Goutham Balaraman

Provides an introduction to constructing implied volatility surface consistend with the smile observed in the market and calibrating Heston model using QuantLib Python.

   quantlib   python   finance  

Valuing Convertible Bonds Using QuantLib Python

March 16, 2016 by Goutham Balaraman

Provides an introduction to valuation of convertible bonds using QuantLib Python with a minimal example.

   quantlib   python   finance  

Valuing Options on Commodity Futures Using QuantLib Python

December 17, 2015 by Gouthaman Balaraman

Describes how to value options on commodity futures contract using the Black formula in QuantLib Python

   quantlib   python   finance  

Valuing Treasury Futures Using QuantLib Python

December 02, 2015 by Gouthaman Balaraman

Provides an introduction to valuation of treasury futures contract in QuantLib Python.

   quantlib   python   finance  

QuantLib Python Tutorials With Examples

October 30, 2015 by Gouthaman Balaraman

This post is a collection of links to all my quantlib python tutorial

   quantlib   python   finance  

Short Interest Rate Model Calibration in QuantLib Python

October 27, 2015 by Gouthaman Balaraman

Provides examples of short interest rate model calibration to swaption volatilities in QuantLib Python

   quantlib   python   finance  

Modeling Vanilla Interest Rate Swaps Using QuantLib Python

October 20, 2015 by Gouthaman Balaraman

Provides a basic introduction to valuing interest rate swaps using QuantLib Python.

   quantlib   python   finance  

Valuing European Option Using the Heston Model in QuantLib Python

September 08, 2015 by Gouthaman Balaraman

Introduces an example on how to value European options using Heston model in Quantlib Python

   quantlib   python   finance  

On the Convergence of Hull White Monte Carlo Simulations

May 22, 2015 by Gouthaman Balaraman

Discusses the convergence of the Monte-Carlo simulations of the Hull-White model

   quantlib   python   finance  

Option Model Handbook, Part III: European Option Pricing With QuantLib Python

May 08, 2015 by Gouthaman Balaraman

Demonstrates how to price European options using QuantLib Python. Methods using Black-Scholes-Merton formula and binomial tree will be discussed.

   quantlib   python   finance   option models