{"id":118759,"date":"2018-07-12T11:21:20","date_gmt":"2018-07-12T10:21:20","guid":{"rendered":"https:\/\/www.finder.com\/uk\/?page_id=118759"},"modified":"2025-12-01T09:18:44","modified_gmt":"2025-12-01T09:18:44","slug":"hsbc-business-loans","status":"publish","type":"post","link":"https:\/\/www.finder.com\/uk\/business-loans\/hsbc-business-loans","title":{"rendered":"HSBC business loans calculator and reviews"},"content":{"rendered":"<h3>See how much it'll cost you to take out a HSBC loan<\/h3>\n\n\n<article id=\"ukfblcalc\" class=\"luna-card luna-card--border\" style=\"overflow: visible;\">\n<div class=\"luna-card__block\">\n<form class=\"luna-form\" onsubmit=\"return false\">\n<fieldset class=\"luna-form__fieldset\">\n<legend class=\"luna-legend\">HSBC business loan calculator<\/legend>\n\n<div class=\"luna-form__group\">\n<div class=\"luna-form__field\">\n<label class=\"luna-label luna-label--fluid\" for=\"ukfininput1\">How much do you want to borrow from HSBC?<\/label>\n<div class=\"luna-affix\">\n<span class=\"luna-affix__label\">\u00a3<\/span>\n<input class=\"luna-input\" type=\"number\" step=\"10\" placeholder=\"Loan amount\" id=\"ukfininput1\">\n<\/div>\n<\/div>\n\n<div class=\"luna-form__field\">\n<label class=\"luna-label luna-label--fluid\" for=\"ukfininput2\">Are there any fees?<\/label>\n<div class=\"luna-affix\">\n<span class=\"luna-affix__label\">\u00a3<\/span>\n<input class=\"luna-input\" type=\"number\" step=\"1\" placeholder=\"Fees\" id=\"ukfininput2\">\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"luna-form__group\">\n<div class=\"luna-form__field\">\n<label class=\"luna-label luna-label--fluid\" for=\"ukfininput3\">What rate has HSBC offered you? <span id=\"rateTooltip\" class=\"table-popover\" data-placement=\"top\" rel=\"popover\" data-content=\"Over the 12 months to December 2025, Finder users report that they have been quoted rates from 4% to 20% by HSBC, and the average has been 7.78%.\" title=\"Not sure?\" data-original-title=\"Not sure?\" tabindex=\"0\"><\/span><\/label>\n<div class=\"luna-affix\">\n<input class=\"luna-input\" type=\"number\" step=\"0.01\" placeholder=\"Interest rate\" id=\"ukfininput3\">\n<span class=\"luna-affix__label\">%<\/span>\n<\/div>\n<\/div>\n\n<div class=\"luna-form__field\">\n<label class=\"luna-label luna-label--fluid\" for=\"ukfininput4\">How long do you want borrow for?<\/label>\n<input class=\"luna-input\" type=\"number\" step=\"1\" placeholder=\"Loan term (years)\" id=\"ukfininput4\">\n<\/div>\n<\/div>\n\n<div class=\"luna-form__group\">\n<div class=\"luna-form__actions\">\n<button class=\"luna-button luna-button--primary\" onclick=\"showResults(0);document.dispatchEvent( new CustomEvent('ga4.track', { detail: { name: 'formSubmitted', params: { formFields: { 'text': 'Rate: ' + Number(document.getElementById('ukfininput3').value) + ((window.sawTooltip || false) ? ' sawtooltip' : '') + ((window.matchedAvg || false) ? ' matchedavg' : '') } } } }));\">Calculate<\/button>\n<\/div>\n<\/div>\n\n<\/fieldset>\n<\/form>\n\n<article class=\"luna-card luna-card--alt has-margin-top-small\">\n<div class=\"luna-card__block\">\n<p class=\"text-x-large no-margin-bottom\" id=\"resultmessage\">Use the fields above to estimate business loan costs.<\/p>\n<div id=\"clcdsclmr\" class=\"text-small is-hidden\">Please note this calculator provides illustrative estimates only.<\/div>\n<\/div>\n<\/article>\n\n<\/div>\n<\/article>\n\n<div id=\"toppicks-methodology\" class=\"topPicksMethodology--shortcode luna-accordionGroup accordionGroup\">\n\t<div class=\"luna-accordion\" data-accordion=\"accordion\">\n\t\t<div class=\"luna-accordion__summary\">\n\t\t\t<h4 class=\"luna-accordion__heading\">\n\t\t\t\t<button class=\"luna-accordion__action collapsed\" aria-expanded=\"false\" aria-controls=\"methodology-expander-0000000000\" data-toggle=\"collapse\" data-target=\"#methodology-expander-0000000000\">\n\t\t\t\t\t<span class=\"luna-accordion__title\">How our calculator works<\/span>\n\t\t\t\t\t<svg class=\"luna-icon topPicksMethodology__toggleIcon\" aria-hidden=\"true\">\n\t\t\t\t\t\t<use xlink:href=\"#chevron-down\" data-toggle-icon=\"show\" class=\"topPicksMethodology__toggleIcon-down\"><\/use>\n\t\t\t\t\t\t<use xlink:href=\"#chevron-up\" data-toggle-icon=\"hide\" class=\"topPicksMethodology__toggleIcon-up is-hidden\"><\/use>\n\t\t\t\t\t<\/svg>\n\t\t\t\t<\/button>\n\t\t\t<\/h4>\n\t\t<\/div>\n\t\t<div class=\"luna-accordion__details collapse\" aria-hidden=\"true\" id=\"methodology-expander-0000000000\" data-accordion=\"details\" style=\"height: 0px;\">\n\t\t\t<div class=\"accordionContent\">This tool is designed to help you estimate the monthly and overall costs of borrowing . You can adjust the duration of the loan and the interest rate to get a better idea of what would be affordable. Our calculations assume that any fees involved are bundled in with the loan amount and repaid over the same term, at the same rate. Refer to your loan agreement for exact repayment amounts as they may vary from our calculations.<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n \n\n<script>\ndocument.addEventListener('DOMContentLoaded', function() {\nwindow.sawTooltip = false;\nwindow.matchedAvg = false;\nconst tooltip = document.getElementById('rateTooltip');\nif (!tooltip) return;\nconst markOpened = () => {\nif (!window.sawTooltip) {\nwindow.sawTooltip = true;\nconsole.log('Tooltip has been opened');\n}\n};\ntooltip.addEventListener('mouseenter', markOpened); \/\/ Desktop\ntooltip.addEventListener('touchstart', markOpened); \/\/ Mobile\n});\n\nfunction showResults(onld) {\nvar amount = Number(document.getElementById(\"ukfininput1\").value);\nvar fees = Number(document.getElementById(\"ukfininput2\").value);\nvar rate = Number(document.getElementById(\"ukfininput3\").value) \/ 100;\nvar term = Number(document.getElementById(\"ukfininput4\").value);\n\nif (Number(document.getElementById(\"ukfininput3\").value) === Number(7.78) && window.sawTooltip){ console.log('Matched average'); window.matchedAvg = true; }\n\nvar months = term * 12;\nvar j = rate \/ 12;\n    var m = j \/ (1 - (1 \/ (Math.pow((1 + j), months))));\n    var monthlysum = (amount + fees) * m;\n    var totalsum = monthlysum * months;\n\n    monthlysum = ((Math.round(monthlysum * 100)) \/ 100);\n    totalsum = ((Math.round(totalsum * 100)) \/ 100);\n\n    var monthlySumFormatted = monthlysum.toLocaleString(\"en-GB\", { style: \"currency\", currency: \"GBP\", minimumFractionDigits: 2 });\n    var totalSumFormatted = totalsum.toLocaleString(\"en-GB\", { style: \"currency\", currency: \"GBP\", minimumFractionDigits: 2 });\n\n    var resultmessage = document.getElementById(\"resultmessage\");\n    resultmessage.innerHTML = '<div class=\"results no-padding-top\" id=\"results\"><article class=\"luna-card luna-card--alt no-margin-bottom\"><div class=\"luna-card__block text-center\"><h4>Based on these inputs, your loan would cost around <span class=\"fin-text-blue\">' + monthlySumFormatted + ' each month and <span class=\"fin-text-blue\"> ' + totalSumFormatted + ' overall.';\n\n    document.getElementById(\"clcdsclmr\").classList.remove('is-hidden');\n\n    if (onld == 0) {\n        resultmessage.scrollIntoView({ behavior: 'smooth' });\n    }\n}\n\n\n\n\n\n<\/script>\n<h3 id=\"learnmore\">HSBC business loans overview<\/h3><p>HSBC is one of the world\u2019s largest banking and financial services organisations and it serves millions of customers worldwide. The bank was founded in 1836 to facilitate trade between Europe and Asia.<\/p><p>HSBC has a high rate of approval for business lending (93% for loans up to \u00a330,000, as of 2017) and says it is committed to helping British businesses take the first necessary steps to scale the ladder of success. If you need a loan, you can apply via the HSBC site.<\/p><h3 id=\"comparisongo\">HSBC business loans comparison<\/h3><h4>HSBC business loans<\/h4><div class=\"content tableWithFilters\n        \n        \n         -table-container\" id=\"comparison-table\" data-section=\"table\">\n    <div class=\"tableWithFilters__tableTop\">\n            <\/div>\n            <div class=\"contentWrapper tableWithFilters__contentWrapper \">\n        <div class=\"tableWithFilters__table content\">\n        <script type=\"text\/javascript\">\nvar getEventToListenTo = () => {\n  if (window.matchMedia('(any-hover:none)').matches) {\n    if (window.matchMedia('(max-width: 450px)').matches) {\n      return \"scroll\";\n    }\n  }\n  return \"DOMContentLoaded\";\n};\nvar eventToWatch = getEventToListenTo();\nconst loadFinderScoreModalukfbl = () => {\n  setTimeout(function(){\n   window.loadOnTheFly.html(\n      'partial', {\n          id: 'finder-score-ukfbl-modal-optimized',\n      },\n      function (response) {\n          document.getElementsByTagName(\"body\")[0].appendChild(response);\n          var modal = document.getElementById('finderScoreModal-ukfbl');\n          var closeButton = modal.querySelector(\"#closeButton\");\n          closeButton.onclick = function (event) {\n            modal.classList.add(\"elementHidden\");\n          };\n          var btnReadMethodology = modal.querySelector(\"#btnReadMethodology\");\n          btnReadMethodology.addEventListener(\"click\", function(e) {\n            modal.classList.add(\"elementHidden\");\n          });\n          window.onclick = function (event) {\n            if (event.target == modal) {\n              modal.classList.add(\"elementHidden\");\n            }\n          };\n      }\n  );\n  },1000);\n  window.removeEventListener(eventToWatch, loadFinderScoreModalukfbl);\n};\nwindow.addEventListener(eventToWatch, loadFinderScoreModalukfbl);\nvar showFinderScoreModal = (niche) => {\n  var existCondition = setInterval(function() {\n    const modalLoaded = document.getElementById('finderScoreModal-ukfbl');\n    if (modalLoaded) {\n      clearInterval(existCondition);\n      modalLoaded.classList.remove('elementHidden');\n    }\n  }, 500); \/\/ check every 0.5s\n}\n<\/script><div class=\"js-comparison-calculator comparison-calculator comparison-calculator--paginationNav f1   \" data-category=\"3e55bc4f-e74e-4ef0-9b38-31bba67b864b\" data-template=\"comparison\" data-niche=\"UKFBL\" data-site=\"UKFBL\" data-auto-recalculate=\"true\" data-post-country=\"uk\" data-fieldset=\"newdefault\" data-compare-fieldset=\"compareInfobox\" data-post-id=\"118759\" data-mobile-template=\"\" data-origin=\"straightforward-niche\" data-side-filters=\"false\" data-sort=\"\" data-enable-top-filters=\"false\" data-mobile-data-layout=\"grid\" data-redirect-tracking-params='{\"placement_type\":\"table\",\"site\":\"UKFBL\",\"fieldset\":\"newdefault\",\"template\":\"comparison\",\"category_id\":\"3e55bc4f-e74e-4ef0-9b38-31bba67b864b\",\"category_name\":\"HSBC\",\"is_sorted\":0,\"is_filtered\":0,\"cta_render_ts\":1778300887}' data-disable-alternative-products=\"true\" data-force-enable-alternative-products=\"false\" data-niche-default-category=\"\" data-niche-default-path=\"\" data-experiment-flags=\"\"><section class=\"comparison-calculator--container\"><div class=\"comparison-actions\"><div class=\"mobileSort__root\"><\/div><div class=\"u-grid u-grid--gutterCollapse templateTable__dateAndCounterContainer\"><div class=\"u-grid__col u-1\/2\"><small class=\"templateTable__counterContainer\"><span id=\"js-current_product_count-3e55bc4f-e74e-4ef0-9b38-31bba67b864b\">2 of 2 results<\/span><\/small><\/div><div class=\"u-grid__col u-1\/2 templateTable__lastUpdatedWithCounterContainer\"><span><a aria-label=\"Data updated\" class=\"disclaimer_popup u-color--foreground-main horizontal-promo-box__popup finder-modal-trigger\" data-modal-id=\"data_updated_popup\"><svg class=\"luna-icon luna-icon--small luna-icon--primary\"><use xlink:href=\"#info-circle\"><\/use><\/svg><span class=\"u-pl--1\">Updated\n\t\t\t\t\tregularly<\/span><\/a><\/span><\/div><\/div><\/div><form action=\"\" name=\"compareForm\" method=\"post\" class=\"js-compare-bar\" data-mobile-compare=\"true\" data-compareinfobox=\"\" data-compare-fieldset=\"compareInfobox\" data-niche=\"UKFBL\" data-site=\"UKFBL\" data-table-id=\"1763\" data-origin=\"straightforward-niche\" data-record-type=\"product\" data-leadform-modal=\"\" data-redirect-tracking-params='{\"placement_type\":\"table\",\"site\":\"UKFBL\",\"fieldset\":\"newdefault\",\"template\":\"comparison\",\"category_id\":\"3e55bc4f-e74e-4ef0-9b38-31bba67b864b\",\"category_name\":\"HSBC\",\"is_sorted\":0,\"is_filtered\":0,\"cta_render_ts\":1778300887}'><div class=\"comparisonHistory__root\"><\/div><table class=\"comparison-table f1-clarity-header has-sidepeek js-paginated-table-sorter paginated-table-sorter    has-combined-column-header  combined-column-header-grid js-calculator-table rewards--container loyalty-rewards--container\" id=\"comparison-table-0000000001\" data-has-sidepeek=\"true\" data-rendered-as=\"table\" data-loadmore=\"true\" data-loadmore-version=\"1\" data-loadmore-id=\"1009\" data-niche=\"ukfbl\" data-sorted=\"false\" data-sorting=\"\" data-pagination-nav=\"20\" data-pagination-nav-offset=\"0\" data-pagination-nav-next-offset=\"\" data-pagination-nav-prev-offset=\"0\" data-product-count=\"2\" data-manual-sponsored-count=\"\" data-include-inactive=\"false\" data-table-filter-presets=\"1b82e0836d8c91f8c85428553c796e7bf67fde48647634ea5496177aa185bf47\" data-table-record-type=\"product\" data-table-record-ids='[\"55fd7cc5-27a2-4cc8-b127-47017f1c46ab\",\"f8a7f48e-2c77-4d43-a70c-654ee12d5094\"]' data-total-data=\"2\" data-enable-top-filters=\"false\" data-total-product-count=\"2\" data-sponsored-placements=\"3\" data-sponsored-field-code=\"DERIVED.AD_RANK\" data-sponsored-max-per-provider=\"1\" data-override-table-position-configuration=\"false\"><thead class=\"u-bg--background-secondary u-color--foreground-main\"><tr class=\"grid-column-count-5\"><th data-mobile=\"hide\" data-ajax-table-sorter-column=\"UKFBL.PRODUCT.DATAPOINT_FINDER_SCORE_V2_M\" class=\"comparison-table__feature default-sort-descending tablesorter-header tablesorter-headerUnSorted comparison-table__sortable th-combined-column-header\" data-field-targetable=\"\" data-sorter-title=\"finder_score\" data-ajax-table-sorter-default-direction=\"DESCENDING\">\n                                                        Finder Score\n                                                      <svg class=\"luna-icon comparison-table__sortIcon\"><use href=\"#chevron-up-down\"><\/use><\/svg><svg class=\"comparison-table__sortIcon--asc luna-icon\"><use href=\"#arrow-up\"><\/use><\/svg><svg class=\"comparison-table__sortIcon--desc luna-icon\"><use href=\"#arrow-down\"><\/use><\/svg><\/th><th data-ajax-table-sorter-column=\"UKFBL.PRODUCT.UKFBL_LOAN_TYPE\" class=\"comparison-table__feature  tablesorter-header tablesorter-headerUnSorted comparison-table__sortable \" data-field-targetable=\"\" data-sorter-title=\"loan_type\">\n                                                        Loan type\n                                                      <svg class=\"luna-icon comparison-table__sortIcon\"><use href=\"#chevron-up-down\"><\/use><\/svg><svg class=\"comparison-table__sortIcon--asc luna-icon\"><use href=\"#arrow-up\"><\/use><\/svg><svg class=\"comparison-table__sortIcon--desc luna-icon\"><use href=\"#arrow-down\"><\/use><\/svg><\/th><th data-ajax-table-sorter-column=\"UKFBL.PRODUCT.UKFBL_LOAN_AMOUNTS\" class=\"comparison-table__feature  tablesorter-header tablesorter-headerUnSorted comparison-table__sortable \" data-field-targetable=\"\" data-sorter-title=\"loan_amounts\">\n                                                        Loan amounts\n                                                      <svg class=\"luna-icon comparison-table__sortIcon\"><use href=\"#chevron-up-down\"><\/use><\/svg><svg class=\"comparison-table__sortIcon--asc luna-icon\"><use href=\"#arrow-up\"><\/use><\/svg><svg class=\"comparison-table__sortIcon--desc luna-icon\"><use href=\"#arrow-down\"><\/use><\/svg><\/th><th data-ajax-table-sorter-column=\"UKFBL.PRODUCT.DATAPOINT_LOAN_TERMS\" class=\"comparison-table__feature  tablesorter-header tablesorter-headerUnSorted comparison-table__sortable \" data-field-targetable=\"\" data-sorter-title=\"loan_terms\">\n                                                        Loan terms\n                                                      <svg class=\"luna-icon comparison-table__sortIcon\"><use href=\"#chevron-up-down\"><\/use><\/svg><svg class=\"comparison-table__sortIcon--asc luna-icon\"><use href=\"#arrow-up\"><\/use><\/svg><svg class=\"comparison-table__sortIcon--desc luna-icon\"><use href=\"#arrow-down\"><\/use><\/svg><\/th><th data-ajax-table-sorter-column=\"UKFBL.PRODUCT.UKFBL_BASIC_REQUIREMENTS\" class=\"comparison-table__feature  tablesorter-header tablesorter-headerUnSorted comparison-table__sortable \" data-field-targetable=\"\" data-sorter-title=\"minimum_turnover\/trading_criteria\">\n                                                        Minimum turnover\/trading criteria\n                                                      <svg class=\"luna-icon comparison-table__sortIcon\"><use href=\"#chevron-up-down\"><\/use><\/svg><svg class=\"comparison-table__sortIcon--asc luna-icon\"><use href=\"#arrow-up\"><\/use><\/svg><svg class=\"comparison-table__sortIcon--desc luna-icon\"><use href=\"#arrow-down\"><\/use><\/svg><\/th><th data-ajax-table-sorter-column=\"PRODUCT.DESCRIPTIONS.BENEFITS\" class=\"comparison-table__feature comparison-table__feature--longtext no-margin-bottom no-padding-bottom tablesorter-header tablesorter-headerUnSorted comparison-table__sortable \" data-field-targetable=\"\" data-sorter-title=\"key_benefit\">\n                                                        Key benefit\n                                                      <svg class=\"luna-icon comparison-table__sortIcon\"><use href=\"#chevron-up-down\"><\/use><\/svg><svg class=\"comparison-table__sortIcon--asc luna-icon\"><use href=\"#arrow-up\"><\/use><\/svg><svg class=\"comparison-table__sortIcon--desc luna-icon\"><use href=\"#arrow-down\"><\/use><\/svg><\/th><\/tr><\/thead><tbody><style>\n\t.rewards-infobox .deals-banner { display:flex; flex-direction: row; border-radius: 16px; border:1px solid #000; overflow: hidden; }\n\t.rewards-infobox .deals-left { background:linear-gradient(103.63deg, #FFD23B 9.47%, #FFD835 16.17%, #FEDA3D 21.75%, #FEE053 29.57%, #FEEA77 39.61%, #FDF7A9 50.78%, #FDFFC4 56.36%, #FDF8AC 58.59%, #FDEE88 61.94%, #FEE669 65.29%, #FEE052 68.64%, #FEDB41 73.1%, #FED838 77.57%, #FFD835 83.15%, #FFD23B 89.85%); display:flex; flex-direction: column; align-items:center; justify-content:space-between; position: relative; width: 110px; cursor:pointer; }\n\t@media (min-width: 768px) { .rewards-infobox .deals-left { width: 110px; } }\n\t.rewards-infobox .deals-right { background:#1a50ff; color:#fff; padding: 8px; display:flex; flex-direction: column; gap:2px; justify-content:center; flex: 1; }\n\t@media (min-width: 768px) { .rewards-infobox .deals-right { padding: 8px; } }\n\t.rewards-infobox .deals-phone { position: absolute; top: 8px; left: 12px; }\n\t.rewards-infobox .deals-ends { color:#000; font-weight:800; font-size:12px; line-height:12px; padding:6px 10px; font-style: italic; border-radius: 9999px; display:inline-flex; align-items:center; text-transform: uppercase; display: none; }\n\t.rewards-infobox .deals-ends-text { padding-top: 2px; }\n\t.rewards-infobox .deals-header { display:flex; align-items:center; flex-wrap: nowrap; gap:4px; cursor:pointer; }\n\t.rewards-infobox .deals-amount { background:linear-gradient(103.63deg, #FFD23B 9.47%, #FFD835 16.17%, #FEDA3D 21.75%, #FEE053 29.57%, #FEEA77 39.61%, #FDF7A9 50.78%, #FDFFC4 56.36%, #FDF8AC 58.59%, #FDEE88 61.94%, #FEE669 65.29%, #FEE052 68.64%, #FEDB41 73.1%, #FED838 77.57%, #FFD835 83.15%, #FFD23B 89.85%); color:#232320; font-size:32px; line-height:28px; letter-spacing: -0.75px; text-transform: uppercase; padding: 2px 4px 0 2px; border-radius: 4px; font-style: italic; font-weight: bold; font-size: 30px; }\n\t.rewards-infobox .deals-title { color: white; text-transform: uppercase; font-style:italic; font-weight:bold; font-size:16px; flex: 1; }\n\t.rewards-infobox .deals-list { display:flex; flex-direction: column; flex-wrap: wrap; gap:2px; margin: 4px 0 2px; cursor:pointer; }\n\t@media (min-width: 768px) { .rewards-infobox .deals-list { flex-direction: row; row-gap: 4px; column-gap: 20px; } }\n\t.rewards-infobox .deals-step { display:flex; align-items: baseline; gap:4px; }\n\t.rewards-infobox .deals-step-num { background:#FFD23B; color:#000; display:inline-flex; align-items:center; justify-content:center; font-weight:bold; font-style: italic; border-radius:2px; font-size:12px; margin-top:2px; line-height: 12px; padding-top: 2px; min-width: 11px; }\n\t.rewards-infobox .deals-step-text { color:#fff; font-size:12px; line-height:16px; font-weight: bold; }\n\t.rewards-infobox .deals-disclaimer { color:#E8EEFF; font-size:12px; margin-top: 4px; width: fit-content; }\n\t.rewards-infobox .deals-disclaimer a { color:#BFD0FF; text-decoration: underline; font-size: 12px; }\n\t.rewards-infobox .rewards-end-date { font-size: 12px; }\n\t\n\t\t.rewards-infobox .deals-countdown {\n\t\tdisplay: flex;\n\t\talign-items: center;\n\t\tmargin-top: 8px;\n\t\tflex-wrap: wrap;\n\t}\n\n\t.rewards-infobox .deals-countdown__label {\n\t\tcolor: #fff;\n\t\tfont-size: 12px;\n\t\tfont-weight: 800;\n\t\tpadding-right: 6px;\n\t\twhite-space: nowrap;\n\t}\n\n\t.rewards-infobox .deals-countdown__timer {\n\t\tdisplay: flex;\n\t\talign-items: center;\n\t\tgap: 4px;\n\t}\n\n\t.rewards-infobox .deals-countdown__unit {\n\t\tdisplay: inline-flex;\n\t\talign-items: center;\n\t}\n\n\t.rewards-infobox .deals-countdown__value {\n\t\tbackground: #FFD238;\n\t\tcolor: #000;\n\t\tfont-size: 12px;\n\t\tfont-weight: 800;\n\t\ttext-align: center;\n\t\tfont-style: italic;\n\t\tmin-width: 24px;\n\t\tmin-height: 14px;\n\t\tline-height: 100%;\n\t\tletter-spacing: -0.025em;\n\t\tfont-feature-settings: 'tnum' on, 'lnum' on;\n\t\tpadding: 2px;\n\t}\n\n\t.rewards-infobox .deals-countdown__separator {\n\t\tcolor: #fff;\n\t\tfont-size: 16px;\n\t\tfont-weight: 600;\n\t}\n\n\t@media (max-width: 600px) {\n\t\t.rewards-infobox .deals-countdown__value {\n\t\t\tpadding: 2px;\n\t\t}\n\t}\n\n\t\ttd.comparison-table__feature--longtext div.comparison-table__cellWrapper { width: 100%; }\n\n\t\t@media (max-width: 600px) {\n\t\t.reward-col-order-3 { grid-row: 3 !important; }\n\t\t.reward-col-order-4 { grid-row: 4 !important; }\n\t\t.reward-col-order-5 { grid-row: 5 !important; }\n\t\t.reward-col-order-6 { grid-row: 6 !important; }\n\t\t.reward-col-order-7 { grid-row: 7 !important; }\n\t\t.reward-col-order-8 { grid-row: 8 !important; }\n\t\t.reward-col-order-neg-3 { grid-row: -3 !important; }\n\t\t.reward-col-order-neg-4 { grid-row: -4 !important; }\n\t\t.reward-col-order-neg-5 { grid-row: -5 !important; }\n\t\t.reward-col-order-neg-6 { grid-row: -6 !important; }\n\t\t.reward-col-order-neg-7 { grid-row: -7 !important; }\n\t\t.reward-col-order-neg-8 { grid-row: -8 !important; }\n\t}\n<\/style><style>\n  \/* Gold gradient on minimal UX reward rows (desktop only) *\/\n  @media (min-width: 601px) {\n    tr[data-minimal-ux=\"true\"][data-should-show-rewards=\"true\"] {\n      background: linear-gradient(45deg, rgba(255, 210, 59, 0) 76%, rgba(255, 210, 59, 0.5) 100%), #fff;\n      background-repeat: no-repeat;\n      background-size: 50% 50%;\n      background-position: top right;\n    }\n  }\n\n  tr[data-minimal-ux=\"true\"][data-should-show-rewards=\"true\"] > td.comparison-table__cta {\n    gap: 4px;\n    margin-top: 0 !important;\n  }\n\n  \/* Pill wrapper centered in CTA cell (td is display:grid with 3 columns) *\/\n  .rewards-pill-wrapper {\n    z-index: 3;\n    align-self: flex-end;\n    justify-self: flex-end;\n\n    @media (max-width: 600px) {\n      grid-column: 1 \/ -1;\n      text-align: center;\n      justify-self: unset;\n    }\n  }\n\n  \/* &#9472;&#9472; Base pill styles (original compact design) &#9472;&#9472; *\/\n  .rewards-pill {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    background: linear-gradient(103.63deg, #FFD23B 9.47%, #FFD835 16.17%, #FEDA3D 21.75%, #FEE053 29.57%, #FEEA77 39.61%, #FDF7A9 50.78%, #FDFFC4 56.36%, #FDF8AC 58.59%, #FDEE88 61.94%, #FEE669 65.29%, #FEE052 68.64%, #FEDB41 73.1%, #FED838 77.57%, #FFD835 83.15%, #FFD23B 89.85%);\n    border: 1px solid #E6B40F;\n    border-radius: 4px 20px 20px 20px;\n    padding: 0px 8px 0px 2px;\n    cursor: pointer;\n    position: relative;\n    overflow: visible;\n    transition: filter 0.15s ease;\n    height: 24px;\n    box-sizing: border-box;\n\n    @media (max-width: 600px) {\n      box-shadow: 0 0 24px 0 rgba(255, 210, 59, 0.75);\n    }\n  }\n\n  .rewards-pill__shimmer {\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    width: 100%;\n    height: 100%;\n    border-radius: 4px 20px 20px 20px;\n    overflow: hidden;\n    pointer-events: none;\n  }\n\n  .rewards-pill__shimmer::after {\n    content: '';\n    position: absolute;\n    top: 0;\n    width: 50%;\n    height: 100%;\n    background: linear-gradient(\n      90deg,\n      transparent 0%,\n      rgba(255, 255, 255, 0.5) 50%,\n      transparent 100%\n    );\n    animation: rewards-pill-shimmer 4s infinite;\n  }\n\n  .rewards-pill__icon {\n    z-index: 2;\n    display: flex;\n    align-items: center;\n    flex-shrink: 0;\n    position: relative;\n  }\n\n  .rewards-pill__icon-svg {\n    width: 44px;\n    height: 27.75px;\n    overflow: visible;\n  }\n\n  .rewards-pill__star {\n    position: absolute;\n    z-index: 4;\n    opacity: 0;\n    pointer-events: none;\n    width: 22px;\n    height: 22px;\n    top: 55%;\n    left: 3%;\n    margin-top: -19px;\n    margin-left: -6px;\n    animation: rewards-pill-star-rotate 4s infinite;\n  }\n\n  .rewards-pill__text {\n    font-size: 16px;\n    font-style: italic;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: 0px;\n    color: #092673;\n    z-index: 1;\n    line-height: 24px;\n    white-space: nowrap;\n  }\n\n  \/* &#9472;&#9472; New design overrides (data-show-tc=\"true\") &#9472;&#9472; *\/\n  .rewards-pill[data-show-tc=\"true\"] {\n    padding: 0px 10px 0px 4px;\n    border-radius: 4px 32px 32px 32px;\n    height: 38px;\n    align-items: center;\n  }\n\n  .rewards-pill[data-show-tc=\"true\"] .rewards-pill__shimmer {\n    border-radius: 4px 32px 32px 32px;\n  }\n\n  .rewards-pill[data-show-tc=\"true\"] .rewards-pill__icon-svg {\n    width: 68px;\n    height: 48px;\n  }\n\n  .rewards-pill[data-show-tc=\"true\"] .rewards-pill__star {\n    top: 0;\n    left: 0;\n    margin-top: 0;\n    margin-left: 0;\n  }\n\n  .rewards-pill[data-show-tc=\"true\"] .rewards-pill__text {\n    font-family: 'Modern Era', Arial, Helvetica, sans-serif;\n    font-weight: 900;\n    font-style: italic;\n    font-size: 16px;\n    line-height: 18px;\n    letter-spacing: 0;\n    text-align: center;\n    font-variant-numeric: lining-nums tabular-nums;\n    color: #092673;\n    white-space: nowrap;\n    text-transform: none;\n  }\n\n  .rewards-pill__content {\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    z-index: 1;\n    height: 100%;\n    padding: 2px 0;\n    box-sizing: border-box;\n  }\n\n  .rewards-pill__tc {\n    font-family: 'Modern Era', Arial, Helvetica, sans-serif;\n    font-weight: 400;\n    font-style: normal;\n    font-size: 10px;\n    line-height: 130%;\n    letter-spacing: 0;\n    text-align: center;\n    font-variant-numeric: lining-nums tabular-nums;\n    text-decoration: underline;\n    text-decoration-style: solid;\n    color: #092673;\n    white-space: nowrap;\n  }\n\n  .rewards-pill__tc:hover {\n    opacity: 0.8;\n  }\n\n  @keyframes rewards-pill-shimmer {\n    0% {\n      transform: translateX(100%);\n    }\n    20% {\n      transform: translateX(-100%);\n    }\n    100% {\n      transform: translateX(-100%);\n    }\n  }\n\n  @keyframes rewards-pill-star-rotate {\n    0% {\n      opacity: 0;\n      transform: rotate(0deg) scale(0);\n    }\n    5% {\n      opacity: 1;\n      transform: rotate(45deg) scale(1);\n    }\n    15% {\n      opacity: 1;\n      transform: rotate(135deg) scale(1);\n    }\n    20% {\n      opacity: 0;\n      transform: rotate(180deg) scale(0);\n    }\n    100% {\n      opacity: 0;\n      transform: rotate(180deg) scale(0);\n    }\n  }\n\n  \/* Rewards Pill Countdown - wrapper layout for countdown + pill *\/\n  .rewards-pill-wrapper:has(.rewards-pill-countdown:not([hidden])) {\n    display: flex;\n    align-items: center;\n\n    @media (min-width: 601px) {\n      flex-direction: row;\n      gap: 10px;\n      margin-bottom: 6px;\n    }\n\n    @media (max-width: 600px) {\n      flex-direction: column;\n      gap: 12px;\n    }\n  }\n\n  .rewards-pill-countdown[hidden] {\n    display: none !important;\n  }\n\n  .rewards-pill-countdown {\n    font-family: 'Modern Era', Arial, sans-serif;\n    font-weight: 800;\n    font-size: 12px;\n    line-height: 100%;\n    letter-spacing: -0.025em;\n    font-variant-numeric: lining-nums tabular-nums;\n    color: #232320;\n    white-space: nowrap;\n    display: flex;\n    align-items: center;\n\n    @media (min-width: 601px) {\n      order: -1;\n    }\n\n    @media (max-width: 600px) {\n      justify-content: center;\n      margin-bottom: 8px;\n    }\n  }\n\n  .rewards-pill-countdown__timer {\n    display: inline;\n  }\n\n  .rewards-pill-countdown__sep {\n    margin: 0 1px;\n  }\n\n<\/style><tr data-product-id=\"55fd7cc5-27a2-4cc8-b127-47017f1c46ab\" data-provider-id=\"baa80f1e-6c77-4cc5-9f45-26307c4000e3\" data-product-name=\"HSBC Flexible Business Loan\" data-provider-name=\"HSBC\" class=\"grid-column-count-5  mobile-column-count-4 mobile-row-count-9  js-comparison-table__row  \"><td class=\"comparison-table__name combined-column-header   f1-clarity-header\"><a href=\"https:\/\/www.finder.com\/uk\/business-loans\/hsbc\" data-component-id=\"1003\" data-component-version=\"1\"><img decoding=\"async\" border=\"0\" src=\"data:image\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjUiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiAjRjVGNkY3OyIvPg==\" data-src=\"https:\/\/www.finder.com\/niche-builder\/5e551340ec1e9.png\" alt=\"HSBC logo\" class=\"lazysizes\" srcset=\"https:\/\/www.finder.com\/niche-builder\/5e551340ec1e9.png?fit=180 180w, https:\/\/www.finder.com\/niche-builder\/5e551340ec1e9.png?fit=360 360w, https:\/\/www.finder.com\/niche-builder\/5e551340ec1e9.png?fit=600 600w, https:\/\/www.finder.com\/niche-builder\/5e551340ec1e9.png?fit=900 900w, https:\/\/www.finder.com\/niche-builder\/5e551340ec1e9.png?fit=1200 1200w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\"><\/a><div class=\"finder-score-container\"><div class=\"finder-score-detail-heading\">Finder score<\/div><div class=\"detail-info \" style=\"cursor: pointer;\"><a class=\"scoreCombined score__container finder-score\" onclick=\"showFinderScoreModal('ukfbl')\"><span class=\"score__badge score__badge--excellent\"><span class=\"score__value\">9.8<\/span><\/span><span class=\"score__text-wrapper score__text score__text--excellent\">Excellent<\/span><\/a><\/div><\/div><div class=\"product-info_name combined-column-header\"><span class=\"nameLink\"><a href=\"https:\/\/www.finder.com\/uk\/business-loans\/hsbc\" target=\"_blank\" data-component-id=\"1014\" data-component-version=\"1\">HSBC Flexible Business Loan<\/a><\/span><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                                                                                                                                                                                                            first-row\n                                                                                                                        default-sort-descending\" data-mobile=\"hide\" data-sortvalue=\"\" data-column-index=\"1\" data-decorator=\"text,ukfbl.product.datapoint_finder_score_v2_m\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Finder Score\"><div class=\"finder-score-detail-heading\">Finder score<\/div><div class=\"detail-info \" style=\"cursor: pointer;\"><a class=\"scoreCombined score__container finder-score\" onclick=\"showFinderScoreModal('ukfbl')\"><span class=\"score__badge score__badge--excellent\"><span class=\"score__value\">9.8<\/span><\/span><span class=\"score__text-wrapper score__text score__text--excellent\">Excellent<\/span><\/a><\/div><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                                                rounded-top-left\n                                                                                                                                                                                                                                                                    \" data-sortvalue=\"\" data-column-index=\"2\" data-decorator=\"text,ukfbl.product.ukfbl_loan_type\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Loan type\">\n                        Fixed or variable rate   loan\n                                          <\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                            border-left\n                                                                                                                                                                                                                                                                                        \" data-sortvalue=\"\" data-column-index=\"3\" data-decorator=\"text,ukfbl.product.ukfbl_loan_amounts\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Loan amounts\">\n                        \u00a325,001 to \u00a325,000,000\n                                          <\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                            border-left\n                                                                                rounded-top-right\n                                                                                                                                                                                                                                                \" data-sortvalue=\"\" data-column-index=\"4\" data-decorator=\"text,ukfbl.product.datapoint_loan_terms\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Loan terms\">\n                        12 to 240 months\n                                          <\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        span-last-row\n                                                                                                                        rounded-bottom-left\n                                                            rounded-bottom-right\n                                                                                                                                                                            span-2\n                                                                                                                                                                            \" data-sortvalue=\"\" data-column-index=\"5\" data-decorator=\"text,ukfbl.product.ukfbl_basic_requirements\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Minimum turnover\/trading criteria\">\n                        No specified minimum turnover or time trading\n                                          <\/div><\/td><td class=\"comparison-table__feature comparison-table__cta coa-data cta-column-count-5 \"><div class=\"comparison-table__cellWrapper\"><a href=\"#\" class=\"js-comparison-table__view-details-button comparison-table__view-details-button\" title=\"Read more about HSBC Flexible Business Loan\" data-component-id=\"1003\" data-component-version=\"1\" data-component-props='{\"finderScore\":9.8,\"badges\":[],\"productId\":\"55fd7cc5-27a2-4cc8-b127-47017f1c46ab\"}'><svg class=\"luna-icon\"><use href=\"#info\"><\/use><\/svg> View details                <\/a><div class=\"luna-form__selection comparison-table__compareField\"><fieldset><legend class=\"compare-box__legend\">Compare product selection<\/legend><input class=\"luna-checkbox\" type=\"checkbox\" id=\"compare-product-0000000003-55fd7cc5-27a2-4cc8-b127-47017f1c46ab\" value=\"55fd7cc5-27a2-4cc8-b127-47017f1c46ab\" name=\"productID\" _productname=\"Finder score 9.8Excellent                            HSBC Flexible Business Loan            \" _productimg=\"\/product\/\" data-custom-event-active=\"true\" data-component-id=\"1004\" data-component-version=\"1\" data-component-props='{\"finderScore\":9.8,\"badges\":[],\"productId\":\"55fd7cc5-27a2-4cc8-b127-47017f1c46ab\"}'><label class=\"luna-label\" for=\"compare-product-0000000003-55fd7cc5-27a2-4cc8-b127-47017f1c46ab\">Compare<\/label><\/fieldset><\/div><\/div><\/td><td class=\"comparison-table__expander js-comparison-table__expander hide sidepeek-modal-slider\" aria-hidden=\"true\"><div class=\"sidepeek-modal-slider__overlay\"><\/div><div class=\"sidepeek-modal-slider__content\"><div class=\"sidepeek-modal-slider__close-wrapper\"><button type=\"button\" class=\"sidepeek-modal-slider__close js-expander-trigger\" aria-label=\"Close modal\"><svg class=\"luna-icon sidepeek-modal-slider__close-icon\"><use href=\"#x\"><\/use><\/svg><\/button><\/div><div class=\"comparison-table__cellWrapper\"><div class=\"comparison-table__expander--fetching center-over\"><div class=\"relativeloading-pulse__box loading-pulse__box-notext\"><span class=\"loading-pulse loading-pulse--medium loading-pulse--primary\">loading<\/span><\/div><\/div><\/div><\/div><\/td><\/tr><tr data-product-id=\"f8a7f48e-2c77-4d43-a70c-654ee12d5094\" data-provider-id=\"baa80f1e-6c77-4cc5-9f45-26307c4000e3\" data-product-name=\"HSBC Fixed Rate Small Business Loan\" data-provider-name=\"HSBC\" class=\"grid-column-count-5  mobile-column-count-4 mobile-row-count-9  js-comparison-table__row  \"><td class=\"comparison-table__name combined-column-header   f1-clarity-header\"><a href=\"https:\/\/www.finder.com\/uk\/business-loans\/hsbc\" data-component-id=\"1003\" data-component-version=\"1\"><img decoding=\"async\" border=\"0\" src=\"data:image\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjUiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiAjRjVGNkY3OyIvPg==\" data-src=\"https:\/\/www.finder.com\/niche-builder\/5e5513408228b.png\" alt=\"HSBC logo\" class=\"lazysizes\" srcset=\"https:\/\/www.finder.com\/niche-builder\/5e5513408228b.png?fit=180 180w, https:\/\/www.finder.com\/niche-builder\/5e5513408228b.png?fit=360 360w, https:\/\/www.finder.com\/niche-builder\/5e5513408228b.png?fit=600 600w, https:\/\/www.finder.com\/niche-builder\/5e5513408228b.png?fit=900 900w, https:\/\/www.finder.com\/niche-builder\/5e5513408228b.png?fit=1200 1200w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\"><\/a><div class=\"finder-score-container\"><div class=\"finder-score-detail-heading\">Finder score<\/div><div class=\"detail-info \" style=\"cursor: pointer;\"><a class=\"scoreCombined score__container finder-score\" onclick=\"showFinderScoreModal('ukfbl')\"><span class=\"score__badge score__badge--excellent\"><span class=\"score__value\">9.6<\/span><\/span><span class=\"score__text-wrapper score__text score__text--excellent\">Excellent<\/span><\/a><\/div><\/div><div class=\"product-info_name combined-column-header\"><span class=\"nameLink\"><a href=\"https:\/\/www.finder.com\/uk\/business-loans\/hsbc\" target=\"_blank\" data-component-id=\"1014\" data-component-version=\"1\">HSBC Fixed Rate Small Business Loan<\/a><\/span><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                                                                                                                                                                                                            first-row\n                                                                                                                        default-sort-descending\" data-mobile=\"hide\" data-sortvalue=\"\" data-column-index=\"1\" data-decorator=\"text,ukfbl.product.datapoint_finder_score_v2_m\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Finder Score\"><div class=\"finder-score-detail-heading\">Finder score<\/div><div class=\"detail-info \" style=\"cursor: pointer;\"><a class=\"scoreCombined score__container finder-score\" onclick=\"showFinderScoreModal('ukfbl')\"><span class=\"score__badge score__badge--excellent\"><span class=\"score__value\">9.6<\/span><\/span><span class=\"score__text-wrapper score__text score__text--excellent\">Excellent<\/span><\/a><\/div><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                                                rounded-top-left\n                                                                                                                                                                                                                                                                    \" data-sortvalue=\"\" data-column-index=\"2\" data-decorator=\"text,ukfbl.product.ukfbl_loan_type\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Loan type\">\n                        Fixed rate   loan\n                                          <\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                            border-left\n                                                                                                                                                                                                                                                                                        \" data-sortvalue=\"\" data-column-index=\"3\" data-decorator=\"text,ukfbl.product.ukfbl_loan_amounts\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Loan amounts\">\n                        \u00a31,000 to \u00a310,000,000\n                                          <\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                            border-left\n                                                                                rounded-top-right\n                                                                                                                                                                                                                                                \" data-sortvalue=\"\" data-column-index=\"4\" data-decorator=\"text,ukfbl.product.datapoint_loan_terms\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Loan terms\">\n                        12 to 120 months\n                                          <\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        span-last-row\n                                                                                                                        rounded-bottom-left\n                                                            rounded-bottom-right\n                                                                                                                                                                            span-2\n                                                                                                                                                                            \" data-sortvalue=\"\" data-column-index=\"5\" data-decorator=\"text,ukfbl.product.ukfbl_basic_requirements\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Minimum turnover\/trading criteria\">\n                        No specified minimum turnover or time trading\n                                          <\/div><\/td><td class=\"comparison-table__feature comparison-table__feature--description comparison-table__feature--longtext sorter-false \" data-sortvalue=\"\" data-mobile=\"\" data-desktop=\"\"><div class=\"comparison-table__cellWrapper comparison-table__product-description js-calculator-table-value\" data-heading=\"Product Description\">\n                      Representative example: Borrow \u00a313,000 over 5 years at a rate of 7.1% p.a. (fixed). Representative APR 7.1% and total payable \u00a315,404.01 in monthly repayments of \u00a3256.73.\n                  <\/div><\/td><td class=\"comparison-table__feature comparison-table__cta coa-data cta-column-count-5 \"><div class=\"comparison-table__cellWrapper\"><a href=\"#\" class=\"js-comparison-table__view-details-button comparison-table__view-details-button\" title=\"Read more about HSBC Fixed Rate Small Business Loan\" data-component-id=\"1003\" data-component-version=\"1\" data-component-props='{\"finderScore\":9.6,\"badges\":[],\"productId\":\"f8a7f48e-2c77-4d43-a70c-654ee12d5094\"}'><svg class=\"luna-icon\"><use href=\"#info\"><\/use><\/svg> View details                <\/a><div class=\"luna-form__selection comparison-table__compareField\"><fieldset><legend class=\"compare-box__legend\">Compare product selection<\/legend><input class=\"luna-checkbox\" type=\"checkbox\" id=\"compare-product-0000000003-f8a7f48e-2c77-4d43-a70c-654ee12d5094\" value=\"f8a7f48e-2c77-4d43-a70c-654ee12d5094\" name=\"productID\" _productname=\"Finder score 9.6Excellent                            HSBC Fixed Rate Small Business Loan            \" _productimg=\"\/product\/\" data-custom-event-active=\"true\" data-component-id=\"1004\" data-component-version=\"1\" data-component-props='{\"finderScore\":9.6,\"badges\":[],\"productId\":\"f8a7f48e-2c77-4d43-a70c-654ee12d5094\"}'><label class=\"luna-label\" for=\"compare-product-0000000003-f8a7f48e-2c77-4d43-a70c-654ee12d5094\">Compare<\/label><\/fieldset><\/div><\/div><\/td><td class=\"comparison-table__expander js-comparison-table__expander hide sidepeek-modal-slider\" aria-hidden=\"true\"><div class=\"sidepeek-modal-slider__overlay\"><\/div><div class=\"sidepeek-modal-slider__content\"><div class=\"sidepeek-modal-slider__close-wrapper\"><button type=\"button\" class=\"sidepeek-modal-slider__close js-expander-trigger\" aria-label=\"Close modal\"><svg class=\"luna-icon sidepeek-modal-slider__close-icon\"><use href=\"#x\"><\/use><\/svg><\/button><\/div><div class=\"comparison-table__cellWrapper\"><div class=\"comparison-table__expander--fetching center-over\"><div class=\"relativeloading-pulse__box loading-pulse__box-notext\"><span class=\"loading-pulse loading-pulse--medium loading-pulse--primary\">loading<\/span><\/div><\/div><\/div><\/div><\/td><\/tr><script>\n(function () {\n  window.isInfoBoxMutationObserverInitialized ??= false;\n  if (window.isInfoBoxMutationObserverInitialized) return;\n  window.isInfoBoxMutationObserverInitialized = true;\n\n  document.addEventListener(\"DOMContentLoaded\", () => {\n    function getLinkParams(anchor) {\n      const redirectUrl =\n        anchor.getAttribute(\"data-redirect-url\") || anchor.href || \"\";\n\n      try {\n        const url = new URL(redirectUrl);\n        const rawParams = url.searchParams.get(\"redirect_tracking_params\");\n\n        if (!rawParams) return;\n        const decoded = decodeURIComponent(rawParams);\n        const parsed = JSON.parse(decoded);\n        const { offer_id, niche_code, site, product_name, product_id } = parsed;\n\n        return {\n          redirectUrl,\n          offerId: offer_id,\n          niche: niche_code || site,\n          productName: product_name,\n          productId: product_id,\n        };\n      } catch (e) {\n        console.error(\"Failed to parse redirect_tracking_params\", e);\n      }\n    }\n\n    function initCountdownTimer(rewardsProduct, endDateStr) {\n      const countdownEl = rewardsProduct.querySelector(\".deals-countdown\");\n      \n      if (!countdownEl || !endDateStr) return;\n\n      const daysEl = countdownEl.querySelector(\"[data-countdown-days]\");\n      const hoursEl = countdownEl.querySelector(\"[data-countdown-hours]\");\n      const minutesEl = countdownEl.querySelector(\"[data-countdown-minutes]\");\n      const secondsEl = countdownEl.querySelector(\"[data-countdown-seconds]\");\n\n      let countdownInterval;\n\n      const updateCountdown = () => {\n        const now = new Date().getTime();\n        const endTime = new Date(endDateStr).getTime();\n        const distance = endTime - now;\n\n        if (distance < 0) {\n          \/\/ Countdown finished\n          if (daysEl) daysEl.textContent = \"00d\";\n          if (hoursEl) hoursEl.textContent = \"00h\";\n          if (minutesEl) minutesEl.textContent = \"00m\";\n          if (secondsEl) secondsEl.textContent = \"00s\";\n          if (countdownInterval) {\n            clearInterval(countdownInterval);\n          }\n          return;\n        }\n\n        const days = Math.floor(distance \/ (1000 * 60 * 60 * 24));\n        const hours = Math.floor((distance % (1000 * 60 * 60 * 24)) \/ (1000 * 60 * 60));\n        const minutes = Math.floor((distance % (1000 * 60 * 60)) \/ (1000 * 60));\n        const seconds = Math.floor((distance % (1000 * 60)) \/ 1000);\n\n        if (daysEl) daysEl.textContent = days.toString().padStart(2, \"0\") + \"d\";\n        if (hoursEl) hoursEl.textContent = hours.toString().padStart(2, \"0\") + \"h\";\n        if (minutesEl) minutesEl.textContent = minutes.toString().padStart(2, \"0\") + \"m\";\n        if (secondsEl) secondsEl.textContent = seconds.toString().padStart(2, \"0\") + \"s\";\n      };\n\n      \/\/ Update immediately\n      updateCountdown();\n\n      \/\/ Update every second\n      countdownInterval = setInterval(updateCountdown, 1000);\n\n      \/\/ Store interval ID to clear it later if needed\n      rewardsProduct.dataset.countdownInterval = countdownInterval;\n    }\n\n    const initRewards = (table) => {\n      if (!table) return;\n\n      const recordIdsAttr = table.getAttribute(\"data-table-record-ids\");\n      if (!recordIdsAttr) return;\n\n      let productIds = [];\n      try {\n        const decoded = recordIdsAttr.replace(\/&quot;\/g, '\"');\n        productIds = JSON.parse(decoded);\n      } catch (e) {\n        return;\n      }\n\n      if (!productIds.length) return;\n\n      productIds.forEach((productId) => {\n        \/\/ Handle pill clicks (minimal UX variant) - independent of infobox\n        const pill = table.querySelector(\n          `tr[data-product-id=\"${productId}\"] .rewards-pill`\n        );\n        if (pill && !pill.dataset.bound) {\n          pill.dataset.bound = \"true\";\n          pill.addEventListener(\"click\", () => {\n            const row = pill.closest(\"tr\");\n            if (!row) return;\n\n            const cta = row.querySelector(\".rewards--cta\");\n            if (!cta) return;\n\n            const linkParams = getLinkParams(cta);\n            if (!linkParams) return;\n\n            const pillModalParams = {\n              productId: linkParams.productId,\n              campaignName: row.getAttribute(\"data-rewards-campaign-name\") || \"\",\n              redirectUrl: linkParams.redirectUrl,\n              productName: linkParams.productName,\n              providerName: row.getAttribute(\"data-provider-name\") || \"\",\n              niche: linkParams.niche,\n              offerId: linkParams.offerId,\n              component: \"infobox\",\n            };\n\n            if (\n              window.rewards &&\n              typeof window.rewards.displayModal === \"function\"\n            ) {\n              window.rewards.displayModal(pillModalParams, false, cta);\n            }\n          });\n        }\n\n        const rewardsProduct = table.querySelector(\n          `div[data-rewards-product-id=\"${productId}\"]:not([data-rewards-banner-attached])`\n        );\n        if (!rewardsProduct) return;\n\n        const endDateStr = rewardsProduct.getAttribute(\"data-end-date\");\n        if (!endDateStr) return;\n\n        \/\/ Format date for Australian locale (dd MMM yyyy)\n        const formattedDate = new Intl.DateTimeFormat(\"en-AU\", {\n          day: \"2-digit\",\n          month: \"short\",\n          year: \"numeric\",\n        }).format(new Date(endDateStr));\n\n        const endDateEl = rewardsProduct.querySelector(\".rewards-end-date\");\n        if (endDateEl && endDateEl.textContent !== formattedDate) {\n          endDateEl.textContent = ` ${formattedDate}`;\n        }\n\n        \/\/ Calculate days remaining\n        const days = Math.ceil((new Date(endDateStr) - new Date()) \/ 86400000);\n\n        \/\/ Show \"Ends Soon\" badge if campaign ends within 7 days\n        if (days <= 7 && days > 0) {\n          const dealsEndsEl = rewardsProduct.querySelector(\".deals-ends\");\n          const dealsPhoneEl = rewardsProduct.querySelector(\".deals-phone\");\n\n          if (dealsEndsEl && dealsEndsEl.style.display !== \"inline-flex\") {\n            dealsEndsEl.style.display = \"inline-flex\";\n          }\n          if (dealsPhoneEl && dealsPhoneEl.style.top !== \"23px\") {\n            dealsPhoneEl.style.top = \"23px\";\n          }\n        }\n\n        \/\/ Initialize countdown timer\n        initCountdownTimer(rewardsProduct, endDateStr);\n\n        const dealsLeftEl = rewardsProduct.querySelector(\".deals-left\");\n        const dealsList = rewardsProduct.querySelector(\".deals-list\");\n        const dealsHeader = rewardsProduct.querySelector(\".deals-header\");\n\n        const handleClick = (triggerEl) => {\n          const row = triggerEl.closest(\"tr\");\n\n          if (!row) return;\n\n          const cta = row.querySelector(\".rewards--cta\");\n\n          if (!cta) return;\n\n          const linkParams = getLinkParams(cta);\n          if (!linkParams) return;\n\n          const { productId, redirectUrl, productName, niche, offerId } = linkParams;\n\n          const modalParams = {\n            productId,\n            campaignName: row.getAttribute(\"data-rewards-campaign-name\") || \"\",\n            redirectUrl,\n            productName,\n            providerName: row.getAttribute(\"data-provider-name\") || \"\",\n            niche,\n            offerId,\n            component: \"infobox\",\n          };\n\n          if (\n            window.rewards &&\n            typeof window.rewards.displayModal === \"function\"\n          ) {\n            window.rewards.displayModal(modalParams, false, cta);\n          }\n        };\n\n        if (dealsLeftEl && !dealsLeftEl.dataset.bound) {\n          dealsLeftEl.dataset.bound = \"true\";\n          dealsLeftEl.addEventListener(\"click\", () => handleClick(dealsLeftEl));\n        }\n\n        if (dealsList && !dealsList.dataset.bound) {\n          dealsList.dataset.bound = \"true\";\n          dealsList.addEventListener(\"click\", () => handleClick(dealsList));\n        }\n\n        if (dealsHeader && !dealsHeader.dataset.bound) {\n          dealsHeader.dataset.bound = \"true\";\n          dealsHeader.addEventListener(\"click\", () => handleClick(dealsHeader));\n        }\n\n        rewardsProduct.dataset.rewardsBannerAttached = \"true\";\n      });\n    };\n\n    const tables = document.querySelectorAll(\n      \"table.rewards--container[data-table-record-ids]\"\n    );\n\n    tables.forEach((table) => {\n      const tableObserver = new MutationObserver(() => {\n        setTimeout(() => initRewards(table), 0);\n      });\n\n      tableObserver.observe(table, {\n        childList: true,\n        subtree: true,\n      });\n\n      initRewards(table);\n    });\n\n    \/\/ Pill countdown timers (minimal UX)\n    function initPillCountdowns() {\n      const countdowns = document.querySelectorAll(\"[data-rewards-pill-countdown]:not([data-pill-countdown-bound])\");\n\n      countdowns.forEach((el) => {\n        el.dataset.pillCountdownBound = \"true\";\n        const endDateStr = el.getAttribute(\"data-end-date\");\n        if (!endDateStr) return;\n\n        const endTime = new Date(endDateStr).getTime();\n        if (Number.isNaN(endTime)) return;\n        const now = new Date().getTime();\n        const distance = endTime - now;\n        const sevenDaysMs = 7 * 24 * 60 * 60 * 1000;\n\n        if (distance <= 0) {\n          const wrapper = el.closest(\".rewards-pill-wrapper\");\n          if (wrapper) wrapper.style.display = \"none\";\n          return;\n        }\n\n        if (distance > sevenDaysMs) {\n          return;\n        }\n\n        el.removeAttribute(\"hidden\");\n\n        const daysEl = el.querySelector(\"[data-pill-countdown-days]\");\n        const hoursEl = el.querySelector(\"[data-pill-countdown-hours]\");\n        const minutesEl = el.querySelector(\"[data-pill-countdown-minutes]\");\n        const secondsEl = el.querySelector(\"[data-pill-countdown-seconds]\");\n\n        let interval;\n        const updatePillCountdown = () => {\n          if (!el.isConnected) {\n            if (interval) clearInterval(interval);\n            return;\n          }\n\n          const remaining = endTime - new Date().getTime();\n\n          if (remaining <= 0) {\n            if (daysEl) daysEl.textContent = \"0d\";\n            if (hoursEl) hoursEl.textContent = \"0h\";\n            if (minutesEl) minutesEl.textContent = \"0m\";\n            if (secondsEl) secondsEl.textContent = \"0s\";\n            if (interval) clearInterval(interval);\n            \/\/ Hide pill wrapper on expiry\n            const wrapper = el.closest(\".rewards-pill-wrapper\");\n            if (wrapper) wrapper.style.display = \"none\";\n            return;\n          }\n\n          const days = Math.floor(remaining \/ (1000 * 60 * 60 * 24));\n          const hours = Math.floor((remaining % (1000 * 60 * 60 * 24)) \/ (1000 * 60 * 60));\n          const minutes = Math.floor((remaining % (1000 * 60 * 60)) \/ (1000 * 60));\n          const seconds = Math.floor((remaining % (1000 * 60)) \/ 1000);\n\n          if (daysEl) daysEl.textContent = days + \"d\";\n          if (hoursEl) hoursEl.textContent = hours + \"h\";\n          if (minutesEl) minutesEl.textContent = minutes + \"m\";\n          if (secondsEl) secondsEl.textContent = seconds + \"s\";\n        };\n\n        updatePillCountdown();\n        interval = setInterval(updatePillCountdown, 1000);\n      });\n    }\n\n    initPillCountdowns();\n\n    const allTables = document.querySelectorAll(\"table\");\n    allTables.forEach((table) => {\n      const observer = new MutationObserver(() => {\n        setTimeout(initPillCountdowns, 0);\n      });\n      observer.observe(table, { childList: true, subtree: true });\n    });\n  });\n})();\n<\/script><\/tbody><\/table><div class=\"comparison-table__loadingIndicator center-over\"><div class=\"relativeloading-pulse__box loading-pulse__box-notext\"><span class=\"loading-pulse loading-pulse--medium loading-pulse--primary\">loading<\/span><\/div><\/div><div class=\"comparison-table__paginationContainer comparison-table__loadMoreContainer hide-comparison-table__paginationContainer\"><div class=\"comparison-table__loadMore comparison-table__paginationNav\"><button class=\"luna-button luna-button--primary js-comparison-table__showMore\" type=\"button\" data-offset=\"\">Load More<\/button><div class=\"js-show-more-data_count-3e55bc4f-e74e-4ef0-9b38-31bba67b864b comparison-table__dataCount\">Showing\n\t\t\t2\n\t\t\tof\n\t\t\t2\n\t\t\tresults\t\t<\/div><\/div><\/div><\/form><\/section><\/div><div id=\"compare-bar-v2\" class=\"compareBarV2__root rewards--container loyalty-rewards--container\" data-niche=\"UKFBL\" data-rewards-component=\"compare-products\"><\/div><div class=\"finder-score-methodology\"><h3 data-toc=\"false\" id=\"finder-score-methodology\">Finder Score for business loans<\/h3>\n\n<p>To make comparing even easier we came up with the <a href=\"https:\/\/www.finder.com\/uk\/finder-score\">Finder Score<\/a>. Costs, speeds and features across 50+ lenders are all weighted and scaled to produce a score out of 10. The higher the score the better the lender \u2013 simple.<\/p>\n\n<a class=\"luna-button luna-button--primary has-margin-bottom\" href=\"https:\/\/www.finder.com\/uk\/business-loans\/methodology-for-rating-business-loans\">Read the full methodology<\/a><\/div>\n    <\/div>\n<\/div>\n    <\/div>\n<h4>Other popular business loans<\/h4><p>Table: promoted deals first<\/p><div class=\"content tableWithFilters\n        \n        \n         -table-container\" id=\"comparison-table\" data-section=\"table\">\n    <div class=\"tableWithFilters__tableTop\">\n            <\/div>\n            <div class=\"contentWrapper tableWithFilters__contentWrapper \">\n        <div class=\"tableWithFilters__sidebarFilter tableWithFilters__sidebarFilter--stickyAndScrollable\" data-niche-short-code=\"UKFBL\">\n        <div class=\"tableWithFilters__filter f1\"><\/div>\n    <\/div>\n        <div class=\"tableWithFilters__table content\">\n        <script type=\"text\/javascript\">\nvar getEventToListenTo = () => {\n  if (window.matchMedia('(any-hover:none)').matches) {\n    if (window.matchMedia('(max-width: 450px)').matches) {\n      return \"scroll\";\n    }\n  }\n  return \"DOMContentLoaded\";\n};\nvar eventToWatch = getEventToListenTo();\nconst loadFinderScoreModalukfbl = () => {\n  setTimeout(function(){\n   window.loadOnTheFly.html(\n      'partial', {\n          id: 'finder-score-ukfbl-modal-optimized',\n      },\n      function (response) {\n          document.getElementsByTagName(\"body\")[0].appendChild(response);\n          var modal = document.getElementById('finderScoreModal-ukfbl');\n          var closeButton = modal.querySelector(\"#closeButton\");\n          closeButton.onclick = function (event) {\n            modal.classList.add(\"elementHidden\");\n          };\n          var btnReadMethodology = modal.querySelector(\"#btnReadMethodology\");\n          btnReadMethodology.addEventListener(\"click\", function(e) {\n            modal.classList.add(\"elementHidden\");\n          });\n          window.onclick = function (event) {\n            if (event.target == modal) {\n              modal.classList.add(\"elementHidden\");\n            }\n          };\n      }\n  );\n  },1000);\n  window.removeEventListener(eventToWatch, loadFinderScoreModalukfbl);\n};\nwindow.addEventListener(eventToWatch, loadFinderScoreModalukfbl);\nvar showFinderScoreModal = (niche) => {\n  var existCondition = setInterval(function() {\n    const modalLoaded = document.getElementById('finderScoreModal-ukfbl');\n    if (modalLoaded) {\n      clearInterval(existCondition);\n      modalLoaded.classList.remove('elementHidden');\n    }\n  }, 500); \/\/ check every 0.5s\n}\n<\/script><div class=\"customTableFiltersConfig tableFiltersConfig__main\" style=\"display: none\">{\"userFilters\":[{\"componentType\":\"MULTI-SELECT CHECKBOX\",\"options\":{\"comparator\":\"contains\",\"includeAllSelection\":false,\"defaultMatcher\":\"ANY\",\"values\":[\"8.95-10\",\"6.95-8.94999\",\"4.95-6.94999\",\"0-4.94999\"],\"fields\":[{\"label\":\"[[FINDER_SCORE_BADGE|9+]] Excellent: 9+\",\"value\":\"8.95-10\",\"comparator\":\"range\"},{\"label\":\"[[FINDER_SCORE_BADGE|7+]] Great: 7+\",\"value\":\"6.95-8.94999\",\"comparator\":\"range\"},{\"label\":\"[[FINDER_SCORE_BADGE|5+]] Standard: 5+\",\"value\":\"4.95-6.94999\",\"comparator\":\"range\"},{\"label\":\"[[FINDER_SCORE_BADGE|0+]] Basic: 0+\",\"value\":\"0-4.94999\",\"comparator\":\"range\"}]},\"dataSelector\":{\"recordType\":\"PRODUCT\",\"fieldCode\":\"FINDER_SCORE.FINDER_SCORE\"},\"dataType\":\"NUMBER\",\"label\":\"Finder Score\",\"queryParameter\":\"finderScore\"},{\"dataSelector\":{\"recordType\":\"UI_FILTER_COMPONENT\",\"fieldCode\":\"SPECIAL_OFFERS\"},\"dataType\":\"BOOLEAN\",\"label\":\"Special offers\",\"componentType\":\"SpecialOffersFilter\",\"config\":{\"VALUES\":\"1\",\"fields\":[{\"value\":\"exclusive_only\",\"label\":\"Finder Rewards &amp; exclusives\"},{\"value\":\"all_offers_no_rewards\",\"label\":\"All offers\"}]},\"options\":{\"comparator\":\"eq\"}},{\"config\":{},\"dataSelector\":{\"recordType\":\"product\",\"fieldCode\":\"GENERAL.PROVIDER_ID\"},\"dataType\":\"UUID\",\"label\":\"Lender\",\"order\":100},{\"config\":{\"MULTISELECT\":true,\"VALUES\":\"Fixed,Variable,Fixed or variable\"},\"dataSelector\":{\"recordType\":\"product\",\"fieldCode\":\"DESCRIPTIONS.RATE_TYPE\"},\"dataType\":\"TEXT\",\"label\":\"Rate type\",\"order\":null},{\"config\":{},\"dataSelector\":{\"recordType\":\"product\",\"fieldCode\":\"DESCRIPTIONS.SECURITY_REQUIRED\"},\"dataType\":\"BOOLEAN\",\"label\":\"Requires security\",\"order\":null},{\"config\":{\"MULTISELECT\":true,\"VALUES\":\"Limited Company,Limited Liability Partnership,Sole Trader,Partnership,Public Limited Company\"},\"dataSelector\":{\"recordType\":\"product\",\"fieldCode\":\"ELIGIBILITY.BUSINESS_TYPES\"},\"dataType\":\"TEXT\",\"label\":\"Business type\",\"order\":null}],\"niche\":{\"currencySymbol\":\"\\u00a3\",\"decimalPoint\":\".\",\"decimalPlaces\":\"2\",\"thousandsSeparator\":\",\",\"filterBoundsMap\":{\"product.GENERAL.PROVIDER_ID\":null,\"product.DESCRIPTIONS.RATE_TYPE\":null,\"product.DESCRIPTIONS.SECURITY_REQUIRED\":null,\"product.ELIGIBILITY.BUSINESS_TYPES\":null}},\"prefilled\":false,\"experimental\":false}<\/div><div class=\"js-comparison-calculator comparison-calculator comparison-calculator--paginationNav f1   \" data-category=\"a92b8303-d1d2-4530-bb08-14b0f67111c7\" data-template=\"comparison\" data-niche=\"UKFBL\" data-site=\"UKFBL\" data-auto-recalculate=\"true\" data-post-country=\"uk\" data-fieldset=\"newdefault\" data-compare-fieldset=\"compareInfobox\" data-post-id=\"118759\" data-mobile-template=\"\" data-origin=\"straightforward-niche\" data-side-filters=\"false\" data-sort=\"\" data-enable-top-filters=\"false\" data-mobile-data-layout=\"grid\" data-redirect-tracking-params='{\"placement_type\":\"table\",\"site\":\"UKFBL\",\"fieldset\":\"newdefault\",\"template\":\"comparison\",\"category_id\":\"a92b8303-d1d2-4530-bb08-14b0f67111c7\",\"category_name\":\"andHSBC\",\"is_sorted\":0,\"is_filtered\":0,\"cta_render_ts\":1778300887}' data-disable-alternative-products=\"true\" data-force-enable-alternative-products=\"false\" data-niche-default-category=\"\" data-niche-default-path=\"\" data-experiment-flags=\"\"><section class=\"comparison-calculator--container\"><div class=\"comparison-actions\"><div class=\"comparison-actions__filterAndSort\"><div id=\"portal-table-sort-button-mobile\" class=\"comparison-actions__tablesort\"><\/div><div id=\"portal-table-filter-button-mobile\" class=\"comparison-actions__filter\"><\/div><\/div><div id=\"portal-tableWithFilters__table\"><\/div><div class=\"u-grid u-grid--gutterCollapse templateTable__dateAndCounterContainer\"><div class=\"u-grid__col u-1\/2\"><small class=\"templateTable__counterContainer\"><span id=\"js-current_product_count-a92b8303-d1d2-4530-bb08-14b0f67111c7\">5 of 46 results<\/span><\/small><\/div><div class=\"u-grid__col u-1\/2 templateTable__lastUpdatedWithCounterContainer\"><span><a aria-label=\"Data updated\" class=\"disclaimer_popup u-color--foreground-main horizontal-promo-box__popup finder-modal-trigger\" data-modal-id=\"data_updated_popup\"><svg class=\"luna-icon luna-icon--small luna-icon--primary\"><use xlink:href=\"#info-circle\"><\/use><\/svg><span class=\"u-pl--1\">Updated\n\t\t\t\t\tregularly<\/span><\/a><\/span><span class=\"templateTable__shareMyFilters is-hidden@xs is-hidden@sm\"><a class=\"share-filters-link\"><svg class=\"luna-icon luna-icon--small\"><use xlink:href=\"#share-fat\"><\/use><\/svg><span class=\"u-pl--1\">Share<\/span><\/a><\/span><\/div><\/div><div class=\"comparison-actions__filterAndSort--sticky\"><div id=\"portal-table-sort-button-mobile-sticky\" class=\"comparison-actions__tablesort\"><\/div><div id=\"portal-table-filter-button-mobile-sticky\" class=\"comparison-actions__filter\"><\/div><\/div><\/div><form action=\"\" name=\"compareForm\" method=\"post\" class=\"js-compare-bar\" data-mobile-compare=\"true\" data-compareinfobox=\"\" data-compare-fieldset=\"compareInfobox\" data-niche=\"UKFBL\" data-site=\"UKFBL\" data-table-id=\"1763\" data-origin=\"straightforward-niche\" data-record-type=\"product\" data-leadform-modal=\"\" data-redirect-tracking-params='{\"placement_type\":\"table\",\"site\":\"UKFBL\",\"fieldset\":\"newdefault\",\"template\":\"comparison\",\"category_id\":\"a92b8303-d1d2-4530-bb08-14b0f67111c7\",\"category_name\":\"andHSBC\",\"is_sorted\":0,\"is_filtered\":0,\"cta_render_ts\":1778300887}'><div class=\"comparisonHistory__root\"><\/div><table class=\"comparison-table f1-clarity-header has-sidepeek js-paginated-table-sorter paginated-table-sorter    has-combined-column-header  combined-column-header-grid js-calculator-table rewards--container loyalty-rewards--container\" id=\"comparison-table-0000000004\" data-has-sidepeek=\"true\" data-rendered-as=\"table\" data-loadmore=\"true\" data-loadmore-version=\"1\" data-loadmore-id=\"1009\" data-niche=\"ukfbl\" data-sorted=\"false\" data-sorting=\"\" data-pagination-nav=\"5\" data-pagination-nav-offset=\"0\" data-pagination-nav-next-offset=\"5\" data-pagination-nav-prev-offset=\"0\" data-product-count=\"46\" data-manual-sponsored-count=\"\" data-include-inactive=\"false\" data-user-filters data-table-filter-presets=\"10089af214e8ce5c0b89a2e097215822eae779deb0af36f32eedf000e8917f79\" data-table-record-type=\"product\" data-table-record-ids='[\"07d91e4c-a50f-4ac1-93c9-0ebdb0dbf700\",\"2ba9b12b-fbd7-4368-adf0-24e11049404e\",\"6595c5f5-3ba4-4cf4-aa43-8e019bf36e13\",\"880b4039-e8bf-4e02-9d80-9d6da0351bff\",\"8ea77ac3-18bb-4702-a762-262a90b401ab\"]' data-total-data=\"5\" data-enable-top-filters=\"false\" data-total-product-count=\"46\" data-sponsored-placements=\"3\" data-sponsored-field-code=\"DERIVED.AD_RANK\" data-sponsored-max-per-provider=\"1\" data-override-table-position-configuration=\"false\"><thead class=\"u-bg--background-secondary u-color--foreground-main\"><tr class=\"grid-column-count-5\"><th data-mobile=\"hide\" data-ajax-table-sorter-column=\"UKFBL.PRODUCT.DATAPOINT_FINDER_SCORE_V2_M\" class=\"comparison-table__feature default-sort-descending tablesorter-header tablesorter-headerUnSorted comparison-table__sortable th-combined-column-header\" data-field-targetable=\"\" data-sorter-title=\"finder_score\" data-ajax-table-sorter-default-direction=\"DESCENDING\">\n                                                        Finder Score\n                                                      <svg class=\"luna-icon comparison-table__sortIcon\"><use href=\"#chevron-up-down\"><\/use><\/svg><svg class=\"comparison-table__sortIcon--asc luna-icon\"><use href=\"#arrow-up\"><\/use><\/svg><svg class=\"comparison-table__sortIcon--desc luna-icon\"><use href=\"#arrow-down\"><\/use><\/svg><\/th><th data-ajax-table-sorter-column=\"UKFBL.PRODUCT.UKFBL_LOAN_TYPE\" class=\"comparison-table__feature  tablesorter-header tablesorter-headerUnSorted comparison-table__sortable \" data-field-targetable=\"\" data-sorter-title=\"loan_type\">\n                                                        Loan type\n                                                      <svg class=\"luna-icon comparison-table__sortIcon\"><use href=\"#chevron-up-down\"><\/use><\/svg><svg class=\"comparison-table__sortIcon--asc luna-icon\"><use href=\"#arrow-up\"><\/use><\/svg><svg class=\"comparison-table__sortIcon--desc luna-icon\"><use href=\"#arrow-down\"><\/use><\/svg><\/th><th data-ajax-table-sorter-column=\"UKFBL.PRODUCT.UKFBL_LOAN_AMOUNTS\" class=\"comparison-table__feature  tablesorter-header tablesorter-headerUnSorted comparison-table__sortable \" data-field-targetable=\"\" data-sorter-title=\"loan_amounts\">\n                                                        Loan amounts\n                                                      <svg class=\"luna-icon comparison-table__sortIcon\"><use href=\"#chevron-up-down\"><\/use><\/svg><svg class=\"comparison-table__sortIcon--asc luna-icon\"><use href=\"#arrow-up\"><\/use><\/svg><svg class=\"comparison-table__sortIcon--desc luna-icon\"><use href=\"#arrow-down\"><\/use><\/svg><\/th><th data-ajax-table-sorter-column=\"UKFBL.PRODUCT.DATAPOINT_LOAN_TERMS\" class=\"comparison-table__feature  tablesorter-header tablesorter-headerUnSorted comparison-table__sortable \" data-field-targetable=\"\" data-sorter-title=\"loan_terms\">\n                                                        Loan terms\n                                                      <svg class=\"luna-icon comparison-table__sortIcon\"><use href=\"#chevron-up-down\"><\/use><\/svg><svg class=\"comparison-table__sortIcon--asc luna-icon\"><use href=\"#arrow-up\"><\/use><\/svg><svg class=\"comparison-table__sortIcon--desc luna-icon\"><use href=\"#arrow-down\"><\/use><\/svg><\/th><th data-ajax-table-sorter-column=\"UKFBL.PRODUCT.UKFBL_BASIC_REQUIREMENTS\" class=\"comparison-table__feature  tablesorter-header tablesorter-headerUnSorted comparison-table__sortable \" data-field-targetable=\"\" data-sorter-title=\"minimum_turnover\/trading_criteria\">\n                                                        Minimum turnover\/trading criteria\n                                                      <svg class=\"luna-icon comparison-table__sortIcon\"><use href=\"#chevron-up-down\"><\/use><\/svg><svg class=\"comparison-table__sortIcon--asc luna-icon\"><use href=\"#arrow-up\"><\/use><\/svg><svg class=\"comparison-table__sortIcon--desc luna-icon\"><use href=\"#arrow-down\"><\/use><\/svg><\/th><th data-ajax-table-sorter-column=\"PRODUCT.DESCRIPTIONS.BENEFITS\" class=\"comparison-table__feature comparison-table__feature--longtext no-margin-bottom no-padding-bottom tablesorter-header tablesorter-headerUnSorted comparison-table__sortable \" data-field-targetable=\"\" data-sorter-title=\"key_benefit\">\n                                                        Key benefit\n                                                      <svg class=\"luna-icon comparison-table__sortIcon\"><use href=\"#chevron-up-down\"><\/use><\/svg><svg class=\"comparison-table__sortIcon--asc luna-icon\"><use href=\"#arrow-up\"><\/use><\/svg><svg class=\"comparison-table__sortIcon--desc luna-icon\"><use href=\"#arrow-down\"><\/use><\/svg><\/th><\/tr><\/thead><tbody><style>\n\t.rewards-infobox .deals-banner { display:flex; flex-direction: row; border-radius: 16px; border:1px solid #000; overflow: hidden; }\n\t.rewards-infobox .deals-left { background:linear-gradient(103.63deg, #FFD23B 9.47%, #FFD835 16.17%, #FEDA3D 21.75%, #FEE053 29.57%, #FEEA77 39.61%, #FDF7A9 50.78%, #FDFFC4 56.36%, #FDF8AC 58.59%, #FDEE88 61.94%, #FEE669 65.29%, #FEE052 68.64%, #FEDB41 73.1%, #FED838 77.57%, #FFD835 83.15%, #FFD23B 89.85%); display:flex; flex-direction: column; align-items:center; justify-content:space-between; position: relative; width: 110px; cursor:pointer; }\n\t@media (min-width: 768px) { .rewards-infobox .deals-left { width: 110px; } }\n\t.rewards-infobox .deals-right { background:#1a50ff; color:#fff; padding: 8px; display:flex; flex-direction: column; gap:2px; justify-content:center; flex: 1; }\n\t@media (min-width: 768px) { .rewards-infobox .deals-right { padding: 8px; } }\n\t.rewards-infobox .deals-phone { position: absolute; top: 8px; left: 12px; }\n\t.rewards-infobox .deals-ends { color:#000; font-weight:800; font-size:12px; line-height:12px; padding:6px 10px; font-style: italic; border-radius: 9999px; display:inline-flex; align-items:center; text-transform: uppercase; display: none; }\n\t.rewards-infobox .deals-ends-text { padding-top: 2px; }\n\t.rewards-infobox .deals-header { display:flex; align-items:center; flex-wrap: nowrap; gap:4px; cursor:pointer; }\n\t.rewards-infobox .deals-amount { background:linear-gradient(103.63deg, #FFD23B 9.47%, #FFD835 16.17%, #FEDA3D 21.75%, #FEE053 29.57%, #FEEA77 39.61%, #FDF7A9 50.78%, #FDFFC4 56.36%, #FDF8AC 58.59%, #FDEE88 61.94%, #FEE669 65.29%, #FEE052 68.64%, #FEDB41 73.1%, #FED838 77.57%, #FFD835 83.15%, #FFD23B 89.85%); color:#232320; font-size:32px; line-height:28px; letter-spacing: -0.75px; text-transform: uppercase; padding: 2px 4px 0 2px; border-radius: 4px; font-style: italic; font-weight: bold; font-size: 30px; }\n\t.rewards-infobox .deals-title { color: white; text-transform: uppercase; font-style:italic; font-weight:bold; font-size:16px; flex: 1; }\n\t.rewards-infobox .deals-list { display:flex; flex-direction: column; flex-wrap: wrap; gap:2px; margin: 4px 0 2px; cursor:pointer; }\n\t@media (min-width: 768px) { .rewards-infobox .deals-list { flex-direction: row; row-gap: 4px; column-gap: 20px; } }\n\t.rewards-infobox .deals-step { display:flex; align-items: baseline; gap:4px; }\n\t.rewards-infobox .deals-step-num { background:#FFD23B; color:#000; display:inline-flex; align-items:center; justify-content:center; font-weight:bold; font-style: italic; border-radius:2px; font-size:12px; margin-top:2px; line-height: 12px; padding-top: 2px; min-width: 11px; }\n\t.rewards-infobox .deals-step-text { color:#fff; font-size:12px; line-height:16px; font-weight: bold; }\n\t.rewards-infobox .deals-disclaimer { color:#E8EEFF; font-size:12px; margin-top: 4px; width: fit-content; }\n\t.rewards-infobox .deals-disclaimer a { color:#BFD0FF; text-decoration: underline; font-size: 12px; }\n\t.rewards-infobox .rewards-end-date { font-size: 12px; }\n\t\n\t\t.rewards-infobox .deals-countdown {\n\t\tdisplay: flex;\n\t\talign-items: center;\n\t\tmargin-top: 8px;\n\t\tflex-wrap: wrap;\n\t}\n\n\t.rewards-infobox .deals-countdown__label {\n\t\tcolor: #fff;\n\t\tfont-size: 12px;\n\t\tfont-weight: 800;\n\t\tpadding-right: 6px;\n\t\twhite-space: nowrap;\n\t}\n\n\t.rewards-infobox .deals-countdown__timer {\n\t\tdisplay: flex;\n\t\talign-items: center;\n\t\tgap: 4px;\n\t}\n\n\t.rewards-infobox .deals-countdown__unit {\n\t\tdisplay: inline-flex;\n\t\talign-items: center;\n\t}\n\n\t.rewards-infobox .deals-countdown__value {\n\t\tbackground: #FFD238;\n\t\tcolor: #000;\n\t\tfont-size: 12px;\n\t\tfont-weight: 800;\n\t\ttext-align: center;\n\t\tfont-style: italic;\n\t\tmin-width: 24px;\n\t\tmin-height: 14px;\n\t\tline-height: 100%;\n\t\tletter-spacing: -0.025em;\n\t\tfont-feature-settings: 'tnum' on, 'lnum' on;\n\t\tpadding: 2px;\n\t}\n\n\t.rewards-infobox .deals-countdown__separator {\n\t\tcolor: #fff;\n\t\tfont-size: 16px;\n\t\tfont-weight: 600;\n\t}\n\n\t@media (max-width: 600px) {\n\t\t.rewards-infobox .deals-countdown__value {\n\t\t\tpadding: 2px;\n\t\t}\n\t}\n\n\t\ttd.comparison-table__feature--longtext div.comparison-table__cellWrapper { width: 100%; }\n\n\t\t@media (max-width: 600px) {\n\t\t.reward-col-order-3 { grid-row: 3 !important; }\n\t\t.reward-col-order-4 { grid-row: 4 !important; }\n\t\t.reward-col-order-5 { grid-row: 5 !important; }\n\t\t.reward-col-order-6 { grid-row: 6 !important; }\n\t\t.reward-col-order-7 { grid-row: 7 !important; }\n\t\t.reward-col-order-8 { grid-row: 8 !important; }\n\t\t.reward-col-order-neg-3 { grid-row: -3 !important; }\n\t\t.reward-col-order-neg-4 { grid-row: -4 !important; }\n\t\t.reward-col-order-neg-5 { grid-row: -5 !important; }\n\t\t.reward-col-order-neg-6 { grid-row: -6 !important; }\n\t\t.reward-col-order-neg-7 { grid-row: -7 !important; }\n\t\t.reward-col-order-neg-8 { grid-row: -8 !important; }\n\t}\n<\/style><style>\n  \/* Gold gradient on minimal UX reward rows (desktop only) *\/\n  @media (min-width: 601px) {\n    tr[data-minimal-ux=\"true\"][data-should-show-rewards=\"true\"] {\n      background: linear-gradient(45deg, rgba(255, 210, 59, 0) 76%, rgba(255, 210, 59, 0.5) 100%), #fff;\n      background-repeat: no-repeat;\n      background-size: 50% 50%;\n      background-position: top right;\n    }\n  }\n\n  tr[data-minimal-ux=\"true\"][data-should-show-rewards=\"true\"] > td.comparison-table__cta {\n    gap: 4px;\n    margin-top: 0 !important;\n  }\n\n  \/* Pill wrapper centered in CTA cell (td is display:grid with 3 columns) *\/\n  .rewards-pill-wrapper {\n    z-index: 3;\n    align-self: flex-end;\n    justify-self: flex-end;\n\n    @media (max-width: 600px) {\n      grid-column: 1 \/ -1;\n      text-align: center;\n      justify-self: unset;\n    }\n  }\n\n  \/* &#9472;&#9472; Base pill styles (original compact design) &#9472;&#9472; *\/\n  .rewards-pill {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    background: linear-gradient(103.63deg, #FFD23B 9.47%, #FFD835 16.17%, #FEDA3D 21.75%, #FEE053 29.57%, #FEEA77 39.61%, #FDF7A9 50.78%, #FDFFC4 56.36%, #FDF8AC 58.59%, #FDEE88 61.94%, #FEE669 65.29%, #FEE052 68.64%, #FEDB41 73.1%, #FED838 77.57%, #FFD835 83.15%, #FFD23B 89.85%);\n    border: 1px solid #E6B40F;\n    border-radius: 4px 20px 20px 20px;\n    padding: 0px 8px 0px 2px;\n    cursor: pointer;\n    position: relative;\n    overflow: visible;\n    transition: filter 0.15s ease;\n    height: 24px;\n    box-sizing: border-box;\n\n    @media (max-width: 600px) {\n      box-shadow: 0 0 24px 0 rgba(255, 210, 59, 0.75);\n    }\n  }\n\n  .rewards-pill__shimmer {\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    width: 100%;\n    height: 100%;\n    border-radius: 4px 20px 20px 20px;\n    overflow: hidden;\n    pointer-events: none;\n  }\n\n  .rewards-pill__shimmer::after {\n    content: '';\n    position: absolute;\n    top: 0;\n    width: 50%;\n    height: 100%;\n    background: linear-gradient(\n      90deg,\n      transparent 0%,\n      rgba(255, 255, 255, 0.5) 50%,\n      transparent 100%\n    );\n    animation: rewards-pill-shimmer 4s infinite;\n  }\n\n  .rewards-pill__icon {\n    z-index: 2;\n    display: flex;\n    align-items: center;\n    flex-shrink: 0;\n    position: relative;\n  }\n\n  .rewards-pill__icon-svg {\n    width: 44px;\n    height: 27.75px;\n    overflow: visible;\n  }\n\n  .rewards-pill__star {\n    position: absolute;\n    z-index: 4;\n    opacity: 0;\n    pointer-events: none;\n    width: 22px;\n    height: 22px;\n    top: 55%;\n    left: 3%;\n    margin-top: -19px;\n    margin-left: -6px;\n    animation: rewards-pill-star-rotate 4s infinite;\n  }\n\n  .rewards-pill__text {\n    font-size: 16px;\n    font-style: italic;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: 0px;\n    color: #092673;\n    z-index: 1;\n    line-height: 24px;\n    white-space: nowrap;\n  }\n\n  \/* &#9472;&#9472; New design overrides (data-show-tc=\"true\") &#9472;&#9472; *\/\n  .rewards-pill[data-show-tc=\"true\"] {\n    padding: 0px 10px 0px 4px;\n    border-radius: 4px 32px 32px 32px;\n    height: 38px;\n    align-items: center;\n  }\n\n  .rewards-pill[data-show-tc=\"true\"] .rewards-pill__shimmer {\n    border-radius: 4px 32px 32px 32px;\n  }\n\n  .rewards-pill[data-show-tc=\"true\"] .rewards-pill__icon-svg {\n    width: 68px;\n    height: 48px;\n  }\n\n  .rewards-pill[data-show-tc=\"true\"] .rewards-pill__star {\n    top: 0;\n    left: 0;\n    margin-top: 0;\n    margin-left: 0;\n  }\n\n  .rewards-pill[data-show-tc=\"true\"] .rewards-pill__text {\n    font-family: 'Modern Era', Arial, Helvetica, sans-serif;\n    font-weight: 900;\n    font-style: italic;\n    font-size: 16px;\n    line-height: 18px;\n    letter-spacing: 0;\n    text-align: center;\n    font-variant-numeric: lining-nums tabular-nums;\n    color: #092673;\n    white-space: nowrap;\n    text-transform: none;\n  }\n\n  .rewards-pill__content {\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    z-index: 1;\n    height: 100%;\n    padding: 2px 0;\n    box-sizing: border-box;\n  }\n\n  .rewards-pill__tc {\n    font-family: 'Modern Era', Arial, Helvetica, sans-serif;\n    font-weight: 400;\n    font-style: normal;\n    font-size: 10px;\n    line-height: 130%;\n    letter-spacing: 0;\n    text-align: center;\n    font-variant-numeric: lining-nums tabular-nums;\n    text-decoration: underline;\n    text-decoration-style: solid;\n    color: #092673;\n    white-space: nowrap;\n  }\n\n  .rewards-pill__tc:hover {\n    opacity: 0.8;\n  }\n\n  @keyframes rewards-pill-shimmer {\n    0% {\n      transform: translateX(100%);\n    }\n    20% {\n      transform: translateX(-100%);\n    }\n    100% {\n      transform: translateX(-100%);\n    }\n  }\n\n  @keyframes rewards-pill-star-rotate {\n    0% {\n      opacity: 0;\n      transform: rotate(0deg) scale(0);\n    }\n    5% {\n      opacity: 1;\n      transform: rotate(45deg) scale(1);\n    }\n    15% {\n      opacity: 1;\n      transform: rotate(135deg) scale(1);\n    }\n    20% {\n      opacity: 0;\n      transform: rotate(180deg) scale(0);\n    }\n    100% {\n      opacity: 0;\n      transform: rotate(180deg) scale(0);\n    }\n  }\n\n  \/* Rewards Pill Countdown - wrapper layout for countdown + pill *\/\n  .rewards-pill-wrapper:has(.rewards-pill-countdown:not([hidden])) {\n    display: flex;\n    align-items: center;\n\n    @media (min-width: 601px) {\n      flex-direction: row;\n      gap: 10px;\n      margin-bottom: 6px;\n    }\n\n    @media (max-width: 600px) {\n      flex-direction: column;\n      gap: 12px;\n    }\n  }\n\n  .rewards-pill-countdown[hidden] {\n    display: none !important;\n  }\n\n  .rewards-pill-countdown {\n    font-family: 'Modern Era', Arial, sans-serif;\n    font-weight: 800;\n    font-size: 12px;\n    line-height: 100%;\n    letter-spacing: -0.025em;\n    font-variant-numeric: lining-nums tabular-nums;\n    color: #232320;\n    white-space: nowrap;\n    display: flex;\n    align-items: center;\n\n    @media (min-width: 601px) {\n      order: -1;\n    }\n\n    @media (max-width: 600px) {\n      justify-content: center;\n      margin-bottom: 8px;\n    }\n  }\n\n  .rewards-pill-countdown__timer {\n    display: inline;\n  }\n\n  .rewards-pill-countdown__sep {\n    margin: 0 1px;\n  }\n\n<\/style><tr data-product-id=\"07d91e4c-a50f-4ac1-93c9-0ebdb0dbf700\" data-provider-id=\"b5fe2689-5046-46c9-8213-cfb995ededa5\" data-product-name=\"Capify Unsecured Business Loan\" data-provider-name=\"Capify\" class=\"grid-column-count-5  mobile-column-count-4 mobile-row-count-9  js-comparison-table__row  heroInTable__featuredProduct heroInTable__featuredProduct--yellow\"><td class=\"comparison-table__name combined-column-header sponsored-row  f1-clarity-header\"><div class=\"table-disclaimer__cellWrapper\"><button class=\"table-disclaimer\" data-target=\"#disclaimer_popup\" data-toggle=\"modal\" title=\"Important information about this website\" type=\"button\"><span class=\"table-disclaimer__text\"><span class=\"badge-text\">Promoted<\/span><\/span><svg class=\"luna-icon\" aria-hidden=\"true\"><use xlink:href=\"#info\"><\/use><\/svg><\/button><\/div><img decoding=\"async\" border=\"0\" src=\"data:image\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjUiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiAjRjVGNkY3OyIvPg==\" data-src=\"https:\/\/www.finder.com\/niche-builder\/67cabf01427fe.png\" alt=\"Capify logo\" class=\"lazysizes\" srcset=\"https:\/\/www.finder.com\/niche-builder\/67cabf01427fe.png?fit=180 180w, https:\/\/www.finder.com\/niche-builder\/67cabf01427fe.png?fit=360 360w, https:\/\/www.finder.com\/niche-builder\/67cabf01427fe.png?fit=600 600w, https:\/\/www.finder.com\/niche-builder\/67cabf01427fe.png?fit=900 900w, https:\/\/www.finder.com\/niche-builder\/67cabf01427fe.png?fit=1200 1200w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\"><div class=\"finder-score-container\"><div class=\"finder-score-detail-heading\">Finder score<\/div><div class=\"detail-info \" style=\"cursor: pointer;\"><a class=\"scoreCombined score__container finder-score\" onclick=\"showFinderScoreModal('ukfbl')\"><span class=\"score__badge score__badge--excellent\"><span class=\"score__value\">9<\/span><\/span><span class=\"score__text-wrapper score__text score__text--excellent\">Excellent<\/span><\/a><\/div><\/div><div class=\"product-info_name combined-column-header\"><span class=\"nameLink\"><span>Capify Unsecured Business Loan<\/span><\/span><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                                                                                                                                                                                                            first-row\n                                                                                                                        default-sort-descending\" data-mobile=\"hide\" data-sortvalue=\"\" data-column-index=\"1\" data-decorator=\"text,ukfbl.product.datapoint_finder_score_v2_m\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Finder Score\"><div class=\"finder-score-detail-heading\">Finder score<\/div><div class=\"detail-info \" style=\"cursor: pointer;\"><a class=\"scoreCombined score__container finder-score\" onclick=\"showFinderScoreModal('ukfbl')\"><span class=\"score__badge score__badge--excellent\"><span class=\"score__value\">9<\/span><\/span><span class=\"score__text-wrapper score__text score__text--excellent\">Excellent<\/span><\/a><\/div><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                                                rounded-top-left\n                                                                                                                                                                                                                                                                    \" data-sortvalue=\"\" data-column-index=\"2\" data-decorator=\"text,ukfbl.product.ukfbl_loan_type\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Loan type\">\n                        Unsecured   loan\n                                          <\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                            border-left\n                                                                                                                                                                                                                                                                                        \" data-sortvalue=\"\" data-column-index=\"3\" data-decorator=\"text,ukfbl.product.ukfbl_loan_amounts\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Loan amounts\">\n                        \u00a35,000 to \u00a31,000,000\n                                          <\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                            border-left\n                                                                                rounded-top-right\n                                                                                                                                                                                                                                                \" data-sortvalue=\"\" data-column-index=\"4\" data-decorator=\"text,ukfbl.product.datapoint_loan_terms\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Loan terms\">\n                        3 to 60 months\n                                          <\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        span-last-row\n                                                                                                                        rounded-bottom-left\n                                                            rounded-bottom-right\n                                                                                                                                                                            span-2\n                                                                                                                                                                            \" data-sortvalue=\"\" data-column-index=\"5\" data-decorator=\"text,ukfbl.product.ukfbl_basic_requirements\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Minimum turnover\/trading criteria\">\n                        \u00a3120,000 annual turnover,<br>1 year trading\n                                          <\/div><\/td><td class=\"comparison-table__feature comparison-table__cta coa-data cta-column-count-5 \"><div class=\"comparison-table__cellWrapper\"><a data-component-props='{\"finderScore\":9,\"badges\":[],\"productId\":\"07d91e4c-a50f-4ac1-93c9-0ebdb0dbf700\"}' data-component-id=\"1026\" data-component-version=\"1\" target=\"_blank\" rel=\"sponsored\" href=\"https:\/\/www.finder.com\/redirect\/uk\/business-loans\/capify-uk-secure.html?nb=1&amp;src_country=uk&amp;redirect_tracking_params=%7B%22placement_type%22%3A%22table%22%2C%22site%22%3A%22UKFBL%22%2C%22fieldset%22%3A%22newdefault%22%2C%22template%22%3A%22comparison%22%2C%22category_id%22%3A%22a92b8303-d1d2-4530-bb08-14b0f67111c7%22%2C%22category_name%22%3A%22andHSBC%22%2C%22is_sorted%22%3A%220%22%2C%22is_filtered%22%3A%220%22%2C%22cta_render_ts%22%3A%221778300887%22%2C%22sponsored%22%3A%221%22%2C%22position%22%3A%221%22%2C%22offer_id%22%3A%2225961%22%2C%22niche_code%22%3A%22UKFBL%22%2C%22product_id%22%3A%2207d91e4c-a50f-4ac1-93c9-0ebdb0dbf700%22%2C%22product_name%22%3A%22Capify%2BUnsecured%2BBusiness%2BLoan%22%2C%22post_id%22%3A%22118759%22%2C%22post_path%22%3A%22business-loans%252Fhsbc-business-loans%22%2C%22post_country%22%3A%22uk%22%7D\" class=\"luna-button luna-button--success luna-button--medium button--cta\" title=\"Go to Capify's site\">Go to site<\/a><a href=\"#\" class=\"js-comparison-table__view-details-button comparison-table__view-details-button\" title=\"Read more about Capify Unsecured Business Loan\" data-component-id=\"1003\" data-component-version=\"1\" data-component-props='{\"finderScore\":9,\"badges\":[],\"productId\":\"07d91e4c-a50f-4ac1-93c9-0ebdb0dbf700\"}'><svg class=\"luna-icon\"><use href=\"#info\"><\/use><\/svg> View details                <\/a><div class=\"luna-form__selection comparison-table__compareField\"><fieldset><legend class=\"compare-box__legend\">Compare product selection<\/legend><input class=\"luna-checkbox\" type=\"checkbox\" id=\"compare-product-0000000006-07d91e4c-a50f-4ac1-93c9-0ebdb0dbf700\" value=\"07d91e4c-a50f-4ac1-93c9-0ebdb0dbf700\" name=\"productID\" _productname=\"Finder score 9Excellent                            Capify Unsecured Business Loan            \" _productimg=\"\/product\/\" data-custom-event-active=\"true\" data-component-id=\"1004\" data-component-version=\"1\" data-component-props='{\"finderScore\":9,\"badges\":[],\"productId\":\"07d91e4c-a50f-4ac1-93c9-0ebdb0dbf700\"}'><label class=\"luna-label\" for=\"compare-product-0000000006-07d91e4c-a50f-4ac1-93c9-0ebdb0dbf700\">Compare<\/label><\/fieldset><\/div><\/div><\/td><td class=\"comparison-table__expander js-comparison-table__expander hide sidepeek-modal-slider\" aria-hidden=\"true\"><div class=\"sidepeek-modal-slider__overlay\"><\/div><div class=\"sidepeek-modal-slider__content\"><div class=\"sidepeek-modal-slider__close-wrapper\"><button type=\"button\" class=\"sidepeek-modal-slider__close js-expander-trigger\" aria-label=\"Close modal\"><svg class=\"luna-icon sidepeek-modal-slider__close-icon\"><use href=\"#x\"><\/use><\/svg><\/button><\/div><div class=\"comparison-table__cellWrapper\"><div class=\"comparison-table__expander--fetching center-over\"><div class=\"relativeloading-pulse__box loading-pulse__box-notext\"><span class=\"loading-pulse loading-pulse--medium loading-pulse--primary\">loading<\/span><\/div><\/div><\/div><\/div><\/td><\/tr><tr data-product-id=\"2ba9b12b-fbd7-4368-adf0-24e11049404e\" data-provider-id=\"96d74c22-a6a1-40ba-9c8e-0f8743b91b65\" data-product-name=\"Nest Unsecured Business Loan\" data-provider-name=\"Nest Business Loans\" class=\"grid-column-count-5  mobile-column-count-4 mobile-row-count-9  js-comparison-table__row  heroInTable__featuredProduct heroInTable__featuredProduct--yellow\"><td class=\"comparison-table__name combined-column-header sponsored-row  f1-clarity-header\"><div class=\"table-disclaimer__cellWrapper\"><button class=\"table-disclaimer\" data-target=\"#disclaimer_popup\" data-toggle=\"modal\" title=\"Important information about this website\" type=\"button\"><span class=\"table-disclaimer__text\"><span class=\"badge-text\">Promoted<\/span><\/span><svg class=\"luna-icon\" aria-hidden=\"true\"><use xlink:href=\"#info\"><\/use><\/svg><\/button><\/div><a href=\"https:\/\/www.finder.com\/uk\/business-loans\/nest\" data-component-id=\"1003\" data-component-version=\"1\"><img decoding=\"async\" border=\"0\" src=\"data:image\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjUiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiAjRjVGNkY3OyIvPg==\" data-src=\"https:\/\/www.finder.com\/niche-builder\/63ea640712fd5.jpg\" alt=\"Nest Business Loans logo\" class=\"lazysizes\" srcset=\"https:\/\/www.finder.com\/niche-builder\/63ea640712fd5.jpg?fit=180 180w, https:\/\/www.finder.com\/niche-builder\/63ea640712fd5.jpg?fit=360 360w, https:\/\/www.finder.com\/niche-builder\/63ea640712fd5.jpg?fit=600 600w, https:\/\/www.finder.com\/niche-builder\/63ea640712fd5.jpg?fit=900 900w, https:\/\/www.finder.com\/niche-builder\/63ea640712fd5.jpg?fit=1200 1200w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\"><\/a><div class=\"finder-score-container\"><div class=\"finder-score-detail-heading\">Finder score<\/div><div class=\"detail-info \" style=\"cursor: pointer;\"><a class=\"scoreCombined score__container finder-score\" onclick=\"showFinderScoreModal('ukfbl')\"><span class=\"score__badge score__badge--great\"><span class=\"score__value\">8.8<\/span><\/span><span class=\"score__text-wrapper score__text score__text--great\">Great<\/span><\/a><\/div><\/div><div class=\"product-info_name combined-column-header\"><span class=\"nameLink\"><a href=\"https:\/\/www.finder.com\/uk\/business-loans\/nest\" target=\"_blank\" data-component-id=\"1014\" data-component-version=\"1\">Nest Unsecured Business Loan<\/a><\/span><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                                                                                                                                                                                                            first-row\n                                                                                                                        default-sort-descending\" data-mobile=\"hide\" data-sortvalue=\"\" data-column-index=\"1\" data-decorator=\"text,ukfbl.product.datapoint_finder_score_v2_m\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Finder Score\"><div class=\"finder-score-detail-heading\">Finder score<\/div><div class=\"detail-info \" style=\"cursor: pointer;\"><a class=\"scoreCombined score__container finder-score\" onclick=\"showFinderScoreModal('ukfbl')\"><span class=\"score__badge score__badge--great\"><span class=\"score__value\">8.8<\/span><\/span><span class=\"score__text-wrapper score__text score__text--great\">Great<\/span><\/a><\/div><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                                                rounded-top-left\n                                                                                                                                                                                                                                                                    \" data-sortvalue=\"\" data-column-index=\"2\" data-decorator=\"text,ukfbl.product.ukfbl_loan_type\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Loan type\">\n                        Fixed rate Unsecured   loan\n                                          <\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                            border-left\n                                                                                                                                                                                                                                                                                        \" data-sortvalue=\"\" data-column-index=\"3\" data-decorator=\"text,ukfbl.product.ukfbl_loan_amounts\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Loan amounts\">\n                        \u00a310,000 to \u00a35,000,000\n                                          <\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                            border-left\n                                                                                rounded-top-right\n                                                                                                                                                                                                                                                \" data-sortvalue=\"\" data-column-index=\"4\" data-decorator=\"text,ukfbl.product.datapoint_loan_terms\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Loan terms\">\n                        No specified loan terms\n                                          <\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        span-last-row\n                                                                                                                        rounded-bottom-left\n                                                            rounded-bottom-right\n                                                                                                                                                                            span-2\n                                                                                                                                                                            \" data-sortvalue=\"\" data-column-index=\"5\" data-decorator=\"text,ukfbl.product.ukfbl_basic_requirements\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Minimum turnover\/trading criteria\">\n                        \u00a3200,000  annual turnover,<br>1 year trading\n                                          <\/div><\/td><td class=\"comparison-table__feature comparison-table__cta coa-data cta-column-count-5 \"><div class=\"comparison-table__cellWrapper\"><a data-component-props='{\"finderScore\":8.8,\"badges\":[],\"productId\":\"2ba9b12b-fbd7-4368-adf0-24e11049404e\"}' data-component-id=\"1026\" data-component-version=\"1\" target=\"_blank\" rel=\"sponsored\" href=\"https:\/\/www.finder.com\/redirect\/uk\/business-loans\/nest-unsecured-uk-secure.html?nb=1&amp;src_country=uk&amp;redirect_tracking_params=%7B%22placement_type%22%3A%22table%22%2C%22site%22%3A%22UKFBL%22%2C%22fieldset%22%3A%22newdefault%22%2C%22template%22%3A%22comparison%22%2C%22category_id%22%3A%22a92b8303-d1d2-4530-bb08-14b0f67111c7%22%2C%22category_name%22%3A%22andHSBC%22%2C%22is_sorted%22%3A%220%22%2C%22is_filtered%22%3A%220%22%2C%22cta_render_ts%22%3A%221778300887%22%2C%22sponsored%22%3A%221%22%2C%22position%22%3A%222%22%2C%22offer_id%22%3A%2223024%22%2C%22niche_code%22%3A%22UKFBL%22%2C%22product_id%22%3A%222ba9b12b-fbd7-4368-adf0-24e11049404e%22%2C%22product_name%22%3A%22Nest%2BUnsecured%2BBusiness%2BLoan%22%2C%22post_id%22%3A%22118759%22%2C%22post_path%22%3A%22business-loans%252Fhsbc-business-loans%22%2C%22post_country%22%3A%22uk%22%7D\" class=\"luna-button luna-button--success luna-button--medium button--cta\" title=\"Go to Nest Business Loans's site\">Go to site<\/a><a href=\"#\" class=\"js-comparison-table__view-details-button comparison-table__view-details-button\" title=\"Read more about Nest Unsecured Business Loan\" data-component-id=\"1003\" data-component-version=\"1\" data-component-props='{\"finderScore\":8.8,\"badges\":[],\"productId\":\"2ba9b12b-fbd7-4368-adf0-24e11049404e\"}'><svg class=\"luna-icon\"><use href=\"#info\"><\/use><\/svg> View details                <\/a><div class=\"luna-form__selection comparison-table__compareField\"><fieldset><legend class=\"compare-box__legend\">Compare product selection<\/legend><input class=\"luna-checkbox\" type=\"checkbox\" id=\"compare-product-0000000006-2ba9b12b-fbd7-4368-adf0-24e11049404e\" value=\"2ba9b12b-fbd7-4368-adf0-24e11049404e\" name=\"productID\" _productname=\"Finder score 8.8Great                            Nest Unsecured Business Loan            \" _productimg=\"\/product\/\" data-custom-event-active=\"true\" data-component-id=\"1004\" data-component-version=\"1\" data-component-props='{\"finderScore\":8.8,\"badges\":[],\"productId\":\"2ba9b12b-fbd7-4368-adf0-24e11049404e\"}'><label class=\"luna-label\" for=\"compare-product-0000000006-2ba9b12b-fbd7-4368-adf0-24e11049404e\">Compare<\/label><\/fieldset><\/div><\/div><\/td><td class=\"comparison-table__expander js-comparison-table__expander hide sidepeek-modal-slider\" aria-hidden=\"true\"><div class=\"sidepeek-modal-slider__overlay\"><\/div><div class=\"sidepeek-modal-slider__content\"><div class=\"sidepeek-modal-slider__close-wrapper\"><button type=\"button\" class=\"sidepeek-modal-slider__close js-expander-trigger\" aria-label=\"Close modal\"><svg class=\"luna-icon sidepeek-modal-slider__close-icon\"><use href=\"#x\"><\/use><\/svg><\/button><\/div><div class=\"comparison-table__cellWrapper\"><div class=\"comparison-table__expander--fetching center-over\"><div class=\"relativeloading-pulse__box loading-pulse__box-notext\"><span class=\"loading-pulse loading-pulse--medium loading-pulse--primary\">loading<\/span><\/div><\/div><\/div><\/div><\/td><\/tr><tr data-product-id=\"6595c5f5-3ba4-4cf4-aa43-8e019bf36e13\" data-provider-id=\"2945a5de-f571-4ba7-8dce-efa4df7fb96e\" data-product-name=\"Funding Circle Small Business Loan\" data-provider-name=\"Funding Circle\" class=\"grid-column-count-5  mobile-column-count-4 mobile-row-count-9  js-comparison-table__row  \"><td class=\"comparison-table__name combined-column-header   f1-clarity-header\"><a href=\"https:\/\/www.finder.com\/uk\/business-loans\/funding-circle\" data-component-id=\"1003\" data-component-version=\"1\"><img decoding=\"async\" border=\"0\" src=\"data:image\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjUiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiAjRjVGNkY3OyIvPg==\" data-src=\"https:\/\/www.finder.com\/niche-builder\/68c2f308e1d95.png\" alt=\"Funding Circle logo\" class=\"lazysizes\" srcset=\"https:\/\/www.finder.com\/niche-builder\/68c2f308e1d95.png?fit=180 180w, https:\/\/www.finder.com\/niche-builder\/68c2f308e1d95.png?fit=360 360w, https:\/\/www.finder.com\/niche-builder\/68c2f308e1d95.png?fit=600 600w, https:\/\/www.finder.com\/niche-builder\/68c2f308e1d95.png?fit=900 900w, https:\/\/www.finder.com\/niche-builder\/68c2f308e1d95.png?fit=1200 1200w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\"><\/a><div class=\"finder-score-container\"><div class=\"finder-score-detail-heading\">Finder score<\/div><div class=\"detail-info \" style=\"cursor: pointer;\"><a class=\"scoreCombined score__container finder-score\" onclick=\"showFinderScoreModal('ukfbl')\"><span class=\"score__badge score__badge--excellent\"><span class=\"score__value\">9.2<\/span><\/span><span class=\"score__text-wrapper score__text score__text--excellent\">Excellent<\/span><\/a><\/div><\/div><div class=\"product-info_name combined-column-header\"><span class=\"nameLink\"><a href=\"https:\/\/www.finder.com\/uk\/business-loans\/funding-circle\" target=\"_blank\" data-component-id=\"1014\" data-component-version=\"1\">Funding Circle Small Business Loan<\/a><\/span><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                                                                                                                                                                                                            first-row\n                                                                                                                        default-sort-descending\" data-mobile=\"hide\" data-sortvalue=\"\" data-column-index=\"1\" data-decorator=\"text,ukfbl.product.datapoint_finder_score_v2_m\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Finder Score\"><div class=\"finder-score-detail-heading\">Finder score<\/div><div class=\"detail-info \" style=\"cursor: pointer;\"><a class=\"scoreCombined score__container finder-score\" onclick=\"showFinderScoreModal('ukfbl')\"><span class=\"score__badge score__badge--excellent\"><span class=\"score__value\">9.2<\/span><\/span><span class=\"score__text-wrapper score__text score__text--excellent\">Excellent<\/span><\/a><\/div><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                                                rounded-top-left\n                                                                                                                                                                                                                                                                    \" data-sortvalue=\"\" data-column-index=\"2\" data-decorator=\"text,ukfbl.product.ukfbl_loan_type\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Loan type\">\n                        Fixed rate   loan\n                                          <\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                            border-left\n                                                                                                                                                                                                                                                                                        \" data-sortvalue=\"\" data-column-index=\"3\" data-decorator=\"text,ukfbl.product.ukfbl_loan_amounts\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Loan amounts\">\n                        \u00a310,000 to \u00a3750,000\n                                          <\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                            border-left\n                                                                                rounded-top-right\n                                                                                                                                                                                                                                                \" data-sortvalue=\"\" data-column-index=\"4\" data-decorator=\"text,ukfbl.product.datapoint_loan_terms\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Loan terms\">\n                        6 to 72 months\n                                          <\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        span-last-row\n                                                                                                                        rounded-bottom-left\n                                                            rounded-bottom-right\n                                                                                                                                                                            span-2\n                                                                                                                                                                            \" data-sortvalue=\"\" data-column-index=\"5\" data-decorator=\"text,ukfbl.product.ukfbl_basic_requirements\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Minimum turnover\/trading criteria\">\n                        No specified minimum turnover,<br>1 year trading\n                                          <\/div><\/td><td class=\"comparison-table__feature comparison-table__cta coa-data cta-column-count-5 \"><div class=\"comparison-table__cellWrapper\"><a data-component-props='{\"finderScore\":9.2,\"badges\":[],\"productId\":\"6595c5f5-3ba4-4cf4-aa43-8e019bf36e13\"}' data-component-id=\"1026\" data-component-version=\"1\" target=\"_blank\" rel=\"sponsored\" href=\"https:\/\/www.finder.com\/redirect\/uk\/business-loans\/fundingcirclesmallbusinessloan-uk-secure.html?nb=1&amp;src_country=uk&amp;redirect_tracking_params=%7B%22placement_type%22%3A%22table%22%2C%22site%22%3A%22UKFBL%22%2C%22fieldset%22%3A%22newdefault%22%2C%22template%22%3A%22comparison%22%2C%22category_id%22%3A%22a92b8303-d1d2-4530-bb08-14b0f67111c7%22%2C%22category_name%22%3A%22andHSBC%22%2C%22is_sorted%22%3A%220%22%2C%22is_filtered%22%3A%220%22%2C%22cta_render_ts%22%3A%221778300887%22%2C%22position%22%3A%223%22%2C%22offer_id%22%3A%2226551%22%2C%22niche_code%22%3A%22UKFBL%22%2C%22product_id%22%3A%226595c5f5-3ba4-4cf4-aa43-8e019bf36e13%22%2C%22product_name%22%3A%22Funding%2BCircle%2BSmall%2BBusiness%2BLoan%22%2C%22post_id%22%3A%22118759%22%2C%22post_path%22%3A%22business-loans%252Fhsbc-business-loans%22%2C%22post_country%22%3A%22uk%22%7D\" class=\"luna-button luna-button--success luna-button--medium button--cta\" title=\"Go to Funding Circle's site\">Go to site<\/a><a href=\"#\" class=\"js-comparison-table__view-details-button comparison-table__view-details-button\" title=\"Read more about Funding Circle Small Business Loan\" data-component-id=\"1003\" data-component-version=\"1\" data-component-props='{\"finderScore\":9.2,\"badges\":[],\"productId\":\"6595c5f5-3ba4-4cf4-aa43-8e019bf36e13\"}'><svg class=\"luna-icon\"><use href=\"#info\"><\/use><\/svg> View details                <\/a><div class=\"luna-form__selection comparison-table__compareField\"><fieldset><legend class=\"compare-box__legend\">Compare product selection<\/legend><input class=\"luna-checkbox\" type=\"checkbox\" id=\"compare-product-0000000006-6595c5f5-3ba4-4cf4-aa43-8e019bf36e13\" value=\"6595c5f5-3ba4-4cf4-aa43-8e019bf36e13\" name=\"productID\" _productname=\"Finder score 9.2Excellent                            Funding Circle Small Business Loan            \" _productimg=\"\/product\/\" data-custom-event-active=\"true\" data-component-id=\"1004\" data-component-version=\"1\" data-component-props='{\"finderScore\":9.2,\"badges\":[],\"productId\":\"6595c5f5-3ba4-4cf4-aa43-8e019bf36e13\"}'><label class=\"luna-label\" for=\"compare-product-0000000006-6595c5f5-3ba4-4cf4-aa43-8e019bf36e13\">Compare<\/label><\/fieldset><\/div><\/div><\/td><td class=\"comparison-table__expander js-comparison-table__expander hide sidepeek-modal-slider\" aria-hidden=\"true\"><div class=\"sidepeek-modal-slider__overlay\"><\/div><div class=\"sidepeek-modal-slider__content\"><div class=\"sidepeek-modal-slider__close-wrapper\"><button type=\"button\" class=\"sidepeek-modal-slider__close js-expander-trigger\" aria-label=\"Close modal\"><svg class=\"luna-icon sidepeek-modal-slider__close-icon\"><use href=\"#x\"><\/use><\/svg><\/button><\/div><div class=\"comparison-table__cellWrapper\"><div class=\"comparison-table__expander--fetching center-over\"><div class=\"relativeloading-pulse__box loading-pulse__box-notext\"><span class=\"loading-pulse loading-pulse--medium loading-pulse--primary\">loading<\/span><\/div><\/div><\/div><\/div><\/td><\/tr><tr data-product-id=\"880b4039-e8bf-4e02-9d80-9d6da0351bff\" data-provider-id=\"2945a5de-f571-4ba7-8dce-efa4df7fb96e\" data-product-name=\"Funding Circle Short Term Business Loan\" data-provider-name=\"Funding Circle\" class=\"grid-column-count-5  mobile-column-count-4 mobile-row-count-9  js-comparison-table__row  \"><td class=\"comparison-table__name combined-column-header   f1-clarity-header\"><a href=\"https:\/\/www.finder.com\/uk\/business-loans\/funding-circle\" data-component-id=\"1003\" data-component-version=\"1\"><img decoding=\"async\" border=\"0\" src=\"data:image\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjUiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiAjRjVGNkY3OyIvPg==\" data-src=\"https:\/\/www.finder.com\/niche-builder\/68c2f43c230b3.png\" alt=\"Funding Circle logo\" class=\"lazysizes\" srcset=\"https:\/\/www.finder.com\/niche-builder\/68c2f43c230b3.png?fit=180 180w, https:\/\/www.finder.com\/niche-builder\/68c2f43c230b3.png?fit=360 360w, https:\/\/www.finder.com\/niche-builder\/68c2f43c230b3.png?fit=600 600w, https:\/\/www.finder.com\/niche-builder\/68c2f43c230b3.png?fit=900 900w, https:\/\/www.finder.com\/niche-builder\/68c2f43c230b3.png?fit=1200 1200w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\"><\/a><div class=\"finder-score-container\"><div class=\"finder-score-detail-heading\">Finder score<\/div><div class=\"detail-info \" style=\"cursor: pointer;\"><a class=\"scoreCombined score__container finder-score\" onclick=\"showFinderScoreModal('ukfbl')\"><span class=\"score__badge score__badge--excellent\"><span class=\"score__value\">9.2<\/span><\/span><span class=\"score__text-wrapper score__text score__text--excellent\">Excellent<\/span><\/a><\/div><\/div><div class=\"product-info_name combined-column-header\"><span class=\"nameLink\"><a href=\"https:\/\/www.finder.com\/uk\/business-loans\/funding-circle\" target=\"_blank\" data-component-id=\"1014\" data-component-version=\"1\">Funding Circle Short Term Business Loan<\/a><\/span><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                                                                                                                                                                                                            first-row\n                                                                                                                        default-sort-descending\" data-mobile=\"hide\" data-sortvalue=\"\" data-column-index=\"1\" data-decorator=\"text,ukfbl.product.datapoint_finder_score_v2_m\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Finder Score\"><div class=\"finder-score-detail-heading\">Finder score<\/div><div class=\"detail-info \" style=\"cursor: pointer;\"><a class=\"scoreCombined score__container finder-score\" onclick=\"showFinderScoreModal('ukfbl')\"><span class=\"score__badge score__badge--excellent\"><span class=\"score__value\">9.2<\/span><\/span><span class=\"score__text-wrapper score__text score__text--excellent\">Excellent<\/span><\/a><\/div><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                                                rounded-top-left\n                                                                                                                                                                                                                                                                    \" data-sortvalue=\"\" data-column-index=\"2\" data-decorator=\"text,ukfbl.product.ukfbl_loan_type\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Loan type\">\n                        Fixed rate   loan\n                                          <\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                            border-left\n                                                                                                                                                                                                                                                                                        \" data-sortvalue=\"\" data-column-index=\"3\" data-decorator=\"text,ukfbl.product.ukfbl_loan_amounts\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Loan amounts\">\n                        \u00a310,000 to \u00a3250,000\n                                          <\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                            border-left\n                                                                                rounded-top-right\n                                                                                                                                                                                                                                                \" data-sortvalue=\"\" data-column-index=\"4\" data-decorator=\"text,ukfbl.product.datapoint_loan_terms\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Loan terms\">\n                        6 or 12 months\n                                          <\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        span-last-row\n                                                                                                                        rounded-bottom-left\n                                                            rounded-bottom-right\n                                                                                                                                                                            span-2\n                                                                                                                                                                            \" data-sortvalue=\"\" data-column-index=\"5\" data-decorator=\"text,ukfbl.product.ukfbl_basic_requirements\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Minimum turnover\/trading criteria\">\n                        No specified minimum turnover,<br>1 year trading\n                                          <\/div><\/td><td class=\"comparison-table__feature comparison-table__cta coa-data cta-column-count-5 \"><div class=\"comparison-table__cellWrapper\"><a data-component-props='{\"finderScore\":9.2,\"badges\":[],\"productId\":\"880b4039-e8bf-4e02-9d80-9d6da0351bff\"}' data-component-id=\"1026\" data-component-version=\"1\" target=\"_blank\" rel=\"sponsored\" href=\"https:\/\/www.finder.com\/redirect\/uk\/business-loans\/fundingcircleshorttermbusinessloan-uk-secure.html?nb=1&amp;src_country=uk&amp;redirect_tracking_params=%7B%22placement_type%22%3A%22table%22%2C%22site%22%3A%22UKFBL%22%2C%22fieldset%22%3A%22newdefault%22%2C%22template%22%3A%22comparison%22%2C%22category_id%22%3A%22a92b8303-d1d2-4530-bb08-14b0f67111c7%22%2C%22category_name%22%3A%22andHSBC%22%2C%22is_sorted%22%3A%220%22%2C%22is_filtered%22%3A%220%22%2C%22cta_render_ts%22%3A%221778300887%22%2C%22position%22%3A%224%22%2C%22offer_id%22%3A%2226552%22%2C%22niche_code%22%3A%22UKFBL%22%2C%22product_id%22%3A%22880b4039-e8bf-4e02-9d80-9d6da0351bff%22%2C%22product_name%22%3A%22Funding%2BCircle%2BShort%2BTerm%2BBusiness%2BLoan%22%2C%22post_id%22%3A%22118759%22%2C%22post_path%22%3A%22business-loans%252Fhsbc-business-loans%22%2C%22post_country%22%3A%22uk%22%7D\" class=\"luna-button luna-button--success luna-button--medium button--cta\" title=\"Go to Funding Circle's site\">Go to site<\/a><a href=\"#\" class=\"js-comparison-table__view-details-button comparison-table__view-details-button\" title=\"Read more about Funding Circle Short Term Business Loan\" data-component-id=\"1003\" data-component-version=\"1\" data-component-props='{\"finderScore\":9.2,\"badges\":[],\"productId\":\"880b4039-e8bf-4e02-9d80-9d6da0351bff\"}'><svg class=\"luna-icon\"><use href=\"#info\"><\/use><\/svg> View details                <\/a><div class=\"luna-form__selection comparison-table__compareField\"><fieldset><legend class=\"compare-box__legend\">Compare product selection<\/legend><input class=\"luna-checkbox\" type=\"checkbox\" id=\"compare-product-0000000006-880b4039-e8bf-4e02-9d80-9d6da0351bff\" value=\"880b4039-e8bf-4e02-9d80-9d6da0351bff\" name=\"productID\" _productname=\"Finder score 9.2Excellent                            Funding Circle Short Term Business Loan            \" _productimg=\"\/product\/\" data-custom-event-active=\"true\" data-component-id=\"1004\" data-component-version=\"1\" data-component-props='{\"finderScore\":9.2,\"badges\":[],\"productId\":\"880b4039-e8bf-4e02-9d80-9d6da0351bff\"}'><label class=\"luna-label\" for=\"compare-product-0000000006-880b4039-e8bf-4e02-9d80-9d6da0351bff\">Compare<\/label><\/fieldset><\/div><\/div><\/td><td class=\"comparison-table__expander js-comparison-table__expander hide sidepeek-modal-slider\" aria-hidden=\"true\"><div class=\"sidepeek-modal-slider__overlay\"><\/div><div class=\"sidepeek-modal-slider__content\"><div class=\"sidepeek-modal-slider__close-wrapper\"><button type=\"button\" class=\"sidepeek-modal-slider__close js-expander-trigger\" aria-label=\"Close modal\"><svg class=\"luna-icon sidepeek-modal-slider__close-icon\"><use href=\"#x\"><\/use><\/svg><\/button><\/div><div class=\"comparison-table__cellWrapper\"><div class=\"comparison-table__expander--fetching center-over\"><div class=\"relativeloading-pulse__box loading-pulse__box-notext\"><span class=\"loading-pulse loading-pulse--medium loading-pulse--primary\">loading<\/span><\/div><\/div><\/div><\/div><\/td><\/tr><tr data-product-id=\"8ea77ac3-18bb-4702-a762-262a90b401ab\" data-provider-id=\"b5fe2689-5046-46c9-8213-cfb995ededa5\" data-product-name=\"Capify Secured Business Loan\" data-provider-name=\"Capify\" class=\"grid-column-count-5  mobile-column-count-4 mobile-row-count-9  js-comparison-table__row  \"><td class=\"comparison-table__name combined-column-header   f1-clarity-header\"><img decoding=\"async\" border=\"0\" src=\"data:image\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjUiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiAjRjVGNkY3OyIvPg==\" data-src=\"https:\/\/www.finder.com\/niche-builder\/67e153c34d425.png\" alt=\"Capify logo\" class=\"lazysizes\" srcset=\"https:\/\/www.finder.com\/niche-builder\/67e153c34d425.png?fit=180 180w, https:\/\/www.finder.com\/niche-builder\/67e153c34d425.png?fit=360 360w, https:\/\/www.finder.com\/niche-builder\/67e153c34d425.png?fit=600 600w, https:\/\/www.finder.com\/niche-builder\/67e153c34d425.png?fit=900 900w, https:\/\/www.finder.com\/niche-builder\/67e153c34d425.png?fit=1200 1200w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\"><div class=\"finder-score-container\"><div class=\"finder-score-detail-heading\">Finder score<\/div><div class=\"detail-info \" style=\"cursor: pointer;\">Not yet rated<\/div><\/div><div class=\"product-info_name combined-column-header\"><span class=\"nameLink\"><span>Capify Secured Business Loan<\/span><\/span><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                                                                                                                                                                                                            first-row\n                                                                                                                        default-sort-descending\" data-mobile=\"hide\" data-sortvalue=\"\" data-column-index=\"1\" data-decorator=\"text,ukfbl.product.datapoint_finder_score_v2_m\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Finder Score\"><div class=\"finder-score-detail-heading\">Finder score<\/div><div class=\"detail-info \" style=\"cursor: pointer;\">Not yet rated<\/div><\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                                                rounded-top-left\n                                                                                                                                                                                                                                                                    \" data-sortvalue=\"\" data-column-index=\"2\" data-decorator=\"text,ukfbl.product.ukfbl_loan_type\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Loan type\">\n                        Secured   loan\n                                          <\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                            border-left\n                                                                                                                                                                                                                                                                                        \" data-sortvalue=\"\" data-column-index=\"3\" data-decorator=\"text,ukfbl.product.ukfbl_loan_amounts\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Loan amounts\">\n                        \u00a350,000 to \u00a31,000,000\n                                          <\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        border-top\n                                                            border-left\n                                                                                rounded-top-right\n                                                                                                                                                                                                                                                \" data-sortvalue=\"\" data-column-index=\"4\" data-decorator=\"text,ukfbl.product.datapoint_loan_terms\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Loan terms\">\n                        7 to 60 months\n                                          <\/div><\/td><td class=\"comparison-table__feature\n                                        \n                                        span-last-row\n                                                                                                                        rounded-bottom-left\n                                                            rounded-bottom-right\n                                                                                                                                                                            span-2\n                                                                                                                                                                            \" data-sortvalue=\"\" data-column-index=\"5\" data-decorator=\"text,ukfbl.product.ukfbl_basic_requirements\"><div class=\"comparison-table__cellWrapper js-calculator-table-value\n                                                            \" data-heading=\"Minimum turnover\/trading criteria\">\n                        \u00a3120,000 annual turnover,<br>1 year trading\n                                          <\/div><\/td><td class=\"comparison-table__feature comparison-table__cta coa-data cta-column-count-5 \"><div class=\"comparison-table__cellWrapper\"><a data-component-props='{\"finderScore\":0,\"badges\":[],\"productId\":\"8ea77ac3-18bb-4702-a762-262a90b401ab\"}' data-component-id=\"1026\" data-component-version=\"1\" target=\"_blank\" rel=\"sponsored\" href=\"https:\/\/www.finder.com\/redirect\/uk\/business-loans\/capifysecured-uk-secure.html?nb=1&amp;src_country=uk&amp;redirect_tracking_params=%7B%22placement_type%22%3A%22table%22%2C%22site%22%3A%22UKFBL%22%2C%22fieldset%22%3A%22newdefault%22%2C%22template%22%3A%22comparison%22%2C%22category_id%22%3A%22a92b8303-d1d2-4530-bb08-14b0f67111c7%22%2C%22category_name%22%3A%22andHSBC%22%2C%22is_sorted%22%3A%220%22%2C%22is_filtered%22%3A%220%22%2C%22cta_render_ts%22%3A%221778300887%22%2C%22position%22%3A%225%22%2C%22offer_id%22%3A%2225961%22%2C%22niche_code%22%3A%22UKFBL%22%2C%22product_id%22%3A%228ea77ac3-18bb-4702-a762-262a90b401ab%22%2C%22product_name%22%3A%22Capify%2BSecured%2BBusiness%2BLoan%22%2C%22post_id%22%3A%22118759%22%2C%22post_path%22%3A%22business-loans%252Fhsbc-business-loans%22%2C%22post_country%22%3A%22uk%22%7D\" class=\"luna-button luna-button--success luna-button--medium button--cta\" title=\"Go to Capify's site\">Go to site<\/a><a href=\"#\" class=\"js-comparison-table__view-details-button comparison-table__view-details-button\" title=\"Read more about Capify Secured Business Loan\" data-component-id=\"1003\" data-component-version=\"1\" data-component-props='{\"finderScore\":0,\"badges\":[],\"productId\":\"8ea77ac3-18bb-4702-a762-262a90b401ab\"}'><svg class=\"luna-icon\"><use href=\"#info\"><\/use><\/svg> View details                <\/a><div class=\"luna-form__selection comparison-table__compareField\"><fieldset><legend class=\"compare-box__legend\">Compare product selection<\/legend><input class=\"luna-checkbox\" type=\"checkbox\" id=\"compare-product-0000000006-8ea77ac3-18bb-4702-a762-262a90b401ab\" value=\"8ea77ac3-18bb-4702-a762-262a90b401ab\" name=\"productID\" _productname=\"Finder scoreNot yet rated                            Capify Secured Business Loan            \" _productimg=\"\/product\/\" data-custom-event-active=\"true\" data-component-id=\"1004\" data-component-version=\"1\" data-component-props='{\"finderScore\":0,\"badges\":[],\"productId\":\"8ea77ac3-18bb-4702-a762-262a90b401ab\"}'><label class=\"luna-label\" for=\"compare-product-0000000006-8ea77ac3-18bb-4702-a762-262a90b401ab\">Compare<\/label><\/fieldset><\/div><\/div><\/td><td class=\"comparison-table__expander js-comparison-table__expander hide sidepeek-modal-slider\" aria-hidden=\"true\"><div class=\"sidepeek-modal-slider__overlay\"><\/div><div class=\"sidepeek-modal-slider__content\"><div class=\"sidepeek-modal-slider__close-wrapper\"><button type=\"button\" class=\"sidepeek-modal-slider__close js-expander-trigger\" aria-label=\"Close modal\"><svg class=\"luna-icon sidepeek-modal-slider__close-icon\"><use href=\"#x\"><\/use><\/svg><\/button><\/div><div class=\"comparison-table__cellWrapper\"><div class=\"comparison-table__expander--fetching center-over\"><div class=\"relativeloading-pulse__box loading-pulse__box-notext\"><span class=\"loading-pulse loading-pulse--medium loading-pulse--primary\">loading<\/span><\/div><\/div><\/div><\/div><\/td><\/tr><script>\n(function () {\n  window.isInfoBoxMutationObserverInitialized ??= false;\n  if (window.isInfoBoxMutationObserverInitialized) return;\n  window.isInfoBoxMutationObserverInitialized = true;\n\n  document.addEventListener(\"DOMContentLoaded\", () => {\n    function getLinkParams(anchor) {\n      const redirectUrl =\n        anchor.getAttribute(\"data-redirect-url\") || anchor.href || \"\";\n\n      try {\n        const url = new URL(redirectUrl);\n        const rawParams = url.searchParams.get(\"redirect_tracking_params\");\n\n        if (!rawParams) return;\n        const decoded = decodeURIComponent(rawParams);\n        const parsed = JSON.parse(decoded);\n        const { offer_id, niche_code, site, product_name, product_id } = parsed;\n\n        return {\n          redirectUrl,\n          offerId: offer_id,\n          niche: niche_code || site,\n          productName: product_name,\n          productId: product_id,\n        };\n      } catch (e) {\n        console.error(\"Failed to parse redirect_tracking_params\", e);\n      }\n    }\n\n    function initCountdownTimer(rewardsProduct, endDateStr) {\n      const countdownEl = rewardsProduct.querySelector(\".deals-countdown\");\n      \n      if (!countdownEl || !endDateStr) return;\n\n      const daysEl = countdownEl.querySelector(\"[data-countdown-days]\");\n      const hoursEl = countdownEl.querySelector(\"[data-countdown-hours]\");\n      const minutesEl = countdownEl.querySelector(\"[data-countdown-minutes]\");\n      const secondsEl = countdownEl.querySelector(\"[data-countdown-seconds]\");\n\n      let countdownInterval;\n\n      const updateCountdown = () => {\n        const now = new Date().getTime();\n        const endTime = new Date(endDateStr).getTime();\n        const distance = endTime - now;\n\n        if (distance < 0) {\n          \/\/ Countdown finished\n          if (daysEl) daysEl.textContent = \"00d\";\n          if (hoursEl) hoursEl.textContent = \"00h\";\n          if (minutesEl) minutesEl.textContent = \"00m\";\n          if (secondsEl) secondsEl.textContent = \"00s\";\n          if (countdownInterval) {\n            clearInterval(countdownInterval);\n          }\n          return;\n        }\n\n        const days = Math.floor(distance \/ (1000 * 60 * 60 * 24));\n        const hours = Math.floor((distance % (1000 * 60 * 60 * 24)) \/ (1000 * 60 * 60));\n        const minutes = Math.floor((distance % (1000 * 60 * 60)) \/ (1000 * 60));\n        const seconds = Math.floor((distance % (1000 * 60)) \/ 1000);\n\n        if (daysEl) daysEl.textContent = days.toString().padStart(2, \"0\") + \"d\";\n        if (hoursEl) hoursEl.textContent = hours.toString().padStart(2, \"0\") + \"h\";\n        if (minutesEl) minutesEl.textContent = minutes.toString().padStart(2, \"0\") + \"m\";\n        if (secondsEl) secondsEl.textContent = seconds.toString().padStart(2, \"0\") + \"s\";\n      };\n\n      \/\/ Update immediately\n      updateCountdown();\n\n      \/\/ Update every second\n      countdownInterval = setInterval(updateCountdown, 1000);\n\n      \/\/ Store interval ID to clear it later if needed\n      rewardsProduct.dataset.countdownInterval = countdownInterval;\n    }\n\n    const initRewards = (table) => {\n      if (!table) return;\n\n      const recordIdsAttr = table.getAttribute(\"data-table-record-ids\");\n      if (!recordIdsAttr) return;\n\n      let productIds = [];\n      try {\n        const decoded = recordIdsAttr.replace(\/&quot;\/g, '\"');\n        productIds = JSON.parse(decoded);\n      } catch (e) {\n        return;\n      }\n\n      if (!productIds.length) return;\n\n      productIds.forEach((productId) => {\n        \/\/ Handle pill clicks (minimal UX variant) - independent of infobox\n        const pill = table.querySelector(\n          `tr[data-product-id=\"${productId}\"] .rewards-pill`\n        );\n        if (pill && !pill.dataset.bound) {\n          pill.dataset.bound = \"true\";\n          pill.addEventListener(\"click\", () => {\n            const row = pill.closest(\"tr\");\n            if (!row) return;\n\n            const cta = row.querySelector(\".rewards--cta\");\n            if (!cta) return;\n\n            const linkParams = getLinkParams(cta);\n            if (!linkParams) return;\n\n            const pillModalParams = {\n              productId: linkParams.productId,\n              campaignName: row.getAttribute(\"data-rewards-campaign-name\") || \"\",\n              redirectUrl: linkParams.redirectUrl,\n              productName: linkParams.productName,\n              providerName: row.getAttribute(\"data-provider-name\") || \"\",\n              niche: linkParams.niche,\n              offerId: linkParams.offerId,\n              component: \"infobox\",\n            };\n\n            if (\n              window.rewards &&\n              typeof window.rewards.displayModal === \"function\"\n            ) {\n              window.rewards.displayModal(pillModalParams, false, cta);\n            }\n          });\n        }\n\n        const rewardsProduct = table.querySelector(\n          `div[data-rewards-product-id=\"${productId}\"]:not([data-rewards-banner-attached])`\n        );\n        if (!rewardsProduct) return;\n\n        const endDateStr = rewardsProduct.getAttribute(\"data-end-date\");\n        if (!endDateStr) return;\n\n        \/\/ Format date for Australian locale (dd MMM yyyy)\n        const formattedDate = new Intl.DateTimeFormat(\"en-AU\", {\n          day: \"2-digit\",\n          month: \"short\",\n          year: \"numeric\",\n        }).format(new Date(endDateStr));\n\n        const endDateEl = rewardsProduct.querySelector(\".rewards-end-date\");\n        if (endDateEl && endDateEl.textContent !== formattedDate) {\n          endDateEl.textContent = ` ${formattedDate}`;\n        }\n\n        \/\/ Calculate days remaining\n        const days = Math.ceil((new Date(endDateStr) - new Date()) \/ 86400000);\n\n        \/\/ Show \"Ends Soon\" badge if campaign ends within 7 days\n        if (days <= 7 && days > 0) {\n          const dealsEndsEl = rewardsProduct.querySelector(\".deals-ends\");\n          const dealsPhoneEl = rewardsProduct.querySelector(\".deals-phone\");\n\n          if (dealsEndsEl && dealsEndsEl.style.display !== \"inline-flex\") {\n            dealsEndsEl.style.display = \"inline-flex\";\n          }\n          if (dealsPhoneEl && dealsPhoneEl.style.top !== \"23px\") {\n            dealsPhoneEl.style.top = \"23px\";\n          }\n        }\n\n        \/\/ Initialize countdown timer\n        initCountdownTimer(rewardsProduct, endDateStr);\n\n        const dealsLeftEl = rewardsProduct.querySelector(\".deals-left\");\n        const dealsList = rewardsProduct.querySelector(\".deals-list\");\n        const dealsHeader = rewardsProduct.querySelector(\".deals-header\");\n\n        const handleClick = (triggerEl) => {\n          const row = triggerEl.closest(\"tr\");\n\n          if (!row) return;\n\n          const cta = row.querySelector(\".rewards--cta\");\n\n          if (!cta) return;\n\n          const linkParams = getLinkParams(cta);\n          if (!linkParams) return;\n\n          const { productId, redirectUrl, productName, niche, offerId } = linkParams;\n\n          const modalParams = {\n            productId,\n            campaignName: row.getAttribute(\"data-rewards-campaign-name\") || \"\",\n            redirectUrl,\n            productName,\n            providerName: row.getAttribute(\"data-provider-name\") || \"\",\n            niche,\n            offerId,\n            component: \"infobox\",\n          };\n\n          if (\n            window.rewards &&\n            typeof window.rewards.displayModal === \"function\"\n          ) {\n            window.rewards.displayModal(modalParams, false, cta);\n          }\n        };\n\n        if (dealsLeftEl && !dealsLeftEl.dataset.bound) {\n          dealsLeftEl.dataset.bound = \"true\";\n          dealsLeftEl.addEventListener(\"click\", () => handleClick(dealsLeftEl));\n        }\n\n        if (dealsList && !dealsList.dataset.bound) {\n          dealsList.dataset.bound = \"true\";\n          dealsList.addEventListener(\"click\", () => handleClick(dealsList));\n        }\n\n        if (dealsHeader && !dealsHeader.dataset.bound) {\n          dealsHeader.dataset.bound = \"true\";\n          dealsHeader.addEventListener(\"click\", () => handleClick(dealsHeader));\n        }\n\n        rewardsProduct.dataset.rewardsBannerAttached = \"true\";\n      });\n    };\n\n    const tables = document.querySelectorAll(\n      \"table.rewards--container[data-table-record-ids]\"\n    );\n\n    tables.forEach((table) => {\n      const tableObserver = new MutationObserver(() => {\n        setTimeout(() => initRewards(table), 0);\n      });\n\n      tableObserver.observe(table, {\n        childList: true,\n        subtree: true,\n      });\n\n      initRewards(table);\n    });\n\n    \/\/ Pill countdown timers (minimal UX)\n    function initPillCountdowns() {\n      const countdowns = document.querySelectorAll(\"[data-rewards-pill-countdown]:not([data-pill-countdown-bound])\");\n\n      countdowns.forEach((el) => {\n        el.dataset.pillCountdownBound = \"true\";\n        const endDateStr = el.getAttribute(\"data-end-date\");\n        if (!endDateStr) return;\n\n        const endTime = new Date(endDateStr).getTime();\n        if (Number.isNaN(endTime)) return;\n        const now = new Date().getTime();\n        const distance = endTime - now;\n        const sevenDaysMs = 7 * 24 * 60 * 60 * 1000;\n\n        if (distance <= 0) {\n          const wrapper = el.closest(\".rewards-pill-wrapper\");\n          if (wrapper) wrapper.style.display = \"none\";\n          return;\n        }\n\n        if (distance > sevenDaysMs) {\n          return;\n        }\n\n        el.removeAttribute(\"hidden\");\n\n        const daysEl = el.querySelector(\"[data-pill-countdown-days]\");\n        const hoursEl = el.querySelector(\"[data-pill-countdown-hours]\");\n        const minutesEl = el.querySelector(\"[data-pill-countdown-minutes]\");\n        const secondsEl = el.querySelector(\"[data-pill-countdown-seconds]\");\n\n        let interval;\n        const updatePillCountdown = () => {\n          if (!el.isConnected) {\n            if (interval) clearInterval(interval);\n            return;\n          }\n\n          const remaining = endTime - new Date().getTime();\n\n          if (remaining <= 0) {\n            if (daysEl) daysEl.textContent = \"0d\";\n            if (hoursEl) hoursEl.textContent = \"0h\";\n            if (minutesEl) minutesEl.textContent = \"0m\";\n            if (secondsEl) secondsEl.textContent = \"0s\";\n            if (interval) clearInterval(interval);\n            \/\/ Hide pill wrapper on expiry\n            const wrapper = el.closest(\".rewards-pill-wrapper\");\n            if (wrapper) wrapper.style.display = \"none\";\n            return;\n          }\n\n          const days = Math.floor(remaining \/ (1000 * 60 * 60 * 24));\n          const hours = Math.floor((remaining % (1000 * 60 * 60 * 24)) \/ (1000 * 60 * 60));\n          const minutes = Math.floor((remaining % (1000 * 60 * 60)) \/ (1000 * 60));\n          const seconds = Math.floor((remaining % (1000 * 60)) \/ 1000);\n\n          if (daysEl) daysEl.textContent = days + \"d\";\n          if (hoursEl) hoursEl.textContent = hours + \"h\";\n          if (minutesEl) minutesEl.textContent = minutes + \"m\";\n          if (secondsEl) secondsEl.textContent = seconds + \"s\";\n        };\n\n        updatePillCountdown();\n        interval = setInterval(updatePillCountdown, 1000);\n      });\n    }\n\n    initPillCountdowns();\n\n    const allTables = document.querySelectorAll(\"table\");\n    allTables.forEach((table) => {\n      const observer = new MutationObserver(() => {\n        setTimeout(initPillCountdowns, 0);\n      });\n      observer.observe(table, { childList: true, subtree: true });\n    });\n  });\n})();\n<\/script><\/tbody><\/table><div class=\"comparison-table__loadingIndicator center-over\"><div class=\"relativeloading-pulse__box loading-pulse__box-notext\"><span class=\"loading-pulse loading-pulse--medium loading-pulse--primary\">loading<\/span><\/div><\/div><div class=\"comparison-table__paginationContainer comparison-table__loadMoreContainer \"><div class=\"comparison-table__loadMore comparison-table__paginationNav\"><button class=\"luna-button luna-button--primary js-comparison-table__showMore\" type=\"button\" data-offset=\"5\">Load More<\/button><div class=\"js-show-more-data_count-a92b8303-d1d2-4530-bb08-14b0f67111c7 comparison-table__dataCount\">Showing\n\t\t\t5\n\t\t\tof\n\t\t\t46\n\t\t\tresults\t\t<\/div><\/div><\/div><\/form><\/section><\/div><div id=\"compare-bar-v2\" class=\"compareBarV2__root rewards--container loyalty-rewards--container\" data-niche=\"UKFBL\" data-rewards-component=\"compare-products\"><\/div><div class=\"finder-score-methodology\"><h3 data-toc=\"false\" id=\"finder-score-methodology\">Finder Score for business loans<\/h3>\n\n<p>To make comparing even easier we came up with the <a href=\"https:\/\/www.finder.com\/uk\/finder-score\">Finder Score<\/a>. Costs, speeds and features across 50+ lenders are all weighted and scaled to produce a score out of 10. The higher the score the better the lender \u2013 simple.<\/p>\n\n<a class=\"luna-button luna-button--primary has-margin-bottom\" href=\"https:\/\/www.finder.com\/uk\/business-loans\/methodology-for-rating-business-loans\">Read the full methodology<\/a><\/div>\n    <\/div>\n<\/div>\n    <\/div>\n\n\n\n\n\n\n \n\n\n\n\n<h3>Quick overview of HSBC business loans<\/h3>\n\n<table class=\"i_infobox product_infobox\">\n<tbody>\n\n<tr>\n<th>Minimum trading period<\/th>\n<td class=\"i_infobox_data product_infobox_data\">Not specified\n<\/td>\n<\/tr>\n<tr>\n<th>Loan terms<\/th>\n<td class=\"i_infobox_data product_infobox_data\">From 12 to 240 months\n<\/td>\n<\/tr><tr>\n<th>Loan amounts<\/th>\n<td class=\"i_infobox_data product_infobox_data\">From \u00a31,000 to \u00a325,000,000\n<\/td>\n<\/tr><tr>\n<th>Minimum turnover<\/th>\n<td class=\"i_infobox_data product_infobox_data\">Not specified\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table><h3>HSBC small business loans<\/h3><p>HSBC offers fixed rate loans for small businesses looking to borrow up to \u00a310,000,000, with loan terms between 12 and 12 years. HSBC small business loans have a representative APR of 7.1% for loans between \u00a31,000 and \u00a310,000,000.<\/p><h3>HSBC business overdraft<\/h3><p>If you already have an HSBC Business Current Account, you can borrow money without needing to use security (subject to approval) by using a business overdraft. The interest rate you receive will be linked to the Bank of England base rate. Learn <a href=\"https:\/\/www.finder.com\/uk\/business-banking\">more about business banking<\/a>.<\/p><h3>HSBC asset finance<\/h3><p>HSBC asset and equipment finance is designed to let your company access better equipment, vehicles and software today, rather than having to save and wait. You can learn <a href=\"https:\/\/www.finder.com\/uk\/business-loans\/asset-based-loans\">more about asset financing<\/a> or compare deals from a range of lenders.<\/p><h3 id=\"hsbc-options\">What other business finance products does HSBC offer?<\/h3><ul><li><strong>Fixed and variable rate loans<\/strong><br>A fixed rate loan means you\u2019re protected from increases in interest rates, and can budget with certainty, while a variable rate exposes you to potential increases in interest rates, but could also mean you benefit from any reductions in rates. See <a href=\"#comparisongo\" class=\"scroll\">HSBC\u2019s current deals<\/a> or compare fixed rate deals from multiple lenders.<\/li><li><strong>Business credit cards<\/strong><br>Need a small, ongoing, flexible line of credit? An HSBC business credit card could do the trick. Check out <a href=\"https:\/\/www.finder.com\/uk\/business-credit-cards\/hsbc-business-credit-card\">our review<\/a> or compare all <a href=\"https:\/\/www.finder.com\/uk\/business-credit-cards\">business credit cards<\/a>.<\/li><li><strong>Invoice financing<\/strong><br>HSBC\u2019s invoice discounting service could help your firm maintain a healthy cash flow. Learn more about <a href=\"https:\/\/www.finder.com\/uk\/business-loans\/invoice-financing\">how invoice financing works<\/a> or compare invoice financing deals for your business.<\/li><li><strong>Commercial mortgages<\/strong><br>Scaling-up or relocating? HSBC offers commercial mortgages too. Learn <a href=\"https:\/\/www.finder.com\/uk\/mortgages\/commercial-mortgage-rates\">more about commercial mortgages<\/a> or discover options suited to your business.<\/li><\/ul><h3>HSBC business loan rates<\/h3><p>HSBC small business loans have a 7.1% representative APR on loans between \u00a31,000 and \u00a310,000,000, but the interest rate you receive will vary based on your business\u2019 application and financial situation, as well as the size and length of your loan.<\/p><p>HSBC business overdrafts have a variable representative EAR of 11.19%, with the overdraft facility offered with at least a 4% margin over the Bank of England base rate.<\/p><h3 id=\"apply\">Am I eligible for a HSBC business loan?<\/h3><p>You should only apply for a HSBC business loan if you\u2019re certain you can meet the repayment terms.<\/p><p>Here are the criteria that you will personally need to meet in order to be eligible for an HSBC Small Business Loan:<\/p><ul class=\"list-1\"><li>UK resident for at least three years<\/li><li>Over 18 years old<\/li><li>Good credit rating without a history of county court judgments or bankruptcy<\/li><\/ul><h3>Information HSBC will need to process your loan application<\/h3><p>HSBC will need to know the following:<\/p><ul><li>A full rundown of how your business operates<\/li><li>How your particular skills and experience will help you achieve your goals<\/li><li>Information on how the money you want to borrow fits into your larger goals<\/li><li>The period over which you want to borrow your money<\/li><\/ul><h3>Proof the bank will need to see to approve your application<\/h3><ul class=\"has-margin-bottom\"><li><strong>Security\/assets.<\/strong> It will often need to see security in the form of guarantees, property or other types of assets that are easy to value.<\/li><li><strong>Other business interests.<\/strong> It will need to see how many other commitments you and your business will have in order to ensure that you can dedicate the appropriate amount of time in order to grow it properly and make your loan repayments.<\/li><li><strong>Cash flow forecast.<\/strong> You need to be able to prove that you have a logical and well thought out business strategy and model.<\/li><li><strong>Financial accounts.<\/strong> The bank will need to see evidence of your past financial history.<\/li><\/ul><p>HSBC states that its business loans should not be used for anything other than the purpose of investing in your business. Absolutely no personal purchases are allowed.<\/p><h3>HSBC customer reviews and complaints<\/h3><p>In our <a href=\"https:\/\/www.finder.com\/uk\/business-loans\/finder-business-loans-customer-satisfaction-awards-2025\">2025 customer satisfaction survey<\/a>, 73% of HSBC\u2019s business loan customers said they would recommend the brand to a friend. Many respondents said how impressed they were by the customer service, while others commented on how good the loan rates were. One HSBC business loan customer commented: \u201cFlexible payments and a good APR helped me to go forwards in my business\u201d.<\/p><p>On Trustpilot, HSBC UK  as a whole is rated \u201cExcellent\u201d, with a score of 4.5 out of 5 stars based on over 21,000 reviews (updated December 2025). Some of the customers posting negative reviews on this platform cited the unexpected closure of their bank account, as well as difficulties with the customer services team.<\/p><p>The HSBC app has a rating of 4.8 out of 5 stars based on more than 1.4 million reviews on the App Store, and a rating of 4.7 out of 5 stars based on over 390,000 reviews on the Google Play Store (updated December 2025).<\/p><p>There are very few references to HSBC business loans on Reddit, with a handful of users on the forum mentioning they had not been successful in their business loan applications.<\/p>                                    \n<style>\n.tablefade { height: 850px; width: 100%; overflow-x: auto; overflow-y: scroll; }\n.tablefade .luna-table { position: relative; border-left: none !important; }\n.tablefade th:first-child, .tablefade td:first-child { position: sticky; left: 0; background: #ffffff; border-left: 1px solid #d4d3ce; z-index: 2; }\n.tablefade .luna-table td { vertical-align: middle; }\n.tablefade tbody tr:hover td { background-color: #f5f4ef !important; }\n.tablefadeafter { background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); width: 100%; height: 10rem; margin-top: -10rem; margin-bottom: 4rem; position: relative; pointer-events: none; }\n.tablefade img { min-width: 96px; min-height: 53px; }\n\n.tablefade-filtered { max-height: 500px; width: 100%; overflow-x: auto; overflow-y: auto; }\n.tablefade-filtered .luna-table { position: relative; border-left: none !important; }\n.tablefade-filtered th:first-child, .tablefade-filtered td:first-child { position: sticky; left: 0; background: #ffffff; border-left: 1px solid #d4d3ce; z-index: 2; }\n.tablefade-filtered .luna-table td { vertical-align: middle; }\n.tablefade-filtered tbody tr:hover td { background-color: #f5f4ef !important; }\n.tablefadeafter-filtered { background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); width: 100%; height: 3rem; margin-top: -3rem; margin-bottom: 4rem; position: relative; pointer-events: none; z-index: 5; }\n\n.lightbox { display: none; position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.8); }\n.lightbox img { display: block; max-width: 90%; max-height: 90%; margin: auto; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }\n<\/style>\n\n                    \n    \n\n<div id=\"lightbox\" class=\"lightbox\" onclick=\"closeLightbox()\">\n  <img decoding=\"async\" id=\"lightbox-img\" src=\"\" alt=\"Expanded Finder Badge\" loading=\"lazy\">\n<\/div>\n\n<script>\n  function openLightbox(event, imageUrl) {\n    event.preventDefault();\n    const lb = document.getElementById('lightbox');\n    const lbImg = document.getElementById('lightbox-img');\n    if(lb && lbImg) {\n        lbImg.src = imageUrl;\n        lb.style.display = \"block\";\n    }\n  }\n  function closeLightbox() {\n    const lb = document.getElementById('lightbox');\n    if(lb) lb.style.display = \"none\";\n  }\n<\/script><h3 id=\"alternative-funding-options\">What <em>can\u2019t<\/em> HSBC do?<\/h3><p>Looking for something else? Outside of the HSBC services listed above, you could also consider the following finance products for your business.<\/p><div class=\"u-grid u-grid--alignStretch\"><div class=\"u-grid__col u-1\/3@s\"><article class=\"luna-card luna-card--border luna-card--stretch\"><figure class=\"luna-card__figure\"><a href=\"https:\/\/www.finder.com\/uk\/business-loans\/merchant-cash-advance\"><img decoding=\"async\" src=\"https:\/\/www.finder.com\/finder-us\/wp-uploads\/sites\/3\/2019\/05\/small_business_owner_taking_card_payment.png\" alt=\"Restaurant worker taking card payment from a customer over counter\" class=\"luna-image\" srcset=\"https:\/\/www.finder.com\/finder-us\/wp-uploads\/sites\/3\/2019\/05\/small_business_owner_taking_card_payment.png?fit=180 180w, https:\/\/www.finder.com\/finder-us\/wp-uploads\/sites\/3\/2019\/05\/small_business_owner_taking_card_payment.png?fit=360 360w, https:\/\/www.finder.com\/finder-us\/wp-uploads\/sites\/3\/2019\/05\/small_business_owner_taking_card_payment.png?fit=600 600w, https:\/\/www.finder.com\/finder-us\/wp-uploads\/sites\/3\/2019\/05\/small_business_owner_taking_card_payment.png?fit=900 900w, https:\/\/www.finder.com\/finder-us\/wp-uploads\/sites\/3\/2019\/05\/small_business_owner_taking_card_payment.png?fit=1200 1200w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\"><\/a><\/figure><div class=\"luna-card__block\"><h4>Merchant cash advance<\/h4><p>Get a lump sum upfront to repay in-line with volume of future sales. Compare deals and learn how business cash advances work.<\/p><p><a href=\"https:\/\/www.finder.com\/uk\/business-loans\/merchant-cash-advance\" class=\"luna-button luna-button--success\">Find out more<\/a><\/p><\/div><\/article><\/div><div class=\"u-grid__col u-1\/3@s\"><article class=\"luna-card luna-card--border luna-card--stretch\"><figure class=\"luna-card__figure\"><a href=\"https:\/\/www.finder.com\/uk\/business-loans\/business-line-of-credit\"><img decoding=\"async\" src=\"https:\/\/www.finder.com\/finder-us\/wp-uploads\/sites\/3\/2019\/05\/small_business_strategy_meeting.png\" alt=\"Team of staff having strategy meeting in a studio office\" class=\"luna-image\" srcset=\"https:\/\/www.finder.com\/finder-us\/wp-uploads\/sites\/3\/2019\/05\/small_business_strategy_meeting.png?fit=180 180w, https:\/\/www.finder.com\/finder-us\/wp-uploads\/sites\/3\/2019\/05\/small_business_strategy_meeting.png?fit=360 360w, https:\/\/www.finder.com\/finder-us\/wp-uploads\/sites\/3\/2019\/05\/small_business_strategy_meeting.png?fit=600 600w, https:\/\/www.finder.com\/finder-us\/wp-uploads\/sites\/3\/2019\/05\/small_business_strategy_meeting.png?fit=900 900w, https:\/\/www.finder.com\/finder-us\/wp-uploads\/sites\/3\/2019\/05\/small_business_strategy_meeting.png?fit=1200 1200w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\"><\/a><\/figure><div class=\"luna-card__block\"><h4>Business line of credit<\/h4><p>Borrow only as much as you need, when you need it, then repay on terms that suit you. Compare a range of lenders.<\/p><p><a href=\"https:\/\/www.finder.com\/uk\/business-loans\/business-line-of-credit\" class=\"luna-button luna-button--success\">Compare now<\/a><\/p><\/div><\/article><\/div><div class=\"u-grid__col u-1\/3@s\"><article class=\"luna-card luna-card--border luna-card--stretch\">\n<figure class=\"luna-card__figure\"><a target=\"_blank\" rel=\"sponsored\" href=\"https:\/\/www.finder.com\/redirect\/uk\/business-loans\/tide-startup-loan-uk-secure.html?nb=1&amp;src_country=uk&amp;redirect_tracking_params=%7B%22placement_type%22%3A%22product_link%22%2C%22site%22%3A%22UKFBL%22%2C%22title%22%3A%22Get%2Bquick%2Bquotes%22%2C%22class%22%3A%22luna-image%22%2C%22image%22%3A%22https%253A%252F%252Fdvh1deh6tagwk.cloudfront.net%252Ffinder-us%252Fwp-uploads%252Fsites%252F3%252F2019%252F04%252Fsmall_business_owner.png%22%2C%22offer_id%22%3A%2222432%22%2C%22niche_code%22%3A%22UKFBL%22%2C%22product_id%22%3A%22c435b0b8-b820-454b-b457-2a1a8a0f50f0%22%2C%22product_name%22%3A%22Tide%2BStart-up%2BLoan%22%2C%22provider_id%22%3A%22ca59e3ec-8b04-4c25-bd84-f85e6c1ecba9%22%2C%22provider_name%22%3A%22Tide%22%2C%22post_id%22%3A%22118759%22%2C%22post_path%22%3A%22business-loans%252Fhsbc-business-loans%22%2C%22post_country%22%3A%22uk%22%7D\"><img decoding=\"async\" src=\"https:\/\/dvh1deh6tagwk.cloudfront.net\/finder-us\/wp-uploads\/sites\/3\/2019\/04\/small_business_owner.png\" alt=\"Textile studio in a small business\" class=\"luna-image\" loading=\"lazy\"><\/a><\/figure>\n<div class=\"luna-card__block\">\n<h4>Business loans for bad credit<\/h4>\n<div>Get live, personalised quotes on unsecured or secured loans from specialist lenders with our partner Tide<\/div>\n\n<\/div>\n<\/article> <\/div><\/div><h3>Frequently asked questions<\/h3><ul class=\"luna-accordionGroup accordionGroup\"><li class=\"luna-accordion\" data-accordion=\"accordion\">\n  <div class=\"luna-accordion__summary\">\n    <h4 class=\"luna-accordion__heading\">\n      <button class=\"luna-accordion__action collapsed\" aria-expanded=\"false\" aria-controls=\"accordion0000000000\" data-toggle=\"collapse\" data-target=\"#accordion0000000000\">\n        <span class=\"luna-accordion__title\">Does HSBC offer loans under the Enterprise Finance Guarantee scheme?<\/span>\n        <svg class=\"luna-icon\" aria-hidden=\"true\">\n          <use xlink:href=\"#chevron-down\" data-accordion-icon=\"show\"><\/use>\n          <use xlink:href=\"#chevron-up\" data-accordion-icon=\"hide\" class=\"is-hidden\"><\/use>\n        <\/svg>\n      <\/button>\n    <\/h4>\n  <\/div>\n  <div class=\"luna-accordion__details collapse\" aria-hidden=\"true\" id=\"accordion0000000000\" data-accordion=\"details\">\n    <div class=\"accordionContent\">Yes. If you\u2019re held back by being unable to offer security for a loan, then under this scheme the government effectively acts as your guarantor for 75% of the loan. This doesn\u2019t mean your company isn\u2019t liable (standard procedures will be undertaken by HSBC before turning to the government to recover unpaid funds) but it can help to get applications across the line, or help your business to access larger loans than it might alone.<\/div>\n  <\/div>\n<\/li><\/ul>\n\n\n<article class=\"luna-card luna-card--alt\"><div class=\"luna-card__block has-padding-small\">We show offers we can track - that's not every product on the market...yet. Unless we've said otherwise, products are in no particular order. The terms \"best\", \"top\", \"cheap\" (and variations of these) aren't ratings, though we always explain what's great about a product when we highlight it. This is subject to our <a href=\"https:\/\/www.finder.com\/uk\/terms-of-use\" class=\"fin-text-navy\">terms of use<\/a>. When you make major financial decisions, consider getting independent financial advice. Always consider your own circumstances when you compare products so you get what's right for you. Most of the data in Finder's comparison tables is provided by Defaqto. In other cases, Finder has sourced data directly from providers.<\/div><\/article>","protected":false},"excerpt":{"rendered":"<p>Information about the business loans available from HSBC.<\/p>\n","protected":false},"author":195,"featured_media":137304,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"apple_news_api_created_at":"","apple_news_api_id":"","apple_news_api_modified_at":"","apple_news_api_revision":"","apple_news_api_share_url":"","apple_news_cover_media_provider":"image","apple_news_coverimage":0,"apple_news_coverimage_caption":"","apple_news_cover_video_id":0,"apple_news_cover_video_url":"","apple_news_cover_embedwebvideo_url":"","apple_news_is_hidden":"","apple_news_is_paid":"","apple_news_is_preview":"","apple_news_is_sponsored":"","apple_news_maturity_rating":"","apple_news_metadata":"\"\"","apple_news_pullquote":"","apple_news_pullquote_position":"","apple_news_slug":"","apple_news_sections":[],"apple_news_suppress_video_url":false,"apple_news_use_image_component":false,"footnotes":""},"categories":[2866],"tags":[],"asset_tag":[],"class_list":["post-118759","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-business-loans"],"apple_news_notices":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v24.9 (Yoast SEO v24.9) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>HSBC business loans calculator and reviews | Finder UK<\/title>\n<meta name=\"description\" content=\"Looking for a business loan? Consider HSBC&#039;s fixed rate loans with high approval rates and terms that suit your needs.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.finder.com\/uk\/business-loans\/hsbc-business-loans\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"HSBC business loans calculator and reviews\" \/>\n<meta property=\"og:description\" content=\"Looking for a business loan? Consider HSBC&#039;s fixed rate loans with high approval rates and terms that suit your needs.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.finder.com\/uk\/business-loans\/hsbc-business-loans\" \/>\n<meta property=\"og:site_name\" content=\"Finder UK\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/findercomuk\" \/>\n<meta property=\"article:published_time\" content=\"2018-07-12T10:21:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cdn.finder.com.au\/finder-us\/wp-uploads\/sites\/3\/2018\/09\/hsbc-uk.png\" \/>\n\t<meta property=\"og:image:width\" content=\"250\" \/>\n\t<meta property=\"og:image:height\" content=\"250\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Chris Lilly\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/ChrisLillyCL\" \/>\n<meta name=\"twitter:site\" content=\"@findercomUK\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Chris Lilly\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.finder.com\/uk\/business-loans\/hsbc-business-loans#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.finder.com\/uk\/business-loans\/hsbc-business-loans\"},\"author\":{\"name\":\"Chris Lilly\",\"@id\":\"https:\/\/www.finder.com\/uk\/#\/schema\/person\/2bcd9231d1c1e8ed47cffe934574b9ad\"},\"headline\":\"HSBC business loans calculator and reviews\",\"datePublished\":\"2018-07-12T10:21:20+00:00\",\"dateModified\":\"2025-04-24T16:59:29+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.finder.com\/uk\/business-loans\/hsbc-business-loans\"},\"wordCount\":1526,\"publisher\":{\"@id\":\"https:\/\/www.finder.com\/uk\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.finder.com\/uk\/business-loans\/hsbc-business-loans#primaryimage\"},\"thumbnailUrl\":\"https:\/\/cdn.finder.com.au\/finder-us\/wp-uploads\/sites\/3\/2018\/09\/hsbc-uk.png\",\"articleSection\":[\"Business Loans\"],\"inLanguage\":{\"@type\":\"Language\",\"name\":\"English\",\"alternateName\":\"en\"},\"copyrightYear\":\"2018\",\"copyrightHolder\":{\"@id\":\"https:\/\/www.finder.com\/#organization\"},\"commentCount\":0},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.finder.com\/uk\/business-loans\/hsbc-business-loans\",\"url\":\"https:\/\/www.finder.com\/uk\/business-loans\/hsbc-business-loans\",\"name\":\"HSBC business loans calculator and reviews | Finder UK\",\"isPartOf\":{\"@id\":\"https:\/\/www.finder.com\/uk\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.finder.com\/uk\/business-loans\/hsbc-business-loans#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.finder.com\/uk\/business-loans\/hsbc-business-loans#primaryimage\"},\"thumbnailUrl\":\"https:\/\/cdn.finder.com.au\/finder-us\/wp-uploads\/sites\/3\/2018\/09\/hsbc-uk.png\",\"datePublished\":\"2018-07-12T10:21:20+00:00\",\"dateModified\":\"2025-04-24T16:59:29+00:00\",\"description\":\"Looking for a business loan? Consider HSBC's fixed rate loans with high approval rates and terms that suit your needs.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.finder.com\/uk\/business-loans\/hsbc-business-loans#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.finder.com\/uk\/business-loans\/hsbc-business-loans\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/www.finder.com\/uk\/business-loans\/hsbc-business-loans#primaryimage\",\"url\":\"https:\/\/cdn.finder.com.au\/finder-us\/wp-uploads\/sites\/3\/2018\/09\/hsbc-uk.png\",\"contentUrl\":\"https:\/\/cdn.finder.com.au\/finder-us\/wp-uploads\/sites\/3\/2018\/09\/hsbc-uk.png\",\"width\":250,\"height\":250,\"caption\":\"HSBC UK\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.finder.com\/uk\/business-loans\/hsbc-business-loans#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"UK\",\"item\":\"https:\/\/www.finder.com\/uk\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Business Loans\",\"item\":\"https:\/\/www.finder.com\/uk\/business-loans\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"HSBC business loans calculator and reviews\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.finder.com\/uk\/#website\",\"url\":\"https:\/\/www.finder.com\/uk\/\",\"name\":\"Finder UK\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.finder.com\/uk\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.finder.com\/uk\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.finder.com\/uk\/#organization\",\"name\":\"Finder\",\"url\":\"https:\/\/www.finder.com\/uk\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/www.finder.com\/uk\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.finder.com\/finder-us\/wp-uploads\/sites\/3\/2025\/05\/Finder-Logo-696x696-1.png\",\"contentUrl\":\"https:\/\/www.finder.com\/finder-us\/wp-uploads\/sites\/3\/2025\/05\/Finder-Logo-696x696-1.png\",\"width\":1392,\"height\":1392,\"caption\":\"Finder\"},\"image\":{\"@id\":\"https:\/\/www.finder.com\/uk\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/findercomuk\",\"https:\/\/x.com\/findercomUK\",\"https:\/\/www.linkedin.com\/company\/finder\/\",\"https:\/\/en.wikipedia.org\/wiki\/Finder_(website)\"],\"description\":\"Every month more than 2 million unique visitors turn to Finder to save money and time, and to make important life choices. We compare everything from bank accounts, personal loans, investing platforms and much more.\",\"email\":\"heythere@finder.com\",\"legalName\":\"Finder\",\"foundingDate\":\"2006-01-01\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"51\",\"maxValue\":\"200\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.finder.com\/uk\/#\/schema\/person\/2bcd9231d1c1e8ed47cffe934574b9ad\",\"name\":\"Chris Lilly\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/www.finder.com\/uk\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/cdn.finder.com.au\/finder-us\/wp-uploads\/2025\/11\/ChrisLillyF1_Finder_600x600.png\",\"contentUrl\":\"https:\/\/cdn.finder.com.au\/finder-us\/wp-uploads\/2025\/11\/ChrisLillyF1_Finder_600x600.png\",\"caption\":\"Chris Lilly\"},\"description\":\"Chris Lilly is Head of publishing at finder.com. He's a specialist in personal finance, from day-to-day banking to investing to borrowing, and is passionate about helping UK consumers make informed decisions about their money. In his spare time Chris likes forcing his kids to exercise more.\",\"sameAs\":[\"https:\/\/twitter.com\/ChrisLillyCL\",\"https:\/\/www.linkedin.com\/in\/chris-lilly-46a15627\/\"],\"url\":\"https:\/\/www.finder.com\/uk\/author\/chrislilly\",\"jobTitle\":\"Head of publishing\",\"knowsAbout\":[{\"@type\":\"Thing\",\"name\":\"Loans & credit cards\"},{\"@type\":\"Thing\",\"name\":\"Building credit\"},{\"@type\":\"Thing\",\"name\":\"Financial health\"},{\"@type\":\"Thing\",\"name\":\"Share trading\"}],\"worksFor\":{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.finder.com\/uk\/#organization\",\"name\":\"Finder\"}}]}<\/script>\n<meta property=\"article:modified_time\" content=\"2025-04-24T16:59:29+00:00\" \/>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"HSBC business loans calculator and reviews | Finder UK","description":"Looking for a business loan? Consider HSBC's fixed rate loans with high approval rates and terms that suit your needs.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.finder.com\/uk\/business-loans\/hsbc-business-loans","og_locale":"en_GB","og_type":"article","og_title":"HSBC business loans calculator and reviews","og_description":"Looking for a business loan? Consider HSBC's fixed rate loans with high approval rates and terms that suit your needs.","og_url":"https:\/\/www.finder.com\/uk\/business-loans\/hsbc-business-loans","og_site_name":"Finder UK","article_publisher":"https:\/\/www.facebook.com\/findercomuk","article_published_time":"2018-07-12T10:21:20+00:00","og_image":[{"width":250,"height":250,"url":"https:\/\/cdn.finder.com.au\/finder-us\/wp-uploads\/sites\/3\/2018\/09\/hsbc-uk.png","type":"image\/png"}],"author":"Chris Lilly","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/ChrisLillyCL","twitter_site":"@findercomUK","twitter_misc":{"Written by":"Chris Lilly","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.finder.com\/uk\/business-loans\/hsbc-business-loans#article","isPartOf":{"@id":"https:\/\/www.finder.com\/uk\/business-loans\/hsbc-business-loans"},"author":{"name":"Chris Lilly","@id":"https:\/\/www.finder.com\/uk\/#\/schema\/person\/2bcd9231d1c1e8ed47cffe934574b9ad"},"headline":"HSBC business loans calculator and reviews","datePublished":"2018-07-12T10:21:20+00:00","dateModified":"2025-04-24T16:59:29+00:00","mainEntityOfPage":{"@id":"https:\/\/www.finder.com\/uk\/business-loans\/hsbc-business-loans"},"wordCount":1526,"publisher":{"@id":"https:\/\/www.finder.com\/uk\/#organization"},"image":{"@id":"https:\/\/www.finder.com\/uk\/business-loans\/hsbc-business-loans#primaryimage"},"thumbnailUrl":"https:\/\/cdn.finder.com.au\/finder-us\/wp-uploads\/sites\/3\/2018\/09\/hsbc-uk.png","articleSection":["Business Loans"],"inLanguage":{"@type":"Language","name":"English","alternateName":"en"},"copyrightYear":"2018","copyrightHolder":{"@id":"https:\/\/www.finder.com\/#organization"},"commentCount":0},{"@type":"WebPage","@id":"https:\/\/www.finder.com\/uk\/business-loans\/hsbc-business-loans","url":"https:\/\/www.finder.com\/uk\/business-loans\/hsbc-business-loans","name":"HSBC business loans calculator and reviews | Finder UK","isPartOf":{"@id":"https:\/\/www.finder.com\/uk\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.finder.com\/uk\/business-loans\/hsbc-business-loans#primaryimage"},"image":{"@id":"https:\/\/www.finder.com\/uk\/business-loans\/hsbc-business-loans#primaryimage"},"thumbnailUrl":"https:\/\/cdn.finder.com.au\/finder-us\/wp-uploads\/sites\/3\/2018\/09\/hsbc-uk.png","datePublished":"2018-07-12T10:21:20+00:00","dateModified":"2025-04-24T16:59:29+00:00","description":"Looking for a business loan? Consider HSBC's fixed rate loans with high approval rates and terms that suit your needs.","breadcrumb":{"@id":"https:\/\/www.finder.com\/uk\/business-loans\/hsbc-business-loans#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.finder.com\/uk\/business-loans\/hsbc-business-loans"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.finder.com\/uk\/business-loans\/hsbc-business-loans#primaryimage","url":"https:\/\/cdn.finder.com.au\/finder-us\/wp-uploads\/sites\/3\/2018\/09\/hsbc-uk.png","contentUrl":"https:\/\/cdn.finder.com.au\/finder-us\/wp-uploads\/sites\/3\/2018\/09\/hsbc-uk.png","width":250,"height":250,"caption":"HSBC UK"},{"@type":"BreadcrumbList","@id":"https:\/\/www.finder.com\/uk\/business-loans\/hsbc-business-loans#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"UK","item":"https:\/\/www.finder.com\/uk\/"},{"@type":"ListItem","position":2,"name":"Business Loans","item":"https:\/\/www.finder.com\/uk\/business-loans"},{"@type":"ListItem","position":3,"name":"HSBC business loans calculator and reviews"}]},{"@type":"WebSite","@id":"https:\/\/www.finder.com\/uk\/#website","url":"https:\/\/www.finder.com\/uk\/","name":"Finder UK","description":"","publisher":{"@id":"https:\/\/www.finder.com\/uk\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.finder.com\/uk\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/www.finder.com\/uk\/#organization","name":"Finder","url":"https:\/\/www.finder.com\/uk\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.finder.com\/uk\/#\/schema\/logo\/image\/","url":"https:\/\/www.finder.com\/finder-us\/wp-uploads\/sites\/3\/2025\/05\/Finder-Logo-696x696-1.png","contentUrl":"https:\/\/www.finder.com\/finder-us\/wp-uploads\/sites\/3\/2025\/05\/Finder-Logo-696x696-1.png","width":1392,"height":1392,"caption":"Finder"},"image":{"@id":"https:\/\/www.finder.com\/uk\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/findercomuk","https:\/\/x.com\/findercomUK","https:\/\/www.linkedin.com\/company\/finder\/","https:\/\/en.wikipedia.org\/wiki\/Finder_(website)"],"description":"Every month more than 2 million unique visitors turn to Finder to save money and time, and to make important life choices. We compare everything from bank accounts, personal loans, investing platforms and much more.","email":"heythere@finder.com","legalName":"Finder","foundingDate":"2006-01-01","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"51","maxValue":"200"}},{"@type":"Person","@id":"https:\/\/www.finder.com\/uk\/#\/schema\/person\/2bcd9231d1c1e8ed47cffe934574b9ad","name":"Chris Lilly","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.finder.com\/uk\/#\/schema\/person\/image\/","url":"https:\/\/cdn.finder.com.au\/finder-us\/wp-uploads\/2025\/11\/ChrisLillyF1_Finder_600x600.png","contentUrl":"https:\/\/cdn.finder.com.au\/finder-us\/wp-uploads\/2025\/11\/ChrisLillyF1_Finder_600x600.png","caption":"Chris Lilly"},"description":"Chris Lilly is Head of publishing at finder.com. He's a specialist in personal finance, from day-to-day banking to investing to borrowing, and is passionate about helping UK consumers make informed decisions about their money. In his spare time Chris likes forcing his kids to exercise more.","sameAs":["https:\/\/twitter.com\/ChrisLillyCL","https:\/\/www.linkedin.com\/in\/chris-lilly-46a15627\/"],"url":"https:\/\/www.finder.com\/uk\/author\/chrislilly","jobTitle":"Head of publishing","knowsAbout":[{"@type":"Thing","name":"Loans & credit cards"},{"@type":"Thing","name":"Building credit"},{"@type":"Thing","name":"Financial health"},{"@type":"Thing","name":"Share trading"}],"worksFor":{"@type":"Organization","@id":"https:\/\/www.finder.com\/uk\/#organization","name":"Finder"}}]},"article_modified_time":"2025-04-24T16:59:29+00:00"},"custom_fields":{"_wp_page_template":["default"],"_content_type":["niche-content\/recommendation\/provider-review"],"_masthead_variant":["{\"id\":\"beta-widget\",\"showFeaturedImage\":false,\"presetId\":\"cta-buttons\",\"shouldUsePrimaryCTAFieldName\":true,\"shouldUseSecondaryCTAFieldName\":true,\"primaryCTA\":{\"label\":\"Calculate\",\"target\":\"#ukfblcalc\",\"containerText\":\"Estimate loan costs\"},\"secondaryCTA\":{\"label\":\"Compare\",\"target\":\"#comparisongo\",\"containerText\":\"Compare HSBC loans\"},\"widgetShortcode\":\"\",\"widgetHeading\":\"\",\"widgetStats\":\"\",\"hasPrioritizedWidget\":false,\"hasMaximizedWidget\":false,\"shouldUseOverrideCTALabel\":false,\"overrideCTA\":null,\"cleanTopPicks\":\"\",\"tilesMenuId\":\"\"}"],"_masthead_subheading":["{\"text\":\"HSBC offers a wide range of business financing opportunities for companies of all sizes. We&#039;ve rounded-up the various deals currently available.\"}"],"custom_post_template":["single-masthead-two-column.php"]},"amp_enabled":false,"_links":{"self":[{"href":"https:\/\/www.finder.com\/uk\/wp-json\/wp\/v2\/posts\/118759"}],"collection":[{"href":"https:\/\/www.finder.com\/uk\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.finder.com\/uk\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.finder.com\/uk\/wp-json\/wp\/v2\/users\/195"}],"replies":[{"embeddable":true,"href":"https:\/\/www.finder.com\/uk\/wp-json\/wp\/v2\/comments?post=118759"}],"version-history":[{"count":15,"href":"https:\/\/www.finder.com\/uk\/wp-json\/wp\/v2\/posts\/118759\/revisions"}],"predecessor-version":[{"id":569626,"href":"https:\/\/www.finder.com\/uk\/wp-json\/wp\/v2\/posts\/118759\/revisions\/569626"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.finder.com\/uk\/wp-json\/wp\/v2\/media\/137304"}],"wp:attachment":[{"href":"https:\/\/www.finder.com\/uk\/wp-json\/wp\/v2\/media?parent=118759"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.finder.com\/uk\/wp-json\/wp\/v2\/categories?post=118759"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.finder.com\/uk\/wp-json\/wp\/v2\/tags?post=118759"},{"taxonomy":"asset_tag","embeddable":true,"href":"https:\/\/www.finder.com\/uk\/wp-json\/wp\/v2\/asset_tag?post=118759"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}