calc_amortization_schedule: Amortization Schedule

View source: R/calculators.R

calc_amortization_scheduleR Documentation

Amortization Schedule

Description

Generates an amortization schedule for a loan.

Usage

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

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.

Value

Data frame with amortization schedule.

Examples

calc_amortization_schedule(pv = 10000, rate = 0.01, n = 12)


brfinance documentation built on Feb. 19, 2026, 9:06 a.m.