Quantitative Finance Notebooks
A collection of educational notebooks covering key mathematical concepts and their applications in quantitative finance
Install / Use
npx skills add patrick-t98/quantitative-finance-notebooksInstalls into whichever agent you are using.
README
quantitative-finance-notebooks
A collection of educational notebooks covering key mathematical concepts and their applications in quantitative finance.
This repository aims to enhance understanding of quantitative finance by combining mathematical theory with coding examples in Python. Prerequisites include a basic knowledge in statistics, stochastic calculus, financial derivatives terminology, and Python programming. This repository is made possible thanks to some excellent academic textbooks, GitHub repositories and YouTube videos, which can be found below. Hopefully, readers will feel they have a firmer grasp of the topics and find inspiration for practical applications!
Contents
- Set Theory and Probability, Random Variables, Expectation and Convergence.
- Parametric Inference, Hypothesis Testing, Bayesian Inference, Linear Regression, Logistic Regression.
- ARMA Models, SARIMA Models, GARCH Models.
- Log Returns, Geometric Brownian Motion, Itô-Doeblin Formula, Black-Scholes-Merton Model, Option Greeks.
- Stochastic Differential Equations, Jump Processes, Exotic Options, American Options.
References
Textbooks
- Baxter, M., and Rennie, A. (1996). Financial Calculus: An Introduction to Derivative Pricing.
- Huang, C., and Petukhina, A. (2022). Applied Time Series Analysis and Forecasting with Python.
- Natenberg, S. (1994). Optional Volatility and Pricing: Advanced Trading Strategies and Techniques.
- Shreve, S. (2008). Stochastic Calculus for Finance II Continuous-Time Models.
- Wasserman, L. (2004). All of Statistics: A Concise Course in Statistical Inference.
GitHub Repositories
- Cantarutti, N. (2019). Financial Models Numerical Methods [Computer software]. https://github.com/cantaro86/Financial-Models-Numerical-Methods
- Reid, M. (2020). Reliability [Computer software]. https://github.com/MatthewReid854/reliability
- Roland, A. (2021). Statistics and Probability For Data Science [Computer software]. https://github.com/CodeRabbitHub/Statistics-and-Probability-For-Data-Science
YouTube Videos
- Wood, W. (2021). Set Theory | All-in-One Video. https://www.youtube.com/watch?v=5ZhNmKb-dqk
Related Skills
python-debugpy
385.5kDebug Python with pdb, breakpoint(), post-mortem inspection, and debugpy remote attach.
skill-creator
385.5kCreate, edit, audit, tidy, validate, or restructure AgentSkills and SKILL.md files.
claude-opus-4-5-migration
140.6kMigrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5
automl-hyperparameter-optimization
40.5kAutoML and hyperparameter optimization rules for Python ML projects using Ray Tune, Optuna, PyCaret, and time-series AutoML libraries
