-
-
Notifications
You must be signed in to change notification settings - Fork 204
Description
Summary
Most intergenerational transfers happen during the parent's lifetime, not at death: gifts for down payments, education funding, business financing, and strategic estate tax planning (McGarry 1999). HARK's BequestWarmGlowConsumerType includes a terminal warm-glow bequest motive, but all its transfers occur at death. These living transfers interact with estate tax policy (annual exclusion, lifetime exemption), the child's consumption and saving decisions (moral hazard), and the parent's own retirement security. A dynastic model with both inter-vivos transfers and bequests would address intergenerational wealth transmission, inequality persistence, and the efficiency of gift/estate tax policy.
Connection to Financial Services Practice
The wealth-management plugin financial-plan skill (wealth-management/skills/financial-plan/SKILL.md) includes a full estate planning module: estate tax exposure analysis (federal and state), gifting strategy (annual exclusion of $18,000 per donee, lifetime exemption of $13.61M), trust structures, and beneficiary review. The skill identifies estate document updates and gifting strategy optimization as top-priority action items. The financial-plan skill also models education funding through 529 plans, a tax-advantaged inter-vivos transfer to children. A HARK dynastic model would answer the questions these heuristics leave open: when should parents give during life vs. at death? How do gift and estate taxes affect the timing and size of transfers? How does the child's saving respond to expected parental transfers?
Mathematical Model
Environment
Time is discrete. We model overlapping generations of dynasties, each consisting of a parent and a child. The parent lives for
State Variables
The family state during the overlapping period is
Before the child enters the model (
Preferences
Parent's utility:
The parent derives utility from own consumption
The gift utility function follows De Nardi (2004):
where the shifter
Child's utility: The child maximizes their own lifecycle utility independently. A key modeling choice is whether the parent is altruistic (cares about the child's utility
Gift and Estate Tax System
Annual gift tax exclusion: Each year, the parent can give up to
An important institutional detail: the gift tax is tax-exclusive (the donor pays
Lifetime exemption: Cumulative taxable gifts (above the annual exclusion) consume the lifetime exemption
Actual gift tax is owed only when cumulative gifts exceed
Estate tax: At death, the estate tax uses the current
The remaining exemption
Recursive Formulation (Parent, During Overlapping Period)
Paternalistic (joy-of-giving) specification:
subject to
where
The parent's optimization is self-contained: the parent chooses how much to give without solving the child's problem. The child receives
Altruistic specification (more ambitious):
Here the parent internalizes how the gift
Child's Problem
The child solves a standard consumption-saving problem, taking parental transfers as given:
subject to
Key Model Properties
Timing of transfers: The model predicts that transfers should be front-loaded (given early, so the child earns returns on the transferred wealth) if the child's marginal utility of wealth is high and the parent faces no liquidity constraints. Estate taxes amplify this: because gifts within the annual exclusion are tax-free, a long series of annual gifts dominates a single bequest.
Transfer-wealth gradient: The model generates the empirical pattern that richer parents give more (both inter-vivos and at death), but the ratio of transfers to wealth is non-monotone. For estates well above the lifetime exemption
Crowding out of child's saving: Inter-vivos transfers may reduce the child's own saving (crowding out). The degree of crowding out depends on whether transfers are anticipated or unexpected, and on the child's own borrowing constraints.
A natural application is the child's home purchase (Issue #1730), where parental gifts relax the down-payment constraint, and the child's entrepreneurial entry (Issue #1736), where gifts relax the collateral constraint.
Key References
- De Nardi, M. (2004). "Wealth Inequality and Intergenerational Links." Review of Economic Studies, 71(3), pp. 743-768.
- Barczyk, D. and Kredler, M. (2014). "Altruistically Motivated Transfers under Uncertainty." Quantitative Economics, 5(3), pp. 705-749.
- Nishiyama, S. (2002). "Bequests, Inter Vivos Transfers, and Wealth Distribution." Review of Economic Dynamics, 5(4), pp. 892-931.
- McGarry, K. (1999). "Inter Vivos Transfers and Intended Bequests." Journal of Public Economics, 73(3), pp. 321-351.
- Kopczuk, W. (2013). "Taxation of Intergenerational Transfers and Wealth." Handbook of Public Economics, Vol. 5, pp. 329-390.
- Poterba, J. M. (2001). "Estate and Gift Taxes and Incentives for Inter Vivos Giving in the US." Journal of Public Economics, 79(1), pp. 237-264.
Implementation Notes
- Start with the paternalistic (joy-of-giving) specification, where the parent's problem is self-contained (no need to solve the child's value function inside the parent's optimization). State space reduces to
$(a^p, z^p, t)$ plus possibly$G^{\text{cum}}$ for tax tracking. - From the child's perspective, transfers arrive exogenously, so the child solves a standard
IndShockConsumerTypeproblem with an extra income source. - Dynastic linkage: solve the child's problem backward, then the parent's problem backward taking the child's policy as given. For the altruistic version, an outer iteration on the transfer policy is needed.
- Gift/estate tax introduces a kink at
$g = \bar{g}$ (annual exclusion) and a cumulative state variable$G^{\text{cum}}$ for the lifetime exemption. A simplification: assume all gifts are within the annual exclusion (valid for most non-wealthy households), dropping$G^{\text{cum}}$ from the state. -
BequestWarmGlowConsumerTypealready has warm-glow bequest utility$\Phi(a)$ ; adding$v(g)$ for inter-vivos gifts is a natural extension. - For inequality analysis, the model can be embedded in HARK's
Marketframework with a stationary distribution over dynasties, yielding wealth Gini coefficients and intergenerational mobility matrices.