Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

European.Option.Value

N-Factor Model European Option Pricing


Description

'r lifecycle::badge("deprecated")'

This function was deprecated due to a change in the name of the function to adhere to the tidyverse style guide.

Usage

European.Option.Value(X.0, parameters, t, TTM, K, r, call, verbose = FALSE)

Examples

##Step 2 - Calculate 'call' option price:
output <-  European.Option.Value(X.0 = c(3,0),
                      parameters = SS.Oil$Two.Factor,
                      t = 1,
                      TTM = 1,
                      K = 20,
                      r = 0.05,
                      call = TRUE,
                      verbose = FALSE)

## ->

output <- European_option_value(x_0 = c(3,0),
                     parameters = SS_oil$two_factor,
                     futures_maturity = 1,
                     option_maturity = 1,
                     K = 20,
                     r = 0.05,
                     call = TRUE,
                     verbose = FALSE)

NFCP

N-Factor Commodity Pricing Through Term Structure Estimation

v1.0.1
GPL-3
Authors
Thomas Aspinall [aut, cre] (<https://orcid.org/0000-0002-6968-1989>), Adrian Gepp [aut] (<https://orcid.org/0000-0003-1666-5501>), Geoff Harris [aut] (<https://orcid.org/0000-0003-4284-8619>), Simone Kelly [aut] (<https://orcid.org/0000-0002-6528-8557>), Colette Southam [aut] (<https://orcid.org/0000-0001-7263-2347>), Bruce Vanstone [aut] (<https://orcid.org/0000-0002-3977-2468>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.