compute_leveraged_metrics: Levered summary (equity cash flows and equity metrics)

View source: R/dcf.R

compute_leveraged_metricsR Documentation

Levered summary (equity cash flows and equity metrics)

Description

Builds equity cash flows from a Discounted Cash Flow (DCF) table and a standardised debt schedule.

Usage

compute_leveraged_metrics(dcf_res, debt_sched, equity_invest)

Arguments

dcf_res

list. Output of dcf_calculate().

debt_sched

data.frame. Output of debt_built_schedule() (0...N).

equity_invest

numeric(1). Equity contribution at t = 0 (positive).

Value

list containing irr_equity, npv_equity, cashflows (levered table), and a reminder of the project-level metrics.


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