investors.paycom.com
Open in
urlscan Pro
2606:4700:7::a29f:810b
Public Scan
URL:
https://investors.paycom.com/events/event-details/2022/Paycom-Software-Fourth-Quarter-2021-Quarterly-Results/default.aspx
Submission: On February 07 via manual from US — Scanned from DE
Submission: On February 07 via manual from US — Scanned from DE
Form analysis
2 forms found in the DOM<form><span class="fieldset">
<p><input type="checkbox" value="check" id="chkMain" checked="checked" class="legacy-group-status optanon-status-checkbox"><label for="chkMain">Active</label></p>
</span></form>
POST default.aspx
<form action="default.aspx" method="post" id="fmForm1">
<div class="aspNetHidden">
<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="">
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="">
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="">
</div>
<script type="text/javascript">
//<![CDATA[
var theForm = document.forms['fmForm1'];
if (!theForm) {
theForm = document.fmForm1;
}
function __doPostBack(eventTarget, eventArgument) {
if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
theForm.__EVENTTARGET.value = eventTarget;
theForm.__EVENTARGUMENT.value = eventArgument;
theForm.submit();
}
}
//]]>
</script>
<script src="/WebResource.axd?d=pynGkmcFUV13He1Qd6_TZDSH1oVlXKNmZSXd3zYZ2Gq6ERm6jivSb4ijerOGYkuGRtePZg2&t=637453852754849868" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
function GetViewType() {
return '2';
}
function GetRevisionNumber() {
return '1';
}
function GetLanguageId() {
return '1';
}
function GetVersionNumber() {
return '5.66.0.1';
}
function GetPoweredBy() {
return 'q4inc';
}
function GetViewDate() {
{
return '';
}
}
function GetSignature() {
{
return '';
}
}
//]]>
</script>
<script src="/WebResource.axd?d=x2nkrMJGXkMELz33nwnakMh5buNcZ-t3T4nCU0ZQt96Kk4JDhdv7pdb3Agzis1zDln1EUlimtVH-8O9nKu6Z_e6vBso1&t=637453852754849868" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
function WebForm_OnSubmit() {
if (typeof(ValidatorOnSubmit) == "function" && ValidatorOnSubmit() == false) return false;
return true;
}
//]]>
</script>
<a id="lnkPostback" href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("lnkPostback", "", true, "", "", false, true))" style="display: none"></a>
<div class="LayoutDefault LayoutHomePage">
<div class="LayoutDefaultInner">
<div class="HeaderContainer">
<div class="PaneHeader" role="banner">
<div class="container clearfix"><span class="HeaderPaneDiv"><span class="HeaderPaneDiv1">
<div id="_ctrl0_ctl06_divModuleContainer" class="BlankModuleContainer">
<script src="https://q4widgets.q4web.com/preview/js/toolbar.js"></script>
<script src="//s21.q4cdn.com/281483445/files/js/superfish.js"></script>
<script>
$('.PreviewToolBar').previewToolbar();
$(function() {
var q4Mainscript = {
init: function() {
this.setAppendSection();
this.SetCheckbox();
this.setBreadcrumb();
this._onSubmit('.ModuleSearch');
this._submitOnEnter('.ModuleSearch');
this.copyright();
this.mobileMenuToggle();
this.mobileLoginToggle();
this.main_nav_navigation();
this.mobile_nav_navigation();
},
copyright: function() {
$('.copyright_year').html(new Date().getFullYear());
},
mobileLoginToggle: function() {
$('.module-login-button').on('click', function() {
$('.LayoutDefault').toggleClass("js--show");
$('.LayoutDefault').removeClass("js--mobile");
$('.module-login-mobile').slideToggle();
$('.module-meniu-nav').slideUp();
});
$('.layout-toggle').on('click', function() {
$('.LayoutDefault').toggleClass("js--mobile");
$('.LayoutDefault').removeClass("js--show");
$('.module-meniu-nav').slideToggle();
$('.module-login-mobile').slideUp();
});
},
mobileMenuToggle: function() {
// $('.layout-toggle').on('click', function() {
// $('.HeaderContainer').toggleClass("js--mobile");
// });
},
setAppendSection: function() {
$(".header-login-button").append($("div.login-dropdown"));
$(".banner-container .banner-content-container").append($(".stockquoteheader"));
},
SetCheckbox: function() {
// customize all inputs (will search for checkboxes and radio buttons)
$('.LayoutDefaultInner input[type=checkbox]').iCheck();
},
setBreadcrumb: function() { // Home link Prepend to breadcrumb.
$(".module-home-link .QuickLinkRow a").prependTo(".Breadcrumb.module-breadcrumb");
},
_onSubmit: function(selector) {
var $search = $(selector);
$search.on('click', 'input:submit', function(e) {
if (!$search.find('input:text').val().length) {
return false;
e.preventDefault();
}
});
},
_submitOnEnter: function(selector) {
$(selector).find('input[type="text"]').removeAttr('onkeypress').on('keydown', function(e) {
if (e.keyCode == 13) {
e.preventDefault();
$(this).closest(selector).find('input[type="submit"]').trigger('click');
return false;
}
});
},
main_nav_navigation: function() {
$(".nav--main .level1").superfish()
$(".nav--main .level2 a").on("mouseover focus", function() {
$(this).parent().siblings().removeClass("js--open-level3");
$(this).parent().addClass("js--open-level3");
})
},
mobile_nav_navigation: function() {
$(".module-meniu-nav nav").on('click', 'li.has-children > a', function(e) {
e.preventDefault();
var $this = $(this),
$parent = $this.closest("li"),
$open = $parent.parent().find(".js--expanded");
if (!$parent.hasClass("js--expanded")) {
$parent.addClass("js--expanded");
$parent.find("> ul").slideDown();
$open.removeClass("js--expanded");
$open.find("> ul").slideUp();
} else {
$parent.removeClass("js--expanded");
$parent.find("> ul").slideUp();
}
return false;
});
}
}
q4Mainscript.init();
$('.footer-emailalerts').find('> .ErrorContainer').appendTo('.footer-emailalerts #rowEmailAddress .MailingListCol2');
$('.module-email-subscribe').find('> .ErrorContainer').appendTo('.module-email-subscribe #rowEmailAddress .MailingListCol2');
$('.MailingListSignupContainer').captcha();
$('.ClientLogo > a').attr('href', 'http://www.paycom.com/');
});
</script>
</div>
</span><span class="HeaderPaneDiv2">
<div id="_ctrl0_ctl09_divModuleContainer" class="ModuleContent module-login-mobile">
<div class="ModuleOuterContainer">
<div class="ModuleInnerContainer">
<nav class="module-login-mobile_nav">
<li><a href="https://www.paycomonline.net/v4/cl/cl-login.php" target="_blank">Client</a></li>
<li><a href="https://www.paycomonline.net/v4/ee/ee-login.php" target="_blank">Employee</a></li>
<li><a href="https://www.paycomonline.net/v4/cl/cl-login.php?ftype=2" target="_blank">Accountant</a></li>
</nav>
</div>
</div>
</div>
</span><span class="HeaderPaneDiv3">
<div id="_ctrl0_ctl12_divModuleContainer" class="ModuleContent module-login-button">
<div class="ModuleOuterContainer">
<div class="ModuleInnerContainer">
<button type="button" tabindex="0">Login</button>
</div>
</div>
</div>
</span><span class="HeaderPaneDiv4">
<div id="_ctrl0_ctl15_divModuleContainer" class="ModuleContent module-logo-mobile">
<div class="ModuleOuterContainer">
<div class="ModuleInnerContainer">
<a href="https://www.paycom.com/"><img src="//s21.q4cdn.com/281483445/files/design/Paycom_Logo_white-small.png" alt="Paycom"></a>
</div>
</div>
</div>
</span><span class="HeaderPaneDiv5">
<div id="_ctrl0_ctl18_divModuleContainer" class="BlankModuleContainer">
<!--[if lt IE 9]>
<style>
.PaneHeader2 .innerpage-banner {
margin-top: 0;
}
.LayoutDefault input[type="submit"], .viewall-Quraters a, .ModuleViewAllLink, .Financial a,
.watch-video-module .watchvideo-content > a, ul.login-dropdown li:first-child {
behavior: url(//s21.q4cdn.com/281483445/files/js/PIE.htc);
}
.page-corporate-profile .PaneRight,
.page-corporate-profile .background-overlay {
background-repeat: no-repeat;
-ms-behavior: url("//s21.q4cdn.com/281483445/files/js/backgroundsize.min.htc");
behavior: url("//s21.q4cdn.com/281483445/files/js/backgroundsize.min.htc");
}
.module-latest-events, .module-quarterly-results, .module-annual-reports {
min-height: 320px;
}
.LayoutDefault input[type="submit"] {
position:relative;
}
.watch-video-module .watchvideo-content > a {
position: relative;
}
</style>
<![endif]-->
</div>
</span><span class="HeaderPaneDiv6">
<div id="_ctrl0_ctl21_RightBlock" class="RightColumnBlock"></div>
<div id="_ctrl0_ctl21_divModuleContainer" class="QuickLinks module-quick-links-header">
<ul id="_ctrl0_ctl21_qlList">
<li class="QuickLinkRow"><a target="_blank" href="https://www.paycom.com/careers/">Careers</a>
</li>
<li class="QuickLinkRowAlt"><a target="_self" href="https://investors.paycom.com/Corporate-Profile/default.aspx">Investors</a>
</li>
<li class="QuickLinkRow"><a target="_blank" href="https://www.paycom.com/contact-us/">Contact</a>
</li>
</ul>
</div>
</span><span class="HeaderPaneDiv8">
<div id="_ctrl0_ctl27_divModuleContainer" class="HtmlTextContainer layout-toggle">
<div class="ContentContainer">
<div class="layout-toggle_icon">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
</div>
</span><span class="HeaderPaneDiv11">
<div id="_ctrl0_ctl36_RightBlock" class="RightColumnBlock"></div>
<div id="_ctrl0_ctl36_divModuleContainer" class="login-dropdown">
<ul id="_ctrl0_ctl36_qlList" class="login-dropdown">
<li class="QuickLinkRow"><a target="_blank" href="https://www.paycomonline.net/v4/cl/cl-login.php">Client</a>
</li>
<li class="QuickLinkRowAlt"><a target="_blank" href="https://www.paycomonline.net/v4/ee/ee-login.php">Employee</a>
</li>
<li class="QuickLinkRow"><a target="_blank" href="https://www.paycomonline.net/v4/cl/cl-login.php?ftype=2">Accountant</a>
</li>
</ul>
</div>
</span></span></div>
</div>
<div class="PaneNavigation">
<div class="container clearfix"><span class="NavigationPaneDiv7">
<div id="_ctrl0_ctl24_divModuleContainer" class="ModuleContent module-logo ">
<div class="ModuleOuterContainer">
<div class="ModuleInnerContainer">
<a href="https://www.paycom.com/"><img src="//s21.q4cdn.com/281483445/files/design/Paycom_Logo_white-small.png" alt="Paycom"></a>
</div>
</div>
</div>
</span><span class="NavigationPaneDiv9">
<div id="_ctrl0_ctl30_divModuleContainer" class="HtmlTextContainer module-corporate-navigation">
<div class="ContentContainer">
<nav class="nav nav--main">
<ul class="level1 sf-js-enabled sf-arrows" style="touch-action: pan-y;">
<li><a href="https://www.paycom.com/" target="_blank">Home</a></li>
<li class="has-children">
<a href="https://www.paycom.com/our-solution/" target="_blank">Our Solution</a>
<div class="nav_dropdown-block-wrap nav_dropdown-block-wrap--solution">
<ul class="level2">
<li class="has-children js--open-level3">
<a href="https://www.paycom.com/our-solution/talent-acquisition/" target="_blank" class="sf-with-ul">
<img src="//s21.q4cdn.com/281483445/files/images/2021/hire-icon.png">
<span>Talent Acquisition</span>
<i class="q4-icon_chevron-right"></i>
</a>
<ul class="level3" style="display: none;">
<li><a href="https://www.paycom.com/our-solution/applicant-tracking/">Applicant Tracking</a></li>
<li><a href="https://www.paycom.com/our-solution/onboarding/">Onboarding</a></li>
<li><a href="https://www.paycom.com/our-solution/tax-credits/">Tax Credits</a></li>
<li><a href="https://www.paycom.com/our-solution/background-checks/">Enhanced Background Checks</a></li>
<li><a href="https://www.paycom.com/our-solution/e-verify/">E-Verify<sup>®</sup></a></li>
</ul>
</li>
<li class="has-children">
<a href="https://www.paycom.com/our-solution/time-and-labor-management/" target="_blank" class="sf-with-ul">
<img src="//s21.q4cdn.com/281483445/files/images/2021/track-icon.png">
<span>Time and Labor Management</span>
<i class="q4-icon_chevron-right"></i>
</a>
<ul class="level3" style="display: none;">
<li><a href="https://www.paycom.com/our-solution/time-and-attendance/">Time and Attendance</a></li>
<li><a href="https://www.paycom.com/our-solution/scheduling/">Scheduling</a></li>
<li><a href="https://www.paycom.com/our-solution/time-clocks-and-terminals/">Time Clocks and Terminals</a></li>
<li><a href="https://www.paycom.com/our-solution/labor-allocation/">Labor Allocation</a></li>
</ul>
</li>
<li class="has-children">
<a href="https://www.paycom.com/our-solution/payroll/" target="_blank" class="sf-with-ul">
<img src="//s21.q4cdn.com/281483445/files/images/2021/pay-icon.png">
<span>Payroll</span>
<i class="q4-icon_chevron-right"></i>
</a>
<ul class="level3" style="display: none;">
<li><a href="https://www.paycom.com/our-solution/paycom-pay/">Paycom Pay</a></li>
<li><a href="https://www.paycom.com/our-solution/gl-concierge/">GL Concierge</a></li>
<li><a href="https://www.paycom.com/our-solution/expense-management/">Expense Management</a></li>
<li><a href="https://www.paycom.com/our-solution/garnishment-administration/">Garnishment Administration</a></li>
<li><a href="https://www.paycom.com/our-solution/payroll-tax-management/">Payroll Tax Management</a></li>
<li><a href="https://www.paycom.com/our-solution/online-payroll/">Online Payroll</a></li>
</ul>
</li>
<li class="has-children">
<a href="https://www.paycom.com/our-solution/talent-management/" target="_blank" class="sf-with-ul">
<img src="//s21.q4cdn.com/281483445/files/images/2021/engage-icon.png">
<span>Talent Management</span>
<i class="q4-icon_chevron-right"></i>
</a>
<ul class="level3" style="display: none;">
<li><a href="https://www.paycom.com/our-solution/performance-management/">Performance Management</a></li>
<li><a href="https://www.paycom.com/our-solution/compensation-budgeting/">Compensation Budgeting</a></li>
<li><a href="https://www.paycom.com/our-solution/position-management/">Position Management</a></li>
<li><a href="https://www.paycom.com/our-solution/employee-self-service/">Employee Self-Service<sup>®</sup></a></li>
<li><a href="https://www.paycom.com/our-solution/paycom-learning/">Paycom Learning</a></li>
</ul>
</li>
<li class="has-children">
<a href="https://www.paycom.com/our-solution/hr-management/" target="_blank">
<img src="//s21.q4cdn.com/281483445/files/images/2021/manage-icon.png">
<span>HR Management</span>
<i class="q4-icon_chevron-right"></i>
</a>
<div class="level3">
<ul>
<li><a href="https://www.paycom.com/our-solution/direct-data-exchange/">Direct Data Exchange<sup class="trademark-symbol">™</sup></a></li>
<li><a href="https://www.paycom.com/our-solution/manager-tools/">Tools for Managers</a></li>
<li><a href="https://www.paycom.com/our-solution/documents-and-checklists/">Documents and Checklists</a></li>
<li><a href="https://www.paycom.com/our-solution/benefits-administration/">Benefits Administration</a></li>
<li><a href="https://www.paycom.com/our-solution/enhanced-aca/">Enhanced ACA</a></li>
<li><a href="https://www.paycom.com/our-solution/ask-here/">Ask Here<sup class="trademark-symbol">™</sup></a></li>
</ul>
<ul>
<li><a href="https://www.paycom.com/our-solution/report-center/">Report Center</a></li>
<li><a href="https://www.paycom.com/our-solution/personnel-action-forms/">Personnel Action Forms</a></li>
<li><a href="https://www.paycom.com/our-solution/government-and-compliance/">Government and Compliance</a></li>
<li><a href="https://www.paycom.com/our-solution/cobra-administration/">COBRA Administration</a></li>
<li><a href="https://www.paycom.com/our-solution/paycom-surveys/">Paycom Surveys</a></li>
<li><a href="https://www.paycom.com/our-solution/401k-reporting/">401(k) Reporting</a></li>
</ul>
</div>
</li>
</ul>
</div>
</li>
<li class="has-children">
<a href="https://www.paycom.com/who-we-help/" target="_blank">Who We Help</a>
<div class="nav_dropdown-block-wrap nav_dropdown-block-wrap--how">
<ul class="level2">
<li class="has-children js--open-level3">
<a href="https://www.paycom.com/who-we-help/#by-company-size" class="js--active sf-with-ul" target="_blank">
By Company Size
<i class="q4-icon_chevron-right"></i>
</a>
<ul class="level3" style="display: none;">
<li><a class="link" href="https://www.paycom.com/who-we-help/small-business/">Small Businesses</a></li>
<li><a class="link" href="https://www.paycom.com/who-we-help/medium-business/">Medium Businesses</a></li>
<li><a class="link" href="https://www.paycom.com/who-we-help/large-business/">Large Businesses</a></li>
</ul>
</li>
<li class="has-children">
<a href="https://www.paycom.com/who-we-help/#by-role" target="_blank" class="sf-with-ul">
By Role
<i class="q4-icon_chevron-right"></i>
</a>
<ul class="level3" style="display: none;">
<li><a href="https://www.paycom.com/who-we-help/ceos-and-owners/">CEOs and Owners</a></li>
<li><a href="https://www.paycom.com/who-we-help/finance-executives/">Finance Executives</a></li>
<li><a href="https://www.paycom.com/who-we-help/hr-managers/">HR Managers</a></li>
<li><a href="https://www.paycom.com/who-we-help/payroll-managers/">Payroll Managers</a></li>
<li><a href="https://www.paycom.com/who-we-help/it-decision-makers/">IT Decision Makers</a></li>
<li><a href="https://www.paycom.com/who-we-help/operations-executives/">Operations Executives</a></li>
</ul>
</li>
<li class="has-children">
<a href="https://www.paycom.com/who-we-help/#by-industry" target="_blank">
By Industry
<i class="q4-icon_chevron-right"></i>
</a>
<div class="level3">
<ul>
<li><a href="https://www.paycom.com/who-we-help/distribution/">Distribution</a></li>
<li><a href="https://www.paycom.com/who-we-help/education/">Education</a></li>
<li><a href="https://www.paycom.com/who-we-help/financial-institutions/">Financial Institutions</a></li>
<li><a href="https://www.paycom.com/who-we-help/franchises/">Franchises</a></li>
<li><a href="https://www.paycom.com/who-we-help/health-care/">Health Care</a></li>
<li><a href="https://www.paycom.com/who-we-help/hospitality/">Hospitality</a></li>
</ul>
<ul>
<li><a href="https://www.paycom.com/who-we-help/manufacturing/">Manufacturing</a></li>
<li><a href="https://www.paycom.com/who-we-help/nonprofits/">Nonprofits</a></li>
<li><a href="https://www.paycom.com/who-we-help/professional-services/">Professional Services</a></li>
<li><a href="https://www.paycom.com/who-we-help/restaurants/">Restaurants</a></li>
<li><a href="https://www.paycom.com/who-we-help/retailers/">Retailers</a></li>
<li><a href="https://www.paycom.com/who-we-help/technology/">Technology</a></li>
</ul>
</div>
</li>
</ul>
</div>
</li>
<li class="has-children"><a href="https://www.paycom.com/resources/" target="_blank">Resources</a>
<div class="nav_dropdown-block-wrap nav_dropdown-block-wrap--resources">
<ul class="level2 nav_dropdown-block nav_dropdown-block--left">
<li><a href="https://www.paycom.com/resources/blog/" target="_blank">Blog </a></li>
<li><a href="https://www.paycom.com/resources/webinars/" target="_blank">Webinars </a></li>
<li><a href="https://www.paycom.com/resources/podcasts/" target="_blank">Podcasts </a></li>
<li><a href="https://www.paycom.com/about-paycom/press-room/" target="_blank">Press Room </a></li>
<li><a href="https://www.paycom.com/our-solution/covid-19/" target="_blank">COVID-19 Resources </a></li>
<li><a href="https://www.paycom.com/resources/" target="_blank">Other Resources </a></li>
</ul>
<div class="nav_dropdown-block nav-dropdown_block--right">
<p>Not sure where to start?</p>
<p class="opacity-75">Download <em>7 Tips When Switching HR and Payroll Companies</em>, for free. </p>
<a class="opacity-75" target="_blank" href="https://www.paycom.com/resources/whitepapers/top7/">Get the guide</a>
</div>
</div>
</li>
</ul>
</nav>
</div>
</div>
</span><span class="NavigationPaneDiv10">
<div id="_ctrl0_ctl33_divModuleContainer" class="HtmlTextContainer module-header-button">
<div class="ContentContainer">
<div class="module-header-button_login">
<button type="button" class="button"><i class="q4-icon_login"></i> Login</button>
<ul class="login-nav">
<li><a href="https://www.paycomonline.net/v4/cl/cl-login.php" target="_blank">Client</a></li>
<li><a href="https://www.paycomonline.net/v4/ee/ee-login.php" target="_blank">Employee</a></li>
<li><a href="https://www.paycomonline.net/v4/cl/cl-login.php?ftype=2" target="_blank">Accountant</a></li>
</ul>
</div>
<div class="module-header-button_reguest">
<a href="https://www.paycom.com/demo/" class="button button--blue" target="_blank">Request meeting</a>
</div>
</div>
</div>
</span></div>
</div>
<div class="PaneHeader2">
<div class="container clearfix"><span class="HeaderPane2Div12">
<div id="_ctrl0_ctl39_divModuleContainer" class="ModuleContent module-meniu-nav">
<div class="ModuleOuterContainer">
<div class="ModuleInnerContainer">
<nav class="nav nav--mobile">
<ul class="level1">
<li>
<a href="https://www.paycom.com/">Home</a>
<a href="https://www.paycom.com/demo/" class="request-meeting">
Request meeting
</a>
</li>
<li class="has-children">
<a href="https://www.paycom.com/our-solution/">Our Solution </a>
<ul class="level2">
<li>
<a href="https://www.paycom.com/our-solution/">Overview</a>
</li>
<li class="has-children">
<a href="#">Talent Acquisition</a>
<ul class="level3">
<li><a href="https://www.paycom.com/our-solution/talent-acquisition/">Suite Overview</a></li>
<li><a href="https://www.paycom.com/our-solution/applicant-tracking/">Applicant Tracking</a></li>
<li><a href="https://www.paycom.com/our-solution/onboarding/">Onboarding</a></li>
<li><a href="https://www.paycom.com/our-solution/tax-credits/">Tax Credits</a></li>
<li><a href="https://www.paycom.com/our-solution/background-checks/">Enhanced Background Checks</a></li>
<li><a href="https://www.paycom.com/our-solution/e-verify/">E-Verify<sup>®</sup></a></li>
</ul>
</li>
<li class="has-children">
<a href="#">Time and Labor Management </a>
<ul class="level3">
<li><a href="https://www.paycom.com/our-solution/time-and-labor-management/">Suite Overview</a></li>
<li><a href="https://www.paycom.com/our-solution/time-and-attendance/">Time and Attendance</a></li>
<li><a href="https://www.paycom.com/our-solution/scheduling/">Scheduling</a></li>
<li><a href="https://www.paycom.com/our-solution/time-clocks-and-terminals/">Time Clocks and Terminals</a></li>
<li><a href="https://www.paycom.com/our-solution/labor-allocation/">Labor Allocation</a></li>
</ul>
</li>
<li class="has-children">
<a href="#">Payroll</a>
<ul class="level3">
<li><a href="https://www.paycom.com/our-solution/payroll/">Suite Overview</a></li>
<li><a href="https://www.paycom.com/our-solution/paycom-pay/">Paycom Pay</a></li>
<li><a href="https://www.paycom.com/our-solution/gl-concierge/">GL Concierge</a></li>
<li><a href="https://www.paycom.com/our-solution/expense-management/">Expense Management</a></li>
<li><a href="https://www.paycom.com/our-solution/garnishment-administration/">Garnishment Administration</a></li>
<li><a href="https://www.paycom.com/our-solution/payroll-tax-management/">Payroll Tax Management</a></li>
<li><a href="https://www.paycom.com/our-solution/online-payroll/">Online Payroll</a></li>
</ul>
</li>
<li class="has-children">
<a href="#">Talent Management</a>
<ul class="level3">
<li><a href="https://www.paycom.com/our-solution/talent-management/">Suite Overview</a></li>
<li><a href="https://www.paycom.com/our-solution/performance-management/">Performance Management</a></li>
<li><a href="https://www.paycom.com/our-solution/compensation-budgeting/">Compensation Budgeting</a></li>
<li><a href="https://www.paycom.com/our-solution/position-management/">Position Management</a></li>
<li><a href="https://www.paycom.com/our-solution/employee-self-service/">Employee Self-Service<sup>®</sup></a></li>
<li><a href="https://www.paycom.com/our-solution/paycom-learning/">Paycom Learning</a></li>
</ul>
</li>
<li class="has-children">
<a href="#">HR Management </a>
<ul class="level3">
<li><a href="https://www.paycom.com/our-solution/hr-management/">Suite Overview</a></li>
<li><a href="https://www.paycom.com/our-solution/direct-data-exchange/">Direct Data Exchange<sup>™</sup></a></li>
<li><a href="https://www.paycom.com/our-solution/manager-tools/">Tools for Managers</a></li>
<li><a href="https://www.paycom.com/our-solution/documents-and-checklists/">Documents and Checklists</a></li>
<li><a href="https://www.paycom.com/our-solution/benefits-administration/">Benefits Administration</a></li>
<li><a href="https://www.paycom.com/our-solution/enhanced-aca/">Enhanced ACA</a></li>
<li><a href="https://www.paycom.com/our-solution/ask-here/">Ask Here<sup>™</sup></a></li>
<li><a href="https://www.paycom.com/our-solution/report-center/">Report Center</a></li>
<li><a href="https://www.paycom.com/our-solution/personnel-action-forms/">Personnel Action Forms</a></li>
<li><a href="https://www.paycom.com/our-solution/government-and-compliance/">Government and Compliance</a></li>
<li><a href="https://www.paycom.com/our-solution/cobra-administration/">COBRA Administration</a></li>
<li><a href="https://www.paycom.com/our-solution/paycom-surveys/">Paycom Surveys</a></li>
<li><a href="https://www.paycom.com/our-solution/401k-reporting/">401(k) Reporting</a></li>
</ul>
</li>
</ul>
</li>
<li class="has-children">
<a href="https://www.paycom.com/who-we-help/">Who We Help </a>
<ul class="level2">
<li>
<a href="https://www.paycom.com/who-we-help/">Overview</a>
</li>
<li class="has-children">
<a href="#">By Company Size</a>
<ul class="level3">
<li><a href="https://www.paycom.com/who-we-help/small-business/">Small Businesses</a></li>
<li><a href="https://www.paycom.com/who-we-help/medium-business/">Medium Businesses</a></li>
<li><a href="https://www.paycom.com/who-we-help/large-business/">Large Businesses</a></li>
</ul>
</li>
<li class="has-children">
<a href="#">By Role</a>
<ul class="level3">
<li><a href="https://www.paycom.com/who-we-help/ceos-and-owners/">CEOs and Owners</a></li>
<li><a href="https://www.paycom.com/who-we-help/finance-executives/">Finance Executives</a></li>
<li><a href="https://www.paycom.com/who-we-help/hr-managers/">HR Managers</a></li>
<li><a href="https://www.paycom.com/who-we-help/payroll-managers/">Payroll Managers</a></li>
<li><a href="https://www.paycom.com/who-we-help/it-decision-makers/">IT Decision Makers</a></li>
<li><a href="https://www.paycom.com/who-we-help/operations-executives/">Operations Executives</a></li>
</ul>
</li>
<li class="has-children">
<a href="#">By Industry</a>
<ul class="level3">
<li><a href="https://www.paycom.com/who-we-help/distribution/">Distribution</a></li>
<li><a href="https://www.paycom.com/who-we-help/education/">Education</a></li>
<li><a href="https://www.paycom.com/who-we-help/financial-institutions/">Financial Institutions</a></li>
<li><a href="https://www.paycom.com/who-we-help/franchises/">Franchises</a></li>
<li><a href="https://www.paycom.com/who-we-help/health-care/">Health Care</a></li>
<li><a href="https://www.paycom.com/who-we-help/hospitality/">Hospitality</a></li>
<li><a href="https://www.paycom.com/who-we-help/manufacturing/">Manufacturing</a></li>
<li><a href="https://www.paycom.com/who-we-help/nonprofits/">Nonprofits</a></li>
<li><a href="https://www.paycom.com/who-we-help/professional-services/">Professional Services</a></li>
<li><a href="https://www.paycom.com/who-we-help/restaurants/">Restaurants</a></li>
<li><a href="https://www.paycom.com/who-we-help/retailers/">Retailers</a></li>
<li><a href="https://www.paycom.com/who-we-help/technology/">Technology</a></li>
</ul>
</li>
</ul>
</li>
<li class="has-children">
<a href="https://www.paycom.com/resources/">Resources </a>
<ul class="level2">
<li><a accesskey="" href="https://www.paycom.com/resources/blog/">Blog</a></li>
<li><a href="https://www.paycom.com/resources/webinars/">Webinars</a></li>
<li><a href="https://www.paycom.com/resources/podcasts/">Podcasts</a></li>
<li><a href="https://www.paycom.com/about-paycom/press-room/">Press Room</a></li>
<li><a href="https://www.paycom.com/our-solution/covid-19/">COVID-19 Resources</a></li>
<li><a href="https://www.paycom.com/resources/">Other Resources</a></li>
</ul>
</li>
<li>
<a href="https://www.paycom.com/about-paycom/">About</a>
</li>
<li class="has-children">
<a href="https://www.paycom.com/careers/">Careers </a>
<ul class="level2">
<li><a href="https://www.paycom.com/careers/">Overview</a></li>
<li><a href="https://www.paycom.com/careers/benefits-and-culture/">Benefits and Culture</a></li>
<li><a href="https://www.paycom.com/careers/job-categories/">Job Categories</a></li>
<li><a href="https://www.paycom.com/careers/employee-stories/">Employee Stories</a></li>
<li><a target="_blank" rel="nofollow" href="https://paycomcareers.com/blog/">Blog</a></li>
<li><a target="_blank" rel="nofollow" href="https://pc00.paycomonline.com/v4/ats/web.php/jobs?clientkey=A38173AIE92874820ALRE20847CDE927PIW76526">Apply Now</a></li>
</ul>
</li>
<li>
<a target="_blank" rel="nofollow" href="http://investors.paycom.com/CorporateProfile.aspx?iid=4432560">Investors</a>
</li>
<li>
<a href="https://www.paycom.com/contact-us/">Contact</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
</span><span class="HeaderPane2Div13">
<div id="_ctrl0_ctl42_divModuleContainer" class="HtmlTextContainer innerpage-banner-img">
<div class="ContentContainer">
<img src="//s21.q4cdn.com/281483445/files/images/banner/faq-page-banner.jpg">
</div>
</div>
</span><span class="HeaderPane2Div16">
<div role="navigation" aria-label="Primary">
<nav class="secondary-navigation">
<div class="seleted-menu"><span class="events-icon secondarymenu-icon">Events</span><span class="q4i-block-downchevron icon"></span></div>
<ul class="level1">
<li><a href="https://investors.paycom.com/Corporate-Profile/default.aspx"><span class="corporateprofile-icon">Corporate Profile</span></a></li>
<li class="has-children"><a href="https://investors.paycom.com/Corporate-Governance/Management/default.aspx"><span class="q4i-block-downchevron icon"></span><span class="governance-icon">Corporate Governance</span></a>
<ul class="level2">
<li><a href="https://investors.paycom.com/Corporate-Governance/Management/default.aspx">Management</a></li>
<li><a href="https://investors.paycom.com/Corporate-Governance/Board-of-Directors/default.aspx">Board of Directors</a></li>
<li><a href="https://investors.paycom.com/Corporate-Governance/Governance-Documents/default.aspx">Governance Documents</a></li>
<li><a href="https://investors.paycom.com/Corporate-Governance/Committee-Composition/default.aspx">Committee Composition</a></li>
<li><a href="https://www.paycom.com/media/resources-content/Corporate_Social_Responsibility_Report.pdf">Corporate Social Responsibility Report</a></li>
</ul>
</li>
<li><a href="https://investors.paycom.com/stock-information/default.aspx"><span class="stock-icon">Stock Information</span></a></li>
<li><a href="https://investors.paycom.com/press-releases/default.aspx"><span class="news-icon">News</span></a></li>
<li class="selected"><a href="https://investors.paycom.com/events/default.aspx"><span class="events-icon">Events</span></a></li>
<li><a href="https://investors.paycom.com/sec-filings/default.aspx"><span class="secfiling-icon">SEC Filings</span></a></li>
<li><a href="https://investors.paycom.com/analyst-coverage/default.aspx"><span class="analystcoverage-icon">Analyst Coverage</span></a></li>
<li><a href="https://investors.paycom.com/email-alerts/default.aspx"><span class="email-icon">Email Alerts</span></a></li>
</ul>
</nav>
</div>
</span></div>
</div>
</div>
<div class="PaneContentInner">
<main id="maincontent">
<div class="PaneBreadcrumb">
<div class="container clearfix"></div>
</div>
<div class="PaneLeft">
<div class="container clearfix"><span class="LeftPaneDiv"><span class="LeftPaneDiv17">
<div id="_ctrl0_ctl48_divModuleContainer" class="BlankModuleContainer">
<div class="pageshare">
<span class="st_email" displaytext="Email" st_processed="yes"><span style="text-decoration:none;color:#000000;display:inline-block;cursor:pointer;" class="stButton"><span class="chicklets email">Email</span></span></span>
<span onclick="window.print()" class="print-page"> </span>
<span class="rss-link"><a href="/rss-feeds"></a></span>
</div>
<script type="text/javascript">
var switchTo5x = true;
</script>
<script type="text/javascript" src="https://ws.sharethis.com/button/buttons.js"></script>
<script type="text/javascript">
stLight.options({
publisher: "6b141554-dc77-4911-82ac-1020b6a5cf87",
doNotHash: true,
doNotCopy: true,
hashAddressBar: false,
onhover: false
});
</script>
</div>
</span><span class="LeftPaneDiv18">
<div id="_ctrl0_ctl51_RightBlock" class="RightColumnBlock"></div>
<div id="_ctrl0_ctl51_divModuleContainer" class="module-home-link">
<ul id="_ctrl0_ctl51_qlList" class="module-home-link">
<li class="QuickLinkRow">
</li>
</ul>
</div>
</span><span class="LeftPaneDiv19">
<div id="_ctrl0_ctl54_divModuleContainer" class="Breadcrumb module-breadcrumb">
<a target="_self" href="https://investors.paycom.com/Corporate-Profile/default.aspx">Home</a><a href="https://investors.paycom.com/Home/default.aspx" id="_ctrl0_ctl54_hrefHome" class="BreadcrumbHomeLink">Home</a><span
class="BreadcrumbSeparator">»</span><a href="https://investors.paycom.com/events/default.aspx">Events</a><span class="BreadcrumbSeparator">»</span>Event Details <div class="ClearFix"></div>
</div>
</span></span></div>
</div>
<div class="PaneRight">
<div class="background-overlay">
<div class="container clearfix"><span class="RightPaneDiv"></span></div>
</div>
</div>
<div class="PaneContent">
<div class="container clearfix"><span class="ContentPaneDiv"><span class="ContentPaneDiv1">
<div id="_ctrl0_ctl84_divModuleContainer" class="ModuleContainer ModuleDetailsContainer ModuleEventDetails module-event-details">
<h1 id="_ctrl0_ctl84_hEventHeadline" class="ModuleTitle ModuleDetailHeadline">Paycom Software Fourth Quarter and Full Year 2021 Results</h1>
<div class="ModuleContainerInner">
<div class="ModuleDateContainer">
<span id="_ctrl0_ctl84_lblDate" class="ModuleDate">February 8, 2022</span>
<span id="_ctrl0_ctl84_lblTime" class="ModuleTime">05:00 PM ET</span>
</div>
<label id="_ctrl0_ctl84_lblLocation" class="ModuleLocation"></label>
<div id="_ctrl0_ctl84_divBody" class="ModuleBody"></div>
<div class="WebcastLink">
<a href="https://events.q4inc.com/attendee/670715976" id="_ctrl0_ctl84_hrefWebcast" target="_blank" class="ModuleFileLink">View the live Webcast</a>
</div>
<div id="_ctrl0_ctl84_pnliCalUi" class="AddToCalendar">
<div class="q4-atc-wrapper"><button class="q4-atc-button">Add to Calendar</button>
<div class="q4-atc-outer" style="display: none;">
<div class="q4-atc-inner">
<div class="q4-atc-inner-details">
<div class="q4-atc-title">Select your Calendar</div>
<ul class="calendarList q4-atc-links">
<li class="apple">
<a href="/DownloadICal.aspx?id=913&platform=iCal" id="_ctrl0_ctl84_hrefAppleCalendarDownload" target="_blank" class="iCalDownloadLink">
<span id="_ctrl0_ctl84_lblAppleText" class="ModuleDownloadText visuallyhidden">Add to Apple Calendar</span>
</a>
</li>
<li class="google">
<a href="/DownloadICal.aspx?id=913&platform=GoogleCalendar" id="_ctrl0_ctl84_hrefGoogleDownload" target="_blank" class="iCalDownloadLink">
<span id="_ctrl0_ctl84_lblGoogleText" class="ModuleDownloadText visuallyhidden">Add to Google Calendar</span>
</a>
</li>
<li class="outlook">
<a href="/DownloadICal.aspx?id=913&platform=iCal" id="_ctrl0_ctl84_hrefOutlookDownload" target="_blank" class="iCalDownloadLink">
<span id="_ctrl0_ctl84_lblOutlookText" class="ModuleDownloadText visuallyhidden">Add to Microsoft Outlook</span>
</a>
</li>
<li class="ics">
<a href="/DownloadICal.aspx?id=913&platform=iCal" id="_ctrl0_ctl84_hrefiCalDownload" target="_blank" class="iCalDownloadLink">
<span id="_ctrl0_ctl84_lbliCalText" class="ModuleDownloadText visuallyhidden">Add to iCalendar</span>
</a>
</li>
</ul>
</div>
<div class="q4-atc-tooltip" style="display: none;"><span class="q4-atc-tooltip-text"></span></div>
</div>
</div>
</div>
</div>
<div class="RelatedDocuments">
</div>
</div>
</div>
</span><span class="ContentPaneDiv3">
<div id="_ctrl0_ctl90_divModuleContainer" class="BlankModuleContainer moduleBacktoPrev">
<a href="javascript:history.back();">Back to Previous page</a>
</div>
</span></span></div>
</div>
<div class="MiddlePane">
<div class="container clearfix"></div>
</div>
</main>
</div>
<div class="FooterContainer">
<div class="PaneFooter" role="contentinfo">
<div class="container clearfix"><span class="FooterPaneDiv"><span class="FooterPaneDiv20">
<div id="_ctrl0_ctl57_RightBlock" class="RightColumnBlock"></div>
<div id="_ctrl0_ctl57_divModuleContainer" class="footer-quicklinks">
<h1 id="_ctrl0_ctl57_lblTitle"><span id="_ctrl0_ctl57_lblModuleTitle" class="ModuleTitle">Quick Links</span></h1>
<ul id="_ctrl0_ctl57_qlList" class="footer-quicklinks">
<li class="QuickLinkRow"><a target="_self" href="https://investors.paycom.com/events/default.aspx">Events</a>
</li>
<li class="QuickLinkRowAlt"><a target="_self" href="https://investors.paycom.com/sec-filings/default.aspx">SEC Filings</a>
</li>
<li class="QuickLinkRow"><a target="_self" href="https://investors.paycom.com/stock-information/default.aspx">Stock Info</a>
</li>
<li class="QuickLinkRowAlt"><a target="_self" href="https://investors.paycom.com/press-releases/default.aspx">News</a>
</li>
<li class="QuickLinkRow"><a target="_self" href="https://investors.paycom.com/FAQ/default.aspx">FAQs</a>
</li>
<li class="QuickLinkRowAlt"><a target="_self" href="https://investors.paycom.com/email-alerts/default.aspx">Email Signup</a>
</li>
</ul>
</div>
</span><span class="FooterPaneDiv21">
<div id="_ctrl0_ctl60_divModuleContainer" class="HtmlTextContainer footer-contact">
<h1 id="_ctrl0_ctl60_lblTitle">
<span id="_ctrl0_ctl60_lblModuleTitle" class="ModuleTitle">IR Contact</span>
</h1>
<div class="ContentContainer">
<p>James Samford, <br> Head of Investor Relations</p>
<span class="phone-icon"><a href="tel:8556031620">(855) 603-1620</a></span><span
class="main-icon"><a class="mail" href="mailto:investors@paycomonline.com">Send Email<img src="//s21.q4cdn.com/281483445/files/icons/footer-links-arrow.png"></a></span>
</div>
</div>
</span><span class="FooterPaneDiv22">
<div class="EditSubscriberContainer MailingListSignupContainer" role="form">
<script language="javascript">
function enableValidators1() {
// enable all validators
for (var i = 0; i < Page_Validators.length; i++) {
if (Page_Validators[i].id.indexOf('EmailValidator1') >= 0) {
ValidatorEnable(Page_Validators[i], true);
} else {
ValidatorEnable(Page_Validators[i], false);
}
}
}
</script>
<div id="_ctrl0_ctl63_divModuleContainer" class="MailingListForm footer-emailalerts">
<h1 id="_ctrl0_ctl63_lblTitle"><span id="_ctrl0_ctl63_lblModuleTitle" class="ModuleTitle">Email Alerts</span><span id="_ctrl0_ctl63_lblHelpPage"></span></h1>
<table cellpadding="0" cellspacing="0" border="0" class="MailingListTable">
<tbody>
<tr>
<td colspan="2" class="IntroTextColumn"><span id="_ctrl0_ctl63_lblIntroText" class="IntroText"></span></td>
</tr>
<tr id="rowEmailAddress">
<td>
<div class="MailingListCol1"><span id="_ctrl0_ctl63_lblEmailAddressText">Email address</span></div>
<div class="MailingListCol2">
<input name="_ctrl0$ctl63$txtEmail" type="text" id="_ctrl0_ctl63_txtEmail" placeholder="Your Email Address">
<span id="_ctrl0_ctl63_lblRequiredEmailAddress" class="RequiredField">*</span>
<span id="_ctrl0_ctl63_regexEmailValidator1" style="display:none;"></span>
<span id="_ctrl0_ctl63_reqvalEmailValidator1" style="display:none;"></span>
<div id="_ctrl0_ctl63_validationsummary" class="ErrorContainer" style="display:none;">
</div>
</div>
</td>
</tr>
</tbody>
</table>
<table id="_ctrl0_ctl63_tableMailingLists" cellpadding="0" cellspacing="0" border="0" width="100%" class="MailingListListTable">
<tbody>
<tr id="_ctrl0_ctl63_rowMailingListLabel">
<td colspan="2">
<span id="_ctrl0_ctl63_lblMailingListsText" class="MailingListsHeading">Mailing Lists</span>
<span id="_ctrl0_ctl63_lblRequiredMailingLists" class="RequiredField">*</span>
</td>
</tr>
<tr id="_ctrl0_ctl63_rowMailingLists">
<td colspan="2">
<table id="_ctrl0_ctl63_chkLists">
<tbody>
<tr>
<td>
<div class="icheckbox" style="position: relative;"><input id="_ctrl0_ctl63_chkLists_0" type="checkbox" name="_ctrl0$ctl63$chkLists$0" value="31" style="position: absolute; opacity: 0;"><ins class="iCheck-helper"
style="position: absolute; top: 0%; left: 0%; display: block; width: 100%; height: 100%; margin: 0px; padding: 0px; background: rgb(255, 255, 255); border: 0px; opacity: 0;"></ins></div><label
for="_ctrl0_ctl63_chkLists_0">Press Release</label>
</td>
</tr>
<tr>
<td>
<div class="icheckbox" style="position: relative;"><input id="_ctrl0_ctl63_chkLists_1" type="checkbox" name="_ctrl0$ctl63$chkLists$1" value="34" style="position: absolute; opacity: 0;"><ins class="iCheck-helper"
style="position: absolute; top: 0%; left: 0%; display: block; width: 100%; height: 100%; margin: 0px; padding: 0px; background: rgb(255, 255, 255); border: 0px; opacity: 0;"></ins></div><label
for="_ctrl0_ctl63_chkLists_1">Presentation</label>
</td>
</tr>
<tr>
<td>
<div class="icheckbox" style="position: relative;"><input id="_ctrl0_ctl63_chkLists_2" type="checkbox" name="_ctrl0$ctl63$chkLists$2" value="35" style="position: absolute; opacity: 0;"><ins class="iCheck-helper"
style="position: absolute; top: 0%; left: 0%; display: block; width: 100%; height: 100%; margin: 0px; padding: 0px; background: rgb(255, 255, 255); border: 0px; opacity: 0;"></ins></div><label
for="_ctrl0_ctl63_chkLists_2">Event</label>
</td>
</tr>
<tr>
<td>
<div class="icheckbox" style="position: relative;"><input id="_ctrl0_ctl63_chkLists_3" type="checkbox" name="_ctrl0$ctl63$chkLists$3" value="36" style="position: absolute; opacity: 0;"><ins class="iCheck-helper"
style="position: absolute; top: 0%; left: 0%; display: block; width: 100%; height: 100%; margin: 0px; padding: 0px; background: rgb(255, 255, 255); border: 0px; opacity: 0;"></ins></div><label
for="_ctrl0_ctl63_chkLists_3">End of Day Stock Quote</label>
</td>
</tr>
<tr>
<td>
<div class="icheckbox" style="position: relative;"><input id="_ctrl0_ctl63_chkLists_4" type="checkbox" name="_ctrl0$ctl63$chkLists$4" value="37" style="position: absolute; opacity: 0;"><ins class="iCheck-helper"
style="position: absolute; top: 0%; left: 0%; display: block; width: 100%; height: 100%; margin: 0px; padding: 0px; background: rgb(255, 255, 255); border: 0px; opacity: 0;"></ins></div><label
for="_ctrl0_ctl63_chkLists_4">SEC Filings & Insider Trading Documents</label>
</td>
</tr>
<tr>
<td>
<div class="icheckbox" style="position: relative;"><input id="_ctrl0_ctl63_chkLists_5" type="checkbox" name="_ctrl0$ctl63$chkLists$5" value="38" style="position: absolute; opacity: 0;"><ins class="iCheck-helper"
style="position: absolute; top: 0%; left: 0%; display: block; width: 100%; height: 100%; margin: 0px; padding: 0px; background: rgb(255, 255, 255); border: 0px; opacity: 0;"></ins></div><label
for="_ctrl0_ctl63_chkLists_5">Excluding Insider Trading</label>
</td>
</tr>
<tr>
<td>
<div class="icheckbox" style="position: relative;"><input id="_ctrl0_ctl63_chkLists_6" type="checkbox" name="_ctrl0$ctl63$chkLists$6" value="39" style="position: absolute; opacity: 0;"><ins class="iCheck-helper"
style="position: absolute; top: 0%; left: 0%; display: block; width: 100%; height: 100%; margin: 0px; padding: 0px; background: rgb(255, 255, 255); border: 0px; opacity: 0;"></ins></div><label
for="_ctrl0_ctl63_chkLists_6">Only New Insider Trading Documents</label>
</td>
</tr>
</tbody>
</table>
<span id="_ctrl0_ctl63_cusvalMailingListsValidator" style="display:none;"></span>
</td>
</tr>
</tbody>
</table>
<br class="NoBr">
<div id="_ctrl0_ctl63_UCCaptcha_divModuleContainer" class="CaptchaContainer">
<div class="ErrorContainer"></div>
<table id="_ctrl0_ctl63_UCCaptcha_Table1">
<tbody>
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td colspan="2"><img src="https://investors.paycom.com/q4api/v4/captcha?clientId=_ctrl0_ctl63_UCCaptcha" id="_ctrl0_ctl63_UCCaptcha_Image1" alt="Captcha"></td>
</tr>
<tr>
<td colspan="2"><b>Enter the code shown above.</b></td>
</tr>
<tr>
<td colspan="2">
<input name="_ctrl0$ctl63$UCCaptcha$txtCode" type="text" id="_ctrl0_ctl63_UCCaptcha_txtCode" aria-label="Captcha Text"><span id="_ctrl0_ctl63_UCCaptcha_RequiredFieldValidator1" style="display:none;">*</span>
</td>
</tr>
</tbody>
</table>
<input type="submit" name="_ctrl0$ctl63$btnSubmit" value="Submit"
onclick="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("_ctrl0$ctl63$btnSubmit", "", true, "a1100abf-93c0-45f9-baf8-994a065bd9a5", "", false, false))"
id="_ctrl0_ctl63_btnSubmit" class="Button ActionButton">
</div>
<br class="NoBr">
<div class="GridActions">
<input type="submit" name="_ctrl0$ctl63$btnSubmit" value="Submit" class="Button ActionButton">
</div>
</div>
<div id="_ctrl0_ctl63_divEditSubscriberConfirmation" class="EditSubscriberConfirmation" style="DISPLAY:none;"></div>
</div>
<div id="_ctrl0_ctl63_div1" class="EditSubscriberConfirmation"></div>
</span><span class="FooterPaneDiv23">
<div id="_ctrl0_ctl66_divModuleContainer" class="HtmlTextContainer footer-brand_container">
<div class="ContentContainer">
<div><a href="http://www.inc.com/build100/index.html" target="_blank"><img src="//s21.q4cdn.com/281483445/files/design/footer-logos/footer-logo-1.jpg"></a></div>
<div><a href="http://www.inc.com/profile/paycom" target="_blank"><img src="//s21.q4cdn.com/281483445/files/design/footer-logos/footer-logo-hirepowerawards.jpg"></a></div>
<div><a href="http://newsok.com/business/top-workplaces" target="_blank"><img src="//s21.q4cdn.com/281483445/files/design/footer-logos/footer-logo-top-work-places.jpg"></a></div>
<div><a href="https://www.glassdoor.co.in/Reviews/Paycom-Reviews-E136736.htm" target="_blank"><img src="//s21.q4cdn.com/281483445/files/design/footer-logos/footer-logo-best-placeto-work.jpg"></a></div>
<div><a href="http://www.leadershipexcellenceanddevelopment.com/content/lead2015-award-winners" target="_blank"><img src="//s21.q4cdn.com/281483445/files/design/footer-logos/footer-logo-leadership.jpg"></a></div>
<div><a href="http://paycomonline.com/PDF/ISO-27001.pdf" target="_blank"><img src="//s21.q4cdn.com/281483445/files/design/footer-logos/footer-logo-informationservices.jpg"></a></div>
<div><a href="http://paycomonline.com/PDF/ISO-9001.pdf" target="_blank"><img src="//s21.q4cdn.com/281483445/files/design/footer-logos/footer-logo-quality-management.jpg"></a></div>
</div>
</div>
</span><span class="FooterPaneDiv2">
<div id="_ctrl0_ctl87_divModuleContainer" class="BlankModuleContainer custom_add-cal">
<!-- <script src="https://widgets.q4app.com/widgets/q4.addtocal.1.0.4.min.js"></script> -->
<script src="//s21.q4cdn.com/281483445/files/js/q4-addto-calendar/new-jquery-q4-addto-calendar.js"></script>
<script>
$('.ModuleEventDetails').q4AddToCalendar({
tooltip: true
});
$(function() {
var q4EventScript = {
init: function() {
this.checkPast();
},
checkPast: function() {
if (new Date($('.module-event-details .ModuleDate').text()) < new Date()) {
$('.module-event-details').addClass('past');
}
}
}
q4EventScript.init();
});
</script>
</div>
</span></span></div>
</div>
<div class="PaneFooter2">
<div class="container clearfix"><span class="FooterPane2Div24">
<div id="_ctrl0_ctl69_divModuleContainer" class="ModuleContent module-footer-container">
<div class="ModuleOuterContainer">
<div class="ModuleInnerContainer">
<div class="clearfix">
<div class="footer-logo">
<a href="https://www.paycom.com/"><img src="//s21.q4cdn.com/281483445/files/images/footer/Paycom_Logo_white.png" alt="Paycom"></a>
</div>
<div class="footer-navigation-container">
<nav class="footer-navigation">
<ul class="level1">
<li class="has-children grid-col-1-of-3">
<a href="https://www.paycom.com/our-solution/">Our Solution</a>
<ul class="level2">
<li><a href="https://www.paycom.com/our-solution/talent-acquisition/">Talent Acquisition</a></li>
<li><a href="https://www.paycom.com/our-solution/time-and-labor-management/">Time and Labor Management</a></li>
<li><a href="https://www.paycom.com/our-solution/payroll/">Payroll</a></li>
<li><a href="https://www.paycom.com/our-solution/talent-management/">Talent Management</a></li>
<li><a href="https://www.paycom.com/our-solution/hr-management/">HR Management</a></li>
</ul>
</li>
<li class="has-children grid-col-1-of-3">
<a href="https://www.paycom.com/about-paycom/">About Paycom</a>
<ul class="level2">
<li><a target="_blank" rel="nofollow" href="https://www.paycom.com/careers/">Careers</a></li>
<li><a href="https://www.paycom.com/contact-us/">Locations</a></li>
<li><a target="_blank" rel="nofollow" href="http://investors.paycom.com/">Investors</a></li>
<li><a target="_blank" href="https://www.paycom.com/about-paycom/press-room/">Press Room</a></li>
<li><a href="https://www.paycom.com/contact-us/">Contact Us</a></li>
</ul>
</li>
<li class="has-children grid-col-1-of-3">
<a target="_blank" href="https://www.paycom.com/resources/blog/">Blog</a>
<ul class="level2">
<li><a target="_blank" href="https://www.paycom.com/resources/blog/category.php?cat=53">Employee Engagement</a></li>
<li><a target="_blank" href="https://www.paycom.com/resources/blog/category.php?cat=60">Fair Labor Standards Act</a></li>
<li><a target="_blank" href="https://www.paycom.com/resources/blog/category.php?cat=10">ACA</a></li>
<li><a target="_blank" href="https://www.paycom.com/resources/blog/category.php?cat=9">Talent Management</a></li>
<li><a target="_blank" href="https://www.paycom.com/resources/blog/category.php?cat=32">Leadership</a></li>
</ul>
</li>
<li class="footer-navigation_mobile"><a href="https://careers.paycom.com/">Careers</a></li>
<li class="footer-navigation_mobile"><a href="https://www.paycom.com/contact-us/">Contact</a></li>
</ul>
</nav>
</div>
<div class="footer-links">
<div class="footer-links_social">
<h5>Follow Us</h5>
<li>
<a href="https://www.linkedin.com/company/paycom" target="_blank">
<i class="q4-icon_linkedin-square"></i>
<span class="sr-only">LinkedIn (opens in new window)</span>
</a>
</li>
<li>
<a href="https://twitter.com/Paycom" target="_blank">
<i class="q4-icon_twitter"></i>
<span class="sr-only">Twitter (opens in new window)</span>
</a>
</li>
<li>
<a href="https://www.facebook.com/Paycom" target="_blank">
<i class="q4-icon_facebook"></i>
<span class="sr-only">Facebook (opens in new window)</span>
</a>
</li>
<li>
<a href="https://www.linkedin.com/company/paycom" target="_blank">
<i class="q4-icon_instagram"></i>
<span class="sr-only">Instagram (opens in new window)</span>
</a>
</li>
<li>
<a href="https://www.youtube.com/user/paycompayrollservice" target="_blank">
<i class="q4-icon_youtube"></i>
<span class="sr-only">Youtube (opens in new window)</span>
</a>
</li>
</div>
<div class="footer-link_app">
<a href="https://itunes.apple.com/us/app/paycom/id1207929487?ls=1&mt=8" target="_blank" title="get the Paycom iOS app"><img src="//s21.q4cdn.com/281483445/files/images/footer/logo-app_store.png"></a>
<a href="https://play.google.com/store/apps/details?id=com.paycom.mobile.ess&hl=en" target="_blank" title="get the Paycom Android app"><img src="//s21.q4cdn.com/281483445/files/images/footer/logo-play_store.png"></a>
</div>
</div>
</div>
</div>
</div>
</div>
</span><span class="FooterPane2Div28">
<div id="_ctrl0_ctl81_divModuleContainer" class="BlankModuleContainer">
<script type="text/javascript">
$(function() {
var q4Navigationscript = {
init: function() {
this.NavigationToggle();
this.Secondarydropdown();
this.setSearchToggle();
},
checkPosition: function() {
if ($(window).width() > 809) {
$(".main-navigation, .secondary-navigation ul.level1").removeAttr("style");
$(".tablet-nav-link").removeClass("menu-open");
}
//mobile mode
if ($(window).width() < 750) {
//Search section setup for respnosive
$(".main-navigation .mobile-search").append($(".PaneHeader .searchbox .ModuleContainerInnerTop"));
$(".mobile-search .SearchInput").removeAttr("style");
$(".main-navigation .loginbox").append($(".PaneHeader .login-container .header-login-button"));
$(".main-navigation .header-quicklinks").append($(".PaneHeader ul.headerlinks"));
} else {
//Search section setup for respnosive
$(".PaneHeader .searchbox").append($(".main-navigation .mobile-search .ModuleContainerInnerTop"));
$(".PaneHeader .login-container .ContentContainer").append($(".main-navigation .loginbox .header-login-button"));
$(".PaneHeader div.headerlinks").append($(".main-navigation .header-quicklinks ul.headerlinks"));
}
},
NavigationToggle: function() {
$(".tablet-nav-link").click(function() {
$(this).toggleClass("menu-open");
$(".main-navigation").slideToggle("fast");
});
$('.main-navigation').on('click', '.q4i-block-downchevron, .header-login-button span', function(event) {
event.preventDefault();
event.stopPropagation();
var $parent = $(this).closest('li');
$parent.siblings().removeClass('open');
$parent.find('.has-children').removeClass('open');
$parent.toggleClass('open');
});
},
Secondarydropdown: function() {
$(".secondary-navigation .level1 > li.has-children").click(function(event) {
event.preventDefault();
event.stopPropagation();
$(this).toggleClass("expanded-menu open").find('.level2').toggleClass("secondarymenu-open");
});
$('.secondary-navigation ul > li > ul > li').click(function(e) {
e.stopImmediatePropagation(); // Activate 2rd level menu click event
});
var $this = $('.secondary-navigation li.selected a').eq(0);
if ($this.length > 0) {
$('.secondary-navigation').prepend('<div class="seleted-menu"><span class="' + $this.find("span").attr('class') + ' secondarymenu-icon">' + $this.text() +
'</span><span class="q4i-block-downchevron icon"></span></div>');
} else {
$('.secondary-navigation').prepend('<div class="seleted-menu"><span class="corporateprofile-icon secondarymenu-icon">Corporate Profile</span><span class="q4i-block-downchevron icon"></span></div>');
}
$('.secondary-navigation ul > li.has-children > a').prepend('<span class="q4i-block-downchevron icon"></span>');
$(".secondary-navigation .seleted-menu").click(function() {
$(this).toggleClass("menu-active");
$(".secondary-navigation .level1").slideToggle("fast");
});
$('body').on('click', function(e) {
if (!$(".secondary-navigation .level1 li .level2").is(e.target) // if the target of the click isn't the container...
&& $(".secondary-navigation .level1 li .level2").has(e.target).length === 0) // ... nor a descendant of the container
{
$(".secondary-navigation .level1 > li.has-children").removeClass('expanded-menu open');
$('.secondary-navigation .level1 li .level2').removeClass('secondarymenu-open');
}
});
},
setSearchToggle: function() {
$(".PaneHeader .SearchButton").on('click', function() {
if ($(window).width() > 767) {
if ($('.SearchInput').val() == "" && ($('.PaneHeader .searchbox').hasClass('open'))) {
$('.PaneHeader .searchbox').removeClass('open').animate({
width: "25px"
}, 1000);
return false;
} else if (!$('.PaneHeader .searchbox').hasClass('open')) {
$('.PaneHeader .searchbox').addClass('open').animate({
width: "255px"
}, 1000);
return false;
}
} else if ($('.SearchInput').val() == "") {
return false;
}
});
}
}
q4Navigationscript.init();
$(document).load($(window).bind("load resize", q4Navigationscript.checkPosition)); //Bind the load and resize event to arrange Modules.
});
</script>
</div>
</span></div>
</div>
<div class="PaneQ4Footer">
<div class="container clearfix"><span class="Q4FooterDiv25">
<div id="_ctrl0_ctl72_divModuleContainer" class="ModuleContent module-credit-links">
<div class="ModuleOuterContainer">
<div class="ModuleInnerContainer">
<ul>
<li><a href="https://www.paycom.com/terms-of-use.php">Terms of Use</a></li>
<li><a href="https://www.paycom.com/privacy.php?">Privacy Policy</a></li>
<li><a href="https://www.paycom.com/site-map.php">Site Map</a></li>
</ul>
</div>
</div>
</div>
</span><span class="Q4FooterDiv26">
<div id="_ctrl0_ctl75_divModuleContainer" class="HtmlTextContainer copyright">
<div class="ContentContainer"> © <span class="copyright_year">2022</span> Paycom. All Rights Reserved </div>
</div>
</span><span class="Q4FooterDiv27">
<div style="color:#86807B;margin: auto; font-size: 10px; padding: 6px 0px 20px 0px;TEXT-ALIGN:center" class="Q4FooterContainer">
<a href="http://q4inc.com/Powered-by-Q4/" id="_ctrl0_ctl78_hrefWebsiteRecording" style="font-size: 10px; color:#999;" target="_blank"><span id="_ctrl0_ctl78_lblWebsiteRecording" class="WebsiteRecording">Powered By Q4 Inc.</span> <span id="_ctrl0_ctl78_lblVersion" class="Version">5.66.0.1</span></a>
</div>
</span></div>
</div>
</div>
</div>
</div>
<input type="hidden" name="__antiCSRF" id="__antiCSRF" value="">
<script type="text/javascript">
//<![CDATA[
var Page_ValidationSummaries = new Array(document.getElementById("_ctrl0_ctl63_validationsummary"));
var Page_Validators = new Array(document.getElementById("_ctrl0_ctl63_regexEmailValidator1"), document.getElementById("_ctrl0_ctl63_reqvalEmailValidator1"), document.getElementById("_ctrl0_ctl63_cusvalMailingListsValidator"), document
.getElementById("_ctrl0_ctl63_UCCaptcha_RequiredFieldValidator1"));
//]]>
</script>
<script type="text/javascript">
//<![CDATA[
var _ctrl0_ctl63_validationsummary = document.all ? document.all["_ctrl0_ctl63_validationsummary"] : document.getElementById("_ctrl0_ctl63_validationsummary");
_ctrl0_ctl63_validationsummary.displaymode = "List";
_ctrl0_ctl63_validationsummary.validationGroup = "a1100abf-93c0-45f9-baf8-994a065bd9a5";
var _ctrl0_ctl63_regexEmailValidator1 = document.all ? document.all["_ctrl0_ctl63_regexEmailValidator1"] : document.getElementById("_ctrl0_ctl63_regexEmailValidator1");
_ctrl0_ctl63_regexEmailValidator1.controltovalidate = "_ctrl0_ctl63_txtEmail";
_ctrl0_ctl63_regexEmailValidator1.errormessage = "Email address is not valid.";
_ctrl0_ctl63_regexEmailValidator1.display = "None";
_ctrl0_ctl63_regexEmailValidator1.validationGroup = "a1100abf-93c0-45f9-baf8-994a065bd9a5";
_ctrl0_ctl63_regexEmailValidator1.evaluationfunction = "RegularExpressionValidatorEvaluateIsValid";
_ctrl0_ctl63_regexEmailValidator1.validationexpression = "^([a-zA-Z0-9_\\-\\.]+)@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.)|(([a-zA-Z0-9\\-]+\\.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(\\]?)$";
var _ctrl0_ctl63_reqvalEmailValidator1 = document.all ? document.all["_ctrl0_ctl63_reqvalEmailValidator1"] : document.getElementById("_ctrl0_ctl63_reqvalEmailValidator1");
_ctrl0_ctl63_reqvalEmailValidator1.controltovalidate = "_ctrl0_ctl63_txtEmail";
_ctrl0_ctl63_reqvalEmailValidator1.errormessage = "Email address is required.";
_ctrl0_ctl63_reqvalEmailValidator1.display = "None";
_ctrl0_ctl63_reqvalEmailValidator1.validationGroup = "a1100abf-93c0-45f9-baf8-994a065bd9a5";
_ctrl0_ctl63_reqvalEmailValidator1.evaluationfunction = "RequiredFieldValidatorEvaluateIsValid";
_ctrl0_ctl63_reqvalEmailValidator1.initialvalue = "";
var _ctrl0_ctl63_cusvalMailingListsValidator = document.all ? document.all["_ctrl0_ctl63_cusvalMailingListsValidator"] : document.getElementById("_ctrl0_ctl63_cusvalMailingListsValidator");
_ctrl0_ctl63_cusvalMailingListsValidator.errormessage = "Mailing list selection is required.";
_ctrl0_ctl63_cusvalMailingListsValidator.display = "None";
_ctrl0_ctl63_cusvalMailingListsValidator.validationGroup = "a1100abf-93c0-45f9-baf8-994a065bd9a5";
_ctrl0_ctl63_cusvalMailingListsValidator.evaluationfunction = "CustomValidatorEvaluateIsValid";
var _ctrl0_ctl63_UCCaptcha_RequiredFieldValidator1 = document.all ? document.all["_ctrl0_ctl63_UCCaptcha_RequiredFieldValidator1"] : document.getElementById("_ctrl0_ctl63_UCCaptcha_RequiredFieldValidator1");
_ctrl0_ctl63_UCCaptcha_RequiredFieldValidator1.controltovalidate = "_ctrl0_ctl63_UCCaptcha_txtCode";
_ctrl0_ctl63_UCCaptcha_RequiredFieldValidator1.focusOnError = "t";
_ctrl0_ctl63_UCCaptcha_RequiredFieldValidator1.errormessage = "Please provide the code.";
_ctrl0_ctl63_UCCaptcha_RequiredFieldValidator1.display = "Dynamic";
_ctrl0_ctl63_UCCaptcha_RequiredFieldValidator1.validationGroup = "a1100abf-93c0-45f9-baf8-994a065bd9a5";
_ctrl0_ctl63_UCCaptcha_RequiredFieldValidator1.evaluationfunction = "RequiredFieldValidatorEvaluateIsValid";
_ctrl0_ctl63_UCCaptcha_RequiredFieldValidator1.initialvalue = "";
//]]>
</script>
<script type="text/javascript">
//<![CDATA[
var Page_ValidationActive = false;
if (typeof(ValidatorOnLoad) == "function") {
ValidatorOnLoad();
}
function ValidatorOnSubmit() {
if (Page_ValidationActive) {
return ValidatorCommonOnSubmit();
} else {
return true;
}
}
//]]>
</script>
</form>
Text Content
Cookie Notice We use cookies to customize experiences on our site. Additional information about data collection is available at our privacy policy, last revised October 05, 2021. Close Accept cookies * Your Privacy * Strictly Necessary Cookies * Performance Cookies * Targeting Cookies * Functional Cookies * Social Media Cookies * More Information Privacy Preference Center Active Always Active Save settings Allow all Client Employee Accountant Login * Careers * Investors * Contact * Client * Employee * Accountant * Home * Our Solution * Talent Acquisition * Applicant Tracking * Onboarding * Tax Credits * Enhanced Background Checks * E-Verify® * Time and Labor Management * Time and Attendance * Scheduling * Time Clocks and Terminals * Labor Allocation * Payroll * Paycom Pay * GL Concierge * Expense Management * Garnishment Administration * Payroll Tax Management * Online Payroll * Talent Management * Performance Management * Compensation Budgeting * Position Management * Employee Self-Service® * Paycom Learning * HR Management * Direct Data Exchange™ * Tools for Managers * Documents and Checklists * Benefits Administration * Enhanced ACA * Ask Here™ * Report Center * Personnel Action Forms * Government and Compliance * COBRA Administration * Paycom Surveys * 401(k) Reporting * Who We Help * By Company Size * Small Businesses * Medium Businesses * Large Businesses * By Role * CEOs and Owners * Finance Executives * HR Managers * Payroll Managers * IT Decision Makers * Operations Executives * By Industry * Distribution * Education * Financial Institutions * Franchises * Health Care * Hospitality * Manufacturing * Nonprofits * Professional Services * Restaurants * Retailers * Technology * Resources * Blog * Webinars * Podcasts * Press Room * COVID-19 Resources * Other Resources Not sure where to start? Download 7 Tips When Switching HR and Payroll Companies, for free. Get the guide Login * Client * Employee * Accountant Request meeting * Home Request meeting * Our Solution * Overview * Talent Acquisition * Suite Overview * Applicant Tracking * Onboarding * Tax Credits * Enhanced Background Checks * E-Verify® * Time and Labor Management * Suite Overview * Time and Attendance * Scheduling * Time Clocks and Terminals * Labor Allocation * Payroll * Suite Overview * Paycom Pay * GL Concierge * Expense Management * Garnishment Administration * Payroll Tax Management * Online Payroll * Talent Management * Suite Overview * Performance Management * Compensation Budgeting * Position Management * Employee Self-Service® * Paycom Learning * HR Management * Suite Overview * Direct Data Exchange™ * Tools for Managers * Documents and Checklists * Benefits Administration * Enhanced ACA * Ask Here™ * Report Center * Personnel Action Forms * Government and Compliance * COBRA Administration * Paycom Surveys * 401(k) Reporting * Who We Help * Overview * By Company Size * Small Businesses * Medium Businesses * Large Businesses * By Role * CEOs and Owners * Finance Executives * HR Managers * Payroll Managers * IT Decision Makers * Operations Executives * By Industry * Distribution * Education * Financial Institutions * Franchises * Health Care * Hospitality * Manufacturing * Nonprofits * Professional Services * Restaurants * Retailers * Technology * Resources * Blog * Webinars * Podcasts * Press Room * COVID-19 Resources * Other Resources * About * Careers * Overview * Benefits and Culture * Job Categories * Employee Stories * Blog * Apply Now * Investors * Contact Events * Corporate Profile * Corporate Governance * Management * Board of Directors * Governance Documents * Committee Composition * Corporate Social Responsibility Report * Stock Information * News * Events * SEC Filings * Analyst Coverage * Email Alerts Email * HomeHome»Events»Event Details PAYCOM SOFTWARE FOURTH QUARTER AND FULL YEAR 2021 RESULTS February 8, 2022 05:00 PM ET View the live Webcast Add to Calendar Select your Calendar * Add to Apple Calendar * Add to Google Calendar * Add to Microsoft Outlook * Add to iCalendar Back to Previous page QUICK LINKS * Events * SEC Filings * Stock Info * News * FAQs * Email Signup IR CONTACT James Samford, Head of Investor Relations (855) 603-1620 Send Email EMAIL ALERTS Email address * Mailing Lists * Press Release Presentation Event End of Day Stock Quote SEC Filings & Insider Trading Documents Excluding Insider Trading Only New Insider Trading Documents Enter the code shown above. * * Our Solution * Talent Acquisition * Time and Labor Management * Payroll * Talent Management * HR Management * About Paycom * Careers * Locations * Investors * Press Room * Contact Us * Blog * Employee Engagement * Fair Labor Standards Act * ACA * Talent Management * Leadership * Careers * Contact FOLLOW US LinkedIn (opens in new window) Twitter (opens in new window) Facebook (opens in new window) Instagram (opens in new window) Youtube (opens in new window) * Terms of Use * Privacy Policy * Site Map © 2022 Paycom. All Rights Reserved Powered By Q4 Inc. 5.66.0.1 ShareThis Copy and Paste