medjr0's Stars
albuzenet/Longstaff-Schwartz
American option pricing using Longstaff Schwartz Algorithm under the Heston model
luphord/longstaff_schwartz
A Python implementation of the Longstaff-Schwartz linear regression algorithm for the evaluation of call rights an American options.
deepintomlf/mlfbook
omartinsky/AmericanMonteCarlo
Implementation of the Longstaff-Schwartz (American Monte Carlo) algorithm for pricing options and other derivatives with early-exercise features.
lanteignel93/longstaff_schwartz_pricer
Solving Bermudan Put Option via Longstaff-Schwartz Method
davidalbertonogueira/MLP
Simple multilayer perceptron c++ implementation.
jaungiers/LSTM-Neural-Network-for-Time-Series-Prediction
LSTM built using Keras Python package to predict time series steps and sequences. Includes sin wave and stock market data
aldodec/Black-Scholes-Option-Pricing-with-Monte-Carlo-
The purpose of this notebook is to explore different methods for the valuation of options within the framework of the Black-Scholes pricing model with the use of Python. In particular, we will rely on Monte Carlo methods for the pricing of european call options, and compare the results with those obtained through the exact Black-Scholes solution.
boyac/pyOptionPricing
Option pricing based on Black-Scholes processes, Monte-Carlo simulations with Geometric Brownian Motion, historical volatility, implied volatility, Greeks hedging
arunp77/MonteCarlo-simulation
Application to finance
BirdiD/Portfolio-Management
In this repository, you will find a credit portfolio modeling with Monte Carlo simulation based method for the computation of credit-portfolio loss-distributions and for the estimation of various risk measures. Four principal risk measures are taken into account : Value At Risk (VaR), Expected Shortfall (ES), Expected Loss (EL) and Unexpected Loss (UL). The notebook also includes credit derivatives which are synthetic contracts to buy or sell protection against credit-related losses. There's also an interactive dashboard allowing you to choose parameters for your credit portfolio modeling
yineme/Credit_Risk_modelling
duffau/RNN_GARCH
Estimating Value-at-Risk with a recurrent neural network (Jordan type) GARCH model