www.sunlife.com Open in urlscan Pro
104.86.96.200  Public Scan

Submitted URL: http://sunlife.com/
Effective URL: https://www.sunlife.com/en/
Submission: On June 24 via manual from US — Scanned from US

Form analysis 3 forms found in the DOM

Name: select-location-cta-formGET

<form method="GET" name="select-location-cta-form" id="select-location-cta-form" class="cmp-form aem-Grid aem-Grid--12 aem-Grid--default--12" data-parsley-validate="data-parsley-validate" novalidate="">
  <div class="experiencefragment aem-GridColumn aem-GridColumn--default--12">
    <div class="xf-content-height">
      <div class="aem-Grid aem-Grid--12 aem-Grid--default--12 ">
        <div class="dropdown options aem-GridColumn aem-GridColumn--default--12">
          <fieldset class="cmp-form-options cmp-form-options--drop-down">
            <select class="cmp-form-options__field cmp-form-options__field--drop-down has-placeholder" aria-labelledby="select-location-cta-list" data-collection="false" name="select-location-cta-list" id="select-location-cta-list"
              data-parsley-error-message="! Please choose your region" required="true" data-attribute-onchange-required="yes">
              <option selected="" disabled="">Choose your region</option>
              <option value="https://www.sunlife.ca/en/">Canada</option>
              <option value="https://www.sunlife.com/us/en/">United States</option>
              <option value="https://www.sunlife-everbright.com">China</option>
              <option value="https://www.sunlife.com.hk/zh-hant/">Hong Kong, SAR</option>
              <option value="https://lifeinsurance.adityabirlacapital.com/">India</option>
              <option value="https://www.sunlife.co.id/id/">Indonesia</option>
              <option value="https://www.sunlife.com/international/en/">International</option>
              <option value="https://www.sunlife.ie/en/">Ireland</option>
              <option value="https://www.sunlifemalaysia.com">Malaysia</option>
              <option value="https://www.sunlife.com.ph/en/">Philippines</option>
              <option value="https://www.sunlife.com/sl/sg/en/">Singapore</option>
              <option value="https://www.sloc.co.uk/en/">United Kingdom</option>
              <option value="https://www.sunlife.com.vn/vn/">Vietnam</option>
            </select>
          </fieldset>
        </div>
      </div>
    </div>
  </div>
  <div class="button button-wrapper secondary-button-form aem-GridColumn aem-GridColumn--default--12"><button type="SUBMIT" class="cmp-form-button" name="Get information" id="product-information-btn" value="Get information">Get information</button>
  </div>
</form>

Name: financialCenter

<form name="financialCenter" class="row no-gutter no-margin form-module has-error" onsubmit="" action="" method="" data-parsley-validate="" novalidate="">
  <div class="col-xs-12 col-sm-7 mar-right-10 "><label class="sr-only" for="select-location-popup">Choose your region</label><select name="find-advisor-region" class="form-control form-element-border" id="select-location-popup" required="required"
      data-parsley-error-message="Please choose your region">
      <option value="">Choose your region</option>
      <option value="CA" href="https://www.sunlife.ca/en/">Canada</option>
      <option value="US" href="	https://www.sunlife.com/us/en/">United States</option>
      <option value="CN" href="http://www.sunlife-everbright.com/">China</option>
      <option value="HK" href="https://www.sunlife.com.hk/zh-hant/">Hong Kong, SAR</option>
      <option value="IN" href="https://lifeinsurance.adityabirlacapital.com/">India</option>
      <option value="ID" href="https://www.sunlife.co.id/id/">Indonesia</option>
      <option value="BM" href="https://www.sunlife.com/international/en/">International</option>
      <option value="IE" href="https://www.sunlife.ie/en/">Ireland</option>
      <option value="MY" href="http://www.sunlifemalaysia.com/">Malaysia</option>
      <option value="PH" href="https://www.sunlife.com.ph/en/">Philippines</option>
      <option value="SG" href="https://www.sunlife.com/sl/sg/en/">Singapore</option>
      <option value="GB" href="https://www.sloc.co.uk/en/">United Kingdom</option>
      <option value="VN" href="	https://www.sunlife.com.vn/vn/">Vietnam</option>
    </select><!-- <span class="arrow-help-block mar-bottom-20">Please select your country to continue.</span> -->
    <div class="help-block hidden"></div>
  </div>
  <div class="col-xs-12 col-sm-4 col-md-4 "><input class="btn btn-yellow dropdownRedirect" id="regionSubmit" type="submit" value="Go"></div>
