rm_bond.dyncouponbonds: S3 Remove Bond Method

Description Usage Arguments Value Examples

Description

Specified bonds and their associated data are removed from a dynamic bond data set of the class "dyncouponbonds".

Usage

1
2
## S3 method for class 'dyncouponbonds'
rm_bond(bonddata, group, ISIN)

Arguments

bonddata

bond data set.

group

the group where the bonds to be removed belong to.

ISIN

the ISIN numbers of the bonds to remove.

Value

The function returns the new bond data set.

Examples

1
2
data(datadyncouponbonds)
newdynbonddata <- rm_bond(datadyncouponbonds,"GERMANY","DE0001135150")

changshun/termstrc documentation built on May 13, 2019, 3:24 p.m.