BondBasisConversion: Bond Basis (day count) conventions

Description Usage Arguments See Also

View source: R/BondBasis.R

Description

Applies the correct bond basis (day count) convention to interest calculations. Currently supported bond day count conventions:

Usage

1
2
3
4
5
6
7
8
9
BondBasisConversion(
  issue.date,
  start.date,
  end.date,
  settlement.date,
  lastpmt.date,
  nextpmt.date,
  type
)

Arguments

issue.date

A date object, the issue date of the security

start.date

A date object, the start date for interest payment

end.date

A date object, the final payment date

settlement.date

A date object, the settlement date

lastpmt.date

A date object, the last payment date

nextpmt.date

A date object, the next payment date to the investor

type

a character vector the interest basis day count type

See Also

Other BondBasis: ActFactor(), ActualFactor(), is.leapyear()


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