Project description
Assessment 2:
Note: This is a group assessment. In any group maximum of 3 members are allowed. In mentioned cases provide a neat diagram to explain your answer. Make sure to label axes properly. Else points will be deducted. The maximum possible points is 40.
1.The following information is from International Business Times (April 4, 2012)
China has reacted to U.S. QE in the past by expressing dismay, primarily given the overweight U.S. dollar position in their foreign currency reserves.
(Source: http://www.ibtimes.com/exnet/chinese-reaction-fed-qe3-not-happy-797141 )
Explain the dismay of Chinese government due to quantitative easing (QE) using the FOREX market model discussed in the class. Make sure that you consider the undervalued exchange rate of China while answering the question. Provide neat diagram (s) to explain your answer. (20 points)
2.Lets assume the following information for an economy.
C=10000+0.6Y
I=2000
G=5000
X=600
M=400
All the notations are standard as discussed in the class
a.Find the size of the multiplier in this economy. (3 points)
b.Find the short run equilibrium output. (7 points)
3.The following news was issued in Bloomberg.
Thailands baht fell for a second week to reach the lowest level since 2010 and the benchmark stock index led losses in Southeast Asia on concern worsening political unrest will spur further capital outflows.
(http://www.bloomberg.com/news/2013-12-27/baht-falls-a-second-week-on-concern-protests-to-spur-outflows.html )
a.Why do you think that there is going to be capital outflow? (3 points)
b.If indeed there is going to be huge capital flight, what should be the policy taken up by Bank of Thailand to avoid a free fall of their exchange rate and how they can achieve it (explain at least one instrument)? (5+2=7 points)
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 });

