Discussion 1: Financial Options and Applications in Corporate Finance
A. What are several ways to use stocks and options to create a risk-free hedged portfolio? Support your answer with examples of how the portfolios are created (i.e., what instruments are used)?
B. How are option pricing theory and related practices useful in corporate finance? What are some ways that a financial manager could use option pricing tools?
Discussion 2: The Cost of Capital
A. What are at least two (2) factors that are generally beyond a firm’s control but still affect its cost of capital? What is one real world example for each of the factors you identified?
B. * From the scenario (SEE ATTACHMENT), create a unique hypothetical weighted average cost of capital (WACC) and the required rate of return. Should the company expand or not expand; defend your position?
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 });

