| debt_terms | R Documentation |
Builds a compact financing specification intended for the simplified R API.
Use this helper together with deal_spec() and analyze_deal() instead of
manipulating the full YAML-like configuration directly.
debt_terms(
ltv = 0.55,
rate = 0.045,
type = c("bullet", "amort"),
maturity = NULL,
extra_amort_pct = 0,
arrangement_fee_pct = 0,
capitalized_fees = FALSE
)
ltv |
Numeric scalar in |
rate |
Numeric scalar in |
type |
Character scalar. Either |
maturity |
Optional integer scalar greater than or equal to 1. When
|
extra_amort_pct |
Numeric scalar in |
arrangement_fee_pct |
Numeric scalar in |
capitalized_fees |
Logical scalar. Whether arrangement fees are capitalized into the initial draw. |
An object of class cre_debt_terms.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.