R/SomeBonds2016.R

#' Properties of 100 plain vanilla fixed coupon corporate bonds.
#'
#' A simulated dataset of 100 plain vanilla fixed coupon
#' corporate bonds issued in 2016.
#'
#' @docType data
#'
#' @usage data(SomeBonds2016)
#'
#' @format A data frame with 100 rows and 12 variables:
#' \describe{
#'   \item{ID.No}{Identification number of the security.}
#'   \item{Coup.Type}{Type of the bond's coupon.}
#'   \item{Issue.Date}{The bond's issue date. Object of class Date
#'                     with format \code{"\%Y-\%m-\%d"}.}
#'   \item{FIAD.Input}{Date on which the interest accrual starts (so-called
#'               "dated date"). Object of class Date with format
#'               \code{"\%Y-\%m-\%d"}.}
#'   \item{FIPD.Input}{First interest payment date after \code{Issue.Date}.
#'               Object of class Date with format \code{"\%Y-\%m-\%d"}.}
#'   \item{LIPD.Input}{Last interest payment date before \code{Mat.Date}.
#'               Object of class Date with format \code{"\%Y-\%m-\%d"}.}
#'   \item{Mat.Date}{So-called "maturity date" i.e. date on which the
#'                   redemption value and the final interest are paid.
#'                   Object of class Date with format \code{"\%Y-\%m-\%d"}.}
#'   \item{CpY.Input}{Number of interest payments per year. Object of class numeric.}
#'   \item{Coup.Input}{The nominal interest p.a. of the bond in percent. Object
#'               of class numeric.}
#'   \item{RV.Input}{The face value (= redemption value, par value) of
#'             the bond in percent.}
#'   \item{DCC.Input}{The day count convention the bond follows. Type ?AccrInt for details.}
#'   \item{EOM.Input}{Boolean indicating whether the bond follows the End-of-Month rule.}
#' }
#'
#' @keywords datasets
#'
"SomeBonds2016"

Try the BondValuation package in your browser

Any scripts or data that you put into this service are public.

BondValuation documentation built on May 30, 2022, 1:08 a.m.