Quantitative Finance with Python: A Practical Guide to Investment Management, Trading, and Financial EngineeringHardcover (2024)

Quantitative Finance with Python: A Practical Guide to Investment Management, Trading, and Financial EngineeringHardcover (1)

Original price $130.00 - Original price $130.00

Original price $130.00

$158.99

$158.99 - $158.99

Current price $158.99

| /

  • Description
  • Product Details
  • About the Author
  • Table of Contents

Description

Quantitative Finance with Python: A Practical Guide to Investment Management, Trading and Financial Engineering bridges the gap between the theory of mathematical finance and the practical applications of these concepts for derivative pricing and portfolio management. The book provides students with a very hands-on, rigorous introduction to foundational topics in quant finance, such as options pricing, portfolio optimization and machine learning. Simultaneously, the reader benefits from a strong emphasis on the practical applications of these concepts for institutional investors.

Features

  • Useful as both a teaching resource and as a practical tool for professional investors.
  • Ideal textbook for first year graduate students in quantitative finance programs, such as those in master's programs in Mathematical Finance, Quant Finance or Financial Engineering.
  • Includes a perspective on the future of quant finance techniques, and in particular covers some introductory concepts of Machine Learning.
  • Free-to-access repository with Python codes available at www.routledge.com/ 9781032014432 and on https: //github.com/lingyixu/Quant-Finance-With-Python-Code.

Product Details

ISBN-13: 9781032014432

Media Type: Hardcover

Publisher: CRC Press

Publication Date: 05-20-2022

Pages: 659

Product Dimensions: 7.00(w) x 10.00(h) x (d)

Series: Chapman and Hall/CRC Financial Mathematics Series

About the Author

Chris Kelliher is a Senior Quantitative Researcher in the Global Asset Allocation group at Fidelity Investments. In addition, Mr. Kelliher is a Lecturer in the Masters in Mathematical Finance and Financial Technology program at Boston University's Questrom School of Business. In this role he teaches multiple graduate level courses including Computational Methods in Finance, Fixed Income & Programming for Quant Finance. Prior to joining Fidelity in 2019, Mr. Kelliher served as a portfolio manager for RDC Capital Partners. Before joining RDC, Mr. Kelliher served as a principal and quantitative portfolio manager at a leading quantitative investment management firm, FDO Partners. Prior to FDO, Mr. Kelliher was a senior quantitative portfolio analyst and trader at Convexity Capital Management and a senior quantitative researcher at Bracebridge Capital. He has been in the financial industry since 2004. Mr. Kelliher earned a BA in Economics from Gordon College, where he graduated Cum Laude with Departmental Honours, and an MS in Mathematical Finance from New York University's Courant Institute.

Table of Contents

Table of Contents

