Problem Set 4. Graduate Macro II, Spring 2011 The University of Notre Dame Professor Sims

Size: px
Start display at page:

Download "Problem Set 4. Graduate Macro II, Spring 2011 The University of Notre Dame Professor Sims"

Transcription

1 Problem Set 4 Graduate Macro II, Spring 2011 The University of Notre Dame Professor Sims Instructions: You may consult with other members of the class, but please make sure to turn in your own work. Where applicable, please print out figures and codes. This problem set is due by 12:00 noon on Friday, March 25. (1) Government Spending in a RBC Model: Download data on real government spending (the series is titled government consumption expenditures and gross investment ) for the period (quarterly). (a) Compute the average share of government spending in total output for this period. (b) Linearly detrend the log of the government spending series. Then estimate an AR(1) process on the detrended series: ln ĝ t = a 0 + ρ g ln ĝ t 1 + ε g,t Report your estimates of ρ g and the standard deviation of the innovation, σ εe,g. Now suppose that we have a standard RBC model, but augmented with government spending. The government finances its expenditures, g t, by lump sum taxes on households, T t, and issuing bonds, d t. d t < 0 means that the government is is in debt; d t > 0 means that the government is saving. Households consume, work, accumulate capital, and save in government bonds, b t. The household problem is: k t+1,b t+1,n t,c t E 0 β t (ln c t + θ ln(1 n t )) t=0 s.t. c t + k t+1 (1 δ)k t + (b t+1 b t ) = w t n t + R t k t + Π t T t + r t b t (c) Write down the first order conditions necessary for an interior solution of the household problem. The government budget constraint is given by: g t + (d t+1 d t ) = T t + r t d t (d) Assuming that firms do not operate in the bond market, what is the condition required for bond market-clearing? 1

2 (e) Use this condition, in conjunction with the government and household budget constraints, to show that (i) bond holdings disappear from the household budget constraint and (ii) the household behaves as though g t = T t each period. The firm problem is standard and static, given that households own the capital stock and firms are assumed to not operate in debt markets: n t,k t Π t = a t k α t n 1 α t w t n t R t k t (f) Write down the first order condition for the firm s profit imization problem. Suppose that log government spending obeys the following process: ln g t = (1 ρ g )(ln ψ + ln y ) + ρ g ln g t 1 + ε t ψ is the steady state share of government spending in output. Assume that aggregate technology follows a mean zero, AR(1) in the log: ln a t = ρ ln a t 1 + ε a,t (g) Solve for the non-stochastic steady state of the model, assuming that n = 1. Provide an expression for the θ that yields this steady state. What is the relationship between the required θ to generate n = 1 and ψ, the steady state share of government spending? Provide intuition for your answer. (h) Use DYNARE to solve for the linearized policy functions of this model. Use your answers from (b) to calibrate ρ g and the standard deviation of the government spending shock. Use ρ = for the persistence parameter of technology, and use standard deviation of the technology shock of Set α = 0., δ = 0.025, and β = Use the value of θ you found in part (g). Show impulse response functions of the endogenous variables of the model to a government spending shock. Comment on how the inclusion of government spending shocks improves the fit of the model (in terms of second moments) relative to the one shock world with just technology shocks. (i) Re-do (h) for two different values of ρ g : ρ g = 0.5 and ρ g = Comment on the differences in the impulse responses to a spending shock with these different parameters, relative to what you found in part (h). Provide some intuition for any differences you find. 2) Money and Welfare: Consider the basic RBC model as above, appended to include a cash in advance constraint. The household problem is as follows: c t,k t+1,n t,b t+1,m t+1 E 0 β t (ln c t + θ ln(1 n t )) t=0 s.t. 2

3 ( ) ( ) Bt+1 B t Mt+1 M t c t + k t+1 + (1 δ)k t + + (a) Solve for the first order conditions of the household problem. The firm solves a static profit imization problem: k t,n t Π t = a t k α t n 1 α t (b) Write down the firm s first order conditions. w t n t R t k t Suppose that the Fed follows a money growth rule of the form: = w t n t + R t k t + i t B t + Π t M t c t ln M t+1 ln M t = (1 ρ m )π + ρ m (ln M t ln M t 1 ) + ε m,t (c) Define m t = M t+1 and 1 + π t = pt 1. Re-write this process in terms of m t and π t. Suppose that log aggregate technology obeys the following stochastic process: ln a t = ρ ln a t 1 + ε a,t Define β = 1 1+ρ p.calibrate the parameters of the model as follows: α = 0., θ = 1.75, ρ p = 0.01, δ = 0.025, ρ = 0.974, σ εa = 0.009, ρ m = 0.75, π = 0.01, and σ εm = (d) Solve for the linearized policy functions in DYNARE using these parameter values. Be sure to re-write the model so that it is stationary (steady state inflation is the source of nonstationarity). Show impulse responses of the endogenous variables of the model plus the log level of the nominal money supply and the log price level to a one standard deviation monetary shock. Note: you will have to construct the IRFs of the nominal money supply and price level outside of the Dynare code given the responses of real money balances and inflation. (e) What is the Friedman rule? What is the basic logic for it? Steady state welfare can be defined as: U = 1 1 β (ln c + θ ln(1 n )) Create a grid of values of π, ranging from the π that would implement the Friedman rule plus to The reason you need to not let π get all the way to the Friedman rule is that this will cause a numerical issue in Dynare. Have a step in the grid of You can implement this easily by having a Matlab source m-file that contains the following lines of code:

