Quant.jl/README.md

17 lines
660 B
Markdown
Raw Permalink Normal View History

2016-03-05 18:56:07 -05:00
# Quant.jl
[![Build Status](https://travis-ci.org/bspeice/Quant.jl.svg?branch=master)](https://travis-ci.org/bspeice/Quant.jl)
2016-03-05 19:11:34 -05:00
[![Coverage Status](https://coveralls.io/repos/github/bspeice/Quant.jl/badge.svg?branch=master)](https://coveralls.io/github/bspeice/Quant.jl?branch=master)
2016-03-05 18:56:07 -05:00
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