{"id":4891,"date":"2023-05-25T15:06:32","date_gmt":"2023-05-25T15:06:32","guid":{"rendered":"https:\/\/talenom.com\/en-se\/?page_id=4891"},"modified":"2023-05-25T15:12:15","modified_gmt":"2023-05-25T15:12:15","slug":"description-of-processing-activities","status":"publish","type":"page","link":"https:\/\/talenom.com\/en-se\/description-of-processing-activities\/","title":{"rendered":"Description of Processing Activities"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"4891\" class=\"elementor elementor-4891\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-74dee13c elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"74dee13c\" data-element_type=\"section\" data-e-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-789bb23a\" data-id=\"789bb23a\" data-element_type=\"column\" data-e-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-1d568606 ob-has-background-overlay elementor-widget elementor-widget-html\" data-id=\"1d568606\" data-element_type=\"widget\" data-e-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\/en-se\/\/data\/wordpress\/htdocs\/wp-content\/uploads\/sites\/7\/2023\/04\/yellow-ribbon.svg\" class=\"elementor-section elementor-top-section elementor-element elementor-element-46fbe09a privacy-banner elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"46fbe09a\" data-element_type=\"section\" data-e-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-ba18cde\" data-id=\"ba18cde\" data-element_type=\"column\" data-e-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-3b2b04b8 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3b2b04b8\" data-element_type=\"section\" data-e-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-6244f84a privacy-banner__desc\" data-id=\"6244f84a\" data-element_type=\"column\" data-e-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<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-76555102\" data-id=\"76555102\" data-element_type=\"column\" data-e-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-6df2d18b privacy-content elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6df2d18b\" data-element_type=\"section\" data-e-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-7e08ef63 privacy-sidebar\" data-id=\"7e08ef63\" data-element_type=\"column\" data-e-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-1a2cd0b4 ob-has-background-overlay elementor-widget elementor-widget-html\" data-id=\"1a2cd0b4\" data-element_type=\"widget\" data-e-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-73b13fa2 privacy-main\" data-id=\"73b13fa2\" data-element_type=\"column\" data-e-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 data-dce-text-color=\"#141F2E\" class=\"elementor-element elementor-element-607445c1 ob-has-background-overlay elementor-widget elementor-widget-post-info\" data-id=\"607445c1\" data-element_type=\"widget\" data-e-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>25.05.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<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-2348d5fe elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2348d5fe\" data-element_type=\"section\" data-e-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-15ed3ada\" data-id=\"15ed3ada\" data-element_type=\"column\" data-e-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-48bab92b ob-harakiri-inherit ob-has-background-overlay elementor-widget elementor-widget-text-editor\" data-id=\"48bab92b\" data-element_type=\"widget\" data-e-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 \/>Customer<\/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-17302f11\" data-id=\"17302f11\" data-element_type=\"column\" data-e-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-31188307 ob-harakiri-inherit ob-has-background-overlay elementor-widget elementor-widget-text-editor\" data-id=\"31188307\" data-element_type=\"widget\" data-e-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>Processor<\/strong><br \/>Talenom Redovisning AB<\/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-32a3cc09\" data-id=\"32a3cc09\" data-element_type=\"column\" data-e-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-601c9ae9 ob-harakiri-inherit ob-has-background-overlay elementor-widget elementor-widget-text-editor\" data-id=\"601c9ae9\" data-element_type=\"widget\" data-e-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>Purpose of the processing of personal data<\/h2>\n<p>Personal data is processed and stored to produce the services provided by the Processor in a contractual relationship between the Processor and the Controller. Personal data is processed and stored to fulfil statutory requirements and obligations related to the processing of personal data,<\/p>\n<ul>\n<li>to produce and develop services that the Controller orders from the Processor<\/li>\n<li>Controller&#8217;s employees: payroll and personnel administration<\/li>\n<li>Controller&#8217;s private customers: follow-up of receivables<\/li>\n<li>Partner in a joint-stock company: management of the joint-stock company<\/li>\n<li>Members of an association: management of the association and invoicing<\/li>\n<\/ul>\n<h2>What personal data do we process?<\/h2>\n<p><strong>Categories of data subjects and categories of personal data:<\/strong><\/p>\n<p>Controller&#8217;s employees: payroll and personnel administration (payroll adminstration)<\/p>\n<p>Follow-up of receivables from the Controller&#8217;s private customers (accounting)<\/p>\n<p>Partner of a limited liability company: management of the joint-stock company (joint-stock company)<\/p>\n<p>Member register associations: management of associations and invoicing (associations and organizations)<\/p>\n<p><strong>Personal data processed are:<\/strong><\/p>\n<ul>\n<li>name, personal identity number (payroll administration, accounting, limited companies, associations and organizations)<\/li>\n<li>address, e-invoice address, telephone number, e-mail address, data usedby the online service (payroll administration, accounting, limited companies, associations and organisations)<\/li>\n<li>personal identity number, language (payroll administration, limited companies, associations and organizations)<\/li>\n<li>bank account details (payroll administration, accounting, limited companies, associations and organizations)<\/li>\n<li>data on foreclosure (payroll administration, accounting, limited companies, associations and organizations)<\/li>\n<li>dividends, shareholder loans (accounting, limited liability companies)<\/li>\n<li>tax amount, employment contract (payroll administration, joint-stock company);<\/li>\n<li>absences, holidays, medical certificates (payroll administration, limited liability company)<\/li>\n<li>employment data (payroll administration)<\/li>\n<li>payroll information and benefits (payroll administration)<\/li>\n<li>data on trade union membership fees (payroll administration)<\/li>\n<li>registrations of working hours, hourly wages (payroll administration)<\/li>\n<\/ul>\n<h2>Regular sources of information<\/h2>\n<p>In addition to their own data, the Controller adds the personal data of their personnel and customers to the Processor&#8217;s electronic services. Personal data may be added based on electronic and\/or physical material provided by the Controller.<\/p>\n<p>In addition, personal data is collected from public authorities, insurance companies, trade union membership fee associations, credit granting services and from other parties whose data is to be processed in services provided by the Processor, such as salary calculations.<\/p>\n<p>Users&#8217; data is automatically collected to develop the services and products provided by the Processor and to develop customer service, for example by using cookies from browsers in the Processor&#8217;s electronic products and online services.<\/p>\n<h2>Recipients of personal data incl. in third countries and international organisations<\/h2>\n<p>The Processor may disclose the Controller&#8217;s personal data within the framework of the applicable legislation and in accordance with the terms between the Processor and the Controller. Register data may be disclosed to public authorities, insurance companies, trade unions, or unemployment insurance funds. The Processor has a statutory obligation to disclose personal data to authorities that on a legal basis submit a written request for it. Personal data will not be transferred outside the European Union (&#8220;EU&#8221;) or the European Economic Area (&#8220;EEA&#8221;) unless the Controller has given their prior written consent. Data transfers requested by the Controller to be made to areas outside the EU or EEA are carried out in accordance with the requirements of the standard contractual clauses regarding data transfer in the EU General Data Protection Regulation.<\/p>\n<h2>Disclosure procedures for personal data<\/h2>\n<p>Data is disclosed to the Client&#8217;s auditor without a separate power of attorney for the execution of the agreement between the Controller and the auditor. In the case of other partners of the Controller, such as lawyers and consultants, a separate written consent is requested from the Controller for the disclosure of data. In connection with the release of written material, a certificate of disclosure of the data is drawn up, which contains basic information on the material disclosed, to whom it has been disclosed and when. The certificate is saved in the Controller specific folders for possible proof later. In connection with the release of digital material, personal user IDs are created for the Controller company&#8217;s partners in the Processor&#8217;s information system. The Controller&#8217;s partner will have access to the material with these codes. The Controller&#8217;s request to obtain login credentials to the System and &nbsp;&nbsp;to provide access to the Controller&#8217;s Data also includes the Controller&#8217;s consent to share the Controller&#8217;s Data with the respective partners. &nbsp;Information is disclosed to public authorities, insurance companies, trade unions or unemployment insurance funds without the Controller&#8217;s authorization or consent, if it has been stipulated by law on the disclosure of the information. The processing of digital material is monitored with the help of transaction data in information systems, i.e. log data that is saved and monitored automatically or manually. In addition, log data can be used for evidence of events if necessary.<\/p>\n<h2>Technical and organizational security measures<\/h2>\n<p>Register data processed electronically is protected by technical firewalls, passwords, the possibility of identification of the Controller&#8217;s employees in two steps when logging in to the Processor&#8217;s financial administration system and other generally adopted technical means in the information security industry. The data transfer between the Controller and the Data Processor is encrypted with TLS (Transport Layer Security) technology, in the software and applications currently used by The Processor or provided to its customers. The data is backed up regularly, and the backups are stored in a different location from the original data.<\/p>\n<p>The Processor protects the Controller&#8217;s information against unauthorized access and disclosure. Only appointed employees of the Processor and employees of companies working on behalf of and on behalf of the Processor have access to the data contained in the register based on separately granted user rights. User rights are monitored and dangerous combinations of rights have been prohibited in the user rights management policy. Whether they arise is monitored in the context of the management of user rights. In particular, the user rights of the main users of the different systems are regularly checked and removed when the user no longer needs the rights. The user rights of employees who have left the Processor are removed from all systems when the employment ends.<\/p>\n<p>The Controller&#8217;s data is only processed by the Processor&#8217;s employees whose job description requires the processing of the data in question. Processing of personal data on other grounds is prohibited for the Processor&#8217;s employees, even if the Processor&#8217;s employees have technical access to the Controller data due to their duties and for business reasons. The Processor&#8217;s entire staff and external persons who work on behalf of the Processor are bound by confidentiality regarding all information and personal data regarding the Controller&#8217;s financial administration. The non-disclosure agreement is written into the employment contracts of the Processor&#8217;s employees, including the sanctions caused by breaches of the duty of confidentiality. The non-disclosure agreement, including sanctions caused by breaches of professional secrecy, has been written into agreements concluded with third parties.<\/p>\n<p>Employees who process the Controller&#8217;s data are regularly trained. The legal grounds for processing data at work are an essential part of the training. The data protection and information security knowledge of the Processor&#8217;s personnel is regularly maintained in various ways, for example by arranging regular information meetings for the entire personnel of the company regarding data protection and information security. In addition, mandatory training in data protection and information security is organized annually for employees. Employees must pass a test in the subject area with a passing grade. The Processor has designed a data protection policy that every new employee of the Processor gets to know when they start their service. The regular information security training sessions provide information about the information security policy and where it can be read. Workers are reminded that they are bound by the policy. The information security policy describes the general rules on information security and data protection that oblige employees, whether they are technical rules, information security processes or procedures and instructions to be applied in daily work. The Controller&#8217;s data is processed in information systems located in serverhalls in Finland or in cloud services within the EU. In &nbsp;the server halls in Finland, the most important production systems have been duplicated into two (2) physically separated serverhalls to ensure the security, data storage and continuity of the service under both normal and exceptional conditions. These machine halls are operated in safety procedures, access control and monitoring certified by the service provider. Manually maintained materials are located in premises to which access control has prevented unauthorised persons. Video surveillance is used in the most important premises for the purpose of investigating and detecting possible breaches of physical security. The processor carries out internal evaluations and allows third parties to carry out evaluations that cover both the technical security of critical information systems and the processes and instructions related to the administrative aspect of information security and data protection.<\/p>\n<p>The Controller is responsible for ensuring that adequate technical and organizational data protection measures are implemented and maintained.<\/p>\n<h2>Planned times for deletion of data<\/h2>\n<p>The Processor removes the Controller&#8217;s personal data to the extent required by law when the Controller leaves the Processor. The data is deleted when five (5) years have passed from the end of the customer relationship. After deletion in the operational information systems, the data will be automatically deleted from the backup copies within six (6) months.<\/p>\n<h2>Rights of data subjects<\/h2>\n<p>The controller describes in a separate documentation which matters the data subjects must be informed about. In accordance with sections 15\u201322 of the EU General Data Protection Regulation, the data subject has the right to:<\/p>\n<ol>\n<li>control personal data;<\/li>\n<li>request correction of data;<\/li>\n<li>request the deletion of data;<\/li>\n<li>limit the processing of;<\/li>\n<li>request the transfer of data from one system to another;<\/li>\n<li>object to the processing of their personal data; and<\/li>\n<li>lodge a complaint with the supervisory authority;<\/li>\n<\/ol>\n<p>access such personal data that has been registered about him or her in the Processor&#8217;s system. The exercise of certain of the data subject&#8217;s rights is limited by some other mandatory legislation, according to which the Processor has the right and obligation to justifiably refuse to rectify, delete, restrict the processing of the data or transfer them from one system to another. An example of such legislation is the Accounting Act, which stipulates that supporting documents related to the payroll calculation must be stored, regardless of the rights that the data subject has under the General Data Protection Regulation. In situations where the data subject wishes to check or change data in a personal data file belonging to the Controller, the data subject must submit a request for verification or change of the data to the Controller. The Controller then completes the implementation of the control or change request together with the Processor for the personal data. In such a situation, the controller must submit the written request for verification to the e-mail address mentioned below. The request for verification and amendment must state which personal data you want to check and the name of the register to which the request relates. The request should be sent by e-mail to: dataskydd@talenom.se. Data subjects may exercise their right of access under the Personal Data Act free of charge only once a year.<\/p>\n<h2>Instructions for the controller<\/h2>\n<p>The Controller may, in a separate documentation, provide more detailed instructions to the Processor on the processing of the data. The Processor stores the instructions in a customer-specific file folder, as part of the Controller&#8217;s instructions.<\/p>\n<h2>Notification of personal data breaches<\/h2>\n<h3>To the controller<\/h3>\n<p>The notification must be made to the Controller without undue delay after a personal data breach has been discovered. The notification must describe the nature of the personal data breach and the measures taken in the manner required by legislation.<\/p>\n<h3>To the data subject<\/h3>\n<p>The Controller will notify the data subject if the personal data breach is likely to result in a high risk to the rights and freedoms of the data subject. The notification must describe the nature of the personal data breach and the measures taken in the manner required by law.<\/p>\n<h3>To the supervisory authority<\/h3>\n<p>The Controller&#8217;s obligation is to submit a notification to the relevant public authority within 72 hours of discovery if it is likely that the personal data breach will result in a high risk to the rights and freedoms of a natural person.&nbsp; The Processor assists the Controller in drawing up a notification upon separate request. The notification is made in accordance with the instructions of the Data Protection Ombudsman.<\/p>\n<h2>Processor (service provider) and contact details<\/h2>\n<p><strong>Name of the Processor:<\/strong> Talenom Redovisning AB<\/p>\n<p><strong>Data Protection Officer:<\/strong> Jimmy Dahm\u00e9n <br><strong>Tel. 08 505 736 75 <\/strong> <br> <strong>E-mail<\/strong>: &nbsp;jimmy.dahmen@talenom.se<strong> <br> Address:<\/strong> Holl\u00e4ndargatan 13, 111 36 Stockholm or Box 842, 101 36 Stockholm <br> <strong>Tel.<\/strong> 08 505 736 10 (switchboard)<\/p>\n<h2>Subcontractors<\/h2>\n<p>The Controller has given his general consent to the use of subcontractors. A list of subcontractors is provided on request.<\/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-3af03cde elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3af03cde\" data-element_type=\"section\" data-e-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-4d44f2d7\" data-id=\"4d44f2d7\" data-element_type=\"column\" data-e-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-60a72b65 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"60a72b65\" data-element_type=\"section\" data-e-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-78afc37a\" data-id=\"78afc37a\" data-element_type=\"column\" data-e-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>ControllerCustomer ProcessorTalenom Redovisning AB Purpose of the processing of personal data Personal data is processed and stored to produce the services provided by the Processor in a contractual relationship between the Processor and the Controller. Personal data is processed and stored to fulfil statutory requirements and obligations related to the processing of personal data, to &#8230; <a title=\"Description of Processing Activities\" class=\"read-more\" href=\"https:\/\/talenom.com\/en-se\/description-of-processing-activities\/\" aria-label=\"Read more about Description of Processing Activities\">Read more<\/a><\/p>\n","protected":false},"author":3,"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-4891","page","type-page","status-publish"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Description of Processing Activities | Talenom Sweden<\/title>\n<meta name=\"robots\" content=\"noindex, follow\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Description of Processing Activities | Talenom Sweden\" \/>\n<meta property=\"og:description\" content=\"ControllerCustomer ProcessorTalenom Redovisning AB Purpose of the processing of personal data Personal data is processed and stored to produce the services provided by the Processor in a contractual relationship between the Processor and the Controller. Personal data is processed and stored to fulfil statutory requirements and obligations related to the processing of personal data, to ... Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/talenom.com\/en-se\/description-of-processing-activities\/\" \/>\n<meta property=\"og:site_name\" content=\"Sweden-EN\" \/>\n<meta property=\"article:modified_time\" content=\"2023-05-25T15:12:15+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=\"11 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/talenom.com\/en-se\/description-of-processing-activities\/\",\"url\":\"https:\/\/talenom.com\/en-se\/description-of-processing-activities\/\",\"name\":\"Description of Processing Activities | Talenom Sweden\",\"isPartOf\":{\"@id\":\"https:\/\/talenom.com\/en-se\/#website\"},\"datePublished\":\"2023-05-25T15:06:32+00:00\",\"dateModified\":\"2023-05-25T15:12:15+00:00\",\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/talenom.com\/en-se\/description-of-processing-activities\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/talenom.com\/en-se\/#website\",\"url\":\"https:\/\/talenom.com\/en-se\/\",\"name\":\"Talenom Sweden\",\"description\":\"Talenom Sweden EN\",\"publisher\":{\"@id\":\"https:\/\/talenom.com\/en-se\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/talenom.com\/en-se\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/talenom.com\/en-se\/#organization\",\"name\":\"Talenom Sweden\",\"url\":\"https:\/\/talenom.com\/en-se\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/talenom.com\/en-se\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/talenom.com\/en-se\/wp-content\/uploads\/sites\/7\/2022\/12\/logo.svg\",\"contentUrl\":\"https:\/\/talenom.com\/en-se\/wp-content\/uploads\/sites\/7\/2022\/12\/logo.svg\",\"width\":326,\"height\":49,\"caption\":\"Talenom Sweden\"},\"image\":{\"@id\":\"https:\/\/talenom.com\/en-se\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Description of Processing Activities | Talenom Sweden","robots":{"index":"noindex","follow":"follow"},"og_locale":"en_GB","og_type":"article","og_title":"Description of Processing Activities | Talenom Sweden","og_description":"ControllerCustomer ProcessorTalenom Redovisning AB Purpose of the processing of personal data Personal data is processed and stored to produce the services provided by the Processor in a contractual relationship between the Processor and the Controller. Personal data is processed and stored to fulfil statutory requirements and obligations related to the processing of personal data, to ... Read more","og_url":"https:\/\/talenom.com\/en-se\/description-of-processing-activities\/","og_site_name":"Sweden-EN","article_modified_time":"2023-05-25T15:12:15+00:00","twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"11 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/talenom.com\/en-se\/description-of-processing-activities\/","url":"https:\/\/talenom.com\/en-se\/description-of-processing-activities\/","name":"Description of Processing Activities | Talenom Sweden","isPartOf":{"@id":"https:\/\/talenom.com\/en-se\/#website"},"datePublished":"2023-05-25T15:06:32+00:00","dateModified":"2023-05-25T15:12:15+00:00","inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/talenom.com\/en-se\/description-of-processing-activities\/"]}]},{"@type":"WebSite","@id":"https:\/\/talenom.com\/en-se\/#website","url":"https:\/\/talenom.com\/en-se\/","name":"Talenom Sweden","description":"Talenom Sweden EN","publisher":{"@id":"https:\/\/talenom.com\/en-se\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/talenom.com\/en-se\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/talenom.com\/en-se\/#organization","name":"Talenom Sweden","url":"https:\/\/talenom.com\/en-se\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/talenom.com\/en-se\/#\/schema\/logo\/image\/","url":"https:\/\/talenom.com\/en-se\/wp-content\/uploads\/sites\/7\/2022\/12\/logo.svg","contentUrl":"https:\/\/talenom.com\/en-se\/wp-content\/uploads\/sites\/7\/2022\/12\/logo.svg","width":326,"height":49,"caption":"Talenom Sweden"},"image":{"@id":"https:\/\/talenom.com\/en-se\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/talenom.com\/en-se\/wp-json\/wp\/v2\/pages\/4891","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/talenom.com\/en-se\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/talenom.com\/en-se\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/talenom.com\/en-se\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/talenom.com\/en-se\/wp-json\/wp\/v2\/comments?post=4891"}],"version-history":[{"count":4,"href":"https:\/\/talenom.com\/en-se\/wp-json\/wp\/v2\/pages\/4891\/revisions"}],"predecessor-version":[{"id":4895,"href":"https:\/\/talenom.com\/en-se\/wp-json\/wp\/v2\/pages\/4891\/revisions\/4895"}],"wp:attachment":[{"href":"https:\/\/talenom.com\/en-se\/wp-json\/wp\/v2\/media?parent=4891"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}