OptionPricingStuff/man/putEpps.Rd

37 lines
793 B
Text
Raw Normal View History

2014-02-14 04:47:34 +00:00
\name{putEpps}
\alias{putEpps}
\title{European put option pricing using characteristic function}
\usage{
putEpps(strikeprice, char.fn, eval.time, expiry.time, rate, ...,
2014-02-14 04:47:34 +00:00
int.bounds = c(-Inf, Inf))
}
\arguments{
\item{strikeprice}{Strike price vector, relative to a
unit stock price}
2014-02-14 04:47:34 +00:00
\item{char.fn}{Characteristic function of the price level
at expiry time}
2014-02-14 04:47:34 +00:00
\item{eval.time}{Evaluation time}
\item{expiry.time}{Expiry time}
\item{rate}{Continuously compounded interest rate (force
of interest)}
\item{...}{Parameters of the characteristic function}
\item{int.bounds}{Integration bounds for the integrate()
method used. Defaults to infinite bounds.}
}
\value{
European put option price vector
2014-02-14 04:47:34 +00:00
}
\description{
As seen in Epps (2009)
}
\author{
Francois Pelletier
}