4 1 for j = 1:N 2 pistar = ps(1,j); save parameterfile ps4 cia pistar beta 4 dynare ps4 cia noclearall 5 cs(j,1) = oo.steady state(cpos,1); 6 ns(j,1) = oo.steady state(npos,1); 7 wf(j,1) = (1/(1 beta))*(log(exp(cs(j,1))) + theta*log(1 exp(ns(j,1)))); 8 end Here N is the size of the grid for possible steady state inflation values. By including the line save parameterfile ps4 cia pistar beta you can save the value of steady state inflation. Within the Dynare.mod file, include the following set of code right after the parameter declaration: 1 parameters alpha beta theta...; 2 load parameterfile ps4 cia; set param value('pistar',pistar) 4 set param value('beta',beta) You specify the other parameters within the.mod file just as you normally would. (f) Create plots of steady state consumption, hours, and welfare as a function of π. Verify that all are decreasing in π. Provide some intuition as to why. () News Shocks: Consider the same basic RBC model as above, but without government spending or money. Use the parameterization given above in part (1). Alter the process for technology as follows: ln a t = ρ ln a t 1 + ε t + v t q v t q is called a news shock : it provides news about an expected shift in future TFP q periods out into the future. It is uncorrelated with ε t. Set the standard deviations of both the regular technology shock and the news shock equal to (a) Compute impulse responses to a news shock using the benchmark parameterization and q = 4 (i.e. four quarters of foresight). Set the standard deviation of news shocks equal to the standard deviation of the regular contemporaneous technology shock. To code this in Dynare you can create auxiliary state variables as follows: ln a t = ρ ln a t 1 + news t 1 + ε t news t = news2 t 1 news2 t = news1 t 1 news1 t = v t Defining auxiliary state variables like this allows you to keep everything dated t, t 1, or t+1, which Dynare requires to work. Do news shocks cause business cycle-like movements in aggregate variables before the change in TFP occurs? Provide intuition why or why not. 4

5 (b) Does the inclusion of news shocks helhe model better fit the data in an unconditional sense (i.e. in terms of volatilities, correlations, and autocorrelations)? If so, along what dimensions and why? Does your answer for (b) mesh with your conclusions on (a)? Discuss. 5

problem. max Both k (0) and h (0) are given at time 0. (a) Write down the Hamilton-Jacobi-Bellman (HJB) Equation in the dynamic programming

problem. max Both k (0) and h (0) are given at time 0. (a) Write down the Hamilton-Jacobi-Bellman (HJB) Equation in the dynamic programming 1. Endogenous Growth with Human Capital Consider the following endogenous growth model with both physical capital (k (t)) and human capital (h (t)) in continuous time. The representative household solves

More information

Graduate Macro Theory II: Notes on Quantitative Analysis in DSGE Models

Graduate Macro Theory II: Notes on Quantitative Analysis in DSGE Models Graduate Macro Theory II: Notes on Quantitative Analysis in DSGE Models Eric Sims University of Notre Dame Spring 2011 This note describes very briefly how to conduct quantitative analysis on a linearized

More information

Optimal Simple And Implementable Monetary and Fiscal Rules