</form>

Name: search-url /en/search/

<form name="search-url" action="/en/search/">
  <script src="https://static.cloud.coveo.com/searchui/v2.10095/js/CoveoJsSearch.Lazy.js"></script>
  <script src="https://static.cloud.coveo.com/searchui/v2.10095/js/cultures/en.js"></script>
  <script type="text/javascript" src="https://static.cloud.coveo.com/coveo.analytics.js/coveoua.js"></script>
  <script type="text/javascript">
    var coveoSearchlanguage = ""
    var searchConfig = {
      orgId: "sunlifefinancialincproductionapwbq5p7",
      token: "xx334fa273-b713-464e-b345-5c594607e316",
      restUri: "https://platform.cloud.coveo.com/rest/search",
      searchHub: "sunlifeCOM",
      searchUrl: $('form[name="search-url"]').attr('action')
    };
    //Configure a search endpoint.
    Coveo.SearchEndpoint.configureCloudV2Endpoint('', searchConfig.token, searchConfig.restUri);
    //Coveo UA
    coveoua("init", searchConfig.token);
    coveoua("send", "pageview", {
      contentIdKey: "url",
      contentIdValue: utag_data.page_canonical_url,
      contentType: utag_data.page_category
    });
  </script>
  <!-- Start - Include Site level CSS and scripts -->
  <script>
    $(document).ready(function() {
      var linkRow = null;
      var pageLink = window.location.href;
      //console.log( pageLink);
      if (pageLink.includes("/announcement")) {
        $.each($('link'), function(index, value) {
          if (value.rel == "alternate") {
            //console.log(value.href);
            linkRow = value.href;
            // console.log(linkRow.substring(0,linkRow.indexOf("announcement")));
            $(this).attr('href', linkRow.substring(0, linkRow.indexOf("announcement")));
          }
        });
      }
    });
  </script>
  <!-- End - Include Site level CSS and scripts -->
  <script src="/content/dam/sunlife/legacy/assets/com/Global/scripts/slfcomwidgets.js"></script>
  <script type="text/javascript" id="vidyard_embed_code_fT9K1LuvQFrmmHaVLSVqic" src="//play.vidyard.com/fT9K1LuvQFrmmHaVLSVqic.js?v=3.1.1&amp;type=lightbox"></script>
  <!-- Include Extra Clientlibs -->
  <script src="/etc.clientlibs/sunlife/core/clientlibs/vendor/search-core.min.d26b0adc05503332a4c4c91077781f6d.js"></script>
  <script src="/etc.clientlibs/sunlife/core/clientlibs/vendor/search-box.min.f842f7613ac2778fae79fe6f8177f2bc.js"></script>
  <script src="/etc.clientlibs/sunlife/core/clientlibs/vendor/search-no-filter.min.7aa102836e91fa8cbc906fef2d8a31a3.js"></script>
  <script type="text/javascript" src="/CVQp-J3F3mvuQTtTX7th/ONN7hcr8L9/ITULbHd7Rgg/Om/8sKwxNZhc"></script>
</form>

Text Content

Close search  
Clear

SearchLoadingSearch


REGIONS

 * Worldwide (sunlife.com)
 * Canada
   * Sun Life Canada
   * Sun Life Global Investments
   * SLC Management
 * United States
   * Sun Life United States
   * SLC Management
 * China
 * Hong Kong, SAR

 * India
   * Birla Sun Life
   * Asia Service Centres
 * Indonesia
 * International
 * Ireland
 * Malaysia

 * Philippines
   * Sun Life Philippines
   * Sun Life Grepa Financial
   * Asia Service Centres
 * Singapore
 * United Kingdom
 * Vietnam

LANGUAGES - WORLDWIDE

 * English
 * Français

