BondCashFlows: Bond cash flow engine for standard non-callable

Description Usage Arguments Examples

Description

Cashflow engine for standard non-callable bond

Usage

1
2
3
4
5
6
BondCashFlows(
  bond.id = "character",
  principal = numeric(),
  settlement.date = "character",
  price = "character"
)

Arguments

bond.id

A character string referencing an object of type BondDetails

principal

A numeric value the principal or face amount of the bond

settlement.date

A character string the settlement date

price

A character string the price of the bond

Examples

1
2
3
## Not run: BondCashFlows(bond.id = "bondlab10", principal = 1000, 
settlement.date = "1-13-2013", price = "100")
## End(Not run)

glennmschultz/BondLab documentation built on May 11, 2021, 5:29 p.m.