gera_saldo_ponte: Saldo para emprestimo ponte

Description Usage Arguments Value Examples

Description

computes balance between loan and amortiation (for 'emprestimo ponte')

Usage

1
gera_saldo_ponte(amortizacao, emprestimo)

Arguments

amortizacao

A vector with amortizations data

emprestimo

A vector with value of loan (repeat total value)

Value

balance of 'emprestimo ponte' after amortization

Examples

1
 gera_saldo_ponte(c(0, 100, 0), c(100, 100, 100))

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