{"id":818620,"date":"2023-12-06T11:10:54","date_gmt":"2023-12-06T15:10:54","guid":{"rendered":"https:\/\/www.timken.com\/about\/ethics-and-integrity-translations-12-5-23\/"},"modified":"2025-08-19T15:44:31","modified_gmt":"2025-08-19T19:44:31","slug":"ethics-and-integrity","status":"publish","type":"page","link":"https:\/\/www.timken.com\/en-in\/about\/ethics-and-integrity\/","title":{"rendered":"Ethics and Integrity"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;#ethics-header-section&#8221; module_id=&#8221;ethics-header-section&#8221; _builder_version=&#8221;4.24.1&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#005678&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/www.timken.com\/wp-content\/uploads\/2025\/03\/2525750_2025-WMEC-Logo.png&#8221; alt=&#8221;2024 World&#8217;s Most Ethical Companies award.&#8221; title_text=&#8221;2525750_2025-WMEC-Logo&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;15%&#8221; width_tablet=&#8221;50%&#8221; width_phone=&#8221;50%&#8221; width_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_heading title=&#8221;Turning Ethics Into Action&#8221; _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; title_text_align=&#8221;center&#8221; title_text_color=&#8221;#ffffff&#8221; title_font_size=&#8221;75px&#8221; title_font_size_tablet=&#8221;60px&#8221; title_font_size_phone=&#8221;45px&#8221; title_font_size_last_edited=&#8221;on|tablet&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_heading][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; specialty=&#8221;on&#8221; module_id=&#8221;ethics-toggle-section&#8221; _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; use_background_color_gradient=&#8221;on&#8221; background_color_gradient_direction=&#8221;90deg&#8221; background_color_gradient_stops=&#8221;#ededed 0%|#ededed 50%|rgba(0,86,120,0.85) 50%|rgba(0,86,120,0.85) 100%&#8221; background_color_gradient_overlays_image=&#8221;on&#8221; background_image=&#8221;https:\/\/www.timken.com\/wp-content\/uploads\/2023\/11\/E-I_gears_1512x625.jpg&#8221; background_last_edited=&#8221;on|tablet&#8221; use_background_color_gradient_tablet=&#8221;on&#8221; background_color_gradient_stops_tablet=&#8221;#ededed 0%|#ededed 0%|rgba(0,86,120,0.85) 0%|rgba(0,86,120,0.85) 100%&#8221; background_image_tablet=&#8221;https:\/\/www.timken.com\/wp-content\/uploads\/2023\/11\/timken-blue-gears.jpg&#8221; background_enable_image_tablet=&#8221;on&#8221; collapsed=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text module_id=&#8221;hover-toggle-text&#8221; _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Timken is built on ethics and integrity. We believe trust and transparency are key to creating strong relationships and shared values.<\/p>\n<ul><strong>The four principles that guide our core values of ethics and integrity are:<\/strong>\n<li class=\"mouseover-link is-active\" data-toggle=\"toggle-honesty\">Honesty<\/li>\n<li class=\"mouseover-link\" data-toggle=\"toggle-fairness\">Fairness<\/li>\n<li class=\"mouseover-link\" data-toggle=\"toggle-respect\">Respect<\/li>\n<li class=\"mouseover-link\" data-toggle=\"toggle-responsibility\">Responsibility<\/li>\n<\/ul>\n<p>[\/et_pb_text][et_pb_code _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<script><!-- [et_pb_line_break_holder] -->  \/\/ Get all the mouseover links<!-- [et_pb_line_break_holder] -->  var mouseoverLinks = document.querySelectorAll('.mouseover-link');<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  \/\/ Loop through each mouseover link<!-- [et_pb_line_break_holder] -->  mouseoverLinks.forEach(function(mouseoverLink) {<!-- [et_pb_line_break_holder] -->    \/\/ Add a mouseover event listener to the mouseover link<!-- [et_pb_line_break_holder] -->    mouseoverLink.addEventListener('mouseover', function(e) {<!-- [et_pb_line_break_holder] -->      e.preventDefault();<!-- [et_pb_line_break_holder] -->      \/\/ Get the ID of the element to toggle<!-- [et_pb_line_break_holder] -->      var targetID = this.getAttribute('data-toggle');<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      \/\/ Get the element to toggle<!-- [et_pb_line_break_holder] -->      var targetElement = document.getElementById(targetID);<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      \/\/ Toggle the \"is-active\" class for the mouseover link and the target element<!-- [et_pb_line_break_holder] -->      mouseoverLinks.forEach(function(otherLink) {<!-- [et_pb_line_break_holder] -->        if (otherLink !== mouseoverLink) {<!-- [et_pb_line_break_holder] -->          otherLink.classList.remove('is-active');<!-- [et_pb_line_break_holder] -->          var otherTargetID = otherLink.getAttribute('data-toggle');<!-- [et_pb_line_break_holder] -->          var otherTargetElement = document.getElementById(otherTargetID);<!-- [et_pb_line_break_holder] -->          otherTargetElement.classList.remove('is-active');<!-- [et_pb_line_break_holder] -->        }<!-- [et_pb_line_break_holder] -->      });<!-- [et_pb_line_break_holder] -->      mouseoverLink.classList.add('is-active');<!-- [et_pb_line_break_holder] -->      targetElement.classList.add('is-active');<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] -->  });<!-- [et_pb_line_break_holder] --><\/script>[\/et_pb_code][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; specialty_columns=&#8221;2&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_row_inner admin_label=&#8221;#toggle-honesty&#8221; module_id=&#8221;toggle-honesty&#8221; module_class=&#8221;mouseover-target is-active &#8221; _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; collapsed=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column_inner saved_specialty_column_type=&#8221;1_2&#8243; _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;#ffffff&#8221; header_2_text_color=&#8221;#ffffff&#8221; background_layout=&#8221;dark&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>Honesty<\/h2>\n<p>We tell the truth. If we make a mistake, we do not try to hide it. We behave so that all of our stakeholders can rely on us to do what we say we will do. Whether preparing a financial report, responding to a question from auditors, talking to a customer or dealing with a supplier or other stakeholder, we are always truthful. We refrain from any conduct that is questionable on ethical grounds.<\/p>\n<p>[\/et_pb_text][\/et_pb_column_inner][\/et_pb_row_inner][et_pb_row_inner admin_label=&#8221;#toggle-fairness&#8221; module_id=&#8221;toggle-fairness&#8221; module_class=&#8221;mouseover-target&#8221; _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; collapsed=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column_inner saved_specialty_column_type=&#8221;1_2&#8243; _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;#ffffff&#8221; header_2_text_color=&#8221;#ffffff&#8221; background_layout=&#8221;dark&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>Fairness<\/h2>\n<p>We buy and sell based on our business merits without unethical practices. We understand that our company&#8217;s business interests, opportunities and information belong to Timken and should only be used in the company&#8217;s best interests. We avoid conflicts of interest. We always advance the company&#8217;s legitimate business interests when the opportunity to do so arises.<\/p>\n<p>[\/et_pb_text][\/et_pb_column_inner][\/et_pb_row_inner][et_pb_row_inner admin_label=&#8221;#toggle-respect&#8221; module_id=&#8221;toggle-respect&#8221; module_class=&#8221;mouseover-target&#8221; _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; collapsed=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column_inner saved_specialty_column_type=&#8221;1_2&#8243; _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;#ffffff&#8221; header_2_text_color=&#8221;#ffffff&#8221; background_layout=&#8221;dark&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>Respect<\/h2>\n<p>We treat each other with dignity. We operate safely with environmental responsibility and respect our fellow associates, our suppliers, our customers and the communities where we operate.<\/p>\n<p>[\/et_pb_text][\/et_pb_column_inner][\/et_pb_row_inner][et_pb_row_inner admin_label=&#8221;#toggle-responsibility&#8221; module_id=&#8221;toggle-responsibility&#8221; module_class=&#8221;mouseover-target&#8221; _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; collapsed=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column_inner saved_specialty_column_type=&#8221;1_2&#8243; _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; text_text_color=&#8221;#ffffff&#8221; header_2_text_color=&#8221;#ffffff&#8221; background_layout=&#8221;dark&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>Responsibility<\/h2>\n<p>We are guardians of The Timken Company&#8217;s outstanding reputation for ethics and integrity. We act responsibly, exercise sound judgement and do what is necessary to preserve and enhance that reputation. We do not wait for others to tell us what we need to do. We follow our Standards of Business Ethics and understand how the law affects our actions.<\/p>\n<p>[\/et_pb_text][\/et_pb_column_inner][\/et_pb_row_inner][\/et_pb_column][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;#standards-ethics-section&#8221; module_id=&#8221;standards-ethics-section&#8221; _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; background_image=&#8221;https:\/\/www.timken.com\/wp-content\/uploads\/2023\/11\/business-meeting-timken-1.jpg&#8221; background_position=&#8221;center_left&#8221; background_horizontal_offset=&#8221;0%&#8221; background_last_edited=&#8221;on|desktop&#8221; background_enable_image_tablet=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; background_enable_image=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;Standards of Business Ethics text &#038; links&#8221; _builder_version=&#8221;4.25.0&#8243; _module_preset=&#8221;default&#8221; header_2_text_color=&#8221;#005678&#8243; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>Standards of Business Ethics<\/h2>\n<p>This policy is our code of conduct for company employees, officers, directors and subsidiaries. It is the foundation for how we do business and treat all of our stakeholders globally.<\/p>\n<p><strong>Download the Standards of Business Ethics in Your Language:<\/strong><\/p>\n<ul class=\"ethics-list-left\">\n<li><a href=\"https:\/\/www.timken.com\/wp-content\/uploads\/2024\/04\/Timken-Standards-of-Business-Ethics-Updated-01-2025-English.pdf\" target=\"_blank\" rel=\"noopener\">English<\/a><\/li>\n<li><a href=\"\/wp-content\/uploads\/2019\/09\/Timken-Standards-of-Business-Ethics-Updated-01-2025-PTB-LS.pdf\" target=\"_blank\" rel=\"noopener\">Portuguese<\/a><\/li>\n<li><a href=\"\/wp-content\/uploads\/2019\/09\/Timken-Standards-of-Business-Ethics-Updated-01-2025-ZHS-LS.pdf\" target=\"_blank\" rel=\"noopener\">Chinese<\/a><\/li>\n<li><a href=\"\/wp-content\/uploads\/2019\/09\/Timken-Standards-of-Business-Ethics-Updated-01-2025-NL-LS.pdf\" target=\"_blank\" rel=\"noopener\">Dutch<\/a><\/li>\n<li><a href=\"\/wp-content\/uploads\/2019\/09\/Timken-Standards-of-Business-Ethics-Updated-01-2025-FR-LS.pdf\" target=\"_blank\" rel=\"noopener\">French<\/a><\/li>\n<li><a href=\"\/wp-content\/uploads\/2019\/09\/Timken-Standards-of-Business-Ethics-Updated-01-2025-DE-LS.pdf\" target=\"_blank\" rel=\"noopener\">German<\/a><\/li>\n<\/ul>\n<ul class=\"ethics-list-right\">\n<li><a href=\"\/wp-content\/uploads\/2019\/09\/Timken-Standards-of-Business-Ethics-Updated-01-2025-IT-LS.pdf\" target=\"_blank\" rel=\"noopener\">Italian<\/a><\/li>\n<li><a href=\"\/wp-content\/uploads\/2019\/09\/Timken-Standards-of-Business-Ethics-Updated-01-2025-PL-LS.pdf\" target=\"_blank\" rel=\"noopener\">Polish<\/a><\/li>\n<li><a href=\"\/wp-content\/uploads\/2019\/09\/Timken-Standards-of-Business-Ethics-Updated-01-2025-RO-LS-1.pdf\" target=\"_blank\" rel=\"noopener\">Romanian<\/a><\/li>\n<li><a href=\"\/wp-content\/uploads\/2019\/09\/Timken-Standards-of-Business-Ethics-Updated-01-2025-RU-LS.pdf\" target=\"_blank\" rel=\"noopener\">Russian<\/a><\/li>\n<li><a href=\"\/wp-content\/uploads\/2023\/08\/Timken-Standards-of-Business-Ethics-Updated-01-2025-SK-LS.pdf\" target=\"_blank\" rel=\"noopener\">Slovakian<\/a><\/li>\n<li><a href=\"\/wp-content\/uploads\/2019\/09\/Timken-Standards-of-Business-Ethics-Updated-01-2025-ES-LA-LS.pdf\" target=\"_blank\" rel=\"noopener\">Spanish<\/a><\/li>\n<\/ul>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;#see-say-something-section&#8221; module_id=&#8221;see-say-something-section&#8221; _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#ededed&#8221; border_width_top=&#8221;15px&#8221; border_color_top=&#8221;#f89828&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/www.timken.com\/wp-content\/uploads\/2023\/11\/turning-ethics-into-action_500x183.png&#8221; title_text=&#8221;turning-ethics-into-action_500x183&#8243; _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Turning Ethics into Action is the foundation of Timken ethics training and reporting. Through this program, we encourage anyone interacting with us &#8211; customers, suppliers and communities &#8211; to ask questions or speak up when something doesn&#8217;t seem right. These include:<\/p>\n<ul>\n<li>Timken HelpLine (anonymously, if desired) at <a href=\"tel:18008465363\">1-800-846-5363<\/a> or at <a href=\"https:\/\/www.timkenhelpline.com\" target=\"_blank\" rel=\"noopener\">www.timkenhelpline.com<\/a><\/li>\n<li>Ethics and compliance office at <a href=\"mailto:ethics@timken.com\">ethics@timken.com<\/a><\/li>\n<li>Any company leader<\/li>\n<\/ul>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_image src=&#8221;https:\/\/www.timken.com\/wp-content\/uploads\/2023\/11\/see-something_say-something.png&#8221; title_text=&#8221;see-something_say-something&#8221; align=&#8221;center&#8221; admin_label=&#8221;see something say something image&#8221; _builder_version=&#8221;4.24.3&#8243; _module_preset=&#8221;default&#8221; width=&#8221;65%&#8221; width_tablet=&#8221;80%&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;When text&#8221; _builder_version=&#8221;4.24.3&#8243; _module_preset=&#8221;default&#8221; header_2_text_color=&#8221;#434347&#8243; header_3_text_color=&#8221;#434347&#8243; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3>When Should I Say Something?<\/h3>\n<ul>\n<li>Questionable accounting or auditing matters<\/li>\n<li>Inappropriate gifts or gratuities<\/li>\n<li>Environmental, health or safety concerns<\/li>\n<li>Conflicts of interest<\/li>\n<li>Theft of company or personal property<\/li>\n<li>Discrimination or harassment<\/li>\n<li>Verbal or physical threats<\/li>\n<li>Product quality concerns<\/li>\n<li>Regulatory violations and insider trading<\/li>\n<\/ul>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;How text&#8221; _builder_version=&#8221;4.24.3&#8243; _module_preset=&#8221;default&#8221; header_3_text_color=&#8221;#434347&#8243; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3>How Reports Are Handled<\/h3>\n<p>Timken works with an independent third party to investigate all reports promptly, thoroughly and fairly. We take appropriate action when necessary and maintain confidentiality.<\/p>\n<h3>Zero Tolerance for Retaliation<\/h3>\n<p>Everyone should feel comfortable asking questions or sharing an ethics concern when done so in good faith. Timken doesn&#8217;t tolerate any kind of retaliation against stakeholders who speak up. Instead, we recognize the courage and character it takes to do so.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;#ethics-resources-section&#8221; module_id=&#8221;ethics-resources-section&#8221; module_class=&#8221;fullwidth-override&#8221; _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; border_color_top=&#8221;RGBA(255,255,255,0)&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;Timken HelpLine heading&#8221; _builder_version=&#8221;4.24.3&#8243; _module_preset=&#8221;default&#8221; header_text_color=&#8221;#ffffff&#8221; header_2_text_color=&#8221;#ffffff&#8221; header_2_font_size=&#8221;40px&#8221; background_color=&#8221;#005678&#8243; header_2_font_size_tablet=&#8221;40px&#8221; header_2_font_size_phone=&#8221;28px&#8221; header_2_font_size_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>Timken HelpLine<\/h2>\n<p>[\/et_pb_text][et_pb_text admin_label=&#8221;HelpLine body text&#8221; _builder_version=&#8221;4.24.3&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>We recognize there may be times people are reluctant to share concerns or questions with their leader or Timken contact. The Timken HelpLine helps you report issues and ask questions, anonymously if needed, without being traced or recorded. All calls and investigations are managed by an independent third party. When calling, we encourage you to share as much information as possible.<\/p>\n<p>Click <a href=\"https:\/\/secure.ethicspoint.com\/domain\/media\/en\/gui\/38067\/notice.html\" target=\"_blank\" rel=\"noopener\">here<\/a> to view the Timken HelpLine Data Privacy Notice.<\/p>\n<p>Contact the Timken HelpLine by calling <a href=\"tel:18008465363\">1-800-846-5363<\/a> or submit a report online at <a href=\"https:\/\/www.timkenhelpline.com\" target=\"_blank\" rel=\"noopener\">www.timkenhelpline.com<\/a><\/p>\n<p><small>A waiver of this policy may only be made by the board of directors or the nominating and corporate governance committee of the board and will be promptly disclosed in accordance with applicable law and rules of the New York Stock Exchange.<\/small><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;Resources heading&#8221; _builder_version=&#8221;4.24.3&#8243; _module_preset=&#8221;default&#8221; header_2_text_color=&#8221;#ffffff&#8221; header_2_font_size=&#8221;40px&#8221; background_color=&#8221;#005678&#8243; header_2_font_size_tablet=&#8221;40px&#8221; header_2_font_size_phone=&#8221;28px&#8221; header_2_font_size_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2>Resources<\/h2>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,1_3,1_3&#8243; _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;Conflict of Interest Report Form&#8221; _builder_version=&#8221;4.24.3&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><a href=\"https:\/\/thetimkencompany.ethicspointvp.com\/custom\/thetimkencompany\/forms\/coi\/form_data.asp\" target=\"_blank\" rel=\"noopener\">Conflict of Interest Report Form<\/a><\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;Human Rights Policy&#8221; _builder_version=&#8221;4.24.3&#8243; _dynamic_attributes=&#8221;link_option_url&#8221; _module_preset=&#8221;default&#8221; link_option_url=&#8221;@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9yZXNvdXJjZXMiLCJzZXR0aW5ncyI6eyJwb3N0X2lkIjoiNDQ5MDc4In19@&#8221; link_option_url_new_window=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Human Rights Policy<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;Supplier Codes of Conduct&#8221; _builder_version=&#8221;4.24.3&#8243; _dynamic_attributes=&#8221;link_option_url&#8221; _module_preset=&#8221;default&#8221; link_option_url=&#8221;@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY4MzQyNSJ9fQ==@&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Supplier Codes of Conduct<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Turning Ethics Into Action Timken is built on ethics&#8230;<\/p>\n","protected":false},"author":109,"featured_media":0,"parent":806749,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-divi.php","meta":{"_acf_changed":false,"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","_oasis_is_in_workflow":0,"_oasis_original":0,"_oasis_task_priority":"","footnotes":""},"class_list":["post-818620","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Ethics &amp; Integrity | The Timken Company<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.timken.com\/en-in\/about\/ethics-and-integrity\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Ethics &amp; Integrity | The Timken Company\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.timken.com\/en-in\/about\/ethics-and-integrity\/\" \/>\n<meta property=\"og:site_name\" content=\"The Timken Company\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-19T19:44:31+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.timken.com\\\/en-in\\\/about\\\/ethics-and-integrity\\\/\",\"url\":\"https:\\\/\\\/www.timken.com\\\/en-in\\\/about\\\/ethics-and-integrity\\\/\",\"name\":\"Ethics & Integrity | The Timken Company\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.timken.com\\\/en-in\\\/#website\"},\"datePublished\":\"2023-12-06T15:10:54+00:00\",\"dateModified\":\"2025-08-19T19:44:31+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.timken.com\\\/en-in\\\/about\\\/ethics-and-integrity\\\/#breadcrumb\"},\"inLanguage\":\"en-IN\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.timken.com\\\/en-in\\\/about\\\/ethics-and-integrity\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.timken.com\\\/en-in\\\/about\\\/ethics-and-integrity\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.timken.com\\\/en-in\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"About\",\"item\":\"https:\\\/\\\/www.timken.com\\\/en-in\\\/about\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Ethics and Integrity\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.timken.com\\\/en-in\\\/#website\",\"url\":\"https:\\\/\\\/www.timken.com\\\/en-in\\\/\",\"name\":\"The Timken Company\",\"description\":\"Stronger. By Design.\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.timken.com\\\/en-in\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.timken.com\\\/en-in\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-IN\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.timken.com\\\/en-in\\\/#organization\",\"name\":\"The Timken Company\",\"url\":\"https:\\\/\\\/www.timken.com\\\/en-in\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-IN\",\"@id\":\"https:\\\/\\\/www.timken.com\\\/en-in\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.timken.com\\\/wp-content\\\/uploads\\\/2016\\\/07\\\/Timken_logo.png\",\"contentUrl\":\"https:\\\/\\\/www.timken.com\\\/wp-content\\\/uploads\\\/2016\\\/07\\\/Timken_logo.png\",\"width\":173,\"height\":37,\"caption\":\"The Timken Company\"},\"image\":{\"@id\":\"https:\\\/\\\/www.timken.com\\\/en-in\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Ethics & Integrity | The Timken Company","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.timken.com\/en-in\/about\/ethics-and-integrity\/","og_locale":"en_US","og_type":"article","og_title":"Ethics & Integrity | The Timken Company","og_url":"https:\/\/www.timken.com\/en-in\/about\/ethics-and-integrity\/","og_site_name":"The Timken Company","article_modified_time":"2025-08-19T19:44:31+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.timken.com\/en-in\/about\/ethics-and-integrity\/","url":"https:\/\/www.timken.com\/en-in\/about\/ethics-and-integrity\/","name":"Ethics & Integrity | The Timken Company","isPartOf":{"@id":"https:\/\/www.timken.com\/en-in\/#website"},"datePublished":"2023-12-06T15:10:54+00:00","dateModified":"2025-08-19T19:44:31+00:00","breadcrumb":{"@id":"https:\/\/www.timken.com\/en-in\/about\/ethics-and-integrity\/#breadcrumb"},"inLanguage":"en-IN","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.timken.com\/en-in\/about\/ethics-and-integrity\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.timken.com\/en-in\/about\/ethics-and-integrity\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.timken.com\/en-in\/"},{"@type":"ListItem","position":2,"name":"About","item":"https:\/\/www.timken.com\/en-in\/about\/"},{"@type":"ListItem","position":3,"name":"Ethics and Integrity"}]},{"@type":"WebSite","@id":"https:\/\/www.timken.com\/en-in\/#website","url":"https:\/\/www.timken.com\/en-in\/","name":"The Timken Company","description":"Stronger. By Design.","publisher":{"@id":"https:\/\/www.timken.com\/en-in\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.timken.com\/en-in\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-IN"},{"@type":"Organization","@id":"https:\/\/www.timken.com\/en-in\/#organization","name":"The Timken Company","url":"https:\/\/www.timken.com\/en-in\/","logo":{"@type":"ImageObject","inLanguage":"en-IN","@id":"https:\/\/www.timken.com\/en-in\/#\/schema\/logo\/image\/","url":"https:\/\/www.timken.com\/wp-content\/uploads\/2016\/07\/Timken_logo.png","contentUrl":"https:\/\/www.timken.com\/wp-content\/uploads\/2016\/07\/Timken_logo.png","width":173,"height":37,"caption":"The Timken Company"},"image":{"@id":"https:\/\/www.timken.com\/en-in\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.timken.com\/en-in\/wp-json\/wp\/v2\/pages\/818620","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.timken.com\/en-in\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.timken.com\/en-in\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.timken.com\/en-in\/wp-json\/wp\/v2\/users\/109"}],"replies":[{"embeddable":true,"href":"https:\/\/www.timken.com\/en-in\/wp-json\/wp\/v2\/comments?post=818620"}],"version-history":[{"count":0,"href":"https:\/\/www.timken.com\/en-in\/wp-json\/wp\/v2\/pages\/818620\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/www.timken.com\/en-in\/wp-json\/wp\/v2\/pages\/806749"}],"wp:attachment":[{"href":"https:\/\/www.timken.com\/en-in\/wp-json\/wp\/v2\/media?parent=818620"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}