\n\n Changes to our mortgage products
\n\n
\n With effect from Thursday 3 November 2022 we will be making the following changes to our range:
\n \n Summary of changes\n
\n \n UK Residential Existing Customer Switching Range\n
\n \n - 2 Year Fixed Fee Saver at 60%, 70%, 75%, 80%, 85%, 90% and 95% LTV have increased
\n - 3 Year Fixed Fee Saver at 60%, 70%, 75%, 80%, 85%, 90% and 95% LTV have reduced
\n - 3 Year Fixed Standard at 60%, 70%, 75%, 80%, 85% and 90% LTV have reduced
\n - 5 Year Fixed Fee Saver at 60%, 70%, 75%, 80%, 85%, 90% and 95% LTV have reduced
\n - 5 Year Fixed Standard at 60%, 70%, 75%, 80%, 85% and 90% LTV have reduced
\n - 5 Year Fixed Premier Exclusive at 60%, 70%, 75%, 80%, 85% and 90% LTV have reduced
\n
\n \n UK Residential Existing Customer Borrowing More Range\n
\n \n - 2 Year Fixed Fee Saver at 60%, 70%, 75%, 80%, 85% and 90% LTV have increased
\n - 3 Year Fixed Fee Saver at 60%, 70%, 75%, 80%, 85% and 90% LTV have reduced
\n - 3 Year Fixed Standard at 60%, 70%, 75%, 80%, 85% and 90% LTV have reduced
\n - 5 Year Fixed Fee Saver at 60%, 70%, 75%, 80%, 85% and 90% LTV have reduced
\n - 5 Year Fixed Standard at 60%, 70%, 75%, 80%, 85% and 90% LTV have reduced
\n - 5 Year Fixed Premier Exclusive at 60%, 70%, 75%, 80%, 85% and 90% LTV have reduced
\n
\n \n UK Residential First Time Buyer Range\n
\n \n - 2 Year Fixed Fee Saver at 60%, 70%, 75%, 80%, 85%, 90% and 95% LTV have reduced
\n - 2 Year Fixed Standard at 60%, 70%, 75%, 80%, 85% and 90% LTV have reduced
\n - 5 Year Fixed Fee Saver at 60%, 70%, 75%, 80%, 85%, 90% and 95% LTV have reduced
\n - 5 Year Fixed Standard at 60%, 70%, 75%, 80%, 85% and 90% LTV have reduced
\n - 5 Year Fixed Premier Exclusive at 60%, 70%, 75%, 80%, 85% and 90% LTV have reduced
\n
\n \n UK Residential Remortgage Range\n
\n \n - 2 Year Fixed Fee Saver at 60%, 70%, 75%, 80% and 85% LTV have increased
\n - 2 Year Fixed Standard at 60% LTV has reduced
\n - 5 Year Fixed Fee Saver at 60%, 70%, 75%, 80%, 85% and 90% LTV have reduced
\n - 5 Year Fixed Standard at 60%, 70%, 75%, 80%, 85% and 90% LTV have reduced
\n - 5 Year Fixed Premier Exclusive at 60%, 70%, 75%, 80%, 85% and 90% LTV have reduced
\n
\n \n UK Residential Home Mover Range\n
\n \n - 2 Year Fixed Fee Saver at 60%, 70%, 75%, 80%, 85%, 90% and 95% LTV have reduced
\n - 2 Year Fixed Standard at 60%, 70%, 75%, 80%, 85% and 90% LTV have reduced
\n - 5 Year Fixed Fee Saver at 60%, 70%, 75%, 80%, 85%, 90% and 95% LTV have reduced
\n - 5 Year Fixed Standard at 60%, 70%, 75%, 80%, 85% and 90% LTV have reduced
\n - 5 Year Fixed Premier Exclusive at 60%, 70%, 75%, 80%, 85% and 90% LTV have reduced
\n
\n \n International Residential Range\n
\n \n - 2 Year Fixed Standard at 60%, 70% and 75% LTV have reduced
\n - 5 Year Fixed Fee Saver at 60%, 70% and 75% LTV have reduced
\n - 5 Year Fixed Standard at 60%, 70% and 75% LTV have reduced
\n - 5 Year Fixed Premier Exclusive at 60%, 70% and 75% LTV have reduced
\n
\n \n We have introduced our cashback incentive of £500 to our UK Residential First Time Buyer and Home Mover ranges\n at 60%, 70%, 75% and 80% LTV.\n
\n There are no changes to any of our other interest rates or to fixed rate end dates at this time.
\n An updated mortgage rate sheet will be published on Thursday 3 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