项目作者: dwasse

项目描述 :
Cryptocurrency option analysis, with theoretical value and greek calculations.
高级语言: Jupyter Notebook
项目地址: git://github.com/dwasse/cryptopt.git
创建时间: 2019-09-09T23:23:16Z
项目社区:https://github.com/dwasse/cryptopt

开源协议:

下载


Cryptopt is a repository for option analysis, with theoretical value and greek calculations.

Install dependencies with:

  1. sudo apt-get update
  2. sudo apt-get install python3.6
  3. sudo apt-get install python3-pip
  4. sudo pip3 install -r requirements.txt

You can then experiment with options data from Deribit in optionsPricing.ipynb.