View source: R/scenario_refi.R
| test_refi | R Documentation |
Assesses at \(T\) the simultaneous feasibility of DSCR and forward LTV covenants assuming an interest-only payment at \(T+1\). This check isolates covenant feasibility from the precise structure of the new loan.
test_refi(full, year_T, covenants, new_rate, new_exit_yield)
full |
data.frame. Merged table (0..N) from |
year_T |
integer(1). Evaluation year \(T\) (0..N). |
covenants |
list. Thresholds: |
new_rate |
numeric(1). New annual nominal rate (decimal). |
new_exit_yield |
numeric(1). New exit yield (decimal) for forward value.
|
list with status ("ok"/"fail"), reasons (character) and snapshot (tibble).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.