init_debt_fees: Initial debt fees (arrangement fee)

View source: R/debt.R

init_debt_feesR Documentation

Initial debt fees (arrangement fee)

Description

Initial debt fees (arrangement fee)

Usage

init_debt_fees(loan_draw_0, arrangement_fee_pct = 0, capitalized = TRUE)

Arguments

loan_draw_0

Initial loan drawdown amount (before any possible capitalization of fees).

arrangement_fee_pct

Arrangement fee rate (0–1).

capitalized

Logical: TRUE = fee is capitalized into the loan principal, FALSE = fee is paid in cash.

Value

A list: amount (numeric), capitalized (logical).


cre.dcf documentation built on April 10, 2026, 5:08 p.m.