-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update copyright info, add library notices, and enhance documentation
Updated the copyright owner's name in the LICENSE file and added the license notice for the externally sourced library. Introduced detailed explanations for the `black` and `implied_black_volatility` functions in src/lets_be_rational.rs. Lastly, improved the introductory content in the README.md file to give a better overview of the project and its purpose.
- Loading branch information
1 parent
141d0f1
commit ac41678
Showing
3 changed files
with
53 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,10 @@ | ||
# implied-vol | ||
A pure rust implementation of Peter Jäckel's implied volatility calculation | ||
# Implied Vol | ||
|
||
Welcome to `implied-vol`, a lightning-fast, pure Rust implementation of Peter Jäckel's renowned implied volatility | ||
calculations. | ||
|
||
Originally found at [Peter Jäckel's homepage](http://www.jaeckel.org/), this library is a robust Rust reimplementation | ||
of the pioneering work laid out in Jäckel's article, [Let's Be Rational](http://www.jaeckel.org/LetsBeRational.pdf). | ||
|
||
Our aim is to offer a tool that provides blazingly fast and precise calculations of implied Black volatility. | ||
With `implied-vol`, speed and accuracy in your quantitative finance projects need not be mutually exclusive. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters