There are 3 repositories under greeks topic.
Real time stock and option data.
C++ 17 based library (with sample applications) for testing equities, futures, currencies, etfs & options based automated trading ideas using DTN IQFeed real time data feed and Interactive Brokers (IB TWS API) for trade execution. libtorch/lstm/cuda demo. Support for Alpaca & Phemex. Notifications via Telegram.
A vectorized implementation of py_vollib, that supports numpy arrays and pandas Series and DataFrames.
Vanilla option pricing and visualisation using Black-Scholes model in pure Python
Options and Option Strategies analytics for educational purpose using the Black-Scholes Model
View the exposures of four option greeks—delta, gamma, vanna, and charm—for stocks & indexes
Algorithmic Portfolio Hedging. Black-Scholes Pricing for Dynamic Hedges to produce a Dynamic multi-asset Portfolio Hedging with the usage of Options contracts.
Option price calculation based on Black Scholes equation
Complete plug and play Black-Scholes-Merton model for option pricing with features including implied volatility and Greeks.
Black Scholes and Merton option, greeks and implied volatility calc for PHP Laravel or Symfony package
Weekly exercises of the course of Stochastic Methods for Finance.
Calculate the Greeks for Uniswap V3 and setup LP positions with a target delta.
Visualize the Solar System: A Python script that plots the orbits of the major planets, with a special focus on Pluto and the Kuiper Belt. Utilizing NumPy for calculations and Matplotlib for visualization, this script provides an educational tool to explore the dynamics of our solar system, highlighting Pluto's unique orbit and the vast Kuiper Belt
A collection of my own Quantitative Finance guides covering various topics.
Computation of greeks on an option basket with automatic differentiation
How to hedge any positive linear gamma instrument using a “Gamma transform”
OptionsPricerLib is a Python library for pricing financial options using various european and american models. The library provides options pricing, implied volatility calculation, and the Greeks for options, covering models such as Barone-Adesi Whaley, Black-Scholes, Leisen-Reimer, Jarrow-Rudd, and Cox-Ross-Rubinstein.
Work related to quantitative finance.
Application of Black Scholes model and computation of greeks of European style options in Python.
These reports were developed for the course Stochastic methods for finance using real data from yahoo finance and analyzing it via excel VBA
European option price and greeks graphs in Black-Scholes model using Matlab.
An option pricing demo. Three option pricing models with their Greeks.
Gouant is a Go library for calculating option pricing and Greeks using the Black-Scholes model. It provides comprehensive functionality for options pricing, including price calculation, implied volatility, and option Greeks.
PHP SDK developed by @caymanbrothers, @gloomberry and @stefankuehnel for the analysis and valuation of equity derivative options.
Monte-Carlo Simulation of Financial Sensitivities (EPFL - Stochastic Simulation)
Excel spreadsheet and associated VBA code for calculating European option prices, their greeks, and a range of graphs.
Calculate Greeks (Delta, Gamma, Theta, Vega) by the Option.
An interactive toolkit visualising options pricing and Greeks across Black-Scholes and Monte Carlo models with comparative analytics.
In this project, I implement the Black & Scholes model to price options and analyze their Greeks, including Delta, Gamma, Theta, Vega, and Rho, along with implied volatility. The repository features interactive Jupyter notebooks and practical examples to help you understand how these concepts apply in real-world scenarios.
A Python-based tool for options pricing, portfolio management, and risk analysis. Features Black-Scholes pricing, Greeks calculation, scenario analysis, hedging strategies, and interactive visualizations.
Repository contains implementation of Black-Scholes model and first-order Greeks for pricing European-style options
European Options Pricing using Black-Scholes Model with Greeks Calculator and Monte Carlo Simulation. Visualizations and real-world explanations included.
A Python-based platform for options pricing using Monte Carlo simulation. This project includes a pricing engine to calculate option prices, payoffs, and Greeks, along with a Streamlit-powered dashboard for visualization. Future enhancements include implementing Black-Scholes and binomial models.