-
-
Notifications
You must be signed in to change notification settings - Fork 204
Description
Summary
Entrepreneurs are roughly 7-10% of the U.S. population but hold about 40% of top-1% wealth (Cagetti and De Nardi 2006). HARK has no model of entrepreneurship or occupational choice: all existing agent types receive exogenous labor income, so the agent never starts a business or invests in a productive project with idiosyncratic risk and collateral constraints. A HARK EntrepreneurConsumerType would address questions about wealth inequality, credit constraints, small business policy, the "missing middle" in developing economies, and the wealth concentration effects of entrepreneurial risk.
Connection to Financial Services Practice
The private-equity plugin models the core economics of acquiring and operating businesses with leverage. The returns-analysis skill (private-equity/skills/returns-analysis/SKILL.md) computes IRR and MOIC with returns attribution (EBITDA growth + multiple expansion + debt paydown). The lbo-model skill (financial-analysis/skills/lbo-model/SKILL.md) models sources and uses, debt tranches, and cash sweep mechanics. The deal-screening skill (private-equity/skills/deal-screening/SKILL.md) evaluates investment opportunities against criteria including revenue, margins, growth, and valuation multiples. The unit-economics skill (private-equity/skills/unit-economics/SKILL.md) computes LTV/CAC, ARR cohorts, and SaaS metrics. A HARK entrepreneurship model would answer why agents become entrepreneurs, how much capital they invest, and how collateral constraints distort business formation, providing the structural counterpart to these practitioner valuations.
Mathematical Model
Environment
Time is discrete and infinite (or lifecycle,
State Variables
The individual state is
The productivity processes are independent AR(1) in logs:
The persistence
Preferences
For the lifecycle variant (
Technology
An entrepreneur with productivity
where the capital share is
We can write this more compactly as
Collateral Constraint
The entrepreneur can invest capital
Capital is rented from a competitive capital market at rate
The collateral constraint is the central friction: productive entrepreneurs with low wealth are constrained below their optimal scale, while wealthy but less productive agents may over-invest relative to the frictionless optimum.
Recursive Formulation
Occupational choice:
Worker value:
subject to
The worker enters the period with wealth
Entrepreneur value:
subject to
The entrepreneur enters the period with wealth
Entry and Exit Costs
To prevent unrealistic occupational churning, we can add switching costs:
-
Entry cost
$\phi^E > 0$ : An agent switching from worker to entrepreneur pays a one-time cost (capturing business setup, licensing, opportunity cost of learning). -
Exit cost
$\phi^W \geq 0$ : An entrepreneur reverting to worker may face costs (business dissolution, severance).
With switching costs, the value function tracks current occupation:
where the entry cost
General Equilibrium
In general equilibrium, the wage
Key Equilibrium Properties
- Wealth inequality: The model generates fat-tailed wealth distributions because entrepreneurs bear concentrated idiosyncratic risk and accumulate wealth rapidly when productive. This is a key mechanism in Cagetti and De Nardi (2006) for matching the observed right tail of the U.S. wealth distribution.
-
Misallocation: Collateral constraints (
$\lambda < \infty$ ) cause capital misallocation: high-$z^e$ agents with low wealth under-invest, while low-$z^e$ agents with high wealth over-invest. The aggregate TFP loss from misallocation is a key object of interest. -
Credit policy: Relaxing the collateral constraint (increasing
$\lambda$ ) improves allocation but may also reduce precautionary saving, with ambiguous welfare effects.
Key References
- Cagetti, M. and De Nardi, M. (2006). "Entrepreneurship, Frictions, and Wealth." Journal of Political Economy, 114(5), pp. 835-870.
- Quadrini, V. (2000). "Entrepreneurship, Saving, and Social Mobility." Review of Economic Dynamics, 3(1), pp. 1-40.
- Buera, F. J. and Shin, Y. (2013). "Financial Frictions and the Persistence of History: A Quantitative Exploration." Journal of Political Economy, 121(2), pp. 221-272.
- Buera, F. J., Kaboski, J. P., and Shin, Y. (2011). "Finance and Development: A Tale of Two Sectors." American Economic Review, 101(5), pp. 1964-2002.
- Moll, B. (2014). "Productivity Losses from Financial Frictions: Can Self-Financing Undo Capital Misallocation?" American Economic Review, 104(10), pp. 3186-3221.
- Hurst, E. and Lusardi, A. (2004). "Liquidity Constraints, Household Wealth, and Entrepreneurship." Journal of Political Economy, 112(2), pp. 319-347.
Implementation Notes
- Occupational choice is discrete (compare
$V^W$ and$V^E$ at each state), handled via HARK's upper envelope / DC-EGM approach or theDBlockControlvariable mechanism. - Capital choice
$k$ is a continuous optimization nested within value function iteration. Given$\pi(z^e, k) = \tilde{z}^e k^{\tilde{\nu}}$ , the unconstrained optimum has a closed form, and the constrained solution is$k^* = \min(k^{\text{unconstrained}}, \lambda a)$ . - With 3 continuous state variables
$(a, z^w, z^e)$ plus discrete occupation, the problem is manageable with HARK's existing grid methods (4D with occupation treated as a Markov state). - For general equilibrium, HARK's
Marketclass can close the model by iterating on$(w, r)$ until factor markets clear, similar toCobbDouglasEconomy. - Natural calibration targets: fraction of entrepreneurs (~7-10% in the U.S.), their wealth share (~40% of top 1%), and the return distribution of small businesses.
- Connects to
AggShockConsumerTypefor business-cycle analysis (recessions tighten collateral constraints, reducing business formation). - Because the collateral constraint takes the borrowing rate as exogenous, the strategic default model (Issue Strategic Default and Bankruptcy Model #1733) provides a natural complement by endogenizing credit pricing. Parental wealth transfers (Issue Inter-Vivos Transfers and Dynastic Bequest Model #1737) can relax the collateral constraint (Hurst and Lusardi 2004).