Skip to content

Commit fa9ec93

Browse files
author
committed
Update documentation
0 parents  commit fa9ec93

File tree

270 files changed

+56195
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

270 files changed

+56195
-0
lines changed

.buildinfo

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Sphinx build info version 1
2+
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: 752847e25e08c0d39623e7f160513c5a
4+
tags: 645f666f9bcd5a90fca523b33c5a78b7

.nojekyll

Whitespace-only changes.

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
quantflow.quantmind.com

_sources/api/data/deribit.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
================
2+
Deribit
3+
================
4+
5+
.. currentmodule:: quantflow.data.deribit
6+
7+
.. autoclass:: Deribit
8+
:members:
9+
:member-order: groupwise
10+
:autosummary:
11+
:autosummary-nosignatures:

_sources/api/data/fmp.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
================
2+
FMP
3+
================
4+
5+
.. currentmodule:: quantflow.data.fmp
6+
7+
.. autoclass:: FMP
8+
:members:
9+
:member-order: groupwise
10+
:autosummary:
11+
:autosummary-nosignatures:

_sources/api/data/fred.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
================
2+
Fred
3+
================
4+
5+
.. currentmodule:: quantflow.data.fred
6+
7+
.. autoclass:: Fred
8+
:members:
9+
:member-order: groupwise
10+
:autosummary:
11+
:autosummary-nosignatures:

_sources/api/data/index.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
==============
2+
Data fetching
3+
==============
4+
5+
.. currentmodule:: quantflow.data
6+
7+
The :mod:`quantflow.data` module provides classes and functions for fetching data from various sources.
8+
To use the module the package must be installed with the optional `data` extra.
9+
```
10+
pip install quantflow[data]
11+
```
12+
13+
.. toctree::
14+
:maxdepth: 1
15+
16+
fmp
17+
fred
18+
deribit

_sources/api/index.rst

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
2+
API Reference
3+
==============
4+
5+
.. grid::
6+
7+
.. grid-item-card::
8+
9+
.. toctree::
10+
:maxdepth: 2
11+
12+
sp/index
13+
14+
.. grid-item-card::
15+
16+
.. toctree::
17+
:maxdepth: 2
18+
19+
options/index
20+
.. grid-item-card::
21+
22+
.. toctree::
23+
:maxdepth: 2
24+
25+
ta/index
26+
.. grid::
27+
28+
.. grid-item-card::
29+
30+
.. toctree::
31+
:maxdepth: 2
32+
33+
data/index
34+
35+
.. grid-item-card::
36+
37+
.. toctree::
38+
:maxdepth: 2
39+
40+
utils/index

_sources/api/options/black.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
==================================
2+
Black Pricing
3+
==================================
4+
5+
.. module:: quantflow.options.bs
6+
7+
.. autofunction:: black_price
8+
9+
.. autofunction:: black_delta
10+
11+
.. autofunction:: black_vega
12+
13+
.. autofunction:: implied_black_volatility
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
==================================
2+
Vol Model Calibration
3+
==================================
4+
5+
.. module:: quantflow.options.calibration
6+
7+
.. autoclass:: VolModelCalibration
8+
:members:
9+
:member-order: groupwise
10+
:autosummary:
11+
:autosummary-nosignatures:
12+
13+
14+
.. autoclass:: HestonCalibration
15+
:members:
16+
:member-order: groupwise
17+
:autosummary:
18+
:autosummary-nosignatures:

0 commit comments

Comments
 (0)