debt_schedule_with_intro_rate: "debt_schedule_with_intro_rate": Calculates the mortgage debt...

Description Usage Arguments Value Author(s) References Examples

Description

Calculates the mortgage debt schedule, when an introductory rate is available

This function calculates mortgage estimates. You should seek professional advice before making financial decisions.

Usage

1
2
debt_schedule_with_intro_rate(annual_interest_rate, term, principal,
  introductory_interest_rate, introductory_term, starting_date = NULL)

Arguments

annual_interest_rate

The annual interest rate of the mortgage

term

The mortgage term in months

principal

The principal of the mortgage

introductory_interest_rate

The introductory interest rate

introductory_term

The introductory term in months

starting_date

(OPTIONAL) If a starting date is supplied the schedule will autofill with years and dates

Value

debt_schedule A data frame containing the mortgage schedule

Author(s)

Deepankar Datta <deepankardatta@nhs.net>

References

Formulas sourced from https://en.wikipedia.org/wiki/Mortgage_calculator

Examples

1
# debt_schedule_with_intro_rate( annual_interest_rate , term , principal , introductory_interest_rate , introductory_term , starting_date=NULL )

deepankardatta/MortgageCalculator documentation built on May 14, 2019, 6:14 p.m.