Equity bridge in lib/dcf_engine.py
The equity bridge is the final step of the valuation, implemented within the DCF engine module. It converts the discounted operating value of the firm into a per-share equity value.
The bridge
Key function
equity_bridge()
Parameters:
operating_value— present value of the firm (from discounting)debt— book value of debtcash— cash and marketable securitiesminority_interests— minority interest claims (if any)option_value— total employee option value (from option_value.py)failure_probability— probability of corporate failure (from failure_rate.py)distress_proceeds— recovery value in failure scenarioshares— shares outstanding
Related modules
- option_value.py — dilution-adjusted Black-Scholes for the option deduction
- failure_rate.py — probability of failure for the distress adjustment