cfg_normalize: Normalize YAML into Discounted Cash Flow (DCF) and debt...

View source: R/config.R

cfg_normalizeR Documentation

Normalize YAML into Discounted Cash Flow (DCF) and debt parameters

Description

Converts a raw YAML configuration into a set of scalars and vectors directly usable by dcf_calculate() and debt_built_schedule().

Usage

cfg_normalize(cfg)

Arguments

cfg

list parsed from YAML (raw, not yet normalized).

Value

list including in particular:

  • disc_rate, exit_yield, exit_cost,

  • acq_price_ht, acq_price_di,

  • ltv_init, rate_annual, maturity, type,

  • arrangement_fee_pct, capitalized_fees,

  • noi_vec, opex_vec, capex_vec (vectors of length N).


cre.dcf documentation built on April 10, 2026, 5:08 p.m.