ews Assignment 3: Monetary Policy
1. Describe the contents of the Beige, Green, & Blue books used during FOMC sessions.
Find & turn in a copy of the most recent data.
2. Write a few-paragraph bio of Janet Yellen, the next Chairperson of the Fed.
3. Read Ms. Yellin”s statement made last week at her confirmation hearing before the Senate:
http://www.federalreserve.gov/newsevents/testimony/yellen20131114a.htm
After her Senate testimony, the stock market rose sharply. Why?
4. What are the main goals of U.S. Monetary Policy?
5. Find & turn in a recent article about using expansionary monetary policy to ease the effects of the recession. Do you think this action will be successful? Why?
6. Choose a foreign country & find out how monetary policy is handled there. Explain the similarities & differences between their central bank & our Federal Reserve system.
7. Some are angry at recent Fed actions:
http://www.dailypaul.com/node/147123
Federal Reserve Policy Pushes the Dollar Ever Closer to Collapse
http://canadafreepress.com/index.php/article/29165
Who is most likely to dislike recent Fed policy? Why?
Last Completed Projects
| topic title | academic level | Writer | delivered |
|---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });

