| compute_equity_invest | R Documentation |
Compute equity invested at t0 (acquisition costs already included in acq_price)
compute_equity_invest(
acq_price,
ltv_init,
arrangement_fee_pct = 0,
capitalized_fees = TRUE
)
acq_price |
All-in acquisition price (basis for financing). |
ltv_init |
Initial LTV (0–1). |
arrangement_fee_pct |
Arrangement fee rate (0–1). |
capitalized_fees |
TRUE if fees are capitalized into the loan principal. |
A list with: equity_0, loan_draw_0, fees_init, fees_cap.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.