Optimal Simple And Implementable Monetary and Fiscal Rules Optimal Simple And Implementable Monetary and Fiscal Rules Stephanie Schmitt-Grohé Martín Uribe Duke University September 2007 1 Welfare-Based Policy Evaluation: Related Literature (ex: Rotemberg and Woodford,

More information

Comprehensive Exam. Macro Spring 2014 Retake. August 22, 2014

Comprehensive Exam. Macro Spring 2014 Retake. August 22, 2014 Comprehensive Exam Macro Spring 2014 Retake August 22, 2014 You have a total of 180 minutes to complete the exam. If a question seems ambiguous, state why, sharpen it up and answer the sharpened-up question.

More information

Solving a Dynamic (Stochastic) General Equilibrium Model under the Discrete Time Framework

Solving a Dynamic (Stochastic) General Equilibrium Model under the Discrete Time Framework Solving a Dynamic (Stochastic) General Equilibrium Model under the Discrete Time Framework Dongpeng Liu Nanjing University Sept 2016 D. Liu (NJU) Solving D(S)GE 09/16 1 / 63 Introduction Targets of the

More information

Lecture 15. Dynamic Stochastic General Equilibrium Model. Randall Romero Aguilar, PhD I Semestre 2017 Last updated: July 3, 2017

Lecture 15. Dynamic Stochastic General Equilibrium Model. Randall Romero Aguilar, PhD I Semestre 2017 Last updated: July 3, 2017 Lecture 15 Dynamic Stochastic General Equilibrium Model Randall Romero Aguilar, PhD I Semestre 2017 Last updated: July 3, 2017 Universidad de Costa Rica EC3201 - Teoría Macroeconómica 2 Table of contents

More information

Precautionary Demand for Money in a Monetary Business Cycle Model

Precautionary Demand for Money in a Monetary Business Cycle Model Discussion of Precautionary Demand for Money in a Monetary Business Cycle Model by I. Telyukova and L. Visschers Makoto Nakajima FRB Philadelphia March 27, 2009 Makoto Nakajima (FRB Philadelphia) Discussion

More information

Graduate Macro Theory II: Business Cycle Accounting and Wedges

Graduate Macro Theory II: Business Cycle Accounting and Wedges Graduate Macro Theory II: Business Cycle Accounting and Wedges Eric Sims University of Notre Dame Spring 2017 1 Introduction Most modern dynamic macro models have at their core a prototypical real business

More information

A Modern Equilibrium Model. Jesús Fernández-Villaverde University of Pennsylvania

A Modern Equilibrium Model. Jesús Fernández-Villaverde University of Pennsylvania A Modern Equilibrium Model Jesús Fernández-Villaverde University of Pennsylvania 1 Household Problem Preferences: max E X β t t=0 c 1 σ t 1 σ ψ l1+γ t 1+γ Budget constraint: c t + k t+1 = w t l t + r t

More information

Stochastic simulations with DYNARE. A practical guide.

Stochastic simulations with DYNARE. A practical guide. Stochastic simulations with DYNARE. A practical guide. Fabrice Collard (GREMAQ, University of Toulouse) Adapted for Dynare 4.1 by Michel Juillard and Sébastien Villemot (CEPREMAP) First draft: February

More information

Small Open Economy RBC Model Uribe, Chapter 4

Small Open Economy RBC Model Uribe, Chapter 4 Small Open Economy RBC Model Uribe, Chapter 4 1 Basic Model 1.1 Uzawa Utility E 0 t=0 θ t U (c t, h t ) θ 0 = 1 θ t+1 = β (c t, h t ) θ t ; β c < 0; β h > 0. Time-varying discount factor With a constant

More information

1 The Basic RBC Model

1 The Basic RBC Model IHS 2016, Macroeconomics III Michael Reiter Ch. 1: Notes on RBC Model 1 1 The Basic RBC Model 1.1 Description of Model Variables y z k L c I w r output level of technology (exogenous) capital at end of

More information

(a) Write down the Hamilton-Jacobi-Bellman (HJB) Equation in the dynamic programming

(a) Write down the Hamilton-Jacobi-Bellman (HJB) Equation in the dynamic programming 1. Government Purchases and Endogenous Growth Consider the following endogenous growth model with government purchases (G) in continuous time. Government purchases enhance production, and the production

More information

Modelling Czech and Slovak labour markets: A DSGE model with labour frictions

Modelling Czech and Slovak labour markets: A DSGE model with labour frictions Modelling Czech and Slovak labour markets: A DSGE model with labour frictions Daniel Němec Faculty of Economics and Administrations Masaryk University Brno, Czech Republic nemecd@econ.muni.cz ESF MU (Brno)

More information

Neoclassical Business Cycle Model

Neoclassical Business Cycle Model Neoclassical Business Cycle Model Prof. Eric Sims University of Notre Dame Fall 2015 1 / 36 Production Economy Last time: studied equilibrium in an endowment economy Now: study equilibrium in an economy

More information

Simple New Keynesian Model without Capital

Simple New Keynesian Model without Capital Simple New Keynesian Model without Capital Lawrence J. Christiano January 5, 2018 Objective Review the foundations of the basic New Keynesian model without capital. Clarify the role of money supply/demand.

More information

Advanced Macroeconomics

Advanced Macroeconomics Advanced Macroeconomics The Ramsey Model Marcin Kolasa Warsaw School of Economics Marcin Kolasa (WSE) Ad. Macro - Ramsey model 1 / 30 Introduction Authors: Frank Ramsey (1928), David Cass (1965) and Tjalling

More information

1. Constant-elasticity-of-substitution (CES) or Dixit-Stiglitz aggregators. Consider the following function J: J(x) = a(j)x(j) ρ dj

1. Constant-elasticity-of-substitution (CES) or Dixit-Stiglitz aggregators. Consider the following function J: J(x) = a(j)x(j) ρ dj Macro II (UC3M, MA/PhD Econ) Professor: Matthias Kredler Problem Set 1 Due: 29 April 216 You are encouraged to work in groups; however, every student has to hand in his/her own version of the solution.

More information

The Natural Rate of Interest and its Usefulness for Monetary Policy

The Natural Rate of Interest and its Usefulness for Monetary Policy The Natural Rate of Interest and its Usefulness for Monetary Policy Robert Barsky, Alejandro Justiniano, and Leonardo Melosi Online Appendix 1 1 Introduction This appendix describes the extended DSGE model

More information

Optimal Inflation Stabilization in a Medium-Scale Macroeconomic Model

Optimal Inflation Stabilization in a Medium-Scale Macroeconomic Model Optimal Inflation Stabilization in a Medium-Scale Macroeconomic Model Stephanie Schmitt-Grohé Martín Uribe Duke University 1 Objective of the Paper: Within a mediumscale estimated model of the macroeconomy

More information

The Zero Lower Bound

The Zero Lower Bound The Zero Lower Bound Eric Sims University of Notre Dame Spring 7 Introduction In the standard New Keynesian model, monetary policy is often described by an interest rate rule (e.g. a Taylor rule) that

More information

4- Current Method of Explaining Business Cycles: DSGE Models. Basic Economic Models

4- Current Method of Explaining Business Cycles: DSGE Models. Basic Economic Models 4- Current Method of Explaining Business Cycles: DSGE Models Basic Economic Models In Economics, we use theoretical models to explain the economic processes in the real world. These models de ne a relation

More information

APPENDIX TO RESERVE REQUIREMENTS AND OPTIMAL CHINESE STABILIZATION POLICY

APPENDIX TO RESERVE REQUIREMENTS AND OPTIMAL CHINESE STABILIZATION POLICY APPENDIX TO RESERVE REQUIREMENTS AND OPTIMAL CHINESE STABILIZATION POLICY CHUN CHANG ZHENG LIU MARK M. SPIEGEL JINGYI ZHANG Abstract. This appendix shows some additional details of the model and equilibrium

More information

Taylor Rules and Technology Shocks

Taylor Rules and Technology Shocks Taylor Rules and Technology Shocks Eric R. Sims University of Notre Dame and NBER January 17, 2012 Abstract In a standard New Keynesian model, a Taylor-type interest rate rule moves the equilibrium real

More information

Macroeconomics Theory II

Macroeconomics Theory II Macroeconomics Theory II Francesco Franco FEUNL February 2011 Francesco Franco Macroeconomics Theory II 1/34 The log-linear plain vanilla RBC and ν(σ n )= ĉ t = Y C ẑt +(1 α) Y C ˆn t + K βc ˆk t 1 + K

More information

The New Keynesian Model: Introduction

The New Keynesian Model: Introduction The New Keynesian Model: Introduction Vivaldo M. Mendes ISCTE Lisbon University Institute 13 November 2017 (Vivaldo M. Mendes) The New Keynesian Model: Introduction 13 November 2013 1 / 39 Summary 1 What

More information

Graduate Macroeconomics - Econ 551

Graduate Macroeconomics - Econ 551 Graduate Macroeconomics - Econ 551 Tack Yun Indiana University Seoul National University Spring Semester January 2013 T. Yun (SNU) Macroeconomics 1/07/2013 1 / 32 Business Cycle Models for Emerging-Market

More information

DSGE-Models. Calibration and Introduction to Dynare. Institute of Econometrics and Economic Statistics

DSGE-Models. Calibration and Introduction to Dynare. Institute of Econometrics and Economic Statistics DSGE-Models Calibration and Introduction to Dynare Dr. Andrea Beccarini Willi Mutschler, M.Sc. Institute of Econometrics and Economic Statistics willi.mutschler@uni-muenster.de Summer 2012 Willi Mutschler

More information

Public Economics The Macroeconomic Perspective Chapter 2: The Ramsey Model. Burkhard Heer University of Augsburg, Germany

Public Economics The Macroeconomic Perspective Chapter 2: The Ramsey Model. Burkhard Heer University of Augsburg, Germany Public Economics The Macroeconomic Perspective Chapter 2: The Ramsey Model Burkhard Heer University of Augsburg, Germany October 3, 2018 Contents I 1 Central Planner 2 3 B. Heer c Public Economics: Chapter

More information

News-Shock Subroutine for Prof. Uhlig s Toolkit

News-Shock Subroutine for Prof. Uhlig s Toolkit News-Shock Subroutine for Prof. Uhlig s Toolkit KENGO NUTAHARA Graduate School of Economics, University of Tokyo, and the JSPS Research Fellow ee67003@mail.ecc.u-tokyo.ac.jp Revised: October 23, 2007 (Fisrt

More information

Real Business Cycle Model (RBC)

Real Business Cycle Model (RBC) Real Business Cycle Model (RBC) Seyed Ali Madanizadeh November 2013 RBC Model Lucas 1980: One of the functions of theoretical economics is to provide fully articulated, artificial economic systems that

More information

The Real Business Cycle Model

The Real Business Cycle Model The Real Business Cycle Model Macroeconomics II 2 The real business cycle model. Introduction This model explains the comovements in the fluctuations of aggregate economic variables around their trend.

More information

The Small-Open-Economy Real Business Cycle Model

The Small-Open-Economy Real Business Cycle Model The Small-Open-Economy Real Business Cycle Model Comments Some Empirical Regularities Variable Canadian Data σ xt ρ xt,x t ρ xt,gdp t y 2.8.6 c 2.5.7.59 i 9.8.3.64 h 2.54.8 tb y.9.66 -.3 Source: Mendoza

More information

A simple macro dynamic model with endogenous saving rate: the representative agent model

A simple macro dynamic model with endogenous saving rate: the representative agent model A simple macro dynamic model with endogenous saving rate: the representative agent model Virginia Sánchez-Marcos Macroeconomics, MIE-UNICAN Macroeconomics (MIE-UNICAN) A simple macro dynamic model with

More information

Equilibrium in a Production Economy

Equilibrium in a Production Economy Equilibrium in a Production Economy Prof. Eric Sims University of Notre Dame Fall 2012 Sims (ND) Equilibrium in a Production Economy Fall 2012 1 / 23 Production Economy Last time: studied equilibrium in

More information

Dynare Class on Heathcote-Perri JME 2002

Dynare Class on Heathcote-Perri JME 2002 Dynare Class on Heathcote-Perri JME 2002 Tim Uy University of Cambridge March 10, 2015 Introduction Solving DSGE models used to be very time consuming due to log-linearization required Dynare is a collection

More information

Chapter 11 The Stochastic Growth Model and Aggregate Fluctuations

Chapter 11 The Stochastic Growth Model and Aggregate Fluctuations George Alogoskoufis, Dynamic Macroeconomics, 2016 Chapter 11 The Stochastic Growth Model and Aggregate Fluctuations In previous chapters we studied the long run evolution of output and consumption, real

More information

Advanced Macroeconomics

Advanced Macroeconomics Advanced Macroeconomics The Ramsey Model Micha l Brzoza-Brzezina/Marcin Kolasa Warsaw School of Economics Micha l Brzoza-Brzezina/Marcin Kolasa (WSE) Ad. Macro - Ramsey model 1 / 47 Introduction Authors:

More information

Foundation of (virtually) all DSGE models (e.g., RBC model) is Solow growth model

Foundation of (virtually) all DSGE models (e.g., RBC model) is Solow growth model THE BASELINE RBC MODEL: THEORY AND COMPUTATION FEBRUARY, 202 STYLIZED MACRO FACTS Foundation of (virtually all DSGE models (e.g., RBC model is Solow growth model So want/need/desire business-cycle models

More information

Dynamic stochastic general equilibrium models. December 4, 2007

Dynamic stochastic general equilibrium models. December 4, 2007 Dynamic stochastic general equilibrium models December 4, 2007 Dynamic stochastic general equilibrium models Random shocks to generate trajectories that look like the observed national accounts. Rational

More information

Bayesian Estimation of DSGE Models: Lessons from Second-order Approximations

Bayesian Estimation of DSGE Models: Lessons from Second-order Approximations Bayesian Estimation of DSGE Models: Lessons from Second-order Approximations Sungbae An Singapore Management University Bank Indonesia/BIS Workshop: STRUCTURAL DYNAMIC MACROECONOMIC MODELS IN ASIA-PACIFIC

More information

Session 4: Money. Jean Imbs. November 2010

Session 4: Money. Jean Imbs. November 2010 Session 4: Jean November 2010 I So far, focused on real economy. Real quantities consumed, produced, invested. No money, no nominal in uences. I Now, introduce nominal dimension in the economy. First and

More information

Housing and the Business Cycle

Housing and the Business Cycle Housing and the Business Cycle Morris Davis and Jonathan Heathcote Winter 2009 Huw Lloyd-Ellis () ECON917 Winter 2009 1 / 21 Motivation Need to distinguish between housing and non housing investment,!

More information

1. Money in the utility function (start)

1. Money in the utility function (start) Monetary Economics: Macro Aspects, 1/3 2012 Henrik Jensen Department of Economics University of Copenhagen 1. Money in the utility function (start) a. The basic money-in-the-utility function model b. Optimal

More information

Simple New Keynesian Model without Capital

Simple New Keynesian Model without Capital Simple New Keynesian Model without Capital Lawrence J. Christiano March, 28 Objective Review the foundations of the basic New Keynesian model without capital. Clarify the role of money supply/demand. Derive

More information

Imperfect Information and Optimal Monetary Policy

Imperfect Information and Optimal Monetary Policy Imperfect Information and Optimal Monetary Policy Luigi Paciello Einaudi Institute for Economics and Finance Mirko Wiederholt Northwestern University March 200 Abstract Should the central bank care whether

More information

Monetary Economics: Solutions Problem Set 1

Monetary Economics: Solutions Problem Set 1 Monetary Economics: Solutions Problem Set 1 December 14, 2006 Exercise 1 A Households Households maximise their intertemporal utility function by optimally choosing consumption, savings, and the mix of

More information

Signaling Effects of Monetary Policy

Signaling Effects of Monetary Policy Signaling Effects of Monetary Policy Leonardo Melosi London Business School 24 May 2012 Motivation Disperse information about aggregate fundamentals Morris and Shin (2003), Sims (2003), and Woodford (2002)

More information

Dynamics and Monetary Policy in a Fair Wage Model of the Business Cycle

Dynamics and Monetary Policy in a Fair Wage Model of the Business Cycle Dynamics and Monetary Policy in a Fair Wage Model of the Business Cycle David de la Croix 1,3 Gregory de Walque 2 Rafael Wouters 2,1 1 dept. of economics, Univ. cath. Louvain 2 National Bank of Belgium

More information

optimal simple nonlinear rules for monetary policy in a new-keynesian model

optimal simple nonlinear rules for monetary policy in a new-keynesian model optimal simple nonlinear rules for monetary policy in a new-keynesian model Massimiliano Marzo Università di Bologna and Johns Hopkins University Paolo Zagaglia Stockholm University and Università Bocconi

More information

Macroeconomics II. Dynamic AD-AS model

Macroeconomics II. Dynamic AD-AS model Macroeconomics II Dynamic AD-AS model Vahagn Jerbashian Ch. 14 from Mankiw (2010) Spring 2018 Where we are heading to We will incorporate dynamics into the standard AD-AS model This will offer another

More information

Dynamic AD-AS model vs. AD-AS model Notes. Dynamic AD-AS model in a few words Notes. Notation to incorporate time-dimension Notes

Dynamic AD-AS model vs. AD-AS model Notes. Dynamic AD-AS model in a few words Notes. Notation to incorporate time-dimension Notes Macroeconomics II Dynamic AD-AS model Vahagn Jerbashian Ch. 14 from Mankiw (2010) Spring 2018 Where we are heading to We will incorporate dynamics into the standard AD-AS model This will offer another

More information

Identifying the Monetary Policy Shock Christiano et al. (1999)

Identifying the Monetary Policy Shock Christiano et al. (1999) Identifying the Monetary Policy Shock Christiano et al. (1999) The question we are asking is: What are the consequences of a monetary policy shock a shock which is purely related to monetary conditions

More information

Fiscal Multipliers in a Nonlinear World

Fiscal Multipliers in a Nonlinear World Fiscal Multipliers in a Nonlinear World Jesper Lindé Sveriges Riksbank Mathias Trabandt Freie Universität Berlin November 28, 2016 Lindé and Trabandt Multipliers () in Nonlinear Models November 28, 2016

More information

Money in the utility model

Money in the utility model Money in the utility model Monetary Economics Michaª Brzoza-Brzezina Warsaw School of Economics 1 / 59 Plan of the Presentation 1 Motivation 2 Model 3 Steady state 4 Short run dynamics 5 Simulations 6

More information

Lecture 2: Firms, Jobs and Policy

Lecture 2: Firms, Jobs and Policy Lecture 2: Firms, Jobs and Policy Economics 522 Esteban Rossi-Hansberg Princeton University Spring 2014 ERH (Princeton University ) Lecture 2: Firms, Jobs and Policy Spring 2014 1 / 34 Restuccia and Rogerson

More information

Learning and Global Dynamics

Learning and Global Dynamics Learning and Global Dynamics James Bullard 10 February 2007 Learning and global dynamics The paper for this lecture is Liquidity Traps, Learning and Stagnation, by George Evans, Eran Guse, and Seppo Honkapohja.

More information

Macroeconomics Qualifying Examination

Macroeconomics Qualifying Examination Macroeconomics Qualifying Examination August 2015 Department of Economics UNC Chapel Hill Instructions: This examination consists of 4 questions. Answer all questions. If you believe a question is ambiguously

More information

Getting to page 31 in Galí (2008)

Getting to page 31 in Galí (2008) Getting to page 31 in Galí 2008) H J Department of Economics University of Copenhagen December 4 2012 Abstract This note shows in detail how to compute the solutions for output inflation and the nominal

More information

Topic 2. Consumption/Saving and Productivity shocks

Topic 2. Consumption/Saving and Productivity shocks 14.452. Topic 2. Consumption/Saving and Productivity shocks Olivier Blanchard April 2006 Nr. 1 1. What starting point? Want to start with a model with at least two ingredients: Shocks, so uncertainty.

More information

"0". Doing the stuff on SVARs from the February 28 slides

0. Doing the stuff on SVARs from the February 28 slides Monetary Policy, 7/3 2018 Henrik Jensen Department of Economics University of Copenhagen "0". Doing the stuff on SVARs from the February 28 slides 1. Money in the utility function (start) a. The basic

More information

Introduction to Macroeconomics

Introduction to Macroeconomics Introduction to Macroeconomics Martin Ellison Nuffi eld College Michaelmas Term 2018 Martin Ellison (Nuffi eld) Introduction Michaelmas Term 2018 1 / 39 Macroeconomics is Dynamic Decisions are taken over

More information

Can News be a Major Source of Aggregate Fluctuations?

Can News be a Major Source of Aggregate Fluctuations? Can News be a Major Source of Aggregate Fluctuations? A Bayesian DSGE Approach Ippei Fujiwara 1 Yasuo Hirose 1 Mototsugu 2 1 Bank of Japan 2 Vanderbilt University August 4, 2009 Contributions of this paper

More information

Resolving the Missing Deflation Puzzle. June 7, 2018

Resolving the Missing Deflation Puzzle. June 7, 2018 Resolving the Missing Deflation Puzzle Jesper Lindé Sveriges Riksbank Mathias Trabandt Freie Universität Berlin June 7, 218 Motivation Key observations during the Great Recession: Extraordinary contraction

More information

Structural change in a multi-sector model of the climate and the economy

Structural change in a multi-sector model of the climate and the economy Structural change in a multi-sector model of the climate and the economy Gustav Engström The Beijer Institute of Environmental Economics Stockholm, December 2012 G. Engström (Beijer) Stockholm, December

More information

Business Failure and Labour Market Fluctuations

Business Failure and Labour Market Fluctuations Business Failure and Labour Market Fluctuations Seong-Hoon Kim* Seongman Moon** *Centre for Dynamic Macroeconomic Analysis, St Andrews, UK **Korea Institute for International Economic Policy, Seoul, Korea

More information

Part A: Answer question A1 (required), plus either question A2 or A3.

Part A: Answer question A1 (required), plus either question A2 or A3. Ph.D. Core Exam -- Macroeconomics 5 January 2015 -- 8:00 am to 3:00 pm Part A: Answer question A1 (required), plus either question A2 or A3. A1 (required): Ending Quantitative Easing Now that the U.S.

More information

The welfare cost of energy insecurity

The welfare cost of energy insecurity The welfare cost of energy insecurity Baltasar Manzano (Universidade de Vigo) Luis Rey (bc3) IEW 2013 1 INTRODUCTION The 1973-1974 oil crisis revealed the vulnerability of developed economies to oil price

More information

1.2. Structural VARs

1.2. Structural VARs 1. Shocks Nr. 1 1.2. Structural VARs How to identify A 0? A review: Choleski (Cholesky?) decompositions. Short-run restrictions. Inequality restrictions. Long-run restrictions. Then, examples, applications,

More information

Monetary Policy in a Macro Model

Monetary Policy in a Macro Model Monetary Policy in a Macro Model ECON 40364: Monetary Theory & Policy Eric Sims University of Notre Dame Fall 2017 1 / 67 Readings Mishkin Ch. 20 Mishkin Ch. 21 Mishkin Ch. 22 Mishkin Ch. 23, pg. 553-569

More information

A t = B A F (φ A t K t, N A t X t ) S t = B S F (φ S t K t, N S t X t ) M t + δk + K = B M F (φ M t K t, N M t X t )

A t = B A F (φ A t K t, N A t X t ) S t = B S F (φ S t K t, N S t X t ) M t + δk + K = B M F (φ M t K t, N M t X t ) Notes on Kongsamut et al. (2001) The goal of this model is to be consistent with the Kaldor facts (constancy of growth rates, capital shares, capital-output ratios) and the Kuznets facts (employment in

More information

Fiscal Multipliers in a Nonlinear World

Fiscal Multipliers in a Nonlinear World Fiscal Multipliers in a Nonlinear World Jesper Lindé and Mathias Trabandt ECB-EABCN-Atlanta Nonlinearities Conference, December 15-16, 2014 Sveriges Riksbank and Federal Reserve Board December 16, 2014

More information

ADVANCED MACROECONOMICS I

ADVANCED MACROECONOMICS I Name: Students ID: ADVANCED MACROECONOMICS I I. Short Questions (21/2 points each) Mark the following statements as True (T) or False (F) and give a brief explanation of your answer in each case. 1. 2.

More information

Lecture 2 Real Business Cycle Models

Lecture 2 Real Business Cycle Models Franck Portier TSE Macro I & II 211-212 Lecture 2 Real Business Cycle Models 1 Lecture 2 Real Business Cycle Models Version 1.2 5/12/211 Changes from version 1. are in red Changes from version 1. are in

More information

Chapter 4. Applications/Variations

Chapter 4. Applications/Variations Chapter 4 Applications/Variations 149 4.1 Consumption Smoothing 4.1.1 The Intertemporal Budget Economic Growth: Lecture Notes For any given sequence of interest rates {R t } t=0, pick an arbitrary q 0

More information

Macroeconomics II Money in the Utility function

Macroeconomics II Money in the Utility function McCless]Prof. McCless UCEMA Prof. McCless UCEMA Macroeconomics II Money in the Utility function [ October, 00 Money in the Utility function Money in the Utility function Alternative way to add money to

More information

The full RBC model. Empirical evaluation

The full RBC model. Empirical evaluation The full RBC model. Empirical evaluation Lecture 13 (updated version), ECON 4310 Tord Krogh October 24, 2012 Tord Krogh () ECON 4310 October 24, 2012 1 / 49 Today s lecture Add labor to the stochastic

More information

1 Bewley Economies with Aggregate Uncertainty

1 Bewley Economies with Aggregate Uncertainty 1 Bewley Economies with Aggregate Uncertainty Sofarwehaveassumedawayaggregatefluctuations (i.e., business cycles) in our description of the incomplete-markets economies with uninsurable idiosyncratic risk

More information

Government The government faces an exogenous sequence {g t } t=0

Government The government faces an exogenous sequence {g t } t=0 Part 6 1. Borrowing Constraints II 1.1. Borrowing Constraints and the Ricardian Equivalence Equivalence between current taxes and current deficits? Basic paper on the Ricardian Equivalence: Barro, JPE,

More information

Building and simulating DSGE models part 2

Building and simulating DSGE models part 2 Building and simulating DSGE models part II DSGE Models and Real Life I. Replicating business cycles A lot of papers consider a smart calibration to replicate business cycle statistics (e.g. Kydland Prescott).

More information

Toulouse School of Economics, Macroeconomics II Franck Portier. Homework 1. Problem I An AD-AS Model

Toulouse School of Economics, Macroeconomics II Franck Portier. Homework 1. Problem I An AD-AS Model Toulouse School of Economics, 2009-2010 Macroeconomics II Franck Portier Homework 1 Problem I An AD-AS Model Let us consider an economy with three agents (a firm, a household and a government) and four

More information

Dynare Summer School - Accuracy Tests

Dynare Summer School - Accuracy Tests Dynare Summer School - Accuracy Tests Wouter J. Den Haan University of Amsterdam July 4, 2008 outer J. Den Haan (University of Amsterdam)Dynare Summer School - Accuracy Tests July 4, 2008 1 / 35 Accuracy

More information

Session 2 Working with Dynare

Session 2 Working with Dynare Session 2 Working with Dynare Seminar: Macroeconomics and International Economics Philipp Wegmüller UniBern Spring 2015 Philipp Wegmüller (UniBern) Session 2 Working with Dynare Spring 2015 1 / 20 Dynare

More information

Problem Set 5. Graduate Macro II, Spring 2017 The University of Notre Dame Professor Sims

Problem Set 5. Graduate Macro II, Spring 2017 The University of Notre Dame Professor Sims Problem Se 5 Graduae Macro II, Spring 2017 The Universiy of Nore Dame Professor Sims Insrucions: You may consul wih oher members of he class, bu please make sure o urn in your own work. Where applicable,

More information

Gold Rush Fever in Business Cycles

Gold Rush Fever in Business Cycles Gold Rush Fever in Business Cycles Paul Beaudry, Fabrice Collard & Franck Portier University of British Columbia & Université de Toulouse UAB Seminar Barcelona November, 29, 26 The Klondike Gold Rush of

More information

Endogenous Information Choice

Endogenous Information Choice Endogenous Information Choice Lecture 7 February 11, 2015 An optimizing trader will process those prices of most importance to his decision problem most frequently and carefully, those of less importance

More information

PANEL DISCUSSION: THE ROLE OF POTENTIAL OUTPUT IN POLICYMAKING

PANEL DISCUSSION: THE ROLE OF POTENTIAL OUTPUT IN POLICYMAKING PANEL DISCUSSION: THE ROLE OF POTENTIAL OUTPUT IN POLICYMAKING James Bullard* Federal Reserve Bank of St. Louis 33rd Annual Economic Policy Conference St. Louis, MO October 17, 2008 Views expressed are

More information

Simple New Keynesian Model without Capital

Simple New Keynesian Model without Capital Simple New Keynesian Model without Capital Lawrence J. Christiano Gerzensee, August 27 Objective Review the foundations of the basic New Keynesian model without capital. Clarify the role of money supply/demand.

More information

General Examination in Macroeconomic Theory SPRING 2013

General Examination in Macroeconomic Theory SPRING 2013 HARVARD UNIVERSITY DEPARTMENT OF ECONOMICS General Examination in Macroeconomic Theory SPRING 203 You have FOUR hours. Answer all questions Part A (Prof. Laibson): 48 minutes Part B (Prof. Aghion): 48

More information

The Basic RBC model with Dynare

The Basic RBC model with Dynare The Basic RBC model with Dynare Petros Varthalitis December 200 Abstract This paper brie y describes the basic RBC model without steady-state growth.it uses dynare software to simulate the model under

More information

A suggested solution to the problem set at the re-exam in Advanced Macroeconomics. February 15, 2016

A suggested solution to the problem set at the re-exam in Advanced Macroeconomics. February 15, 2016 Christian Groth A suggested solution to the problem set at the re-exam in Advanced Macroeconomics February 15, 216 (3-hours closed book exam) 1 As formulated in the course description, a score of 12 is

More information

Learning, Expectations, and Endogenous Business Cycles

Learning, Expectations, and Endogenous Business Cycles Learning, Expectations, and Endogenous Business Cycles I.S.E.O. Summer School June 19, 2013 Introduction A simple model Simulations Stability Monetary Policy What s next Who we are Two students writing

More information

Online Appendix for Slow Information Diffusion and the Inertial Behavior of Durable Consumption

Online Appendix for Slow Information Diffusion and the Inertial Behavior of Durable Consumption Online Appendix for Slow Information Diffusion and the Inertial Behavior of Durable Consumption Yulei Luo The University of Hong Kong Jun Nie Federal Reserve Bank of Kansas City Eric R. Young University

More information

Closed economy macro dynamics: AD-AS model and RBC model.

Closed economy macro dynamics: AD-AS model and RBC model. Closed economy macro dynamics: AD-AS model and RBC model. Ragnar Nymoen Department of Economics, UiO 22 September 2009 Lecture notes on closed economy macro dynamics AD-AS model Inflation targeting regime.

More information

Financial Factors in Economic Fluctuations. Lawrence Christiano Roberto Motto Massimo Rostagno

Financial Factors in Economic Fluctuations. Lawrence Christiano Roberto Motto Massimo Rostagno Financial Factors in Economic Fluctuations Lawrence Christiano Roberto Motto Massimo Rostagno Background Much progress made on constructing and estimating models that fit quarterly data well (Smets-Wouters,

More information

Sticky Leverage. João Gomes, Urban Jermann & Lukas Schmid Wharton School and UCLA/Duke. September 28, 2013

Sticky Leverage. João Gomes, Urban Jermann & Lukas Schmid Wharton School and UCLA/Duke. September 28, 2013 Sticky Leverage João Gomes, Urban Jermann & Lukas Schmid Wharton School and UCLA/Duke September 28, 213 Introduction Models of monetary non-neutrality have traditionally emphasized the importance of sticky

More information

Monetary Policy and Equilibrium Indeterminacy in a Cash in Advance Economy with Investment. Abstract

Monetary Policy and Equilibrium Indeterminacy in a Cash in Advance Economy with Investment. Abstract Monetary Policy and Equilibrium Indeterminacy in a Cash in Advance Economy with Investment Chong Kee Yip Department of Economics, The Chinese University of Hong Kong Ka Fai Li Department of Economics,

More information

+ τ t R t 1B t 1 + M t 1. = R t 1B t 1 + M t 1. = λ t (1 + γ f t + γ f t v t )

+ τ t R t 1B t 1 + M t 1. = R t 1B t 1 + M t 1. = λ t (1 + γ f t + γ f t v t ) Eco504, Part II Spring 2006 C. Sims FTPL WITH MONEY 1. FTPL WITH MONEY This model is that of Sims (1994). Agent: [ ] max E β t log C t {C t,m t,b t } t=0 s.t. C t (1 + γ f (v t )) + M t + B t + τ t R t

More information

MA Advanced Macroeconomics: 7. The Real Business Cycle Model

MA Advanced Macroeconomics: 7. The Real Business Cycle Model MA Advanced Macroeconomics: 7. The Real Business Cycle Model Karl Whelan School of Economics, UCD Spring 2016 Karl Whelan (UCD) Real Business Cycles Spring 2016 1 / 38 Working Through A DSGE Model We have

More information

CREDIT SEARCH AND CREDIT CYCLES

CREDIT SEARCH AND CREDIT CYCLES CREDIT SEARCH AND CREDIT CYCLES Feng Dong Pengfei Wang Yi Wen Shanghai Jiao Tong U Hong Kong U Science and Tech STL Fed & Tsinghua U May 215 The usual disclaim applies. Motivation The supply and demand

More information