Description Details 1 Introduction 2 Plain Vanilla Option 3 Binomial Tree Options 4 Monte Carlo Options 5 Low Discrepancy Sequences 6 Heston Nandi Garch Fit 7 Heston Nandi Garch Options About Rmetrics
The Rmetrics "Options" package is a collection of functions to valuate basic options.
Package: | fOptions |
Type: | Package |
Version: | R 3.0.1 |
Date: | 2014 |
License: | GPL Version 2 or later |
Copyright: | (c) 1999-2014 Rmetrics Assiciation |
URL: | https://www.rmetrics.org |
The fOptions
package provides function for pricing
and evaluationg basic options.
This section provides a collection of functions to valuate plain vanilla options. Included are functions for the Generalized Black-Scholes option pricing model, for options on futures, some utility functions, and print and summary methods for options.
1 2 3 4 5 | GBS* the generalized Black-Scholes option
BlackScholesOption a synonyme for the GBSOption
Black76Option options on Futures
MiltersenSchwartzOption options on commodity futures
|
1 2 | NDF, CND, CBND distribution functions
|
1 2 3 |
This section offers a collection of functions to valuate options in the framework of the Binomial tree option approach.
1 2 3 4 5 6 | CRRBinomialTreeOption CRR Binomial Tree Option
JRBinomialTreeOption JR Binomial Tree Option
TIANBinomialTreeOption TIAN Binomial Tree Option
BinomialTreeOption Binomial Tree Option
BinomialTreePlot Binomial Tree Plot
|
In this section we provide functions to valuate options by Monte Carlo methods. The functions include beside the main Monte Carlo Simulator, example functions to generate Monte Carlo price paths and to compute Monte Carlo price payoffs.
1 2 3 4 5 6 |
This section provides three types of random number generators for univorm and normal distributed deviates. These area pseudo random number generator and a halton and sobol generator for low discrepancy sequences.
1 2 3 | runif.pseudo Uniform pseudo random numbers
rnorm.pseudo Normal pseudo random numbers
|
1 2 3 | runif.halton Uniform Halton sequence
rnorm.halton Normal Halton sequence
|
1 2 3 | runif.sobol Uniform scrambled Sobol sequence
rnorm.sobol Normal scrambled Sobol sequence
|
r
Her we provide functions to model the GARCH(1,1) price paths which underly Heston and Nandi's option pricing model. The functions are:
1 2 3 4 |
hngarchSim simulates a Heston-Nandi Garch(1,1) process
hngarchFit fits parameters of a Heston Nandi Garch(1,1) model
|
1 2 | hngarchStats returns true moments of the log-Return distribution
|
1 2 3 | print.hngarch print method, \cr
summary.hngarch diagnostic summary
|
This section comes with functions to valuate Heston-Nandi options. Provided are functions to compute the option price and the delta and gamma sensitivities for call and put options.
1 2 3 4 | HNGOption Heston-Nandi GARCH(1,1) option price
HNGGreeks Heston-Nandi GARCH(1,1) option sensitivities
HNGCharacteristics combines option prices and sensitivities
|
The fOptions
Rmetrics package is written for educational
support in teaching "Computational Finance and Financial Engineering"
and licensed under the GPL.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.