QuantLib Python Cookbook: Hands-On Quantitative Finance in Python
โ Scribed by Goutham Balaraman, Luigi Ballabio
- Tongue
- English
- Leaves
- 208
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Table of Contents
Table of Contents
Basics
Quantlib Basics
Instruments and pricing engines
Numerical Greeks calculation
Market quotes
Interest-rate curves
Term structures and their reference dates
EONIA curve bootstrapping
Euribor curve bootstrapping
Constructing Yield Curve
Implied term structures
Interest-rate sensitivities via zero spread
A glitch in forward-rate curves
Interest-rate models
Simulating Interest Rates using Hull White Model
Thoughts on the Convergence of Hull-White Model Monte-Carlo Simulations
Short Interest Rate Model Calibration
Par versus indexed coupons
Caps and Floors
Equity models
Valuing European Option Using the Heston Model
Valuing European and American Options
Valuing Options on Commodity Futures Using The Black Formula
Defining rho for the Black process
Bonds
Modeling Fixed Rate Bonds
Modeling Callable Bonds
Duration of floating-rate bonds
Treasury Futures Contract
Mischievous pricing conventions
More mischievous conventions
Appendix
Translating QuantLib Python examples to C++
๐ SIMILAR VOLUMES
Quantitative finance in Python: a hands-on, interactive look at the QuantLib library through the use of Jupyter notebooks as working examples.
Code
<span><p></p><p>This book provides both conceptual knowledge of quantitative finance and a hands-on approach to using Python. It begins with a description of concepts prior to the application of Python with the purpose of understanding how to compute and interpret results. This book offers practical
Solve common and not-so-common financial problems using Python libraries such as NumPy, SciPy, and pandas Key Features โข Use powerful Python libraries such as pandas, NumPy, and SciPy to analyze your financial data โข Explore unique recipes for financial data analysis and processing with Python