Case 4-1:
(Canadian company)
Risk:
{Time delay –payment in future}
Exchange CAD??
Assessment:
Amount: Medium
Days: 90 days High
Volatility: 30%
Response:
Accept Reduce Transfer Avoid
X forward
Strategy:
Answer the questions for each case.
– Explain: exporting or importing.
-This note for case 4-1 I have it from last class for financing and he explain a few about how to answer the case as you see on the above
-And I will upload the PowerPoint slides for you to make sure you understand.
-All the cases is Canadian company. And case 4-1 and case 4-2 are importing and case 4-3 is exporting .
-Also you can use EDC website to see the currency.
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 });

