{"id":3795,"date":"2026-08-26T15:42:32","date_gmt":"2026-08-26T15:42:32","guid":{"rendered":"https:\/\/settli.se\/?page_id=3795"},"modified":"2026-09-01T12:28:18","modified_gmt":"2026-09-01T12:28:18","slug":"privacy-policy","status":"publish","type":"page","link":"https:\/\/settli.se\/en\/privacy-policy\/","title":{"rendered":"Privacy Policy"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"3795\" class=\"elementor elementor-3795\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-594f892 e-flex e-con-boxed e-con e-parent\" data-id=\"594f892\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-181a67f elementor-widget elementor-widget-html\" data-id=\"181a67f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t\r\n<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\" \/>\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\r\n\r\n  <title>Settli \u2014 Privacy Policy<\/title>\r\n  <meta\r\n    name=\"description\"\r\n    content=\"Settli Privacy Policy \u2014 how we collect, use, store and protect your personal data.\"\r\n  \/>\r\n\r\n  <style>\r\n    :root {\r\n      --bg: #fdfdfd;\r\n      --surface: #ffffff;\r\n      --surface-soft: #f0f3ed;\r\n      --text: #182019;\r\n      --muted: #687169;\r\n      --border: #dfe5de;\r\n      --accent: #4F6458;\r\n      --accent-dark: #174e39;\r\n      --accent-soft: #e4f0e9;\r\n      --warning-bg: #fff8e8;\r\n      --warning-border: #ead59b;\r\n      --warning-text: #67531e;\r\n      --shadow: 0 18px 50px rgba(20, 35, 27, 0.08);\r\n      --radius: 20px;\r\n      --max-width: 1120px;\r\n    }\r\n\r\n    * {\r\n      box-sizing: border-box;\r\n    }\r\n\r\n    html {\r\n      scroll-behavior: smooth;\r\n    }\r\n\r\n    body {\r\n      margin: 0;\r\n      background: var(--bg);\r\n      color: var(--text);\r\n      font-family:\r\n        Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont,\r\n        \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\r\n      line-height: 1.7;\r\n    }\r\n\r\n    a {\r\n      color: var(--accent);\r\n      text-decoration: none;\r\n      font-weight: 600;\r\n    }\r\n\r\n    a:hover {\r\n      color: var(--accent-dark);\r\n      text-decoration: underline;\r\n    }\r\n\r\n    \/* Top navigation *\/\r\n    .topbar {\r\n      background: var(--surface);\r\n      border-bottom: 1px solid var(--border);\r\n      padding: 22px 24px;\r\n    }\r\n\r\n    .topbar-inner {\r\n      max-width: var(--max-width);\r\n      margin: 0 auto;\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: space-between;\r\n      gap: 20px;\r\n    }\r\n\r\n    .brand {\r\n      display: inline-flex;\r\n      align-items: center;\r\n      gap: 10px;\r\n      color: var(--text);\r\n      font-size: 17px;\r\n      font-weight: 800;\r\n      letter-spacing: -.02em;\r\n    }\r\n\r\n    .brand:hover {\r\n      color: var(--text);\r\n      text-decoration: none;\r\n    }\r\n\r\n    .brand-mark {\r\n      display: grid;\r\n      place-items: center;\r\n      width: 38px;\r\n      height: 38px;\r\n      border-radius: 12px;\r\n      background: var(--accent-soft);\r\n      color: var(--accent);\r\n      font-size: 18px;\r\n      font-weight: 800;\r\n    }\r\n\r\n    .topbar-label {\r\n      color: var(--muted);\r\n      font-size: 13px;\r\n      font-weight: 600;\r\n    }\r\n\r\n    \/* Page heading *\/\r\n    .page-heading {\r\n      max-width: var(--max-width);\r\n      margin: 0 auto;\r\n      padding: 64px 24px 48px;\r\n    }\r\n\r\n    .eyebrow {\r\n      display: inline-block;\r\n      margin-bottom: 12px;\r\n      color: var(--accent);\r\n      font-size: 13px;\r\n      font-weight: 800;\r\n      letter-spacing: .12em;\r\n      text-transform: uppercase;\r\n    }\r\n\r\n    h1 {\r\n      max-width: 800px;\r\n      margin: 0 0 18px;\r\n      font-size: clamp(42px, 7vw, 68px);\r\n      line-height: 1.02;\r\n      letter-spacing: -.055em;\r\n    }\r\n\r\n    .intro {\r\n      max-width: 720px;\r\n      margin: 0;\r\n      color: var(--muted);\r\n      font-size: 19px;\r\n      line-height: 1.65;\r\n    }\r\n\r\n    .meta {\r\n      display: flex;\r\n      flex-wrap: wrap;\r\n      gap: 9px;\r\n      margin-top: 25px;\r\n    }\r\n\r\n    .pill {\r\n      padding: 7px 12px;\r\n      border: 1px solid var(--border);\r\n      border-radius: 999px;\r\n      background: var(--surface);\r\n      color: var(--muted);\r\n      font-size: 13px;\r\n      font-weight: 600;\r\n    }\r\n\r\n    \/* Layout *\/\r\n    .layout {\r\n      display: grid;\r\n      grid-template-columns: 250px minmax(0, 1fr);\r\n      gap: 48px;\r\n      max-width: var(--max-width);\r\n      margin: 0 auto;\r\n      padding: 0 24px 100px;\r\n    }\r\n\r\n    .toc {\r\n      position: sticky;\r\n      top: 24px;\r\n      align-self: start;\r\n      padding: 22px;\r\n      background: rgba(255, 255, 255, .8);\r\n      border: 1px solid var(--border);\r\n      border-radius: 18px;\r\n      backdrop-filter: blur(12px);\r\n    }\r\n\r\n    .toc-title {\r\n      margin-bottom: 13px;\r\n      color: var(--text);\r\n      font-size: 12px;\r\n      font-weight: 800;\r\n      letter-spacing: .1em;\r\n      text-transform: uppercase;\r\n    }\r\n\r\n    .toc a {\r\n      display: block;\r\n      padding: 7px 0;\r\n      color: var(--muted);\r\n      font-size: 14px;\r\n      font-weight: 600;\r\n      line-height: 1.4;\r\n    }\r\n\r\n    .toc a:hover {\r\n      color: var(--accent);\r\n      text-decoration: none;\r\n    }\r\n\r\n    main {\r\n      min-width: 0;\r\n    }\r\n\r\n    section {\r\n      scroll-margin-top: 30px;\r\n      margin-bottom: 58px;\r\n    }\r\n\r\n    h2 {\r\n      margin: 0 0 17px;\r\n      font-size: clamp(27px, 4vw, 36px);\r\n      line-height: 1.15;\r\n      letter-spacing: -.035em;\r\n    }\r\n\r\n    h3 {\r\n      margin: 32px 0 10px;\r\n      font-size: 20px;\r\n      line-height: 1.3;\r\n      letter-spacing: -.02em;\r\n    }\r\n\r\n    p {\r\n      margin: 0 0 16px;\r\n\r\n    }\r\n\r\n    ul {\r\n      margin: 0 0 20px;\r\n      padding-left: 23px;\r\n    }\r\n\r\n    li {\r\n      margin: 8px 0;\r\n      color: #343c36;\r\n    }\r\n\r\n    .lead {\r\n      font-size: 18px;\r\n      color: #4c564e;\r\n    }\r\n\r\n    .card {\r\n      margin: 22px 0;\r\n      padding: 25px;\r\n      background: var(--surface);\r\n      border: 1px solid var(--border);\r\n      border-radius: var(--radius);\r\n      box-shadow: var(--shadow);\r\n    }\r\n\r\n    .card-soft {\r\n      background: var(--surface-soft);\r\n      border-color: transparent;\r\n      box-shadow: none;\r\n    }\r\n\r\n    .notice {\r\n      margin: 26px 0;\r\n      padding: 20px 22px;\r\n      background: var(--warning-bg);\r\n      border: 1px solid var(--warning-border);\r\n      border-radius: 16px;\r\n      color: var(--warning-text);\r\n    }\r\n\r\n    .notice strong {\r\n      display: block;\r\n      margin-bottom: 5px;\r\n    }\r\n\r\n    \/* Data table *\/\r\n    .table-wrap {\r\n      overflow-x: auto;\r\n      margin: 24px 0;\r\n      border: 1px solid var(--border);\r\n      border-radius: 18px;\r\n      background: var(--surface);\r\n      box-shadow: 0 10px 30px rgba(20, 35, 27, .04);\r\n    }\r\n\r\n    table {\r\n      width: 100%;\r\n      min-width: 720px;\r\n      border-collapse: collapse;\r\n    }\r\n\r\n    th,\r\n    td {\r\n      padding: 17px 18px;\r\n      text-align: left;\r\n      vertical-align: top;\r\n      border-bottom: 1px solid var(--border);\r\n    }\r\n\r\n    th {\r\n      background: var(--surface-soft);\r\n      color: var(--text);\r\n      font-size: 13px;\r\n      font-weight: 800;\r\n      letter-spacing: .02em;\r\n    }\r\n\r\n    td {\r\n      color: #3c453e;\r\n      font-size: 14px;\r\n    }\r\n\r\n    tr:last-child td {\r\n      border-bottom: 0;\r\n    }\r\n\r\n    \/* Processor cards *\/\r\n    .processor-grid {\r\n      display: grid;\r\n      grid-template-columns: repeat(3, 1fr);\r\n      gap: 14px;\r\n      margin-top: 22px;\r\n    }\r\n\r\n    .processor {\r\n      padding: 21px;\r\n      background: var(--surface);\r\n      border: 1px solid var(--border);\r\n      border-radius: 17px;\r\n    }\r\n\r\n    .processor-name {\r\n      margin-bottom: 7px;\r\n      color: var(--text);\r\n      font-weight: 800;\r\n    }\r\n\r\n    .processor p {\r\n      margin: 0;\r\n      color: var(--muted);\r\n      font-size: 14px;\r\n      line-height: 1.55;\r\n    }\r\n\r\n    \/* Rights *\/\r\n    .rights {\r\n      display: grid;\r\n      grid-template-columns: repeat(2, 1fr);\r\n      gap: 14px;\r\n      margin-top: 22px;\r\n    }\r\n\r\n    .right {\r\n      padding: 21px;\r\n      background: var(--surface);\r\n      border: 1px solid var(--border);\r\n      border-radius: 17px;\r\n    }\r\n\r\n    .right h3 {\r\n      margin: 0 0 7px;\r\n      font-size: 17px;\r\n    }\r\n\r\n    .right p {\r\n      margin: 0;\r\n      color: var(--muted);\r\n      font-size: 14px;\r\n      line-height: 1.55;\r\n    }\r\n\r\n\r\n\r\n    .updated {\r\n      color: var(--muted);\r\n      font-size: 13px;\r\n      white-space: nowrap;\r\n    }\r\n\r\n    .cross-link {\r\n      display: inline-flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n      margin-top: 12px;\r\n      padding: 10px 14px;\r\n      border-radius: 10px;\r\n      background: var(--accent-soft);\r\n    }\r\n\r\n    \/* Responsive *\/\r\n    @media (max-width: 850px) {\r\n      .layout {\r\n        grid-template-columns: 1fr;\r\n        gap: 25px;\r\n      }\r\n\r\n      .toc {\r\n        position: relative;\r\n        top: auto;\r\n      }\r\n\r\n      .toc a {\r\n        display: inline-block;\r\n        margin-right: 15px;\r\n      }\r\n\r\n      .processor-grid {\r\n        grid-template-columns: 1fr;\r\n      }\r\n    }\r\n\r\n    @media (max-width: 620px) {\r\n      .topbar {\r\n        padding: 18px 20px;\r\n      }\r\n\r\n      .topbar-label {\r\n        display: none;\r\n      }\r\n\r\n      .page-heading {\r\n        padding: 45px 20px 38px;\r\n      }\r\n\r\n      .layout {\r\n        padding: 0 20px 70px;\r\n      }\r\n\r\n      .card {\r\n        padding: 20px;\r\n      }\r\n\r\n      .rights {\r\n        grid-template-columns: 1fr;\r\n      }\r\n\r\n      .footer-inner {\r\n        flex-direction: column;\r\n      }\r\n\r\n      .updated {\r\n        white-space: normal;\r\n      }\r\n    }\r\n  <\/style>\r\n<\/head>\r\n\r\n<body>\r\n  <div class=\"page\">\r\n\r\n    <!-- SIMPLE TOP BAR -->\r\n    \r\n\r\n\r\n    <!-- PAGE HEADING -->\r\n    <div class=\"page-heading\">\r\n\r\n      <h1>Privacy Policy<\/h1>\r\n\r\n      <p class=\"intro\">\r\n        We believe renting a home should feel simple and transparent.\r\n        This Privacy Policy explains what personal data Settli collects,\r\n        why we use it, how we protect it, and what rights you have.\r\n      <\/p>\r\n\r\n      <div class=\"meta\">\r\n  \r\n        <span class=\"pill\">Last updated: 2026-08-26<\/span>\r\n      <\/div>\r\n    <\/div>\r\n\r\n\r\n    <!-- CONTENT -->\r\n    <div class=\"layout\">\r\n\r\n      <!-- TABLE OF CONTENTS -->\r\n      <aside class=\"toc\">\r\n        <div class=\"toc-title\">Contents<\/div>\r\n\r\n        <a href=\"#scope\">1. About this policy<\/a>\r\n        <a href=\"#controller\">2. Who controls your data<\/a>\r\n        <a href=\"#data\">3. Data we collect<\/a>\r\n        <a href=\"#use\">4. How we use data<\/a>\r\n        <a href=\"#legal-bases\">5. Legal bases<\/a>\r\n        <a href=\"#sharing\">6. Sharing & processors<\/a>\r\n        <a href=\"#storage\">7. Storage & security<\/a>\r\n        <a href=\"#retention\">8. Retention & deletion<\/a>\r\n        <a href=\"#rights\">9. Your rights<\/a>\r\n        <a href=\"#children\">10. Children<\/a>\r\n        <a href=\"#changes\">11. Changes<\/a>\r\n        <a href=\"#contact\">12. Contact<\/a>\r\n      <\/aside>\r\n\r\n\r\n      <main>\r\n\r\n        <!-- 1 -->\r\n        <section id=\"scope\">\r\n          <h2>1. About this Privacy Policy<\/h2>\r\n\r\n          <p class=\"lead\">\r\n            This Privacy Policy explains how Settli processes personal data\r\n            when you use the Settli mobile application, website or related\r\n            services.\r\n          <\/p>\r\n\r\n          <p>\r\n            Settli is a Swedish rental-housing marketplace where tenants can\r\n            browse rental listings, landlords can manage properties and both\r\n            parties can communicate after matching. Where the parties agree,\r\n            a rental contract may also be signed electronically through the\r\n            app.\r\n          <\/p>\r\n\r\n          <p>\r\n            This policy applies to personal data processed in connection with\r\n            these services and should be read together with our\r\n            <a href=\"\/en\/terms-and-conditions\/\">Terms and Conditions<\/a>.\r\n          <\/p>\r\n\r\n         \r\n        <\/section>\r\n\r\n\r\n        <!-- 2 -->\r\n        <section id=\"controller\">\r\n          <h2>2. Who controls your personal data?<\/h2>\r\n\r\n          <p>\r\n            The controller responsible for your personal data is the Settli\r\n            entity operating the Settli service:\r\n          <\/p>\r\n\r\n          <div class=\"card\">\r\n            <strong>Settli AB<\/strong><br \/>\r\n            Valhallav\u00e4gen 65<br \/>\r\n            114 28 Stockholm<br \/>\r\n            Sweden<br \/><br \/>\r\n\r\n            Company registration number:\r\n            <strong>559557-0945<\/strong><br \/>\r\n\r\n            Email:\r\n            <a href=\"mailto:info@settli.se\">info@settli.se<\/a>\r\n          <\/div>\r\n\r\n          <p>\r\n            For the purposes of the General Data Protection Regulation\r\n            (EU) 2016\/679 (\"GDPR\"), this entity acts as the data controller\r\n            unless otherwise stated in this Privacy Policy.\r\n          <\/p>\r\n        <\/section>\r\n\r\n\r\n        <!-- 3 -->\r\n        <section id=\"data\">\r\n          <h2>3. What personal data do we collect?<\/h2>\r\n\r\n          <p>\r\n            We collect information that you provide directly, information\r\n            generated when you use Settli, and certain information processed\r\n            through service providers that help us operate the platform.\r\n          <\/p>\r\n\r\n          <div class=\"table-wrap\">\r\n            <table>\r\n              <thead>\r\n                <tr>\r\n                  <th>Category<\/th>\r\n                  <th>Examples<\/th>\r\n                  <th>Why it is used<\/th>\r\n                <\/tr>\r\n              <\/thead>\r\n\r\n              <tbody>\r\n                <tr>\r\n                  <td><strong>Account information<\/strong><\/td>\r\n                  <td>\r\n                    Email address, first name, last name, date of birth,\r\n                    active role.\r\n                  <\/td>\r\n                  <td>\r\n                    Account creation, authentication, identification and\r\n                    operation of the service.\r\n                  <\/td>\r\n                <\/tr>\r\n\r\n                <tr>\r\n                  <td><strong>Business landlord information<\/strong><\/td>\r\n                  <td>\r\n                    Company name and organisationsnummer.\r\n                  <\/td>\r\n                  <td>\r\n                    To identify business landlords and support landlord\r\n                    activities on the platform.\r\n                  <\/td>\r\n                <\/tr>\r\n\r\n                <tr>\r\n                  <td><strong>Tenant profile<\/strong><\/td>\r\n                  <td>\r\n                    Occupation, preferred move-in and move-out dates,\r\n                    desired amenities, pet information, biography and\r\n                    profile photographs.\r\n                  <\/td>\r\n                  <td>\r\n                    To create and display tenant profiles and help landlords\r\n                    assess potential matches.\r\n                  <\/td>\r\n                <\/tr>\r\n\r\n                <tr>\r\n                  <td><strong>Landlord and listing information<\/strong><\/td>\r\n                  <td>\r\n                    Street address, latitude and longitude, home type,\r\n                    size, number of rooms, rent, amenities, house rules,\r\n                    availability dates and listing photographs.\r\n                  <\/td>\r\n                  <td>\r\n                    To create, display and manage rental listings.\r\n                  <\/td>\r\n                <\/tr>\r\n\r\n                <tr>\r\n                  <td><strong>Address information<\/strong><\/td>\r\n                  <td>\r\n                    Address text entered into the address search field and\r\n                    the resulting verified address.\r\n                  <\/td>\r\n                  <td>\r\n                    To provide address suggestions and verify real\r\n                    addresses.\r\n                  <\/td>\r\n                <\/tr>\r\n\r\n                <tr>\r\n                  <td><strong>Messages and shared images<\/strong><\/td>\r\n                  <td>\r\n                    Chat messages, photographs and other images shared\r\n                    between matched users.\r\n                  <\/td>\r\n                  <td>\r\n                    To provide persistent communication between matched\r\n                    users.\r\n                  <\/td>\r\n                <\/tr>\r\n\r\n                <tr>\r\n                  <td><strong>Contract and signing information<\/strong><\/td>\r\n                  <td>\r\n                    Information required to execute and evidence a rental\r\n                    contract, including personnummer where required for\r\n                    identity verification through BankID.\r\n                  <\/td>\r\n                  <td>\r\n                    To facilitate electronic signing and establish the\r\n                    identity of the signing party.\r\n                  <\/td>\r\n                <\/tr>\r\n\r\n                <tr>\r\n                  <td><strong>Notification information<\/strong><\/td>\r\n                  <td>\r\n                    Device push-notification token.\r\n                  <\/td>\r\n                  <td>\r\n                    To deliver push notifications such as new matches and\r\n                    relevant account alerts.\r\n                  <\/td>\r\n                <\/tr>\r\n\r\n                <tr>\r\n                  <td><strong>Website and technical information<\/strong><\/td>\r\n                  <td>\r\n                    IP address, date and time of requests, and interactions with\r\n                    download links.\r\n                  <\/td>\r\n                  <td>\r\n                    To operate and secure our website, prevent abuse, troubleshoot\r\n                    technical issues and understand use of our download links.\r\n                  <\/td>\r\n                <\/tr>\r\n\r\n                <tr>\r\n                  <td><strong>Safety and reports<\/strong><\/td>\r\n                  <td>\r\n                    Reports, block information and images or other material\r\n                    attached to reports.\r\n                  <\/td>\r\n                  <td>\r\n                    To investigate misconduct, fraud, abuse and safety\r\n                    issues and protect users.\r\n                  <\/td>\r\n                <\/tr>\r\n              <\/tbody>\r\n            <\/table>\r\n          <\/div>\r\n        <\/section>\r\n\r\n\r\n        <!-- 4 -->\r\n        <section id=\"use\">\r\n          <h2>4. How we use your personal data<\/h2>\r\n\r\n          <p>\r\n            We process personal data only where there is a lawful reason to\r\n            do so. Depending on the circumstances, we use information to:\r\n          <\/p>\r\n\r\n          <ul>\r\n            <li>Create and administer your Settli account.<\/li>\r\n            <li>Authenticate your account using email verification codes.<\/li>\r\n            <li>\r\n              Operate tenant and landlord profiles, including the platform's\r\n              dual-role functionality.\r\n            <\/li>\r\n            <li>\r\n              Display rental listings and tenant information to relevant\r\n              users.\r\n            <\/li>\r\n            <li>\r\n              Enable users to discover potential rental matches.\r\n            <\/li>\r\n            <li>\r\n              Enable communication between users who have matched.\r\n            <\/li>\r\n            <li>\r\n              Facilitate electronic execution of rental contracts.\r\n            <\/li>\r\n            <li>\r\n              Verify identity where required for contract signing.\r\n            <\/li>\r\n            <li>\r\n              Send account-related emails and push notifications.\r\n            <\/li>\r\n            <li>\r\n              Investigate reports, fraudulent activity, abuse and other\r\n              safety concerns.\r\n            <\/li>\r\n            <li>\r\n              Maintain, secure and improve the Settli service.\r\n            <\/li>\r\n            <li>\r\n              Comply with legal obligations and respond to lawful requests\r\n              from authorities where required.\r\n            <\/li>\r\n          <\/ul>\r\n        <\/section>\r\n\r\n\r\n        <!-- 5 -->\r\n        <section id=\"legal-bases\">\r\n          <h2>5. Legal bases under GDPR<\/h2>\r\n\r\n          <p>\r\n            GDPR requires us to have a legal basis for processing personal\r\n            data. The applicable legal basis depends on the particular\r\n            processing activity.\r\n          <\/p>\r\n\r\n          <div class=\"table-wrap\">\r\n            <table>\r\n              <thead>\r\n                <tr>\r\n                  <th>Processing activity<\/th>\r\n                  <th>Legal basis<\/th>\r\n                <\/tr>\r\n              <\/thead>\r\n\r\n              <tbody>\r\n                <tr>\r\n                  <td>\r\n                    Creating and managing your account, authenticating your\r\n                    login and providing the core Settli service.\r\n                  <\/td>\r\n                  <td>\r\n                    <strong>Performance of a contract<\/strong>\r\n                    (GDPR Article 6(1)(b)) \u2014 processing is necessary to\r\n                    provide the services you request under our agreement\r\n                    with you.\r\n                  <\/td>\r\n                <\/tr>\r\n\r\n                <tr>\r\n                  <td>\r\n                    Operating tenant and landlord profiles and displaying\r\n                    relevant profile and listing information.\r\n                  <\/td>\r\n                  <td>\r\n                    <strong>Performance of a contract<\/strong>\r\n                    (Article 6(1)(b)) where the processing is necessary to\r\n                    provide the marketplace functionality.\r\n                  <\/td>\r\n                <\/tr>\r\n\r\n                <tr>\r\n                  <td>\r\n                    Address lookup and verification using Google Places API.\r\n                  <\/td>\r\n                  <td>\r\n                    <strong>Performance of a contract<\/strong>\r\n                    (Article 6(1)(b)) where address verification is necessary\r\n                    to provide listing functionality.\r\n                  <\/td>\r\n                <\/tr>\r\n\r\n                <tr>\r\n                  <td>\r\n                    Chat and sharing of images after users match.\r\n                  <\/td>\r\n                  <td>\r\n                    <strong>Performance of a contract<\/strong>\r\n                    (Article 6(1)(b)).\r\n                  <\/td>\r\n                <\/tr>\r\n\r\n                <tr>\r\n                  <td>\r\n                    Facilitating rental-contract signing and processing the\r\n                    information required to establish the identity of the\r\n                    signing party.\r\n                  <\/td>\r\n                  <td>\r\n                    <strong>Performance of a contract<\/strong>\r\n                    (Article 6(1)(b)) and, where applicable,\r\n                    <strong>compliance with a legal obligation<\/strong>\r\n                    (Article 6(1)(c)).\r\n                  <\/td>\r\n                <\/tr>\r\n\r\n                <tr>\r\n                  <td>\r\n                    Sending essential service emails, such as login codes\r\n                    and account-related communications.\r\n                  <\/td>\r\n                  <td>\r\n                    <strong>Performance of a contract<\/strong>\r\n                    (Article 6(1)(b)).\r\n                  <\/td>\r\n                <\/tr>\r\n\r\n                <tr>\r\n                  <td>\r\n                    Security, fraud prevention, abuse prevention, user\r\n                    reports and investigation of misconduct.\r\n                  <\/td>\r\n                  <td>\r\n                    <strong>Legitimate interests<\/strong>\r\n                    (Article 6(1)(f)), namely protecting users, the service\r\n                    and our business from fraud, abuse and security threats.\r\n                  <\/td>\r\n                <\/tr>\r\n\r\n                <tr>\r\n                  <td>\r\n                    Maintaining technical security, reliability and\r\n                    functionality of the platform.\r\n                  <\/td>\r\n                  <td>\r\n                    <strong>Legitimate interests<\/strong>\r\n                    (Article 6(1)(f)).\r\n                  <\/td>\r\n                <\/tr>\r\n\r\n                <tr>\r\n                  <td>\r\n                    Processing required to comply with applicable laws,\r\n                    regulations or lawful authority requests.\r\n                  <\/td>\r\n                  <td>\r\n                    <strong>Legal obligation<\/strong>\r\n                    (Article 6(1)(c)).\r\n                  <\/td>\r\n                <\/tr>\r\n\r\n                <tr>\r\n                  <td>\r\n                    Optional processing that requires consent, where\r\n                    applicable.\r\n                  <\/td>\r\n                  <td>\r\n                    <strong>Consent<\/strong>\r\n                    (Article 6(1)(a)).\r\n                  <\/td>\r\n                <\/tr>\r\n              <\/tbody>\r\n            <\/table>\r\n          <\/div>\r\n\r\n    \r\n        <\/section>\r\n\r\n\r\n        <!-- 6 -->\r\n        <section id=\"sharing\">\r\n          <h2>6. Who do we share personal data with?<\/h2>\r\n\r\n          <p>\r\n            We use selected third-party service providers to operate parts of\r\n            the Settli platform. These providers process personal data on our\r\n            behalf where they act as processors, subject to appropriate\r\n            contractual arrangements and applicable data-protection law.\r\n          <\/p>\r\n\r\n          <div class=\"processor-grid\">\r\n\r\n            <div class=\"processor\">\r\n              <div class=\"processor-name\">Google \/ Firebase<\/div>\r\n              <p>\r\n                Provides core infrastructure including Firestore,\r\n                Firebase Authentication, Firebase Storage, Cloud Functions\r\n                and Firebase Cloud Messaging.\r\n              <\/p>\r\n            <\/div>\r\n\r\n            <div class=\"processor\">\r\n              <div class=\"processor-name\">Scrive<\/div>\r\n              <p>\r\n                Provides electronic-signing functionality used in connection\r\n                with rental contracts and BankID-based signing.\r\n              <\/p>\r\n            <\/div>\r\n\r\n            <div class=\"processor\">\r\n              <div class=\"processor-name\">Strato<\/div>\r\n              <p>\r\n                Provides SMTP email infrastructure used to send verification\r\n                codes and account-related emails.\r\n              <\/p>\r\n            <\/div>\r\n\r\n          <\/div>\r\n\r\n          <h3>Google Places API<\/h3>\r\n\r\n          <p>\r\n            When you enter an address into Settli's address search, the\r\n            entered address text may be transmitted to Google's Places API\r\n            to provide address suggestions and help confirm a real,\r\n            verified address.\r\n          <\/p>\r\n\r\n          <h3>BankID<\/h3>\r\n\r\n          <p>\r\n            When a rental contract is signed through the Settli service,\r\n            BankID is used as part of the electronic identification and\r\n            signing process through our signing provider.\r\n          <\/p>\r\n\r\n          <p>\r\n            BankID-related processing may involve information required to\r\n            verify the identity of the person signing. In particular,\r\n            personnummer may be processed where required for the signing\r\n            and identity-verification process.\r\n          <\/p>\r\n\r\n        <\/section>\r\n\r\n\r\n        <!-- 7 -->\r\n        <section id=\"storage\">\r\n          <h2>7. Where is your data stored?<\/h2>\r\n\r\n          <p>\r\n            Settli uses Google Firebase as its primary application backend.\r\n            The Firebase services used by Settli are configured to store\r\n            Settli data in the EU region\r\n            <strong>europe-north1<\/strong>, located in Finland.\r\n          <\/p>\r\n\r\n          <div class=\"card card-soft\">\r\n            <strong>Primary data region<\/strong><br \/>\r\n            Google Firebase \u2014 europe-north1<br \/>\r\n            Finland \u00b7 European Union\r\n          <\/div>\r\n\r\n          <p>\r\n            We aim to keep personal data within the European Union. However,\r\n            certain third-party providers may process data in other\r\n            jurisdictions depending on the services they provide and their\r\n            infrastructure. Where personal data is transferred outside the\r\n            EEA, Settli will rely on a lawful transfer mechanism required by\r\n            applicable data-protection law.\r\n          <\/p>\r\n\r\n          <h3>Security<\/h3>\r\n\r\n          <p>\r\n            We use appropriate technical and organisational measures designed\r\n            to protect personal data against unauthorised access, alteration,\r\n            disclosure, loss and destruction.\r\n          <\/p>\r\n\r\n          <p>\r\n            These measures include access controls, authentication,\r\n            infrastructure security and restrictions on access to personal\r\n            data. No internet-based service can guarantee absolute security,\r\n            and you should therefore also take reasonable steps to protect\r\n            your account and login information.\r\n          <\/p>\r\n        <\/section>\r\n\r\n\r\n        <!-- 8 -->\r\n        <section id=\"retention\">\r\n          <h2>8. How long do we keep your data?<\/h2>\r\n\r\n          <p>\r\n            We retain personal data only for as long as reasonably necessary\r\n            for the purposes described in this Privacy Policy, unless a\r\n            longer retention period is required by law or necessary to\r\n            establish, exercise or defend legal claims.\r\n          <\/p>\r\n\r\n          <h3>Account deletion<\/h3>\r\n\r\n          <p>\r\n            When you delete your Settli account, it is initially marked for\r\n            deletion. Your account remains in a\r\n            <strong>30-day grace period<\/strong>.\r\n          <\/p>\r\n\r\n          <p>\r\n            During this period, you may be able to sign back in and restore\r\n            your account. Once the 30-day period has expired, the account is\r\n            permanently deleted and personal account information is removed\r\n            in accordance with our deletion processes.\r\n          <\/p>\r\n\r\n          <p>\r\n            This includes deletion of stored photographs and removal of the\r\n            login account and personal profile fields such as name, email\r\n            address, date of birth and profile photographs.\r\n          <\/p>\r\n\r\n          <h3>Incomplete registrations<\/h3>\r\n\r\n          <p>\r\n            Sign-ups that are never completed are automatically cleaned up\r\n            after 30 days.\r\n          <\/p>\r\n\r\n          <h3>Exceptions<\/h3>\r\n\r\n          <p>\r\n            Certain information may need to be retained after account\r\n            deletion where required by law or where reasonably necessary to\r\n            establish, exercise or defend legal claims, prevent fraud or\r\n            maintain evidence relating to a dispute or security incident.\r\n            Where this occurs, the retained data will be restricted to what\r\n            is necessary for that purpose.\r\n          <\/p>\r\n        <\/section>\r\n\r\n\r\n        <!-- 9 -->\r\n        <section id=\"rights\">\r\n          <h2>9. Your rights<\/h2>\r\n\r\n          <p>\r\n            Depending on the circumstances and applicable law, you have\r\n            several rights under GDPR concerning your personal data.\r\n          <\/p>\r\n\r\n          <div class=\"rights\">\r\n\r\n            <div class=\"right\">\r\n              <h3>Access<\/h3>\r\n              <p>\r\n                You may request information about the personal data we hold\r\n                about you and receive a copy of it.\r\n              <\/p>\r\n            <\/div>\r\n\r\n            <div class=\"right\">\r\n              <h3>Correction<\/h3>\r\n              <p>\r\n                You may ask us to correct inaccurate or incomplete personal\r\n                data.\r\n              <\/p>\r\n            <\/div>\r\n\r\n            <div class=\"right\">\r\n              <h3>Deletion<\/h3>\r\n              <p>\r\n                In certain circumstances, you may request that your personal\r\n                data be deleted.\r\n              <\/p>\r\n            <\/div>\r\n\r\n            <div class=\"right\">\r\n              <h3>Restriction<\/h3>\r\n              <p>\r\n                You may request that we restrict processing of your personal\r\n                data in certain circumstances.\r\n              <\/p>\r\n            <\/div>\r\n\r\n            <div class=\"right\">\r\n              <h3>Objection<\/h3>\r\n              <p>\r\n                You may object to processing based on legitimate interests,\r\n                subject to the requirements of GDPR.\r\n              <\/p>\r\n            <\/div>\r\n\r\n            <div class=\"right\">\r\n              <h3>Data portability<\/h3>\r\n              <p>\r\n                Where applicable, you may request your personal data in a\r\n                structured, commonly used and machine-readable format.\r\n              <\/p>\r\n            <\/div>\r\n\r\n            <div class=\"right\">\r\n              <h3>Withdraw consent<\/h3>\r\n              <p>\r\n                Where processing is based on consent, you may withdraw your\r\n                consent at any time. Withdrawal does not affect processing\r\n                carried out before withdrawal.\r\n              <\/p>\r\n            <\/div>\r\n\r\n            <div class=\"right\">\r\n              <h3>Complain<\/h3>\r\n              <p>\r\n                You have the right to lodge a complaint with the relevant\r\n                supervisory authority if you believe your data has been\r\n                processed unlawfully.\r\n              <\/p>\r\n            <\/div>\r\n\r\n          <\/div>\r\n\r\n          <h3>How to exercise your rights<\/h3>\r\n\r\n          <p>\r\n            To exercise your rights, contact us using the details in the\r\n            <a href=\"#contact\">Contact<\/a> section below. We may need to\r\n            verify your identity before fulfilling a request.\r\n          <\/p>\r\n\r\n          <p>\r\n            In Sweden, the relevant supervisory authority is the\r\n            <strong>Integritetsskyddsmyndigheten (IMY)<\/strong>.\r\n          <\/p>\r\n\r\n          <p>\r\n            You can find information about the Swedish data-protection\r\n            authority at\r\n            <a href=\"https:\/\/www.imy.se\/\" target=\"_blank\" rel=\"noopener noreferrer\">\r\n              imy.se\r\n            <\/a>.\r\n          <\/p>\r\n        <\/section>\r\n\r\n\r\n        <!-- 10 -->\r\n        <section id=\"children\">\r\n          <h2>10. Children<\/h2>\r\n\r\n          <p>\r\n            Settli is a rental-housing marketplace intended for adults\r\n            participating in the rental-housing market. We do not knowingly\r\n            collect personal data from children in circumstances where such\r\n            collection is prohibited by applicable law.\r\n          <\/p>\r\n\r\n          <p>\r\n            If you believe that a child has provided personal data to Settli\r\n            inappropriately, please contact us so that we can investigate and,\r\n            where appropriate, delete the information.\r\n          <\/p>\r\n        <\/section>\r\n\r\n\r\n        <!-- 11 -->\r\n        <section id=\"changes\">\r\n          <h2>11. Changes to this Privacy Policy<\/h2>\r\n\r\n          <p>\r\n            We may update this Privacy Policy from time to time to reflect\r\n            changes to Settli, our processing activities, technology,\r\n            applicable law or regulatory guidance.\r\n          <\/p>\r\n\r\n          <p>\r\n            When we make material changes, we will take reasonable steps to\r\n            notify users where required by law. The \"Last updated\" date at\r\n            the top of this policy indicates when the policy was most\r\n            recently revised.\r\n          <\/p>\r\n        <\/section>\r\n\r\n\r\n        <!-- 12 -->\r\n        <section id=\"contact\">\r\n          <h2>12. Contact us<\/h2>\r\n\r\n          <p>\r\n            If you have questions about this Privacy Policy, want to exercise\r\n            your GDPR rights, or have concerns about how your personal data\r\n            is handled, please contact us:\r\n          <\/p>\r\n\r\n          <div class=\"card\">\r\n            <strong>Settli AB<\/strong><br \/>\r\n            Valhallav\u00e4gen 65<br \/>\r\n            114 28 Stockholm<br \/>\r\n            Sweden<br \/><br \/>\r\n\r\n            Privacy enquiries:\r\n            <a href=\"mailto:info@settli.se\">info@settli.se<\/a>\r\n          <\/div>\r\n\r\n          <p>\r\n            You may also contact the Swedish data-protection authority,\r\n            Integritetsskyddsmyndigheten (IMY), if you wish to lodge a\r\n            complaint concerning the processing of your personal data.\r\n          <\/p>\r\n\r\n        <\/section>\r\n\r\n      <\/main>\r\n    <\/div>\r\n\r\n\r\n   \r\n\r\n  <\/div>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Settli \u2014 Privacy Policy Privacy Policy We believe renting a home should feel simple and transparent. This Privacy Policy explains what personal data Settli collects, why we use it, how we protect it, and what rights you have. Last updated: 2026-08-26 Contents 1. About this policy 2. Who controls your data 3. Data we collect [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inline_featured_image":false,"_monsterinsights_skip_tracking":false,"footnotes":""},"class_list":["post-3795","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Privacy Policy - Settli<\/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:\/\/settli.se\/en\/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 - Settli\" \/>\n<meta property=\"og:description\" content=\"Settli \u2014 Privacy Policy Privacy Policy We believe renting a home should feel simple and transparent. This Privacy Policy explains what personal data Settli collects, why we use it, how we protect it, and what rights you have. Last updated: 2026-08-26 Contents 1. About this policy 2. Who controls your data 3. Data we collect [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/settli.se\/en\/privacy-policy\/\" \/>\n<meta property=\"og:site_name\" content=\"Settli\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-01T12:28:18+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=\"12 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/settli.se\\\/privacy-policy\\\/\",\"url\":\"https:\\\/\\\/settli.se\\\/privacy-policy\\\/\",\"name\":\"Privacy Policy - Settli\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/settli.se\\\/#website\"},\"datePublished\":\"2026-08-26T15:42:32+00:00\",\"dateModified\":\"2026-09-01T12:28:18+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/settli.se\\\/privacy-policy\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/settli.se\\\/privacy-policy\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/settli.se\\\/privacy-policy\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/settli.se\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Privacy Policy\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/settli.se\\\/#website\",\"url\":\"https:\\\/\\\/settli.se\\\/\",\"name\":\"Settli\",\"description\":\"Match with your future home\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/settli.se\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Privacy Policy - Settli","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:\/\/settli.se\/en\/privacy-policy\/","og_locale":"en_GB","og_type":"article","og_title":"Privacy Policy - Settli","og_description":"Settli \u2014 Privacy Policy Privacy Policy We believe renting a home should feel simple and transparent. This Privacy Policy explains what personal data Settli collects, why we use it, how we protect it, and what rights you have. Last updated: 2026-08-26 Contents 1. About this policy 2. Who controls your data 3. Data we collect [&hellip;]","og_url":"https:\/\/settli.se\/en\/privacy-policy\/","og_site_name":"Settli","article_modified_time":"2026-09-01T12:28:18+00:00","twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"12 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/settli.se\/privacy-policy\/","url":"https:\/\/settli.se\/privacy-policy\/","name":"Privacy Policy - Settli","isPartOf":{"@id":"https:\/\/settli.se\/#website"},"datePublished":"2026-08-26T15:42:32+00:00","dateModified":"2026-09-01T12:28:18+00:00","breadcrumb":{"@id":"https:\/\/settli.se\/privacy-policy\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/settli.se\/privacy-policy\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/settli.se\/privacy-policy\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/settli.se\/"},{"@type":"ListItem","position":2,"name":"Privacy Policy"}]},{"@type":"WebSite","@id":"https:\/\/settli.se\/#website","url":"https:\/\/settli.se\/","name":"Settle","description":"Match with your future home","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/settli.se\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/settli.se\/en\/wp-json\/wp\/v2\/pages\/3795","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/settli.se\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/settli.se\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/settli.se\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/settli.se\/en\/wp-json\/wp\/v2\/comments?post=3795"}],"version-history":[{"count":3,"href":"https:\/\/settli.se\/en\/wp-json\/wp\/v2\/pages\/3795\/revisions"}],"predecessor-version":[{"id":3875,"href":"https:\/\/settli.se\/en\/wp-json\/wp\/v2\/pages\/3795\/revisions\/3875"}],"wp:attachment":[{"href":"https:\/\/settli.se\/en\/wp-json\/wp\/v2\/media?parent=3795"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}