1.Using all 20 stocks (four industries and five stocks in each industry), please build a
portfolio that maximizes your Sharpe ratio assuming that the monthly risk-free rate is 0.25%.
What is the weighted ESG score (out of 100) of this portfolio?
2.Please a portfolio that maximizes your Sharpe ratio while the weighted average ESG
score and the weighted average E score are at least 80.
3. Please a portfolio that maximizes your Sharpe ratio while the weighted average ESG
score and the weighted average E score are at least 82, and no stock’s weight is more than 12%.
4. Please a portfolio that maximizes your Sharpe ratio while the weighted average ESG
score is at least 82 and the weighted biodiversity score is 1 (only biodiversity protectors).
Rules:
• If you use any assumptions in your solutions, state it clearly wherever it applies.
• Please SHOW YOUR WORK to earn full credit! (For example, if you are using “Solver” in MS Excel,
please share the print screen)
• You can answer these questions by using MS Excel.
• Use of AI apps (e.g., ChatGPT) is strictly forbidden!
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 });

