\n Changes to our mortgage products
\n\n
\n With effect from Friday 11 November 2022 we will be making the following changes to our range:
\n\n Summary of changes
\n\n UK Existing Customer Switching Range
\n \n - 3 Year Fixed Standard at 70%, 75% and 80% LTV have reduced
\n - 5 Year Fixed Fee Saver at 90% LTV has reduced
\n
\n\n UK Existing Customer Borrowing More Range
\n \n - 3 Year Fixed Standard at 70%, 75% and 80% LTV have reduced
\n - 5 Year Fixed Fee Saver at 90% LTV has reduced
\n
\n\n UK First Time Buyer Range
\n \n - 5 Year Fixed Fee Saver at 80% LTV has reduced
\n
\n\n UK Home Mover Range
\n \n - 5 Year Fixed Fee Saver at 80% LTV has reduced
\n
\n\n UK Remortgage Range
\n \n - 5 Year Fixed Fee Saver at 80% and 85% LTV have reduced
\n
\n There are no other changes to any other rates or to fixed rate end dates.
\n An updated mortgage rate sheet will be published on Friday 11 November to reflect these changes.
\n \n \n);\n\nexport default Article;\n","import React from \"react\";\nimport RateSheet from \"../rate-sheet/rate-sheet.component\";\nimport Layout from \"../layout\";\nimport ContactUs from \"../contact-us/contact-us.component\";\nimport { triggerTealiumEvent } from \"../../utils/tealiumUtils\";\nimport { useLocation } from \"@reach/router\";\nimport \"../../styles/app.scss\";\n\nexport default function NewsArticleLayout({ children, title, description, isNew, href, date }) {\n const location = useLocation();\n \n const handleClick = ({ sectionName, clickedText }) => {\n const lastSegment = location.href.replace(/\\/$/, \"\").split(\"/\").pop();\n \n if (typeof window !== \"undefined\" && window.utag) {\n triggerTealiumEvent({\n tealiumEvent: \"link\",\n pageUrl: location.href,\n pageName: `newsroom:essential reading:${lastSegment}`,\n eventCategory: \"content\",\n eventAction: \"onsite\",\n eventContent: `${sectionName} | ${lastSegment} : ${clickedText}`,\n pageType: \"product information\",\n pageSubCategory: \"newsroom\",\n rawDataLayer: \"10451v29\",\n });\n }\n };\n\n return (\n