OptionPricingStuff/man/zerobond.Rd
François Pelletier 72d149832c ajouts Epps
2014-02-13 23:47:34 -05:00

30 lines
509 B
R

\name{zerobond}
\alias{zerobond}
\title{zerobond}
\usage{
zerobond(eval.time, expiry.time, rate, face = 1)
}
\arguments{
\item{eval.time}{Evaluation time}
\item{expiry.time}{Expiry time}
\item{rate}{Continuously compounded interest rate (force
of interest)}
\item{face}{Face value}
}
\value{
Actualised price of bond
}
\description{
Evaluate the price of a zero coupon bond
}
\details{
Evaluates the actualised price of a bond using interest
rate and face value
}
\author{
François Pelletier
}