Registry / Branch_quantitative-finance

quantitative-finance Logs

Filtered_Nodes: 10 Status: Sync_Complete
Intermediate

Itô's Lemma Explained: Stochastic Calculus for Finance

Why does classical calculus fail for random variables? Learn the intuition behind Itô's Lemma, its formal derivation, and how to solve Geometric Brownian Motion (GBM) in Python.

Intermediate

The Random Walk: From Coin Flips to Stochastic Calculus

Discover how a simple coin flip evolves into the mathematics powering modern derivative pricing. From Binomial Trees to the Wiener Process and the Heat Equation; we handle all in Python.

Intermediate

Value at Risk (VaR) vs. CVaR: A Practical Guide for Investors

Stop using abstract volatility. Learn how to calculate Value at Risk (VaR) and Conditional VaR (CVaR) using Python to understand your actual downside potential.

Intermediate

Stock Options 101: A Guide to Calls, Puts, and Pricing

Unlock the basics of stock options. Learn the difference between calls and puts, American vs. European styles, and how Greeks like Delta and Theta impact pricing.

Intermediate

Portfolio Allocation: The Math Behind the Efficient Frontier

Master the quantitative core of Modern Portfolio Theory. Learn how to use Markowitz optimization and Python to build an efficient frontier for asset allocation.

Intermediate

Stock Analysis with Python: Modeling Prices, Returns & Distributions

Learn how to analyze stock market data using Python. This guide covers calculating daily returns, visualizing volatility, and modeling statistical distributions with yfinance.

Intermediate

The Geometry of Interest: Constructing Yield Curves and Forward Rates

Master the term structure of interest rates. Learn to build yield curves using bootstrapping and interpolation, and derive forward rates with practical Python examples.

Intermediate

Life in the Tranches: Understanding CDOs and Risk Waterfalls

Learn how CDO tranching splits credit risk into Senior, Mezzanine, and Equity layers — with a step-by-step Python waterfall simulation.