Exogenous transitions between married couples and singles
I read OLG Model 13: Married Couples, Single Males and Single Females and is a very useful example. The toolkit is getting closer and closer to the frontier ![]()
I was wondering whether there is a natural way to extend this setup to allow for exogenous transitions between marital states. In several recent papers, individuals can transition between being married and single over the life cycle, with exogenous marriage and divorce probabilities. Examples include:
- Borella, De Nardi, Torres Chain, and Yang, âWhy do households save and work?â
- De Nardi, French, Jones, and McGee, âWhy do Couples and Singles Save After Retirement? Household Heterogeneity and its Aggregate Implications.â
Here the term exogenous is key because endogenous family formation is a mess ![]()
My understanding is that in the current version of Model 13, married, male, and female are treated as permanent types (I havenât read the code yet). This is very easy to set up but in the extension I have in mind they would no longer be permanent types: a single male or female may marry, and a married couple may divorce.
I would introduce an age-dependent transition matrix over marital states, for example pi_marital(m_current,m_next,j), with states such as married, single_male, and single_female. The Bellman equation for each current type would then take expectations not only over next-period productivity shocks, but also over next-period marital status. In other words, the continuation value for a single male would include the probability of remaining single and the probability of becoming married, and the continuation value for a married household would include the probability of remaining married and the probability of divorce.
The main complication is that the household problem changes dimension across marital states. Married households have two labor choices and two productivity processes, while singles have one labor choice and one productivity process. Also, divorce and marriage require a mapping of assets and shocks across household types: for example, after divorce one might split assets according to an exogenous rule, while after marriage one might combine the assets of two singles according to some matching rule.
So my question is: is there already a Toolkit-friendly way to allow transitions across what are currently PTypes? More specifically, can the Toolkit handle a situation where the current âpermanent typeâ affects the current return function and state space, but next periodâs type is stochastic? Or would this require a new layer, something like a PType transition matrix together with user-specified mapping rules for assets and shocks when moving from one household type to another?
Thanks again for the married-couples/singles example!
P.S. There is a toolkit example based on Borella, De Nardi and Yang (2018) but it is different from what I described above. In Borella et al the issue is that one of household member can die before the other, the married retired couple can transition into a single retired couple.