57.2 F
Los Angeles
Wednesday, Apr 30, 2025

NMS Capital Group Sells Stake in Banking Unit, Saliba Stepping Down

Beverly Hills-based NMS Capital Group, a private equity, merchant banking and advisory firm, has agreed to sell all equity and rights to NMS Capital Advisors, which is made up of private investors.

The new entity, NMS Capital Advisors, has moved its headquarters to New York City, but will continue to maintain a presence in the Los Angeles area and Southern California, according to a statement from NMS Capital Group.

Terms of the transaction were not disclosed.

NMS Capital Group, which has investments in businesses across multiple asset classes ranging from real estate, financial services, technology, media, and consumer products manufacturing, was ranked 2nd on the Business Journal’s 2018 list of 100 fastest-growing private companies.

Trevor M. Saliba, the founder, chairman and CEO of NMS Capital Group and chairman of the investment bank, or NMS Capital Advisors, plans to resign as chairman of the investment bank at the end of the year.

“We have been planning for this transition for almost a year and I have the utmost confidence in the current management team, which is led by (NMS Capital Advisors Chief Executive) Mitch Avnet, to continue the growth trajectory of the firm taking it to the next level,” Saliba said.

Last month, NMS Capital Group spun off its consulting practice as NMS Consulting Inc., to form an independent, global focused management consulting, corporate advisory and strategic communications firm. The move separated the consulting services from its core private equity investment activities.

The NMS Capital Group was founded in 2006 in Florida. In 2012, NMS Capital Group made an initial investment to buy an equity stake in the NMS Capital Advisors, or investment bank, resulting in the firm changing its name, and moving its headquarters to Beverly Hills.

Finance reporter Pat Maio can be reached at pmaio@labusinessjournal.com or (323) 556-8329.

Featured Articles

Related Articles

Author ' + // image style settings '
' + 'tagDiv image style' + '' + '
' + ''; //inject our settings in the template - before
td_template_content = td_template_content.replace('
', td_our_content + '
'); //save the template jQuery('#tmpl-image-details').html(td_template_content); //modal off - click event jQuery(document).on( "click", ".td-modal-image-on", function() { if (jQuery(this).hasClass('active')) { return; } td_add_image_css_class('td-modal-image'); jQuery(".td-modal-image-off").removeClass('active'); jQuery(".td-modal-image-on").addClass('active'); }); //modal on - click event jQuery(document).on( "click", ".td-modal-image-off", function() { if (jQuery(this).hasClass('active')) { return; } td_remove_image_css_class('td-modal-image'); jQuery(".td-modal-image-off").addClass('active'); jQuery(".td-modal-image-on").removeClass('active'); }); // select change event jQuery(document).on( "change", ".td-wp-image-style", function() { switch (jQuery( ".td-wp-image-style").val()) { default: td_clear_all_classes(); //except the modal one jQuery('*[data-setting="extraClasses"]').change(); //trigger the change event for backbonejs } }); //util functions to edit the image details in wp-admin function td_add_image_css_class(new_class) { var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); jQuery('*[data-setting="extraClasses"]').val(td_extra_classes_value + ' ' + new_class); jQuery('*[data-setting="extraClasses"]').change(); //trigger the change event for backbonejs } function td_remove_image_css_class(new_class) { var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); //try first with a space before the class var td_regex = new RegExp(" " + new_class,"g"); td_extra_classes_value = td_extra_classes_value.replace(td_regex, ''); var td_regex = new RegExp(new_class,"g"); td_extra_classes_value = td_extra_classes_value.replace(td_regex, ''); jQuery('*[data-setting="extraClasses"]').val(td_extra_classes_value); jQuery('*[data-setting="extraClasses"]').change(); //trigger the change event for backbonejs } //clears all classes except the modal image one function td_clear_all_classes() { var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); if (td_extra_classes_value.indexOf('td-modal-image') > -1) { //we have the modal image one - keep it, remove the others jQuery('*[data-setting="extraClasses"]').val('td-modal-image'); } else { jQuery('*[data-setting="extraClasses"]').val(''); } } //monitor the backbone template for the current status of the picture setInterval(function(){ var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); if (typeof td_extra_classes_value !== 'undefined' && td_extra_classes_value != '') { // if we have modal on, switch the toggle if (td_extra_classes_value.indexOf('td-modal-image') > -1) { jQuery(".td-modal-image-off").removeClass('active'); jQuery(".td-modal-image-on").addClass('active'); } } }, 1000); })(); //end anon function -->