Skip to content

A comprehensive collection of projects exploring various topics in quantitative finance. This repository consolidates multiple standalone projects into a single organized structure for ease of access and better collaboration.

License

Notifications You must be signed in to change notification settings

usamabuttar/Quantitative-Finance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quantitative Finance

Welcome to the Quantitative Finance repository, a comprehensive collection of projects exploring various topics in quantitative finance. This repository consolidates multiple standalone projects into a single organized structure for ease of access and better collaboration.

Repository Structure

The repository is organized into folders based on categories of quantitative finance. Each folder contains the following:

  • Code File: The main implementation in Python (or other relevant languages).
  • PDF File: A detailed report or presentation of the project.

Example Structure

Quantitative-Finance/
├── Options_Pricing/
│   ├── american_options_pricing.ipynb
│   ├── american_options_pricing.pdf
├── Portfolio_Optimization/
│   ├── mean_variance_optimization.ipynb
│   ├── mean_variance_optimization.pdf
└── README.md

Projects Included

This repository currently includes the following projects:

  1. Options Pricing
    • American Options Pricing using the Binomial Method
    • European Options Pricing with Monte Carlo Simulations
  2. Portfolio Optimization
    • Mean-Variance Optimization
    • Efficient Frontier Visualization
  3. Time Series Analysis
    • ARIMA Modeling for Stock Price Prediction
    • GARCH Models for Volatility Forecasting

More projects will be added over time as part of the ongoing clean-up and migration process.

Getting Started

To explore the projects, you can:

  1. Clone this repository:
    git clone https://github.com/yourusername/Quantitative-Finance.git
    cd Quantitative-Finance
  2. Navigate to the project folder of interest.
  3. Open the provided Jupyter notebooks (.ipynb) for step-by-step explanations and implementations.

Contribution Guidelines

We welcome contributions to improve or expand this collection. To contribute:

  1. Fork the repository.
  2. Create a new branch for your feature or fix.
  3. Submit a pull request with a detailed explanation of your changes.

License

This repository is licensed under the MIT License. You are free to use, modify, and distribute the content with proper attribution.

Acknowledgments

Special thanks to everyone who provided feedback and suggestions to improve the quality of this repository. For any questions or collaboration inquiries, feel free to reach out.


Author: Usama Buttar
Contact: LinkedIn

About

A comprehensive collection of projects exploring various topics in quantitative finance. This repository consolidates multiple standalone projects into a single organized structure for ease of access and better collaboration.

Topics

Resources

License

Stars

Watchers

Forks