\n Changes to our mortgage products
\n\n
\n With effect from Tuesday 8 November 2022 we will be making the following changes to our range:
\n Summary of changes
\n \n UK Buy To Let Existing Customer Switching
\n \n - 2 Year Fixed Standard at 60%, 65% and 75% LTV have reduced
\n
\n \n UK Buy To Let Purchase Range
\n \n - 5 Year Fixed Standard at 65% and 75% LTV have reduced
\n - 5 Year Fee Saver at 65% and 75% LTV have reduced
\n
\n \n We have reintroduced our 2 Year Fixed Standard, 2 Year Tracker Standard and 2 Year Tracker Fee Saver Buy to Let Range for Purchase, Remortgage and Existing Customers Borrowing More.
\n We have reintroduced our 2 Year Tracker Standard at 75% LTV and 2 Year Tracker Fee Saver at all LTV’s within our Buy to Let Range for Existing Customer Switching.
\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 Tuesday 8 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