asset.val: The asset.val function

Description Usage Arguments Value Examples

View source: R/LeaseFunctions.R

Description

This function calculates the asset value of a lease given an initial value and a payment schedule

Usage

1
asset.val(init.val, pay.schedule)

Arguments

init.val

is the starting value of the lease, or the amount of money lent

pay

schedule is a vector of payments in the lease

Value

a vector representing the value of the asset over the pay.schedule

Examples

1
asset.val(init.val = 1200, pay.schedule = c(200,0,0,200,0,200,0,200,0,200,200,0,0,200,200,0,200,0,200))

ksyan/CreddaLeases documentation built on May 20, 2019, 7:04 p.m.