Mortgage.Monthly.Payment: A function to calculate the monthly payment of a mortgage

Description Usage Arguments Examples

View source: R/MortgageFunctions.R

Description

A standard generic function to compute the monthly payment of a mortgage

Usage

1
2
3
4
5
Mortgage.Monthly.Payment(
  orig.bal = numeric(),
  note.rate = numeric(),
  term.mos = numeric()
)

Arguments

orig.bal

A numeric value, the original loan amount

note.rate

A numeric vlaue, the borrower's note rate

term.mos

A numeric value, the original term of the loan in months

Examples

1
Mortgage.Monthly.Payment(orig.bal = 100000, note.rate = .04, term.mos = 360)

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