gera_saldo_fin: Saldo para emprestimo de longo prazo

Description Usage Arguments Value Examples

Description

computes balance between loan and amortiation (for long term loan)

Usage

1
gera_saldo_fin(amortizacao, emprestimo, num_round = NA)

Arguments

amortizacao

A vector with amortizations data

emprestimo

A vector with value of loan for each period

num_round

number to round. If NA, no rounding is done.

Value

balance of long term loan after amortization

Examples

1
 gera_saldo_fin(c(0, 50, 50), c(100, 0, 0))

mgaldino/line4PPPsim documentation built on May 6, 2019, 7:03 p.m.