Learn R Programming

brfinance (version 0.8.0)

calc_amortization_schedule: Amortization Schedule

Description

Generates an amortization schedule for a loan.

Usage

calc_amortization_schedule(pv, rate, n, type = 0)

Value

Data frame with amortization schedule.

Arguments

pv

Loan amount.

rate

Interest rate per period (decimal).

n

Number of periods.

type

Payment timing: 0 for end of period, 1 for beginning of period.

Examples

Run this code
calc_amortization_schedule(pv = 10000, rate = 0.01, n = 12)

Run the code above in your browser using DataLab