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