-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathblack15.tex
3179 lines (2903 loc) · 150 KB
/
black15.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
%% QUESTION: \tag \the \pageno commands are in the body of this chapter -- delete?
%
%% NOTE: the figures for the two state example are generated by
% the programs kehlev and koch2sa in \books\green3.
%\ReadAUX
\input grafinp3
%\input grafinput8
\input psfig
%\eqnotracetrue
\offparens
% see figures commit1.eps and commit2.eps
%\input form1
%\input psfig
%\input grafinput8
%\showchaptIDtrue
%\def\@chaptID{15.}
%\hbox{}
\footnum=0
\overfullrule=0pt
\def\bull{\vrule height .9ex width .8ex depth -.1ex}
\def\bh{\penalty-100}
\footnum=0
\chapter{Incentives and Insurance\label{socialinsurance}}%
\section{Insurance with recursive contracts}
This chapter studies a planner who designs an efficient contract
to supply insurance in the presence of incentive constraints.
%imposed by his limited ability either to enforce contracts or to
%observe households' actions or incomes.
We pursue two themes, one
substantive, the other technical. The substantive theme is
a tension between offering insurance and
providing incentives. A planner offers ``stick and carrot'' incentives that adjust
an
agent's future consumption in ways that provide incentives to adhere to an arrangement at the cost of providing less
than ideal insurance.
Balancing incentives against insurance shapes the evolution of
distributions of wealth and consumption.
\index{recursive!contracts} \auth{Spear, Stephen E.}
\auth{Srivastava, Sanjay} \auth{Thomas, Jonathan} \auth{Worrall,
Tim} \auth{Phelan, Christopher} \auth{Townsend, Robert M.}
\auth{Abreu, Dilip} \auth{Stacchetti, Ennio} \auth{Pearce, David}
The technical theme is how memory can be
encoded recursively and how incentive problems can be managed with contracts
that remember and promise. Contracts issue rewards
that depend on the history either of publicly observable outcomes
or of an agent's announcements about his privately observed
outcomes. Histories are large-dimensional objects. But Spear and
Srivastava (1987), Thomas and Worrall (1988), Abreu, Pearce, and
Stacchetti (1990), and Phelan and Townsend (1991) discovered that
the dimension can be contained by using an accounting
system cast solely in terms of a ``promised value,'' a
one-dimensional object that summarizes enough aspects of an
agent's history. Working with promised values permits us to
formulate contract design problems recursively.
\auth{Kocherlakota, Narayana R.}\auth{Thomas, Jonathan} \auth{Worrall, Tim}
\index{promised value!as state variable}
Three basic models are set within a single physical
environment but assume different structures of information,
enforcement, and storage possibilities. The first adapts a model of
Thomas and Worrall (1988) and Kocherlakota (1996b) that has all
information being public and focuses
on commitment or enforcement problems . The second is a model of Thomas and
Worrall (1990) that has an incentive problem coming from private
information but that assumes away commitment and enforcement
problems. Common to both of these models is that the insurance
contract is assumed to be the {\it only\/} vehicle for households
to transfer wealth across states of the world and over time. The
third model, created by Allen (1985) and Cole and Kocherlakota (2001), extends Thomas and
Worrall's (1990) model by introducing private storage that cannot
be observed publicly. Because it lets households
self-insure as in chapters \use{selfinsure} and \use{incomplete}, the possibility of
private storage reduces {\it ex ante\/} welfare by limiting the
amount of social insurance that can be attained when incentive
constraints are present. We shall see that a model with private storage has an interesting connection
to one of the Bewley models discussed in chapter \use{incomplete}. \auth{Cole, Harold L.} \auth{Kocherlakota,
Narayana R.} \auth{Allen, Franklin}
%=====================
%Another model, by Atkeson (1991),
%\auth{Atkeson, Andrew}
%combines both commitment and information
%problems.
%We also study a version of Shavell
%and Weiss's (1979)
%\auth{Shavell, Steven} \auth{Weiss, Laurence}
%and Hopenhayn and Nicolini's (1997)
%\auth{Hopenhayn, Hugo A.} \auth{Nicolini, Juan Pablo}
%model of unemployment insurance.
%======================
\section{Basic environment}
Imagine a village with a large number of {\it ex ante\/}
identical households. Each household has preferences over
consumption streams that are ordered by
$$ E_{-1}\sum_{t=0}^\infty \beta^t u(c_t), \EQN pref $$
where $u(c)$ is an increasing, strictly concave, and twice
continuously differentiable function,
$\beta \in (0,1)$ is a discount factor, and $E_{-1}$ is the mathematical expectation
not conditioning on any information available at time $0$ or later. Each household
receives a stochastic \idx{endowment stream} $\{y_t\}_{t=0}^\infty$,
where for each $t \geq 0$, $y_t$ is independently and
identically distributed according to the discrete
probability distribution ${\rm Prob} (y_t = \overline y_s) = \Pi_s,$
where $s \in \{1, 2, \ldots ,S\}\equiv {\bf S}$ and
$\overline y_{s+1}>\overline y_s$. The consumption
good is not storable. At time $t \geq 1$, the
household has received a history of endowments
$h_t = (y_t, y_{t-1}, \ldots, y_0).$
Endowment processes are distributed independently and identically
both across time and
across households.
In this setting, if there were a competitive equilibrium with
complete markets as described in chapter \use{recurge}, at date
$0$ households would trade history- and date-contingent claims. Since households are {\it ex ante\/}
identical, each household would consume the per capita
endowment in every period, and its lifetime utility would be
$$ v_{\rm pool} = \sum_{t=0}^\infty
\beta^t \, u\!\left(\sum_{s=1}^S \Pi_s \overline y_s\right) =
{1 \over 1-\beta}\, u\!\left(\sum_{s=1}^S \Pi_s \overline y_s\right) .
\EQN pool_value $$
Households would thus insure away all
risks from their individual endowment processes. But the
incentive constraints that we are about to specify make
this allocation unattainable. For each specification of incentive
constraints, we shall solve a planning problem for an efficient
allocation that respects those constraints.
\auth{Green, Edward J.}
Following a tradition started by
Green (1987),
we assume that a ``moneylender'' or ``planner'' is
the only person in the village who has access to
a risk-free loan market outside the village.
The moneylender can borrow or lend at a constant one-period
risk-free gross interest rate $R=\beta^{-1}$.
Households cannot borrow or lend with each other,
and can trade only with the moneylender. Furthermore,
we assume that the moneylender is committed to honor his
promises.
We will study three alternative types of incentive constraints.
\medskip
\item{ (a) } Both the money lender and the household observe the household's history of endowments at each time $t$.
Although the moneylender can commit to honor a
contract, households cannot commit and at any time are
free to walk away from an arrangement
with the moneylender
and live in perpetual autarky thereafter. They must be induced not to do so
by the structure of
the contract.
This is a model of ``one-sided commitment'' in which the
contract must be ``self-enforcing''. That is, it must be structured to induce the household to prefer to
conform to it.
\item{ (b) } Households {\it can\/} make commitments and enter
into enduring and binding contracts with the moneylender,
but they have private
information about their own incomes. The moneylender
can see neither their income nor their consumption. Instead,
exchanges between the moneylender and a household must
be based on the household's own reports about income
realizations. An incentive-compatible contract induces
a household to report its income truthfully.
\item{(c) } The environment is the same as b except that now households have access to a storage technology that
cannot be observed by the moneylender.
Households can store nonnegative amounts of goods at a risk-free
gross return of $R$ equal to the interest rate that
the moneylender faces in the outside credit market.
Since the moneylender can both borrow and lend at the interest
rate $R$ outside of the village,
the private storage technology does not change the economy's
aggregate resource constraint, but it does affect the set of
incentive-compatible contracts between the moneylender and the
households.
%\vskip.2cm
%%%%% experiment with a two -graph
\midfigure{triKoch}
\centerline{\epsfxsize=2.0truein\epsffile{Seb_1_a_v2.eps}, \epsfxsize=2.0truein\epsffile{Seb_1_b_v2.eps}}
\caption{Left panel: typical consumption path in environment a. Right panel: typical consumption path in environment b.}
\infiglist{triKoch}
\endfigure
\medskip
%%%%%%%%%%%%%%%% GGGGGG April 2017 problem file %%%%%%%%%%%%%%%%%%
%\midinsert
%
%\midfigure{triKoch}
%$$\graftwo{Seb_1_a.eps,height=1.7in}{{\bf Figure \Fg{triKoch}.a:} Typical
%consumption path in environment a.}
%{Seb_1_b.eps,height=1.7in}{{\bf Figure \Fg{triKoch}.b:} Typical consumption path in
%environment b.} $$
%\endfigure
\midfigure{triCKf}
\centerline{\epsfxsize=2.5truein\epsffile{Seb_2_v2.eps}}
\caption{Typical consumption path in environment c.}
\infiglist{triCKf}
\endfigure
\medskip
%%%%%%%%%%%%%%%% April 14 %%%%%%%%%%%%%%%%%%
%%%% old versions are below; disregard
%
%%\midinsert
%\midfigure{triKoch}
%$$\graftwo{triKoch.eps,height=1.7in}{{\bf Figure \Fg{triKoch}.a:} Typical
%consumption path in environment a.}
%{triTW.eps,height=1.7in}{{\bf Figure \Fg{triKoch}.b:} Typical consumption path in
%environment b.} $$
%\endfigure
%%\endinsert
%%%%%%%%%%%%%%%%%
%\midinsert
%$$\grafone{triCK.eps,height=2in}{{\bf Figure 15.1.c} Typical consumption
%path in environment c.}$$
%\endinsert
%%%%%%%%%%%%
%
%
%\midfigure{triCKf}
%\centerline{\epsfxsize=2.5truein\epsffile{triCK.eps}}
%\caption{Typical consumption path in environment c.}
%\infiglist{triCKf}
%\endfigure
%\medskip
When we compute efficient allocations for each of these three
environments, we find that the dynamics of the implied
consumption allocations differ dramatically. As an indication of the different outcomes that emerge,
%Figures 15.1.a-15.1.c
Figures \Fg{triKoch} and \Fg{triCKf} depict consumption streams
that are associated with the same
realization of a random endowment stream for households living
in environments a, b, and c, respectively.\NFootnote{The dotted lines in these figures % the right panel of figure \Fg{triKoch} and in \Fg{triCKf}
indicate the consumption allocation
under a hypothetical `complete markets' arrangement that would give each of a continuum of {\it ex ante} identical villagers consumption always equal to mean income. % We have not plotted mean income in the left panel of figure \Fg{triKoch} because we initiated the contract to award maximal profits
% to the money lender in environment {\bf a}, as we explain in below.
We thank Sebastian Graves for writing Python code that
computes optimal value functions and the policy functions that attain them for these three environments.}
For all three of these economies,
we set $u(c) =-{\gamma}^{-1} \exp(-\gamma c)$
with $\gamma=.7$, $\beta =.8$,
$[\overline y_1, \ldots, \overline y_{10}] = [6, 7, \ldots, 10]$,
and $\Pi_s = {1-\lambda \over 1-\lambda^{10}} \lambda^{s-1}$ with
$\lambda=.4$.
In all three environments, before date $0$, the households have
entered into efficient contracts with the moneylender. We have initiated values for a villager that allow the money lender just to break even.
%\NFootnote{For environment {\bf a}, we start the contract with an initial
%promised value just above the value that the villager receives in autarky. For this setting, his level of consumption never attains the mean level
%of income depicted in the dotted line in the other two graphs. Please note the different scales on the consumption axes of the three figures.}
% (Note the different
%time scales in the figures.)%
%
%As a benchmark, a horizontal dotted line in each graph
%depicts the constant consumption level that would be attained in
%a complete markets equilibrium where there are no incentive problems. The dynamics
of consumption outcomes evidently differ substantially across the
three environments, increasing monotonically and then flattening out in environment a,
stochastically heading ``south'' in environment b, and stochastically heading ``north'' in
environment c.
%heading `north' in the Thomas-Worrall (1988) and the Cole-Kocherlakota
%(2001) economy, but heading `south' in the Thomas-Worrall (1992) economy.
These sample path properties reflect how the contract copes with the three different frictions that we have put into the environment relative
to the frictionless chapter \use{recurpe} setting. This chapter explains why sample paths of consumption differ
so much across these three settings.
\section{One-sided no commitment}\label{sec:moneylender1}%: insurance without commitment}
Our first incentive problem is a lack of
commitment. A moneylender is committed to honor his
promises, but villagers are free to walk away from their
contract with the moneylender at any time.
The moneylender designs a
contract that the villager wants to honor at every moment and
contingency. Such a contract is said to be self-enforcing.
\index{commitment!one-sided lack of}%
In chapter \use{socialinsurance2}, we shall study another economy in which
there is no moneylender, only another villager, and when no one is able
to keep prior commitments.
Such a contract design
problem with participation constraints on both sides of an exchange
represents a problem with two-sided lack of commitment, in contrast to
the problem with one-sided lack of commitment treated here.\NFootnote{For an earlier two-period
model of a one-sided
commitment problem, see Holmstr\" om (1983).} \auth{Holmstr\" om, Bengt} \index{self-enforcing contract}
\vskip-.1cm
\subsection{Self-enforcing contract}
A moneylender can borrow or lend
resources from outside the village but the villagers cannot.
A {\it contract\/} is a sequence
of functions
$c_t = f_t(h_t)$
for $t \geq 0$, where $h_t = (y_t, \ldots, y_0)$.
The sequence of functions $\{f_t\}$
assigns a history-dependent consumption stream
\index{history dependence!of consumption stream}%
$c_t = f_t(h_t)$
to the household. The contract specifies that each period, the
villager contributes his time $t$ endowment $y_t$ to the
moneylender who then returns $c_t$ to the villager. From this
arrangement, the moneylender earns an {\it ex ante\/} expected present value
$$ P_{-1} = E_{-1} \sum_{t=0}^\infty \beta^t (y_t - f_t(h_t)). \EQN prof1 $$
By plugging the associated consumption process into expression \Ep{pref},
we find that the contract assigns the villager an expected present value
of $v= E_{-1} \sum_{t=0}^\infty \beta^t u\left(f_t(h_t)\right)$.
The contract must be self-enforcing. At any point in time, the
household is free to walk away from the contract and thereafter consume
its endowment stream. Thus, if the household walks away from the contract,
it must live in autarky evermore. The {\it ex ante\/} value associated
with consuming the endowment stream, to be called the \idx{autarky value}, is
$$ v_{\rm aut} = E_{-1} \sum_{t=0}^\infty \beta^t u(y_t) =
{1 \over 1-\beta}\sum_{s=1}^S \Pi_s u(\overline y_s). \EQN autarky_value $$
\index{history dependence!of contracts}%
At time $t$, {\it after\/} having observed its current-period endowment,
the household can guarantee itself a present value of utility of
$u(y_t) + \beta v_{\rm aut}$ by consuming its own endowment. The
moneylender's contract must offer the household at least this utility
at every possible history and every date. Thus, the contract must
satisfy
$$ u[f_t(h_t)] + \beta E_t \sum_{j=1}^\infty \beta^{j-1} u[f_{t+j} (h_{t+j})]
\geq u(y_t) + \beta v_{\rm aut} , \EQN incent1 $$
for all $t \geq 0$ and for all histories $h_t$. Equation
\Ep{incent1} is called the \index{participation constraint}%
{\it participation constraint\/} for the villager. A contract that
satisfies equation \Ep{incent1} is said to be {\it sustainable}.
\index{sustainable contract}
\subsection{Recursive formulation and solution}
A difficulty with constraints like equation \Ep{incent1} is
that there are so many of them: the dimension of the argument
$h_t$ grows exponentially with $t$. Fortunately,
there is a recursive way to describe an interesting subset of history-dependent contracts.
In particular, consider the following way of representing a contract $\{f_t\}$
recursively in terms of a state variable $x_t$:
%\auth{Spear, Stephen E.} \auth{Srivastava, Sanjay} \auth{Abreu, Dilip} \auth{Pearce, David}
%\auth{Stacchetti, Ennio}
%%
$$\eqalign{ c_t & = g(x_t, y_t), \cr
x_{t+1} & = \ell(x_t, y_t). \cr}$$
Here $g$ and $\ell$ are time-invariant functions.
Notice that by iterating the $\ell(\cdot)$ function $t$ times
starting from $(x_0, y_0)$, one obtains
$$ x_t = m_t(x_0; y_{t-1}, \ldots , y_0), \quad t \geq 1. $$
Thus, $x_t$ summarizes histories of endowments $h_{t-1}$. In this sense,
$x_t$ is a ``backward-looking'' variable.
A remarkable fact is that the appropriate state variable $x_t$ is
a {\it promised expected discounted future value} $v_t =
E_{t-1} \sum_{j=0}^\infty \beta^j u(c_{t+j})$.
This ``forward-looking'' variable summarizes a stream of future utilities.
We shall formulate the contract recursively by having the
moneylender arrive at $t$, before $y_t$ is realized,
with a previously made promised value $v_t$. He delivers $v_t$ by
letting $c_t$ and the continuation value $v_{t+1}$ both
respond to $y_t$. In terms of $v_t(h_{t-1})$, the participation constraint
\Ep{incent1} becomes
$$ v_t(h_{t-1}) = u (f_t(h_t)) + \beta v_{t+1}(h_t) \geq u(y_t) + \beta v_{\rm aut}. $$
We shall treat the promised value $v$ as a {\it state\/}
variable, then formulate a functional equation for a moneylender. The
moneylender gives a prescribed value $v$ by delivering a
state-dependent current consumption $c$ and a promised value
starting tomorrow, say $v'$, where $c$ and $v'$ each depend on the
current endowment $y$ and the preexisting promise $v$. The
moneylender chooses $c$ and $v'$ to provide the promised value $v$ in a way that maximizes his profits
\Ep{prof1}.
%to be recorded as a function of $v$ in a value
%function $P(v)$.
% Using dynamic
%programming, we can develop a functional equation for $P(v)$.
\index{promised value!as state variable}
%A planner seeks to deliver a promised value $v$ to the household by
%offering him a history dependent consumption plan.
%Let $P(v)$ denote the optimum value function for the planner, to
%be measured as the least discounted expected value of the endowment
% required to deliver value $v$ to the household.
Each
period, the household must be induced to surrender the time $t$ endowment
$y_t$ to the moneylender, who possibly gives some of it to other households and invests
the rest
outside the village at a constant risk-free one-period gross interest rate
of $\beta^{-1}$. In exchange, the moneylender delivers a state-contingent
consumption
stream to the household that keeps it participating in the
arrangement every period and after every history. The moneylender
wants to do this in the most efficient way, that is,
the profit-maximizing way. Let $v$ be the expected discounted future utility previously promised to a villager.
Let $P(v)$ be the expected present value
of the ``profit stream'' $\{y_t-c_t\}$ for a moneylender who delivers promised
value $v$ in the optimal way. The optimum value $P(v)$ obeys the
functional equation
$$ P(v) = \max_{\{c_s,w_s\}} \sum_{s=1}^S \Pi_s [ (\overline y_s - c_s)
+ \beta P(w_s) ] \EQN fe $$
where the maximization is subject to the constraints
$$\EQNalign{ \sum_{s=1}^S \Pi_s[u(c_s) + \beta w_s] & \geq v, \EQN con1 \cr
u(c_s) + \beta w_s &\geq u(\overline y_s) + \beta v_{\rm aut},
\quad s=1, \ldots, S; \EQN con2
\cr
c_s \in [c_{\rm min},& c_{\rm max}], \EQN con3 \cr
w_s \in [v_{\rm aut},& \bar v] .\EQN con4 \cr}$$
Here $w_s$ is the promised value with which the consumer will enter
next period, given that $y=\overline y_s$ this period; $[c_{\rm
min}, c_{\rm max}]$ is a bounded set to which we restrict the
choice of $c_t$ each period. We restrict the continuation value
$w_s$ to be in the set $[v_{\rm aut}, \bar v]$, where $\bar v$ is a
very large number. Soon we'll compute the highest value that the
moneylender would ever want to set $w_s$. All we require now is
that $\bar v$ exceed this value. Constraint \Ep{con1} is the
\idx{promise-keeping constraint}. It requires that the contract deliver at least
promised value $v$. Constraints \Ep{con2}, one for
each state $s$, are the \idx{participation constraint}s.
Evidently, $P$ must be a decreasing function of $v$ because the
higher the consumption stream of the villager, the lower must
be the profits of the moneylender.
The constraint set is convex. The one-period return function
in equation \Ep{fe} is concave. The value function $P(v)$ that
solves equation \Ep{fe} is concave.
In fact, $P(v)$ is strictly concave as will become evident from our
characterization of the optimal contract.
Form the Lagrangian
$$ \eqalign{L =& \sum_{s=1}^S \Pi_s[(\overline y_s - c_s) + \beta P(w_s)] \cr
& + \mu \left\{\sum_{s=1}^S \Pi_s [u(c_s) + \beta w_s] - v
\right\} \cr
& + \sum_{s=1}^S \lambda_s \biggl\{ u(c_s) + \beta w_s -
[u(\overline y_s) +
\beta v_{\rm aut}]\biggr\}. \cr} \EQN lagr$$
For each $v$ and for $s=1, \ldots, S$,
the first-order conditions for maximizing $L$
with respect to $c_s, w_s$, respectively,
are\NFootnote{Please note that
the $\lambda_s$'s depend on the promised value $v$. In particular,
which $\lambda_s$'s are positive and which are zero will depend on $v$, with
more of them being zero when the promised value $v$ is higher. See figure \Fg{commit1af}.}
$$\EQNalign{ ( \lambda_s + \mu \Pi_s) u'(c_s) & = \Pi_s,
\EQN foc1 \cr
\lambda_s + \mu \Pi_s & = - \Pi_s P'(w_s). \EQN foc2 \cr} $$
By the envelope theorem,
%%a formula of \idx{Benveniste and Scheinkman},
if $P$ is
differentiable, then $P'(v)=-\mu$. We will proceed under the assumption
that $P$ is differentiable but it will become evident that $P$ is indeed
differentiable when we understand the optimal contract.
%%% $P(v)$ is evidently
%%%decreasing in $v$, and is concave. Thus, $P'(v)$ becomes
%%%more and more negative as $v$ increases.
%%\auth{Benveniste, Lawrence} \auth{Scheinkman, Jose}
Equations \Ep{foc1} and \Ep{foc2} imply the following relationship
between $c_s$ and $w_s$:
$$ u'(c_s) = -P'(w_s)^{-1}. \EQN{bind2} $$
This condition states that the household's marginal rate of
substitution between $c_s$ and $w_s$, given by $u'(c_s)/\beta$,
should equal the moneylender's marginal rate of transformation
as given by $-[\beta P'(w_s)]^{-1}$.
The concavity of $P$ and $u$ means that equation \Ep{bind2} traces
out a positively sloped curve in the $c, w$ plane,
as depicted in Figure \Fg{commit1af}.
%Figure 15.2.
We can interpret this condition
as making $c_s$ a function of $w_s$.
To complete the optimal contract, it will
be enough to find how $w_s$ depends on the promised
value $v$ and the income state $\overline y_s$.
Condition \Ep{foc2} can be written
$$P'(w_s) = P'(v) - \lambda_s/\Pi_s. \EQN motw1 $$
How $w_s$ varies with $v$ depends on which of
two mutually exclusive and exhaustive
sets of states $(s,v)$ falls into after the
realization of $\overline y_s$: those in
which the participation constraint \Ep{con2} binds (i.e., states
in which $\lambda_s > 0$) or those in which it does not (i.e.,
states in which $\lambda_s =0$).
%We shall analyze what happens in those states
%in which $\lambda_s >0$ and those in which $\lambda_s =0$.
%%%%%%%%%%%%%%%
%\topinsert{
%$$\grafone{commit1a.eps,height=2.5in}{{\bf Figure 15.2} Determination of (consumption,
%promised utility). Higher realizations of $\overline y_s$ are associated with higher
%indifference curves $u(c) + \beta w = u(\overline y_s) + \beta v_{\rm aut}$. For a
%given $v$, there is a threshold level $\bar y(v)$ above which the participation
%constraint is binding and below which the planner awards a constant level of consumption,
%depending on $v$, and maintains the same promised value $w_s =v$. The cutoff level
%$\bar y(v)$ is determined by the indifference curve going through the intersection of
%a horizontal line at level $v$ with the ``expansion path'' $u'(c_s)P'(w_s)=-1$.}
%%The consumption level denoted $c_s(v)$ is constructed to satisfy
%%$u'(c_s(v))P'(v) = -1$.} $$
%}\endinsert
%%%%%%%%%%%%%%%%
\midfigure{commit1af}
\centerline{\epsfxsize=3truein\epsffile{commit1a.eps}}
\caption{Determination of consumption and promised utility ($c, w$).
Higher realizations of
$\overline y_s$ are associated with higher indifference curves $u(c) + \beta w =
u(\overline y_s) + \beta v_{\rm aut}$. For a given $v$, there is a threshold level
$\bar y(v)$ above which the participation constraint is binding and below which the
moneylender awards a constant level of consumption, as a function of $v$, and maintains the
same promised value $w =v$. The cutoff level $\bar y(v)$ is determined by the
indifference curve going through the intersection of a horizontal line at level $v$
with the ``expansion path'' $u'(c)P'(w)=-1$.}
\infiglist{rao1f}
\endfigure
\vskip.5cm
\medskip
\noindent{\bf States where $\lambda_s >0$}
\smallskip
%\subsubsection{States where $\lambda_s >0$}
\noindent
When $\lambda_s>0$, the participation constraint \Ep{con2} holds
with equality. When $\lambda_s > 0$,
\Ep{motw1} implies
that $P'(w_s) < P'(v)$, which in turn implies, by the concavity
of $P$, that $w_s > v$. Further, the participation constraint
at equality implies that $c_s < \overline y_s$
(because $w_s > v \geq v_{\rm aut}$).
Together, these results say that when the \idx{participation
constraint} \Ep{con2} binds, the moneylender induces the household to
consume less than its endowment today by raising its
continuation value.
When $\lambda_s > 0$, $c_s$ and $w_s$ solve
the two equations
$$ \EQNalign{ u(c_s) + \beta w_s & = u(\overline y_s) + \beta v_{\rm aut}, \EQN bind1case1 \cr
u'(c_s) & = - P'(w_s)^{-1}. \EQN bind2case1 \cr }$$
The participation constraint holds with equality.
Notice that these equations are independent of $v$. This property
is a key to understanding the form of the optimal contract.
It imparts to the contract what Kocherlakota (1996b) calls
{\it amnesia\/}: when incomes $y_t$ are realized that
\index{amnesia!of risk-sharing contract}%
cause the participation constraint to bind, the contract disposes
of all history dependence and makes both consumption and the
continuation value depend only on the current income state $y_t$.
We portray amnesia by denoting the solutions of equations
\Ep{bind1case1} and \Ep{bind2case1} by
$$\EQNalign{c_s &= g_1(\overline y_s), \EQN tent1;a \cr
w_s & = \ell_1(\overline y_s). \EQN tent1;b \cr} $$
Later, we'll exploit the amnesia property to produce a computational
algorithm.
\vskip.5cm
\medskip
\noindent{\bf States where $\lambda_s =0$}
\smallskip
%\subsubsection{States where $\lambda_s =0$}
\noindent
When the participation constraint does not bind, $\lambda_s =0$
and first-order condition \Ep{foc2} imply that
$P'(v) = P'(w_s)$, which implies that $w_s = v$. Therefore, from \Ep{bind2},
we can write $u'(c_s) = -P'(v)^{-1}$, so that consumption
in state $s$ depends
on promised utility $v$ but not on the endowment in state $s$. Thus,
when the participation constraint does not bind, the moneylender
awards
$$\EQNalign{c_s &= g_2(v), \EQN tent2;a \cr
w_s &=v, \EQN tent2;b \cr} $$
where
$g_2(v)$ solves $u'[g_2(v)] = - P'(v)^{-1}$.
\vskip.5cm
\medskip
\noindent{\bf The optimal contract}
\smallskip
\noindent
Combining the branches of the policy functions for the
cases where the participation constraint does and does
not bind, we obtain
$$\EQNalign{c &= \max\{g_1(y),g_2(v)\}, \EQN policy1 \cr
w&= \max\{\ell_1(y), v\}. \EQN policy2 \cr }$$
The optimal policy is displayed graphically
in Figures \Fg{commit1af} and \Fg{commit2af}.
%15.2 and 15.3.
To interpret the graphs,
it is useful to study equations \Ep{con2} and \Ep{bind2}
for the case in which $w_s =v$. By setting $w_s =v$, we can solve
these equations for a ``cutoff value,'' call it $\bar y(v)$, such that
the participation constraint binds only when $\overline y_s \geq \bar y(v)$.
To find $\bar y(v)$, we first solve equation \Ep{bind2} for
the value $c_s$ associated with $v$ for those states in which
the participation constraint is not binding:
$$ u'[g_2(v)] = - P'(v)^{-1},$$
and then substitute this value into \Ep{con2} at equality
to solve for $\bar y(v)$:
$$ u[\bar y(v)]= u[g_2(v)] + \beta (v - v_{\rm aut}).\EQN cutoff $$
By the concavity of $P$, the cutoff value $\bar y(v)$ is
increasing in $v$.
%%%%%%%%%%%%
%midinsert{
%$$ \grafone{commit2a.eps,height=2in}{{\bf Figure 15.3} The shape
% of consumption as a function of realized endowment, when
%the promised initial value is $v$.}
% $$
%}\endinsert
%%%%%%%%%%%%%%%%%
\midfigure{commit2af}
\centerline{\epsfxsize=3truein\epsffile{commit2a.eps}}
\caption{The shape of consumption as a function of realized endowment, when the promised
initial value is $v$.}
\infiglist{commit2a}
\endfigure
Associated with a given level of $v_t \in
(v_{\rm aut}, \bar v)$, there are two numbers $g_2(v_t)$, $\bar y(v_t)$
such that
if $y_t \leq \bar y(v_t)$
the moneylender offers the household $c_t=g_2(v_t)$
and leaves the promised utility unaltered, $v_{t+1}=v_t$.
The moneylender is thus insuring the villager against the
states $\overline y_s \leq \bar y(v_t)$ at time $t$.
If $y_t > \bar y(v_t)$, the participation constraint binds,
prompting the moneylender to induce the household
to surrender some of its current-period
endowment in exchange for a raised promised utility
$v_{t+1} > v_t$. Promised values never decrease. They stay constant
for low-$y$ states $\overline y_s < \bar y(v_t)$ and
increase in high-endowment states that threaten
to violate the participation constraint. Consumption stays constant
during periods when the participation constraint fails to bind
and increases during periods when it threatens to bind. Whenever the participation binds, the household makes a net transfer
to the money lender in return for a higher promised continuation utility. A household that has ever realized the highest endowment $y_S$ is
permanently awarded the highest consumption level with an
associated promised value $\bar v$ that satisfies
$$u[g_2(\bar v)] + \beta \bar v = u(\overline y_S) + \beta v_{\rm aut}.$$
%%%At time $0$, but before $y_0$ has been realized,
%%% suppose that the planner wants to deliver
%%%$v_{\rm aut}$. He can deliver $v_{\rm aut}$ while offering
%%%those unlucky households that receive $y_0 = \overline y_1$
%%%an ex-post payoff in that state of only $u(\overline y_1) + \beta v_{\rm aut}$.
%$v=v_{\rm aut}$ and the initial endowment is
%its lowest value $\overline y_1$,
%%%This offer satisfies the participation constraint
%%%for $s=1$. However,
%%%notice that $u(\overline y_1) < E u(y)$ implies that
%%%$ u(\overline y_1) + \beta v_{\rm aut} < v_{\rm aut}$.
%This means that with $v=v_{\rm aut}$, the participation constraint
%is not binding when $y=\overline y_1$.
%Thus the lowest indifference
%curve in Figure 15.1, that
% indexed by $ u(\overline y_1) + \beta v_{\rm aut}$,
%is {\it below} $(c,w) = [g_2(v_{\rm aut}), v_{\rm aut}]$, which graphically
%expresses that the participation constraint
%is not binding at endowment level
%$\overline y_1$.
% The optimal contract trades
%off consumption against continuation values
%only for sufficiently higher realizations of $y$.
%%%This means that if the planner were to design the contract at time $0$
%%%but {\it after\/} having observed $y_0$, he could push $\overline y_1$-endowment
%%%households' value of
%%%$u(c_0)+ E_0 \sum_{t=1}^\infty \beta^t u(c_t)$
%%% below $v_{\rm aut}$. To induce those low-endowment households
%%%to adhere to the contract, the planner has only to offer a contract
%%%that assures them an autarky continuation value from date $1$ on.
\subsection{Recursive computation of contract}\label{recursive_comp_cont}%
%Suppose that the initial promised value $v_0$ is $v_{\rm aut}$.
%\tag{recurcomp}{\the\pageno}%
As we will now show, a money lender that takes on a villager whose only alternative is to live in autarky will design a profit maximizing contract that delivers an initial promised value $v_0$ equal to $v_{\rm aut}$. Later, we will examine how the optimal contract would be modified if the initial promised value $v_0$ were to be greater than $v_{\rm aut}$.
We can compute the optimal contract
recursively by using the fact that the villager will ultimately
receive a constant welfare level equal to $u(\overline y_S)+\beta
v_{\rm aut}$
after ever having
experienced the maximum endowment $\overline y_S$.
We can characterize
the optimal policy in terms of numbers
$\{\overline c_s,
\overline w_s\}_{s=1}^S \equiv \{g_1(\overline y_s),
\ell_1(\overline y_s)\}_{s=1}^S $ where
$g_1(\overline y_s)$ and $\ell_1(\overline s)$ are given
by \Ep{tent1}. These numbers can
be computed recursively by working backward as follows.
Start with $s=S$ and compute $(\overline c_S, \overline w_S)$ from
the nonlinear equations:
$$\EQNalign{ u(\overline c_S) + \beta \overline w_S
& = u(\overline y_S) + \beta v_{\rm aut}, \EQN caltech1;a \cr
\overline w_S & = {u(\overline c_S) \over 1 - \beta } . \EQN caltech1;b
\cr }$$
%Now roll back to $S-1$ and compute $(\overline c_{S-1},
%\overline w_{S-1})$ from the nonlinear equations:
%$$ \eqalign{ u(\overline c_{S-1}) + \beta \overline w_{S-1}
% & = u(y_{S-1}) + \beta v_{\rm aut} \cr
% \overline w_{S-1} & = \left[ u(\overline c_{S-1}) +
% \beta \overline w_{S-1} \right]
% \sum_{j=1}^{S-1} \Pi_j
% + \Pi_S \left[ u(\overline c_S) + \beta \overline w_S \right] \cr} $$
Working backward for $j=S-1, \ldots, 1 $,
compute $\overline c_j, \overline w_j$ from
the two nonlinear equations
$$\EQNalign{ u(\overline c_j) + \beta\overline w_j & = u(\overline y_j)
+ \beta v_{\rm aut}, \EQN caltech2;a \cr
\overline w_j =
\left[ u(\overline c_j)
+ \beta \overline w_j \right] &
\sum_{k=1}^j \Pi_k
+ \sum_{k=j+1}^S \Pi_k [u(\overline c_k)+\beta \overline w_k] .
\hskip1cm \EQN caltech2;b \cr } $$
These successive iterations yield the optimal contract characterized by
$\{\overline c_s, \overline w_s\}_{s=1}^S$.
{\it Ex ante\/}, before the time $0$ endowment has been
realized, the contract offers the household
$$ v_0 =
%\left[ u(\overline c_1)
% + \beta v_{\rm aut} \right]
% \Pi_1 +
\sum_{k=1}^S \Pi_k [u(\overline c_k)+\beta \overline w_k]
= \sum_{k=1}^S \Pi_k [u(\overline y_k) + \beta v_{\rm aut}] =
v_{\rm aut} ,
\hskip1cm \EQN caltech3 $$
where we have used \Ep{caltech2;a} to verify that the contract
indeed delivers $v_0=v_{\rm aut}$.
Some additional manipulations will enable us to express
$\{\overline c_j\}_{j=1}^S$
solely in terms of the utility function and the endowment process.
First, solve for $\overline w_j$ from \Ep{caltech2;b},
$$
\overline w_j =
{ u(\overline c_j) \sum_{k=1}^j \Pi_k
+ \sum_{k=j+1}^S \Pi_k [u(\overline y_k)+\beta v_{\rm aut}] \over
1 - \beta \sum_{k=1}^j \Pi_k},
\EQN caltech_ext1
$$
where we have invoked \Ep{caltech2;a} when
replacing $[u(\overline c_k)+\beta \overline w_k]$
by $[u(\overline y_k)+\beta v_{\rm aut}]$. Next, substitute
\Ep{caltech_ext1} into \Ep{caltech2;a} and solve
for $u(\overline c_j)$,
$$\EQNalign{
u(\overline c_j) &= \left[1-\beta \sum_{k=1}^{j} \Pi_k \right]
\left[u(\overline y_j) + \beta v_{\rm aut} \right]
- \beta \sum_{k=j+1}^S \Pi_k
\left[u(\overline y_k)+\beta v_{\rm aut} \right] \cr
&= u(\overline y_j) + \beta v_{\rm aut}
-\beta u(\overline y_j) \sum_{k=1}^{j} \Pi_k
- \beta^2 v_{\rm aut}
- \beta \sum_{k=j+1}^S \Pi_k u(\overline y_k) \cr
&= u(\overline y_j) + \beta v_{\rm aut}
-\beta u(\overline y_j) \sum_{k=1}^{j} \Pi_k
- \beta^2 v_{\rm aut}
- \beta \left[ (1-\beta) v_{\rm aut}
- \sum_{k=1}^j \Pi_k u(\overline y_k) \right] \cr
&= u(\overline y_j) - \beta \sum_{k=1}^j \Pi_k
\left[ u(\overline y_j) - u(\overline y_k) \right]. \EQN caltech_ext3 \cr}
$$
According to \Ep{caltech_ext3}, $u(\overline c_1)= u(\overline
y_1)$ and $u(\overline c_j) < u(\overline y_j)$ for $j\geq 2$.
That is, a household that realizes a record high endowment of
$\overline y_j$ must surrender some of that endowment to the
moneylender unless the endowment is the lowest possible value
$\overline y_1$. Households are willing to surrender parts of
their endowments in exchange for promises of insurance (i.e.,
future state-contingent transfers) that are encoded in the
associated continuation values, $\{\overline w_j\}_{j=1}^S$. For
those unlucky households that have so far realized only
endowments equal to $\overline y_1$, the profit-maximizing
contract prescribes that the households retain their endowment,
$\overline c_1 = \overline y_1$ and by \Ep{caltech2;a}, the
associated continuation value is $\overline w_1 = v_{\rm aut}$.
That is, to induce those low-endowment households to adhere to the
contract, the moneylender has only to offer a contract that assures
them an autarky continuation value in the next period.
%%%Continue with these iterations until $j=2$.
%For $j\geq 2$,
%$\overline w_j > v_{\rm aut}$.
%%%For $j=1$,
%define $\overline w_1 =
%v_{\rm aut}$; as the $t=1$ counterpart of \Ep{caltech2}
%%%we evidently have
%%%$$ u(\overline c_1) + \beta \overline w_1
%%% = u(\overline y_1)
%%% + \beta v_{\rm aut} . \EQN caltech3;a $$
%%%We can solve \Ep{caltech3;a} at equality by setting
%%%$$\overline c_1 = \overline y_1, \quad \overline w_1 = v_{\rm aut}. $$
%This makes sense, because $\overline c_1$ is the lowest
%level of consumption that will not cause the household to
%walk away into autarky when the maximum of its current
%and past endowment level is $\overline y_1$.
%%% {\it Ex ante\/}, before the time $0$ endowment has been
%%%realized, the contract characterized by $\{\overline w_j,
%%%\overline c_j \}_{j=1}^S$ offers the household
%%%$$ v_{\rm aut} =
%\left[ u(\overline c_1)
% + \beta v_{\rm aut} \right]
% \Pi_1 +
%%% \sum_{k=1}^S \Pi_k [u(\overline c_k)+\beta \overline w_k] .
%%% \hskip1cm \EQN caltech3;b $$
%%%Using %\Ep{caltech1;a} and
%%%\Ep{caltech2;a} shows that \Ep{caltech3;b}
%%%verifies $v_{\rm aut} = (1-\beta)^{-1} \sum_{k=1}^S u(\overline y_k)
%%%\Pi_k$.
%Then use the following equation to solve for
% $\underline c_0$:\NFootnote{Note that $j_{\rm min -1}$ is chosen
%to assure that
%$$ u(\underline c_0) + \beta v_{\rm aut} \geq
% u(\overline y_{{\rm j}-1} ) + \beta v_{\rm aut}$$
%is satisfied with a strict inequality.}
%$$
%v_{\rm aut} = \left[ u(\underline c_0)
% + \beta v_{\rm aut} \right]
% \sum_{k=1}^{j_{\rm min}-1 } \Pi_k
% + \sum_{k=j_{\rm min}}^S \Pi_k [u(\overline c_k)+\beta \overline w_k] .$$
%%\Pi_{j+1}
%\vskip.5cm
% \vfil\eject
\medskip
\noindent{\bf Contracts when $v_0 > \overline w_1 = v_{\rm aut}$}
\smallskip
%%\subsubsection{Contracts when $v_0 > \overline w_1 = v_{\rm aut}$}
\noindent
We have shown how to compute the optimal contract when
$v_0 = \overline w_1 = v_{\rm aut} $ by computing %%%a double of
quantities $(\overline c_s, \overline w_s)$
for $s=1, \ldots, S$. Now suppose that we want
to construct a contract that assigns initial
value $v_0 \in [\overline w_{k-1}, \overline w_k)$ for $1
< k \leq S$. %\NFootnote{The arguments
%in this and the next subsection were constructed by
%William Fuchs and Yuliy Sannikov.}
Given $v_0$, we
can deduce $k$, then solve for $\tilde c$ satisfying
$$ v_0 = \left( \sum_{j=1}^{k-1} \Pi_j \right)
\left[u(\tilde c) + \beta v_0 \right]
+ \sum_{j=k}^S \Pi_j \left[u(\overline c_j) + \beta \overline w_j \right].
\EQN caltech4 $$
The optimal contract promises $(\tilde c, v_0)$ so long
as the maximum $y_t$ to date is less than or equal to
$\overline y_{k -1}$. When the maximum $y_t$ experienced
to date equals $ \overline y_j$ for $j \geq k$, the contract offers
$(\overline c_j, \overline w_j)$.
%In particular, this is how we
%would compute $v_{\rm aut}$.
It is plausible that a higher initial expected promised value
$v_0> v_{\rm aut}$ can be delivered in the most cost-effective way by choosing a
higher consumption level $\tilde c$ for households that experience low endowment
realizations, $\tilde c > \overline c_j$ for $j=1, \ldots, k-1$. The reason is that
those unlucky households have high marginal utilities of consumption. Therefore, transferring
resources to them minimizes the resources that are needed to increase
the {\it ex ante\/}
promised expected utility. As for those lucky households that have received
relatively high endowment realizations, the optimal contract prescribes
an unchanged allocation characterized by
$\{\overline c_j, \overline w_j\}_{j=k}^S$.
If we want to construct a contract that assigns initial value
$v_0 \geq \overline w_S$, the efficient solution is simply to
find the constant consumption level $\tilde c$ that delivers lifetime
utility $v_0$:
$$
v_0 = \sum_{j=1}^S \Pi_j \left[u(\tilde c) + \beta v_0 \right]
\hskip1cm \Longrightarrow \hskip1cm
v_0 = { u(\tilde c) \over 1-\beta}.
$$
This contract trivially satisfies all participation constraints, and
a constant consumption level maximizes the expected profit of delivering
$v_0$.
%\vskip.5cm
%\medskip
\vfil\eject
\noindent{\bf Summary of optimal contract}
\smallskip
%%\subsubsection{Summary of optimal contract}
\noindent
Define
$$ s(t) = \{ j: \overline y_j = \max\{y_0, y_1, \ldots, y_t\} \}. $$
That is, $\overline y_{s(t)}$ is the maximum endowment that the
household has experienced up until period $t$.
The optimal contract has the following features.
To deliver promised value $v_0 \in [v_{\rm aut}, \overline w_S]$ to the household,
the contract offers stochastic consumption and continuation values,
$\{c_t, v_{t+1}\}_{t=0}^{\infty}$, that satisfy
$$\EQNalign{ c_t & = \max\{ \tilde c, \,\overline c_{s(t)} \}, \EQN optcon1;a \cr
v_{t+1} & = \max\{ v_0, \,\overline w_{s(t)} \} , \EQN optcon1;b \cr}$$
where $\tilde c$ is given by \Ep{caltech4}.
%%%The profit-maximizing contract has the following features.
%%%To deliver promised value $v_{\rm aut}$ to the consumer,
%%%the contract offers $(\overline c_1, v_{\rm aut})$
%%%until the first period that the household receives
%%%an endowment greater than $\overline y_1.$
%%%Define
%%%$$ s(t) = \{ j: \overline y_j = \max\{y_1, \ldots, y_t\} \}. $$
%%% So long as $s(t) =1 $, the contract offers $(\overline c_1, v_{\rm aut})$.
%%%The first time that $s(t) \geq 2$, the contract offers
%%% $(c_t, v_{t+1})$ where
%%%$$\EQNalign{ c_t & = \overline c_{s(t)} \EQN optcon1;a \cr
%%% v_{t+1} & = \overline w_{s(t)}. \EQN optcon1;b \cr}$$
\subsection{Profits}
We can use \Ep{fe} to compute expected profits
from offering
continuation value $\overline w_j$, $j= 1, \ldots, S$.
Starting with $P(\overline w_S)$, we work backward
to compute $P(\overline w_k)$, $k= S-1, S-2, \ldots, 1$:
$$ \EQNalign{ P(\overline w_S) & = \sum_{j=1}^S \Pi_j
\left({\overline y_j - \overline c_S \over 1 - \beta}\right),
\EQN Pvrecur1;a \cr
P(\overline w_{k}) = & \sum_{j=1}^{k} \Pi_j (\overline y_j
- \overline c_{k}) + \sum_{j=k+1}^S \Pi_j (\overline y_j - \overline c_j) \cr
& + \beta\left[ \sum_{j=1}^{k} \Pi_j P(\overline w_{k})
+ \sum_{j=k+1}^S \Pi_j P(\overline w_j) \right]. \hskip1cm \EQN Pvrecur1;b \cr} $$
%For $k=1$, we have
% $$\eqalign{ P(\overline w_1) & =
%% \sum_{j=1}^{j_{\rm min} -1} \Pi_j
%% (\overline y_j - \underline c_{0}) +
% \sum_{j=2}^S \Pi_j (\overline y_j - \overline c_j) \cr
% & + \beta\left[ \Pi_1 P(\overline w_1)
% + \sum_{j=2}^S \Pi_j P(\overline w_j) \right].
% \hskip1cm \cr} \EQN Pvaut1 $$
\vskip.5cm
\medskip
\noindent{\bf Strictly positive profits for $v_0=v_{\rm aut}$}
\smallskip
%\subsubsection{Strictly positive profits for $v_0=v_{\rm aut}$}
\noindent
We will now demonstrate that a contract that offers an initial
promised value of $v_{\rm aut}$ is associated with strictly
positive expected profits. In order to show that $P(v_{\rm
aut})>0$, let us first examine the expected profit implications of
the following limited obligation. Suppose that a household has
just experienced $\overline y_j$ for the first time and that the
limited obligation amounts to delivering $\overline c_j$ to the
household in that period and in all future periods until the
household realizes an endowment higher than $\overline y_j$. At
the time of such a higher endowment realization in the future, the
limited obligation ceases without any further transfers. Would
such a limited obligation be associated with positive or negative
expected profits? In the case of $\overline y_j=\overline y_1$,
this would entail a deterministic profit equal to zero, since we
have shown above that $\overline c_1=\overline y_1$. But what is
true for other endowment realizations?
To study the expected profit implications of such a limited
obligation for any given $\overline y_j$, we first compute an
upper bound for the obligation's consumption level
$\overline c_j$ by using \Ep{caltech_ext3}:
$$\EQNalign{
u(\overline c_j) &=