1. Since many of you plan to become private developers – please list sources of equity and debt financing you could access these days to acquire a property or portfolio (assume no liquidity crunch) and capital market instruments you could utilize. Explain the pros and cons of utilizing these.
2. Does CMBS 2.0 alleviate any of the issues/problems in the CMBS business?
3. Explain the difference between a High Yield Bond, a Mezzanine piece and a B-note? Where would you rather be in the capital stack with your risk tolerance?
4. From our readings and discussions – name three actions you think could have been done differently to avoid the credit debacle and how it would have alleviated the downturn.
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 });

