cft: Calculates the Total Financial Cost (CFT)

Description Usage Arguments Details Examples

Description

This is the IRR of the loan's cashflow, after adding all the extra costs

Usage

1
cft(amt, maturity, rate, up_fee = 0, per_fee = 0)

Arguments

amt

The amount of the loan

maturity

The maturity of the loan

rate

The loan rate, in effective rate

up_fee

The fee that the loan taker pays upfront

per_fee

The fee that the loan payer pays every period

Details

It is assumed that the loan has monthly payments The CFT is returned as an effective rate of periodicty equal to that of the maturity and the rate The interest is calculated over amt + fee

Examples

1
cft(amt = 100, maturity = 10, rate = 0.05, up_fee = 1, per_fee = 0.1)

juancentro/tvm documentation built on May 20, 2019, 3:18 a.m.