Back
Regions
Language
 * Worldwide (sunlife.com)


 * CANADA
   
    * Sun Life Canada
    * Sun Life Global Investments
    * SLC Management


 * UNITED STATES
   
    * Sun Life United States
    * SLC Management

 * China
 * Hong Kong, SAR


 * INDIA
   
    * Birla Sun Life
    * Asia Service Centres

 * Indonesia
 * International
 * Ireland
 * Malaysia


 * PHILIPPINES
   
    * Sun Life Philippines
    * Sun Life Grepa Financial
    * Asia Service Centres

 * Singapore
 * United Kingdom
 * Vietnam

 * English
 * Français


Skip to main content Skip to footer

 * Newsroom
 * Careers
 * Contact us

 * Worldwide English WORLDWIDE | EN
 * SearchExpand or collapse search

 * About us
    * About us
    * About us overview
    * Who we are
      * Who we are overview
      * Donations and partnerships
      * Awards and recognition
      * Driving innovation
    * Leadership
      * Leadership overview
      * Board of Directors
      * International leadership team
      * Kevin D. Strain
      * Linda Dougherty
      * Daniel R. Fishbein
      * Colm J. Freyne
      * Jacques Goulet
      * Ingrid Johnson
      * Melissa Kennedy
      * Laura Money
      * Helena Pagano
      * Stephen (Steve) C. Peacher 
      * Manjit Singh
    * Diversity, equity and inclusion
    * Data privacy principles
    * Code of Conduct and Ethics Hotline
    * Become a supplier
   
   QUICK LINKS
   
   Board of Directors and Corporate Governance
   
   Annual reports
   
   2021 Sustainability Report
   
   Donations and partnerships
   
   Awards and recognition
   
   
   
   OUR CLIENTS’ DATA
   
   We’re committed to keeping our Clients’ personal data safe and secure.
   
   Our data privacy principles
   
   
   
   OUR CLIENTS’ DATA
   
   We’re committed to keeping our Clients’ personal data safe and secure.
   
   Our data privacy principles

 * Investors
    * Investors
    * Investors overview
    * Financial results and reports
      * Financial results and reports overview
      * Quarterly reports
      * Annual reports
    * Presentations and events
      * Presentations and events overview
      * Upcoming events
      * Past events
      * Annual meetings
    * Financial news
    * Shareholder services
      * Shareholder services overview
      * Dividend information
      * Dividend history
      * Dividend calculator
      * Shareholder contacts
      * Shareholder account
      * Canadian Dividend Reinvestment and Share Purchase Plan
      * Unclaimed asset programs
    * Share performance
      * Share performance overview
      * Share charts
      * Share history
      * Investment calculator
    * Investor briefcase
      * Investor briefcase overview
      * Ratings
      * Analyst coverage
      * Prospectus documents
   
   QUICK LINKS
   
   Quarterly reports
   
   Annual reports
   
   Dividend information
   
   Share charts
   
   Share history
   
   Stock information
   
   SLF (TSX)
   
   C$59.01 +1.12
   
   SLF (NYSE)
   
   US$45.65 +1.04
   
   Data delayed by 15 minutes
   (disclaimer)
   
   2021 ANNUAL REPORT
   
   Our performance highlights and strategic focus
   
   See our results
   
   
   
   2021 ANNUAL REPORT
   
   Our performance highlights and strategic focus
   
   See our results

 * Products & Services
    * Products & Services
    * Products & Services overview
    * Insurance
    * Investments
    * Financial advice
    * Asset management
   
   QUICK LINKS
   
   Regions
   
   Who we are
   
   Financial results and reports
   
   
   
   PRODUCTS & SERVICES
   
   Sign in to your account or explore what we offer in your region.
   
   Find your region
   
   
   
   PRODUCTS & SERVICES
   
   Sign in to your account or explore what we offer in your region.
   
   Find your region

 * Sustainability
    * Sustainability
    * Sustainability overview
    * Sustainability plan
    * Financial security
      * Financial security overview
      * Increasing financial security
    * Healthier lives
      * Healthier lives overview
      * Client health
      * Employee wellness
      * Community wellness
    * Sustainable investing
      * Sustainable investing overview
      * Advancing sustainable investing
    * Trusted and responsible business
      * Trusted and responsible business overview
      * Client experience
      * Talent management
      * Fostering diversity, equity and inclusion
      * Climate and environmental action
      * Risk management
      * Data security and privacy
      * Governance and ethics
    * Data and reports
    * Sustainability stories
   
   QUICK LINKS
   
   2021 Sustainability Report
   
   2021 Public Accountability Statement
   
   Climate and environmental action
   
   Fostering diversity, equity and inclusion
   
   Donations and partnerships
   
   Awards and recognition
   
   
   
   KNOWING IS THE FIRST STEP
   
   In many cases, type 2 diabetes can be prevented. It starts with knowing your
   risks.
   
   Take the test
   
   
   
   KNOWING IS THE FIRST STEP
   
   In many cases, type 2 diabetes can be prevented. It starts with knowing your
   risks.
   
   Take the test

 * Regions

