Skip to content

A high-peformance parallel monte-carlo simulation for estimating the fair value of options in finance

License

Notifications You must be signed in to change notification settings

AntoonBeres/AMCOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

antoons-monte-carlo-options-sim

A high-peformance parallel monte-carlo simulation for estimating the fair value of options in finance.

Written in Rust ofcourse!

Work in progress. Currently has only minimal functionality.

The CSV-files for getting the historical data are downloaded from yahoo-finance (Historical-data -> Download). In the future an API might be used for more precise datapoints. As this happens, the interface will change.

build instructions:

cargo build --release

Usage:

./amcos <TICKER SYMBOL> <STRIKE PRICE> <DAYS TILL EXPIRATION>

example:

./amcos AAPL 165 20

About

A high-peformance parallel monte-carlo simulation for estimating the fair value of options in finance

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages