{"id":5529,"date":"2023-04-09T10:17:19","date_gmt":"2023-04-09T10:17:19","guid":{"rendered":"https:\/\/talenom.com\/?page_id=5529"},"modified":"2023-04-11T14:26:49","modified_gmt":"2023-04-11T14:26:49","slug":"privacy-policy","status":"publish","type":"page","link":"https:\/\/talenom.com\/privacy-policy\/","title":{"rendered":"Privacy Policy"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"5529\" class=\"elementor elementor-5529\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2d53531e elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2d53531e\" data-element_type=\"section\" data-settings=\"{&quot;_ob_glider_is_slider&quot;:&quot;no&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-98a2441\" data-id=\"98a2441\" data-element_type=\"column\" data-settings=\"{&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_column_has_pseudo&quot;:&quot;no&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-dce0c40 ob-has-background-overlay elementor-widget elementor-widget-html\" data-id=\"dce0c40\" data-element_type=\"widget\" data-settings=\"{&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener('DOMContentLoaded', () => {\r\n  console.log('privacy_init');\r\n  let singleScriptsInit = false;\r\n  singleFunctions ();\r\n\tfunction singleFunctions () {\r\n    if ( singleScriptsInit === false ) {\r\n      singleScriptsInit = true;\r\n      console.log('post_init_func');\r\n      \/\/ Post contents sidebar\r\n      if (document.querySelector('#post-contents')) {\r\n        let numLiIndex = 1;\r\n        let numLiMain = 0;\r\n\r\n        jQuery('#post-contents').append('<ul class=\"post-contents__list\"><\/ul>');\r\n        jQuery(\".privacy-main h2\").each(function (index, element) {\r\n          if (jQuery(element).closest('.elementor-widget-heading').hasClass('privacy-content__subtitle')) { \r\n\r\n          } else {\r\n            let titleContent = jQuery(element).text();\r\n            let titleNodeName = jQuery(this).prop(\"tagName\").toLowerCase();\r\n            jQuery(element).attr('id', 'single__title-id' + index);\r\n            if (titleNodeName == 'h2') { \r\n              if (numLiIndex == 1) {\r\n                jQuery('#post-contents .post-contents__list').append('<li class=\"post-contents__item post-contents__item-1 __active\"><a href=\"#single__title-id' + index + '\" class=\"smooth-scroll post-contents__link\">' + titleContent + '<\/a><ul class=\"sublist-' + numLiIndex + '\"><\/ul><\/li>');\r\n              } else {\r\n                jQuery('#post-contents .post-contents__list').append('<li class=\"post-contents__item post-contents__item-' + numLiIndex + '\"><a href=\"#single__title-id' + index + '\" class=\"smooth-scroll post-contents__link\">' + titleContent + '<\/a><ul class=\"sublist-' + numLiIndex + '\"><\/ul><\/li>');\r\n              }\r\n              console.log('numLiIndex ' + numLiIndex);\r\n              numLiIndex++;\r\n              numLiMain++;\r\n            } else {\r\n\r\n            }\r\n            console.log('item ' + numLiMain);\r\n          }\r\n        });\r\n      }\r\n\r\n      \/\/ Slow scroll\r\n      jQuery(\".smooth-scroll\").on('click', function (event) {\r\n        if (this.hash !== \"\") {\r\n            event.preventDefault();\r\n            \/\/ if (jQuery(this).hasClass('')) {\r\n\r\n            \/\/ }\r\n            var hash = this.hash;\r\n            jQuery('html, body').stop().animate({\r\n                scrollTop: jQuery(hash).offset().top - 100\r\n            }, 800);\r\n        }\r\n      });\r\n\r\n      \/\/ Sidebar menu\r\n      jQuery(\".post-contents__link\").on('click', function (event) {\r\n        jQuery(\".post-contents__item\").removeClass('__active');\r\n        jQuery(this).parent().addClass('__active');\r\n      });\r\n\r\n      \/\/ Sidebar fixed\r\n      if( window.innerWidth >= 992 ) {\r\n        let parentFix      = jQuery(\".privacy-main\");\r\n        let elementFix     = jQuery(\".privacy-sidebar .elementor-element-populated\");\r\n        \/\/ let heightElFix    = elementFix.height();\r\n        let heightElFix    = 400;\r\n        let topElFix       = elementFix.offset().top;\r\n        let heightWrapFix  = parentFix.height();\r\n        let topWrapFix     = parentFix.offset().top;\r\n        var winScrollTop = jQuery(window).scrollTop(),\r\n            winScrollLft = jQuery(window).scrollLeft(),\r\n            elXPos = elementFix.offset().left - winScrollLft,\r\n            elYPos = elementFix.offset().top - winScrollTop;\r\n            elXPos = elXPos - 12;\r\n\r\n            \r\n        jQuery(window).resize(function() {\r\n          console.log('resize');\r\n          heightElFix    = elementFix.height();\r\n          topElFix       = elementFix.offset().top;\r\n          heightWrapFix  = parentFix.height();\r\n          topWrapFix     = parentFix.offset().top;\r\n          elXPos = elementFix.offset().left - winScrollLft;\r\n          elXPos = elXPos - 55;\r\n        });\r\n\r\n        jQuery(window).scroll(function() {\r\n          \/\/ console.log(jQuery(window).scrollTop());\r\n\r\n          if(jQuery(window).scrollTop() > topElFix) {\r\n          \r\n            if ( jQuery(window).scrollTop() > ( topWrapFix + heightWrapFix - heightElFix - 98 ) ) {\r\n              console.log('fixed 1');\r\n              elementFix.removeClass(\"__fixed\");\r\n              elementFix.css({\r\n                  position: 'absolute',\r\n                  top: 'auto',\r\n                  bottom: 60\r\n              });\r\n            } else {\r\n              console.log('fixed 2');\r\n              elementFix.addClass(\"__fixed\");\r\n              elementFix.css({\r\n                  position: 'fixed',\r\n                  top: 60\r\n              });\r\n            }\r\n\r\n          } else {\r\n            console.log('fixed 3');\r\n            elementFix.removeClass(\"__fixed\");\r\n            elementFix.css({\r\n                position: 'absolute',\r\n                top: 12\r\n            });\r\n          }\r\n\r\n        });\r\n      }\r\n\r\n\r\n    }\r\n  }\r\n\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section data-dce-background-color=\"#FAFAFA\" data-dce-background-overlay-image-url=\"https:\/\/talenom.com\/\/data\/wordpress\/htdocs\/wp-content\/uploads\/2023\/04\/yellow-ribbon.svg\" class=\"elementor-section elementor-top-section elementor-element elementor-element-5dded854 privacy-banner elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5dded854\" data-element_type=\"section\" id=\"privacy-banner\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_glider_is_slider&quot;:&quot;no&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5aec9c58\" data-id=\"5aec9c58\" data-element_type=\"column\" data-settings=\"{&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_column_has_pseudo&quot;:&quot;no&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-734e35f0 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"734e35f0\" data-element_type=\"section\" data-settings=\"{&quot;_ob_glider_is_slider&quot;:&quot;no&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-49e3ad30 privacy-banner__desc\" data-id=\"49e3ad30\" data-element_type=\"column\" data-settings=\"{&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_column_has_pseudo&quot;:&quot;no&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-33a03866 ob-harakiri-inherit ob-has-background-overlay elementor-widget elementor-widget-text-editor\" data-id=\"33a03866\" data-element_type=\"widget\" data-settings=\"{&quot;_ob_use_harakiri&quot;:&quot;yes&quot;,&quot;_ob_harakiri_writing_mode&quot;:&quot;inherit&quot;,&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Talenom\u2019s privacy policy describes the practices and principles related to the processing of personal data.&nbsp;<span style=\"color: var( --e-global-color-text );\">The privacy policy helps you understand what personal data we collect and why, as well as how we process, protect, store and delete your personal data.&nbsp;<\/span><\/p><p><br><\/p><p>This privacy policy applies to Talenom\u2019s website,&nbsp; financial management services for customers, related information systems and recruitment.&nbsp;<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-510a0643\" data-id=\"510a0643\" data-element_type=\"column\" data-settings=\"{&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_column_has_pseudo&quot;:&quot;no&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section data-dce-background-color=\"#FFFFFF\" class=\"elementor-section elementor-top-section elementor-element elementor-element-66fe7738 privacy-content elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"66fe7738\" data-element_type=\"section\" id=\"privacy-content\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_glider_is_slider&quot;:&quot;no&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-4e56c0f privacy-sidebar\" data-id=\"4e56c0f\" data-element_type=\"column\" data-settings=\"{&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_column_has_pseudo&quot;:&quot;no&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5b410f45 ob-has-background-overlay elementor-widget elementor-widget-html\" data-id=\"5b410f45\" data-element_type=\"widget\" data-settings=\"{&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class='post-contents' id='post-contents'><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-66 elementor-top-column elementor-element elementor-element-67c82eef privacy-main\" data-id=\"67c82eef\" data-element_type=\"column\" data-settings=\"{&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_column_has_pseudo&quot;:&quot;no&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-21f9fc1d privacy-content__subtitle ob-harakiri-inherit ob-has-background-overlay elementor-widget elementor-widget-heading\" data-id=\"21f9fc1d\" data-element_type=\"widget\" data-settings=\"{&quot;_ob_use_harakiri&quot;:&quot;yes&quot;,&quot;_ob_harakiri_writing_mode&quot;:&quot;inherit&quot;,&quot;_ob_harakiri_text_clip&quot;:&quot;none&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Data protection at Talenom<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-73cc7b3c ob-has-background-overlay elementor-widget elementor-widget-post-info\" data-id=\"73cc7b3c\" data-element_type=\"widget\" data-settings=\"{&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;}\" data-widget_type=\"post-info.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-inline-items elementor-icon-list-items elementor-post-info\">\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-repeater-item-3b342b2 elementor-inline-item\" itemprop=\"datePublished\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text elementor-post-info__item elementor-post-info__item--type-date\">\n\t\t\t\t\t\t\t<span class=\"elementor-post-info__item-prefix\">Last update:<\/span>\n\t\t\t\t\t\t\t\t\t\t<time>09.04.2023<\/time>\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-390e4601 ob-harakiri-inherit ob-has-background-overlay elementor-widget elementor-widget-text-editor\" data-id=\"390e4601\" data-element_type=\"widget\" data-settings=\"{&quot;_ob_use_harakiri&quot;:&quot;yes&quot;,&quot;_ob_harakiri_writing_mode&quot;:&quot;inherit&quot;,&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h2>Why do we process personal data?<\/h2><p>Talenom stores and processes personal data to provide services in a contractual relationship between Talenom and\u00a0Talenom&#8217;s customers.<\/p><p>Talenom may be obliged to disclose personal data if required to do so under applicable law or regulations, or to meet a\u00a0request by a judicial or administrative authority.<\/p><p>Talenom has a legitimate interest in processing personal data for the purpose of directing the marketing and sales of\u00a0Talenom&#8217;s services, as well as for improving the quality of Talenom&#8217;s products and services.<\/p><p>The processing of personal data is based on separate consent for the following processing operations:<\/p><ul><li>Recruitment process<\/li><li>Direct marketing<\/li><\/ul><p>The data subject has the right to withdraw their consent at any time via a link in marketing messages.<\/p><h2>What personal data do we process?<\/h2><p><strong>Talenom processes, among other things, the following personal data:<\/strong><\/p><ul><li>Contact information, such as first and last name, address, phone number, email address<\/li><li>Personal ID and date of birth<\/li><li>Due diligence information required by the Money Laundering Act (KYC information)<\/li><li>Beneficial ownership information of the company<\/li><li>Health information (e.g. in connection with the probate service of counselling services)<\/li><li>Customer history, such as contacts and changes in services<\/li><li>Call and other recordings of our customer service cases<\/li><li>User credentials to Talenom electronic services<\/li><li>Log information from the use of the services<\/li><li>Information provided by Cookies<\/li><li>Information provided voluntarily by the registered in the recruitment process<\/li><li>Marketing prohibitions and consents<\/li><\/ul><p>In some of its services, Talenom processes personal data on behalf of Talenom\u2019s customer.<\/p><p>In such cases, the customer is the Controller of the generated personal data register and Talenom acts as the Processor of\u00a0the personal data, in the capacity defined by the General Data Protection Regulation.<\/p><p>In this case, the processing activities related to the processing of personal data have been separately agreed with Talenom\u2019s customer, using the Description of Personal Data Processing Activities included in this document:\u00a0<a style=\"font-weight: var( --e-global-typography-text-font-weight ); text-decoration-line: underline; transition-property: all; background-color: #ffffff; color: #347fef;\" href=\"https:\/\/talenom.com\/description-of-processing-activities\/\">Description of Processing Activities<\/a><\/p><h2>Regular sources of information<\/h2><p><strong>In most cases, we receive your data directly from you, for example in the following situations:<\/strong><\/p><ul><li>You become a customer of Talenom and use our products and services<\/li><li>You participate in surveys, campaigns or Talenom events<\/li><li>You call our customer service or send a message in the chat<\/li><li>If you apply to work for us<\/li><\/ul><p><strong>In addition, we receive information about:<\/strong><\/p><ul><li>Registers maintained by authorities<ul><li>eg. From the Finnish Patent and Registration Office and the Business Information System<\/li><\/ul><\/li><li>Almatalent.fi \u2013 information service<\/li><li>On sanctions lists<\/li><li>Vainu.com \u2013 information service<\/li><li>Asiakastieto.fi \u2013 information service<\/li><li>Other services that provide public contact information<\/li><li>From the contact forms on the Talenom.fi website<\/li><li>Talenom\u2019s internal information sources<\/li><\/ul><h2>How do we take care of our customers\u2019 data protection?<\/h2><h3><span style=\"white-space: pre-wrap;\">Technical protection of data in registers<\/span><\/h3><p>The data contained in the register that is processed electronically is technically protected, for example with firewalls, password policy and by offering Talenom&#8217;s customers two-factor authentication to customer information systems.<\/p><p>The data transfer between the customer and Talenom&#8217;s services is encrypted with TLS (Transport Layer Security) technology. Data is backed up regularly and backups are stored in a different location than where the primary data is\u00a0located.<\/p><p>Talenom conducts internal and third-party assessments and audits that cover both the technical security of critical information systems and the processes and guidelines for administrative information security and data protection.<\/p><h3>Administrative protection of registers<\/h3><p>Talenom has an information security policy that every new employee goes through when they start working at Talenom. The information security policy describes the general rules on information security and data protection that are mandatory for the employee.<\/p><p>Talenom staff&#8217;s information security and data protection awareness is regularly maintained in various ways: By organizing both regular information sharing sessions on information security and data protection for the entire company&#8217;s personnel, and by organizing mandatory information security and data protection training for employees every year.<\/p><p>The data contained in the registers can be accessed based on separately granted access rights to Talenom&#8217;s employees and subcontractors acting on behalf of Talenom. User access rights are regularly reviewed. System administrators&#8217; access rights are monitored and removed when the user no longer needs them. The access rights of employees who have left Talenom are removed at the end of the employment relationship.<\/p><p>In accordance with the information security policy, the customer&#8217;s data is only processed by a Talenom employee whose work duties require it. The processing of customer data on other grounds is prohibited, even if the employee would have a\u00a0technical access to customer data based on his or her role and business reasons.<\/p><p>All Talenom&#8217;s personnel, and subcontractors acting on Talenom\u2019s behalf, have a duty of confidentiality in relation to all\u00a0Talenom&#8217;s customer and personal data. The obligation of confidentiality is recorded in the employment contracts of\u00a0Talenom&#8217;s personnel and in agreements with third parties, including sanctions for violation of confidentiality.<\/p><h3>Physical protection of data in registers<\/h3><p>Customer data is processed in information systems located in the data center in Finland or in Cloud services located in the European Union.\u00a0<\/p><p>In data centers located in Finland, the most important production systems have been duplicated in two physically separated data centers to ensure safety, data preservation and service continuity in normal and exceptional situations.\u00a0<\/p><p>These data centers provided by the service provider use certified safety practices, access control and monitoring procedures.<\/p><h2>Disclosure of data and use of subcontractors<\/h2><p>Talenom may, if necessary, disclose personal data to any company within the Talenom Group.<\/p><p>In certain cases, Talenom must also disclose personal data to authorities if required by applicable law or regulation or\u00a0a\u00a0request from a judicial or administrative authority.<\/p><p>Talenom may disclose non-sensitive personal data to its partners for the purpose of developing services, monitoring quality and marketing.<\/p><p>Talenom discloses the KYC data of TiliJaska customers to the electronic money community PPS EU SA in accordance with anti-money laundering legislation. The disclosure of data is based on an agreement between Talenom and PPS EU SA, in\u00a0which case the data protection practices of the PPS EU SA apply to the processing of personal data. You can access the\u00a0privacy policy from this\u00a0<a style=\"font-weight: var( --e-global-typography-text-font-weight ); text-decoration-line: underline; transition-property: all; background-color: #ffffff; color: #347fef;\" href=\"https:\/\/www.pps.edenred.com\/pages\/privacy\">link<\/a><span style=\"color: var( --e-global-color-text ); font-weight: var( --e-global-typography-text-font-weight );\">.<\/span><\/p><p>Talenom discloses the KYC information of TiliJaska customers to Fellow Bank Plc in accordance with the anti-money laundering legislation. The disclosure of data is based on an agreement between Talenom and Fellow Bank Plc, in which case the data protection practices of Fellow Bank Plc apply to the processing of personal data . You can access the privacy policy from this\u00a0<a style=\"font-weight: var( --e-global-typography-text-font-weight ); text-decoration-line: underline; transition-property: all; background-color: #ffffff; color: #347fef;\" href=\"https:\/\/www.fellowpankki.fi\/yleiset\/henkilotietojen-kaytto\">link<\/a><span style=\"color: var( --e-global-color-text ); font-weight: var( --e-global-typography-text-font-weight );\">.<\/span><\/p><p>Talenom does not sell or rent personal data to any other party.<\/p><p>Upon request, Talenom will provide an up-to-date list of the subcontractors it uses.<\/p><h2>Transfer of data outside the EU\/EEA<\/h2><p>Mainly personal data is not transferred outside the European Union or the European Economic Area.<\/p><p>The contact information used in marketing communications and the statistical data generated by the use of Talenom&#8217;s electronic systems, as well as \u00a0the data stored in the recruitment service, are transferred outside the EU \/ EEA to servers located in the United States. These are protected by the respective service providers in accordance with European Union data protection legislation.<\/p><p>Data transfers outside the EU \/ EEA are carried out in accordance with the standard contractual clauses for data protection approved by the European Commission.\u00a0<\/p><p><strong>Subcontractors that transfer data outside the EU\/EEA:<\/strong><\/p><ul><li>Google Analytics<\/li><li>Hubspot<\/li><li>Mailchimp<\/li><li>Hotjar (Tilijaska service)<\/li><li>TeamTailor (recruitment service)<\/li><li>Choice HR (recruiment service)<\/li><\/ul><h2>How long do we keep the data?<\/h2><p>Talenom processes personal data throughout the customer relationship.\u00a0<\/p><p>Company information and information on the company&#8217;s decision-makers is stored at Talenom permanently, because the\u00a0information is automatically updated for us from the business information system.<\/p><p>When the customer relationship ends, personal data is stored to the extent necessary to comply with our legitimate interests.\u00a0<\/p><p>We will maintain the direct marketing information until further notice.<\/p><p>After 3 months, recorded phone calls are automatically deleted from information systems.<\/p><p>The data stored in the recruitment register is deleted from the system at the request of the data subject or automatically after 12 months.<\/p><h2>How do we use cookies and web analytics?<\/h2><p>Talenom collects information with cookies to improve the user experience on our site and services, evaluate use patterns of the content and\u00a0support marketing.<\/p><p>Cookies are small text files that are stored on the website visitor&#8217;s terminal device.<\/p><p>The following information is stored about the data subject:<\/p><ul><li>User&#8217;s IP address<\/li><li>Time of visit<\/li><li>Pages visited and duration of visit<\/li><li>Browser type used<\/li><li>Terminal version and operating system<\/li><li>Where the user came from and where the user goes after using the site<\/li><\/ul><p>By using Talenom&#8217;s website, the user accepts the use and storage of cookies on their computer.\u00a0<\/p><p>The visitor can prevent the use of cookies by changing the browser settings so that the browser does not allow the storage of cookies. In this case, the user accepts that for some services, the blocking of the use of cookies may, however, affect the functionality of the service.<\/p><p>Users&#8217; terminal device data is collected automatically for the development of electronic products and customer service, using, for example, internet browser cookies, or similar technologies.<\/p><h2>Rights of the data subject<\/h2><p>In accordance with sections 15-22 of the European Union&#8217;s General Data Protection Regulation, the data subject has the\u00a0right to:<\/p><ol><li>right of access to personal data<\/li><li>rectification of data<\/li><li>erasure of data<\/li><li>restriction of processing<\/li><li>transfer data from one system to another<\/li><li>object to the processing of their personal data<\/li><li>lodge a complaint with the supervisory authority<\/li><\/ol><p>You can object to the processing of your personal data for direct marketing purposes at any time.<\/p><p>The exercise of some of the data subject&#8217;s rights is limited by other mandatory legislation, based on which Talenom has the right and obligation to refuse on reasonable grounds the rectification, erasure, restriction of processing or transfer of\u00a0data from one system to another.\u00a0<\/p><p>The registered must address a written request based on their rights by e-mail to: <b>tietosuoja@talenom.fi<\/b>.<\/p><h2><span style=\"white-space: pre-wrap;\">Contact details of the controller and data protection officer<\/span><\/h2>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-3e440beb elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3e440beb\" data-element_type=\"section\" data-settings=\"{&quot;_ob_glider_is_slider&quot;:&quot;no&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-2eae878b\" data-id=\"2eae878b\" data-element_type=\"column\" data-settings=\"{&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_column_has_pseudo&quot;:&quot;no&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-24297684 ob-harakiri-inherit ob-has-background-overlay elementor-widget elementor-widget-text-editor\" data-id=\"24297684\" data-element_type=\"widget\" data-settings=\"{&quot;_ob_use_harakiri&quot;:&quot;yes&quot;,&quot;_ob_harakiri_writing_mode&quot;:&quot;inherit&quot;,&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>Controller<\/strong><br \/>Talenom Oyj, 2551454-2<br \/>Yrttipellontie 2, 90230 Oulu<br \/>puh. 0207 525 000 (switchboard)<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-2cd61816\" data-id=\"2cd61816\" data-element_type=\"column\" data-settings=\"{&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_column_has_pseudo&quot;:&quot;no&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ea5a39b ob-harakiri-inherit ob-has-background-overlay elementor-widget elementor-widget-text-editor\" data-id=\"ea5a39b\" data-element_type=\"widget\" data-settings=\"{&quot;_ob_use_harakiri&quot;:&quot;yes&quot;,&quot;_ob_harakiri_writing_mode&quot;:&quot;inherit&quot;,&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><strong>Data Protection Officer<\/strong><br \/>Enni\u00a0Kaivorinne<br \/>Tel. 0207 525\u00a0535<br \/>E-mail:<span style=\"color: var( --e-global-color-text ); font-weight: var( --e-global-typography-text-font-weight );\">\u00a0<\/span><a style=\"font-weight: var( --e-global-typography-text-font-weight ); text-decoration-line: underline; transition-property: all; background-color: #ffffff; color: #347fef;\" href=\"mailto:tietosuoja@talenom.fi\">tietosuoja@talenom.fi<\/a><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-24445239\" data-id=\"24445239\" data-element_type=\"column\" data-settings=\"{&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_column_has_pseudo&quot;:&quot;no&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-95cc9de ob-harakiri-inherit ob-has-background-overlay elementor-widget elementor-widget-text-editor\" data-id=\"95cc9de\" data-element_type=\"widget\" data-settings=\"{&quot;_ob_use_harakiri&quot;:&quot;yes&quot;,&quot;_ob_harakiri_writing_mode&quot;:&quot;inherit&quot;,&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h2>Data breach notification policies<\/h2><p>Notification to the data subject is made by the controller if the data breach is likely to result in a high risk to his or her rights and freedoms. The notification describes the nature of the data breach and the measures taken as required by the\u00a0GDPR.<br \/><br \/>It is the data controller&#8217;s duty to notify the data protection authority within 72 hours of disclosure if the data breach is likely to result in a high risk to the rights and freedoms of natural persons. The notification is made in accordance with the\u00a0instructions of the Data Protection Ombudsman in force at the time.<\/p><h2>Limitations<\/h2><p>This privacy policy does not apply to third-party websites, applications or services that may be available through additional services provided by partners in Talenom&#8217;s services.\u00a0<br \/><br \/>By opening the partner&#8217;s website, the customer leaves Talenom&#8217;s service, allowing the third party to collect and share the\u00a0information they have collected about the customer.<br \/>\u00a0<br \/>Talenom recommends that our customers always review the privacy policies of a third-party service before allowing the\u00a0collection and use of their own personal information on those services.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6c2e27 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6c2e27\" data-element_type=\"section\" data-settings=\"{&quot;_ob_glider_is_slider&quot;:&quot;no&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7461d0b2\" data-id=\"7461d0b2\" data-element_type=\"column\" data-settings=\"{&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_column_has_pseudo&quot;:&quot;no&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-41f636f2 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"41f636f2\" data-element_type=\"section\" data-settings=\"{&quot;_ob_glider_is_slider&quot;:&quot;no&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2f0e4b27\" data-id=\"2f0e4b27\" data-element_type=\"column\" data-settings=\"{&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_column_has_pseudo&quot;:&quot;no&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Talenom\u2019s privacy policy describes the practices and principles related to the processing of personal data.&nbsp;The privacy policy helps you understand what personal data we collect and why, as well as how we process, protect, store and delete your personal data.&nbsp; This privacy policy applies to Talenom\u2019s website,&nbsp; financial management services for customers, related information systems [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-privacy.php","meta":{"_acf_changed":false,"content-type":"","footnotes":""},"class_list":["post-5529","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Privacy Policy - Talenom<\/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:\/\/talenom.com\/privacy-policy\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Privacy Policy - Talenom\" \/>\n<meta property=\"og:description\" content=\"Talenom\u2019s privacy policy describes the practices and principles related to the processing of personal data.&nbsp;The privacy policy helps you understand what personal data we collect and why, as well as how we process, protect, store and delete your personal data.&nbsp; This privacy policy applies to Talenom\u2019s website,&nbsp; financial management services for customers, related information systems [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/talenom.com\/privacy-policy\/\" \/>\n<meta property=\"og:site_name\" content=\"Talenom\" \/>\n<meta property=\"article:modified_time\" content=\"2023-04-11T14:26:49+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"10 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/talenom.com\/privacy-policy\/\",\"url\":\"https:\/\/talenom.com\/privacy-policy\/\",\"name\":\"Privacy Policy - Talenom\",\"isPartOf\":{\"@id\":\"https:\/\/talenom.com\/#website\"},\"datePublished\":\"2023-04-09T10:17:19+00:00\",\"dateModified\":\"2023-04-11T14:26:49+00:00\",\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/talenom.com\/privacy-policy\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/talenom.com\/#website\",\"url\":\"https:\/\/talenom.com\/\",\"name\":\"Talenom\",\"description\":\"Talenom Global Site\",\"publisher\":{\"@id\":\"https:\/\/talenom.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/talenom.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/talenom.com\/#organization\",\"name\":\"Talenom\",\"url\":\"https:\/\/talenom.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/talenom.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/talenom.com\/wp-content\/uploads\/2022\/12\/logo.svg\",\"contentUrl\":\"https:\/\/talenom.com\/wp-content\/uploads\/2022\/12\/logo.svg\",\"width\":326,\"height\":49,\"caption\":\"Talenom\"},\"image\":{\"@id\":\"https:\/\/talenom.com\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Privacy Policy - Talenom","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:\/\/talenom.com\/privacy-policy\/","og_locale":"en_GB","og_type":"article","og_title":"Privacy Policy - Talenom","og_description":"Talenom\u2019s privacy policy describes the practices and principles related to the processing of personal data.&nbsp;The privacy policy helps you understand what personal data we collect and why, as well as how we process, protect, store and delete your personal data.&nbsp; This privacy policy applies to Talenom\u2019s website,&nbsp; financial management services for customers, related information systems [&hellip;]","og_url":"https:\/\/talenom.com\/privacy-policy\/","og_site_name":"Talenom","article_modified_time":"2023-04-11T14:26:49+00:00","twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/talenom.com\/privacy-policy\/","url":"https:\/\/talenom.com\/privacy-policy\/","name":"Privacy Policy - Talenom","isPartOf":{"@id":"https:\/\/talenom.com\/#website"},"datePublished":"2023-04-09T10:17:19+00:00","dateModified":"2023-04-11T14:26:49+00:00","inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/talenom.com\/privacy-policy\/"]}]},{"@type":"WebSite","@id":"https:\/\/talenom.com\/#website","url":"https:\/\/talenom.com\/","name":"Talenom","description":"Talenom Global Site","publisher":{"@id":"https:\/\/talenom.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/talenom.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/talenom.com\/#organization","name":"Talenom","url":"https:\/\/talenom.com\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/talenom.com\/#\/schema\/logo\/image\/","url":"https:\/\/talenom.com\/wp-content\/uploads\/2022\/12\/logo.svg","contentUrl":"https:\/\/talenom.com\/wp-content\/uploads\/2022\/12\/logo.svg","width":326,"height":49,"caption":"Talenom"},"image":{"@id":"https:\/\/talenom.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/talenom.com\/wp-json\/wp\/v2\/pages\/5529","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/talenom.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/talenom.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/talenom.com\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/talenom.com\/wp-json\/wp\/v2\/comments?post=5529"}],"version-history":[{"count":28,"href":"https:\/\/talenom.com\/wp-json\/wp\/v2\/pages\/5529\/revisions"}],"predecessor-version":[{"id":5679,"href":"https:\/\/talenom.com\/wp-json\/wp\/v2\/pages\/5529\/revisions\/5679"}],"wp:attachment":[{"href":"https:\/\/talenom.com\/wp-json\/wp\/v2\/media?parent=5529"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}