Go to file
bspeice 3a0e0cf0c0 Add new Black-Scholes type for easy use 2016-05-17 22:38:30 -04:00
src Add new Black-Scholes type for easy use 2016-05-17 22:38:30 -04:00
test Add new Black-Scholes type for easy use 2016-05-17 22:38:30 -04:00
.travis.yml Fix the Coveralls submission 2016-03-05 19:15:37 -05:00
README.md Badge the coverage! 2016-03-05 19:11:34 -05:00
REQUIRE Dumb error with the requirements 2016-03-05 19:01:23 -05:00

README.md

Quant.jl

Build Status Coverage Status

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