Code Monkey home page Code Monkey logo

fregy6831-computational-methods's Introduction

FREGY6831-Computational-Methods

Final Project: Computational Methods Classes

This final project is to create a Python class that contains different computational methods.

ComputationalMethods Class

Base class that is named ComputationalMethods. This class contains:

Functions for European call and put option payoff.

Functions for Black-Scholes formula. The outputs should contain price, delta, gamma, theta, vega, rho.

FiniteDifferenceMethods Class

Child class that is named FiniteDifferenceMethods. This class contains:

Function Black_Scholes_Explicit_FD, which solves Black-Scholes equation through explicit finite difference method.

Function Black_Scholes_Implicit_FD, which solves Black-Scholes equation through implicit finite difference method.

Function Black_Scholes_Crank_Nicolson_FD, which solves Black-Scholes equation through Crank-Nicolson finite difference method.

RadialBasisFunctionApproaches Class

Child class that is named RadialBasisFunctionApproaches. This class contains:

Function Gaussian_Radial_Basis_Function. The outputs should contain the value of the function, first order derivative, and second order derivative.

Function Multi_Quadric_Radial_Basis_Function. The outputs should contain the value of the function, first order derivative, and second order derivative.

Function Black_Scholes_RBF_FD, which solves Black-Scholes equation through radial basis function-generated finite difference.

MonteCarloSimulationForStockPrice Class

Child class that is named MonteCarloSimulationForStockPrice. This class contains:

Function Geometric_Brownian_Motion, which generate trajectories of geometric Brownian motion.

Function GBM_With_Jump_At_Fixed_Dates, which generate trajectories of geometric Brownian motion with jumps.

fregy6831-computational-methods's People

Contributors

gjimzhou avatar

Stargazers

PINAKI BHATTACHARYYA avatar

Watchers

James Cloos avatar PINAKI BHATTACHARYYA avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.