A selection of finance, data, and infrastructure projects from my public GitHub repositories.
Apps & Finance Tools
FX Option Risk Pricer
Python-based FX option pricer using the Garman-Kohlhagen model to calculate fair value, delta, and vega for a portfolio of currency options. Outputs a timestamped CSV risk report.
Focus: Python, derivatives pricing, risk reporting
CAPM Stock Beta
Calculates stock beta using the Capital Asset Pricing Model, supporting equity risk analysis and comparison against market returns.
Focus: Python, finance, market risk
Stock Data Visualizer
Dynamic stock analysis and visualization script with candlestick charts, volume charts, and percentage-difference plots using yfinance and matplotlib.
Focus: Python, data visualization, financial data
Monte Carlo Stock Simulation
Generates Monte Carlo simulations for stock price projections using Python, useful for exploring probabilistic outcomes and scenario analysis.
Focus: Python, simulation, quantitative finance
EODHD Asset Pricing
Python script for searching EOD historical price data by asset class and ticker.
Focus: Python, market data, asset pricing
Stock Alerts
Python app that sends email and push notifications for stock prices.
Focus: Python, alerts, market monitoring
Platform Engineering
GitOps Workflow
Infrastructure workflow using Terraform, Git, and Jenkins to manage infrastructure changes through pull requests and pipeline automation.
Focus: Terraform, Jenkins, GitOps
Pipeline Demo
Jenkins and web server demo built with Terraform, showing how infrastructure and deployment workflows can be managed through code.
Focus: Terraform, Jenkins, CI/CD
Terraform Demo
Starter template for AWS infrastructure with Terraform.
Focus: Terraform, AWS, infrastructure as code