Bỏ qua để đến nội dung chính
Thang Phan Research Editorial

The Liquidity Paradox: Navigating Quantitative Tightening

An examination of how central bank balance sheet reductions are impacting credit spreads across G10 currencies despite resilient equity markets.

Ngày đăng21 thg 7, 2026
Thời gian đọc2 phút đọc

The Discounted Cash Flow (DCF) model has remained the gold standard of institutional valuation for over half a century. It assumes that the value of any asset is the present value of its future cash flows. However, as intangible assets and hyper-scalability come to dominate, the mechanics of DCF — particularly the terminal value calculation — are becoming decoupled from market reality.

In this paper, we introduce the Recursive Value Framework (RVF), a model that accounts for the compounding returns of proprietary data sets and algorithmic moats.

Vo=t=1nCFt(1+r)t+CFn(1+g)(rg)Φ(Ai)V_o = \sum_{t=1}^{n} \frac{CF_t}{(1+r)^t} + \frac{CF_n(1+g)}{(r-g)} \cdot \Phi(A_i)

The Terminal Value Fallacy

The majority of a firm's value in a DCF resides in its terminal state, usually calculated after a 5 or 10-year period. In traditional industries, this assumes a steady-state growth rate that mirrors nominal GDP — an assumption that breaks down for firms whose marginal cost of production trends toward zero.

  • Terminal value now accounts for 85%+ of tech enterprise value, up from 60% in 2010.
  • Marginal costs in software-AI sectors are declining at 14% CAGR.
  • Intangible capital investment now exceeds physical CAPEX in the S&P 500.

Comparative Asset Analysis

MetricIndustrial Era (Avg)Digital Era (Avg)Δ Change
Marginal Cost TrendStableDeflationary-18.4%
Asset Turnover1.2x4.8x+300%
Terminal Value Weight62.0%88.5%+26.5pp

A Simple Reference Implementation

def terminal_value(cf_n, g, r, moat_coefficient):
    return (cf_n * (1 + g)) / (r - g) * moat_coefficient

In the recursive economy, valuation is no longer an accounting exercise; it is an assessment of a system's ability to learn and self-optimize faster than the rate of capital depreciation.

Conclusion

We must move away from static terminal multiples. The next decade of capital allocation will reward those who can quantify algorithmic velocity — the speed at which a company converts raw data into cost efficiencies and pricing power.