Skip to content

Commit 69eb1d4

Browse files
committed
update readme and delete docs
1 parent 5af02dc commit 69eb1d4

File tree

9 files changed

+4
-111
lines changed

9 files changed

+4
-111
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# FinancialToolbox
2-
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://rcalxrc08.github.io/FinancialToolbox.jl/dev)
2+
[![status](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
3+
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://rcalxrc08.github.io/FinancialToolbox.jl/)
34
[![CI](https://github.com/rcalxrc08/FinancialToolbox.jl/actions/workflows/CI.yml/badge.svg?branch=master)](https://github.com/rcalxrc08/FinancialToolbox.jl/actions/workflows/CI.yml)
45
[![codecov](https://codecov.io/gh/rcalxrc08/FinancialToolbox.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/rcalxrc08/FinancialToolbox.jl?branch=master)
56
##### This is a Julia package containing some useful Financial functions for Pricing and Risk Management under the Black and Scholes Model.
@@ -17,8 +18,8 @@ It currently contains the following functions:
1718
- blslambda: Black & Scholes Lambda sensitivity for European Options.
1819
- blspsi : Black & Scholes Psi sensitivity for European Options.
1920
- blsvanna : Black & Scholes Vanna sensitivity for European Options.
20-
- blsimpv : Black & Scholes Implied Volatility for European Options (using [Brent Method](http://blog.mmast.net/brent-julia)).
21-
- blkimpv : Black Implied Volatility for European Options (using [Brent Method](http://blog.mmast.net/brent-julia)).
21+
- blsimpv : Black & Scholes Implied Volatility for European Options.
22+
- blkimpv : Black Implied Volatility for European Options.
2223

2324
Currently supports classical numerical input and other less common like:
2425

docs/Project.toml

-2
This file was deleted.

docs/make.jl

-16
This file was deleted.

docs/src/assets/favicon.ico

-1.12 KB
Binary file not shown.

docs/src/assets/logo.png

-45.4 KB
Binary file not shown.

docs/src/bls.md

-26
This file was deleted.

docs/src/dates.md

-14
This file was deleted.

docs/src/index.md

-29
This file was deleted.

docs/src/starting.md

-21
This file was deleted.

0 commit comments

Comments
 (0)