| derive_exit_yield | R Documentation |
Derive an exit yield from an entry yield and a spread (bps)
derive_exit_yield(entry_yield, spread_bps)
entry_yield |
numeric(1) >= 0. Entry cap-rate in decimal form. |
spread_bps |
numeric(1). Spread in basis points (may be negative). |
numeric(1) Exit yield in decimal form.
derive_exit_yield(0.055, 50) # 0.060
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.