Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 808 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 808 Bytes

Financial Modeling

This repository contains a variety of financial modeling exercises that were conducted in Python.


The import packages used throughout this repository include:

  1. numpy
  2. pandas
  3. pandas_finance
  4. yfinance (Yahoo Finance's API)
  5. matplotlib

The files are associated with exercises that span the following topics:

  • Time Value of Money: PV / FV
  • NPV / IRR Calculations
  • Loan Amortization Scenario Analysis
  • Equity Index Visualization: S&P500
  • Commodity Volatility Report: Gold
  • Moving Average Forecasting
  • Exponential Smoothing Forecast
  • Trading System using Moving Avg Signals
  • Security Valuation with Price Models
  • Security Correlation Calculations
  • Efficient Frontier Portfolios
  • Monte Carlo Simulation: Risk Analysis