Navigation Menu      

Close Navigation Menu
Clear


   Home About us
    * Back
    * About us
    * About us overview
    * Who we are
       * Back
       * Who we are overview
       * Donations and partnerships
       * Awards and recognition
       * Driving innovation
   
    * Leadership
       * Back
       * Leadership overview
       * Board of Directors
       * International leadership team
       * Kevin D. Strain
       * Linda Dougherty
       * Daniel R. Fishbein
       * Colm J. Freyne
       * Jacques Goulet
       * Ingrid Johnson
       * Melissa Kennedy
       * Laura Money
       * Helena Pagano
       * Stephen (Steve) C. Peacher 
       * Manjit Singh
   
    * Diversity, equity and inclusion
    * Data privacy principles
    * Code of Conduct and Ethics Hotline
    * Become a supplier
   
   Investors
    * Back
    * Investors
    * Investors overview
    * Financial results and reports
       * Back
       * Financial results and reports overview
       * Quarterly reports
       * Annual reports
   
    * Presentations and events
       * Back
       * Presentations and events overview
       * Upcoming events
       * Past events
       * Annual meetings
   
    * Financial news
    * Shareholder services
       * Back
       * Shareholder services overview
       * Dividend information
       * Dividend history
       * Dividend calculator
       * Shareholder contacts
       * Shareholder account
       * Canadian Dividend Reinvestment and Share Purchase Plan
       * Unclaimed asset programs
   
    * Share performance
       * Back
       * Share performance overview
       * Share charts
       * Share history
       * Investment calculator
   
    * Investor briefcase
       * Back
       * Investor briefcase overview
       * Ratings
       * Analyst coverage
       * Prospectus documents
   
   Products & Services
    * Back
    * Products & Services
    * Products & Services overview
    * Insurance
    * Investments
    * Financial advice
    * Asset management
   
   Sustainability
    * Back
    * Sustainability
    * Sustainability overview
    * Sustainability plan
    * Financial security
       * Back
       * Financial security overview
       * Increasing financial security
   
    * Healthier lives
       * Back
       * Healthier lives overview
       * Client health
       * Employee wellness
       * Community wellness
   
    * Sustainable investing
       * Back
       * Sustainable investing overview
       * Advancing sustainable investing
   
    * Trusted and responsible business
       * Back
       * Trusted and responsible business overview
       * Client experience
       * Talent management
       * Fostering diversity, equity and inclusion
       * Climate and environmental action
       * Risk management
       * Data security and privacy
       * Governance and ethics
   
    * Data and reports
    * Sustainability stories
   
   Regions Newsroom
    * Back
    * Newsroom
    * Newsroom overview
    * News releases
   
   Careers Contact us
 * WORLDWIDE | EN
   
   REGIONS
   
    * Worldwide (sunlife.com)
    * Canada
      * Sun Life Canada
      * Sun Life Global Investments
      * SLC Management
    * United States
      * Sun Life United States
      * SLC Management
    * China
    * Hong Kong, SAR
   
    * India
      * Birla Sun Life
      * Asia Service Centres
    * Indonesia
    * International
    * Ireland
    * Malaysia
   
    * Philippines
      * Sun Life Philippines
      * Sun Life Grepa Financial
      * Asia Service Centres
    * Singapore
    * United Kingdom
    * Vietnam
   
   LANGUAGES - WORLDWIDE
   
    * English
    * Français
   
   Back
   Regions
   Language
    * Worldwide (sunlife.com)
   
   
    * CANADA
      
       * Sun Life Canada
       * Sun Life Global Investments
       * SLC Management
   
   
    * UNITED STATES
      
       * Sun Life United States
       * SLC Management
   
    * China
    * Hong Kong, SAR
   
   
    * INDIA
      
       * Birla Sun Life
       * Asia Service Centres
   
    * Indonesia
    * International
    * Ireland
    * Malaysia
   
   
    * PHILIPPINES
      
       * Sun Life Philippines
       * Sun Life Grepa Financial
       * Asia Service Centres
   
    * Singapore
    * United Kingdom
    * Vietnam
   
    * English
    * Français




