Remain.Balance: A function to compute the remaining balance of a mortgage

Description Usage Arguments Examples

View source: R/MortgageFunctions.R

Description

A standard generic for the calculation of a mortgage remaining balance

Usage

1
2
3
4
5
6
Remain.Balance(
  balance = numeric(),
  note.rate = numeric(),
  term.mos = numeric(),
  period = numeric()
)

Arguments

balance

A numeric value the balance of the mortgage

note.rate

A numeric value the borrower's note rate

term.mos

A numeric value the term of the mortgage

period

A numeric value the numeric of months from the first payment

Examples

1
Remain.Balance(balance = 100000, note.rate = .045, term.mos = 360, period = 10)

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