Skip to content

Commit

Permalink
#7: Internal references of your docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hudde committed Feb 16, 2024
1 parent edddccd commit e7b20e5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/Greeks.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#' the Black Scholes model or a Jump Diffusion model in the case of Asian
#' Options, or in the Binomial options pricing model
#'
#' @export
#'
#' @seealso [BS_European_Greeks()] for option_type = "European
#' @seealso [Binomial_American_Greeks()] for option_type = "American"
#' @seealso [BS_Geometric_Asian_Greeks()] for option_type = = "Geometric Asian"
Expand All @@ -11,8 +13,6 @@
#' "vega")
#' @seealso [Malliavin_Asian_Greeks()] for more general cases of Asian Greeks
#'
#' @export
#'
#' @param initial_price - initial price of the underlying asset
#' @param exercise_price - strike price of the option
#' @param r - risk-free interest rate
Expand Down
3 changes: 3 additions & 0 deletions R/Implied_Volatility.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
#'
#' @export
#'
#' @seealso [BS_Implied_Volatility()] for option_type = "European" and payoff
#' in c("call", "put")
#'
#' @param option_price - current price of the option
#' @param initial_price - initial price of the underlying asset
#' @param exercise_price - strike price of the option
Expand Down
4 changes: 4 additions & 0 deletions man/Implied_Volatility.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e7b20e5

Please sign in to comment.