Go to file
bspeice f987a848f5 Add the README 2016-03-05 18:56:07 -05:00
src Handle array inputs to black scholes 2016-03-05 18:50:53 -05:00
test Handle array inputs to black scholes 2016-03-05 18:50:53 -05:00
.travis.yml Add the travis file 2016-03-05 18:52:42 -05:00
README Add the README 2016-03-05 18:56:07 -05:00
REQUIRE Handle array inputs to black scholes 2016-03-05 18:50:53 -05:00

README

# Quant.jl

[![Build Status](https://travis-ci.org/bspeice/Quant.jl.svg?branch=master)](https://travis-ci.org/bspeice/Quant.jl)

Quant.jl is intended to be something of a helper application: so many
times the same functions are re-written over and over, and it would
be helpful to standardize the implementation.

Currently implemented functionality:
  - Black-Scholes Call and Put calculation

Coming soon:
  - Greeks calculation
  - Brownian Motion simulation
  - Geometric Brownian Motion simulation