\n Changes to our mortgage products
\n\n
\n With effect from Thursday 28 November 2024 we will be making the following changes to our range:
\n Summary of changes
\n All of our fixed rate end dates will be extended as below:
\n \n - 2 Year Fixed – 28 February 2027
\n - 3 Year Fixed – 28 February 2028
\n - 5 Year Fixed – 28 February 2030
\n - 10 Year Fixed – 28 February 2035
\n
\n There are no changes to any of our interest rates.
\n An updated mortgage rate sheet will be published on Thursday 28 November 2024 to reflect these changes.
\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