| compare_financing_scenarios | R Documentation |
Build and compare three financing setups for a given unlevered DCF:
an all-equity case,
a bullet debt structure,
an amortizing debt structure.
All three scenarios share the same acquisition base, interest rate, maturity and target LTV. The function returns a summary table of key investment and credit metrics, together with detailed objects for each scenario.
compare_financing_scenarios(
dcf_res,
acq_price,
ltv,
rate,
maturity,
arrangement_fee_pct = 0,
capitalized_fees = FALSE,
covenants = list(dscr_min = 1.25, ltv_max = 0.65)
)
dcf_res |
List; result of |
acq_price |
Numeric scalar; acquisition base consistent with the
pricing convention used in |
ltv |
Numeric scalar in |
rate |
Numeric scalar in |
maturity |
Integer scalar greater than or equal to 1; debt maturity in years. |
arrangement_fee_pct |
Numeric scalar in |
capitalized_fees |
Logical scalar; whether arrangement fees are capitalized into the initial drawdown. |
covenants |
Optional list of covenant thresholds, for example
|
A list with two components:
summary |
A tibble that summarizes, for the all-equity, bullet and amortizing cases, the main valuation metrics (IRR, NPV) and selected credit indicators (for example minimum DSCR and maximum forward LTV). |
details |
A named list with one element per scenario. Each element
contains the debt schedule ( |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.