debt_schedule: "debt_schedule": Calculates the mortgage debt schedule

Description Usage Arguments Value Author(s) References Examples

Description

Calculates the mortgage debt schedule

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

Usage

1
debt_schedule(annual_interest_rate, term, principal, 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

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( annual_interest_rate , term , principal , starting_date=NULL )

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