Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

Latest commit

 

History

History
11 lines (6 loc) · 509 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 509 Bytes

Simple comparisons of:

  1. Value-at-Risk (VaR) and Expected Shortfall risk metrics applied to finance (using Goldman Sachs stock - GS)

  2. Simple and logarithmic returns (using Goldman Sachs, Google, and Apple stocks - GS, GOOG, AAPL)

  3. Kolmogorov-Smirnov Test (using Goldman Sachs - GS - to compare the company's stock return distribution to the normal distribution)

  4. Simple implementation of the Black-Scholes option pricing formula

  5. Simple implementation of the binomial tree option pricing formula