AddMonths: Principal payment dates

Description Usage Arguments Examples

View source: R/PrincipalPmtDateCalcs.R

Description

In the case of mortgage and asset backed securities the first and last principal payment date are of interest to the investors. This funnction computes the first principal payment and last principal payment dates.

Usage

1
AddMonths(Date = "character", Months = numeric())

Arguments

Date

A character string the date to which the number of months are added

Months

A numeric value the number of months to add to Date

Examples

1
AddMonths("03-01-2015", 360)

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