Skip to content

Commit

Permalink
Merge pull request #104 from northern-64bit/fix-option-controller-doc…
Browse files Browse the repository at this point in the history
…string

Fixes the docstrings of multiple functions in `options_controller.py`
  • Loading branch information
JerBouma authored Jan 22, 2024
2 parents e49efcf + 74a802b commit b863aa9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions financetoolkit/options/options_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@ def get_dual_delta(
rounding (int | None, optional): The number of decimals to round the results to. Defaults to 4.
Returns:
pd.DataFrame: the gamma values containing the tickers and strike prices as the index and the
pd.DataFrame: the dual delta values containing the tickers and strike prices as the index and the
time to expiration as the columns.
As an example:
Expand Down Expand Up @@ -1156,7 +1156,7 @@ def get_theta(
rounding (int | None, optional): The number of decimals to round the results to. Defaults to 4.
Returns:
pd.DataFrame: the vega values containing the tickers and strike prices as the index and the
pd.DataFrame: the theta values containing the tickers and strike prices as the index and the
time to expiration as the columns.
As an example:
Expand Down Expand Up @@ -1301,7 +1301,7 @@ def get_rho(
rounding (int | None, optional): The number of decimals to round the results to. Defaults to 4.
Returns:
pd.DataFrame: the vega values containing the tickers and strike prices as the index and the
pd.DataFrame: the rho values containing the tickers and strike prices as the index and the
time to expiration as the columns.
As an example:
Expand Down Expand Up @@ -1442,7 +1442,7 @@ def get_epsilon(
rounding (int | None, optional): The number of decimals to round the results to. Defaults to 4.
Returns:
pd.DataFrame: the lambda values containing the tickers and strike prices as the index and the
pd.DataFrame: the epsilon values containing the tickers and strike prices as the index and the
time to expiration as the columns.
As an example:
Expand Down Expand Up @@ -2579,7 +2579,7 @@ def get_vera(
rounding (int | None, optional): The number of decimals to round the results to. Defaults to 4.
Returns:
pd.DataFrame: the gamma values containing the tickers and strike prices as the index and the
pd.DataFrame: the vera values containing the tickers and strike prices as the index and the
time to expiration as the columns.
As an example:
Expand Down Expand Up @@ -3240,7 +3240,7 @@ def get_zomma(
rounding (int | None, optional): The number of decimals to round the results to. Defaults to 4.
Returns:
pd.DataFrame: the gamma values containing the tickers and strike prices as the index and the
pd.DataFrame: the zomma values containing the tickers and strike prices as the index and the
time to expiration as the columns.
As an example:
Expand Down Expand Up @@ -3518,7 +3518,7 @@ def get_ultima(
rounding (int | None, optional): The number of decimals to round the results to. Defaults to 4.
Returns:
pd.DataFrame: the gamma values containing the tickers and strike prices as the index and the
pd.DataFrame: the ultima values containing the tickers and strike prices as the index and the
time to expiration as the columns.
As an example:
Expand Down

0 comments on commit b863aa9

Please sign in to comment.