cv.bondprice: Calculate the plain vanilla bond price

Description Usage Arguments Examples

View source: R/cv.bondprice.R

Description

Calculate the plain vanilla bond price

Usage

1
cv.bondprice(par,c,yield,n,m)

Arguments

par

:the face value of the bond

c

:the annual coupon rate of the bond

yield

:the annual yield to maturity of a bond

n

:number of years

m

:compounding period in a year

Examples

1
cv.bondprice(1000,0.0248,0.0248,10,2)

YRmisc documentation built on March 25, 2020, 5:13 p.m.

Related to cv.bondprice in YRmisc...