| styles_pv_split | R Documentation |
For each style preset, this helper:
runs run_case() under the all-equity scenario,
takes the cash-flow table used for the unlevered DCF,
discounts positive cash inflows at the DCF discount rate,
decomposes the resulting present value into:
income = free cash flow excluding resale proceeds,
resale = terminal sale proceeds.
styles_pv_split(
styles,
config_dir = system.file("extdata", package = "cre.dcf")
)
styles |
Character vector of style identifiers. |
config_dir |
Directory where preset YAML files are stored. |
Year 0 (initial outlay) is excluded from the income/resale split so that shares remain numerically stable and interpretable.
A tibble with columns: style, pv_income, pv_resale, share_pv_income, share_pv_resale.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.