Difference between revisions of "ESDC Onboarding/Executive"

(create page, added accordions)
 
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
{{Delete|reason=Page was for prototyping only.}}
 +
{{Onboarding-css}}<!-- Source code for the CSS file. Do not remove -->
 +
<div><h2> <span style="color:#6D4E86">Under Construction</span> </h2> </div>
  
{{#css:
 
<--!#ca-edit, #ca-ve-edit{
 
  display:none !important;
 
} -->
 
.row{
 
display:flex;
 
        flex-wrap: wrap;
 
        margin-right: -15px;
 
        margin-left: -15px;
 
        max-width: 100%;
 
}
 
.greybg{
 
  background-color:#F5F5F5;
 
}
 
 
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
 
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
 
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
 
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
 
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
 
.col-xl-auto {
 
  position: relative;
 
  width: 100%;
 
  min-height: 1px;
 
  padding-right: 15px;
 
  padding-left: 15px;
 
}
 
@media (max-width: 576px) {
 
  .col-sm-12 {
 
    flex: 0 0 100%;
 
    max-width: 100%; }
 
  .section{
 
  padding: 10px 0 20px 0;
 
  }
 
  .tabContainer{
 
  margin-bottom: -1rem !important;
 
  }
 
  .navContainer{
 
  padding-bottom: -1rem !important;
 
  }
 
}
 
@media screen and (min-width: 576px) {
 
  .col-md-6 {
 
    flex: 0 0 450%;
 
    max-width: 45%;
 
  }
 
  .col-md-4 {
 
    flex: 0 0 30%;
 
    max-width: 30%; }
 
  .section{
 
  padding: 10px 0 20px 20px;
 
  }
 
    .col-md-8{
 
    flex: 0 0 66%;
 
    max-width:66%;
 
  }
 
}
 
@media screen and (min-width: 992px) {
 
  .col-lg {
 
    flex-basis: 0;
 
    flex-grow: 1;
 
    max-width: 100%; }
 
  .col-lg-4 {
 
    flex: 0 0 30%;
 
    max-width: 30%; }
 
  .col-lg-2{
 
    flex: 0 0 15%;
 
    max-width: 15%;
 
  }
 
  .col-lg-6{
 
    flex: 0 0 45%;
 
    max-width:45%;
 
  }
 
  .col-lg-8{
 
    flex: 0 0 66%;
 
    max-width:66%;
 
  }
 
}
 
h1,h2{
 
  font-family: 'Helvetica', sans-serif !important;
 
}
 
h2{
 
  font-weight: 700;
 
  border-bottom:none;
 
}
 
a{
 
  text-decoration: underline;
 
}
 
.bold{
 
  font-weight: 700;
 
}
 
.mw-collapsible{
 
  margin-bottom: 5px;
 
}
 
.checkbox{
 
  display:inline-block;
 
  width: 1rem;
 
  height: 1rem !important;
 
  border: solid 1px black;
 
  margin-right: 10px;
 
}
 
.floatL{
 
  float:left;
 
}
 
.navMenu{
 
  list-style:none;
 
}
 
.navContainer{
 
  overflow: auto;
 
  width: 100%;
 
  white-space:nowrap;
 
  background-color: #F5F5F5;
 
  border-bottom: 5px solid #AF3C43;
 
}
 
.navContainer::-webkit-scrollbar, .tabContainer::-webkit-scrollbar{
 
  color: rgba(0,0,0,0);
 
}
 
.tabContainer{
 
  overflow: auto;
 
  width: 100%;
 
  white-space:nowrap;
 
  padding-bottom:0px !important;
 
}
 
 
.navMenu li{
 
  border: solid 1px #002D42;
 
  display: inline-block;
 
  margin: 8px 8px 0 8px;
 
  border-radius: 10px;
 
  padding: 8px;
 
}
 
.navContainer .navMenu li {
 
  margin-bottom: 8px;
 
}
 
.navMenu li a{
 
  text-decoration: none;
 
}
 
.navMenu li:hover:not(.active){
 
  background-color: #CECECE;
 
  border-radius:10px;
 
}
 
.navMenu .active a, .primary-btn.active a, .btn-info a, .arrow.up:hover {
 
  color: white !important;
 
  text-decoration:none;
 
}
 
.mw-parser-output .external{
 
  background:none;
 
  padding-right:0;
 
}
 
.primary-btn{
 
  padding:8px 24px !important;
 
  border: none !important;
 
  border-radius: 10px 10px 0 0 !important;
 
  background-color: #F5F5F5;
 
}
 
.primary-btn.active{
 
  background-color: #002D42;
 
}
 
.checklistCont{
 
  border: 1px solid black;
 
  padding: 1.5rem 0 1.5rem 0;
 
  border-radius: 10px;
 
}
 
.card {
 
  position: relative;
 
  display: flex;
 
  flex-direction: column;
 
  min-width: 0;
 
  word-wrap: break-word;
 
  background-clip: border-box;
 
  padding: 0 1.5rem 0 1.5rem;
 
}
 
.card-body {
 
  flex: 1 1 auto;
 
  padding: 12px; }
 
.btn-backtotop {
 
  border: 1px solid #CECECE;
 
  border-radius: 1.5rem;
 
  background-color: #F5F5F5;
 
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
 
  color: #666666;
 
  font-weight: 600; }
 
  .btn-backtotop .icon {
 
    margin-right: 5px; }
 
.btn-backtotop:hover{
 
  color: white;
 
  background-color: #002D42; }
 
.btn-backtotop a:hover{
 
  color: white;
 
  text-decoration: none;
 
}
 
 
.btn {
 
  display: inline-block;
 
  font-weight: 400;
 
  text-align: center;
 
  white-space: nowrap;
 
  vertical-align: middle;
 
  user-select: none;
 
  border: 1px solid transparent;
 
  padding: 0.375rem 0.75rem;
 
  font-size: 1rem;
 
  line-height: 1.5;
 
  border-radius: 0.35rem;
 
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
 
.btn-info {
 
  color: #fff;
 
  background-color: #26374A;
 
  border-color: #26374A;
 
  box-shadow: none; }
 
  .btn-info:hover {
 
    color: #fff;
 
    background-color: #00131c;
 
    border-color: #00131c; }
 
  .btn-info:focus, .btn-info.focus {
 
    box-shadow: none, 0 0 0 0.2rem rgba(38, 154, 188, 0.5); }
 
.btn-info.disabled, .btn-info:disabled {
 
    color: #333000;
 
    background-color: #F5F5F5;
 
    border-color: #F5F5F5;
 
    margin-bottom: 12px;
 
}
 
.fixed{
 
  position:fixed;
 
  bottom:5px;
 
  right:5px;
 
}
 
.arrow {
 
  border: solid black;
 
  border-width: 0 3px 3px 0;
 
  display: inline-block;
 
  padding: 3px;
 
}
 
.up {
 
  transform: rotate(-135deg);
 
  -webkit-transform: rotate(-135deg);
 
}
 
}}
 
<div><h2><big style="color:#AF3C43">Under Construction </big></h2></div>
 
 
<div class="nav" role="navigation" id="top">
 
<div class="nav" role="navigation" id="top">
 
<div class="tabContainer">
 
<div class="tabContainer">
 
<ul class="navMenu">
 
<ul class="navMenu">
   <li class="primary-btn lang">  [[Accueil_et_intégration_EDSC_-_Cadres|Francais]] </li>  
+
   <li class="primary-btn lang">  [[Accueil et intégration EDSC/Cadres|Francais]] </li>  
 
   <li class="primary-btn"> [https://wiki.gccollab.ca/ESDC_Onboarding Home]</li>
 
   <li class="primary-btn"> [https://wiki.gccollab.ca/ESDC_Onboarding Home]</li>
 
   <li class="primary-btn active"> [[ESDC_Onboarding_Executive|Executive]] </li>  
 
   <li class="primary-btn active"> [[ESDC_Onboarding_Executive|Executive]] </li>  
   <li class="primary-btn"> [[ESDC_Onboarding_Executive|This is a Test tab]] </li>  
+
   <li class="primary-btn"> Student (TBD)</li>
 
</ul>
 
</ul>
 
</div>
 
</div>
 +
 
<div class="navContainer">
 
<div class="navContainer">
 
   <ul class="navMenu">
 
   <ul class="navMenu">
 
       <span class="bold"> On this page </span>
 
       <span class="bold"> On this page </span>
       <li> [[ESDC_Onboarding#expect|What to expect]]</li>
+
       <li> [[ESDC_Onboarding/Executive#role|Your role]]</li>
       <li> [[ESDC_Onboarding#onboarding|What is Onboarding?]]</li>
+
      <li> [[ESDC_Onboarding/Executive#key|Key Leadership Competencies]]</li>
       <li> [[ESDC_Onboarding#checklist|Pre-Arrival Checklist]]</li>
+
      <li> [[ESDC_Onboarding/Executive#directive|Directive]]</li>
 +
      <li> [[ESDC_Onboarding/Executive#tm|Talent Management]]</li>
 +
      <li> [[ESDC_Onboarding/Executive#pm|Performance Management ]]</li>
 +
       <li> [[ESDC_Onboarding/Executive#benefits|Benefits Plan]]</li>
 +
       <li> [[ESDC_Onboarding/Executive#entitle|Entitlements]]</li>
 +
      <li> [[ESDC_Onboarding/Executive#perf|Performance Pay]]</li>
 +
      <li> [[ESDC_Onboarding/Executive#diff|Other Differences]]</li>
 +
      <li> [[ESDC_Onboarding/Executive#hours|Hours of Work]]</li>
 
   </ul>  
 
   </ul>  
 
</div>
 
</div>
 
</div>
 
</div>
  
<div class="section" id="expect">
+
<div class="section col-sm-12 col-md-8" id="role">
 
<h2>Your role as an ESDC executive</h2>
 
<h2>Your role as an ESDC executive</h2>
<div class="row">
+
<p>As a leader at ESDC, you have a key role in building a healthy, inclusive and productive workplace, including influencing the level of success and satisfaction of your employees and your colleagues at work.</p>  
<div class="col-sm-12 col-md-8">
+
<p>We are delighted that you, along with over 600 executives, will work towards a common goal and your contribution will be integral to ESDC’s mission in serving Canadians. We believe that what a strong group of leaders can accomplish together is much larger, far greater, and will exceed that which an individual can accomplish alone.</p>
<p>Employment and Social Development Canada (ESDC), the fourth-largest department within the Government of Canada, has four ministers and over 36,000 public service employees who work to improve the standard of living and quality of life for all Canadians by supporting the development of a highly skilled labour force and promoting an efficient and inclusive labour market. </p>  
+
<p>To support you as you begin your new role, we are providing you with a few resources available prior to your official start with ESDC. They will provide you with a better understanding of your new work environment and role as an executive at ESDC.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. </p>
 
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. </p>
 
</div>
 
</div>
 
 
</div>
 
</div>
  
<div class="section" id="expect">
+
<div class="section col-md-8">
 
<div>
 
<div>
== Basic Information for Executives ==
+
<h2>Basic Information for Executives</h2>
<div class="row">
 
<div class="col-sm-12 col-md-8">
 
  
<div class="card greybg">
+
<div class="card greybg" id="key">
 
<h3>Key Leadership Competencies</h3>
 
<h3>Key Leadership Competencies</h3>
<div class="mw-collapsible mw-collapsed">
+
<div class="card-body mw-collapsible mw-collapsed">
<div class="card-body">
+
<p>As a community, ESDC executives are dedicated to meeting these goals while exemplifying the [https://www.canada.ca/en/treasury-board-secretariat/services/professional-development/key-leadership-competency-profile.html six key leadership competencies].</p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. </p>
 
</div>
 
 
</div>
 
</div>
 
</div>
 
</div>
  
<div class="card">
+
<div class="card" id="directive">
 
<h3>Directive on Terms and Conditions of Employment for Executives</h3>
 
<h3>Directive on Terms and Conditions of Employment for Executives</h3>
<div class="mw-collapsible mw-collapsed">
+
<div class="card-body mw-collapsible mw-collapsed">
<div class="card-body">
+
<p>This directive sets out the [https://www.tbs-sct.gc.ca/pol/doc-eng.aspx?id=32625&section=html terms and conditions of employment for executives] across the core public administration and the associated responsibilities of heads of human resources, delegated managers and executives. The directive covers salary and non-salary elements, performance pay, special deployments and career transition agreements. Employees deployed or appointed (with the exception of acting appointments) to any Executive (EX) Group position on or after April 1, 2020, are subject to the Agreement to being deployed as a condition of employment upon appointment or deployment (Appendix A, Part II, section 14).</p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. </p>
 
</div>
 
 
</div>
 
</div>
 
</div>
 
</div>
  
<div class="card greybg">
+
<div class="card greybg" id="tm">
 
<h3>Executive Talent Management (TM) </h3>
 
<h3>Executive Talent Management (TM) </h3>
<div class="mw-collapsible mw-collapsed">
+
<div class="card-body mw-collapsible mw-collapsed">
<div class="card-body">
+
<p>[https://www.canada.ca/en/treasury-board-secretariat/services/performance-talent-management/executive-talent-management.html Executive talent management] is designed to support the ongoing development and retention of executives while supporting current and future departmental business goals. It helps build sustained excellence in public service leadership by maximizing the contribution of every executive. The talent management cycle for EX-01 to EX-03 typically occurs during Winter, while the EX-04 to EX-05 occurs in the Fall.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. </p>
 
</div>
 
 
</div>
 
</div>
 
</div>
 
</div>
  
<div class="card">
+
<div class="card" id="pm">
 
<h3>Executive Performance Management (PM)</h3>
 
<h3>Executive Performance Management (PM)</h3>
<div class="mw-collapsible mw-collapsed">
+
<div class="card-body mw-collapsible mw-collapsed">
<div class="card-body">
+
<p>The [https://www.canada.ca/en/treasury-board-secretariat/services/performance-talent-management/performance-management-program-executives.html Performance Management Program for Executives] encourages excellence in performance by setting clear objectives, evaluating achievement of results, recognizing and rewarding performance, and providing a framework for consistency in performance management.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. </p>
+
<p>To reflect the nature and scope of executives’ work, their compensation is different from that of other employees in the core public administration. In addition to base salary, executives may earn performance-based compensation that reflects their level of achievement of objectives and their demonstration of key leadership competencies.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. </p>
+
<p>Performance-based compensation may be in the form of at-risk pay, in-range salary movement (increments within a salary range) and revision of a salary range. Executives who have achieved exceptional results against all commitments and who have truly demonstrated the Key Leadership Competencies may also receive a bonus.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. </p>
 
 
</div>
 
</div>
 
</div>
 
</div>
 +
 +
<div class="card greybg" id="benefits">
 +
    <h3>Public Service Group Insurance Benefits Plan</h3>
 +
    <div class="card-body mw-collapsible mw-collapsed">
 +
    <p>This link is intended to provide [https://www.canada.ca/en/treasury-board-secretariat/services/benefit-plans/active-members/becoming-executive.html information on the benefits under the group insurance benefit plans available to executives] in the public service.</p>
 +
    </div>
 
</div>
 
</div>
  
<div class="card greybg">
+
<div class="card" id="entitle">
 
<h3>Executive Entitlements at a Glance</h3>
 
<h3>Executive Entitlements at a Glance</h3>
<div class="mw-collapsible mw-collapsed">
+
<div class="card-body mw-collapsible mw-collapsed">
<div class="card-body">
 
 
<h4>Salary</h4>
 
<h4>Salary</h4>
 
<ol>
 
<ol>
<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco  </li>
+
<li>Your basic salary is paid in accordance with your level as provided by Treasury Board of Canada Secretariat (TBS).</li>
<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco  </li>
+
<li>Your salary on appointment will be established in accordance with part A.I.4 of the [https://www.tbs-sct.gc.ca/pol/doc-eng.aspx?id=32625&section=html TBS Directive on Terms and Conditions of Employment for Executives].</li>
<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco  </li>
+
<li>[https://www.canada.ca/en/treasury-board-secretariat/services/pay/rates-pay/rates-pay-unrepresented-senior-excluded-employees.html#rates-ex Executive salary ranges] are revised periodically as authorized by the Treasury</li>
 +
 
 
<ul>
 
<ul>
<li>Level X </li>
+
<li class="bold">Level EX-01</li>
 
<ul>
 
<ul>
<li> xxx </li>  
+
<li> Minimum: $112,300 </li>  
<li> xxx </li>  
+
<li> Maximum: $132,100 </li>  
 
</ul>
 
</ul>
<li>Level X </li>
+
<li class="bold">Level EX-02 </li>
 
<ul>
 
<ul>
<li> xxx </li>  
+
<li> Minimum: $125,900 </li>  
<li> xxx </li>  
+
<li> Maximum: $148,100 </li>  
 
</ul>
 
</ul>
<li>Level X </li>
+
<li class="bold">Level EX-03</li>
 
<ul>
 
<ul>
<li> xxx </li>  
+
<li> Minimum: $140,900 </li>  
<li> xxx </li>  
+
<li> Maximum: $165,700 </li>  
 
</ul>
 
</ul>
<li>Level X </li>
+
<li class="bold">Level EX-04</li>
 
<ul>
 
<ul>
<li> xxx </li>  
+
<li> Minimum: $161,500 </li>  
<li> xxx </li>  
+
<li> Maximum: $190,000 </li>  
 
</ul>
 
</ul>
<li>Level X </li>
+
<li class="bold">Level EX-05 </li>
 
<ul>
 
<ul>
<li> xxx </li>  
+
<li> Minimum: $181,000 </li>  
<li> xxx </li>  
+
<li> Maximum: $212,900 </li>  
 
</ul>
 
</ul>
 
</ul>
 
</ul>
 
</ol>
 
</ol>
 +
 
<h4>Acting Pay</h4>
 
<h4>Acting Pay</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. </p>
+
<p>If you occupy a substantive EX-01, EX-02 or EX-03 position, you are eligible for acting pay if you have acted for at least three consecutive months.</p>
</div>
 
 
</div>
 
</div>
 
</div>
 
</div>
  
<div class="card">
+
<div class="card greybg" id="perf">
 
<h3>Performance Pay Program</h3>
 
<h3>Performance Pay Program</h3>
<div class="mw-collapsible mw-collapsed">
+
<div class="card-body mw-collapsible mw-collapsed">
<div class="card-body">
+
<p>In addition to your base salary, you may be eligible each year to receive performance pay, which is made up of three components: at-risk pay, in-range salary movement and bonus. </p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. </p>
 
 
<h4>At-Risk Pay</h4>
 
<h4>At-Risk Pay</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. </p>
+
<p>This is a percentage of base salary paid as a lump sum to eligible executives, based on their level of performance, as approved by the deputy head and within the limits prescribed by the Treasury Board. At-risk pay does not increase your base pay.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p>
+
<p>You are eligible, if:</p>
 
<ul>
 
<ul>
<li> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt</li>  
+
<li> You occupied an EX position for a minimum of three consecutive months during the fiscal year; </li>  
<li> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt</li>  
+
<li> Your approved performance agreement within the Executive Talent Management System (ETMS) includes description of the results achieved against established commitments and how they were achieved through the demonstration of the key leadership competencies (KLCs); and </li>  
<li> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt</li>  
+
<li> Your final integrated performance rating, approved by the departmental Executive Review Committee (RC), is “Succeeded minus” (level 2) or higher.</li>  
 
</ul>
 
</ul>
 +
 
<h4>In-Range Salary Movement</h4>
 
<h4>In-Range Salary Movement</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. </p>
+
<p>You will progress through the salary range every year, based on your performance, until you reach the maximum. Prorating of the in-range salary movement to the time spend at the higher level position may apply if you were promoted or started acting during the fiscal year. You must obtain an integrated performance rating of “Succeeded minus” (level 2) or higher to progress through the range. The in- range salary increase percentages used for each performance rating is determined by the Deputy Minister on an annual basis.</p>
 +
 
 
<h4>Bonus</h4>
 
<h4>Bonus</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. </p>
+
<p>This is a percentage of base salary paid as a lump sum to eligible executives, approved by the deputy head and within the limits prescribed by the Treasury Board, in addition to at risk pay. A bonus may be earned by executives whose performance is truly exceptional and are given an integrated rating of “Surpassed (level 5).” A bonus does not increase base pay.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. </p>
+
<p>Performance pay must be earned every year and is calculated based on your integratd performance rating and your salary effective March 31, or the last day you worked. Performance pay is prorated according to the number of months spent at executive level in a fiscal year.</p>
 
<ul>
 
<ul>
<li> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt</li>  
+
<li> EX-01 to EX-03 can earn up to 15% of their March 31 salary (up to 12% as at-risk pay and up to 3% as bonus), depending on their performance rating. Performance pay amounts are pensionable. </li>  
<li> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt</li>  
+
<li> EX-04 and EX-05 can earn up to 26% of their March 31 salary (up to 20% as at-risk pay and up to 6% as bonus), depending on their performance rating. Performance pay amounts are pensionable. </li>  
 
</ul>
 
</ul>
</div>
 
 
</div>
 
</div>
 
</div>
 
</div>
  
<div class="card greybg">
+
<div class="card" id="diff">
 
<h3> Some Other Differences</h3>
 
<h3> Some Other Differences</h3>
<div class="mw-collapsible mw-collapsed">
+
<div class="card-body mw-collapsible mw-collapsed">
<div class="card-body">
 
 
<ul>
 
<ul>
<li> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt</li>  
+
<li> As a new executive, you are no longer required to pay union dues.</li>  
<li> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt</li>  
+
<li> The employer covers 100% of your health care under the Public Service Health Care Plan Level III – Family. </li>  
<li> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt</li>  
+
<li> You are entitled to apply for life insurance coverage under the Public Service Management Insurance Plan. </li>  
<li> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt</li>  
+
<li> You do not receive the bilingual bonus. However, you are expected to maintain your language levels. </li>  
<li> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt</li>  
+
<li> As of April 1, 2020, EXs must agree to be deployed to another position within the EX Group within the core public administration as a condition of employment. Additional information can be found in Part 1, A.II.14 in Appendix A of the [https://www.tbs-sct.gc.ca/pol/doc-eng.aspx?id=32625&section=html Directive on Terms and Conditions of Employment for Executives]. </li>  
 
</ul>
 
</ul>
</div>
 
 
</div>
 
</div>
 
</div>
 
</div>
  
<div class="card">
+
<div class="card greybg" id="hours">
 
<h3> Hours of Work</h3>
 
<h3> Hours of Work</h3>
<div class="mw-collapsible mw-collapsed">
+
<div class="card-body mw-collapsible mw-collapsed">
<div class="card-body">
 
 
<ul>
 
<ul>
<li> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt</li>  
+
<li> The hours of work for full time executives are not less than an average of 37.5 hours per week.</li>  
<li> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt</li>  
+
<li> There are no provisions for a compressed work-week in executive positions.</li>  
<li> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt</li>  
+
<li> Overtime cannot be claimed as an executive.</li>  
 
</ul>
 
</ul>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </p>
+
<p>For complete information on your executive compensation, please refer to the [https://www.tbs-sct.gc.ca/pol/doc-eng.aspx?id=32625&section=html Directive on Terms and Conditions of Employment for Executives] (updated on April 1, 2021).</p>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
  
</div>
+
<!-- Back to top button -->
</div>
+
[[ESDC_Onboarding/Executive#top|<div class="btn btn-backtotop fixed"><span class="arrow up"></span></div>]]
</div>
+
 
 
[[fr:Accueil_et_intégration_EDSC_-_Cadres]]
 
[[fr:Accueil_et_intégration_EDSC_-_Cadres]]
 
__NOEDITSECTION__
 
__NOEDITSECTION__
 
__NOTOC__
 
__NOTOC__

Latest revision as of 16:48, 9 December 2021


Under Construction

Your role as an ESDC executive

As a leader at ESDC, you have a key role in building a healthy, inclusive and productive workplace, including influencing the level of success and satisfaction of your employees and your colleagues at work.

We are delighted that you, along with over 600 executives, will work towards a common goal and your contribution will be integral to ESDC’s mission in serving Canadians. We believe that what a strong group of leaders can accomplish together is much larger, far greater, and will exceed that which an individual can accomplish alone.

To support you as you begin your new role, we are providing you with a few resources available prior to your official start with ESDC. They will provide you with a better understanding of your new work environment and role as an executive at ESDC.

Basic Information for Executives

Key Leadership Competencies

As a community, ESDC executives are dedicated to meeting these goals while exemplifying the six key leadership competencies.

Directive on Terms and Conditions of Employment for Executives

This directive sets out the terms and conditions of employment for executives across the core public administration and the associated responsibilities of heads of human resources, delegated managers and executives. The directive covers salary and non-salary elements, performance pay, special deployments and career transition agreements. Employees deployed or appointed (with the exception of acting appointments) to any Executive (EX) Group position on or after April 1, 2020, are subject to the Agreement to being deployed as a condition of employment upon appointment or deployment (Appendix A, Part II, section 14). 

Executive Talent Management (TM)

Executive talent management is designed to support the ongoing development and retention of executives while supporting current and future departmental business goals. It helps build sustained excellence in public service leadership by maximizing the contribution of every executive. The talent management cycle for EX-01 to EX-03 typically occurs during Winter, while the EX-04 to EX-05 occurs in the Fall.

Executive Performance Management (PM)

The Performance Management Program for Executives encourages excellence in performance by setting clear objectives, evaluating achievement of results, recognizing and rewarding performance, and providing a framework for consistency in performance management.

To reflect the nature and scope of executives’ work, their compensation is different from that of other employees in the core public administration. In addition to base salary, executives may earn performance-based compensation that reflects their level of achievement of objectives and their demonstration of key leadership competencies.

Performance-based compensation may be in the form of at-risk pay, in-range salary movement (increments within a salary range) and revision of a salary range. Executives who have achieved exceptional results against all commitments and who have truly demonstrated the Key Leadership Competencies may also receive a bonus.

Public Service Group Insurance Benefits Plan

This link is intended to provide information on the benefits under the group insurance benefit plans available to executives in the public service.

Executive Entitlements at a Glance

Salary

  1. Your basic salary is paid in accordance with your level as provided by Treasury Board of Canada Secretariat (TBS).
  2. Your salary on appointment will be established in accordance with part A.I.4 of the TBS Directive on Terms and Conditions of Employment for Executives.
  3. Executive salary ranges are revised periodically as authorized by the Treasury
  • Level EX-01
    • Minimum: $112,300 
    • Maximum: $132,100 
  • Level EX-02 
    • Minimum: $125,900 
    • Maximum: $148,100 
  • Level EX-03
    • Minimum: $140,900 
    • Maximum: $165,700 
  • Level EX-04
    • Minimum: $161,500 
    • Maximum: $190,000 
  • Level EX-05 
    • Minimum: $181,000 
    • Maximum: $212,900 

Acting Pay

If you occupy a substantive EX-01, EX-02 or EX-03 position, you are eligible for acting pay if you have acted for at least three consecutive months.

Performance Pay Program

In addition to your base salary, you may be eligible each year to receive performance pay, which is made up of three components: at-risk pay, in-range salary movement and bonus.

At-Risk Pay

This is a percentage of base salary paid as a lump sum to eligible executives, based on their level of performance, as approved by the deputy head and within the limits prescribed by the Treasury Board. At-risk pay does not increase your base pay.

You are eligible, if:

  • You occupied an EX position for a minimum of three consecutive months during the fiscal year; 
  • Your approved performance agreement within the Executive Talent Management System (ETMS) includes description of the results achieved against established commitments and how they were achieved through the demonstration of the key leadership competencies (KLCs); and 
  • Your final integrated performance rating, approved by the departmental Executive Review Committee (RC), is “Succeeded minus” (level 2) or higher.

In-Range Salary Movement

You will progress through the salary range every year, based on your performance, until you reach the maximum. Prorating of the in-range salary movement to the time spend at the higher level position may apply if you were promoted or started acting during the fiscal year. You must obtain an integrated performance rating of “Succeeded minus” (level 2) or higher to progress through the range. The in- range salary increase percentages used for each performance rating is determined by the Deputy Minister on an annual basis.

Bonus

This is a percentage of base salary paid as a lump sum to eligible executives, approved by the deputy head and within the limits prescribed by the Treasury Board, in addition to at risk pay. A bonus may be earned by executives whose performance is truly exceptional and are given an integrated rating of “Surpassed (level 5).” A bonus does not increase base pay.

Performance pay must be earned every year and is calculated based on your integratd performance rating and your salary effective March 31, or the last day you worked. Performance pay is prorated according to the number of months spent at executive level in a fiscal year.

  • EX-01 to EX-03 can earn up to 15% of their March 31 salary (up to 12% as at-risk pay and up to 3% as bonus), depending on their performance rating. Performance pay amounts are pensionable. 
  • EX-04 and EX-05 can earn up to 26% of their March 31 salary (up to 20% as at-risk pay and up to 6% as bonus), depending on their performance rating. Performance pay amounts are pensionable. 

Some Other Differences

  • As a new executive, you are no longer required to pay union dues.
  • The employer covers 100% of your health care under the Public Service Health Care Plan Level III – Family. 
  • You are entitled to apply for life insurance coverage under the Public Service Management Insurance Plan. 
  • You do not receive the bilingual bonus. However, you are expected to maintain your language levels. 
  • As of April 1, 2020, EXs must agree to be deployed to another position within the EX Group within the core public administration as a condition of employment. Additional information can be found in Part 1, A.II.14 in Appendix A of the Directive on Terms and Conditions of Employment for Executives. 

Hours of Work

  • The hours of work for full time executives are not less than an average of 37.5 hours per week.
  • There are no provisions for a compressed work-week in executive positions.
  • Overtime cannot be claimed as an executive.

For complete information on your executive compensation, please refer to the Directive on Terms and Conditions of Employment for Executives (updated on April 1, 2021).