Section I. Foundations of Quant Modeling. 1. Setting the Stage: Quant Landscape. 1.1. Introduction. 1.2. Quant Finance Institutions. 1.3. Most Common Quant Career Paths. 1.4. Types of Financial Instruments. 1.5. Stages of a Quant Project. 1.6. Trends: Where is Quant Finance Going? 2. Theoretical Underpinnings of Quant Modeling: Modeling the Risk Neutral Measure. 2.1. Introduction. 2.2. Risk Neutral Pricing & No Arbitrage. 2.3. Binomial Trees. 2.4. Building Blocks of Stochastic Calculus. 2.5. Stochastic Differential Equations. 2.6. Itô’s Lemma. 2.7. Connection between SDEs and PDES. 2.8. Girsanov’s Theorem. 3. Theoretical Underpinnings of Quant Modeling: Modeling the Physical Measure. 3.1. Introduction: Forecasting vs. Replication. 3.2. Market Efficiency and Risk Premia. 3.3. Linear Regression Models. 3.4. Time Series Models. 3.5. Panel Regression Models. 3.6. Core Portfolio and Investment Concepts. 3.7. Bootstrapping. 3.8. Principal Component Analysis. 3.9. Conclusions: Comparison to Risk Neutral Measure Modelling. 4. Python Programming Environment. 4.1. The Python Programming Language. 4.2. Advantages and Disadvantages of Python. 4.3. Python Development Environments. 4.4. Basic Programming Concepts in Python. 5. Programming Concepts in Python. 5.1. Introduction. 5.2. Numpy Library. 5.3. Pandas Library. 5.4. Data Structures in Python. 5.5. Implementation of Quant Techniques in Python. 5.6. Object-Oriented Programming in Python. 5.7. Design Patterns. 5.8. Search Algorithms. 5.9. Sort Algorithms. 6. Working with Financial Datasets. 6.1. Introduction. 6.2. Data Collection. 6.3. Common Financial Datasets. 6.4. Common Financial Data Sources. 6.5. Cleaning Different Types of Financial Data. 6.6. Handling Missing Data. 6.7. Outlier Detection. 7. Model Validation. 7.1. Why Is Model Validation So Important? 7.2. How Do We Ensure Our Models Are Correct? 7.3. Components of a Model Validation Process. 7.4. Goals of Model Validation. 7.5. Trade-off between Realistic Assumptions and Parsimony in Models. Section II. Options Modeling. 8. Stochastic Models. 8.1. Simple Models. 8.2. Stochastic Volatility Models. 8.3. Jump Diffusion Models. 8.4. Local Volatility Models. 8.5. Stochastic Local Volatility Models. 8.6. Practicalities of using these Models. 9. Options Pricing Techniques for European Options. 9.1. Models with Closed Form Solutions or Asymptotic Approximations. 9.2. Option Pricing via Quadrature. 9.3. Option Pricing via FFT. 9.4. Root Finding. 9.5. Optimization Techniques. 9.6. Calibration of Volatility Surfaces. 10. Options Pricing Techniques for Exotic Options. 10.1. Introduction. 10.2. Simulation. 10.3. Numerical Solutions to PDEs. 10.4. Modeling Exotic Options in Practice. 11. Greeks and Options Trading. 11.1. Introduction. 11.2. Black-Scholes Greeks. 11.3. Theta vs. Gamma. 11.4. Model Dependence of Greeks. 11.5. Greeks for Exotic Options. 11.6. Estimation of Greeks via Finite Differences. 11.7. Smile Adjusted Greeks. 11.8. Hedging in Practice. 11.9. Common Options Trading Structures. 11.10. Volatility as an Asset Class. 11.11. Risk Premia in the Options Market: Implied vs. Realized Volatility. 11.12. Case Study: GameStop Reddit Mania. 12. Extraction of Risk Neutral Densities. 12.1. Motivation. 12.2. Breden—Litzenberger. 12.3. Connection Between Risk Neutral Distributions and Market Instruments. 12.4. Optimization Framework for Non-Parametric Density Extraction. 12.5. Weigthed Monte Carlo. 12.6. Relationship between Volatility skew and Risk Neutral Densities. 12.7. Risk Premia in the Options Market: Comparison OF Risk Neutral vs. Physical Measures. 12.8. Conclusions & Assessment of Parametric vs. Non-Parametric Methods. Section III. Quant Modelling in Different Markets. 13. Interest Rate Markets. 13.1. Market Setting. 13.2. Bond Pricing Concepts. 13.3. Main Components of a Yield Curve. 13.4. Market Rates. 13.5. Yield Curve Construction. 13.6. Modelling Interest Rate Derivatives. 13.7 Modeling Volatility for a Single Rate: Caps / Floors. 13.8. Modeling Volatility for a Single Rate: Swaptions. 13.9. Modelling the Term Structure: Short Rate Models. 13.10. Modelling the Term Structure: Forward Rate Models. 13.11. Exotic Options. 13.12. Investment Perspective: Traded Structures. 13.13. Case Study: Introduction of Negative Rates. 14. Credit Markets. 14.1. Market Setting. 14.2. Modeling Default Risk: Hazard Rate Models. 14.3. Risky Bond. 14.4. Credit Default Swaps. 14.5. CDS vs. Corporate Bonds. 14.6. Bootstrapping a Survival Curve. 14.7. Indices of Credit Default Swaps. 14.8. Market Implied vs. Empirical Default Probabilities. 14.9. Options on CDS & CDX Indices. 14.10. Modeling Correlation: CDOS. 14.11. Models Connecting Equity and Credit. 14.12. Mortgage-backed Securities. 14.13. Investment Perspective: Traded Structures. 15. Foreign Exchange Markets. 15.1. Market Setting. 15.2. Modeling in a Currency Setting. 15.3. Volatility Smiles IN Foreign Exchange Markets. 15.4. Exotic Options in Foreign Exchange Markets. 15.5. Investment Perspective: Traded Structures. 15.6. Case Study: CHF Peg Break in 2015. 16. Equity & Commodity Markets. 16.1. Market Setting. 16.2. Futures Curves in Equity & Commodity Markets. 16.3. Volatility Surfaces in Equity & Commodity Markets. 16.4. Exotic Options in Equity & Commodity Markets. 16.5. Investment Perspective: Traded Structures. 16.6. Case Study: Nat Gas Short Squeeze. 16.7. Case Study: Volatility ETP Apocalypse of 2018. Section IV. Portfolio Construction & Risk Management. 17. Portfolio Construction & Optimization Techniques. 17.1. Theoretical Background. 17.2. Mean-Variance Optimization. 17.3. Challenges Associated with Mean-Variance Optimization. 17.4. Capital Asset Pricing Model. 17.5. Black-Litterman. 17.6. Resampling. 17.7. Downside Risk Based Optimization. 17.8. Risk Parity. 17.9. Comparison OF Methodologies. 18. Modelling Expected Returns and Covariance Matrices. 18.1. Single & Multi-Factor Models for Expected Returns. 18.2. Modelling Volatility. 19. Risk Management. 19.1. Motivation & Setting. 19.2. Common Risk Measures. 19.3. Calculation of Portfolio VAR and CVAR. 19.4. Risk Management of Non-Linear Instruments. 19.5. Risk Management in Rates & Credit Markets. 20. Quantitative Trading Models. 20.1. Introduction to Quant Trading Models. 20.2. Back-Testing. 20.3. Common Stat-Arb Strategies. 20.4. Systematic Options Based Strategies. 20.5. Combining Quant Strategies. 20.6. Principles of Discretionary vs. Systematic Investing. 21. Incorporating Machine Learning Techniques. 21.1. Machine Learning Framework. 21.2. Supervised vs. Unsupervised Learning Methods. 21.3. Clustering. 21.4. Classification Techniques. 21.5. Feature Importance & Interpretability. 21.6. Other Applications OF Machine Learning. Bibliography. IndexShow More

Quantitative Finance with Python: A Practical Guide to Investment Management, Trading, and Financial EngineeringHardcover (2024)
Top Articles
Latest Posts
Article information

Author: Tish Haag

Last Updated:

Views: 6034

Rating: 4.7 / 5 (47 voted)

Reviews: 86% of readers found this page helpful

Author information

Name: Tish Haag

Birthday: 1999-11-18

Address: 30256 Tara Expressway, Kutchburgh, VT 92892-0078

Phone: +4215847628708

Job: Internal Consulting Engineer

Hobby: Roller skating, Roller skating, Kayaking, Flying, Graffiti, Ghost hunting, scrapbook

Introduction: My name is Tish Haag, I am a excited, delightful, curious, beautiful, agreeable, enchanting, fancy person who loves writing and wants to share my knowledge and understanding with you.