This project will require you to examine the FX currency of Japan versus the U.S. Dollar over any recent consecutive five-year period as to why the exchange rate fluctuated during that period. Record the currency exchange rate over the five-year period showing the “significant” points in time such as: – The starting point for the five-year period – The high points – The low points – Any “relatively” major ups and downs in the exchange rate – The ending point for the five-year period Once you have the exchange rates for the five-year period, research to formulate an opinion as to why the exchange rate fluctuated over that period. Using your knowledge of Macroeconomics, research the economics of the country selected (such as GDP figures, supply/demand, housing, and labor, just to name a few of the economic concepts that you’ve learned about) and the events (such as political events, natural or unnatural disaster events, war events) that had an effect on the economy of the country. Do the same research for the economics of the United States during that five-year period. Write a first draft of your paper following the guidelines presented above. The introduction should include what the paper is about, the currency selected, and a table listing the currency exchange rates as of specific dates for the country selected versus the U.S. dollar. This table should have an in-text citation and a properly formatted citation on the Works Cited page so that these figures can be verified based upon the citation presented. Work, facts, figures, and any other elements that aren’t your own must be properly cited; otherwise, this is plagiarism and will warrant a grade of 1. This introduction should be one or two paragraphs at most and include the table. The main body of the paper will present your opinion as to why the currency exchange rate fluctuated over the five-year period. You must support your opinion with at least four in-text citations and also include these citations, properly formatted, on the Works Cited page. The economic analysis needs to include both sides of the currency exchange rate. There can be no exchange rate if there’s only one side (one country). Therefore, the analysis must include the selected currency and the U.S. dollar. For this analysis, you’re being asked to provide a minimum of four pages as a summary of your opinion.
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 });