WHAT DRIVES US?

Our Purpose: helping Clients achieve lifetime financial security and live
healthier lives.

Learn more




WHAT DRIVES US?

Our Purpose: helping Clients achieve lifetime financial security and live
healthier lives.

Learn more


STATEMENT ON OBATAN LLC MINI-TENDER OFFER

Have you been contacted by Obatan LLC with an offer to purchase your Sun Life
shares?

Sun Life is not associated with Obatan LLC and does not recommend or endorse
this offer. Investors should exercise caution with mini-tender offers.

U.K. and Ireland shareholders

U.S. shareholders


THIS IS OUR PURPOSE

At Sun Life, we are committed to helping our Clients achieve lifetime financial
security and live healthier lives.

Life is full of surprises. Some are exciting.  Some are difficult. We’re here to
help our Clients navigate life’s most important moments.

Who we are


PRODUCTS & SERVICES

Sign in to your account or explore our broad range of protection, wealth and
health solutions for individuals, businesses and institutions.

Choose your region Canada United States China Hong Kong, SAR India Indonesia
International Ireland Malaysia Philippines Singapore United Kingdom Vietnam
Get information
Stock information
SLF(TSX) C$59.01 +1.12SLF(NYSE) US$45.65 +1.04View All

Data delayed by 15 minutes (disclaimer)


MAKE A BRIGHT CAREER MOVE

We are always looking for outstanding people to fill a variety of
positions worldwide.

Whether you’re a recent graduate or an accomplished professional looking for a
new challenge, we want to hear from you.

Explore careers at Sun Life




OUR COMMITMENT TO MAKING LIFE BRIGHTER

We’re raising awareness about diabetes. In many cases type 2 diabetes can be
prevented. It starts with knowing your risks.

Take the test

More about donations
and partnerships

Sun Life has a long history of financing clean and renewable energy development.
We have invested billions of dollars in sustainable projects.

More about sustainability

We look to our diverse workforce for wide perspectives and creative ideas that
make life brighter for our Clients, communities and colleagues.

More about diversity and inclusion

× 



WELCOME TO SUN LIFE

For investor relations, media relations and other corporate information:

Stay on sunlife.com

To sign in to your account, learn about products and services, or explore career
opportunities, choose your region:

Choose your region Choose your region Canada United States China Hong Kong, SAR
India Indonesia International Ireland Malaysia Philippines Singapore United
Kingdom Vietnam


 * Follow us on Twitter
   
 * Follow us on Linkedin
   
 * Follow us on YouTube
   


QUICK LINKS

 * Products & Services
 * Learn about Sun Life
 * Sustainability
 * Newsroom
 * Legal, Privacy & Security


INVESTORS

 * Investor briefcase
 * Share performance
 * Financial results and reports
 * Shareholder services


CAREERS

 * Join our company
 * Diversity, equity and inclusion


CONTACT US

 * Clients
 * Media
 * Shareholders and investors


REGIONS



Life’s brighter under the sun
 * Legal
 * Privacy
 * Security
 * Sitemap
 * Feedback


We acknowledge that Sun Life operates in many Territories and Treaties around
the world. Our Global headquarters in Toronto are on the traditional territory
of the Huron-Wendat, Anishnaabeg, Haudenosaunee Confederacy and the Mississaugas
of the Credit First Nations



Today, Canada is still the home to many Indigenous, First Nations, Inuit, and
Metis peoples from all across Turtle Island. We are grateful to have the
opportunity to work in this territory. We offer this acknowledgment as a
stepping stone towards honouring the original occupants, as a testimony to the
oppression faced by Indigenous peoples, and our commitment to Indigenous
communities and employees of Sun Life.
 

© Sun Life Assurance Company of Canada. All rights reserved.