\n Changes to our mortgage products
\n\n
\n With effect from Friday 1 September 2023 we will be making the following changes to our range:
\n Summary of changes
\n The Buy to Let Standard Variable Rate has changed from 7.35% to 7.60%. There is no change to the Residential SVR.
\n There are no changes to any other interest rates at this time.
\n An updated mortgage rate sheet will be published on Friday 1 September 2023 to reflect these changes.
\n \n);\n\nexport default Article;\n","'use strict';\nvar $ = require('../internals/export');\nvar IndexedObject = require('../internals/indexed-object');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar arrayMethodIsStrict = require('../internals/array-method-is-strict');\n\nvar nativeJoin = [].join;\n\nvar ES3_STRINGS = IndexedObject != Object;\nvar STRICT_METHOD = arrayMethodIsStrict('join', ',');\n\n// `Array.prototype.join` method\n// https://tc39.es/ecma262/#sec-array.prototype.join\n$({ target: 'Array', proto: true, forced: ES3_STRINGS || !STRICT_METHOD }, {\n join: function join(separator) {\n return nativeJoin.call(toIndexedObject(this), separator === undefined ? ',' : separator);\n }\n});\n","var React = require('react');\n\nfunction ContactInline (props) {\n return React.createElement(\"svg\",props,React.createElement(\"path\",{\"d\":\"M16.191 12.775C15.993 12.286 15.713 11.831 15.345 11.453C14.47 10.552 13.375 9.87 12.083 9.451L9.01 12.524L5.932 9.445C4.633 9.864 3.533 10.548 2.654 11.453C2.286 11.832 2.006 12.286 1.808 12.775L0 17.25H18L16.191 12.775ZM1.779 16.05L2.921 13.225C3.07 12.857 3.269 12.542 3.514 12.29C3.745 12.052 4.007 11.851 4.272 11.652L6.05 16.05H1.779ZM8.4 16.05H7.344L5.31 11.016C5.42 10.961 5.516 10.889 5.63 10.84L8.163 13.373L8.4 13.61V16.05ZM9.6 16.05V13.632L9.859 13.373L12.385 10.847C12.499 10.897 12.595 10.969 12.705 11.024L10.674 16.051H9.6V16.05ZM13.742 11.662C14.001 11.858 14.259 12.056 14.485 12.289C14.73 12.541 14.93 12.856 15.079 13.225L16.221 16.05H11.969L13.742 11.662ZM9.01 9.25C11.459 9.25 12.5 6.952 12.5 4.891C12.5 2.751 11.479 0.75 9.01 0.75C6.541 0.75 5.5 2.732 5.5 4.891C5.5 7.011 6.52 9.25 9.01 9.25ZM9.01 1.95C11.077 1.95 11.3 4.007 11.3 4.891C11.3 6.064 10.818 8.05 9.01 8.05C6.811 8.05 6.7 5.419 6.7 4.891C6.7 4.007 6.925 1.95 9.01 1.95Z\",\"fill\":\"#000\"}));\n}\n\nContactInline.defaultProps = {\"width\":\"18\",\"height\":\"18\",\"viewBox\":\"0 0 18 18\",\"fill\":\"none\",\"role\":\"img\",\"aria-hidden\":\"true\",\"focusable\":\"false\"};\n\nmodule.exports = ContactInline;\n\nContactInline.default = ContactInline;\n","import React from \"react\";\n\nconst RateSheet = ({href, date, onClick}) => {\n return (\n