Skip to content

Commit 14fa45d

Browse files
committed
Remove deprecated updates of recession indicator
1 parent 537e079 commit 14fa45d

File tree

16 files changed

+31
-39
lines changed

16 files changed

+31
-39
lines changed

content/papers/16.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Has the Recession Started?"
33
date: 2024-09-09
4-
lastmod: 2025-03-05
4+
lastmod: 2025-03-06
55
url: /16/
66
tags: ["false positives", "job vacancies", "Michez rule", "nowcasting", "recession indicator", "recession probability", "recession threshold", "recessions", "Sahm rule", "unemployment"]
77
author: ["Pascal Michaillat","Emmanuel Saez"]
@@ -58,7 +58,3 @@ url = {https://doi.org/10.48550/arXiv.2408.05856}}
5858
##### Related material
5959

6060
+ [Presentation slides](/16p.pdf)
61-
+ [Update of the recession indicator with December 2024 data](https://pmichaillat.substack.com/p/december-labor-market-update-e20)
62-
+ [Update of the recession indicator with November 2024 data](https://pmichaillat.substack.com/p/november-labor-market-update-e56)
63-
+ [Update of the recession indicator with October 2024 data](https://pmichaillat.substack.com/p/october-labor-market-update-4b9)
64-
+ [Update of the recession indicator with September 2024 data](https://pmichaillat.substack.com/p/september-labor-market-update-0ca)

public/16/index.html

+4-8
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<meta property="og:url" content="https://pascalmichaillat.org/16/" />
2525
<meta property="og:image" content="https://pascalmichaillat.org/16s.png" /><meta property="article:section" content="papers" />
2626
<meta property="article:published_time" content="2024-09-09T00:00:00+00:00" />
27-
<meta property="article:modified_time" content="2025-03-05T00:00:00+00:00" />
27+
<meta property="article:modified_time" content="2025-03-06T00:00:00+00:00" />
2828

2929
<meta name="twitter:card" content="summary_large_image" />
3030
<meta name="twitter:image" content="https://pascalmichaillat.org/16s.png" />
@@ -62,11 +62,11 @@
6262
"keywords": [
6363
"false positives", "job vacancies", "Michez rule", "nowcasting", "recession indicator", "recession probability", "recession threshold", "recessions", "Sahm rule", "unemployment"
6464
],
65-
"articleBody": " Paper Code and data Abstract To answer this question, we develop a new Sahm-type recession indicator that combines vacancy and unemployment data. The indicator is the minimum of the Sahm indicator—the difference between the 3-month trailing average of the unemployment rate and its minimum over the past 12 months—and a similar indicator constructed with the vacancy rate—the difference between the 3-month trailing average of the vacancy rate and its maximum over the past 12 months. We then propose a two-sided recession rule: When our indicator reaches 0.3pp, a recession may have started; when the indicator reaches 0.8pp, a recession has started for sure. This new rule is triggered earlier than the Sahm rule: on average it detects recessions 0.8 month after they have started, while the Sahm rule detects them 2.1 months after their start. The new rule also has a better historical track record: it perfectly identifies all recessions since 1929, while the Sahm rule breaks down before 1960. With August 2024 data, our indicator is at 0.54pp, so the probability that the US economy is now in recession is 48%. In fact, the recession may have started as early as March 2024.\nFigure 2B: Construction of the recession indicator in the United States, 1960–2024 Figure 4: Recession indicator with two-sided recession rule in the United States, 1960–2024 Citation Michaillat, Pascal, and Emmanuel Saez. 2024. “Has the Recession Started?” arXiv:2408.05856v2. https://doi.org/10.48550/arXiv.2408.05856.\n@techreport{MS24, author = {Pascal Michaillat and Emmanuel Saez}, year = {2024}, title = {Has the Recession Started?}, number = {arXiv:2408.05856v2}, url = {https://doi.org/10.48550/arXiv.2408.05856}} Related material Presentation slides Update of the recession indicator with December 2024 data Update of the recession indicator with November 2024 data Update of the recession indicator with October 2024 data Update of the recession indicator with September 2024 data ",
66-
"wordCount" : "295",
65+
"articleBody": " Paper Code and data Abstract To answer this question, we develop a new Sahm-type recession indicator that combines vacancy and unemployment data. The indicator is the minimum of the Sahm indicator—the difference between the 3-month trailing average of the unemployment rate and its minimum over the past 12 months—and a similar indicator constructed with the vacancy rate—the difference between the 3-month trailing average of the vacancy rate and its maximum over the past 12 months. We then propose a two-sided recession rule: When our indicator reaches 0.3pp, a recession may have started; when the indicator reaches 0.8pp, a recession has started for sure. This new rule is triggered earlier than the Sahm rule: on average it detects recessions 0.8 month after they have started, while the Sahm rule detects them 2.1 months after their start. The new rule also has a better historical track record: it perfectly identifies all recessions since 1929, while the Sahm rule breaks down before 1960. With August 2024 data, our indicator is at 0.54pp, so the probability that the US economy is now in recession is 48%. In fact, the recession may have started as early as March 2024.\nFigure 2B: Construction of the recession indicator in the United States, 1960–2024 Figure 4: Recession indicator with two-sided recession rule in the United States, 1960–2024 Citation Michaillat, Pascal, and Emmanuel Saez. 2024. “Has the Recession Started?” arXiv:2408.05856v2. https://doi.org/10.48550/arXiv.2408.05856.\n@techreport{MS24, author = {Pascal Michaillat and Emmanuel Saez}, year = {2024}, title = {Has the Recession Started?}, number = {arXiv:2408.05856v2}, url = {https://doi.org/10.48550/arXiv.2408.05856}} Related material Presentation slides ",
66+
"wordCount" : "259",
6767
"inLanguage": "en",
6868
"image":"https://pascalmichaillat.org/16s.png","datePublished": "2024-09-09T00:00:00Z",
69-
"dateModified": "2025-03-05T00:00:00Z",
69+
"dateModified": "2025-03-06T00:00:00Z",
7070
"author":[{
7171
"@type": "Person",
7272
"name": "Pascal Michaillat"
@@ -210,10 +210,6 @@ <h5 id="citation">Citation</h5>
210210
<h5 id="related-material">Related material</h5>
211211
<ul>
212212
<li><a href="/16p.pdf">Presentation slides</a></li>
213-
<li><a href="https://pmichaillat.substack.com/p/december-labor-market-update-e20" target="_blank">Update of the recession indicator with December 2024 data</a></li>
214-
<li><a href="https://pmichaillat.substack.com/p/november-labor-market-update-e56" target="_blank">Update of the recession indicator with November 2024 data</a></li>
215-
<li><a href="https://pmichaillat.substack.com/p/october-labor-market-update-4b9" target="_blank">Update of the recession indicator with October 2024 data</a></li>
216-
<li><a href="https://pmichaillat.substack.com/p/september-labor-market-update-0ca" target="_blank">Update of the recession indicator with September 2024 data</a></li>
217213
</ul>
218214

219215
</div>

public/index.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</image>
1212
<generator>Hugo -- 0.135.0</generator>
1313
<language>en</language>
14-
<lastBuildDate>Wed, 05 Mar 2025 00:00:00 +0000</lastBuildDate>
14+
<lastBuildDate>Thu, 06 Mar 2025 00:00:00 +0000</lastBuildDate>
1515
<atom:link href="https://pascalmichaillat.org/index.xml" rel="self" type="application/rss+xml" />
1616
<item>
1717
<title>Unemployment</title>

public/papers/index.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</image>
1212
<generator>Hugo -- 0.135.0</generator>
1313
<language>en</language>
14-
<lastBuildDate>Wed, 05 Mar 2025 00:00:00 +0000</lastBuildDate>
14+
<lastBuildDate>Thu, 06 Mar 2025 00:00:00 +0000</lastBuildDate>
1515
<atom:link href="https://pascalmichaillat.org/papers/index.xml" rel="self" type="application/rss+xml" />
1616
<item>
1717
<title>Modeling Migration-Induced Unemployment</title>

public/sitemap.xml

+13-13
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<lastmod>2025-01-30T00:00:00+00:00</lastmod>
2525
</url><url>
2626
<loc>https://pascalmichaillat.org/</loc>
27-
<lastmod>2025-03-05T00:00:00+00:00</lastmod>
27+
<lastmod>2025-03-06T00:00:00+00:00</lastmod>
2828
</url><url>
2929
<loc>https://pascalmichaillat.org/tags/public-employment/</loc>
3030
<lastmod>2025-01-30T00:00:00+00:00</lastmod>
@@ -66,7 +66,7 @@
6666
<lastmod>2024-12-10T00:00:00+00:00</lastmod>
6767
</url><url>
6868
<loc>https://pascalmichaillat.org/papers/</loc>
69-
<lastmod>2025-03-05T00:00:00+00:00</lastmod>
69+
<lastmod>2025-03-06T00:00:00+00:00</lastmod>
7070
</url><url>
7171
<loc>https://pascalmichaillat.org/tags/politics/</loc>
7272
<lastmod>2024-12-10T00:00:00+00:00</lastmod>
@@ -75,7 +75,7 @@
7575
<lastmod>2024-12-10T00:00:00+00:00</lastmod>
7676
</url><url>
7777
<loc>https://pascalmichaillat.org/tags/unemployment/</loc>
78-
<lastmod>2025-03-05T00:00:00+00:00</lastmod>
78+
<lastmod>2025-03-06T00:00:00+00:00</lastmod>
7979
</url><url>
8080
<loc>https://pascalmichaillat.org/15/</loc>
8181
<lastmod>2024-10-25T00:00:00+00:00</lastmod>
@@ -114,7 +114,7 @@
114114
<lastmod>2025-01-28T00:00:00+00:00</lastmod>
115115
</url><url>
116116
<loc>https://pascalmichaillat.org/tags/job-vacancies/</loc>
117-
<lastmod>2025-03-05T00:00:00+00:00</lastmod>
117+
<lastmod>2025-03-06T00:00:00+00:00</lastmod>
118118
</url><url>
119119
<loc>https://pascalmichaillat.org/tags/labor-force-participation/</loc>
120120
<lastmod>2025-01-28T00:00:00+00:00</lastmod>
@@ -123,31 +123,31 @@
123123
<lastmod>2025-01-28T00:00:00+00:00</lastmod>
124124
</url><url>
125125
<loc>https://pascalmichaillat.org/tags/false-positives/</loc>
126-
<lastmod>2025-03-05T00:00:00+00:00</lastmod>
126+
<lastmod>2025-03-06T00:00:00+00:00</lastmod>
127127
</url><url>
128128
<loc>https://pascalmichaillat.org/16/</loc>
129-
<lastmod>2025-03-05T00:00:00+00:00</lastmod>
129+
<lastmod>2025-03-06T00:00:00+00:00</lastmod>
130130
</url><url>
131131
<loc>https://pascalmichaillat.org/tags/michez-rule/</loc>
132-
<lastmod>2025-03-05T00:00:00+00:00</lastmod>
132+
<lastmod>2025-03-06T00:00:00+00:00</lastmod>
133133
</url><url>
134134
<loc>https://pascalmichaillat.org/tags/nowcasting/</loc>
135-
<lastmod>2025-03-05T00:00:00+00:00</lastmod>
135+
<lastmod>2025-03-06T00:00:00+00:00</lastmod>
136136
</url><url>
137137
<loc>https://pascalmichaillat.org/tags/recession-indicator/</loc>
138-
<lastmod>2025-03-05T00:00:00+00:00</lastmod>
138+
<lastmod>2025-03-06T00:00:00+00:00</lastmod>
139139
</url><url>
140140
<loc>https://pascalmichaillat.org/tags/recession-probability/</loc>
141-
<lastmod>2025-03-05T00:00:00+00:00</lastmod>
141+
<lastmod>2025-03-06T00:00:00+00:00</lastmod>
142142
</url><url>
143143
<loc>https://pascalmichaillat.org/tags/recession-threshold/</loc>
144-
<lastmod>2025-03-05T00:00:00+00:00</lastmod>
144+
<lastmod>2025-03-06T00:00:00+00:00</lastmod>
145145
</url><url>
146146
<loc>https://pascalmichaillat.org/tags/recessions/</loc>
147-
<lastmod>2025-03-05T00:00:00+00:00</lastmod>
147+
<lastmod>2025-03-06T00:00:00+00:00</lastmod>
148148
</url><url>
149149
<loc>https://pascalmichaillat.org/tags/sahm-rule/</loc>
150-
<lastmod>2025-03-05T00:00:00+00:00</lastmod>
150+
<lastmod>2025-03-06T00:00:00+00:00</lastmod>
151151
</url><url>
152152
<loc>https://pascalmichaillat.org/tags/</loc>
153153
<lastmod>2024-08-24T00:00:00+00:00</lastmod>

public/tags/false-positives/index.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</image>
1212
<generator>Hugo -- 0.135.0</generator>
1313
<language>en</language>
14-
<lastBuildDate>Wed, 05 Mar 2025 00:00:00 +0000</lastBuildDate>
14+
<lastBuildDate>Thu, 06 Mar 2025 00:00:00 +0000</lastBuildDate>
1515
<atom:link href="https://pascalmichaillat.org/tags/false-positives/index.xml" rel="self" type="application/rss+xml" />
1616
<item>
1717
<title>Has the Recession Started?</title>

public/tags/index.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</image>
1212
<generator>Hugo -- 0.135.0</generator>
1313
<language>en</language>
14-
<lastBuildDate>Wed, 05 Mar 2025 00:00:00 +0000</lastBuildDate>
14+
<lastBuildDate>Thu, 06 Mar 2025 00:00:00 +0000</lastBuildDate>
1515
<atom:link href="https://pascalmichaillat.org/tags/index.xml" rel="self" type="application/rss+xml" />
1616
<item>
1717
<title>Beveridge curve</title>

public/tags/job-vacancies/index.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</image>
1212
<generator>Hugo -- 0.135.0</generator>
1313
<language>en</language>
14-
<lastBuildDate>Wed, 05 Mar 2025 00:00:00 +0000</lastBuildDate>
14+
<lastBuildDate>Thu, 06 Mar 2025 00:00:00 +0000</lastBuildDate>
1515
<atom:link href="https://pascalmichaillat.org/tags/job-vacancies/index.xml" rel="self" type="application/rss+xml" />
1616
<item>
1717
<title>u* = √uv: The Full-Employment Rate of Unemployment in the United States</title>

public/tags/michez-rule/index.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</image>
1212
<generator>Hugo -- 0.135.0</generator>
1313
<language>en</language>
14-
<lastBuildDate>Wed, 05 Mar 2025 00:00:00 +0000</lastBuildDate>
14+
<lastBuildDate>Thu, 06 Mar 2025 00:00:00 +0000</lastBuildDate>
1515
<atom:link href="https://pascalmichaillat.org/tags/michez-rule/index.xml" rel="self" type="application/rss+xml" />
1616
<item>
1717
<title>Has the Recession Started?</title>

public/tags/nowcasting/index.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</image>
1212
<generator>Hugo -- 0.135.0</generator>
1313
<language>en</language>
14-
<lastBuildDate>Wed, 05 Mar 2025 00:00:00 +0000</lastBuildDate>
14+
<lastBuildDate>Thu, 06 Mar 2025 00:00:00 +0000</lastBuildDate>
1515
<atom:link href="https://pascalmichaillat.org/tags/nowcasting/index.xml" rel="self" type="application/rss+xml" />
1616
<item>
1717
<title>Has the Recession Started?</title>

public/tags/recession-indicator/index.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</image>
1212
<generator>Hugo -- 0.135.0</generator>
1313
<language>en</language>
14-
<lastBuildDate>Wed, 05 Mar 2025 00:00:00 +0000</lastBuildDate>
14+
<lastBuildDate>Thu, 06 Mar 2025 00:00:00 +0000</lastBuildDate>
1515
<atom:link href="https://pascalmichaillat.org/tags/recession-indicator/index.xml" rel="self" type="application/rss+xml" />
1616
<item>
1717
<title>Has the Recession Started?</title>

public/tags/recession-probability/index.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</image>
1212
<generator>Hugo -- 0.135.0</generator>
1313
<language>en</language>
14-
<lastBuildDate>Wed, 05 Mar 2025 00:00:00 +0000</lastBuildDate>
14+
<lastBuildDate>Thu, 06 Mar 2025 00:00:00 +0000</lastBuildDate>
1515
<atom:link href="https://pascalmichaillat.org/tags/recession-probability/index.xml" rel="self" type="application/rss+xml" />
1616
<item>
1717
<title>Has the Recession Started?</title>

public/tags/recession-threshold/index.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</image>
1212
<generator>Hugo -- 0.135.0</generator>
1313
<language>en</language>
14-
<lastBuildDate>Wed, 05 Mar 2025 00:00:00 +0000</lastBuildDate>
14+
<lastBuildDate>Thu, 06 Mar 2025 00:00:00 +0000</lastBuildDate>
1515
<atom:link href="https://pascalmichaillat.org/tags/recession-threshold/index.xml" rel="self" type="application/rss+xml" />
1616
<item>
1717
<title>Has the Recession Started?</title>

public/tags/recessions/index.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</image>
1212
<generator>Hugo -- 0.135.0</generator>
1313
<language>en</language>
14-
<lastBuildDate>Wed, 05 Mar 2025 00:00:00 +0000</lastBuildDate>
14+
<lastBuildDate>Thu, 06 Mar 2025 00:00:00 +0000</lastBuildDate>
1515
<atom:link href="https://pascalmichaillat.org/tags/recessions/index.xml" rel="self" type="application/rss+xml" />
1616
<item>
1717
<title>Has the Recession Started?</title>

public/tags/sahm-rule/index.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</image>
1212
<generator>Hugo -- 0.135.0</generator>
1313
<language>en</language>
14-
<lastBuildDate>Wed, 05 Mar 2025 00:00:00 +0000</lastBuildDate>
14+
<lastBuildDate>Thu, 06 Mar 2025 00:00:00 +0000</lastBuildDate>
1515
<atom:link href="https://pascalmichaillat.org/tags/sahm-rule/index.xml" rel="self" type="application/rss+xml" />
1616
<item>
1717
<title>Has the Recession Started?</title>

public/tags/unemployment/index.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</image>
1212
<generator>Hugo -- 0.135.0</generator>
1313
<language>en</language>
14-
<lastBuildDate>Wed, 05 Mar 2025 00:00:00 +0000</lastBuildDate>
14+
<lastBuildDate>Thu, 06 Mar 2025 00:00:00 +0000</lastBuildDate>
1515
<atom:link href="https://pascalmichaillat.org/tags/unemployment/index.xml" rel="self" type="application/rss+xml" />
1616
<item>
1717
<title>Modeling Migration-Induced Unemployment</title>

0 commit comments

Comments
 (0)