51.9 F
Los Angeles
Thursday, Jan 9, 2025

Most Influential Women in Accounting: Expectations Rise for Profit and Revenue Growth in Coming Year

Business executives maintained their generally upbeat view of prospects for the U.S. economy, and have upgraded expectations for profit and revenue growth over the next 12 months, according to the third-quarter AICPA Economic Outlook Survey, which polls chief executive officers, chief financial officers, controllers and other certified public accountants in U.S. companies who hold executive and senior management accounting roles. But there is a dark cloud on the horizon: the growing scarcity of suitable job candidates.

For the first time, “availability of skilled personnel” was cited as the top challenge facing companies, up from No. 2 last quarter. Seventy- five percent of respondents said they were seeing at least some increased competition in recruitment efforts, with 21 percent reporting a significant increase. At the end of 2014, the last time this survey question was asked, only 16 percent said they were experiencing a significant increase in hiring competition.

“One out of five business executives say their company has lost out on top job candidates because of increased competition, and a majority say they’re having trouble finding the right candidate to begin with,” said Arleen R. Thomas, CPA, CGMA, managing director of Americas Market, Global Offerings & CGMA Exam, Management Accounting for the Association of International Certified Professional Accountants. “For some companies, the scarcity of skilled workers could have an impact on productivity and growth over time.”

Despite recruiting challenges, half of business executives said their companies had the right number of employees. Nearly one-in-four (24 percent) said they planned to hire immediately, the same as last quarter, while another 15 percent said they had too few employees but were hesitant to hire. Business executives who said their companies had too many employees dropped from 8 percent to 7 percent, quarter over quarter.

Sixty-four percent of business executives said they were optimistic about the 12-month prospects for the U.S. economy, the same as last quarter. Revenue and profit expectations returned to levels from the start of the year after dipping last quarter. Business executives now expect revenue growth of 4.3 percent over the next 12 months, up from 3.9 percent. Profits are expected to grow 3.5 percent, up from 3.2 percent last quarter.

The AICPA survey is a forward-looking indicator that tracks hiring and business-related expectations for the next 12 months. As a point of comparison, the U.S. Department of Labor’s August employment report, scheduled for release tomorrow, looks back on the previous month’s hiring trends.

The CPA Outlook Index—a comprehensive gauge of executive sentiment within the AICPA survey— rose two points in the third quarter to 77, just a tick below a post-recession high of 78 set in the fourth quarter of 2014. The index is a composite of nine, equally weighted survey measures set on a scale of 0 to 100, with 50 considered neutral and greater numbers signifying positive sentiment.

Other key findings of the survey:

• Sixty-six percent of business executives expressed optimism about their own companies’ prospects over the next 12 months, up two percentage points from last quarter.

• The percentage of business executives who expect their company to expand in the coming year increased from 64 percent to 65 percent, quarter over quarter, but remains below the level reported at the start of the year (67 percent).

• Besides ‘availability of skilled personnel,’ the top three concerns for business are No. 2 ‘regulatory requirements and changes’ and No. 3 ‘domestic competition.’ ‘Employee and benefit costs,’ meanwhile, dropped from the top slot last quarter to No. 5.

• Interest rate concerns fell from 22 percent last quarter to 15 percent. IT remains the strongest category for planned spending over the coming year, with an expected growth rate of 3.5 percent

The third-quarter AICPA Business and Industry Economic Outlook Survey was conducted Aug. 1-16, 2017, and included 775 qualified responses from CPAs who hold leadership positions, such as chief financial officer or controller, in their companies. The overall margin of error is less than 3 percentage points.

Information for this article was provided by AICPA. To learn more, visit aicpa.org.

Return to Index

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 -->