Code Monkey home page Code Monkey logo

bitcoin-payable-black-scholes's Introduction

Simple Bitcoin Payable Black-Scholes Calculator

This code creates a Bitcoin-payable endpoint that returns in JSON format the implied call and put price of an option as well as the major associated "Greeks." This is a basic Black-Scholes formula, so returns information assuming a European-style option on a stock that is assumed to not pay a dividend.

On the 21.co Bitcoin network, this can be accessed by entering the following into the command line (the variables can, of course, be changed):

21 buy --maxprice 10 url 'http://10.244.190.107:5000/bs?price=35&strike=40&time=0.25&rate=0.03&vol=0.4'

  • price = current stock price
  • strike = strike price
  • time = portion of a year until expiration (e.g., 0.25 = a quarter of a year, 0.5 = half a year)
  • rate = assumed risk free rate
  • vol = assumed volatility

The format of the returned JSON data starts with either a "c" or "p" to denote "call" or "put" and then lists what the data item is (e.g., "cPrice" = the implied price of a call option, "pTheta" = implied Theta for a put option).

bitcoin-payable-black-scholes's People

Contributors

davemc84 avatar

Watchers

 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.