\n \n Changes to our mortgage products
\n\n
\n \n \n Following the Monetary Policy Committee announcement on Thursday 3 November 2022, the Bank of England Base\n Rate has increased from 2.25% to 3.00%.{\" \"}\n \n
\n With effect from Friday 4 November 2022 the changes are as follows:
\n \n - All tracker rates will include the increased Bank of England Base Rate.
\n - There are no changes to our Residential Standard Variable Rate or Buy to Let Standard Variable Rate.
\n
\n An updated mortgage rate sheet will be published on Friday 4 November 2022 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