diff --git a/notebooks/infer_last_month.ipynb b/notebooks/infer_last_month.ipynb index 810dd91..150fdc8 100644 --- a/notebooks/infer_last_month.ipynb +++ b/notebooks/infer_last_month.ipynb @@ -4,17 +4,10 @@ "cell_type": "code", "execution_count": 1, "metadata": {}, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "100%|██████████| 23/23 [00:01<00:00, 12.13it/s]\n" - ] - } - ], + "outputs": [], "source": [ "import datetime\n", + "import re\n", "from pathlib import Path\n", "\n", "from IPython.display import Markdown as md\n", @@ -82,7 +75,7 @@ { "data": { "text/markdown": [ - "Last run date: 2024-09-27" + "Last run date: 2024-10-09" ], "text/plain": [ "" @@ -96,49275 +89,29 @@ "dmd(f\"Last run date: {today}\")" ] }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": {}, + "outputs": [], + "source": [ + "def bold_icase(text: str, word: str) -> str:\n", + " \"\"\"\n", + " Bold a word in a case insensitive way.\n", + " We are passing 'interest' but want to bold 'Interest' for example.\n", + " \"\"\"\n", + " return re.sub(re.compile(f\"({word})\", re.IGNORECASE), r\"**\\1**\", text)" + ] + }, { "cell_type": "code", "execution_count": 4, "metadata": {}, - "outputs": [ - { - "data": { - "text/markdown": [ - "# 2024-09-12" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Mims Davies (25330)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1057.2) | [Register link](https://www.theyworkforyou.com/mp/25330/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.84" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Let me first refer Members to my registered interests before I make some points about my constituency" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Steve Reed (25170)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.942.10) | [Register link](https://www.theyworkforyou.com/mp/25170/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.75" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I share the right hon Member’s interest in the need for effective regulation" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Paul Holmes (25808)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1026.2) | [Register link](https://www.theyworkforyou.com/mp/25808/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.74" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">New Members will find them particularly useful" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Judith Cummins (25393)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1006.1) | [Register link](https://www.theyworkforyou.com/mp/25393/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.74" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Order. I ask Members to help each other with one or two-sentence questions." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Judith Cummins (25393)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1006.1) | [Register link](https://www.theyworkforyou.com/mp/25393/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.74" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I ask Members to help each other with one or two-sentence questions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Bob Blackman (24945)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1015.1) | [Register link](https://www.theyworkforyou.com/mp/24945/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.73" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am conscious that other colleagues want to contribute, so I will mention only one or two other things" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Phil Brickell (26368)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1032.1) | [Register link](https://www.theyworkforyou.com/mp/26368/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.73" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I also want to draw attention to what will be a key focus during my time here—standards in public life" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Steve Reed (25170)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.942.10) | [Register link](https://www.theyworkforyou.com/mp/25170/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.72" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I share the right hon. Member’s interest in the need for effective regulation. I will soon make an announcement about our intentions to review regulation to ensure that it is fit for purpose across the Department and helps to achieve the priority objectives that we have set out as a new Government and ministerial team." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lindsay Hoyle (10295)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.941.1) | [Register link](https://www.theyworkforyou.com/mp/10295/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.72" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I know that you have met new Members as well" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Mims Davies (25330)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1057.2) | [Register link](https://www.theyworkforyou.com/mp/25330/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.71" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I have correspondence in my inbox about education, health and care plans; SEND provision; and special school places" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Paul Holmes (25808)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1026.2) | [Register link](https://www.theyworkforyou.com/mp/25808/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.71" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I declare an interest, because I know the hon Lady very well indeed" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Olivia Bailey (26609)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1019.2) | [Register link](https://www.theyworkforyou.com/mp/26609/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.7" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I have spent my career trying to honour their contributions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Tristan Osborne (26589)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1055.1) | [Register link](https://www.theyworkforyou.com/mp/26589/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.7" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">My constituents embody aspiration and determination" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Mims Davies (25330)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1057.2) | [Register link](https://www.theyworkforyou.com/mp/25330/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.7" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">It is a great honour to be called to speak in the Sir David Amess adjournment debate. Let me first refer Members to my registered interests before I make some points about my constituency." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Julie Minns (26403)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1001.2) | [Register link](https://www.theyworkforyou.com/mp/26403/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I declare an interest as the mother of an NHS nurse" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Manuela Perteghella (26569)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1066.1) | [Register link](https://www.theyworkforyou.com/mp/26569/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I look forward to joining them next April" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Alex Norris (25687)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1077.2) | [Register link](https://www.theyworkforyou.com/mp/25687/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">So I understand very strongly why there is such interest in the fund" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lucy Powell (25165)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.975.0) | [Register link](https://www.theyworkforyou.com/mp/25165/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The hon. Lady raises an important technical matter, and I will certainly look into the progress of that statutory instrument. Given that she has such expertise and diligence in this space, she might want to consider going on the Public Accounts Committee or other Committees as those places come up in the coming weeks." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lindsay Hoyle (10295)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.965.3) | [Register link](https://www.theyworkforyou.com/mp/10295/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">This is not a matter for the Chair, but I know that the right hon. Gentleman is not the only Member with concerns about the cost of such transcripts. I will ask the House authorities to look into the matter, because such costs inhibit Members. The outrageous amount of £100,000 prohibits Members of Parliament from carrying out their duty on behalf of their constituents. The Solicitor General is in the Chamber, so I hope that she will take these comments on board and let us speak to the company concerned. I will also take the matter up with the Clerks of the House. Does the Solicitor General wish to make a comment? If not, let us proceed." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Mary Creagh (11898)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.955.4) | [Register link](https://www.theyworkforyou.com/mp/11898/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">This will be looked at as part of the review" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lucy Powell (25165)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.978.5) | [Register link](https://www.theyworkforyou.com/mp/25165/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">May I first congratulate my hon Friend on coming so high up in the private Members’ Bills ballot? I know that achievement will be the envy of many" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Paul Holmes (25808)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1026.2) | [Register link](https://www.theyworkforyou.com/mp/25808/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">As is customary, I wish to raise a few issues on behalf of my constituents. I promise that I will not take too long, because I know that other Members want to make their maiden speeches, and today is a day for them—particularly the hon. Member for Winchester (Dr Chambers), my constituency neighbour, and my hon. Friend the Member for Exmouth and Exeter East (David Reed). I am watching him because he is in my flock in the Opposition Whips Office and I will be marking his homework later, and I know that he has two very special people waiting in the Gallery who probably want a cup of tea, so I will keep my speech short." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Luke Evans (25805)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.975.3) | [Register link](https://www.theyworkforyou.com/mp/25805/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Will she advise me on how I can do that, and would she be kind enough to ask the Education Secretary to meet me to discuss the impact on my constituents of VAT going on private school fees?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Mary Creagh (11898)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.954.4) | [Register link](https://www.theyworkforyou.com/mp/11898/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">This is a very new policy and has only just come into force, as the hon. Lady will be aware. There are very limited exemptions in place at the moment, such as that on side returns on housing, but we are keeping the issue under active review and I am in discussions with officials about it." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Mark Francois (10901)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1009.2) | [Register link](https://www.theyworkforyou.com/mp/10901/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Members: “Hear, hear" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lucy Powell (25165)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.979.3) | [Register link](https://www.theyworkforyou.com/mp/25165/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I know that this issue creates a lot of interest, should my hon Friend wish to apply for a debate on parking charges" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Paul Holmes (25808)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1026.2) | [Register link](https://www.theyworkforyou.com/mp/25808/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">As is customary, I wish to raise a few issues on behalf of my constituents" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Caroline Nokes (24809)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1057.1) | [Register link](https://www.theyworkforyou.com/mp/24809/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Before Members make their contributions, they may wish to bear in mind that I will be calling the Front Benchers at 4" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Bob Blackman (24945)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.970.4) | [Register link](https://www.theyworkforyou.com/mp/24945/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Thank you, Mr Speaker. I urge the Leader of the House to publish the membership numbers for Select Committees, and urge the usual channels to get on with populating those Committees, in particular of course the Backbench Business Committee, so that we can start to schedule the debates that Back Benchers, rather than the Government, want to table." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## None ()" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1008.0) | [Register link](https://www.theyworkforyou.com/mp//register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Points of Order" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Mary Creagh (11898)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.954.8) | [Register link](https://www.theyworkforyou.com/mp/11898/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am in discussions with officials and I am happy to write to the hon Gentleman with a proper answer on the issue" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Beccy Cooper (26515)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.979.6) | [Register link](https://www.theyworkforyou.com/mp/26515/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">May I request consideration of a debate on an opt-out free school meals scheme, perhaps on the basis of universal credit?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Mims Davies (25330)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1008.1) | [Register link](https://www.theyworkforyou.com/mp/25330/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">On a point of order, Madam Deputy Speaker. We are all passionate about our hospices, our hospitals, our GP practices and the other health services that our constituents get. Coming to this place is not for the faint-hearted, but is it appropriate for the Secretary of State for Health and Social Care to adopt the tone that he brought to the Chamber earlier? As I say, we are all passionate, but perhaps his tone—his bedside manner, may I say—needs a new approach on occasion. I noted his more collegial tone later in the statement, but to tell Opposition hon. Members—we are all hon. Members in this place—to sit down and listen, or to liken some previous holders of his role to arsonists and similar paraphernalia, is not befitting of this Chamber." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Phil Brickell (26368)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1032.1) | [Register link](https://www.theyworkforyou.com/mp/26368/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I look forward to working with them to realise my ambitions for a healthier, more prosperous constituency" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Mary Creagh (11898)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.944.2) | [Register link](https://www.theyworkforyou.com/mp/11898/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I cannot speak for the Secretary of State, but I am sure that all Ministers will fight over any invitation to visit my hon. Friend’s gorgeous constituency. We are announcing a review into water. I urge him to participate and feed into that review. The sort of innovative model that brings partners together is certainly one we will be looking at." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Alex Norris (25687)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1079.3) | [Register link](https://www.theyworkforyou.com/mp/25687/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Question put and agreed to" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Chris Elmore (25490)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1070.0) | [Register link](https://www.theyworkforyou.com/mp/25490/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Question put and agreed to" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jo White (26358)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.993.0) | [Register link](https://www.theyworkforyou.com/mp/26358/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I will be meeting them shortly" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Graeme Downie (26503)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.950.9) | [Register link](https://www.theyworkforyou.com/mp/26503/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">If he will make a statement on his departmental responsibilities" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## None ()" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1008.8) | [Register link](https://www.theyworkforyou.com/mp//register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Presentation and First Reading (Standing Order No" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Connor Rand (26473)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1046.0) | [Register link](https://www.theyworkforyou.com/mp/26473/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I think one of my constituents summed it up best" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Luke Evans (25805)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.975.3) | [Register link](https://www.theyworkforyou.com/mp/25805/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I would be grateful for some help and advice from the Leader of the House. When the winter fuel announcement was made, I wrote to the Treasury and was told three times no, it was a Department for Work and Pensions issue. Following that logic, when it came to VAT on school fees, I wrote to the Department for Education, and much to my surprise it told me that assessing its impact was a Treasury issue. I am therefore stuck on a merry-go-round of trying to find out how this policy, which is due to be introduced in January, will impact on my constituents. Will she advise me on how I can do that, and would she be kind enough to ask the Education Secretary to meet me to discuss the impact on my constituents of VAT going on private school fees?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Caroline Nokes (24809)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1079.1) | [Register link](https://www.theyworkforyou.com/mp/24809/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I remind Members that interventions must be short" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## David Burton-Sampson (26442)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.944.1) | [Register link](https://www.theyworkforyou.com/mp/26442/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Does my right hon Friend the Secretary of State agree with me that this is a good local model and a good blueprint to be used nationally, and would he like to join us at an upcoming meeting?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lindsay Hoyle (10295)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.976.4) | [Register link](https://www.theyworkforyou.com/mp/10295/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Order. I will try to call as many Members as possible, but we are really going to have to be a bit quicker, otherwise other colleagues will not get in." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Neil Shastri-Hurst (26437)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.959.2) | [Register link](https://www.theyworkforyou.com/mp/26437/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">May I congratulate the Solicitor General on her appointment?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Neil Shastri-Hurst (26437)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.959.2) | [Register link](https://www.theyworkforyou.com/mp/26437/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">May I congratulate the Solicitor General on her appointment?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Andrew Pakes (26601)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.982.1) | [Register link](https://www.theyworkforyou.com/mp/26601/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Will the Leader of the House join me in congratulating the Federation of Small Businesses, which celebrates its 50th anniversary this Sunday? Will she also make time in the House for us to debate the amazing contribution made by the 5" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lindsay Hoyle (10295)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.987.2) | [Register link](https://www.theyworkforyou.com/mp/10295/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Order. I want to hear the right hon. Lady, and Members’ constituents want to know what is being said. Please, let us give the same courtesies that I expected for the Secretary of State." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Satvir Kaur (26451)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1023.1) | [Register link](https://www.theyworkforyou.com/mp/26451/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I feel that responsibility here as well, and feel their weight on my shoulders" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lucy Powell (25165)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.978.5) | [Register link](https://www.theyworkforyou.com/mp/25165/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">May I first congratulate my hon. Friend on coming so high up in the private Members’ Bills ballot? I know that achievement will be the envy of many." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Manuela Perteghella (26569)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1066.1) | [Register link](https://www.theyworkforyou.com/mp/26569/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thank them for placing their trust in me" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Bob Blackman (24945)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1015.1) | [Register link](https://www.theyworkforyou.com/mp/24945/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I congratulate the new hon. Member for Bexleyheath and Crayford (Daniel Francis) on his maiden speech. It is clear that he will contribute to the work of this House in an incredible fashion. May I also pay tribute to my right hon. Friend the Member for Rayleigh and Wickford (Mr Francois) for opening this debate? I thank the Leader of the House for responding to my request at business questions last week to properly entitle this debate the Sir David Amess Adjournment debate. I persuaded Sir David to join the Backbench Business Committee purely by undertaking that we would always ensure a pre-recess Adjournment debate, to which he could contribute. His self-interest was clear even then." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Sarah Green (26034)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1039.0) | [Register link](https://www.theyworkforyou.com/mp/26034/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">There were some common themes that I would like to raise before the House adjourns" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lucy Powell (25165)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.971.2) | [Register link](https://www.theyworkforyou.com/mp/25165/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thank my hon. Friend for his kind words. It is a pleasure to continue working with him in this new Session, as I did so closely in the last. He is a real champion for transparency, accountability and value for money in government, and he raises those important matters today. He may wish to raise them after business questions, during the statement on the NHS audits that have just been carried out, as procurement is a key part of those findings." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Helen Maguire (26627)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1061.0) | [Register link](https://www.theyworkforyou.com/mp/26627/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">But it is the people who make my constituency special" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Alex Norris (25687)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1076.0) | [Register link](https://www.theyworkforyou.com/mp/25687/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I congratulate my hon. Friend on securing the debate and on the strength of the case she made. It is clear from what she has said just now and previously—I am similarly grateful for the question she asked me at oral questions last week—how strongly she feels about the UK shared prosperity fund as well as the work she did in Medway and the impact she made with the fund. There is clearly an awful lot to learn from the Medway example, and I look forward to doing that when we meet again shortly after the conference recess." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Caroline Nokes (24809)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1057.1) | [Register link](https://www.theyworkforyou.com/mp/24809/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Order. Before Members make their contributions, they may wish to bear in mind that I will be calling the Front Benchers at 4.45 pm." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Chris Elmore (25490)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1070.0) | [Register link](https://www.theyworkforyou.com/mp/25490/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Question put and agreed to." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Alex Norris (25687)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1079.3) | [Register link](https://www.theyworkforyou.com/mp/25687/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Question put and agreed to." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Steve Reed (25170)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.942.8) | [Register link](https://www.theyworkforyou.com/mp/25170/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thank the right hon Member for his question" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Caroline Nokes (24809)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1079.1) | [Register link](https://www.theyworkforyou.com/mp/24809/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Order. I remind Members that interventions must be short." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jeremy Wright (11791)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.956.6) | [Register link](https://www.theyworkforyou.com/mp/11791/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">May I first warmly welcome the Solicitor General to her place, and the Attorney General to his place in the other place, in what the Solicitor General will already know is one of the most interesting and challenging parts of government? While I am at it, I should of course also welcome the hon Member for Hammersmith and Chiswick (Andy Slaughter) as the new Chair of the Justice Committee" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jim Shannon (13864)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.959.4) | [Register link](https://www.theyworkforyou.com/mp/13864/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">May I welcome the Solicitor General to her place? I wish her well in the role and hope that it goes according to plan" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jayne Kirkham (26525)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1078.0) | [Register link](https://www.theyworkforyou.com/mp/26525/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">My query is about the current version of the shared prosperity fund" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Chris Philp (25377)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.966.1) | [Register link](https://www.theyworkforyou.com/mp/25377/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Will the Leader of the House provide a statement about forthcoming business?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Chris Philp (25377)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.966.1) | [Register link](https://www.theyworkforyou.com/mp/25377/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Will the Leader of the House provide a statement about forthcoming business?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Manuela Perteghella (26569)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1066.1) | [Register link](https://www.theyworkforyou.com/mp/26569/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">My connection to my constituency is one of deep love" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Mims Davies (25330)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1057.2) | [Register link](https://www.theyworkforyou.com/mp/25330/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am the first Member for East Grinstead and Uckfield" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Freddie Van Mierlo (26540)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1030.1) | [Register link](https://www.theyworkforyou.com/mp/26540/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Although they are well-known names, I am very much looking forward to making my own distinct contribution to this House" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Helen Maguire (26627)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1061.0) | [Register link](https://www.theyworkforyou.com/mp/26627/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Most importantly, I thank my constituents for placing their trust in me" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jim Shannon (13864)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.959.4) | [Register link](https://www.theyworkforyou.com/mp/13864/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">May I welcome the Solicitor General to her place? I wish her well in the role and hope that it goes according to plan. Can she further clarify that funding is available for each branch of the prosecution services to provide the protection and support that helps victims to speak out? Is there any discussion about whether increased funding for victim support could embolden victims and help to facilitate even more safe prosecutions?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Mary Creagh (11898)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.944.2) | [Register link](https://www.theyworkforyou.com/mp/11898/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I urge him to participate and feed into that review" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Edward Morello (26604)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1043.1) | [Register link](https://www.theyworkforyou.com/mp/26604/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am grateful for this opportunity" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lindsay Hoyle (10295)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.987.2) | [Register link](https://www.theyworkforyou.com/mp/10295/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I want to hear the right hon Lady, and Members’ constituents want to know what is being said" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Brian Leishman (26492)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1058.0) | [Register link](https://www.theyworkforyou.com/mp/26492/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I will give a brief history" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Wes Streeting (25320)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1001.1) | [Register link](https://www.theyworkforyou.com/mp/25320/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I welcome the hon. Member to his place and thank him for that question. I am always cynical about huge volumes of regulation. We reassure ourselves as legislators and regulators that putting regulations in place means that we have dealt with the issue. But the problem is that if we fail to deliver, we put another regulation in place, then another, and then more, and before we know it, we have drowned the people responsible for delivery in so much regulation that they cannot sort the wheat from the chaff or see the wood for the trees, compromising standards and patient safety. That is why I welcome the work that Penny Dash has done in relation to the Care Quality Commission, and we will continue to work with her to reduce the burden of regulation, focus on the things that really matter and free NHS staff from red tape. I hope that he finds that reassuring. I plead with him not to send his party leader to agree with me as well, or I really will be in trouble." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Steve Reed (25170)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.942.10) | [Register link](https://www.theyworkforyou.com/mp/25170/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I will soon make an announcement about our intentions to review regulation to ensure that it is fit for purpose across the Department and helps to achieve the priority objectives that we have set out as a new Government and ministerial team" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## David Simmonds (25892)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.997.5) | [Register link](https://www.theyworkforyou.com/mp/25892/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I declare my interest as the husband of an NHS doctor; I also served as a non-executive director of my local NHS trust" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Tessa Munt (24942)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.974.5) | [Register link](https://www.theyworkforyou.com/mp/24942/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The Economic Crime and Corporate Transparency Act 2023 introduced the requirement that directors and other individuals verify their identity before being listed at Companies House. I have found company directors whose registered addresses simply do not exist, which at the least means that papers cannot be served, and at the worst enables fraud and other crime. May we have a debate on the progress of two things: the secondary legislation that needs to be passed for those basic checks to take place; and an update on how Companies House’s systems are progressing to allow directors’ identities to be checked?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Wes Streeting (25320)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1000.0) | [Register link](https://www.theyworkforyou.com/mp/25320/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I will certainly keep an eye on value for money across the country" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Alex Norris (25687)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1079.3) | [Register link](https://www.theyworkforyou.com/mp/25687/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I want to address the challenges mentioned by my hon Friend the Member for Rochester and Strood" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Mims Davies (25330)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1057.2) | [Register link](https://www.theyworkforyou.com/mp/25330/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">There are some amazing local businesses in my constituency" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Phil Brickell (26368)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1032.1) | [Register link](https://www.theyworkforyou.com/mp/26368/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I know that Mr Speaker and I have a shared interest in following the ups and downs of Bolton Wanderers football club, who play their matches at the Toughsheet community stadium and provide vital support in the community for my constituents" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jessica Toale (26567)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.979.0) | [Register link](https://www.theyworkforyou.com/mp/26567/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">This month, Bournemouth hosts the Arts by the Sea festival, the largest arts and culture celebration of its kind in the south-west. Investments in the arts and culture and in community arts festivals have been crucial to revitalising our seaside towns by bringing visitors, supporting the local economy and nurturing a community of creatives. Can I ask the Leader of the House for a general debate in Government time on how we invest and support the arts to help our cities and towns to develop?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Alex Norris (25687)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1077.2) | [Register link](https://www.theyworkforyou.com/mp/25687/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I have seen at first hand the good work that the UKSPF has done in my constituency, and I appreciate why there is such interest in its future. It has helped to support organisations that are addressing unemployment and providing training, such as the Bestwood Partnership and Evolve, which have made a huge difference to our community. It has also backed community projects such as the Kimberley community garden, allowing its members to redevelop their site and continue important community outreach work. So I understand very strongly why there is such interest in the fund." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lindsay Hoyle (10295)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.988.2) | [Register link](https://www.theyworkforyou.com/mp/10295/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I call the Secretary of State" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## David Burton-Sampson (26442)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.944.1) | [Register link](https://www.theyworkforyou.com/mp/26442/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">In my constituency we are about to hold regular water quality summits, alongside my hon. Friend the Member for Southend East and Rochford (Mr Alaba), with the water company, Ofwat, the local council, the Environment Agency and, most importantly, residents, with the aim of ending the scourge of sewage dumping. Does my right hon. Friend the Secretary of State agree with me that this is a good local model and a good blueprint to be used nationally, and would he like to join us at an upcoming meeting?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lindsay Hoyle (10295)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.947.2) | [Register link](https://www.theyworkforyou.com/mp/10295/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The right hon. Member cannot raise a point of order now. He has been here long enough to know that they come at the end of questions. [Interruption.] Order. I am dealing with this. We really have to reflect on what we say about other Members in this House, and I would like the Secretary of State to withdraw what he has suggested." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lucy Powell (25165)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.967.0) | [Register link](https://www.theyworkforyou.com/mp/25165/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">We seem to be developing a common theme in these exchanges" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Alex Norris (25687)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1078.1) | [Register link](https://www.theyworkforyou.com/mp/25687/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am grateful for that intervention. As my hon. Friend knows, I have inherited 15, 16 or 17 strands of local growth funding, all at different stages, with the decisions made, in many cases, many years ago. We are trying to make the most sense of them and get the best value out of them. With regard to the projects she mentions, I encourage my hon. Friend to help her local projects to engage with my officials, so that they can give clarity on precisely what the timelines are in the context of what may well be discussed as part of the Budget. I am very happy to work with her to make sure that that happens." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lucy Powell (25165)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.972.3) | [Register link](https://www.theyworkforyou.com/mp/25165/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I congratulate my hon. Friend on her election to the Chair of the Select Committee. I know that she will approach that job with gusto and be a powerful voice on those issues in the Chamber. She is absolutely right: it is important for us to work constructively and in a grown-up way with the Scottish Government. The Prime Minister has begun the process of resetting the relationship. I myself have met the Scottish First Minister, and I will go up to Scotland in the coming weeks. We also want to strengthen the Sewel convention, to which I know she will give great consideration as the Chair of the Select Committee." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Wes Streeting (25320)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1001.1) | [Register link](https://www.theyworkforyou.com/mp/25320/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I welcome the hon Member to his place and thank him for that question" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Wes Streeting (25320)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1000.0) | [Register link](https://www.theyworkforyou.com/mp/25320/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">We have to keep a sharp eye on value for money" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Mims Davies (25330)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1057.2) | [Register link](https://www.theyworkforyou.com/mp/25330/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I have correspondence in my inbox about education, health and care plans; SEND provision; and special school places. This is a very difficult area for many of my constituents, and we face increasing diagnoses and challenges. As the Government look to charge VAT on fees for independent schools, I ask that they consider the impact on children without EHCPs who are being supported in independent schools. A significant proportion of pupils in my constituency attend independent schools, and parents are very worried about the impact of any changes on their children. What happens going forward must be fair to all children." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## None ()" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.942.0) | [Register link](https://www.theyworkforyou.com/mp//register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Business before Questions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Alex Norris (25687)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1079.3) | [Register link](https://www.theyworkforyou.com/mp/25687/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">My hon Friends are rightly seeking certainty" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lindsay Hoyle (10295)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.986.1) | [Register link](https://www.theyworkforyou.com/mp/10295/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">How long has the hon Member been here? Points of order come at the end—you cannot intervene in the middle of these proceedings" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Clive Efford (10185)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.970.1) | [Register link](https://www.theyworkforyou.com/mp/10185/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I associate myself with the words of the Leader of the House about Terry Wiggins. I knew Terry over 50 years ago, as we grew up in the same area. He is also a commissioner of scouts in Greenwich, and he puts a lot into our local community." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Sarah Sackman (26438)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.960.2) | [Register link](https://www.theyworkforyou.com/mp/26438/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I echo other hon Members in congratulating the hon Gentleman" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Bob Blackman (24945)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1015.1) | [Register link](https://www.theyworkforyou.com/mp/24945/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am therefore concerned about several U-turns by the Government, which I want corrected" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lucy Powell (25165)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.974.3) | [Register link](https://www.theyworkforyou.com/mp/25165/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">My hon. Friend raises an incredibly important issue. As she has said, local authorities have a statutory duty to arrange free home-to-school travel for children of compulsory school age, but many others fall outside of that obligation. I will ensure that the Secretary of State for Education has heard my hon. Friend’s plea. If she applied for an Adjournment debate on this matter, I am sure that it would be granted." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Bob Blackman (24945)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1015.1) | [Register link](https://www.theyworkforyou.com/mp/24945/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">My other role is chairman of the 1922 committee. You will remember the role well, Madam Deputy Speaker, having been vice-chairman. For the benefit of Members who are wondering when the Prime Minister will face a new opponent at lunchtime on Wednesdays, let me say that we have concluded the second ballot of MPs; further ballots will occur after the party conference, and there will be a new leader in November. I thank the officers on the ’22—a somewhat smaller team than in previous years—namely my hon. Friend the Member for North Cotswolds (Sir Geoffrey Clifton-Brown), who has been elected to the august role of Chairman of the Public Accounts Committee, and my hon. Friend the Member for Stockton West (Matt Vickers), for being so efficient in helping me with the ballots over the past couple of weeks." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Mary Creagh (11898)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.954.8) | [Register link](https://www.theyworkforyou.com/mp/11898/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">It is important to remember that our national landscapes are protected landscapes and that the planning authorities work appropriately on such issues. I am in discussions with officials and I am happy to write to the hon. Gentleman with a proper answer on the issue." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Chris Elmore (25490)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1070.0) | [Register link](https://www.theyworkforyou.com/mp/25490/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I had a number of meetings with my hon. Friend the Member for Bolton West (Phil Brickell) during the time he was a parliamentary candidate, and he has been a really excellent MP to date. I know he will put Bolton on the map, as indeed will my two other colleagues from across the city. I thank the hon. Member for Exmouth and Exeter East (David Reed) for his service to our country, and I know what a strong advocate he will be. As a Sir Walter Raleigh nut—I am not sure that is even parliamentary language—I look forward to discussions with him about Sir Walter." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Julian Lewis (10358)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1020.1) | [Register link](https://www.theyworkforyou.com/mp/10358/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I congratulate the hon. Members for Bexleyheath and Crayford (Daniel Francis) and for Reading West and Mid Berkshire (Olivia Bailey). It is daunting to undertake a maiden speech, but both of them did so with panache and with passion, and my hon. Friends and I are grateful to them for sharing their insights with us on this very, I hope, non-partisan occasion." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Mike Amesbury (25702)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.972.6) | [Register link](https://www.theyworkforyou.com/mp/25702/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">May I draw the attention of the House to early-day motion 169, which expresses my concern about the low threshold for pension credit and its cliff-edge nature?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Mike Amesbury (25702)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.972.6) | [Register link](https://www.theyworkforyou.com/mp/25702/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">May I draw the attention of the House to early-day motion 169, which expresses my concern about the low threshold for pension credit and its cliff-edge nature?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Graeme Downie (26503)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.950.9) | [Register link](https://www.theyworkforyou.com/mp/26503/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">If he will make a statement on his departmental responsibilities." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Zubir Ahmed (26483)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1076.1) | [Register link](https://www.theyworkforyou.com/mp/26483/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Does the Minister agree that that is a demonstration of the Union dividend, which Scotland and the nations and regions of the United Kingdom enjoy by being part of this Union? Does he further agree that the shared prosperity fund is an important vehicle for bringing equity to the regions and nations of the United Kingdom?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Connor Rand (26473)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1046.0) | [Register link](https://www.theyworkforyou.com/mp/26473/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Thank you, Madam Deputy Speaker, for allowing me to make my maiden contribution in this debate. I pay tribute to the Members on both sides of the House who have made their maiden contributions, including the hon. Member for West Dorset (Edward Morello), who gave us an illuminating insight into what we could hope to see in his constituency. I also pay tribute to those who knew Sir David Amess for their moving contributions." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Daniel Francis (26493)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1013.1) | [Register link](https://www.theyworkforyou.com/mp/26493/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">My constituents, like me, rely on volunteers and charities across the constituency" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Mark Francois (10901)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1010.3) | [Register link](https://www.theyworkforyou.com/mp/10901/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I want to raise three specific topics" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Alex Norris (25687)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1077.0) | [Register link](https://www.theyworkforyou.com/mp/25687/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">My hon Friend makes an important point" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lucy Powell (25165)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.971.0) | [Register link](https://www.theyworkforyou.com/mp/25165/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I welcome the hon. Gentleman, following his election, to his position as Chair of the Backbench Business Committee. I know what fantastic work he did as Vice-Chair of the Committee in the previous Parliament, as he and I were in these sessions together for many hours. I look forward to working with him, and have already been in touch with him to fix up a meeting at the earliest opportunity, so that we can table forthcoming business in the Chamber. We will absolutely work at pace to populate the Committees and get them up and running as quickly as possible." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Paul Holmes (25808)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1069.0) | [Register link](https://www.theyworkforyou.com/mp/25808/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">indicated assent" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## David Reed (26628)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1034.1) | [Register link](https://www.theyworkforyou.com/mp/26628/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">They have put their trust in me to represent them as the first Member of Parliament for our new constituency" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Sarah Sackman (26438)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.956.4) | [Register link](https://www.theyworkforyou.com/mp/26438/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">First, I welcome my hon. Friend and congratulate him on his election as Chair of the Justice Committee. He is right that we will be undertaking a review of sentencing. On miscarriages of justice, we will want to work with him to look into that further. I am happy to meet him to discuss such matters." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lauren Edwards (26597)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1074.1) | [Register link](https://www.theyworkforyou.com/mp/26597/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I absolutely agree, and I will be making the case for that replacement fund later. I thank my hon. Friend for her contribution." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Naushabah Khan (26562)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1049.0) | [Register link](https://www.theyworkforyou.com/mp/26562/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Finally, I want to acknowledge the incredible sense of community in my constituency" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lindsay Hoyle (10295)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.951.3) | [Register link](https://www.theyworkforyou.com/mp/10295/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The thing is, I have to try to get in as many as I can" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Alex Norris (25687)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1077.2) | [Register link](https://www.theyworkforyou.com/mp/25687/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I have seen at first hand the good work that the UKSPF has done in my constituency, and I appreciate why there is such interest in its future" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## None ()" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1008.8) | [Register link](https://www.theyworkforyou.com/mp//register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Presentation and First Reading (Standing Order No. 57)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Alex Norris (25687)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1079.3) | [Register link](https://www.theyworkforyou.com/mp/25687/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">My hon. Friends are rightly seeking certainty. I know that they want that as soon as possible, and we have at least a bit of a pathway towards it, because, as always, important announcements will be made in the Budget statement and the ongoing spending review will shape the future. We hear the strong messages that my hon. Friends have conveyed. It has been brilliant to hear about the excellent work done in Medway and in other parts of the country, and I am keen to work with colleagues as we go forward to shape local growth funding." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Paul Holmes (25808)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1026.2) | [Register link](https://www.theyworkforyou.com/mp/25808/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I want to raise an issue that the Government will hear about from me in a number of debates over the next five years: we need a walk-in centre in Whiteley in my constituency. We have the fantastic Fareham community hospital, which has a great diagnostic team. It opens its doors to the local community and takes some of the pressure off the primary care services that we have in other areas of the constituency, but we need to have more services at the hospital. It is a fantastic site and, with its excellent leadership and staff, has the capability to provide more primary care and more acute care. I hope that the Government will look at allocating funding for walk-in centres at Fareham community hospital and in Whiteley shopping centre." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Judith Cummins (25393)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1004.1) | [Register link](https://www.theyworkforyou.com/mp/25393/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Order. I am aiming to end this statement at 1 pm. I remind Members that anyone who was not in for the start of the statement will not be called." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lindsay Hoyle (10295)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.965.3) | [Register link](https://www.theyworkforyou.com/mp/10295/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I will also take the matter up with the Clerks of the House" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Emma Hardy (25646)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.955.2) | [Register link](https://www.theyworkforyou.com/mp/25646/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">As a former primary school teacher, how can I not say yes to a meeting with the students from my hon Friend’s constituency? I am already looking forward to it" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Bob Blackman (24945)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1015.1) | [Register link](https://www.theyworkforyou.com/mp/24945/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">May I also pay tribute to my right hon Friend the Member for Rayleigh and Wickford (Mr Francois) for opening this debate? I thank the Leader of the House for responding to my request at business questions last week to properly entitle this debate the Sir David Amess Adjournment debate" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lauren Edwards (26597)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1074.1) | [Register link](https://www.theyworkforyou.com/mp/26597/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Overall, I consider that the UKSPF has worked well in my constituency, and I understand that it has worked well in others too, which is great to hear" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## David Reed (26628)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1034.1) | [Register link](https://www.theyworkforyou.com/mp/26628/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Lastly, I have been blessed to inherit the beautiful Exe valley from my right hon. Friend the Member for Central Devon (Mel Stride), who continues to serve and lead in this House. His loss is my gain, but I will ensure that I diligently represent the good people of the Exe valley as he has for the last 14 years." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Alex Baker (26444)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.981.1) | [Register link](https://www.theyworkforyou.com/mp/26444/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Will the Leader of the House join me in commending that organisation for its fantastic work? While its work is fantastic, I join colleagues in asking for a debate about how we ensure that there will no longer be any need for food banks in towns such as Aldershot" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "# 2024-09-11" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Nusrat Ghani (25354)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.865.0) | [Register link](https://www.theyworkforyou.com/mp/25354/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.72" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Order. I must remind Members that contributions are made through the Chair, so it is important to make eye contact with the Chair rather than with the Minister on the Front Bench." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Zöe Franklin (26555)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.876.1) | [Register link](https://www.theyworkforyou.com/mp/26555/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.71" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am honoured by the trust they have placed in me" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Clive Efford (10185)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.923.2) | [Register link](https://www.theyworkforyou.com/mp/10185/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.71" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I do not know whether my hon. Friend heard the example that I gave earlier of a management agency not giving the information to leaseholders to check whether they were being charged the right amount of money or even to seek legal redress. There seems to be no power to force those agencies to give that information." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Mike Amesbury (25702)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.883.3) | [Register link](https://www.theyworkforyou.com/mp/25702/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.7" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I agree with my hon Friend" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Rupa Huq (25284)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.933.4) | [Register link](https://www.theyworkforyou.com/mp/25284/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.7" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Then I had to get involved" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Richard Quigley (26373)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.908.1) | [Register link](https://www.theyworkforyou.com/mp/26373/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.7" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Members: “Ooh" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Al Pinkerton (26593)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.890.0) | [Register link](https://www.theyworkforyou.com/mp/26593/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.7" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">My constituents have made this point to me in the most vivid terms" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jo Stevens (25304)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.811.1) | [Register link](https://www.theyworkforyou.com/mp/25304/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.7" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I refer the hon Gentleman to my previous answer" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Alex Norris (25687)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.923.1) | [Register link](https://www.theyworkforyou.com/mp/25687/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Let me mention some of the points that my hon Friend made" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Nick Smith (24728)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.808.0) | [Register link](https://www.theyworkforyou.com/mp/24728/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I support my right hon. Friend’s sentiments, and wish her well in her job. In advance of the statement, what can she say about jobs and investment in this crucial sector?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Barry Gardiner (10220)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.926.4) | [Register link](https://www.theyworkforyou.com/mp/10220/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">What action will my hon Friend and the Government take to ensure that one set of standards is applied in one particular way and is not subject to trading? Saying “We will give you a shortcut if you come to us” is what went on, but it is wrong and needs to stop" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Joe Powell (26477)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.868.0) | [Register link](https://www.theyworkforyou.com/mp/26477/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">This is a good example of what many Members have mentioned" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Markus Campbell-Savours (26485)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.897.1) | [Register link](https://www.theyworkforyou.com/mp/26485/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I will be seeing mine on a regular basis, but I promise to take any advice from them with grace" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Nusrat Ghani (25354)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.865.0) | [Register link](https://www.theyworkforyou.com/mp/25354/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I must remind Members that contributions are made through the Chair, so it is important to make eye contact with the Chair rather than with the Minister on the Front Bench" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lindsay Hoyle (10295)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.832.0) | [Register link](https://www.theyworkforyou.com/mp/10295/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I call the Chair of the Business and Trade Committee" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Hilary Benn (10669)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.849.1) | [Register link](https://www.theyworkforyou.com/mp/10669/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Secondly, and I have said this to other Members in answering their questions, in this particular case a commitment was made twice, and I think it is important that we honour it. We also have to recognise in this particular case that the Court held in 2019 that all of the investigations—I accept what the right hon. Member said about them and their extent, and of course they involved the expenditure of public moneys—did not meet the requirements of article 2. Faced with that, and faced with the quashing at the end of 2022 of the decision of a previous Secretary of State not to call an inquiry pending further investigations, it has fallen to me to look at this and to decide how we are going to go forward. I have set out my reasons as clearly as I can hope to do." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Rupa Huq (25284)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.933.0) | [Register link](https://www.theyworkforyou.com/mp/25284/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I totally agree with the hon Member" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Hilary Benn (10669)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.851.1) | [Register link](https://www.theyworkforyou.com/mp/10669/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am not, is the answer. I know that the hon. Member was slightly late in coming to the Chamber, and from the beginning I set out my thought process. He will have an opportunity to read my statement subsequently. I clearly set out the reasons why I reached this decision. It is a fact that when the then Prime Minister David Cameron apologised from this Dispatch Box, it was unprecedented, because he referred to shocking collusion in this case. We Members of this House should take that extremely seriously, all of us who are committed to upholding our obligations. We were faced with two promises to establish public inquiries. I accept what the hon. Member says about that not happening after 2004 because of the then stance of the Finucane family, but that has now changed. There is also the Supreme Court decision of 2019; it said, I am afraid, that for all that had gone before, the state had not complied with its article 2 obligations. We will now do so." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Sarah Gibson (26585)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.880.1) | [Register link](https://www.theyworkforyou.com/mp/26585/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Like many Members, my own career has taken a dramatic change of tack recently" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Hilary Benn (10669)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.851.1) | [Register link](https://www.theyworkforyou.com/mp/10669/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">He will have an opportunity to read my statement subsequently" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Hilary Benn (10669)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.851.1) | [Register link](https://www.theyworkforyou.com/mp/10669/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I clearly set out the reasons why I reached this decision" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Hilary Benn (10669)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.849.1) | [Register link](https://www.theyworkforyou.com/mp/10669/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I have set out my reasons as clearly as I can hope to do" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## James MacCleary (26581)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.845.2) | [Register link](https://www.theyworkforyou.com/mp/26581/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Can I also ask the Secretary of State to clarify the ability of this inquiry to compel documents and witnesses, and like others, can I ask about the timescales of the inquiry? I am sure he agrees that Patrick Finucane’s family have waited long enough already" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Matt Rodda (25691)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.902.0) | [Register link](https://www.theyworkforyou.com/mp/25691/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I have questions for the Minister. I appreciate that other Members have yet to speak so I will be brief, but I want to hear more from her about action to tackle management companies based overseas, and how she plans to roll that out. I appreciate that might be difficult. I hope to hear more about the action that the Government will take to tackle manufacturers of dangerous cladding, though I realise that in many cases they are overseas companies." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Hilary Benn (10669)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.846.2) | [Register link](https://www.theyworkforyou.com/mp/10669/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The hon. Member has alluded to a number of cases. Of course, we are awaiting the final report on Operation Kenova, the interim report having been published early this year. I undertake and make a commitment, as any holder of this office would do, to carefully consider each individual case and reach what I think is a sensible way forward. Collectively, there is a huge task for all of us in playing our part in enabling families to find out answers that they have not yet had." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Priti Patel (24778)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.834.0) | [Register link](https://www.theyworkforyou.com/mp/24778/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I listened to the statement from the Secretary of State with interest" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Caroline Nokes (24809)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.936.0) | [Register link](https://www.theyworkforyou.com/mp/24809/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I remind Members that interventions should be short" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Alex Norris (25687)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.917.1) | [Register link](https://www.theyworkforyou.com/mp/25687/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I start with the hon Member for Bromley and Biggin Hill" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.835.4) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I want to co-invest with the private sector for good, secure, long-term jobs, which are much in demand" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Alex Norris (25687)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.920.0) | [Register link](https://www.theyworkforyou.com/mp/25687/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I will cover a little of what we are planning to do in the substantive part of my speech" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Rushanara Ali (24958)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.857.0) | [Register link](https://www.theyworkforyou.com/mp/24958/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Having dealt with such cases in my own constituency, I am very aware of the challenges. The Prime Minister made it clear that if further action is needed we will take it, but we will use the existing laws and the powers we have to take action now. I assure my hon. Friend that officials are working closely with Members of Parliament to support them and their constituents, to ensure that action is taken. I hope that I can meet colleagues regularly to support them, with officials, to ensure that those who are intransigent do the work that they are required to do. We will take action, and we will work with Members to ensure they get the support they need." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Alex Norris (25687)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.930.3) | [Register link](https://www.theyworkforyou.com/mp/25687/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Question put and agreed to" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Catherine West (25328)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.937.0) | [Register link](https://www.theyworkforyou.com/mp/25328/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Question put and agreed to" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## None ()" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.851.4) | [Register link](https://www.theyworkforyou.com/mp//register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Presentation and First Reading (Standing Order No" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Keir Starmer (25353)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.826.5) | [Register link](https://www.theyworkforyou.com/mp/25353/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thank the hon. Member for raising this issue, which is important for his constituents. We are committed to putting passengers at the heart of our railways. Great British Railways will work closely with regional government mayors, operators and passenger groups to ensure that rail investment meets the needs of communities, and I will ensure that he gets the meeting he wants with the relevant Minister to discuss the issues in his constituency." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Hilary Benn (10669)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.846.0) | [Register link](https://www.theyworkforyou.com/mp/10669/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The honest answer to the question he and other Members have put is that I want to get on with this inquiry as soon as possible, but I have certain duties that I have to undertake in order to give effect to it" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.834.1) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am grateful to the right hon. Member for her questions. We will see the strategy in spring next year and the resources behind it, including the existing Government allocation for Port Talbot and the new money that the Government will put in. It is a £3 billion clean steel fund, so it is a significant investment. Obviously, I want a certain amount of return from that. I want to work with private sector partners. The kind of capital expenditure that is involved in the transition to green steel requires very significant partners who can deliver. It is not just a question of the Government doing this alone, and I think hon. Members recognise that. Steel safeguards are important. The right hon. Lady will know that steel is a significant part of the existing Trade Remedies Authority protections, many of which relate to China, but not exclusively so, and we keep them under regular review." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Alex Norris (25687)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.922.2) | [Register link](https://www.theyworkforyou.com/mp/25687/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I wondered how many other Members came here when they were younger and were inspired" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Alex Norris (25687)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.927.3) | [Register link](https://www.theyworkforyou.com/mp/25687/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am grateful for that kind offer" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## David Simmonds (25892)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.913.0) | [Register link](https://www.theyworkforyou.com/mp/25892/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">However, I have a particular question on which I want to press them for an answer" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Rushanara Ali (24958)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.854.5) | [Register link](https://www.theyworkforyou.com/mp/24958/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I turn to enforcement action" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Hilary Benn (10669)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.844.0) | [Register link](https://www.theyworkforyou.com/mp/10669/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">It is a pragmatic decision that I have taken" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Hilary Benn (10669)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.841.1) | [Register link](https://www.theyworkforyou.com/mp/10669/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I have, of course, met Mrs Finucane and her family—first on 25 July to hear their views, and again yesterday to inform them of my decision. Mrs Finucane asked the Government to set up a public inquiry under the 2005 Act, and, as I have just told the House, the Government have now agreed to do that, in line with the 2019 Supreme Court ruling and the Court of Appeal judgment of July this year." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Alex Norris (25687)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.927.3) | [Register link](https://www.theyworkforyou.com/mp/25687/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am grateful for that kind offer. Of course I will readily accept a visit to Burnley—perhaps through the lens of my role as the local growth and towns Minister. We could have a very interesting visit and I would be glad to do it." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Alex Norris (25687)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.917.1) | [Register link](https://www.theyworkforyou.com/mp/25687/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am grateful to the hon. Member for her question. I was the shadow Fire Minister before the election, and I was very proud to get into our manifesto the commitment to get the fire family in the same room and drive standards. I cannot give her the exact date today, but I can tell her that dealing with this issue is a priority for the Home Office and we are getting on with it." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lindsay Hoyle (10295)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.832.0) | [Register link](https://www.theyworkforyou.com/mp/10295/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I call the Chair of the Business and Trade Committee." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jeremy Corbyn (10133)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.885.2) | [Register link](https://www.theyworkforyou.com/mp/10133/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I also saw how the community came together" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Mike Amesbury (25702)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.883.3) | [Register link](https://www.theyworkforyou.com/mp/25702/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Members have mentioned insurance premiums" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Alan Gemmell (26476)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.840.1) | [Register link](https://www.theyworkforyou.com/mp/26476/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I congratulate my right hon. Friend on the deal that he has announced. As a former British trade commissioner to India, I assure him that it is a better deal from a better and more serious Government than the Conservative Government. Will he tell the House what direct conversations he has had with Tata about future investments in the UK?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Alex Norris (25687)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.922.2) | [Register link](https://www.theyworkforyou.com/mp/25687/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am about halfway through my remarks about the maiden speeches we have heard, but I assure colleagues that I have an awful lot to say on the substance of the debate. [Hon. Members: “Hear, hear!”] I am keen to take interventions at that point, but it would be a great joy if they could let me finish my remarks about the maiden speeches first." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Tracy Gilbert (26526)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.906.1) | [Register link](https://www.theyworkforyou.com/mp/26526/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I extend a welcome to all my hon Friends to visit and join me for a dram" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.837.3) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am afraid that the hon Member is misinformed as to what this is about" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Catherine West (25328)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.937.0) | [Register link](https://www.theyworkforyou.com/mp/25328/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Question put and agreed to." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Alex Norris (25687)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.930.3) | [Register link](https://www.theyworkforyou.com/mp/25687/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Question put and agreed to." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Shockat Adam (26364)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.934.0) | [Register link](https://www.theyworkforyou.com/mp/26364/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Does the hon Member agree about the positive contribution that the Bangladeshi community has made to our country, which has made it as it is today? I would like to take this opportunity to pay homage to the Bangladeshi community of Leicester South, who are hard-working, entrepreneurial and philanthropic" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Clive Betts (10045)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.924.6) | [Register link](https://www.theyworkforyou.com/mp/10045/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thank the Minister for his kind words about my chairing of the Select Committee. I am really pleased that he is now looking at raising some money from product manufacturers; they have escaped their responsibilities for far too long. Might I suggest that he use some of the money raised to help with social housing providers, given the concerns that I raised about their being treated differently in their access to the building safety fund?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Zarah Sultana (25909)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.899.0) | [Register link](https://www.theyworkforyou.com/mp/25909/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">But there is something more here, which I urge hon Members to understand" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jo Stevens (25304)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.808.3) | [Register link](https://www.theyworkforyou.com/mp/25304/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">It would be a pleasure to visit Creating Enterprise with my hon Friend" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Richard Quigley (26373)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.908.1) | [Register link](https://www.theyworkforyou.com/mp/26373/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am also the first owner of a chip shop to become an MP" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Alex Norris (25687)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.923.1) | [Register link](https://www.theyworkforyou.com/mp/25687/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Let me mention some of the points that my hon. Friend made. He talked about what help can be given to residents who wish to legally challenge recalcitrant owners and developers. Regulators have powers to act against such owners, and we expect them to do so. Our Department is responsible for holding to account developers who have signed the developer remediation contract, so if residents are concerned about the progress of remediation of their building, they should contact the regulator. If they are concerned about the progress of developer-led remediation, they should contact the Department. I hope that addresses the hon. Gentleman’s point." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Keir Starmer (25353)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.816.9) | [Register link](https://www.theyworkforyou.com/mp/25353/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">This morning I had meetings with ministerial colleagues and others" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Joe Powell (26477)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.868.0) | [Register link](https://www.theyworkforyou.com/mp/26477/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I will write to her about the specific building that I have mentioned" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Rupa Huq (25284)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.935.1) | [Register link](https://www.theyworkforyou.com/mp/25284/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I agree" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Zöe Franklin (26555)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.876.1) | [Register link](https://www.theyworkforyou.com/mp/26555/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thank them on behalf of our constituents" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Joe Powell (26477)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.868.0) | [Register link](https://www.theyworkforyou.com/mp/26477/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I agree with the shadow Minister’s call to look at the insurance market, because in that case there was not a competitive bid for insuring the building. I know there has been a discussion with the Association of British Insurers to see how we can bring down the costs, but I urge the Government to look at this, because in the short term, while we wait for the remedial work to take place, the situation is simply unaffordable for those leaseholders. I certainly think we need to look at the insurance industry. In addition, that building is another example of the merry-go-round of buck passing that we talked about last week between local government, national Government, developers, freeholders and housing associations." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.831.0) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I have been a Member of Parliament for 14 years, in which I have seen some interesting political events, but I do not think I have ever heard a contribution with such brass neck. That is quite something, because there is quite a menu to choose from." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.827.1) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">But before I do so, I want to address the situation we have inherited" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Josh Fenton-Glynn (26545)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.875.1) | [Register link](https://www.theyworkforyou.com/mp/26545/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">It is perhaps fitting that I have been elected for a party that wants to get to grips with this issue in government" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Rushanara Ali (24958)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.853.3) | [Register link](https://www.theyworkforyou.com/mp/24958/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I want to focus on the number of affected properties" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Adam Jogee (26541)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.912.0) | [Register link](https://www.theyworkforyou.com/mp/26541/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I want to echo many of the points that colleagues have made so far" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Emily Darlington (26412)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.860.0) | [Register link](https://www.theyworkforyou.com/mp/26412/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I welcome the shadow Minister’s comments about working cross-party. One thing we need to do is establish the facts, the reality of what is going on, and the confusion left by the previous Government. People are being told by mortgage providers that they need an EWS1 form, but by freeholders that they do not. They are stuck, going back and forth for years. Would he like to take this opportunity to recognise the confusing legacy left by his Government and apologise to all the thousands of people who are stuck in places feeling that they have no place to go?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Marie Goldman (26338)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.865.3) | [Register link](https://www.theyworkforyou.com/mp/26338/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I urge the Minister to look into that" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.834.1) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am grateful to the right hon Member for her questions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Keir Starmer (25353)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.823.1) | [Register link](https://www.theyworkforyou.com/mp/25353/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thank my hon. Friend for championing his constituency, including the work at Rosyth dockyard. The strategic defence review will ensure that defence is central both to security and to economic growth and prosperity. The review will consult widely, including across the devolved nations, and I know that the reviewers recognise the strategic importance of constituencies like his. I will ensure that he gets the chance to meet the relevant Minister to discuss the particular issues in his constituency." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Matt Western (25701)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.833.4) | [Register link](https://www.theyworkforyou.com/mp/25701/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">May I welcome the Secretary of State to his place, and underline the importance of his commitment and the strength of his negotiation? I add my voice to those who talk about the importance of public procurement, but may I draw his attention to the carbon border adjustment mechanism? As I understand it, we have a disadvantage in this area because of how the mechanism was established in the UK" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Alex Norris (25687)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.924.7) | [Register link](https://www.theyworkforyou.com/mp/25687/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">My hon. Friend’s suggestions often come with a smile but a degree of force. He will know that we are not very far from a spending review and a Budget, so I will not make financial commitments at this point. However, that idea is well expressed, and duly noted as a result. I am grateful for it." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Hilary Benn (10669)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.844.0) | [Register link](https://www.theyworkforyou.com/mp/10669/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I will of course, especially as the Finucane family have been waiting 35 years, seek to establish the inquiry as quickly as possible. We have to appoint a judge. The judge then has to be consulted by myself about the terms of reference. The time it takes will depend on how the inquiry unfolds. I am acutely conscious of cost—the hon. Gentleman’s point was extremely fair—which is why it seems to me that, given all the material and information that is already out there, what the inquiry can most usefully do is not seek to go over all of that, but interrogate the information, material and witnesses as necessary. As the Supreme Court made clear, that is what has been missing that led it to conclude that this was not article 2 compliant." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Luke Myer (26411)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.838.0) | [Register link](https://www.theyworkforyou.com/mp/26411/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I welcome my right hon. Friend’s commitment to introducing a new steel strategy. Steel is not a sunset industry; it is critical for our economy and national security. I know that he is a friend of Teesside. Will he give us some clarity on the status of discussions around investment in steel in Teesside at the moment?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Alex Norris (25687)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.926.1) | [Register link](https://www.theyworkforyou.com/mp/25687/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">My hon Friend talks about service charges, so I will turn next to that point" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Alan Gemmell (26476)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.840.1) | [Register link](https://www.theyworkforyou.com/mp/26476/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I congratulate my right hon Friend on the deal that he has announced" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Rupa Huq (25284)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.933.2) | [Register link](https://www.theyworkforyou.com/mp/25284/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The hon Member makes an excellent point" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## None ()" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.807.2) | [Register link](https://www.theyworkforyou.com/mp//register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Business Before Questions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Alex Norris (25687)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.925.3) | [Register link](https://www.theyworkforyou.com/mp/25687/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">My hon. Friend heard what I said about leasehold, and what we said in the manifesto that we both stood on. I will get to service charges shortly, because both he and our hon. Friend the Member for Eltham and Chislehurst (Clive Efford) made that point very well. I think they will be glad to hear what I have to say." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Clive Efford (10185)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.892.0) | [Register link](https://www.theyworkforyou.com/mp/10185/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I was approached by one of my constituents who lives in Master Gunner Place" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Rupa Huq (25284)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.934.1) | [Register link](https://www.theyworkforyou.com/mp/25284/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I completely endorse what the hon Member is saying" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Hilary Benn (10669)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.846.2) | [Register link](https://www.theyworkforyou.com/mp/10669/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The hon Member has alluded to a number of cases" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jo Stevens (25304)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.810.8) | [Register link](https://www.theyworkforyou.com/mp/25304/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I do not recognise that characterisation of the deal on which the Business Secretary will make a statement later" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Marie Goldman (26338)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.865.3) | [Register link](https://www.theyworkforyou.com/mp/26338/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Like other hon. Members, I am concerned that social landlords are not eligible for Government funds to remediate buildings, leaving many of the most vulnerable people at risk. I urge the Government and the Minister to listen to the National Housing Federation, which represents hundreds of housing associations, and the End Our Cladding Scandal campaign on these issues. I remind the House that the Liberal Democrats have been calling for the removal of dangerous cladding from all buildings, and we need to make sure that leaseholders do not have to pay for it." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Liam Byrne (11360)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.832.1) | [Register link](https://www.theyworkforyou.com/mp/11360/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am not yet Chair of the Committee, Mr Speaker, but fingers crossed. I welcome the Secretary of State’s announcement. I hope the whole House will recognise that what he has brought us today is not a set of sound bites but a strategy. In the long term, that strategy will benefit from a stronger cross-party consensus, so I hope that it can be the subject of a future Select Committee inquiry." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Marie Goldman (26338)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.865.3) | [Register link](https://www.theyworkforyou.com/mp/26338/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Other Members have mentioned the difficulty with getting mortgages" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Alex Norris (25687)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.917.1) | [Register link](https://www.theyworkforyou.com/mp/25687/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am grateful to the hon Member for her question" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Alex Norris (25687)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.927.3) | [Register link](https://www.theyworkforyou.com/mp/25687/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The Leasehold and Freehold Reform Act 2024 contains measures to ensure that leaseholders get key financial and non-financial information so that they can scrutinise and hold to account the organisations that they are working with on service charges" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Richard Quigley (26373)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.908.1) | [Register link](https://www.theyworkforyou.com/mp/26373/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">My focus while in this place will be on finding solutions to the issues that I have outlined" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Joe Powell (26477)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.868.0) | [Register link](https://www.theyworkforyou.com/mp/26477/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">We need clear timelines to speed this up, and I really welcome the Prime Minister’s commitment on that. We need incentives in the system—carrots and sticks—to ensure that we do not have these never-ending situations where leaseholders and tenants are unclear about when the work will be done. As the Minister said, the money is there, so this is about knocking heads together and making sure that, at an individual building level, we get the speeding up that we need. I will write to her about the specific building that I have mentioned." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Alex Norris (25687)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.923.1) | [Register link](https://www.theyworkforyou.com/mp/25687/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">On his request to meet me, let me say that I am always happy to accept such invitations" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Hilary Benn (10669)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.846.0) | [Register link](https://www.theyworkforyou.com/mp/10669/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am grateful to the hon. Gentleman for welcoming the inquiry, and I am very happy to give him and all Members of the House an assurance that as we develop our proposals, I am in the process of talking to lots of people about how to give effect to the “repeal and replace” commitment that was in the Gracious Speech. I will, of course, come back to the House with proposals in due course and keep it informed. The honest answer to the question he and other Members have put is that I want to get on with this inquiry as soon as possible, but I have certain duties that I have to undertake in order to give effect to it. However, after this long period of time, let us get going with this inquiry as soon as we possibly can." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Shockat Adam (26364)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.934.0) | [Register link](https://www.theyworkforyou.com/mp/26364/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Does the hon. Member agree about the positive contribution that the Bangladeshi community has made to our country, which has made it as it is today? I would like to take this opportunity to pay homage to the Bangladeshi community of Leicester South, who are hard-working, entrepreneurial and philanthropic. Their commitment to using the political system to improve their community has made my city as great as it is today." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Zöe Franklin (26555)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.876.1) | [Register link](https://www.theyworkforyou.com/mp/26555/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Now, on to my wonderful constituency" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Clive Betts (10045)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.864.1) | [Register link](https://www.theyworkforyou.com/mp/10045/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Yes, I do" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.838.1) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">My hon Friend is right to make that point" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Peter Lamb (26612)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.903.1) | [Register link](https://www.theyworkforyou.com/mp/26612/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am grateful to be given the opportunity to speak on such an important topic. Much like everyone else, I have enjoyed the various maiden speeches given today. They have certainly given me a detailed lesson in local history and geography. I was startled to discover just how many constituencies apparently think they are the best. We will see if that survives the next few minutes." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.833.2) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I very much welcome the hon. Member’s words and her recognition of the improvements that we have made with this deal. Fundamentally, we have recognised the need for a better business environment, moving away from relatively short-term responses to that much better, more secure long-term framework. She will understand that the significant increase in investment that this new Government are willing to make can make a substantial difference. However, the emphasis must be on long-term investments for the future, so that we can secure those long-term secure jobs. There are several different ways that we can do that. I absolutely agree that our method should be aligned with the industrial strategy, and we will be able to make some announcements on that in the near future, leading up to the launch of the steel strategy next year." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Alex Norris (25687)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.922.2) | [Register link](https://www.theyworkforyou.com/mp/25687/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">My hon. Friend the Member for Penrith and Solway was born and bred of his community, and obviously comes from a long line of people who have made a difference to it. His experience around leasehold will be useful for us in government, as will his knowledge of electrical safety, which is at the root of the issue." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Josh Fenton-Glynn (26545)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.872.1) | [Register link](https://www.theyworkforyou.com/mp/26545/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I would demur from saying that myself, but I certainly recognise it in many of the people I represent. When I was 15, Chris was good enough to accept me on work experience in her office." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lindsay Hoyle (10295)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.823.5) | [Register link](https://www.theyworkforyou.com/mp/10295/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Order. Do you want to join in again?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Caroline Nokes (24809)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.936.0) | [Register link](https://www.theyworkforyou.com/mp/24809/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Order. I remind Members that interventions should be short. I know that you have all just had a master class in very long interventions, but I am sure that Dr Rupa Huq is about to conclude her remarks, so that the Minister has an opportunity to speak." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Markus Campbell-Savours (26485)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.897.1) | [Register link](https://www.theyworkforyou.com/mp/26485/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I congratulate everyone on their maiden speeches. It is a privilege to follow my hon. Friends the Members for Calder Valley (Josh Fenton-Glynn), for Burnley (Oliver Ryan), for Milton Keynes North (Chris Curtis) and for Cowdenbeath and Kirkcaldy (Melanie Ward), and the hon. Members for Bromley and Biggin Hill (Peter Fortune), for Guildford (Zöe Franklin) and for Chippenham (Sarah Gibson)." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Sarah Gibson (26585)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.880.1) | [Register link](https://www.theyworkforyou.com/mp/26585/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I was lucky enough to be born into a family that cared deeply about my education. With their support, and a grant from Wiltshire council, I was able to study architecture at Kingston and at University College London before registering as an architect in Spain. Some years later, I returned home to Wiltshire and became a town and unitary authority councillor. It is from that perspective of positive experience in local government that I felt I could do more to promote the interests of my community here in Westminster, and I am honoured that they thought so too." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Clive Efford (10185)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.923.2) | [Register link](https://www.theyworkforyou.com/mp/10185/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I do not know whether my hon Friend heard the example that I gave earlier of a management agency not giving the information to leaseholders to check whether they were being charged the right amount of money or even to seek legal redress" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Emily Darlington (26412)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.921.0) | [Register link](https://www.theyworkforyou.com/mp/26412/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">On strong political leadership, will the Minister join me in congratulating those councils that, as soon as the new building regulations came out, took immediate action to put in a waking watch? I am talking about the wider regulations—not just the ones about cladding, but the ones about compartmentalisation" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Emily Thornberry (11656)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.925.0) | [Register link](https://www.theyworkforyou.com/mp/11656/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I endorse what the Minister says about our hon. Friend the Member for Sheffield South East (Mr Betts). I, too, had the great honour of serving on his Committee many years ago, and at that time the focus was very much on housing." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lindsay Hoyle (10295)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.931.1) | [Register link](https://www.theyworkforyou.com/mp/10295/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The Members elected take up their positions formally when their Committee has been nominated by the House" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.836.1) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I think people recognise that" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Alex Norris (25687)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.917.1) | [Register link](https://www.theyworkforyou.com/mp/25687/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I will pay due respect to those colleagues by reflecting on some of the things they have said" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Sarah Gibson (26585)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.880.1) | [Register link](https://www.theyworkforyou.com/mp/26585/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Over the past weeks, many people have asked me if I have had a restful recess. I have found myself raising an eyebrow and explaining that it has been the busiest period of my life. Not being on these Benches over the summer has meant that I have been able to hit the ground running at home and raise specific concerns about a lack of NHS dental provision and access to GPs across the constituency. I have also been able to meet campaigners and lend my support to important issues in the constituency, such as Chippenham’s “One Plan,” Bassett’s proposed active travel network, and the campaign for a new health centre in Calne. In backing those projects, I intend to ensure that there are careers for young people in my area, and options for those hoping to change career in later life. Like many Members, my own career has taken a dramatic change of tack recently. I hope that the House will not mind if I briefly explain how I find myself here today." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Rupa Huq (25284)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.932.7) | [Register link](https://www.theyworkforyou.com/mp/25284/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Sometimes these things are a bit amplified by people with agendas, but my hon Friend makes a great point" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Meg Hillier (11605)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.856.2) | [Register link](https://www.theyworkforyou.com/mp/11605/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">My hon. Friend is being generous in giving way to Members across the House. As she said earlier in her remarks and just touched on again, sometimes recalcitrant developers are really reluctant to pay and do not engage with residents. There is a danger that those residents will be left at the bottom of the heap as they compete for skills, products and so on. I am sure she is mindful of that, but is she able to give those residents any comfort about the pressure the Government can put on those recalcitrant developers, to help get on with the work and make them pay later?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Emily Darlington (26412)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.855.0) | [Register link](https://www.theyworkforyou.com/mp/26412/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I welcome my hon. Friend to her new position; I know that she will be a firm advocate for those thousands of people who are still waiting for remediation to be done on their buildings. While we need to have partnerships with the big housing builders to meet our target of 1.5 million, some of those same developers are still dragging their feet on doing the remediation on homes. Will she assure residents in my constituency and across the country that part of the deal those developers may be doing with other parts of her Department will be about taking seriously their remediation responsibilities for those buildings?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Keir Starmer (25353)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.816.9) | [Register link](https://www.theyworkforyou.com/mp/25353/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">This morning I had meetings with ministerial colleagues and others. In addition to my duties in the House, I shall have further such meetings later today." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lindsay Hoyle (10295)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.832.2) | [Register link](https://www.theyworkforyou.com/mp/10295/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">May I say to Members, especially senior Members, that when they speak facing the opposite direction from where I am sitting, I cannot hear what they say? Please, speak towards the Chair" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Alex Ballinger (26580)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.900.1) | [Register link](https://www.theyworkforyou.com/mp/26580/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">However they voted, I am here to serve them" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Sarah Gibson (26585)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.880.1) | [Register link](https://www.theyworkforyou.com/mp/26585/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Over the past weeks, many people have asked me if I have had a restful recess" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lauren Sullivan (26435)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.893.0) | [Register link](https://www.theyworkforyou.com/mp/26435/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Does my hon Friend agree that it is also about insurance? I have a constituent in a similar situation who has had to pay £2,500 in insurance costs" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## None ()" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.851.4) | [Register link](https://www.theyworkforyou.com/mp//register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Presentation and First Reading (Standing Order No. 57)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Hilary Benn (10669)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.846.2) | [Register link](https://www.theyworkforyou.com/mp/10669/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I undertake and make a commitment, as any holder of this office would do, to carefully consider each individual case and reach what I think is a sensible way forward" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jim Shannon (13864)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.924.4) | [Register link](https://www.theyworkforyou.com/mp/13864/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Thank you, Madam Deputy Speaker. I outlined the case for the legislation and for building safety and resilience going forward. Does the Minister intend to share the findings with the regions of Scotland, Wales and Northern Ireland, which I represent, so that the appropriate Department in the Northern Ireland Assembly can take the legislative measures forward constructively to ensure safety for us in Northern Ireland as well?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lauren Sullivan (26435)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.893.0) | [Register link](https://www.theyworkforyou.com/mp/26435/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Does my hon. Friend agree that it is also about insurance? I have a constituent in a similar situation who has had to pay £2,500 in insurance costs." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Edward Davey (10155)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.820.3) | [Register link](https://www.theyworkforyou.com/mp/10155/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I will look at the plans the Government are putting forward" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Alex Norris (25687)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.927.3) | [Register link](https://www.theyworkforyou.com/mp/25687/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">We could have a very interesting visit and I would be glad to do it" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Hilary Benn (10669)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.844.0) | [Register link](https://www.theyworkforyou.com/mp/10669/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The judge then has to be consulted by myself about the terms of reference" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Nusrat Ghani (25354)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.852.1) | [Register link](https://www.theyworkforyou.com/mp/25354/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Before we begin the general debate, I remind the House that on Wednesday last week, Mr Speaker renewed the waiver relating to matters sub judice in respect of ongoing or adjourned Grenfell Tower inquests and cases relating to cladding. This is to allow debate to take place on relevant policy matters, including the phase 2 report of the Grenfell Tower inquiry and the Government’s response to it. The waiver does not permit discussion of the details of individual cases. I remind hon. Members of the likelihood that both civil and criminal proceedings in the courts will follow in the coming months and years. Members will want to take special care to avoid saying anything in this House that could prejudice a future trial." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Bill Esterson (24905)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.808.4) | [Register link](https://www.theyworkforyou.com/mp/24905/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">My right hon. Friend mentioned the exciting opportunities from offshore wind for the people and economy of Wales. Can she tell the House about the discussions that she and her Cabinet colleagues have had with the Crown Estate about maximising the benefits from those opportunities?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Alex Norris (25687)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.923.1) | [Register link](https://www.theyworkforyou.com/mp/25687/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">My hon. Friend makes some very important points about reinforced autoclaved aerated concrete, which I shall address shortly. On his request to meet me, let me say that I am always happy to accept such invitations. As I am the Minister with lead responsibility for resilience, it may be better if my hon. Friend the Minister with responsibility for building safety takes that meeting. She is very keen to meet colleagues to discuss what support we can offer as a Government." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Alistair Strathern (26278)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.921.6) | [Register link](https://www.theyworkforyou.com/mp/26278/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thank my hon. Friend for giving way; he is clearly very popular. I want to follow up on the compelling point made by my hon. Friend the Member for Brent West (Barry Gardiner), who said that a lot of the issues we have talked about today are exacerbated by the fact that the owners of the buildings—the freeholders, in these cases—are not always willing to fulfil their obligations to do right by their tenants. This Government are committed to enacting legislation to bring in the important reforms needed to truly bring an end to the problematic nature of leasehold relationships. Will the Minister be working closely with others in his Department to ensure building safety is at the heart of those regulations, so we have a joined-up approach to tackling the issue at its root?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "# 2024-09-10" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Dan Carden (25642)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.675.7) | [Register link](https://www.theyworkforyou.com/mp/25642/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.88" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I refer hon Members to my entry in the Register of Members’ Financial Interests" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Caroline Nokes (24809)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.766.3) | [Register link](https://www.theyworkforyou.com/mp/24809/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.79" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">As the hon Member will know, it is for individual Members to declare their interests, if one is applicable" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Caroline Nokes (24809)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.766.3) | [Register link](https://www.theyworkforyou.com/mp/24809/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.78" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">As the hon. Member will know, it is for individual Members to declare their interests, if one is applicable." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Luke Evans (25805)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.766.0) | [Register link](https://www.theyworkforyou.com/mp/25805/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.74" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I was under the impression that in the Chamber we should refer to Members, Friends or even the constituency" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Nick Timothy (26335)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.766.2) | [Register link](https://www.theyworkforyou.com/mp/26335/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.72" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Before other Members give speeches about issues such as public sector pay, would it not be in order for them to declare that interest at the beginning of their speeches?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Caroline Nokes (24809)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.757.3) | [Register link](https://www.theyworkforyou.com/mp/24809/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.72" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Please can Members remember that?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Meg Hillier (11605)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.715.2) | [Register link](https://www.theyworkforyou.com/mp/11605/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.72" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Before I start, I want to thank the House for putting its confidence in me to chair the Treasury Committee for the term of this Parliament. I am the servant of this House, and I will question without fear or favour those who appear before us. I look forward to engaging with the new Members I have yet to get to know. I also declare an interest: my husband has been in receipt of the winter fuel allowance, but if the vote changes that today, he will no longer receive it. For his own vanity, I should add that it is the lower limit." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Luke Evans (25805)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.766.0) | [Register link](https://www.theyworkforyou.com/mp/25805/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.72" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">On a point of order, Madam Deputy Speaker. I seek your guidance. I was under the impression that in the Chamber we should refer to Members, Friends or even the constituency. Is that correct?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Joy Morrissey (25878)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.780.1) | [Register link](https://www.theyworkforyou.com/mp/25878/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.71" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I declare an interest: I am a member of Care Campaign for the Vulnerable, which helps elderly residents who have medical issues or are in care" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Emma Reynolds (24868)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.789.2) | [Register link](https://www.theyworkforyou.com/mp/24868/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.7" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Many hon. Members, both on—" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Caroline Nokes (24809)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.766.1) | [Register link](https://www.theyworkforyou.com/mp/24809/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.7" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">May I just helpfully point out to all hon and right hon Members that, in seeking to make repeated interventions, they are actually cutting into each other’s time? I have made the point previously about the correct way to address each other, through me as Deputy Speaker" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Nick Timothy (26335)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.766.2) | [Register link](https://www.theyworkforyou.com/mp/26335/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.7" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">On a point of order, Madam Deputy Speaker. I would like advice from the Chair, please. Reportedly, more than 200 Labour MPs received more than £2 million in donations before the election from the trade unions. Before other Members give speeches about issues such as public sector pay, would it not be in order for them to declare that interest at the beginning of their speeches?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Helena Dollimore (26507)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.730.1) | [Register link](https://www.theyworkforyou.com/mp/26507/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.7" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Will the hon Member give way?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Caroline Nokes (24809)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.754.5) | [Register link](https://www.theyworkforyou.com/mp/24809/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Members will be aware that more than 40 of you wish to take part" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Wendy Chamberlain (25872)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.723.2) | [Register link](https://www.theyworkforyou.com/mp/25872/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I hope other Members will do the same" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Sam Rushworth (26323)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.758.2) | [Register link](https://www.theyworkforyou.com/mp/26323/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Members: “Because of us" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## John Healey (10268)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.706.0) | [Register link](https://www.theyworkforyou.com/mp/10268/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Yes, I do. It is a real pleasure to see my hon. Friend in his place. He brings expertise from a very wide field of foreign-policy affairs. I know that he will make a big contribution to this House, and if I made a small contribution to his election campaign, then I am doubly pleased to see him." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Graham Stuart (11406)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.792.2) | [Register link](https://www.theyworkforyou.com/mp/11406/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Yes, Madam Deputy Speaker. I just want some guidance from you on whether it can be appropriate for Ministers and others on the Government Benches who have been directly funded by the trade unions not to declare that personal benefit before doing something like this, which is hurting millions of pensioners." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lucy Rigby (26596)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.733.0) | [Register link](https://www.theyworkforyou.com/mp/26596/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am grateful to the Secretary of State for giving way. Pension credit uptake is clearly critically important. From discussions I have had in my constituency, I know there are some myths around pension credit eligibility. Will the Secretary of State please confirm the efforts she is making on pension credit uptake, and does she agree with me that it is vital we ensure everyone who is eligible for pension credit receives it?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Meg Hillier (11605)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.715.2) | [Register link](https://www.theyworkforyou.com/mp/11605/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I look forward to engaging with the new Members I have yet to get to know" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Sam Rushworth (26323)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.758.2) | [Register link](https://www.theyworkforyou.com/mp/26323/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I absolutely do, and Members may recall that I came to this House last week and asked the Chancellor a question about my own constituents. I represent the snowiest and coldest constituency in England, and I have had deep concerns about those pensioners. However, I have studied the detail and listened to pensioners in my constituency. In the last week alone, it has turned out that several people who have come forward to me expressing concerns about this policy are people who could be claiming pension credit but are not." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Emma Reynolds (24868)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.789.0) | [Register link](https://www.theyworkforyou.com/mp/24868/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Many hon Members, both on—" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Emma Reynolds (24868)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.789.2) | [Register link](https://www.theyworkforyou.com/mp/24868/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Many hon Members, both on—" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Liz Kendall (24816)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.734.4) | [Register link](https://www.theyworkforyou.com/mp/24816/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I will come on to extra help for those just above the threshold in a moment, but I want to spell out what we are doing on pension credit" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## James Murray (25801)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.746.4) | [Register link](https://www.theyworkforyou.com/mp/25801/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Let me put it in financial terms" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Dan Carden (25642)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.675.7) | [Register link](https://www.theyworkforyou.com/mp/25642/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">May I encourage the Secretary of State to get hold of Dame Carol Black’s internal review of treatment and recovery of drug-dependent people in the secure estate if she has not already done so? I have not seen it, obviously, but I am certain that it will contain many excellent recommendations" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jamie Stone (25668)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.747.4) | [Register link](https://www.theyworkforyou.com/mp/25668/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Can I have an undertaking from the Minister that the Government will look at this issue?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Edward Leigh (10352)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.719.1) | [Register link](https://www.theyworkforyou.com/mp/10352/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I know that some people will say, and here I declare an interest: why should somebody like me receive the winter fuel allowance? All right, let us have a serious debate about that" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jamie Stone (25668)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.743.3) | [Register link](https://www.theyworkforyou.com/mp/25668/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The Secretary of State, in responding to my hon Friend the Member for North East Fife (Wendy Chamberlain), said earlier that the Government would try to maximise the take-up of pension credit, and I accept that, but would they accept that sheer remoteness and sheer distance can militate against people taking up this offer? I ask the Government, via the right hon Gentleman, to please look at this issue, because it means an awful lot to my constituents" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## John Healey (10268)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.708.4) | [Register link](https://www.theyworkforyou.com/mp/10268/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I grew up and went to school near RAF Fylingdales in North Yorkshire. Those big golf balls, when they were up, were a feature of the landscape for many years. I can say to the right hon. Gentleman that the strategic defence review, led externally but with the Department supporting it, has set out propositions that pose some of the questions he is interested in. I can confirm that this defence review will welcome and invite contributions from all parties, including not just those on the Front Bench but those on the Back Benches who are well informed and play roles in the wider defence and security world. I invite him to consider the propositions the review has published and to consider the sort of submission he might make as part of its deliberations; if he can do that, we will certainly welcome him." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Chris Bryant (10761)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.804.0) | [Register link](https://www.theyworkforyou.com/mp/10761/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I should say something about the CMA announcement" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Dan Carden (25642)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.675.7) | [Register link](https://www.theyworkforyou.com/mp/25642/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I refer hon. Members to my entry in the Register of Members’ Financial Interests. One way to reduce pressure on numbers is to treat more offenders with drug and alcohol addictions outside the prison estate. That reduces prisoner numbers and reduces reoffending, which means fewer victims and fewer people returning to prison. Such a system is operating successfully in many parts of the country, but it requires the highest quality treatment. It also requires probation to work well, otherwise magistrates are limited in their choices. May I encourage the Secretary of State to get hold of Dame Carol Black’s internal review of treatment and recovery of drug-dependent people in the secure estate if she has not already done so? I have not seen it, obviously, but I am certain that it will contain many excellent recommendations." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Helena Dollimore (26507)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.730.1) | [Register link](https://www.theyworkforyou.com/mp/26507/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Will the hon. Member give way?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jamie Stone (25668)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.743.3) | [Register link](https://www.theyworkforyou.com/mp/25668/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I have the honour to represent the most remote, the most sparsely populated and the coldest constituency. The Secretary of State, in responding to my hon. Friend the Member for North East Fife (Wendy Chamberlain), said earlier that the Government would try to maximise the take-up of pension credit, and I accept that, but would they accept that sheer remoteness and sheer distance can militate against people taking up this offer? I ask the Government, via the right hon. Gentleman, to please look at this issue, because it means an awful lot to my constituents." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Wendy Morton (25342)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.764.2) | [Register link](https://www.theyworkforyou.com/mp/25342/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I will continue because I am conscious that others want to get the chance to speak" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Heidi Alexander (24953)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.686.7) | [Register link](https://www.theyworkforyou.com/mp/24953/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I welcome the question from my hon Friend" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Nicholas Dakin (24798)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.679.7) | [Register link](https://www.theyworkforyou.com/mp/24798/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The paper to which my hon Friend refers is a significant one, and I urge all Members to look at it" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Graham Stuart (11406)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.792.2) | [Register link](https://www.theyworkforyou.com/mp/11406/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I just want some guidance from you on whether it can be appropriate for Ministers and others on the Government Benches who have been directly funded by the trade unions not to declare that personal benefit before doing something like this, which is hurting millions of pensioners" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Nusrat Ghani (25354)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.806.0) | [Register link](https://www.theyworkforyou.com/mp/25354/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Question put and agreed to" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Peter Swallow (26369)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.753.3) | [Register link](https://www.theyworkforyou.com/mp/26369/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I urge any pensioner who is concerned about their finances to go to Age UK’s benefits calculator to see what support they may be entitled to" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Mel Stride (24914)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.714.3) | [Register link](https://www.theyworkforyou.com/mp/24914/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Members: “One!”] One person" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Mel Stride (24914)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.713.1) | [Register link](https://www.theyworkforyou.com/mp/24914/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I will in a moment. We do not know what the impact will be across the income distribution. No Member of this House knows what the impact will be within their own constituency. We do not know what the recommendation of the Social Security Advisory Committee will be. Why? Because it will not be given the information until tomorrow, we are told. And of course, the measure does not form part of what it should: a major fiscal event with the Office for Budget Responsibility scoring it and an economic and fiscal outlook accompanying it." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Luke Evans (25805)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.766.0) | [Register link](https://www.theyworkforyou.com/mp/25805/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I seek your guidance" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Nicholas Dakin (24798)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.686.0) | [Register link](https://www.theyworkforyou.com/mp/24798/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am happy to meet my hon Friend to discuss that matter" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jim Shannon (13864)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.761.4) | [Register link](https://www.theyworkforyou.com/mp/13864/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Perhaps we could look at an opt-out scheme for pensioners such as me" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Sarah Olney (25596)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.751.3) | [Register link](https://www.theyworkforyou.com/mp/25596/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I welcome my hon. Friend’s intervention. He makes an important point, although I would say that I welcomed the Chancellor’s commitment last week to work with older people’s charities and local authorities to raise awareness of pension credit. None the less, he is exactly right that many people will have this benefit taken away without knowing that there is pension credit for which they are eligible and should claim." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lucy Rigby (26596)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.733.0) | [Register link](https://www.theyworkforyou.com/mp/26596/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Will the Secretary of State please confirm the efforts she is making on pension credit uptake, and does she agree with me that it is vital we ensure everyone who is eligible for pension credit receives it?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jim Shannon (13864)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.761.4) | [Register link](https://www.theyworkforyou.com/mp/13864/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Others might want to do the same thing" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## John Martin McDonnell (10383)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.731.2) | [Register link](https://www.theyworkforyou.com/mp/10383/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I just want to make this as a personal statement, so that my constituents know why I am voting the way that I will today" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lucy Rigby (26596)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.733.0) | [Register link](https://www.theyworkforyou.com/mp/26596/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">From discussions I have had in my constituency, I know there are some myths around pension credit eligibility" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Dr Caroline Johnson (25597)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.727.0) | [Register link](https://www.theyworkforyou.com/mp/25597/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">A number of reports that Members may read demonstrate that" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Paul Holmes (25808)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.717.0) | [Register link](https://www.theyworkforyou.com/mp/25808/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I congratulate the hon. Member on the post to which she has been elected. She has just outlined a number of projects for which public money needs to be found. As the shadow Secretary of State outlined, the Government’s decision today will save £1.1 billion, and the replacements they are putting in place will cost £3 billion. How does that make economic sense, and how does it help the case that she is making?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Olivia Bailey (26609)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.690.1) | [Register link](https://www.theyworkforyou.com/mp/26609/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">If she will make a statement on her departmental responsibilities" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Ellie Chowns (26577)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.770.0) | [Register link](https://www.theyworkforyou.com/mp/26577/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thank the hon Member for his point" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## John Healey (10268)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.707.0) | [Register link](https://www.theyworkforyou.com/mp/10268/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I note the points that he makes" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Sam Rushworth (26323)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.758.0) | [Register link](https://www.theyworkforyou.com/mp/26323/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Today I listened sincerely to contributions from Conservative Members, and this is what I have learned" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Mel Stride (24914)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.741.3) | [Register link](https://www.theyworkforyou.com/mp/24914/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I might ask the Minister to comment on that when he appears at the Dispatch Box" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Deirdre Costigan (26384)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.714.1) | [Register link](https://www.theyworkforyou.com/mp/26384/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Does the shadow Secretary of State agree that if a local council had run its finances into the ground, in the way that his party did to the country’s finances with a £22 billion black hole, he would have called in the commissioners in the morning and instigated swingeing cuts? Can I ask him—[Interruption.] Given that that is the case, and that he now seems to have decided that his party no longer cares about balancing the books, will he apologise—" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Sam Rushworth (26323)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.758.0) | [Register link](https://www.theyworkforyou.com/mp/26323/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Today I listened sincerely to contributions from Conservative Members, and this is what I have learned. First, there were several interventions in which they criticised the Government’s efforts to improve the take-up of pension credit. [Interruption.] Well, they did—Members can go and read Hansard if they want to dispute that. There have been several criticisms of that, almost to the point that, when they talk about who is vulnerable, I wonder whether they have a blind spot for some of our most vulnerable constituents." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Chris Bryant (10761)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.805.0) | [Register link](https://www.theyworkforyou.com/mp/10761/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The Prime Minister has said that we are committed to putting fans at the heart of music and ending extortionate resales. As I have said, we will launch a consultation this autumn to work out how best we can do that. That consultation will look at tickets for live events, and a call for evidence on the topic of price transparency, including dynamic pricing, will be sent out. That will help us understand the needs of fans and the live events industry. To be absolutely clear with the House and the hon. Lady, that will be about tickets for live events, not the whole of dynamic pricing across all industries in the UK." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Nicholas Dakin (24798)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.678.8) | [Register link](https://www.theyworkforyou.com/mp/24798/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">1 issue to address" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Alex Davies-Jones (25824)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.683.3) | [Register link](https://www.theyworkforyou.com/mp/25824/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thank the hon Member for his question" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jim Shannon (13864)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.761.4) | [Register link](https://www.theyworkforyou.com/mp/13864/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">It should be direct face-to-face applications for pension credit" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Wendy Morton (25342)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.764.2) | [Register link](https://www.theyworkforyou.com/mp/25342/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I will continue because I am conscious that others want to get the chance to speak." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Nusrat Ghani (25354)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.806.0) | [Register link](https://www.theyworkforyou.com/mp/25354/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Question put and agreed to." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Caroline Nokes (24809)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.744.2) | [Register link](https://www.theyworkforyou.com/mp/24809/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Order. I thank the hon. Lady, but she will be aware that that is not a point of order; it is more of a speech that she is seeking to make. Perhaps she will find an opportunity to contribute in the debate." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Sam Rushworth (26323)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.758.2) | [Register link](https://www.theyworkforyou.com/mp/26323/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I absolutely do, and Members may recall that I came to this House last week and asked the Chancellor a question about my own constituents" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Wendy Morton (25342)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.764.0) | [Register link](https://www.theyworkforyou.com/mp/25342/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">My hon. Friend makes an important point. It comes back to how this is about political choice, and I am here to stand up for my pensioners in my constituency." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Rebecca Smith (26512)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.775.1) | [Register link](https://www.theyworkforyou.com/mp/26512/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I agree" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Sarah Olney (25596)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.752.1) | [Register link](https://www.theyworkforyou.com/mp/25596/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thank the hon. Member for his intervention. I am afraid that I cannot comment because I did not see that, but I thank him for raising it." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Liz Kendall (24816)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.734.4) | [Register link](https://www.theyworkforyou.com/mp/24816/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I will come on to extra help for those just above the threshold in a moment, but I want to spell out what we are doing on pension credit." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Heidi Alexander (24953)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.694.5) | [Register link](https://www.theyworkforyou.com/mp/24953/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am aware from correspondence that I have received, as the Member of Parliament for Swindon South, that there are significant concerns about the collapse of law firms such as SSB Solicitors, Axiom Law and McClure. As my hon. Friend said, the Solicitors Regulation Authority is looking at this, as is the Legal Services Board, and I shall be happy to speak to her further to provide an update." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Chris Bryant (10761)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.804.0) | [Register link](https://www.theyworkforyou.com/mp/10761/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Others have greater freedom in what they can say than I do as a Minister. This is a live investigation and the CMA is an independent law enforcement body, and it is important to ensure that the independence and integrity of any investigation is protected, so, in order to avoid prejudicing the process, I am not going to comment on that investigation. I look forward to reading the CMA’s findings and I merely note that lots of people have said that they would like their money back. Following recent events, however, the Government will look at issues concerning the transparency and use of dynamic pricing in the live events sector, and we are carefully considering how that is taken forward in the light of the CMA’s announcement." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Nicholas Dakin (24798)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.679.7) | [Register link](https://www.theyworkforyou.com/mp/24798/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The paper to which my hon. Friend refers is a significant one, and I urge all Members to look at it. The Government are committed to a review of sentencing policy, and it will commence as soon as it can. We will report in due time." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Emma Reynolds (24868)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.790.2) | [Register link](https://www.theyworkforyou.com/mp/24868/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">We are taking immediate action to increase that take-up, given that up to an estimated 880,000 eligible pensioners are missing out on this support, worth £3,900 on average. I hope there can be some consensus across the House that we need to work together to boost that uptake. That is why last week we launched an initial pension credit week of action to boost awareness. We will continue to raise awareness until the deadline, 21 December, for making a successful backdated pension credit claim." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Anna Dixon (26524)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.724.2) | [Register link](https://www.theyworkforyou.com/mp/26524/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Will the Secretary of State work with colleagues in the Ministry of Housing, Communities and Local Government to urge housing associations and local authorities to support their residents to apply for pension credit and other benefits to which they may be entitled?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Emma Reynolds (24868)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.789.6) | [Register link](https://www.theyworkforyou.com/mp/24868/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Before I do that, I want to say something about means-testing" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Sam Rushworth (26323)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.758.2) | [Register link](https://www.theyworkforyou.com/mp/26323/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The point I am making is that we need to consider our people" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Mel Stride (24914)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.741.3) | [Register link](https://www.theyworkforyou.com/mp/24914/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">It is worth considering the conclusions of one of the few bodies that have been afforded the opportunity to scrutinise these regulations. The Secondary Legislation Scrutiny Committee in the Lords has been damning in its criticism of the Government’s approach, and I refer the House to my remarks in the previous debate, when I quoted the Committee at some length. As the Committee points out, such measures would normally be subject to the SSAC’s consideration. That is an important part of the process for any legislation of this nature, as I know well from my time as Work and Pensions Secretary. Conveniently, Ministers have claimed that the measure is too urgent to wait for the SSAC’s scrutiny." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Ben Maguire (26623)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.783.1) | [Register link](https://www.theyworkforyou.com/mp/26623/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Would the hon Member care to correct the record on that point?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Caroline Nokes (24809)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.768.2) | [Register link](https://www.theyworkforyou.com/mp/24809/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Order. I remind the hon. Member that the word “disingenuous” is almost akin to suggesting that someone is lying. Perhaps he would like to withdraw his remark." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Dr Caroline Johnson (25597)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.745.3) | [Register link](https://www.theyworkforyou.com/mp/25597/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">As he is a Treasury Minister, I wonder whether he could help me with this question" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Sarah Olney (25596)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.751.3) | [Register link](https://www.theyworkforyou.com/mp/25596/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Have the Government made a proper assessment of what the impact will be if uptake of pension credits increases by more than that amount? I continue to call for assurance that the Government will ensure that all those eligible for pension credit claim both the benefit itself and the winter fuel payment" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## John Healey (10268)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.710.2) | [Register link](https://www.theyworkforyou.com/mp/10268/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Yes, indeed. My hon. Friend served until very close to the general election in a very distinguished and senior capacity in our forces, so I say to him, as I did to the right hon. Member for Wetherby and Easingwold (Sir Alec Shelbrooke), that the defence reviewers will welcome contributions from all sides of this House, particularly when Members who have such deep expertise are willing to make that available. I appreciate his welcome of this early statement and say to him that it will not be the last." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Alex Davies-Jones (25824)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.694.1) | [Register link](https://www.theyworkforyou.com/mp/25824/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">As I have indicated, it would be wrong of me to pre-empt the current spending review" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Caroline Nokes (24809)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.757.3) | [Register link](https://www.theyworkforyou.com/mp/24809/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Order. I appreciate that passions are running high this afternoon, and that there are many new Members in the House, but when we use “you” and “your”, we are referring to the Chair. There are good reasons for why we direct debate through the Chair. Please can Members remember that?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Shabana Mahmood (24788)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.696.0) | [Register link](https://www.theyworkforyou.com/mp/24788/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am not aware of the correspondence to which the hon Lady has referred, but I will chase it up and ensure that she receives a comprehensive response" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Joy Morrissey (25878)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.780.1) | [Register link](https://www.theyworkforyou.com/mp/25878/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am not sure that applies here" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Dr Caroline Johnson (25597)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.727.0) | [Register link](https://www.theyworkforyou.com/mp/25597/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">It is important, when Members vote today, that they understand the consequences of their choice" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Andy MacNae (26391)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.726.0) | [Register link](https://www.theyworkforyou.com/mp/26391/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">In the interests of brevity, I associate myself with some of the remarks made by my colleagues on the Government Benches on the desperate financial legacy we have been left and the nature of cliff edges within the benefits system. We should do better than have cliff edges in the future." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## John Healey (10268)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.702.2) | [Register link](https://www.theyworkforyou.com/mp/10268/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I do indeed" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## John Healey (10268)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.706.0) | [Register link](https://www.theyworkforyou.com/mp/10268/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Yes, I do" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jamie Stone (25668)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.747.4) | [Register link](https://www.theyworkforyou.com/mp/25668/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The point I made to the shadow Secretary of State, the right hon. Member for Central Devon (Mel Stride), is a fair one. Distance and remoteness militate against take-up. People living in very remote hamlets in the highlands do not necessarily perceive the Department that they should. Can I have an undertaking from the Minister that the Government will look at this issue?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Wendy Morton (25342)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.763.1) | [Register link](https://www.theyworkforyou.com/mp/25342/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">not my words, but those of a constituent, and they are typical of the many comments I have received in my inbox and those I have heard when I have been out and about across my constituency" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Ashley Fox (26370)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.785.2) | [Register link](https://www.theyworkforyou.com/mp/26370/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">My hon Friend makes an important point" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Wendy Morton (25342)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.764.0) | [Register link](https://www.theyworkforyou.com/mp/25342/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">My hon Friend makes an important point" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Wendy Morton (25342)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.763.1) | [Register link](https://www.theyworkforyou.com/mp/25342/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">not my words, but those of a constituent, and they are typical of the many comments I have received in my inbox and those I have heard when I have been out and about across my constituency." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Matthew Patrick (26432)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.762.2) | [Register link](https://www.theyworkforyou.com/mp/26432/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am grateful to follow the hon. Member for Strangford (Jim Shannon). I have had a short time in this place, but I already know that he often sits in the Chamber and listens to everyone: to Members across the House. I listened to his points as well and will make these points to him. On this issue, like so many others, when it comes to our economic inheritance—which is a £22 billion in-year black hole—we have to make difficult decisions. We can choose to ignore the situation we are in and duck those decisions—the well-trodden path that was too often taken by the last Government—but the price of entry to that path is not free. There is a cost. It means accepting a failing economy and failing public services. It tries to shift the problem again and again to future generations. It is an easy path, but not a responsible one." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Shabana Mahmood (24788)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.691.5) | [Register link](https://www.theyworkforyou.com/mp/24788/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I have committed to both transparency and a review" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Gideon Amos (26531)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.757.5) | [Register link](https://www.theyworkforyou.com/mp/26531/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Does he agree that many of those who have written to us as Members of Parliament also sympathise with the principle that means-testing could and should come in at some point in the future? The manner in which this proposal is being brought in, before the 880,000 pensioners who are eligible for pension credit are registered for it, is the problem that particularly affects the 21,000 pensioners in Taunton and Wellington" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Judith Cummins (25393)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.724.1) | [Register link](https://www.theyworkforyou.com/mp/25393/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Order. Members will have seen that there is a lot of interest in this debate, so I will impose a clear three-minute time limit from now on." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Mark Ferguson (26310)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.765.4) | [Register link](https://www.theyworkforyou.com/mp/26310/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">] Listen and you might learn something" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Nick Timothy (26335)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.766.2) | [Register link](https://www.theyworkforyou.com/mp/26335/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I would like advice from the Chair, please" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Harriett Baldwin (24785)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.733.4) | [Register link](https://www.theyworkforyou.com/mp/24785/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thank the Secretary of State. Will she confirm from the Dispatch Box that if every pensioner who is eligible for pension credit takes it up, the cost to the Exchequer will actually be substantially more than the savings from axing the winter fuel payment?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Saqib Bhatti (25847)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.730.2) | [Register link](https://www.theyworkforyou.com/mp/25847/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I will not, because I am sure the hon. Lady can participate later. The Government might be fooling themselves, but they are not fooling the British public or my pensioners. If they want to do the right thing, they should follow the example of the hon. Member for York Central. If there are issues, I am sure that even the Opposition will look into them in depth and we will do the right thing, but the Government are using our pensioners as some sort of political tool to make an ideological point. The Chancellor stood up and found this alleged black hole to try to justify that. It is a horrible situation—" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Olivia Bailey (26609)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.690.1) | [Register link](https://www.theyworkforyou.com/mp/26609/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">If she will make a statement on her departmental responsibilities." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Caroline Dinenage (24873)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.798.1) | [Register link](https://www.theyworkforyou.com/mp/24873/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am very fortunate to have been re-elected as the Chair of the Culture, Media and Sport Committee, but we do not have any members of the Committee yet. Any decisions about what the Committee will look at will very much be a group decision jointly taken, but this is certainly something I will be putting forward. I know the Minister has already announced some consultation of his own." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Liz Kendall (24816)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.734.0) | [Register link](https://www.theyworkforyou.com/mp/24816/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I know the right hon. Gentleman will care about the increase in uptake in pension credit that we need, and that he will also care about those just above the threshold, which I will turn to later on. That is a really important issue and I will address it head on, but first I want to spell out the principle underlying the approach we have taken, which is the most help going to those who need it most and significant support for all pensioners through the pension triple lock, backed by extra help available for those on low incomes." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Wendy Chamberlain (25872)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.722.1) | [Register link](https://www.theyworkforyou.com/mp/25872/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">It points out that it has been introduced with" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Meg Hillier (11605)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.716.3) | [Register link](https://www.theyworkforyou.com/mp/11605/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Different Members of the House will have their own views" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Harpreet Uppal (26508)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.694.4) | [Register link](https://www.theyworkforyou.com/mp/26508/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Former clients of the law firm SSB Law were unexpectedly pursued for adverse legal costs following the installation of defective cavity wall insulation. I understand that the Solicitors Regulatory Authority has opened an investigation. Will the Secretary of State review the situation urgently, including establishing a cross-Government working group on the matter?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Alex Davies-Jones (25824)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.688.0) | [Register link](https://www.theyworkforyou.com/mp/25824/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The Government recognise the importance of supporting separating families and, where appropriate, helping them to resolve their issues quickly and without the need to come to court. This is a complex area. My officials and I are working closely on it, and I would be happy to update my hon. Friend with a more thorough review soon." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Chris Bryant (10761)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.805.0) | [Register link](https://www.theyworkforyou.com/mp/10761/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The hon. Lady is right that we will also be looking at websites: that is part of the whole panoply of action. She also effectively referred to vertical integration within the ticketing system. Of course, that has to be part of our considerations, because it is another part of making sure that the market works for humanity—for fans, artists and the creative industries—rather than all of us having to operate as slaves of the market." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Stuart Andrew (24864)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.792.5) | [Register link](https://www.theyworkforyou.com/mp/24864/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Question agreed to" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jim Shannon (13864)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.797.3) | [Register link](https://www.theyworkforyou.com/mp/13864/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I commend the hon Member for bringing this debate" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Chris Bryant (10761)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.804.0) | [Register link](https://www.theyworkforyou.com/mp/10761/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Members will have their own views on all this, but I suggest it is a trade-off that most people are accustomed to, and one that we can generally accept" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## John Healey (10268)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.709.0) | [Register link](https://www.theyworkforyou.com/mp/10268/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">May I pass on through my hon Friend our thanks and tribute to any of his constituents who have been involved in the Interflex training programme to date? On the question of pursuing Putin for his war crimes, this is a Government—indeed, this is a country, which is a tribute to the previous Government—that has been willing to help fund the Ukrainian effort to gather the evidence required to prepare potential legal cases that will allow us to bring to justice those leaders in Russia who are responsible" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "# 2024-09-09" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Greg Smith (25925)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.635.1) | [Register link](https://www.theyworkforyou.com/mp/25925/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.88" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I draw the House’s attention to my entry in the Register of Members’ Financial Interests" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Andrew George (10222)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.663.2) | [Register link](https://www.theyworkforyou.com/mp/10222/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.82" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I should also declare an interest" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Andrew George (10222)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.664.0) | [Register link](https://www.theyworkforyou.com/mp/10222/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.79" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Here I declare an interest, as one who has been working in the sector" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lee Dillon (26584)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.642.1) | [Register link](https://www.theyworkforyou.com/mp/26584/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.75" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I congratulate those Members on sharing their passions and their local knowledge" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Claire Young (26458)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.566.5) | [Register link](https://www.theyworkforyou.com/mp/26458/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.75" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I draw the attention of the House to my entry in the Register of Members’ Financial Interests, as I am still a South Gloucestershire councillor" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Hamish Falconer (26446)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.632.0) | [Register link](https://www.theyworkforyou.com/mp/26446/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.74" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thank Members for their contributions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.594.3) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.74" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I agree with the hon Member" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Wes Streeting (25320)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.571.4) | [Register link](https://www.theyworkforyou.com/mp/25320/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.73" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I decide whom I hear from in meetings, I decide whose advice I seek, and I decide what to share with them" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Mike Kane (25220)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.648.1) | [Register link](https://www.theyworkforyou.com/mp/25220/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.73" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thank Members again for their consideration" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Caroline Nokes (24809)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.637.1) | [Register link](https://www.theyworkforyou.com/mp/24809/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.73" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Even if I have your name on a list, it is helpful if you indicate that you wish to speak" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Mike Kane (25220)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.647.2) | [Register link](https://www.theyworkforyou.com/mp/25220/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.72" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I have mentioned some of the companies that we were working with" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Perran Moon (26482)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.568.2) | [Register link](https://www.theyworkforyou.com/mp/26482/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.72" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I welcome the measures taken by this Government, but can the Minister update me on the next steps towards publication of the register?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Gareth Snell (25601)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.658.2) | [Register link](https://www.theyworkforyou.com/mp/25601/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.72" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Although it is registered in the Register of Members’ Financial Interests that I am a governor of two colleges, I failed to draw the House’s attention to that fact before asking my question" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Josh Simons (26328)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.614.1) | [Register link](https://www.theyworkforyou.com/mp/26328/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.71" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I look forward to working with colleagues across this House who share those interests" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Simon Lightwood (26085)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.601.0) | [Register link](https://www.theyworkforyou.com/mp/26085/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.71" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thank the right hon. Gentleman for his question and for his constructive engagement. I will certainly take up his recommendation to meet that grouping. Of course, all funding is being considered in the round as part of the spending review, but I take his points on board." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Gareth Snell (25601)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.658.2) | [Register link](https://www.theyworkforyou.com/mp/25601/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.71" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">On a point of order, Madam Deputy Speaker. Last Thursday, during questions to the Leader of the House on the statement of business, I asked a question about BTecs in relation to colleges. Although it is registered in the Register of Members’ Financial Interests that I am a governor of two colleges, I failed to draw the House’s attention to that fact before asking my question. The two colleges that I am a governor of are affected by the answer, so I take this opportunity to place that on the record, and offer my unreserved apology to the House accordingly." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Stephen Gethins (25324)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.616.1) | [Register link](https://www.theyworkforyou.com/mp/25324/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.71" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I want to pick up on points made by the hon Member for Rutland and Stamford (Alicia Kearns)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lindsay Hoyle (10295)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.595.1) | [Register link](https://www.theyworkforyou.com/mp/10295/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.7" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I congratulate the Members concerned" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Simon Lightwood (26085)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.606.3) | [Register link](https://www.theyworkforyou.com/mp/26085/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.7" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I agree with my hon Friend" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Simon Lightwood (26085)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.604.3) | [Register link](https://www.theyworkforyou.com/mp/26085/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.7" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I agree with my hon Friend" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.585.0) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.7" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The hon. Member asked about legal representation. Yes, that is part of the scheme, again learning lessons from where we have been in the past. As he knows, most of the schemes have now been adjusted to reflect that, but I absolutely take his point about new announcements." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.591.1) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.7" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I very much recognise the conversation that my hon. Friend has had with her constituent, and her need and desire to progress that claim. The issue is about ensuring that the records are accurate. Cross-referencing between Ministry of Justice databases and court documents is proceeding apace. If her constituent has not yet had a letter and needs to register their credentials, they can do so, but I assure my hon. Friend that this is of maximum priority." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Wes Streeting (25320)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.578.0) | [Register link](https://www.theyworkforyou.com/mp/25320/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.7" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">It is absolutely right that people appointed to roles in public life declare their conflicts of interest so that they can be assessed when taking decisions or exercising powers to ensure that they are doing so in a way that manages those conflicts of interest and no conflict arises. Alan Milburn does not, at this stage, have a role in the Department of Health and Social Care. Many people have come into the Department for meetings in the past eight weeks. We do not ask them all to declare their interests. I know there is more red tape now in health and social care than when we left office, but this Government want to reduce that not increase it." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Andrew George (10222)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.663.2) | [Register link](https://www.theyworkforyou.com/mp/10222/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.7" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I should also declare an interest. During my nine-year sabbatical from this House I went back to my profession as the chief executive of a registered provider—a housing charity—working at the front line on predevelopment work and delivering affordable homes for local people. It is a challenging environment, and because of the man-made—or man and woman-made—nature of the regulatory environment in which professionals operate, and the topographical challenges that we face in places such as Cornwall, it is a little like trying to push boulders up a steep slope. I hope the Minister will take into account that if measures can be taken to improve the availability of opportunities for those who are ticking all the right boxes to deliver genuinely in-perpetuity affordable homes, which are desperately needed in our communities, the Government will do that." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.590.2) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.7" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I think my hon. Friend will have heard in my earlier answers that we have chosen to deliver this scheme in-house in the Department for Business and Trade, reflecting the concerns he is reasonably expressing. To command people’s confidence, they want to see the schemes not only set up, but delivering. That is why the updates to the House on how we are progressing under each scheme are so important, and I commit to doing them regularly." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lee Dillon (26584)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.642.1) | [Register link](https://www.theyworkforyou.com/mp/26584/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.7" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I have been in the Chamber for many maiden speeches, and I have been impressed by them all. I congratulate those Members on sharing their passions and their local knowledge." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Stephen Morgan (25658)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.568.1) | [Register link](https://www.theyworkforyou.com/mp/25658/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.7" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am happy to meet the hon Member to discuss the points that he has raised" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.588.1) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.7" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thank my hon. Friend for her question and recognise her contribution on this issue over many years. She is right to say that the appeals process I am announcing today will be run in-house by the Department for Business and Trade. Obviously, information will need to be provided by the Post Office, but an in-house scheme will be delivered. On redress, we are all following Sir Wyn William’s inquiry closely. We will need that to conclude and essential information will come out of it. After that, there will need to be a way to ensure that those findings, whatever they may be, are honoured in full and that we learn from them. In a number of cases, there is a need to hold people to account for their actions throughout the scandal." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Grahame Morris (24715)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.589.1) | [Register link](https://www.theyworkforyou.com/mp/24715/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.7" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I also have constituents who are affected and I am grateful for the information about the appeals system" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Julia Buckley (26436)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.565.6) | [Register link](https://www.theyworkforyou.com/mp/26436/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Will the Secretary of State join me in congratulating the Shrewsbury Colleges Group in my constituency on yet another excellent round of results this summer, with A-level pass rates at over 98% and 210 vocational students achieving a triple distinction? It is a superb institution in our rural area, working to drive up engagement and standards for vocational qualifications, which are the bedrock of our industrial strategy and central to the Government’s mission to break down the barriers to opportunity. Will she join me in celebrating its success, and assure it that it has parity of esteem with its academic school counterparts, and will she perhaps book a visit?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Wes Streeting (25320)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.581.2) | [Register link](https://www.theyworkforyou.com/mp/25320/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I strongly agree with the hon Member" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Simon Lightwood (26085)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.601.0) | [Register link](https://www.theyworkforyou.com/mp/26085/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I will certainly take up his recommendation to meet that grouping" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.587.3) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I mentioned in oral questions last week that I will appear before the inquiry" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Stephen Gethins (25324)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.616.1) | [Register link](https://www.theyworkforyou.com/mp/25324/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Secondly, on tightening up financial regulations, the Minister will be aware of the issue of shell companies. The former Member for Kirkcaldy and Cowdenbeath, Roger Mullin, frequently raised the really important issue of Scottish limited partnerships. I know that this is not something that the Minister can answer immediately, but can he look at financial regulations and the challenges around dirty money? All too often, as we know—this has been picked up on by Members from across this Chamber—that money has found its way into the UK economy. I would be grateful if he could look at that issue, although I acknowledge that putting him on the spot right now may be a little unfair." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Hamish Falconer (26446)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.632.0) | [Register link](https://www.theyworkforyou.com/mp/26446/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thank Members for their contributions. Let me address some of the important questions that they have raised, particularly in relation to Captagon, chemical weapons, and whether we have achieved the right balance between sanctions and humanitarian aid. I will also deal briefly with some of the points raised about freedom of religious belief." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Tim Roca (26549)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.618.0) | [Register link](https://www.theyworkforyou.com/mp/26549/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">How will we in this place be known as we face up to our responsibilities in this Parliament? I look forward to working with Members from across the House to meet those responsibilities, to act for the public good and to contribute thoughtfully without fear or favour" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Kevin Hollinrake (25415)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.584.1) | [Register link](https://www.theyworkforyou.com/mp/25415/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">If people choose the £75,000 top-up, will they be entitled to appeal? If so, there is a risk that for those wanting to go through the appeal process it will be a slower process because of the number of people seeking to appeal" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Mims Davies (25330)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.578.3) | [Register link](https://www.theyworkforyou.com/mp/25330/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Will the Secretary of State please illuminate the House about any conflict of interest concerning the gentleman in question? Did he head into the ministerial floor or access the Department? Many of us want our constituents to access health services and GP appointments. Did the right honourable gentleman, who is the Secretary of State’s friend from the old days and with whom he has worked with previously, have a day pass or a departmental pass? Beyond the bluster, can the Secretary of State assure hon. Members that there is no conflict of interest?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Julia Buckley (26436)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.565.6) | [Register link](https://www.theyworkforyou.com/mp/26436/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Will the Secretary of State join me in congratulating the Shrewsbury Colleges Group in my constituency on yet another excellent round of results this summer, with A-level pass rates at over 98% and 210 vocational students achieving a triple distinction? It is a superb institution in our rural area, working to drive up engagement and standards for vocational qualifications, which are the bedrock of our industrial strategy and central to the Government’s mission to break down the barriers to opportunity" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Hamish Falconer (26446)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.632.0) | [Register link](https://www.theyworkforyou.com/mp/26446/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I should be happy to write to the hon Member with further details, because it is of real concern" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Caroline Nokes (24809)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.637.1) | [Register link](https://www.theyworkforyou.com/mp/24809/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Before I call the next speaker, I remind Members that it is helpful for the Chair—not least me personally, but there will be other Deputy Speakers later—if you bob up and down. Even if I have your name on a list, it is helpful if you indicate that you wish to speak." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Hamish Falconer (26446)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.622.0) | [Register link](https://www.theyworkforyou.com/mp/26446/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thank Members for their contributions to this debate" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lee Dillon (26584)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.642.1) | [Register link](https://www.theyworkforyou.com/mp/26584/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">These were also supported by my predecessors" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Mims Davies (25330)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.578.3) | [Register link](https://www.theyworkforyou.com/mp/25330/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Will the Secretary of State please illuminate the House about any conflict of interest concerning the gentleman in question? Did he head into the ministerial floor or access the Department? Many of us want our constituents to access health services and GP appointments" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Bridget Phillipson (24709)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.549.1) | [Register link](https://www.theyworkforyou.com/mp/24709/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Yes, I would be very happy to meet my hon. Friend. In this period of review, we are speaking to employers, training providers and colleges to ensure that we get this right." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Victoria Atkins (25424)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.572.0) | [Register link](https://www.theyworkforyou.com/mp/25424/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">] A Member sitting opposite says, “So what?” Given the risk of conflicts of interest—that, rather than the right hon Gentleman’s inexperience, is the point of this UQ—has Mr Milburn declared his business interests to the Department? Can the right hon Gentleman reassure the House on how such conflicts are being managed, so that we can get a sense of the scale of this open-door policy and Mr Milburn’s access?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.589.0) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I recognise very much what the right hon Member is saying" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Christopher Vince (26350)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.560.0) | [Register link](https://www.theyworkforyou.com/mp/26350/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Members: “Hear, hear" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Simon Lightwood (26085)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.603.2) | [Register link](https://www.theyworkforyou.com/mp/26085/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I would welcome the opportunity to meet my hon Friend" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jim Shannon (13864)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.630.0) | [Register link](https://www.theyworkforyou.com/mp/13864/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I suspect we will be in many debates together, as this is a subject matter in which I have an interest, and I look forward to that" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Grahame Morris (24715)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.637.2) | [Register link](https://www.theyworkforyou.com/mp/24715/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">] Hooray! I just want to make a couple of points" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.592.5) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I understand the situation, and the need to have different redress schemes to correct specific problems. I understand the constituent’s sentiments, as described by my hon. Friend. I would like to make sure that we are doing everything we can to provide the answers in every case. If she writes to me about that case, I will look into it personally and advise her, so that she can advise her constituent to make sure that, as far as possible, we give the right advice." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lucy Powell (25165)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.661.1) | [Register link](https://www.theyworkforyou.com/mp/25165/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">My approach will be to make sure that the smaller parties are regularly invited into the Committee, are regularly engaged and are regularly asked for their thoughts ahead of and during inquiries" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Claire Young (26458)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.566.5) | [Register link](https://www.theyworkforyou.com/mp/26458/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I draw the attention of the House to my entry in the Register of Members’ Financial Interests, as I am still a South Gloucestershire councillor. As last Thursday’s packed debate showed, children with SEND are being let down. Many local authorities are currently locked into safety valve agreements with the Department for Education, which were put into place pre-pandemic and contain unrealistic targets that no longer reflect the situation on the ground. Will the Secretary of State review those agreements, and meet me and local leaders to discuss the situation in South Gloucestershire?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jim Shannon (13864)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.661.2) | [Register link](https://www.theyworkforyou.com/mp/13864/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">We have five Members, while there are other single Members from Northern Ireland as well, and there is a big interest in, for example, the Northern Ireland Affairs Committee" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Simon Lightwood (26085)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.604.6) | [Register link](https://www.theyworkforyou.com/mp/26085/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Of course I want to make sure that bus fares are affordable. I will meet my hon. Friend to discuss his particular circumstances." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Bridget Phillipson (24709)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.551.3) | [Register link](https://www.theyworkforyou.com/mp/24709/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am grateful to the right hon. Gentleman for raising this matter. I would be happy to meet with him to discuss it further." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Kevin Hollinrake (25415)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.584.1) | [Register link](https://www.theyworkforyou.com/mp/25415/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">However, I have some questions about the Secretary of State’s statement. First, he confirmed that the appeals process will be open for claimants who have settled their claim under the HSS, but it is restricted to those who have new evidence to support their case. In the same breath, he recognised lessons learned from redress schemes to date, indicating that his Department is aware of the flaws in the scheme, which I also acknowledge. Crucially, will the appeals process also be available, as it should be, to all claimants, not just those with new information? Given the accepted flaws in the scheme, it would be wrong to leave individuals without the opportunity to appeal. If people choose the £75,000 top-up, will they be entitled to appeal? If so, there is a risk that for those wanting to go through the appeal process it will be a slower process because of the number of people seeking to appeal." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Wes Streeting (25320)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.575.0) | [Register link](https://www.theyworkforyou.com/mp/25320/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">It is also right to draw a distinction between those areas of business and meetings in the Department that are about generating ideas and policy discussion, and those that are about taking Government decisions. It is right that people from outside government come into the Department for Health and Social Care, or any Department, to lend their expertise and share their views, and it is right that Ministers make decisions absent of those outsiders. That is the distinction I would draw. The hon. Member raises a specific point about the Prime Minister’s ethics adviser. This is a Prime Minister who does take ethics seriously and will not behave in the way that his Conservative predecessors did. As for individuals, that is a decision for the Prime Minister, but I will ensure that the hon. Member gets a more fulsome reply." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Bridget Phillipson (24709)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.567.1) | [Register link](https://www.theyworkforyou.com/mp/24709/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I recognise the important point that my hon Friend raises" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Hamish Falconer (26446)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.632.2) | [Register link](https://www.theyworkforyou.com/mp/26446/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Question put and agreed to" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Matthew Pennycook (25379)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.674.2) | [Register link](https://www.theyworkforyou.com/mp/25379/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Question put and agreed to" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Karin Smyth (25390)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.658.1) | [Register link](https://www.theyworkforyou.com/mp/25390/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Question put and agreed to" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Mike Kane (25220)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.648.1) | [Register link](https://www.theyworkforyou.com/mp/25220/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Question put and agreed to" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lucy Powell (25165)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.662.0) | [Register link](https://www.theyworkforyou.com/mp/25165/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Question put and agreed to" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Hamish Falconer (26446)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.622.2) | [Register link](https://www.theyworkforyou.com/mp/26446/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Question put and agreed to" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Simon Lightwood (26085)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.596.1) | [Register link](https://www.theyworkforyou.com/mp/26085/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">With Permission, Mr Speaker, I wish to make a statement" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.587.3) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am grateful to the hon Member for that question" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Charlie Maynard (26544)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.628.1) | [Register link](https://www.theyworkforyou.com/mp/26544/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The people of the Witney constituency put me here to listen, to learn—as anybody who is new in this Chamber knows, there is an enormous amount to learn—and to speak up for them, but they also put me here to do things. I still have to figure out how to get things done here, but I look forward to working with Members from all around the House to do that. To the people of Witney, I say “Thank you again for voting me in to represent you. I will do my very best.”" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Graham Leadbitter (26499)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.591.2) | [Register link](https://www.theyworkforyou.com/mp/26499/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Finally, I associate myself with the comments made about the wider impact" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Simon Lightwood (26085)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.602.3) | [Register link](https://www.theyworkforyou.com/mp/26085/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am more than happy to meet any hon Member" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jayne Kirkham (26525)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.670.0) | [Register link](https://www.theyworkforyou.com/mp/26525/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I want to reinforce the point that the hon Member for St Ives made about the tax loophole" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Wes Streeting (25320)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.575.0) | [Register link](https://www.theyworkforyou.com/mp/25320/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am grateful to the hon. Member for her serious contribution. She is right to say that transparency matters. That is why meetings in my Department, and their attendees, will be published in the right and proper way on a quarterly basis." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Rachael Maskell (25433)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.566.3) | [Register link](https://www.theyworkforyou.com/mp/25433/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Will the Secretary of State meet me to discuss my report on the impact of the VAT policy and find ways to keep this school open and the children in education?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Andrew George (10222)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.664.0) | [Register link](https://www.theyworkforyou.com/mp/10222/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am conscious of time and I know other hon Members wish to speak, so I will be brief" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Kevin Hollinrake (25415)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.584.1) | [Register link](https://www.theyworkforyou.com/mp/25415/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">However, I have some questions about the Secretary of State’s statement" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Stephen Gethins (25324)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.616.1) | [Register link](https://www.theyworkforyou.com/mp/25324/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I want to pick up on the recommendations in the report by the Intelligence and Security Committee" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Tim Roca (26549)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.563.8) | [Register link](https://www.theyworkforyou.com/mp/26549/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">If she will make a statement on her departmental responsibilities" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Simon Hoare (25427)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.600.5) | [Register link](https://www.theyworkforyou.com/mp/25427/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">May I urge the Minister, if he has not already done so, to engage the good offices of the County Councils Network, as the lead body for county councils and the unitaries, to find their views and suggestions? I also say to him politely that if this is to work in rural areas, for all the good reasons that he sets out about social mobility and access to work and education, rural councils will require some extra money to deliver what we all want to see achieved" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Kit Malthouse (25346)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.575.3) | [Register link](https://www.theyworkforyou.com/mp/25346/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">What does the Secretary of State say to those companies who compete with Mr Milburn’s companies about the access that he has had to the Secretary of State? How can we in the House be reassured about the kind of information that Mr Milburn has been able to access and what, if any, advantage that might have conferred upon him?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.585.0) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The hon Member asked about legal representation" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Andrew George (10222)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.664.0) | [Register link](https://www.theyworkforyou.com/mp/10222/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Let me also encourage the Minister to consider the issue of discounted sale homes" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Andrew George (10222)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.664.0) | [Register link](https://www.theyworkforyou.com/mp/10222/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I hope that the Minister will consider each of the points that I have made to him. I am grateful for the additional time that I have been given to elaborate on those important points, and, of course, he has plenty of time in which to respond. I do not know whether other Members wish to speak as well." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jayne Kirkham (26525)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.670.2) | [Register link](https://www.theyworkforyou.com/mp/26525/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thank the hon Member for that point" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Andrew George (10222)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.664.0) | [Register link](https://www.theyworkforyou.com/mp/10222/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I do not know whether other Members wish to speak as well" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.585.0) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The hon. Member asked specifically about the remit of the appeals scheme, and I have listened to what he said. The reason we are announcing today that we will take this scheme forward, but will then consult with postmasters to make sure the eligibility criteria are correct—he asked about the timeline, which is just a matter of months—is to make sure that we do not have to revisit the scheme, and can all be satisfied that crucially, postmasters themselves have confidence in it. That is the intention, so I am grateful to the hon. Member for his comments about the remit of the scheme." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.587.3) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am grateful to the hon. Member for that question. Specifically on the figures for the Horizon convictions redress scheme, he is right to say that there are only six claims where interim payments have been made so far, but I can assure him that I would expect that to rise rapidly following the announcement we have made, and I will keep the House informed as to all of that. I agree when he says that redress of this scandal has to link to the future of the Post Office itself. I think he is absolutely right. I mentioned in oral questions last week that I will appear before the inquiry. It is about not just an assurance on the lessons that will be learnt from the inquiry, but how that will affect decisions going forward." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jim Shannon (13864)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.661.2) | [Register link](https://www.theyworkforyou.com/mp/13864/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I want to follow on from what the right hon. Member for Islington North (Jeremy Corbyn) said, and to raise a specific query about my own party, the DUP. We have five Members, while there are other single Members from Northern Ireland as well, and there is a big interest in, for example, the Northern Ireland Affairs Committee. I do not expect an answer from the Leader of the House straightaway—I am not putting her on the spot—but I am very keen to hear her thoughts on the best way to do this. With our deep interest in Northern Ireland affairs, is it the intention of the Government, ever mindful of the statistical and numerical change there has been in this Chamber, to ensure that our party has representation to reflect that?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Bridget Phillipson (24709)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.555.8) | [Register link](https://www.theyworkforyou.com/mp/24709/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">My hon. Friend is right to draw attention to the significant interest in the Westminster Hall debate, and the level of interest today demonstrates the importance of getting this issue right. I know from speaking to him that he is concerned about the issue. I agree that it is important that there is a fair education funding system that directs funding where it is most needed. One aspect of that is the national funding formula and allocating high-needs funding. We will take our time to look carefully at whether any changes are required, including in Hertfordshire." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Simon Lightwood (26085)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.603.2) | [Register link](https://www.theyworkforyou.com/mp/26085/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I would welcome the opportunity to meet my hon. Friend." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.592.5) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I understand the constituent’s sentiments, as described by my hon Friend" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jim Shannon (13864)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.630.0) | [Register link](https://www.theyworkforyou.com/mp/13864/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I welcome the Minister to his place and I welcome his commitment. I suspect we will be in many debates together, as this is a subject matter in which I have an interest, and I look forward to that. His colleagues on the Front Bench have had responsibility for similar subject matter and we have worked together on many things. I hope we will do the same." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Judith Cummins (25393)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.658.3) | [Register link](https://www.theyworkforyou.com/mp/25393/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thank the hon Member for his point of order and his clarification" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Josh Simons (26328)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.614.1) | [Register link](https://www.theyworkforyou.com/mp/26328/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">In this House, I hope to use my career to contribute on this question of the future" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Catherine McKinnell (24818)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.566.2) | [Register link](https://www.theyworkforyou.com/mp/24818/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I recognise the concerns the hon. Lady raises. The Government intend to take time to consider the various funding formulas the Department and local authorities currently use to allocate funding for schools. It is really important that we have a fair education funding system that directs funding to where it is needed, and I would be happy to meet her to discuss the particular challenges in her area." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Catherine McKinnell (24818)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.564.5) | [Register link](https://www.theyworkforyou.com/mp/24818/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">We recognise the challenges that my hon. Friend raises, which is why the Government will introduce changes, so that state-funded schools can be asked to co-operate with local authorities on admissions and place planning. Local authorities have a responsibility to allocate all applicants a school place on national offer day. If children in his area are still without places, I would be happy to meet him, and to support him in resolving those issues." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Bridget Phillipson (24709)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.564.1) | [Register link](https://www.theyworkforyou.com/mp/24709/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I know that my hon. Friend cares deeply about the life chances of children in Macclesfield and across Cheshire East. I would be happy to meet him to discuss the matter further." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Matthew Pennycook (25379)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.674.2) | [Register link](https://www.theyworkforyou.com/mp/25379/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Question put and agreed to." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Mike Kane (25220)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.648.1) | [Register link](https://www.theyworkforyou.com/mp/25220/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Question put and agreed to." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Hamish Falconer (26446)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.632.2) | [Register link](https://www.theyworkforyou.com/mp/26446/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Question put and agreed to." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lucy Powell (25165)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.662.0) | [Register link](https://www.theyworkforyou.com/mp/25165/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Question put and agreed to." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Hamish Falconer (26446)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.622.2) | [Register link](https://www.theyworkforyou.com/mp/26446/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Question put and agreed to." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Karin Smyth (25390)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.658.1) | [Register link](https://www.theyworkforyou.com/mp/25390/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Question put and agreed to." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.585.0) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I want to be clear about the difficulty that has existed with the Horizon convictions redress scheme. To update the House, I will give the hon. Member the figures: so far, 180 letters have gone out from the Ministry of Justice. Including those letters and the people who have registered with the Government who perhaps have not all received a letter yet, there are now 276 claimants. I will make the appeal again: while we are doing everything we can with Ministry of Justice colleagues to make sure those letters go out, people can proactively register with the Government. To be frank, this has been a frustration. When the hon. Member and I were having our conversations when we sat in different places in the Chamber, neither of us perhaps knew the state of the database and the records, and—having passed the legislation—the frustrations we would face in getting to people. However, doing so is clearly integral to sorting this out." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Matt Western (25701)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.550.6) | [Register link](https://www.theyworkforyou.com/mp/25701/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I welcome the Secretary of State to her position. Last year, the House of Lords Industry and Regulators Committee presented its report, which was very critical of the OfS—we did not need to read between the lines to understand just how poorly the Committee thought of it. It felt that it was serving neither the students nor the providers. What plans does she have to reset the relationship with the OfS so that it gives renewed focus to the students that it is supposed to represent?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Andrew George (10222)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.664.0) | [Register link](https://www.theyworkforyou.com/mp/10222/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The hon. Member anticipates many of the subjects that I will be coming on to, which are about the delivery and streamlining of planning and so on." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Josh Simons (26328)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.614.1) | [Register link](https://www.theyworkforyou.com/mp/26328/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Today, this spirit manifests in some of the wonderful community organisations I have had the privilege of getting to know" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Simon Lightwood (26085)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.602.3) | [Register link](https://www.theyworkforyou.com/mp/26085/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am more than happy to meet any hon. Member." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Wes Streeting (25320)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.576.3) | [Register link](https://www.theyworkforyou.com/mp/25320/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Where do we draw the line? Do we have to send compliance forms to Cancer Research UK before it comes in to talk about how we tackle cancer? Do we have to send declaration of interest forms to patients who want to discuss awful cases they have experienced?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Alicia Kearns (25906)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.632.1) | [Register link](https://www.theyworkforyou.com/mp/25906/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Would the Minister be kind enough to write to me with the details of that voluntary contribution, so that I understand fully what contribution was made?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Alicia Kearns (25906)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.632.1) | [Register link](https://www.theyworkforyou.com/mp/25906/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Would the Minister be kind enough to write to me with the details of that voluntary contribution, so that I understand fully what contribution was made?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Stephen Morgan (25658)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.568.1) | [Register link](https://www.theyworkforyou.com/mp/25658/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am happy to meet the hon. Member to discuss the points that he has raised. Attendance and off-rolling are issues that the Government take very seriously, and we will set out more policies on them in due course." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Graham Leadbitter (26499)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.591.2) | [Register link](https://www.theyworkforyou.com/mp/26499/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thank the Secretary of State for the statement. It is welcome that the appeals process has been set out. I pay tribute to my SNP colleague and former MP, Marion Fellows, who, as many Members will know, put considerable effort into the issue. She has provided me with wise counsel on it. How satisfied is the Secretary of State with take-up so far—there is obviously some helpful detail in the statement—and what awareness campaigns are planned? There may still be people out there who are not aware that they can claim compensation. It is important that as many methods as possible are used to get to them." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Kevin Hollinrake (25415)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.584.1) | [Register link](https://www.theyworkforyou.com/mp/25415/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Could I also ask the Secretary of State some questions about the broader compensation schemes? Some £289 million has been paid to over 2,800 claimants across four schemes" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Hamish Falconer (26446)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.608.3) | [Register link](https://www.theyworkforyou.com/mp/26446/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thank the hon Member" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Bridget Phillipson (24709)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.556.3) | [Register link](https://www.theyworkforyou.com/mp/24709/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I agree" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jayne Kirkham (26525)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.670.2) | [Register link](https://www.theyworkforyou.com/mp/26525/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thank the hon. Member for that point. I wanted to talk about council tax in particular, because, strangely, one of the few things that the entire council agreed on—we have a Conservative council in Cornwall at the moment—was doubling the council tax on empty second homes. In fact, we wrote to the Secretary of State at the time to ask whether we could triple the council tax on second homes, as they do in Labour Wales—that was a very unusual thing to do. Of course, as has been discussed, this is about looking at closing the loophole so that the owners of the property cannot flip between business rates and council tax. That would mean an £18 million a year gain in council taxes." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Hamish Falconer (26446)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.622.2) | [Register link](https://www.theyworkforyou.com/mp/26446/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">My hon. Friend the Member for Glasgow South (Gordon McKee) made some kind comments. I am unsure whether they were for Minister Doughty or for me, but, as I am here, I will certainly accept them. He made important points about microchips and various other dual-use technologies on which we are taking action with others to try to address. In the interests of the House’s time, I will write to him to give further detail." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Mike Kane (25220)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.648.1) | [Register link](https://www.theyworkforyou.com/mp/25220/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">For those questions where it has not been possible for me to provide a response today, I ask Members please to let me know and I will write to them" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Mike Kane (25220)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.647.2) | [Register link](https://www.theyworkforyou.com/mp/25220/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am grateful for their support in this area" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.583.1) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Today I am pleased to announce that we have accepted that recommendation" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Gregory Stafford (26626)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.590.3) | [Register link](https://www.theyworkforyou.com/mp/26626/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I associate myself with the comments made on Lord Arbuthnot, who is a predecessor but one for part of my constituency. The Secretary of State has spoken about the letters quashing convictions, but does he not understand how important it is that those waiting for the letters get them swiftly? Will the Lord Chancellor come to the House to give us an update on the progress being made with those letters?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Catherine McKinnell (24818)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.566.6) | [Register link](https://www.theyworkforyou.com/mp/24818/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The hon. Lady raises a concern that many have raised. She will have seen the level of concern at the special educational needs inheritance that this Government have taken on. Current safety valve agreements will continue to operate, as they are agreed, but we will look at their use going forward. I would be happy to meet her to discuss the particular challenges in her area." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Paul Kohler (26570)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.577.5) | [Register link](https://www.theyworkforyou.com/mp/26570/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">What safeguards are being imposed or considered to address the appearance of conflicts of interest?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jim Shannon (13864)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.654.0) | [Register link](https://www.theyworkforyou.com/mp/13864/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I very much welcome the Minister’s proposals, and I look forward to the House’s endorsement of the draft regulations. There has been magnanimous support for them from the shadow Minister and the hon. Member for Carshalton and Wallington (Bobby Dean), as I am sure there will be from the hon. Member for South Antrim and from other Members who contribute. This is the right thing to do. Let’s do it. I look forward to the Minister’s response." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Mike Kane (25220)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.648.1) | [Register link](https://www.theyworkforyou.com/mp/25220/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">These draft regulations demonstrate how we can capitalise on this opportunity" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Hamish Falconer (26446)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.622.0) | [Register link](https://www.theyworkforyou.com/mp/26446/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thank Members for their contributions to this debate. In particular, I thank the shadow Minister, the hon. Member for Rutland and Stamford (Alicia Kearns), for her kind words about my service in the Foreign Office. Indeed, I pay tribute to hers: she did fine work on Iraq and Syria, and I was glad to work with her. I look forward to working with all of this House on matters of national security." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Bridget Phillipson (24709)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.552.4) | [Register link](https://www.theyworkforyou.com/mp/24709/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Like my hon. Friend, I take having strong freedom of expression in our universities, and students being exposed to a range of views—some of which they might find difficult or disagree with—extremely seriously. That is why it is so important to have a wide-ranging education. Officials will ensure that we engage with a wide range of views in this important area as we look at next steps, and I would be more than happy to discuss that in more detail with her." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Andrew George (10222)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.664.0) | [Register link](https://www.theyworkforyou.com/mp/10222/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The hon Member anticipates many of the subjects that I will be coming on to, which are about the delivery and streamlining of planning and so on" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Victoria Atkins (25424)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.572.0) | [Register link](https://www.theyworkforyou.com/mp/25424/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">If the right hon. Gentleman uses, as he has done just now, the excuse that this is all okay because Mr Milburn is a former Secretary of State and a Privy Counsellor, could the right hon. Gentleman set out where in the ministerial code or the civil service code such an exemption exists for unrecorded access to information by members of the public? I hope the Secretary of State will also confirm his lists of other advisers, their commercial interests and any other members of the public attending meetings that are of a deeply sensitive nature, so that we get a sense of just how far this goes." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Paul Kohler (26570)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.577.5) | [Register link](https://www.theyworkforyou.com/mp/26570/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I share the Secretary of State’s frustration and understanding of the brass neck of the Tories on this point and I do not doubt the expertise of Alan Milburn, but legitimate questions have been asked about conflicts of interest. What safeguards are being imposed or considered to address the appearance of conflicts of interest?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Wes Streeting (25320)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.575.4) | [Register link](https://www.theyworkforyou.com/mp/25320/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">There is a clear distinction between inviting people with a wide range of experience and perspectives into the Department to have policy debates and to generate ideas, and having meetings that are about transacting Government business. I can assure the right hon. Gentleman and the House that nothing commercially sensitive has been shared with Alan Milburn, and I am genuinely astonished that Conservative Members think it is inappropriate for a Secretary of State for Health and Social Care to seek views, input and advice from their predecessors. In fact, I wonder how one of my Conservative predecessors, who is coming in to see me soon, will feel about their objections." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.585.0) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I will make the appeal again: while we are doing everything we can with Ministry of Justice colleagues to make sure those letters go out, people can proactively register with the Government" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Nusrat Ghani (25354)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.586.0) | [Register link](https://www.theyworkforyou.com/mp/25354/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Members should continue to bob if they want to be called. I am going to call everybody, as I know the Secretary of State also wants to respond to everybody. I call the previous Chair of the Business and Trade Committee." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.591.3) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I echo the hon. Gentleman’s comments about Marion Fellows and her contribution to the scheme. He asks how satisfied I am. I will not be satisfied until everyone has had redress; it is as straightforward as that. There was a group of about 2,417 claimants under the Horizon shortfall scheme, but following the television drama, a whole range of people who were not aware that they were eligible came forward, which was incredibly positive. I think that over 1,500 people came forward. Indeed, Members may still be finding people who are coming forward because of the awareness that raised. We should be thankful for the power of the arts to get a message out to people. Given the situation, none of us can be satisfied until we can be sure that we have got redress to everyone. That is what this Parliament collectively has to commit to." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lindsay Hoyle (10295)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.607.2) | [Register link](https://www.theyworkforyou.com/mp/10295/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I assure the hon. Member that I have absolutely no responsibility for Ministers, and neither would I want to have it. The message has gone out loudly. He has put it on the record, and I am sure that it has been noted by those on the Treasury Bench. If things do not happen, I say to the hon. Member—whose brother would, I am sure, also give him some good advice—that he can go to the Table Office. Many options are open to him to pursue the matter, but I am sure that the message has been heard." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Gregory Stafford (26626)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.590.3) | [Register link](https://www.theyworkforyou.com/mp/26626/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I associate myself with the comments made on Lord Arbuthnot, who is a predecessor but one for part of my constituency" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Mike Kane (25220)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.648.1) | [Register link](https://www.theyworkforyou.com/mp/25220/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thank Members again for their consideration. For those questions where it has not been possible for me to provide a response today, I ask Members please to let me know and I will write to them. SAF presents a key opportunity to decarbonise UK aviation and secure a long-term future for the sector. These draft regulations demonstrate how we can capitalise on this opportunity. Mandating the use of SAF has the potential to generate significant greenhouse gas savings, and ultimately play a pivotal role in achieving net zero. I commend this order to the house." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Victoria Atkins (25424)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.572.0) | [Register link](https://www.theyworkforyou.com/mp/25424/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">If the right hon Gentleman uses, as he has done just now, the excuse that this is all okay because Mr Milburn is a former Secretary of State and a Privy Counsellor, could the right hon Gentleman set out where in the ministerial code or the civil service code such an exemption exists for unrecorded access to information by members of the public? I hope the Secretary of State will also confirm his lists of other advisers, their commercial interests and any other members of the public attending meetings that are of a deeply sensitive nature, so that we get a sense of just how far this goes" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Nusrat Ghani (25354)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.582.0) | [Register link](https://www.theyworkforyou.com/mp/25354/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">That is the end of the urgent question. I thank all Members who participated. In reference to the Secretary of State earlier, the privilege of choosing UQs is down to the Chair and is based on merit and the urgency of the point being raised." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Graham Leadbitter (26499)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.591.2) | [Register link](https://www.theyworkforyou.com/mp/26499/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">How satisfied is the Secretary of State with take-up so far—there is obviously some helpful detail in the statement—and what awareness campaigns are planned? There may still be people out there who are not aware that they can claim compensation" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Luke Charters (26480)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.604.5) | [Register link](https://www.theyworkforyou.com/mp/26480/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">After meeting representatives of the company, they are reviewing that decision, but does my hon Friend agree that travel to and from school should be affordable? Will he meet me to discuss the future of buses in York?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Kevin Hollinrake (25415)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.584.1) | [Register link](https://www.theyworkforyou.com/mp/25415/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Could I also ask the Secretary of State some questions about the broader compensation schemes? Some £289 million has been paid to over 2,800 claimants across four schemes. I was alarmed to find, however, that only six claims have been offered redress through the Horizon convictions redress scheme, and no full and final settlements have yet been made through that scheme. Can he explain those numbers?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Nusrat Ghani (25354)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.586.0) | [Register link](https://www.theyworkforyou.com/mp/25354/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Members should continue to bob if they want to be called" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Janet Daby (25727)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.560.1) | [Register link](https://www.theyworkforyou.com/mp/25727/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thank my hon. Friend for making it extremely clear that he is a teacher and has teachers within his network. He is right to mention the welfare and wellbeing of professionals and of teachers. I would like to offer him a meeting with an Education Minister to discuss that further." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Hamish Falconer (26446)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.622.2) | [Register link](https://www.theyworkforyou.com/mp/26446/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I understand that, and I agree. I welcome the importance that the hon. Gentleman placed in his comments on working together. I also believe that, on many of these issues, we are better together." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lucy Powell (25165)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.661.1) | [Register link](https://www.theyworkforyou.com/mp/25165/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thank the right hon. Gentleman again for that, but this is a balance. The membership make-up of the Committee reflects that of all Select Committees of this House, and to achieve a proportion where one place would be available for a smaller party would mean a very big Committee indeed—even then, only one smaller party would be represented and not all. My approach will be to make sure that the smaller parties are regularly invited into the Committee, are regularly engaged and are regularly asked for their thoughts ahead of and during inquiries. That is a more meaningful way to collate all the views of the different parties and groupings in this place, given how the membership of the Committee has to come about." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jim Shannon (13864)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.663.7) | [Register link](https://www.theyworkforyou.com/mp/13864/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">First, I commend the hon. Member on securing the debate. It is good to see him back in his place. He brought much to the Chamber when he was here before, and I was fortunate to share some time with him in the Chamber. We have many things in common. The first is that we have beautiful constituencies, and the second is our concern about affordable housing and its accessibility. Does he welcome the Government’s manifesto pledge to increase housing? In my area, the housing lists are massive. Does he agree that when it comes to the Government’s policy, it must first be better streamlined planning? Secondly, they should allocate funding to getting families into homes. Thirdly, does he agree that we need a strategy and a programme motivated and driven by Westminster for all the regions of this great United Kingdom of Great Britain and Northern Ireland, because, as I always say, we can do it better together?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Bridget Phillipson (24709)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.548.3) | [Register link](https://www.theyworkforyou.com/mp/24709/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The hon Gentleman makes an important point about ensuring that placements are available" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Kevin Hollinrake (25415)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.584.1) | [Register link](https://www.theyworkforyou.com/mp/25415/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Can the Secretary of State confirm that that vital appointment has now been made?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Siân Berry (25752)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.656.0) | [Register link](https://www.theyworkforyou.com/mp/25752/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Alongside hon Members who have spoken on behalf of other parties, I welcome the changes" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Tim Farron (11923)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.662.2) | [Register link](https://www.theyworkforyou.com/mp/11923/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The petition of residents of the United Kingdom," - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Tim Farron (11923)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.662.2) | [Register link](https://www.theyworkforyou.com/mp/11923/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The petition of residents of the United Kingdom," - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Matthew Pennycook (25379)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.672.3) | [Register link](https://www.theyworkforyou.com/mp/25379/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I appreciate the hon. Gentleman’s interest in community-led housing, including the role of community land trusts, and his professional experience in this area. I recognise the role that community ownership of land and affordable homes can play in delivering the Government’s agenda, although I hope that he will recognise that the support we are able to offer must be considered in the round, alongside the full range of departmental programmes. Again, the Government have set out changes to how we plan for the homes we need as part of the NPPF consultation, which includes proposals designed to strengthen support for community-led housing." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.585.0) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am grateful to the hon. Member for his response, and for the tone and collaboration that we tried to model when we were sitting in opposite places in this Chamber. I believe that helped advance what was a difficult piece of legislation to put on the statute book, particularly during a wash-up process, but was the only real vehicle for delivering what we all wanted to see. He has asked me a number of questions; all are absolutely reasonable, and I am happy to respond to them." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.592.1) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Members may know that Capture was the precursor to the Horizon software. It is of concern to us, and we are investigating. The forensic accountants appointed to look into the issue are due to report fairly soon, and as soon as we have their findings, we will be able to update the House on steps that may be necessary." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jim Shannon (13864)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.654.0) | [Register link](https://www.theyworkforyou.com/mp/13864/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I have talked to colleagues and friends back home about this issue" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Sam Rushworth (26323)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.579.2) | [Register link](https://www.theyworkforyou.com/mp/26323/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I think Opposition Members may be making the mistake of judging this Government by their own standards. I wish to ask the Secretary of State this: after my constituents and many others have suffered from the economic disaster that was caused in part by dodgy covid contracts and VIP fast lanes, what will this Government do differently?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jeremy Corbyn (10133)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.661.0) | [Register link](https://www.theyworkforyou.com/mp/10133/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am grateful to the Leader of the House for what she has said about inclusion. That is welcome of course, but it seems to me that an even better form of inclusion of the views of all parties in the House would be through membership of the Committee so that they are at every meeting, rather than dependent on the generosity or largesse of the Committee as a whole to invite them to give evidence." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Andrew George (10222)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.663.2) | [Register link](https://www.theyworkforyou.com/mp/10222/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am grateful to those engaged in business earlier this evening who have permitted us a little extra time to explore the issue" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Nusrat Ghani (25354)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.571.2) | [Register link](https://www.theyworkforyou.com/mp/25354/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">May I ask the shadow Secretary of State just to pose the question? The Minister will respond, and then the shadow Secretary of State will get her two minutes after that" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Grahame Morris (24715)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.589.1) | [Register link](https://www.theyworkforyou.com/mp/24715/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thank the Secretary of State for this statement. I also have constituents who are affected and I am grateful for the information about the appeals system. What steps are Ministers in the Department taking to secure the future of the Post Office network, and to reassure people who are considering becoming postmasters that they will not face the same unacceptable culture pervading Post Office senior management that was highlighted by the Business and Trade Select Committee, and that led to the Horizon scandal happening in the first place?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.585.0) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">In a situation where someone has already received a top-up to £75,000, the hon. Member is right to say that the appeals scheme would not be available. It is a choice between the two best methods of redress and satisfaction for the postmaster. I recognise what the hon. Member has said—that, given the issues with the speed of delivering redress, having that system clogged up would not be satisfactory to anyone—but I think that both options represent reasonable ways forward for people who are in that position." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Wes Streeting (25320)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.579.1) | [Register link](https://www.theyworkforyou.com/mp/25320/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">First, my right honourable friend, Alan Milburn, does not have a role in the Department. Secondly, of course we will publish, in the routine way that we do, details of meetings held in the Department and who attended them. I gently suggest that if the hon. Member has not made his way there already, there are plenty more interesting things to read in the House of Commons Library." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Simon Lightwood (26085)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.604.3) | [Register link](https://www.theyworkforyou.com/mp/26085/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I agree with my hon. Friend. I was pleased to visit a municipal bus company in Nottingham; the Under-Secretary of State for Transport, my hon. Friend the Member for Nottingham South (Lilian Greenwood), represents that area. I was blown away by the company’s knowledge of and commitment to the local area, and its having received numerous awards, with a satisfaction rating of something like 89%. Municipal bus companies are also a fantastic option for local authorities to consider." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Stephen Morgan (25658)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.553.5) | [Register link](https://www.theyworkforyou.com/mp/25658/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thank my hon. Friend for his question and welcome him back to this place. He is a tireless champion for children in his constituency and regularly speaks up on local schools. I am aware of the situation at St Joseph’s preparatory school. Private schools are of course businesses that are responsible for their own finances, but the Department stands ready to assist. The Government are committed to high and rising standards in schools, and I hope that we can work together to achieve that." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lindsay Hoyle (10295)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.595.1) | [Register link](https://www.theyworkforyou.com/mp/10295/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">A final list of candidates and their supporters will be available in the Vote Office later this evening" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## James McMurdock (26636)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.645.1) | [Register link](https://www.theyworkforyou.com/mp/26636/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I intend to repay their trust by being open and honest, accessible and available" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jim Shannon (13864)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.663.3) | [Register link](https://www.theyworkforyou.com/mp/13864/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">On that point, will the hon Member give way?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lee Dillon (26584)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.642.1) | [Register link](https://www.theyworkforyou.com/mp/26584/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I will endeavour to pay back their support with my deeds in the House" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Andrew George (10222)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.664.0) | [Register link](https://www.theyworkforyou.com/mp/10222/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Let me also encourage the Minister to consider the issue of discounted sale homes. Before I worked in a community land trust I was a sceptic, but I have to say that I am a convert to that method as one of the additional mechanisms to provide intermediate housing. I believe that it would be a cost-effective way for Homes England to engage with communities that want to deliver in-perpetuity homes for locals, which is clearly very important." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.589.0) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I have had personal friends who were directly affected by this issue" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Hamish Falconer (26446)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.622.0) | [Register link](https://www.theyworkforyou.com/mp/26446/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">If I may, I will come back to some of the points raised by the other parties. I regret that I may have to write to the hon. Member for Arbroath and Broughty Ferry (Stephen Gethins) about the specific Scottish issue." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Catherine McKinnell (24818)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.562.2) | [Register link](https://www.theyworkforyou.com/mp/24818/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">We recognise the challenges that the hon. Lady sets out. We are facing an incredibly challenging fiscal position. From the previous Government, we inherited a £22 billion black hole to make up. This is about the opportunities of young people in this country, and we take the issues that she outlines incredibly seriously. We will continue to do what we can within the fiscal envelope that we have, and within the system that we have inherited. That is why we honoured the recommendations of the STRB review, and we will continue to do what we can in FE." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lee Dillon (26584)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.642.1) | [Register link](https://www.theyworkforyou.com/mp/26584/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I welcome the proposed changes" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Greg Smith (25925)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.635.1) | [Register link](https://www.theyworkforyou.com/mp/25925/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">In responding to this debate on the Renewable Transport Fuel Obligations (Sustainable Aviation Fuel) Order 2024, may I say at the outset that the transition to sustainable fuel is a topic that has had my interest for many years? Some may even say that I am very capable of becoming a complete bore on the subject, but I will not push the limits too far this evening. [Interruption.] The hon. Member for Easington (Grahame Morris) knows that all too well; we both served on the Transport Committee in the last Parliament. Our “Fuelling the Future” report championed sustainable and synthetic fuel, and I have put it into practice—in my case, on the road, rather than in the air, in a classic Land Rover powered by synthetic fuel—during my past two summer surgery tours. I draw the House’s attention to my entry in the Register of Members’ Financial Interests." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Mike Kane (25220)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.647.2) | [Register link](https://www.theyworkforyou.com/mp/25220/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Let me turn now to my hon Friend the Member for Easington" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Simon Lightwood (26085)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.603.6) | [Register link](https://www.theyworkforyou.com/mp/26085/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I look forward to working with my hon Friend to achieve his objectives" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Hamish Falconer (26446)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.608.3) | [Register link](https://www.theyworkforyou.com/mp/26446/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thank the hon. Member. If he allows me, I will go a little further into the introductory remarks, which I hope will specify why this afternoon’s measures will provide greater teeth. I hope that will answer his concerns, but if it does not, I will return to him." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Andrew George (10222)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.664.0) | [Register link](https://www.theyworkforyou.com/mp/10222/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I have given the Minister advance notice of some of the subjects I intend to cover, but one is to probe a little harder on the Government’s intention to raise house building targets and to challenge how we can properly ensure that if we are to build more homes, that will address need, rather than developers’ greed. I will come back to that in a moment. Under the surface—I think a lot of people are not fully aware of this—the public purse is making a major contribution to the injustices going on in the housing sector, in that multi millions of pounds in public money are going into the pockets of holiday home owners, especially through various tax loopholes and covid aid grants and so on. That clearly is driving the sector in the opposite direction to the one in which it should be going." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Rupert Lowe (26361)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.619.1) | [Register link](https://www.theyworkforyou.com/mp/26361/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">It is a ticket of perhaps less financial value than those that some other Members will have declared, but it holds infinitely more real value for me" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Tim Roca (26549)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.563.8) | [Register link](https://www.theyworkforyou.com/mp/26549/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">If she will make a statement on her departmental responsibilities." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.590.4) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The hon. Gentleman will have heard my answers. He would surely agree that to get things wrong with these cases would be a terrible problem. Some of the errors and the problems that have been caused have been a frustration, but I want to assure him. I think it is better, in matters relating to this scandal, that it is the Department for Business and Trade, given the interests of Members, that provides the updates on these matters. However, I can assure him that work is proceeding at pace, and people can proactively register their credentials to ensure that there is no delay if they are in a position where they know they are one of the wronged parties." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Stephen Gethins (25324)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.616.1) | [Register link](https://www.theyworkforyou.com/mp/25324/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I want to pick up on points made by the hon. Member for Rutland and Stamford (Alicia Kearns). First, I pay tribute to colleagues in the Foreign, Commonwealth and Development Office, who have been working on this issue exceptionally hard. I also pay tribute to the intelligence services for the work they have done, often in very difficult circumstances. It would be remiss of us not to touch on the exceptional work done by the international community of non-governmental organisations, many of them based in the United Kingdom, which have done incredibly brave work in the field on this issue. Some of the work NGOs have done has found its way into policy—for others, that is not so much the case—but the international NGO community has been exceptionally good over the years, and often ahead of the Government of the day on some of these issues." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Victoria Atkins (25424)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.572.0) | [Register link](https://www.theyworkforyou.com/mp/25424/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The Department of Health and Social Care manages incredibly sensitive information, ranging from the development of healthcare policy to the handling of market-sensitive information concerning vaccines and medication, and the rules regarding patient confidentiality. It has emerged that Mr Milburn, a former Labour politician, has received more than £8 million from his personal consultancy firm since 2016. He advises one of the largest providers of residential care for older people, and is apparently a senior adviser on health for a major consultancy firm. [Interruption.] A Member sitting opposite says, “So what?” Given the risk of conflicts of interest—that, rather than the right hon. Gentleman’s inexperience, is the point of this UQ—has Mr Milburn declared his business interests to the Department? Can the right hon. Gentleman reassure the House on how such conflicts are being managed, so that we can get a sense of the scale of this open-door policy and Mr Milburn’s access?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Perran Moon (26482)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.568.2) | [Register link](https://www.theyworkforyou.com/mp/26482/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The last Government promised to publish a register of children who were not in school. I welcome the measures taken by this Government, but can the Minister update me on the next steps towards publication of the register?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Clive Efford (10185)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.590.1) | [Register link](https://www.theyworkforyou.com/mp/10185/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I heard what he had to say about the involvement of the Post Office in the appeals process, but may I press him a little further? Given the mistrust in the Post Office that has built up over many years, even though the Post Office may only be providing information to the Department, is his Department satisfied with how the Post Office is providing that information? Have there been any occasions where the Secretary of State has had to challenge the Post Office? That is the degree to which people mistrust the Post Office in this process, and that has been the case for many years" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lee Dillon (26584)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.642.1) | [Register link](https://www.theyworkforyou.com/mp/26584/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">As a member of a political party with a proud heritage of standing up for the environment, I can assure hon. Members and my constituents that I will do my bit in this place to make sure that we do look after it. The decision that I believe will conclude this debate, given the cross-party support, will contribute to that ideal. I welcome the proposed changes." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Nusrat Ghani (25354)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.582.0) | [Register link](https://www.theyworkforyou.com/mp/25354/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thank all Members who participated" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Mike Amesbury (25702)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.603.1) | [Register link](https://www.theyworkforyou.com/mp/25702/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I welcome the statement" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Bridget Phillipson (24709)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.555.6) | [Register link](https://www.theyworkforyou.com/mp/24709/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">My hon. Friend is right to stress the need to listen to children, families and all those working in the system in order to deliver reform. If she can share some more detail with me, I will happily take a look." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Mike Kane (25220)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.648.1) | [Register link](https://www.theyworkforyou.com/mp/25220/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I commend this order to the house" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Mike Kane (25220)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.633.1) | [Register link](https://www.theyworkforyou.com/mp/25220/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I commend this order to the House" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Kit Malthouse (25346)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.575.3) | [Register link](https://www.theyworkforyou.com/mp/25346/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Notwithstanding the Secretary of State’s bluster, he must appreciate that, given Mr Milburn’s involvement in the private healthcare sector, his direct access to the Secretary of State may have conferred a competitive advantage. What does the Secretary of State say to those companies who compete with Mr Milburn’s companies about the access that he has had to the Secretary of State? How can we in the House be reassured about the kind of information that Mr Milburn has been able to access and what, if any, advantage that might have conferred upon him?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Tim Farron (11923)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.662.2) | [Register link](https://www.theyworkforyou.com/mp/11923/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The petition states:" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Sam Rushworth (26323)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.579.2) | [Register link](https://www.theyworkforyou.com/mp/26323/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I wish to ask the Secretary of State this: after my constituents and many others have suffered from the economic disaster that was caused in part by dodgy covid contracts and VIP fast lanes, what will this Government do differently?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Nusrat Ghani (25354)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.570.1) | [Register link](https://www.theyworkforyou.com/mp/25354/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Order. That concludes Education questions. I am sorry that I could not fit everyone in; better luck next time." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lindsay Hoyle (10295)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.595.1) | [Register link](https://www.theyworkforyou.com/mp/10295/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I wish to inform the House that the deadline for nominations for Select Committee Chairs passed at 4 pm today. The following Committees received a single nomination and the candidate will be elected unopposed: Backbench Business Committee, Bob Blackman; Culture, Media and Sport Committee, Dame Caroline Dinenage; Environment, Food and Rural Affairs Committee, Mr Alistair Carmichael; Health and Social Care Committee, Layla Moran; Northern Ireland Affairs Committee, Tonia Antoniazzi; Petitions Committee, Jamie Stone; Treasury Committee, Dame Meg Hillier; and Welsh Affairs Committee, Ruth Jones. I congratulate the Members concerned. The ballot for the remaining posts will take place on Wednesday 11 September, between 10 am and 4 pm in Committee Room 15. A final list of candidates and their supporters will be available in the Vote Office later this evening." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Wes Streeting (25320)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.578.0) | [Register link](https://www.theyworkforyou.com/mp/25320/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">It is absolutely right that people appointed to roles in public life declare their conflicts of interest so that they can be assessed when taking decisions or exercising powers to ensure that they are doing so in a way that manages those conflicts of interest and no conflict arises" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.590.0) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I very much echo the hon. Lady’s point that, if there is one bit where our political system operated well in this, it is the constituency link and the classic Member of Parliament’s surgery, although the story as a whole is clearly unsatisfactory. I recognise her words on Lord Arbuthnot and the cross-party campaign that came about. The Ministry of Justice issue is paramount and frustrating. The state of the records has delayed the process, and that is a real frustration, but she will understand that, following so much failure, if a case emerged where a letter was sent out incorrectly after all that people have been through, that would clearly be outrageous. Given I am now accountable for the scheme, I absolutely cannot have that. I could talk about some of the things we have inherited, but I do not think that is particularly helpful. I will simply give the hon. Lady the assurance that she rightly seeks: this issue is of maximum importance and we are working at pace with Ministry of Justice colleagues and the devolved authorities in relation to justice systems around the United Kingdom." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Wes Streeting (25320)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.576.1) | [Register link](https://www.theyworkforyou.com/mp/25320/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I wholeheartedly agree with my hon Friend" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Wes Streeting (25320)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.574.3) | [Register link](https://www.theyworkforyou.com/mp/25320/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I wholeheartedly agree with my hon Friend" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Kate Osborne (25794)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.588.0) | [Register link](https://www.theyworkforyou.com/mp/25794/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I welcome today’s statement on the appeals process, and thank Ministers for their engagement with me on this issue and in advance of the meetings we will have later this week. Horizon victims are understandably wary of Post Office involvement in the compensation schemes, so can the Secretary of State confirm that the appeals process he has announced today will be completely independent of the Post Office? As well as pushing for Horizon victims finally to get full compensation, what work is the Department undertaking to ensure that people are held to account for their roles in this scandal?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.591.1) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">If her constituent has not yet had a letter and needs to register their credentials, they can do so, but I assure my hon Friend that this is of maximum priority" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.583.1) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am also grateful for their candour in sharing insights on how the various compensation schemes can be improved" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "# 2024-09-05" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Michael Shanks (26276)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.528.1) | [Register link](https://www.theyworkforyou.com/mp/26276/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.75" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I turn to some of the specific points that have been raised" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Ian Lavery (24963)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.460.1) | [Register link](https://www.theyworkforyou.com/mp/24963/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.73" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">May I invite the Secretary of State to see the issues in my constituency for himself, and show businesses and residents how they can participate in the fantastic opportunity Government are offering?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Robin Swann (25141)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.411.6) | [Register link](https://www.theyworkforyou.com/mp/25141/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.73" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Can I seek her assurance that Northern Ireland is part of that trade mission as well, especially as it relates to my constituency? Also, regarding the Minister for Trade Policy and Economic Security’s statement about removing barriers to trade, can I ask this Government to ensure that there are no EU barriers to trade when it comes to promoting businesses in Northern Ireland? Those businesses want to thrive, flourish, and be part of this United Kingdom’s outreach in regards to business and investment across the United Kingdom and, indeed, the world" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jon Trickett (10604)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.439.2) | [Register link](https://www.theyworkforyou.com/mp/10604/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.72" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am one of many Members who represents mining communities" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Uma Kumaran (26542)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.488.1) | [Register link](https://www.theyworkforyou.com/mp/26542/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.72" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">My constituency is a place where people can come and spend their money, money, money in some of our brilliant local and international businesses" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Michelle Scrogham (26322)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.503.1) | [Register link](https://www.theyworkforyou.com/mp/26322/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.71" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">My constituency is well known for many things" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Elaine Stewart (26598)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.516.1) | [Register link](https://www.theyworkforyou.com/mp/26598/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.7" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I also congratulate all new Members who have made interesting and inspiring contributions today" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.422.0) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.7" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I do not believe that this has been put into the public domain yet, but I have received a request to attend the inquiry" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Afzal Khan (25662)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.446.5) | [Register link](https://www.theyworkforyou.com/mp/25662/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.7" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">My right hon. Friend will know of the important role of the Carlton Club community interest company in Whalley Range in my constituency, as well as across Manchester. It is not just a social club but an important venue that supports grassroots music and arts. The company that owns the building has now threatened to end the CIC’s use of the site. Will the Leader of the House join me in calling for the building owners to reconsider their decision, and will she provide Government time to debate the importance of social clubs and small venues such as the Carlton Club to our local communities?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Robin Swann (25141)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.411.6) | [Register link](https://www.theyworkforyou.com/mp/25141/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.7" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The Minister has expressed the importance of life sciences. Can I seek her assurance that Northern Ireland is part of that trade mission as well, especially as it relates to my constituency? Also, regarding the Minister for Trade Policy and Economic Security’s statement about removing barriers to trade, can I ask this Government to ensure that there are no EU barriers to trade when it comes to promoting businesses in Northern Ireland? Those businesses want to thrive, flourish, and be part of this United Kingdom’s outreach in regards to business and investment across the United Kingdom and, indeed, the world." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Nusrat Ghani (25354)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.451.3) | [Register link](https://www.theyworkforyou.com/mp/25354/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">If Members each keep their question to a sentence, I can try to squeeze them all in" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Wera Hobhouse (25648)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.466.4) | [Register link](https://www.theyworkforyou.com/mp/25648/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Will the right hon. Member give way?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Toby Perkins (24845)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.466.6) | [Register link](https://www.theyworkforyou.com/mp/24845/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Will the right hon. Member give way?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Gareth Thomas (10594)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.417.1) | [Register link](https://www.theyworkforyou.com/mp/10594/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I would be happy to meet my hon. Friend to discuss the question about a banking hub in his constituency. As he will have heard in answers that I gave earlier, reform of the business rates system to tackle some of the egregious disincentives in respect of the need to invest in our high streets and the competition from online giants is something we took seriously in opposition and continue to take seriously in government. Colleagues in the Treasury are working hard to bring forward proposals to reform the business rates system." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Justin Madders (25378)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.420.6) | [Register link](https://www.theyworkforyou.com/mp/25378/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I draw the House’s attention to my proud membership of the GMB trade union. We believe that businesses work best when they give workers a voice through a recognised trade union. I would be very interested to hear more about what has happened at the Amazon warehouse in Coventry. The Government will look closely at that as part of our plan to make work pay. We will simplify the process and laws around statutory recognition." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Anna Sabine (26497)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.518.1) | [Register link](https://www.theyworkforyou.com/mp/26497/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I look forward to championing their causes throughout my time in this place" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Gareth Thomas (10594)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.417.1) | [Register link](https://www.theyworkforyou.com/mp/10594/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I would be happy to meet my hon Friend to discuss the question about a banking hub in his constituency" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.419.3) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am grateful to the right hon Member for that question" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Judith Cummins (25393)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.429.5) | [Register link](https://www.theyworkforyou.com/mp/25393/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am sure that the hon Member is coming to his question" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Judith Cummins (25393)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.417.2) | [Register link](https://www.theyworkforyou.com/mp/25393/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I remind Members to speak through the Chair." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Sarah Jones (25673)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.428.0) | [Register link](https://www.theyworkforyou.com/mp/25673/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I welcome conversations with my hon Friend and will meet any other local people whom he thinks we should be meeting" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Alex Baker (26444)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.400.0) | [Register link](https://www.theyworkforyou.com/mp/26444/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Will the Secretary of State join me in congratulating the Federation of Small Businesses, which this September celebrates its 50th year of supporting small businesses in the UK? What is his Department doing to ensure that small businesses that want to trade on the high street are supported to do so?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Justin Madders (25378)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.420.6) | [Register link](https://www.theyworkforyou.com/mp/25378/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I draw the House’s attention to my proud membership of the GMB trade union" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Michael Shanks (26276)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.528.1) | [Register link](https://www.theyworkforyou.com/mp/26276/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I wish to address the reasoned amendment tabled in the name of the right hon Member for East Surrey (Claire Coutinho)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.399.9) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I welcome my hon. Friend to his place. I have always enjoyed my visits to his constituency, particularly enjoying an ice cream at Rossi’s ice cream parlour. Those visits had a serious purpose: they helped us to build our programme for small business, which recognises not only issues such as late payments, which this Department will deal with, but the need for the whole Government to tackle access to finance and retail crime—the things that make a difference. I will be delighted to make sure that my hon. Friend gets the meeting that he requests with my officials, so we can continue to do that important work." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Caroline Nokes (24809)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.466.0) | [Register link](https://www.theyworkforyou.com/mp/24809/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thank the hon. Member for that comment. He will know that that is not a point of order. Would the shadow Secretary of State please proceed?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Wera Hobhouse (25648)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.466.4) | [Register link](https://www.theyworkforyou.com/mp/25648/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Will the right hon Member give way?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Toby Perkins (24845)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.466.6) | [Register link](https://www.theyworkforyou.com/mp/24845/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Will the right hon Member give way?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Uma Kumaran (26542)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.488.1) | [Register link](https://www.theyworkforyou.com/mp/26542/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I can see that I have completely baffled some hon. Members—[Laughter.] For those whose tastes are a bit more retro, we are also home to ABBA Voyage. My constituency is a place where people can come and spend their money, money, money in some of our brilliant local and international businesses. Of course—it cannot be missed—sitting at the heart of my constituency is the London stadium: a place of joy and wonder from the 2012 Olympics and some of our most wonderful sporting achievements. As this generation of Team GB Paralympians competes in Paris, I send my wishes to them." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Judith Cummins (25393)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.429.5) | [Register link](https://www.theyworkforyou.com/mp/25393/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Order. I am sure that the hon. Member is coming to his question." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Judith Cummins (25393)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.438.1) | [Register link](https://www.theyworkforyou.com/mp/25393/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Before I call anyone else, Members will be aware that over 50 people want to ask a question, so please keep questions short" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## David Baines (26565)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.452.3) | [Register link](https://www.theyworkforyou.com/mp/26565/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Will the Leader of the House join me in congratulating it and wishing it luck? Does she agree that pubs and all small businesses play a vital role in our economies and communities? Will she allow Government time for us to give due consideration to their importance?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lucy Powell (25165)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.453.7) | [Register link](https://www.theyworkforyou.com/mp/25165/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">My hon. Friend raises an important matter. We have committed to legislating to establish an armed forces commissioner to champion our armed forces and improve their service to this country. That will be forthcoming soon." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.400.1) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I also welcome my hon. Friend to her place. I was pleased to meet her at the Farnborough air show, of which I am sure her community is extremely proud. I also extend birthday wishes to the Federation of Small Businesses, with which we work very closely, particularly on policies on issues such as late payments. I am always aware of the FSB’s incredible coverage; it has over 150,000 members across the country. Of course, the FSB began in Blackpool, so it is another great thing that the north-west of England has given this country." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.400.3) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">This issue is important to Members in all parts of the country, but I recognise my hon. Friend’s particular point about prosperous rural economies. Access to banking and financial services is a prime example of the fact that the Government will work across every Department to make sure we are giving businesses what they need. I am not nostalgic, and I understand that banking has changed, but small businesses need to be able to deposit cash on the high street. The key policy in this area will be run by the Treasury, but this is about changing the eligibility for banking hubs, so that we have more of them. We will see at least an additional 350 in this Parliament, including in my constituency; tomorrow, I will take a sneak peek at the new banking hub in Stalybridge." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Chris Philp (25377)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.433.3) | [Register link](https://www.theyworkforyou.com/mp/25377/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Will the Government now come clean and disclose all the politically affiliated appointments that they have made to the civil service? Will they confirm whether the conflicts were disclosed, as required by the ministerial code? Will they provide a list of all passes to Government buildings issued to anyone other than Ministers, civil servants and special advisers? I strongly suspect that this self-proclaimed Government of service will not admit to any of those things, so later today I will write to the adviser on ministerial interests and the civil service commissioner, asking that they investigate independently these important questions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.407.0) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I absolutely agree with the strengths that the hon. Gentleman identified; he will know that I visited Northern Ireland as the shadow Secretary of State, partly to make that point. We are responsible for the promotion of the defence trade, so the relationship with the Ministry of Defence and the Secretary of State for Defence is very strong. I will absolutely do as the hon. Gentleman requests." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Elaine Stewart (26598)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.516.1) | [Register link](https://www.theyworkforyou.com/mp/26598/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">There are many gems to be found across the constituency" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Chris Philp (25377)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.433.3) | [Register link](https://www.theyworkforyou.com/mp/25377/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Will the Government now come clean and disclose all the politically affiliated appointments that they have made to the civil service? Will they confirm whether the conflicts were disclosed, as required by the ministerial code? Will they provide a list of all passes to Government buildings issued to anyone other than Ministers, civil servants and special advisers? I strongly suspect that this self-proclaimed Government of service will not admit to any of those things, so later today I will write to the adviser on ministerial interests and the civil service commissioner, asking that they investigate independently these important questions." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.420.2) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I can give the hon. Lady that reassurance. The aviation sector often complains about the lack of recognition, particularly relating to pilots. There is mutual interest in this area, and it could be a solid basis for negotiation. We can never promise the outcome of negotiations, but I can promise her that it is a priority for us." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.400.5) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thank the hon. Member for raising a matter that is important to his constituency. My Department works very closely with a range of devolved arrangements around the UK, and it is important to work with them with respect and good faith. This question is clearly for the Mayor of London, but I recognise the hon. Member’s point. We always take heed of the aggregate impact on business of everything at every level of government, which is why having an industrial strategy and a small business plan is key." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lilian Greenwood (24774)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.546.1) | [Register link](https://www.theyworkforyou.com/mp/24774/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Question put and agreed to" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Ed Miliband (11545)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.461.1) | [Register link](https://www.theyworkforyou.com/mp/11545/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I have been involved in leadership campaigns, so I have some advice" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Judith Cummins (25393)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.446.0) | [Register link](https://www.theyworkforyou.com/mp/25393/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I call Harpreet Uppal." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.420.2) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">There is mutual interest in this area, and it could be a solid basis for negotiation" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Patrick Hurley (26463)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.415.1) | [Register link](https://www.theyworkforyou.com/mp/26463/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">If he will make a statement on his departmental responsibilities" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## None ()" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.453.16) | [Register link](https://www.theyworkforyou.com/mp//register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Presentation and First Reading (Standing Order No" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lucy Powell (25165)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.440.4) | [Register link](https://www.theyworkforyou.com/mp/25165/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thank the hon Member for that question" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.401.3) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thank the hon Member for that question" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Sarah Jones (25673)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.432.0) | [Register link](https://www.theyworkforyou.com/mp/25673/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thank the hon Member for that question" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Julie Minns (26403)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.520.1) | [Register link](https://www.theyworkforyou.com/mp/26403/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">It is also personally apt that I speak on this topic" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Judith Cummins (25393)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.417.2) | [Register link](https://www.theyworkforyou.com/mp/25393/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I remind Members to speak through the Chair" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Ed Miliband (11545)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.460.2) | [Register link](https://www.theyworkforyou.com/mp/11545/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">My hon. Friend is a great champion for his area and he is right. I am sure he reflects the feelings of every right hon. and hon. Member, whatever side of the House they are on, that there are huge opportunities in this sector. We intend to exploit them. I look forward to seeing his constituency." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Michael Shanks (26276)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.529.3) | [Register link](https://www.theyworkforyou.com/mp/26276/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Many Members mentioned that" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.402.7) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">It is lovely to see you in the Chair, Madam Deputy Speaker, and it is great to see so much interest in the industrial strategy from my hon. Friends. However, I believe Members in all parts of the House can and should support the strategy, and we will seek to make cross-party arrangements. The need is great. We must improve on the UK’s poor business investment performance, which has been the lowest in the G7 for some time. We must recognise that so much chopping and changing of policy in recent years has been to our detriment. That will come to an end under this Government and this industrial strategy." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Caroline Nokes (24809)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.466.0) | [Register link](https://www.theyworkforyou.com/mp/24809/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thank the hon Member for that comment" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Mark Sewards (26440)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.522.1) | [Register link](https://www.theyworkforyou.com/mp/26440/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I commend them for their work" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Harriet Cross (26538)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.486.0) | [Register link](https://www.theyworkforyou.com/mp/26538/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I have significant reservations and concerns, which I will outline today" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.416.6) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thank the right hon Member for his role, which I have referred to in the past and has been important in these matters" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## David Burton-Sampson (26442)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.399.8) | [Register link](https://www.theyworkforyou.com/mp/26442/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Will my right hon Friend meet me and representatives of the local business community to understand the challenges they face, and to discover some of the opportunities that businesses have taken to really capture the market?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.418.1) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I welcome his interest and will continue to work with him on it" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Ed Miliband (11545)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.458.6) | [Register link](https://www.theyworkforyou.com/mp/11545/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I have caught the eye of an infrequent contributor to this House, so I will give way" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.401.3) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thank the hon. Member for that question. That is a key issue. There have been positive developments in recent years, particularly through the work of the British Business Bank. The Government feel that the landscape for public finance institutions is now quite busy. The key policy is to ensure that the national wealth fund aligns with priorities in this area, expands the work that has been done, and ensures consistency, so there is a ready way for businesses to understand what can sometimes be a confusing landscape. Also, policies such as that on growth hubs will continue, so the interface for businesses is straightforward and simple, and, fundamentally, the product to access finance will be there when they need it." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.420.4) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I recognise the point that my hon Friend raises" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lilian Greenwood (24774)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.546.1) | [Register link](https://www.theyworkforyou.com/mp/24774/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Question put and agreed to." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Alex Baker (26444)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.400.0) | [Register link](https://www.theyworkforyou.com/mp/26444/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Small businesses in my constituency are keen to play their part in the Government’s growth agenda, but they tell me that they have been priced out of trading in Farnborough town centre because of rising costs. Will the Secretary of State join me in congratulating the Federation of Small Businesses, which this September celebrates its 50th year of supporting small businesses in the UK? What is his Department doing to ensure that small businesses that want to trade on the high street are supported to do so?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Karl Turner (24767)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.437.0) | [Register link](https://www.theyworkforyou.com/mp/24767/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I welcome my right hon. Friend to the Dispatch Box and congratulate her on the wonderful job she is doing in government. I am very concerned that Post Office Ltd plans to close the post office counter in Morrisons on Holderness Road in east Hull. Many constituents have contacted me, and a petition on the subject has gathered, I think, 350 signatures in the last two days. Is the Leader of the House prepared to allow a debate on the subject in Government time? This issue affects Members from across the House and across the parties, and most Members would accept that it is about time that Post Office Ltd started to put people before profit." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Sarah Jones (25673)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.411.5) | [Register link](https://www.theyworkforyou.com/mp/25673/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Of course, I would love to meet with my hon Friend" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.418.1) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">We have moved at pace to put the scheme in place. We were able to do so because of the legislation we got through in the wash-up at the end of the last Parliament. The hon. Member will have heard what I said about the letters that we got out to get that information to people. [Interruption.] What was that? We will take that up offline. I welcome his interest and will continue to work with him on it." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lucy Powell (25165)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.450.6) | [Register link](https://www.theyworkforyou.com/mp/25165/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">My hon. Friend raises the important matter of BTecs and their future, which has also been raised with me as a constituency MP and, I am sure, with many other Members. If answers are not found at Education questions next week, I will ensure that the relevant Minister comes to the House to provide them." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## None ()" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.411.1) | [Register link](https://www.theyworkforyou.com/mp//register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Inward Investment" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Munira Wilson (25820)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.420.1) | [Register link](https://www.theyworkforyou.com/mp/25820/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">One Air is a small and growing cargo airline based in my constituency, which is having to deal with huge amounts of additional red tape and costs as a result of the Brexit deal and the end of reciprocal arrangements with the EU. Can the Secretary of State give an assurance that, when Ministers negotiate mutual recognition of professional qualifications, the aviation sector will be included?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Mark Sewards (26440)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.522.1) | [Register link](https://www.theyworkforyou.com/mp/26440/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">My constituents have stepped up for their community time and again, and it is my turn to do the same for them" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Chris Philp (25377)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.433.1) | [Register link](https://www.theyworkforyou.com/mp/25377/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">May I take this opportunity, Madam Deputy Speaker, to congratulate you on your elevation to the Chair and to welcome you to your place?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Chris Philp (25377)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.433.1) | [Register link](https://www.theyworkforyou.com/mp/25377/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">May I take this opportunity, Madam Deputy Speaker, to congratulate you on your elevation to the Chair and to welcome you to your place?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Wera Hobhouse (25648)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.473.1) | [Register link](https://www.theyworkforyou.com/mp/25648/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I will lay out what I think is necessary" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lucy Powell (25165)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.443.1) | [Register link](https://www.theyworkforyou.com/mp/25165/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I join my hon Friend in congratulating Bryony Page" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Sarah Jones (25673)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.431.1) | [Register link](https://www.theyworkforyou.com/mp/25673/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">My hon Friend, who is an expert in this area and with whom I have talked many times, will know that I agree with him" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Simon Opher (26313)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.500.1) | [Register link](https://www.theyworkforyou.com/mp/26313/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thank my constituents for supporting me" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Wera Hobhouse (25648)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.473.1) | [Register link](https://www.theyworkforyou.com/mp/25648/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">“some sense of ownership of the assets”—[Official Report, 26 July 2024; Vol" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Ed Miliband (11545)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.458.6) | [Register link](https://www.theyworkforyou.com/mp/11545/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I have caught the eye of an infrequent contributor to this House, so I will give way." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Melanie Onn (25317)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.403.2) | [Register link](https://www.theyworkforyou.com/mp/25317/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The Secretary of State will be aware of Air Products, which intends to invest £2 billion in northern Lincolnshire and green hydrogen projects. Does he agree that that investment would not only transform the south bank of the Humber, including my constituency of Great Grimsby and Cleethorpes, bringing 1,400 new jobs, but be an ideal project to include in the global investment summit? Perhaps he would be interested in meeting representatives of Air Products and me at some point." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Gareth Thomas (10594)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.409.2) | [Register link](https://www.theyworkforyou.com/mp/10594/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I congratulate the hon. Gentleman on his election to this House. I gently say that he will have heard from my right hon. Friend the Secretary of State that we have already consulted widely with the business community about our plans to improve rights for employees. We did that when we were in opposition and we have continued to do it in government. I am struck by the support that our plans have from small businesses and high street businesses, but we will continue to work with small businesses on the details of those plans." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.419.1) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am grateful to my hon. Friend for that question. I meet businesses every day, and my most recent engagement was the breakfast we did on our plans to make work pay, where businesses themselves were pointing out the things they are doing because they value and care for their workforce and will invest in them. The issue in Rochdale he refers to is close to my heart as a Member of Parliament from just down the road in Tameside. I will of course have that meeting with him and continue to work closely with him to deliver on his objectives." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Mike Amesbury (25702)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.417.0) | [Register link](https://www.theyworkforyou.com/mp/25702/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I welcome the ministerial team to their places. Business rates are a broken system that has hollowed out many high streets up and down the country. We are rightly committed to radically reforming that. What recent discussions have Ministers had with the Treasury to make sure that we do that at pace? Will a Minister meet me so that I can establish a banking hub in my Runcorn and Helsby constituency?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Wera Hobhouse (25648)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.471.1) | [Register link](https://www.theyworkforyou.com/mp/25648/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am happy to give way; the right hon Gentleman and I have had many discussions on this issue" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Toby Perkins (24845)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.512.0) | [Register link](https://www.theyworkforyou.com/mp/24845/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">We are part of a United Kingdom, and we all make contributions and we all receive benefits" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Richard Tice (26399)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.506.0) | [Register link](https://www.theyworkforyou.com/mp/26399/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">In the spirit of being constructive and helpful to the Minister and the Secretary of State, I wish to put forward a couple of suggestions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Wera Hobhouse (25648)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.473.1) | [Register link](https://www.theyworkforyou.com/mp/25648/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">“some sense of ownership of the assets”—[Official Report, 26 July 2024; Vol. 752, c. 942.]" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Anna Dixon (26524)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.448.0) | [Register link](https://www.theyworkforyou.com/mp/26524/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I join my right hon Friend in congratulating Team GB" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Melanie Onn (25317)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.403.2) | [Register link](https://www.theyworkforyou.com/mp/25317/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Does he agree that that investment would not only transform the south bank of the Humber, including my constituency of Great Grimsby and Cleethorpes, bringing 1,400 new jobs, but be an ideal project to include in the global investment summit? Perhaps he would be interested in meeting representatives of Air Products and me at some point" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Bernard Jenkin (10312)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.459.2) | [Register link](https://www.theyworkforyou.com/mp/10312/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I congratulate the Secretary of State on his appointment. May I draw attention to the letter he wrote to Fintan Slye, the chair of National Grid ESO, in August, and the response he has given in his open letter to the industry, alongside a question about the cancellation of the offshore co-ordination support scheme, which was coming up with viable alternatives for better delivery of the Norwich to Tilbury project? Mr Slye says that the plan the ESO will develop will be" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Simon Opher (26313)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.500.1) | [Register link](https://www.theyworkforyou.com/mp/26313/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">We have community hubs throughout the constituency" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lucy Powell (25165)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.448.3) | [Register link](https://www.theyworkforyou.com/mp/25165/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I think we have all been made especially aware of this issue over recent weeks, given the horrific story from Tanni Grey-Thompson of her recent endeavours on our transport network. I can assure the right hon. Gentleman that we are committed to addressing the matter, and that we are currently considering the best approach in respect of the Access for All programme. I know that a number of other Members will be raising these issues, and I am sure that a Backbench Business debate, or something similar, would be widely subscribed to." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Andrew Snowden (26347)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.449.4) | [Register link](https://www.theyworkforyou.com/mp/26347/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Let me first thank the Leader of the House for the correspondence following my question about the cable corridor in my constituency, which is causing great concern to residents. I appreciated the quick response." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Elaine Stewart (26598)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.516.1) | [Register link](https://www.theyworkforyou.com/mp/26598/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I promise to serve my constituency to the best of my ability" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lucy Powell (25165)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.447.5) | [Register link](https://www.theyworkforyou.com/mp/25165/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">As has already been raised in this session today, the provision of local post office services is a matter of wide interest across the House. I am sure that if the hon. Gentleman and other colleagues put in for a debate, they would get a great deal of support. Let us be honest: with the Post Office, we have seen an organisation that has left serious questions about how it has been run and its governance. What we do not want, as a result, are our vital post office services disappearing from our high streets and town centres, so I will ensure the relevant Minister has heard his question." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Yuan Yang (26600)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.411.2) | [Register link](https://www.theyworkforyou.com/mp/26600/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">What steps he is taking to attract inward investment" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.416.6) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thank the right hon. Member for his role, which I have referred to in the past and has been important in these matters. I am not passing the buck to anyone; I am simply saying that it is the Ministry of Justice, rather than me, that sends those letters out. As of 30 August, 130 letters have been sent out, quashing more than 370 convictions. I think that is real progress since the election. It is not fast enough for me, and we will continue to push that. We are working closely with the Northern Irish and Scottish Administrations, because of the devolved nature of justice, exactly as he would expect. I can assure him that this matter was a priority for me in opposition, and it will continue to be a priority for me in government." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Michael Shanks (26276)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.527.0) | [Register link](https://www.theyworkforyou.com/mp/26276/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thank all those Members for sharing their communities with us this afternoon" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lucy Powell (25165)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.445.0) | [Register link](https://www.theyworkforyou.com/mp/25165/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I know that he has been active in that consultation" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Judith Cummins (25393)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.416.4) | [Register link](https://www.theyworkforyou.com/mp/25393/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I remind Members that these are topical questions, so can we have short questions and short answers?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Judith Cummins (25393)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.416.4) | [Register link](https://www.theyworkforyou.com/mp/25393/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I remind Members that these are topical questions, so can we have short questions and short answers?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.419.1) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I meet businesses every day, and my most recent engagement was the breakfast we did on our plans to make work pay, where businesses themselves were pointing out the things they are doing because they value and care for their workforce and will invest in them" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.407.3) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">It is important to recognise—[Interruption.] There is a bit of chuntering coming from the Opposition Front Bench; again, something that I am not unfamiliar with. Look at the success of businesses in this area. Look at the businesses that already recognise trade unions and that already pay the living wage—look at that success. We are going to raise the employment floor, but it will be to a level above which many UK businesses are already operating. It is important to talk about the really successful things that businesses are doing to make sure that their workforces are treated with dignity and respect and get the living standards and prosperity that Members on this side of the House are all about delivering more of." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Patrick Hurley (26463)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.415.1) | [Register link](https://www.theyworkforyou.com/mp/26463/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">If he will make a statement on his departmental responsibilities." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.406.0) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The hon Member makes a really important point" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Simon Opher (26313)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.500.1) | [Register link](https://www.theyworkforyou.com/mp/26313/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">He has given me lots of pieces of advice" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lucy Powell (25165)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.445.0) | [Register link](https://www.theyworkforyou.com/mp/25165/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The hon. Member raises a really important issue about seaweed farms, which I did not know a lot about until recently. He will know that the Marine Management Organisation is required to consult local people. I know that he has been active in that consultation. I hope that the organisation listens to what he has said—it has a statutory obligation to do so—and that he can deal with the issues that his local community are worried about with the proliferation of seaweed farms in his area. If he continues not to make progress in that regard, I will ensure that the appropriate Minister gets him a response." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lilian Greenwood (24774)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.546.1) | [Register link](https://www.theyworkforyou.com/mp/24774/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I know that this is not the first time that these issues have been raised. My hon. Friend the Member for Great Grimsby and Cleethorpes has made a strong argument on behalf of her constituents. I reassure her that this Government have heard clearly the case that she and other hon. Members have made, and that we will continue taking action to address the issues that have been debated today." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.404.0) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I wish to embed our industrial strategy for the long term. I want to focus it on long-term, sustainable, inclusive and secure growth that will cover many sectors of the economy, as my hon. Friend has mentioned. That will mean the Government having to work in partnership not just with business, but with civil society, trade unions and local and regional leaders in a way, to be frank, that we have not been doing for some years. We will make sure, as she requests, that that is a priority, and is visible in the work that we do." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Caroline Nokes (24809)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.480.1) | [Register link](https://www.theyworkforyou.com/mp/24809/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">You will all be able to see—and you can all sit down while I am speaking—that a huge number of Members are seeking to catch my eye" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Sarah Jones (25673)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.430.5) | [Register link](https://www.theyworkforyou.com/mp/25673/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">We are looking at how we can introduce competition and new entrants into the market" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Bob Blackman (24945)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.441.2) | [Register link](https://www.theyworkforyou.com/mp/24945/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I understand that this morning she has made announcements on what may happen with the right to buy" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Claire Coutinho (25890)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.467.3) | [Register link](https://www.theyworkforyou.com/mp/25890/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">This is a critical point, which I have made in recent weeks" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.401.1) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Business confidence was strengthened considerably across the United Kingdom as a whole following the general election and the return to some political stability, which businesses of every size have sorely missed over recent years. However, I hear the hon. Lady’s point about her area and region, which is an important priority for me. I will ensure she gets the meeting she needs, so we can have a conversation about how we can work together to give people in her area a platform for success." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.402.7) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">It is lovely to see you in the Chair, Madam Deputy Speaker, and it is great to see so much interest in the industrial strategy from my hon Friends" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lucy Powell (25165)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.450.6) | [Register link](https://www.theyworkforyou.com/mp/25165/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">My hon Friend raises the important matter of BTecs and their future, which has also been raised with me as a constituency MP and, I am sure, with many other Members" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lucy Powell (25165)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.443.3) | [Register link](https://www.theyworkforyou.com/mp/25165/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">What the hon. Member describes is that in recent years we have seen some actions that go way beyond acceptable protest and that are highly disruptive to local people, to those trying to get hospital, to those in need and to our wider economy. On the technical legal matter that she raises, she might want to know that Justice questions will be next week, and I am sure that the Secretary of State for Justice will be happy to answer her question." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Nusrat Ghani (25354)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.546.0) | [Register link](https://www.theyworkforyou.com/mp/25354/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">indicated assent" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Judith Cummins (25393)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.446.0) | [Register link](https://www.theyworkforyou.com/mp/25393/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I call Harpreet Uppal" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.400.5) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thank the hon Member for raising a matter that is important to his constituency" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.404.4) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">My hon. Friend is not a new colleague, and her advocacy of the automotive sector, particularly given her constituency interest in Stellantis, is well known and welcome. This was a challenging area, particularly for her constituency, that we inherited. The previous Government had neglected engagement with the business. Since we took office, we have had extensive engagement with Carlos Tavares and the Stellantis team. The journey that the automotive sector has to go on for decarbonisation presents challenges, and there is a challenging picture across all of Europe, but the neglect of the previous Government has ended. Not only am I closely engaged on the issue, as are my ministerial team, but so is the Secretary of State for Transport, particularly in relation to the zero emission vehicle mandate—a key area of policy for the business. We will continue that work, and I will continue to keep my hon. Friend, and any other local MPs, updated, as we have done to date." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.422.0) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am very grateful to my right hon. Friend for that question. As a new Secretary of State, the inquiry and the whole issue has affected deeply how I believe accountability and power should be considered in the roles we have as Ministers. It comes on the back of what we heard about Grenfell yesterday, and what we have heard about Bloody Sunday and Hillsborough. I believe that, although this is essentially a legacy issue, it is exactly the agenda that we have on coming into these jobs. The future of the Post Office must be linked to the inquiry not just in terms of redress, but in how the business model works better for sub-postmasters. I do not believe that this has been put into the public domain yet, but I have received a request to attend the inquiry. I will, of course, do so, and believe it is an essential way to put across what we will take from that inquiry and our plans for long-term reform in the future." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Patrick Hurley (26463)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.415.3) | [Register link](https://www.theyworkforyou.com/mp/26463/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thank my right hon. Friend for that reply. This Government were elected on a platform to embed economic growth and break down barriers to opportunity. In the past couple of weeks, I have spoken to colleges and businesses across my Southport constituency, including our rightly famous Silcock’s family entertainment centre, to see how we can develop our skills policy to ensure that for towns such as Southport, the best days lie ahead. How will the Department work to support the next generation of entrepreneurs to ensure that our economic mission is furthered?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.418.1) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The hon Member will have heard what I said about the letters that we got out to get that information to people" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Andrew Snowden (26347)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.449.4) | [Register link](https://www.theyworkforyou.com/mp/26347/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Let me first thank the Leader of the House for the correspondence following my question about the cable corridor in my constituency, which is causing great concern to residents" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## None ()" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.453.16) | [Register link](https://www.theyworkforyou.com/mp//register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Presentation and First Reading (Standing Order No. 57)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Luke Evans (25805)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.444.1) | [Register link](https://www.theyworkforyou.com/mp/25805/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">In Leicestershire, we have fantastic optometrists and opticians. Will the Leader of the House ask the Prime Minister whether it is just glasses that they need to give to get a full-access pass to No. 10, or do they need to give suits as well?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Chris Philp (25377)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.433.3) | [Register link](https://www.theyworkforyou.com/mp/25377/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Like many MPs, I have been contacted by constituents —[Interruption" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Mike Reader (26630)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.474.2) | [Register link](https://www.theyworkforyou.com/mp/26630/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I come to this place as an advocate for the built environment" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Douglas Alexander (10661)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.410.4) | [Register link](https://www.theyworkforyou.com/mp/10661/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">My hon. Friend is already establishing herself as a powerful voice for all constituency interests in Clwyd East. Alas, the concerns that she raises are not limited to that constituency. That is why, as part of the broader resetting of our relationship with the European Union, we are determined to tackle barriers to trade such as those she describes in relation to farmers, including through the negotiation of a UK-EU veterinary agreement that will help to reduce unnecessary border checks." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Sarah Jones (25673)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.428.4) | [Register link](https://www.theyworkforyou.com/mp/25673/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thank my hon Friend for making those important points" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Becky Gittins (26568)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.468.1) | [Register link](https://www.theyworkforyou.com/mp/26568/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">With Llangollen in my constituency, I must hold the title for the constituency with the best and most varied days out" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Gareth Thomas (10594)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.409.0) | [Register link](https://www.theyworkforyou.com/mp/10594/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">We are also working with other colleagues, as I referenced in response to the previous question, to try to bring forward a stronger offer to small businesses" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Judith Cummins (25393)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.438.1) | [Register link](https://www.theyworkforyou.com/mp/25393/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Before I call anyone else, Members will be aware that over 50 people want to ask a question, so please keep questions short. I call Jo White." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Bob Blackman (24945)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.441.2) | [Register link](https://www.theyworkforyou.com/mp/24945/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">On Monday the Secretary of State for Housing, Communities and Local Government refused to rule out changes to council tax, and refused to rule out the abolition of the 25% discount for single person occupancy. I understand that this morning she has made announcements on what may happen with the right to buy. Given that that is a major change of policy, and Mr Speaker has always requested that major changes of policy should be announced in this place rather than in the media, will the Leader of the House arrange for the Secretary of State to make a statement on her proposals, so that we can hold her to account on them? While I am on my feet, may I gently remind the Leader of the House that the pre-recess Adjournment debate should be entitled the Sir David Amess pre-recess Adjournment debate, as was agreed cross-party?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Claire Coutinho (25890)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.466.7) | [Register link](https://www.theyworkforyou.com/mp/25890/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">As someone who has been a lifelong mathlete, I am the first person to want to champion a fellow super-nerd, but when I meet super-nerds they normally like evidence, facts and numbers" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.420.0) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">uk website" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Gareth Snell (25601)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.450.5) | [Register link](https://www.theyworkforyou.com/mp/25601/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">BTecs provide a vital route to higher and further education for thousands of learners throughout the country, and it was welcome news that the Education Secretary has announced a pause and review of the ad hoc cancellation programme initiated by the last Government, but may I gently remind my right hon. Friend that colleges need to know now what qualifications they can offer next September? Could she, through her office, arrange for a statement to be made by the Education Secretary, and for a general debate to take place in Government time so that we can all celebrate the BTec courses that our young are people taking in our constituencies?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jon Trickett (10604)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.439.2) | [Register link](https://www.theyworkforyou.com/mp/10604/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Can I encourage her to ensure there is an early statement or a debate on this matter? That money would be very well received in miners’ pockets, and those of their widows too" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Wera Hobhouse (25648)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.471.3) | [Register link](https://www.theyworkforyou.com/mp/25648/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I raised the matter in business questions earlier and said what is important to us" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.403.3) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Let me say how wonderful it is to see my hon. Friend back in her place, representing her community and bringing with her even more expertise from the roles that she has held and the work that she has done in her time outside Parliament. It is a key priority for me to ensure that good jobs in the supply chain come with the transition that we all now support. I can tell her not only that we are interested in Air Products, but that my colleague, the Minister of State for Industry, already has a meeting with it scheduled in the next few days, and we look forward to working with my hon. Friend not just on that, but on many issues in the weeks and months to come." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lucy Powell (25165)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.441.3) | [Register link](https://www.theyworkforyou.com/mp/25165/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thank the hon. Gentleman. I am happy to put on record that we are granting the Sir David Amess debate next week, and I will ensure that business is amended to reflect that. As he will know, all Budget matters relating to tax and other issues are announced first to this House in a Budget, and we will be having a Budget on 30 October. I work hard across Government to ensure that big announcements are made first to this House, and that is why we have seen a record number of Government statements since we took office." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## None ()" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.538.1) | [Register link](https://www.theyworkforyou.com/mp//register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Question agreed to" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## None ()" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.537.1) | [Register link](https://www.theyworkforyou.com/mp//register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Question agreed to" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Reynolds (24929)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.406.0) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The hon. Member is an extremely skilled parliamentarian, and he added on a couple of issues that are clearly beyond the remit of the Department for Business and Trade—he did it very well. On the reset of the relationship with the European Union, there are practical, pragmatic measures that I will ask all Members to support, particularly on the recognition of professional qualifications, which I think could have been part of the deal, and what we are planning for food and agricultural products, if we can be successful in that negotiation. Those are our asks. There will be asks from the other side, and we will have to work with our partners to negotiate these things, but I recognise the hon. Member’s key point: yes, there are UK-wide needs, but there are specific needs in each area, and we have to get them right—for his area, for mine, and for everyone’s present." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Douglas Alexander (10661)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-05b.410.2) | [Register link](https://www.theyworkforyou.com/mp/10661/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thank my hon Friend for her question and her observation on the character of trade in recent years" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "# 2024-09-04" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Keir Starmer (25353)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.320.1) | [Register link](https://www.theyworkforyou.com/mp/25353/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.71" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thank the hon. Member for raising a really serious issue. We will, of course, look at that recommendation. We will report to the House, and I will make sure that a meeting is set up so that he is able to input directly into our considerations on that particular recommendation and any others that he has concerns about." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Marie Goldman (26338)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.354.1) | [Register link](https://www.theyworkforyou.com/mp/26338/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.71" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Many of my constituents are now employed there" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Andrew Griffith (25927)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.340.3) | [Register link](https://www.theyworkforyou.com/mp/25927/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.71" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">That is my point. I understand that many colleagues wish to get in. I support the amendment put forward by my hon. Friend the Member for Droitwich and Evesham, because it is quite right that we have rules. I was an accountant by training, and the first thing we learn—whether someone is an accountant or in performance sport—is that we play by the rules as they are; we do not seek to rig the rules in our favour." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Stella Creasy (24949)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.340.0) | [Register link](https://www.theyworkforyou.com/mp/24949/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.7" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I will delight the hon. Gentleman, because, as I am sure he saw on the amendment paper, I have tabled an amendment that would look at trade deals. One of the reasons why I felt compelled to do that, and explore this question that he raises about the economic impact, is that while he was in government and, indeed, a Treasury Minister, the Government did not publish any information for the very trade deals he is talking about. I will always welcome a sinner who repenteth but, for the avoidance of doubt, is he saying that he now believes there should be independent scrutiny of things such as the trade and co-operation agreement?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Andrew Griffith (25927)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.340.3) | [Register link](https://www.theyworkforyou.com/mp/25927/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.7" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">My core point is that we are sent here by our constituents" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Stephen Gethins (25324)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.295.1) | [Register link](https://www.theyworkforyou.com/mp/25324/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.7" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">May I add my congratulations to the Secretary of State? I know it has not always been easy and sometimes it has been a lonely path, so I offer my personal congratulations to him on his appointment and to the hon Member for Midlothian (Kirsty McNeill) on taking her place" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Andrew Griffith (25927)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.340.3) | [Register link](https://www.theyworkforyou.com/mp/25927/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">That is my point" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Keir Starmer (25353)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.322.0) | [Register link](https://www.theyworkforyou.com/mp/25353/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">From my own constituency, I know of examples where there was a contract, then a subcontract, a subcontract and another subcontract" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Darren Jones (25637)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.379.0) | [Register link](https://www.theyworkforyou.com/mp/25637/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thank other Members for their contributions to the debate" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Andrew Griffith (25927)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.340.1) | [Register link](https://www.theyworkforyou.com/mp/25927/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I will conclude, because I simply want to alert hon. Members to what they are potentially doing as they seek to support this Bill. It is not for partisan or political advantage, but about the important role of Parliament, which has been litigated many times in this Chamber and in debate." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Alan Mak (25285)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.388.2) | [Register link](https://www.theyworkforyou.com/mp/25285/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">May I invite the Chief Secretary to the Treasury to return to the Dispatch Box to rule out raising taxes on working people, such as drivers, savers and business owners? At the same time, will he rule out changing the fiscal rules to allow for more Government borrowing and debt?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jeevun Sandher (26521)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.337.1) | [Register link](https://www.theyworkforyou.com/mp/26521/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">My community have shown me that we can" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Stella Creasy (24949)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.342.1) | [Register link](https://www.theyworkforyou.com/mp/24949/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">My amendments are about trying to understand how we will deal with cumulative debt and cumulatively fiscally significant policies" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## None ()" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.333.1) | [Register link](https://www.theyworkforyou.com/mp//register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Considered in Committee" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## None ()" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.333.1) | [Register link](https://www.theyworkforyou.com/mp//register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Considered in Committee" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Bayo Alaba (26422)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.357.1) | [Register link](https://www.theyworkforyou.com/mp/26422/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Simply put, it is now my job to ensure that communities such as Southend East and Rochford are vibrant, dynamic, stable and welcoming. When we talk about the public finances, as we are in Committee today, we should all bear that in mind. Our economy will be strongest if we can fulfil the potential in every corner of the country, including on the esplanades of Southend and in the town centres of Rochford and Southend—places that have so much to contribute to our economy and our culture, yet too often have been sidelined. I look forward to representing my constituents in this House. I look forward to contributing to future debates about our economic future, and I look forward to contributing to many other discussions." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Diana R. Johnson (11647)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.394.2) | [Register link](https://www.theyworkforyou.com/mp/11647/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Secondly, Members will be aware that police forces are operationally independent from Ministers and Government, and that is absolutely as it should be. It means that the democratically elected police and crime commissioners, and the operationally independent chief constables, are responsible for taking decisions on police stations and their whole estate. In doing so, they will use their judgment, local knowledge and expertise to ensure that the use of their estate gives the best service to the community and fulfils value-for-money obligations. I know that the right hon. Gentleman will be concerned about getting value for money." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## John Martin McDonnell (10383)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.331.2) | [Register link](https://www.theyworkforyou.com/mp/10383/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">May I return to recommendation 113" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Nusrat Ghani (25354)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.347.1) | [Register link](https://www.theyworkforyou.com/mp/25354/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thought I would offer some tips to colleagues in the Chamber" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Keir Starmer (25353)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.319.0) | [Register link](https://www.theyworkforyou.com/mp/25353/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">On the contracts, I stand by what I said in my statement" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Andrew Griffith (25927)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.340.3) | [Register link](https://www.theyworkforyou.com/mp/25927/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I understand that many colleagues wish to get in" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Alan Mak (25285)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.389.1) | [Register link](https://www.theyworkforyou.com/mp/25285/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Question put and agreed to" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Diana R. Johnson (11647)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.396.1) | [Register link](https://www.theyworkforyou.com/mp/11647/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Question put and agreed to" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Stephen Gethins (25324)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.295.1) | [Register link](https://www.theyworkforyou.com/mp/25324/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">May I add my congratulations to the Secretary of State? I know it has not always been easy and sometimes it has been a lonely path, so I offer my personal congratulations to him on his appointment and to the hon. Member for Midlothian (Kirsty McNeill) on taking her place." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Nusrat Ghani (25354)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.333.2) | [Register link](https://www.theyworkforyou.com/mp/25354/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Please use our names when addressing the Chair" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Clive Jones (26377)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.364.0) | [Register link](https://www.theyworkforyou.com/mp/26377/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Thank you very much for calling me, Madam Chair. I congratulate the hon. Member for Rother Valley (Jake Richards) on his very interesting speech—I learnt an awful lot about his constituency. I have also learnt a lot today about Southend East and Rochford, Portsmouth North and Swindon North, and especially about my colleagues, my hon. Friends the Members for Woking (Mr Forster) and for Chelmsford (Marie Goldman). I actually knew quite a lot about them before, but it was nice to hear some more. I particularly liked the speech from the hon. Member for Loughborough (Dr Sandher), who suggested that the Minister might like to get his chequebook out. Let me say to him, “If you are getting your chequebook out, I would like you to spend some money for the constituents of Wokingham.”" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Bernard Jenkin (10312)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.320.0) | [Register link](https://www.theyworkforyou.com/mp/10312/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">May I refer the Prime Minister to recommendation 113" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Keir Starmer (25353)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.328.6) | [Register link](https://www.theyworkforyou.com/mp/25353/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I agree with that" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Keir Starmer (25353)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.304.3) | [Register link](https://www.theyworkforyou.com/mp/25353/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thank the right hon Member for raising that important point" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Judith Cummins (25393)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.389.4) | [Register link](https://www.theyworkforyou.com/mp/25393/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The Member is not present" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Alan Mak (25285)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.389.1) | [Register link](https://www.theyworkforyou.com/mp/25285/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Question put and agreed to." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Diana R. Johnson (11647)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.396.1) | [Register link](https://www.theyworkforyou.com/mp/11647/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Question put and agreed to." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Keir Starmer (25353)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.303.0) | [Register link](https://www.theyworkforyou.com/mp/25353/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I acknowledge the importance of working with our allies on all issues, as we have been doing, as I was able to make very clear at the NATO summit that I attended in the early summer. Of course, as the right hon. Gentleman and the House would expect, we have talked this through with our allies. They understand; they have a different legal system. That is the point they made. [Interruption.] The shadow Foreign Secretary chunters. This is a serious issue and it requires serious consideration. The Leader of the Opposition knows the legal framework very well. He also knows that applying the framework—the facts of that framework—and arriving at a decision does not permit me to simply say, “I am not going to implement the legal decision or conclusion that has been reached.” I do not think he is really inviting me to do that." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Nusrat Ghani (25354)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.347.1) | [Register link](https://www.theyworkforyou.com/mp/25354/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thought I would offer some tips to colleagues in the Chamber. If you are bobbing, you will be called. If you are on the list, but are not bobbing, you are indicating to the Chair or the Speaker that you no longer wish to be called, so if you hope to be called, bob throughout the debate. If you are on the list and committed to bobbing, but leave the Chamber, you are indicating to the Chair or the Speaker that you no longer wish to be a priority on the list. However, you can speak to the Chair or the Speaker and ask permission to leave and return, and you will then remain where you were in the priority list. Unless Members stand, I do not know whether they wish to contribute to the debate, so who wishes to bob?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Keir Starmer (25353)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.299.9) | [Register link](https://www.theyworkforyou.com/mp/25353/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">This morning I had meetings with ministerial colleagues and others" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Keir Starmer (25353)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.306.0) | [Register link](https://www.theyworkforyou.com/mp/25353/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am committed to putting fans at the heart of music and ending extortionate resales, and we are starting a consultation to work out how best we can do that" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Bayo Alaba (26422)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.357.1) | [Register link](https://www.theyworkforyou.com/mp/26422/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I look forward to representing my constituents in this House" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Amanda Martin (26430)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.348.2) | [Register link](https://www.theyworkforyou.com/mp/26430/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Thank you, Ms Ghani. I start by commending my hon. Friends for their impassioned speeches, particularly my hon. Friend the Member for Loughborough (Dr Sandher). He will be pleased to know that I will not be a contender this year in the competition that he mentioned. Maybe later, menopause depending." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Kirsty McNeill (26460)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.292.6) | [Register link](https://www.theyworkforyou.com/mp/26460/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The Member will be aware that the Institute for Fiscal Studies has said this morning that the tax policies of the Scottish Government have actually cost Scotland money rather than raised it. He will know, too, that this Government have had to undertake a comprehensive audit of spending to make sure that we can clear up the mess that we have inherited. The £22 billion black hole is real, and the Treasury reserves have been spent more than three times over. He will be aware that the focus of the Chancellor is on making sure that we fix the foundations and get the economy back on track." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Ellie Chowns (26577)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.368.0) | [Register link](https://www.theyworkforyou.com/mp/26577/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I was touched to hear the passion with which all the new Members spoke about their experiences and commitments" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Keir Starmer (25353)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.325.2) | [Register link](https://www.theyworkforyou.com/mp/25353/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The question of external scrutiny is really important, and we will, of course, report annually. As the right hon. Gentleman probably knows, the report has a recommendation on scrutiny that we want to look at carefully and discuss with the community, which has strong views on this. Obviously, we will take into account the views of Members on both sides of the House, including on whether this is something a Select Committee should look at. I am not sure it is my role to tell a Select Committee what to look at, but I agree that the question of external scrutiny and accountability is really important. We have to make sure that the most robust scrutiny is in place." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Andrew Griffith (25927)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.340.3) | [Register link](https://www.theyworkforyou.com/mp/25927/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">As ever, the hon. Member makes an important and weighty contribution. He is exactly right about the direction of travel. On both sides of the House, we will all find our own particular point on the envelope when it comes to the balance around organisations that can hold us to account and, in particular, hold a mirror to Government and ensure that this House acts with the best, most accurate and well-meaning data." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lindsay Hoyle (10295)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.289.1) | [Register link](https://www.theyworkforyou.com/mp/10295/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I remind Members that the private Member’s Bills ballot book is open today in the No Lobby until 6pm, at which point it will be taken to the Public Bill Office and remain open for signatures until the rise of the House. The ballot draw will be held at 9 am tomorrow in Committee Room 8." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Stella Creasy (24949)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.343.3) | [Register link](https://www.theyworkforyou.com/mp/24949/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I know that the Minister is as interested as I am in what we can do to tackle the drain that PFI represents and work better with the private sector. I hope that this legislation and the concept of putting PFI on the books is the start of a conversation about better public spending, and I hope that Toad of Toad Hall will recognise that maybe this time it is good that they are in the passenger seat." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Ian Murray (24872)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.298.1) | [Register link](https://www.theyworkforyou.com/mp/24872/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">May I welcome the hon. Gentleman to his place and congratulate him on winning his seat? The Foreign Secretary is sitting two seats along from me, and I am sure that he will have heard what the hon. Gentleman said. I am sure that the issue is a concern to everyone in the House, and we will make sure that a written response is given to the hon. Gentleman as soon as possible." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Keir Starmer (25353)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.302.2) | [Register link](https://www.theyworkforyou.com/mp/25353/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The right hon. Gentleman asks how we arrived at this decision. He knows very well, because the legal framework is clear. The latest guidance was issued in 2021, under his Government, and that means that licences have to be kept under review, as they were by his Government. I think he probably knows the advice that was given to his Government; he understands the framework. We have carried out the review in the same way and come to a clear legal conclusion, and shared that conclusion and assessment with Parliament." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Andrew Griffith (25927)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.340.3) | [Register link](https://www.theyworkforyou.com/mp/25927/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I support the amendment put forward by my hon Friend the Member for Droitwich and Evesham, because it is quite right that we have rules" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Bayo Alaba (26422)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.357.1) | [Register link](https://www.theyworkforyou.com/mp/26422/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I look forward to contributing to future debates about our economic future, and I look forward to contributing to many other discussions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Andrew Mitchell (11115)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.391.3) | [Register link](https://www.theyworkforyou.com/mp/11115/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">My right hon. Friend makes an excellent point. I will come to the strategic point that she has made in just a moment." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Keir Starmer (25353)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.299.9) | [Register link](https://www.theyworkforyou.com/mp/25353/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I will make a statement shortly after PMQs today" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Stella Creasy (24949)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.342.1) | [Register link](https://www.theyworkforyou.com/mp/24949/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Yes. But in that time, many of us have had persistent concerns, and one of mine has always been the private finance initiative. The Government are asking all of us to make and support some very tough decisions because of the economic mess that the country now finds itself in. My view is that we must look at all outgoings in that process. If somebody came to a constituency surgery because they had multiple outstanding loans and could not pay their rent, we would look at the debts that they held. That is the challenge with private finance: it is the legal loan-sharking of the public sector. Amendments 6 and 7 are about the process of getting a grip on our debts and ensuring that we learn from the damage that private finance has done." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Darren Jones (25637)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.374.0) | [Register link](https://www.theyworkforyou.com/mp/25637/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I will now turn to the amendments that right hon and hon Members have tabled" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Darren Jones (25637)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.374.0) | [Register link](https://www.theyworkforyou.com/mp/25637/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">May I start by congratulating hon Friends and others on delivering their maiden speeches? It has been a pleasure to be in the Chamber to hear them this afternoon" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Stella Creasy (24949)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.342.1) | [Register link](https://www.theyworkforyou.com/mp/24949/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Private finance was about being able to build things such as schools and hospitals. Anybody who has an outstanding PFI debt in their constituency, or a school or hospital that urgently needs rebuilding, such as Whipps Cross hospital in my constituency, understands the importance of being able to access private finance. For the avoidance of doubt, I am not saying through my amendments that we should never work with the private sector; I am saying that PFI was a catastrophically bad deal and that, cumulatively, it would meet the legislation’s targets of 1% of GDP, so it is a fiscally significant policy. My amendments are about trying to understand how we will deal with cumulative debt and cumulatively fiscally significant policies." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## None ()" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.381.1) | [Register link](https://www.theyworkforyou.com/mp//register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">(b) the functions of the Independent Adviser on Ministers’ Interests" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Nusrat Ghani (25354)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.333.5) | [Register link](https://www.theyworkforyou.com/mp/25354/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">(b) the functions of the Independent Adviser on Ministers’ Interests" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Andrew Griffith (25927)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.340.1) | [Register link](https://www.theyworkforyou.com/mp/25927/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">It is good to have a proper debate. I certainly think that if we want and seek good government—which, like the human condition, is not a perfect state, but a state that we should seek constantly to perfect—the highest levels of transparency and the very important exercise in Government publishing of impact assessments when they make material decisions, as required by Cabinet Office guidance, are things that the whole House should join hands and agree on. It is one of the reasons why I asked my colleague, my hon. Friend the Member for Droitwich and Evesham (Nigel Huddleston), whether the Government had published an impact assessment on their callous decision to withdraw the winter fuel allowance from so many pensioners. The hon. Member for Walthamstow (Ms Creasy) will well know that the process of trade deals undergoes extensive scrutiny in this House, and I took one of those trade deals through that process of scrutiny in a former life." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Stella Creasy (24949)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.343.3) | [Register link](https://www.theyworkforyou.com/mp/24949/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">My amendments are about changing that culture. One challenge is that we have let those companies run rampant. That does not mean that we should not work with the private sector; it means that we should learn lessons, and I think we could learn some very simple ones. For a start, a lot of the companies are incorporated in overseas territories, which raises questions about the amount of tax that they are paying on those deals. Tax was originally part of the Treasury assessment of the deals, which was why working in that way was considered good value for money, and why my hon. Friend the Member for Blackley and Middleton South (Graham Stringer) was told that it was the best way to get a school or hospital." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lindsay Hoyle (10295)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.289.1) | [Register link](https://www.theyworkforyou.com/mp/10295/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I remind Members that the private Member’s Bills ballot book is open today in the No Lobby until 6pm, at which point it will be taken to the Public Bill Office and remain open for signatures until the rise of the House" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Keir Starmer (25353)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.306.0) | [Register link](https://www.theyworkforyou.com/mp/25353/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Yes, I do" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Keir Starmer (25353)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.309.0) | [Register link](https://www.theyworkforyou.com/mp/25353/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am grateful, and I recognise how serious an issue this is and why the hon. Member raises it. It is of real importance. The Minister will visit, and the Department for Education is pursuing all available avenues for redress against the parties responsible for the issues at the school. I will ensure that the Minister is fully briefed and has a full discussion about that when the visit takes place." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Darren Jones (25637)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.374.0) | [Register link](https://www.theyworkforyou.com/mp/25637/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I will now turn to the amendments that right hon. and hon. Members have tabled." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Marie Goldman (26338)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.354.1) | [Register link](https://www.theyworkforyou.com/mp/26338/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">First, I congratulate Members who have also made their maiden speeches in the Chamber this afternoon" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Stella Creasy (24949)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.341.0) | [Register link](https://www.theyworkforyou.com/mp/24949/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">It is also a joy to follow the hon. Member for Arundel and South Downs (Andrew Griffith), because I have always enjoyed the experience of listening to him. When he was a Treasury Minister in the previous Government, I watched him, debated with him and tried to encourage him to take on the buy now, pay later lenders—that is related to what I will say about legal loan sharking. But I have to be honest: being lectured by former Conservative Ministers about fiscal probity is a bit like being lectured by Toad of Toad Hall about safe driving, given the experiences of many of our constituents, which have led to the need for this legislation." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Darren Jones (25637)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.374.0) | [Register link](https://www.theyworkforyou.com/mp/25637/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">It is a pleasure to serve under your chairship, Ms Nokes. May I start by congratulating hon. Friends and others on delivering their maiden speeches? It has been a pleasure to be in the Chamber to hear them this afternoon. They will clearly be great champions for their constituencies." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Keir Starmer (25353)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.318.0) | [Register link](https://www.theyworkforyou.com/mp/25353/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Let me deal with his specific points" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Darren Jones (25637)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.377.3) | [Register link](https://www.theyworkforyou.com/mp/25637/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The amendments would also place a condition on policies with a cumulative impact on public sector net debt, and my hon. Friend noted public-private partnerships as an example. She was referring to PFI and PF2 models, which the previous Government had no longer proceeded with, and there has been no change to this policy. As the Chancellor said in her Mais lecture earlier this year, we will also report on wider measures of public sector assets and liabilities at fiscal events to ensure transparency across the whole balance sheet, which includes non-debt liabilities. Reporting transparently on the Government’s stock of contingent liabilities is key to ensuring we do not take excessive risk. I can therefore confirm today that the Government will publish a report on our contingent liabilities. I expect the contingent liability central capability to do this in early 2025. Having said all that, I recognise the issues my hon. Friend raises, and I will arrange to meet her to discuss them further." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Keir Starmer (25353)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.326.0) | [Register link](https://www.theyworkforyou.com/mp/25353/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thank my hon. Friend for raising that very real issue. One of the things we need to do is look at what further powers may be necessary. We cannot suggest for a minute that the existing legislation, guidance and policy is sufficient. We need more powers, and we will look at that and bring proposals back to the House. There will be a general debate, of course, because I know that many Members will want to discuss particular issues facing constituents who are fearful of the conditions in which they live." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Edward Davey (10155)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.304.2) | [Register link](https://www.theyworkforyou.com/mp/10155/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I welcome the inquiry and look forward to discussing the statement shortly" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Keir Starmer (25353)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.299.9) | [Register link](https://www.theyworkforyou.com/mp/25353/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">This morning I had meetings with ministerial colleagues and others. In addition to my duties in this House, I shall have further such meetings later." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Siân Berry (25752)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.326.1) | [Register link](https://www.theyworkforyou.com/mp/25752/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">However, I note that the inquiry’s report does not make new proposals on transparency and accountability for social housing tenants and leaseholders, particularly on access to fire risk assessments and related information, which are still very hard for residents to access—I saw that for myself in London, and I am still seeing it in Brighton. The previous Government did not act on the calls for housing associations to be subject to freedom of information requirements, despite them including calls made by the Information Commissioner as long ago as August 2017. Will the Prime Minister act now to fix these gaps in resident empowerment and access to information? That would be very simple, but it is not covered by today’s report." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Andrew Mitchell (11115)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.394.1) | [Register link](https://www.theyworkforyou.com/mp/11115/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I must draw my remarks to a close so that we can hear from the Minister, on whose appointment I wish belatedly to congratulate her, but my right hon. Friend once again makes a critical point about consultation on these decisions. As I have said, the whole point of having police and crime commissioners is that they should listen to their local community and represent their heartfelt views. I hope that by listening to what my right hon. Friend and I and so many others are saying in our respective areas, the police and crime commissioner will have another look at this matter and see what he can do to satisfy us on a vexed subject that has caused enormous local anxiety, fear and pain about such a sharp diminution in the policing resources that we all wish to see." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Diana R. Johnson (11647)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.396.1) | [Register link](https://www.theyworkforyou.com/mp/11647/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Can I also gently say, as I did at the beginning of my remarks, that it is for the police and crime commissioner and the chief constable to decide how best to use the assets available to them? I understand that the chief constable is absolutely committed to this new way of providing the police station in this area" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Sarah Olney (25596)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.345.0) | [Register link](https://www.theyworkforyou.com/mp/25596/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I will speak in favour of amendments 1 to 4, which were tabled in my name" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Ellie Chowns (26577)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.368.0) | [Register link](https://www.theyworkforyou.com/mp/26577/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">That is why I am proposing this probing amendment today" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lauren Edwards (26597)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.369.1) | [Register link](https://www.theyworkforyou.com/mp/26597/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Like many new MPs, I have been thinking very carefully about how I can use the skills and experience from my previous career to support the important legislative work done in this place and to benefit my constituents. It was my experience of working here during the last financial crisis that led me to become a financial regulator at the Bank of England, so I aim to use my voice to ensure that the pursuit of much-needed economic growth is done in such a way as to preserve the stability of our economy and our financial system. I intend to draw on my 13 years of experience as an elected trade union representative to ensure that the new deal for working people delivers for my hard-working constituents, who often struggle with insufficient pay and rights, and to help to drive the Government’s commitment to invest in our people by improving their knowledge and skills." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Darren Jones (25637)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.379.3) | [Register link](https://www.theyworkforyou.com/mp/25637/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thank the hon. Gentleman for giving way, and for inviting me to suggest whether I should try to find a job in another Department. I just point out that, having arrived at the Treasury, I have seen the impact of fiscally significant levels of debt after 14 years of the Conservative Government. Has he got anything to say to the House on that matter?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Andrew Mitchell (11115)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.391.3) | [Register link](https://www.theyworkforyou.com/mp/11115/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">My right hon Friend makes an excellent point" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jeevun Sandher (26521)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.337.1) | [Register link](https://www.theyworkforyou.com/mp/26521/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I know that every Member across this House wants our communities to succeed and to contribute to our national success" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Diana R. Johnson (11647)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.394.2) | [Register link](https://www.theyworkforyou.com/mp/11647/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I say this not to try to minimise the matter at hand, but simply to set out the context of my response" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Robert Jenrick (25227)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.323.0) | [Register link](https://www.theyworkforyou.com/mp/25227/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Equally, I fully support the effort that the Prime Minister is going to make to see if further regulatory changes are required. They need to be made in a proportionate and effective way, and there are lessons to be learned from changes that we have made in the recent past. But when making those changes, can I urge him to look in particular at the status of the testing facility—the Building Research Establishment—and at the way it operates, which I think has failed significantly, as is laid out in the report?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Darren Jones (25637)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.377.3) | [Register link](https://www.theyworkforyou.com/mp/25637/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The amendments from the official Opposition are therefore not necessary. To answer the question from the shadow Financial Secretary, the hon. Member for Droitwich and Evesham (Nigel Huddleston), as I have been invited to do so, the Chancellor has already confirmed that the Government will set out the precise details of our fiscal rules at the Budget on 30 October, alongside an updated OBR forecast." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Stella Creasy (24949)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.341.2) | [Register link](https://www.theyworkforyou.com/mp/24949/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am a bit disappointed that the hon. Member did not seek to call me Ratty. I am also quite struck by the fact that he, a former Conservative Treasury Minister, rises not to hold himself accountable for the consequences of decisions made by the previous Government, or indeed to defend them, but simply to say, “You will be held to a higher fiscal standard.” We on the Labour Benches welcome a higher fiscal standard; that is the purpose of the legislation. Political decisions will still be made, but we will make them with the benefit of independent information. He will know that there were many debates in the previous Parliament, and indeed in those before it, in which independent information about and verification of the economic impact of policies mattered but were missing. Indeed, he mentions trade deals, which are an example of where we did not have independent information. I will comment on that only briefly, because my amendment has not been selected—he will be as disappointed as I am about that." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Ian Murray (24872)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.291.1) | [Register link](https://www.theyworkforyou.com/mp/24872/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I will commit as a matter of priority to a meeting with the company and its workforce in the coming weeks" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Ian Murray (24872)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.298.1) | [Register link](https://www.theyworkforyou.com/mp/24872/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">May I welcome the hon Gentleman to his place and congratulate him on winning his seat? The Foreign Secretary is sitting two seats along from me, and I am sure that he will have heard what the hon Gentleman said" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Keir Starmer (25353)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-04b.316.0) | [Register link](https://www.theyworkforyou.com/mp/25353/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I welcome the right hon. Gentleman’s approach to working jointly, as we were able to do ourselves when we were in opposition. In particular, the remediation work is behind schedule and needs to speed up, and we must do all we can in that regard. Financial liability is obviously an issue, and we will look into the sufficiency of that. As for the legal and regulatory framework, obviously changes have already been made, but I think further changes will be necessary, and we will share those with the Opposition as soon as we have some realistic proposals to put before the House. If we can then join together in passing the necessary legislation as quickly as possible, it will be a mark of our determination to treat this as a turning point." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "# 2024-09-03" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Grahame Morris (24715)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.212.0) | [Register link](https://www.theyworkforyou.com/mp/24715/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.84" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I start by declaring an interest" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Ed Miliband (11545)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.182.0) | [Register link](https://www.theyworkforyou.com/mp/11545/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.75" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Let me deal with the hon Member’s specific points" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lindsay Hoyle (10295)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.137.1) | [Register link](https://www.theyworkforyou.com/mp/10295/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.75" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I would like to draw Members’ attention to the fact that the book for entering the private Members’ Bill ballot is now open in the No Lobby" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Caroline Nokes (24809)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.190.2) | [Register link](https://www.theyworkforyou.com/mp/24809/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.73" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">To be helpful to Members, I gently point out that it is important that they be here for the start of a statement if they wish to be called to ask a question" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Grahame Morris (24715)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.212.0) | [Register link](https://www.theyworkforyou.com/mp/24715/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.72" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I start by declaring an interest. I am proud of the fact that I am a trade unionist and have strong links to the transport unions, particularly Unite, the National Union of Rail, Maritime and Transport Workers, and ASLEF. Indeed, as I pointed out on Second Reading, when I was a young fellow many years ago, my first job was on the railways, when they were part of British Rail. In those days, I was a member of the National Union of Railwaymen. More recently, I served on the Transport Committee for almost six years, and I am delighted that many of the arguments and issues that I and many other stakeholders raised in numerous sessions have finally found their way into a Government Bill and on to the Floor of the House of Commons." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lindsay Hoyle (10295)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.137.1) | [Register link](https://www.theyworkforyou.com/mp/10295/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.72" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I would like to draw Members’ attention to the fact that the book for entering the private Members’ Bill ballot is now open in the No Lobby. It will be open until the House rises today, and while the House is sitting tomorrow. The book will be available for Members to sign in the No Lobby until 6 pm on both days, at which point it will be taken to the Public Bill Office and remain open for signatures until the rise of the House. The ballot itself will be drawn at 9 am this Thursday, in Committee Room 8. An announcement setting out these and other arrangements, and the dates when ten-minute rule motions can be made and presentation Bills introduced, is published in the Order Paper." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Caroline Nokes (24809)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.206.0) | [Register link](https://www.theyworkforyou.com/mp/24809/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.71" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">As a point of information and for my assistance, it would be very helpful if Members wishing to be called could indicate clearly that they wish to speak." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Catherine Atkinson (26405)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.210.2) | [Register link](https://www.theyworkforyou.com/mp/26405/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.71" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">My amendment seeks to establish what details publications related to that consideration should include" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Caroline Nokes (24809)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.206.0) | [Register link](https://www.theyworkforyou.com/mp/24809/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.71" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">As a point of information and for my assistance, it would be very helpful if Members wishing to be called could indicate clearly that they wish to speak" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Calum Miller (26617)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.231.1) | [Register link](https://www.theyworkforyou.com/mp/26617/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.71" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Like any new Member, I am eager to learn from how others have done things, so I am grateful to have such a diversity of approaches to draw on" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Wendy Chamberlain (25872)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.283.1) | [Register link](https://www.theyworkforyou.com/mp/25872/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.7" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I agree with my hon Friend" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## None ()" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.137.4) | [Register link](https://www.theyworkforyou.com/mp//register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.7" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">(10) Select Committees" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lindsay Hoyle (10295)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.153.6) | [Register link](https://www.theyworkforyou.com/mp/10295/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.7" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Can I remind everybody that this is topical questions? I have a big list to get through" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Helen Whately (25398)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.205.1) | [Register link](https://www.theyworkforyou.com/mp/25398/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.7" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The independent body I am proposing would look at pay and terms and conditions in the round" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Caroline Nokes (24809)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.190.2) | [Register link](https://www.theyworkforyou.com/mp/24809/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.7" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">To be helpful to Members, I gently point out that it is important that they be here for the start of a statement if they wish to be called to ask a question. I will be very kind today. I call Claire Young." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Helen Whately (25398)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.202.1) | [Register link](https://www.theyworkforyou.com/mp/25398/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I accept some of the points that the hon Gentleman made" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Abtisam Mohamed (26413)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.215.1) | [Register link](https://www.theyworkforyou.com/mp/26413/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am here to listen, to learn, to serve and to act in the best interests of all our communities" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Catherine Atkinson (26405)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.210.2) | [Register link](https://www.theyworkforyou.com/mp/26405/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">My amendment seeks to establish what details publications related to that consideration should include. Specifically, the amendment suggests that details should include the approach towards" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Katrina Murray (26494)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.246.1) | [Register link](https://www.theyworkforyou.com/mp/26494/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">My thanks to the people of the communities that make up the constituency for placing their trust in me" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## None ()" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.137.4) | [Register link](https://www.theyworkforyou.com/mp//register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">(8) Grand Committees and the Regional Affairs Committee" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## None ()" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.137.4) | [Register link](https://www.theyworkforyou.com/mp//register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">(8) Grand Committees and the Regional Affairs Committee" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Simon Lightwood (26085)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.257.1) | [Register link](https://www.theyworkforyou.com/mp/26085/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">My officials are engaging with Eurofima to consider the potential of UK membership and the role that could play in the UK market" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Graham Stringer (10576)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.206.3) | [Register link](https://www.theyworkforyou.com/mp/10576/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">There are other points too, but I do not want to bore the Committee too much. The last point is:" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Helen Whately (25398)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.204.2) | [Register link](https://www.theyworkforyou.com/mp/25398/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">That is why I tabled my amendments" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Rachel Reeves (24851)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.158.0) | [Register link](https://www.theyworkforyou.com/mp/24851/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thank my hon. Friend for that question and welcome her to her place. She speaks powerfully on behalf of the people of Cornwall. The spending review will be the appropriate time to look at the shared prosperity funds and what resource we can give to the people of Cornwall, and I am sure my hon. Friend will work with the relevant Secretaries of State to ensure those representations are heard." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Grahame Morris (24715)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.213.1) | [Register link](https://www.theyworkforyou.com/mp/24715/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Despite being in post for a relatively short time, the Secretary of State has made a strong start with the Bill. However, I urge her to consider the points raised by me and Members on both sides of the Committee about how we continue to procure rolling stock as we move forward. On Second Reading, the Under-Secretary of State for Transport, my hon. Friend the Member for Wakefield and Rothwell (Simon Lightwood), said that purchasing existing rolling stock would not be a responsible use of taxpayers money. I understand that, but will the Minister, in responding, clarify whether in the future, under GBR, there will be an option to purchase new rolling stock directly, instead of having to continue to lease through the ROSCOs?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## David Smith (26606)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.244.1) | [Register link](https://www.theyworkforyou.com/mp/26606/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The number of Members who have holidayed in my constituency seems to confirm my conclusion" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Rachel Reeves (24851)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.137.10) | [Register link](https://www.theyworkforyou.com/mp/24851/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I welcome the hon Member to his place" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## James Murray (25801)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.146.9) | [Register link](https://www.theyworkforyou.com/mp/25801/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I welcome the hon Member to his place" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## None ()" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.194.1) | [Register link](https://www.theyworkforyou.com/mp//register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Considered in Committee" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## None ()" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.194.1) | [Register link](https://www.theyworkforyou.com/mp//register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Considered in Committee" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Rachel Taylor (26478)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.251.1) | [Register link](https://www.theyworkforyou.com/mp/26478/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I credit that attitude to my parents" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Grahame Morris (24715)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.212.0) | [Register link](https://www.theyworkforyou.com/mp/24715/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am familiar with the arguments" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Simon Lightwood (26085)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.255.0) | [Register link](https://www.theyworkforyou.com/mp/26085/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Amendment 9 would require the Secretary of State to procure independent reports about the costs of the contracts awarded to public sector operators. The Department already publishes information on payments made to operators, whether private or public. There is therefore no need for the taxpayer to fund a separate body to report the same data. Nevertheless, the hon. Lady is entirely right to take an interest in the cost of these contracts. In that spirit, I would gently remind her that ending the taxpayer funding of private profits will result in an immediate and enduring reduction in these costs." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Rachel Reeves (24851)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.152.0) | [Register link](https://www.theyworkforyou.com/mp/24851/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I welcome my hon. Friend to her place; it is already obvious that she will be a strong voice for the people of Monmouthshire. In our party manifesto, we committed to rolling out 350 banking hubs in communities like those she speaks about, which have lost multiple banks in the past few years. The Economic Secretary to the Treasury will happily meet my hon. Friend to work on achieving one such banking hub in her constituency. That is an offer to Members right across the House; so many of our constituencies have lost bank branches in the past few years. For older people, small businesses and families, the lack of access to cash can be devastating, and we are determined to reverse it with the roll-out of the new banking hubs." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Ed Miliband (11545)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.179.2) | [Register link](https://www.theyworkforyou.com/mp/11545/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">With permission, I would like to make a statement about the sixth contracts for difference allocation round" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Stephen Kinnock (25297)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.285.0) | [Register link](https://www.theyworkforyou.com/mp/25297/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">This will help claimants understand when they may have received an earnings-related overpayment or are at risk of doing so" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Catherine McKinnell (24818)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.172.0) | [Register link](https://www.theyworkforyou.com/mp/24818/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">My hon. Friend puts the issues very well. We will consult on the report card system and take the time to ensure that we get it right, but we want to ensure that we have a clearer picture for parents by putting a clearer spotlight on a greater range of areas of performance, rather than a one-word overall judgment. For example, we want to give parents a better picture of the support that a school is providing for children with special educational needs. As part of the process, we will explore how to demonstrate that within the report card system." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Rachel Reeves (24851)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.137.10) | [Register link](https://www.theyworkforyou.com/mp/24851/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I appreciate that Members on both sides of the House will have questions for me about the tax system today" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Kit Malthouse (25346)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.193.1) | [Register link](https://www.theyworkforyou.com/mp/25346/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I have notified the Chancellor of the Exchequer of my intention to raise this point of order. Obviously, once an independent adviser on the ministerial code is appointed, I can make representations to them, but in the meantime we are faced with a situation where either the estimates or the “Fixing the Foundations” document was knowingly wrong. In either case, the House may have been significantly misled, and I would be interested to hear your guidance on what we can do about it, Madam Deputy Speaker." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## James Murray (25801)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.157.0) | [Register link](https://www.theyworkforyou.com/mp/25801/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">As Ministers, we greatly value and respect trade unions and the work of trade union representatives in supporting their members. While it is not appropriate for me to comment on individual cases, I will look into this matter further and respond to my hon. Friend in due course." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Wera Hobhouse (25648)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.210.1) | [Register link](https://www.theyworkforyou.com/mp/25648/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I call on all colleagues to support our amendments" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Ed Miliband (11545)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.179.2) | [Register link](https://www.theyworkforyou.com/mp/11545/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">With permission, I would like to make a statement about the sixth contracts for difference allocation round." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Anneliese Dodds (25618)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.167.5) | [Register link](https://www.theyworkforyou.com/mp/25618/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am grateful to the hon Member for raising that point" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Ed Miliband (11545)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.187.3) | [Register link](https://www.theyworkforyou.com/mp/11545/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">When I came into Government, I asked for discussions across Government on this" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Helen Whately (25398)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.277.1) | [Register link](https://www.theyworkforyou.com/mp/25398/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Question put and agreed to" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Stephen Kinnock (25297)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.286.3) | [Register link](https://www.theyworkforyou.com/mp/25297/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Question put and agreed to" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Toby Perkins (24845)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.183.0) | [Register link](https://www.theyworkforyou.com/mp/24845/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">It is great to see my right hon. Friend in such ebullient spirits. I have to say that his enthusiasm can only be matched by that of the industry, which today has roundly welcomed the decision that he took back in July to increase the size of this auction. That demonstrates that, if we have a Government who are consistent, positive and ambitious, the industry will respond and will back their plans. Can my right hon. Friend assure the House that the great start that he has made will be continued with a consistent plan under this Government, so that businesses can invest for the long term, knowing that the Government will always back them?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Rachel Reeves (24851)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.153.0) | [Register link](https://www.theyworkforyou.com/mp/24851/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thank the hon. Gentleman for that question, I think. On 14 October, we are hosting an international investment summit, welcoming to London some of the biggest investors in the world. In the two months that I have been in this role, I have met over 300 business leaders, talking to them about the huge opportunities to invest in our great country, including in life sciences, financial services, the creative industries and low-carbon technologies. The opportunities are endless, and this Government are determined to work with business to ensure that we bring good jobs, investment and prosperity right across the United Kingdom." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Caroline Nokes (24809)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.194.2) | [Register link](https://www.theyworkforyou.com/mp/24809/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Please use our names when addressing the Chair" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Graeme Downie (26503)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.233.1) | [Register link](https://www.theyworkforyou.com/mp/26503/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Much of the sense of public service that I hope to bring to my contribution to this House is rooted in the values of the members of my family who have done so" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Ed Miliband (11545)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.184.2) | [Register link](https://www.theyworkforyou.com/mp/11545/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thank the hon. Lady for her support and the warm tone that she uses. She is right that we face a big challenge as a country to get moving on the offshore wind Bill, the onshore wind Bill, solar on rooftops and ground-mounted solar. The truth is that CfD auctions have served us well and continue to do so. We inherited this auction halfway through the round, and we increased the budget substantially to make sure that it was a success. But the right thing for us to do—I think this is the main point that she is making—is to talk to industry about how we can make sure that future rounds are a success. I am very interested in how we can have a line of sight for industry, so that it can have the industrial certainty to plan ahead. The annual auction round is serving us well, but we need to work with industry to make sure that we land the clean power that we need and get the jobs here too." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Luke Charters (26480)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.191.3) | [Register link](https://www.theyworkforyou.com/mp/26480/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I welcome the auction increasing solar capacity. There are great projects in my constituency, funded via that scheme, such as Hessay solar. Will the Secretary of State visit sunny York to see the site once it is complete, and does he share my conviction that solar will be critical in the energy mix if we are to reduce our dependence on foreign oil and gas?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Richard Foord (26086)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.283.0) | [Register link](https://www.theyworkforyou.com/mp/26086/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Does my hon Friend agree that one other Department that might be quite interested in a cross-Government strategy is the Treasury? My constituent Amanda had a civil penalty applied on the basis that she misrepresented her earnings, which has made her frightened to go back to work or to work more hours" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Caroline Nokes (24809)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.194.5) | [Register link](https://www.theyworkforyou.com/mp/24809/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">(d) passenger information; and" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Caroline Nokes (24809)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.194.5) | [Register link](https://www.theyworkforyou.com/mp/24809/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">(d) passenger information; and" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Ed Miliband (11545)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.185.2) | [Register link](https://www.theyworkforyou.com/mp/11545/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I shall address this question at a more general level, for reasons the right hon Gentleman might understand" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Joshua Reynolds (26608)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.175.3) | [Register link](https://www.theyworkforyou.com/mp/26608/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I welcome the announcement by the Government, as do many schools and parents in my constituency, who want more information rather than just one-word ratings. Can I urge the Minister to give parents more power through greater detail, while ensuring that ratings are easy for parents to understand?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Helen Whately (25398)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.199.0) | [Register link](https://www.theyworkforyou.com/mp/25398/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I asked a series of questions and made a number of suggestions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Richard Foord (26086)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.283.0) | [Register link](https://www.theyworkforyou.com/mp/26086/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Does my hon. Friend agree that one other Department that might be quite interested in a cross-Government strategy is the Treasury? My constituent Amanda had a civil penalty applied on the basis that she misrepresented her earnings, which has made her frightened to go back to work or to work more hours. Does my hon. Friend agree that it is damaging to the economy if we have people not going out to work?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Helen Whately (25398)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.205.1) | [Register link](https://www.theyworkforyou.com/mp/25398/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Madam Chair, I am grateful to you for giving me some time to outline our amendments, and I am mindful that other Members wish to talk to their amendments or make maiden speeches, so I will wrap up my comments with a couple of final points" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Rachel Taylor (26478)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.251.1) | [Register link](https://www.theyworkforyou.com/mp/26478/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The people of my constituency are down to earth, straightforward, direct, honest, hard-working people" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Gagan Mohindra (25920)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.153.2) | [Register link](https://www.theyworkforyou.com/mp/25920/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">If she will make a statement on her departmental responsibilities" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jim Shannon (13864)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.141.5) | [Register link](https://www.theyworkforyou.com/mp/13864/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">It is important to encourage inward investment" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Graham Stringer (10576)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.206.3) | [Register link](https://www.theyworkforyou.com/mp/10576/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">On the Government side of the House, there is real enthusiasm for this Bill, and the sooner the train operating companies are back in public hands and that money is repatriated to this country, the better. However, I share with the shadow Transport Secretary a worry that officials in the Department for Transport may not be up to it. Excuses may be used to slow things down, because the operator of last resort is not ready and they are worried about taking on the extra capacity. It is a genuine worry, but it is a problem that should and has to be overcome if we want a publicly owned railway working for the benefit of passengers and the taxpayers of this country, not a privatised system. I have therefore tabled an amendment to remove clause 2(3), which could be used as a loophole as it would allow the Secretary of State to carry on with a franchise under certain circumstances. I ask my colleagues on the Front Bench to be explicit about what those circumstances might be, because my worry is that they will be getting advice from officials in the Department for Transport who have not covered themselves in glory and have failed with the railways over many, many years." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Ed Miliband (11545)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.188.1) | [Register link](https://www.theyworkforyou.com/mp/11545/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I look forward to my hon Friend and others making a contribution on this question in that debate and others" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Rachel Reeves (24851)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.137.10) | [Register link](https://www.theyworkforyou.com/mp/24851/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I appreciate that Members on both sides of the House will have questions for me about the tax system today. I remind them that tax announcements will be made in the Budget on 30 October, alongside an independent forecast from the Office for Budget Responsibility. This will be a Budget to fix the foundations, to rebuild Britain, and to ensure that working people are better off." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Ed Miliband (11545)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.183.1) | [Register link](https://www.theyworkforyou.com/mp/11545/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The other point that my hon. Friend makes is absolutely right. There is huge enthusiasm in the private sector and industry more generally for this sense of mission for the country. We want this mission to involve every business that has an interest in this area, and I believe that we can achieve that." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Simon Lightwood (26085)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.255.0) | [Register link](https://www.theyworkforyou.com/mp/26085/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">It is an honour to serve under your chairmanship, Madam Chair. I thank hon. Members of all parties for their amendments, and for their considered contributions. I commend those Members who have delivered some fabulous maiden speeches today, with such quality, passion and dedication to serve, and a love for their communities. It makes me really proud to be a Member of this House, and I am certain that the memory of delivering their maiden speeches will live with them forever." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Damian Hinds (24782)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.170.1) | [Register link](https://www.theyworkforyou.com/mp/24782/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">(Urgent Question) To ask the Secretary of State for Education if she will make a statement on proposed changes to Ofsted reporting" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Darren Jones (25637)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.160.0) | [Register link](https://www.theyworkforyou.com/mp/25637/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The Government’s spending review is currently under way. All decisions on official development assistance spending will be taken in the round as part of that process. I would be delighted to meet my hon. Friend and her colleagues to discuss this issue." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Anneliese Dodds (25618)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.164.0) | [Register link](https://www.theyworkforyou.com/mp/25618/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am grateful to the hon Member for raising those important points" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## James Murray (25801)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.157.0) | [Register link](https://www.theyworkforyou.com/mp/25801/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">While it is not appropriate for me to comment on individual cases, I will look into this matter further and respond to my hon Friend in due course" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jonathan Hinder (26522)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.242.2) | [Register link](https://www.theyworkforyou.com/mp/26522/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I want to touch on my background as a former police inspector" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Simon Lightwood (26085)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.260.1) | [Register link](https://www.theyworkforyou.com/mp/26085/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I turn to amendment 17, tabled by the hon. Member for Faversham and Mid Kent, which proposes an independent body to advise the Government on employment terms and pay for rail staff under public ownership. That is an important issue, and one that the Government are determined to get right. My officials are at the early stages of exploring a number of options—including a pay review body—so that we can consider the most appropriate approach to meet the needs of a transformed industry." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Helen Whately (25398)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.277.1) | [Register link](https://www.theyworkforyou.com/mp/25398/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Question put and agreed to." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Stephen Kinnock (25297)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.286.3) | [Register link](https://www.theyworkforyou.com/mp/25297/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Question put and agreed to." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Ed Miliband (11545)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.184.2) | [Register link](https://www.theyworkforyou.com/mp/11545/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am very interested in how we can have a line of sight for industry, so that it can have the industrial certainty to plan ahead" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Darren Jones (25637)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.155.5) | [Register link](https://www.theyworkforyou.com/mp/25637/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">It is for the company and its investors to resolve their possible issues" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jennifer Craft (26341)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.239.1) | [Register link](https://www.theyworkforyou.com/mp/26341/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I would like to share my own personal story about my motivation for being here, beyond the love of my community and my desire to serve" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Caroline Nokes (24809)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.194.5) | [Register link](https://www.theyworkforyou.com/mp/24809/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">(1) The Secretary of State must, within three months of the coming into force of the Passenger Railway Services (Public Ownership) Act 2024, instruct an independent body to conduct monitoring of the financial management of any public sector company with whom a direct award of a public service contract is made under section 30(1A)." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Darren Jones (25637)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.157.4) | [Register link](https://www.theyworkforyou.com/mp/25637/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">We are appointing a fixed-term covid fraud commissioner through an open competition that is now running as of this morning. The commissioner will make sure everything is done to return money owed to the taxpayer. It will report to the Chancellor, working with the Secretary of State for Health and Social Care, and will report to Parliament in due course." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Katrina Murray (26494)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.246.1) | [Register link](https://www.theyworkforyou.com/mp/26494/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">One benefit of making my speech later on is that I have been able to listen to the maiden speeches of so many other Members" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Anneliese Dodds (25618)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.167.3) | [Register link](https://www.theyworkforyou.com/mp/25618/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">It is important that their contribution is recognised" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Nadia Whittome (25845)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.200.0) | [Register link](https://www.theyworkforyou.com/mp/25845/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I find the hon. Member’s comments on public ownership a bit rich, given that privatisation of our railways has spelled 30 years of failure—30 years of delays and price increases for passengers, and eye-watering profits for private companies. Most people in the UK opposed privatisation at the time, and most people still oppose it today; in fact, a clear majority of her own party’s voters oppose the privatisation of the railways. Can she not see that the Secretary of State, in bringing forward this Bill, is serving the interests of our constituents?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Caroline Nokes (24809)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.193.2) | [Register link](https://www.theyworkforyou.com/mp/24809/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thank the right hon. Gentleman for his point of order and for advance notice of it. He indicated that he has informed the Chancellor of his intention to make the point of order, which of course is the correct thing to do. There are two separate points here. The first is one of privilege. He should write to the Speaker to make the point that he is concerned that the Chancellor may have misled the House. The second is about the accuracy of the estimates. That is not a matter for the Speaker, but it may be something that the right hon. Gentleman chooses to raise with the Chair of the Public Accounts Committee once they are elected next week." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Anneliese Dodds (25618)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.167.3) | [Register link](https://www.theyworkforyou.com/mp/25618/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I recognise her point about community support being provided" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Caroline Nokes (24809)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.194.5) | [Register link](https://www.theyworkforyou.com/mp/24809/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">“30D Independent body to provide advice on proposed contracts" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Caroline Nokes (24809)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.194.5) | [Register link](https://www.theyworkforyou.com/mp/24809/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">“30D Independent body to provide advice on proposed contracts" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Grahame Morris (24715)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.213.1) | [Register link](https://www.theyworkforyou.com/mp/24715/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">However, I urge her to consider the points raised by me and Members on both sides of the Committee about how we continue to procure rolling stock as we move forward" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Richard Burgon (25391)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.204.1) | [Register link](https://www.theyworkforyou.com/mp/25391/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am, thank you. I will bring my remarks to a close by asking, is it not the case that the shadow Secretary of State is being deeply ideological and is only interested in the privatised model and the pursuit of profit, regardless of the effect on the public?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Ed Miliband (11545)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.186.2) | [Register link](https://www.theyworkforyou.com/mp/11545/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I welcome my hon Friend’s question" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Rebecca Smith (26512)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.236.1) | [Register link](https://www.theyworkforyou.com/mp/26512/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Everybody I have met since entering this place who knew my predecessor tells me that I have big shoes to fill" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## David Smith (26606)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.244.1) | [Register link](https://www.theyworkforyou.com/mp/26606/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">It is a convention for Members to try and mention every settlement in their constituency when giving their maiden speech" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Wendy Chamberlain (25872)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.281.1) | [Register link](https://www.theyworkforyou.com/mp/25872/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I absolutely agree with the hon Member" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Sorcha Eastwood (26071)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.282.0) | [Register link](https://www.theyworkforyou.com/mp/26071/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I appreciate the hon. Member bringing this matter to the House. We can see clearly from the cross-party representation in the Chamber that it matters to everybody. Many in those roles are actually young people. Whenever we are talking about employment rights and workers’ rights, it is important that we remember young people, and particularly young carers, who may be care-experienced on top of that. Does she have an opinion on that?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Rachel Taylor (26478)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.251.1) | [Register link](https://www.theyworkforyou.com/mp/26478/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Those are the values that I was raised with, and those are the values that will continue to guide me in my role" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Grahame Morris (24715)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.213.1) | [Register link](https://www.theyworkforyou.com/mp/24715/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I will take up the point made by the shadow Secretary of State about the pay review bodies" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Calum Miller (26617)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.231.1) | [Register link](https://www.theyworkforyou.com/mp/26617/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">It is that sense of community and of what we can do for each other that brought me here today" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Charlie Dewhirst (26461)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.227.1) | [Register link](https://www.theyworkforyou.com/mp/26461/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am one of the few Members who can claim to represent more pigs than people" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Kit Malthouse (25346)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.193.1) | [Register link](https://www.theyworkforyou.com/mp/25346/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I have notified the Chancellor of the Exchequer of my intention to raise this point of order" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## None ()" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.137.2) | [Register link](https://www.theyworkforyou.com/mp//register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Business before Questions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Helen Whately (25398)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.202.1) | [Register link](https://www.theyworkforyou.com/mp/25398/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Our proposals will allow us to identify both good and bad performance, hold the managers of those companies to account and reward them accordingly, such as by linking managerial pay to performance. Those companies will no longer have shareholders to answer to, or the financial incentives that go with a senior role in the private sector. The Government have told us that part of their rationale for these changes is to better align the incentives of train operators with the interests of passengers, but the Bill currently provides no mechanism for that. We are not seeking to frustrate a change that this Government were elected to deliver; we simply wish to bring proper transparency and accountability to the process. That includes reporting on the costs involved in bringing operating companies into public ownership." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jennifer Craft (26341)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.239.1) | [Register link](https://www.theyworkforyou.com/mp/26341/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am here to serve my community, to speak up for the home that I love and the people who live there. If by being here I can make a difference to the lives of children and families such as mine, I will consider it a job well done, however long my constituents may opt to keep me." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Graham Leadbitter (26499)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.211.0) | [Register link](https://www.theyworkforyou.com/mp/26499/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">That is all I want to say at the moment. I do not intend to press my amendment to a Division, but I would like some assurance from those on the Government Front Bench that serious consideration will be given to how we deal with ROSCOs and the amount of profit being taken." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Wendy Morton (25342)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.217.0) | [Register link](https://www.theyworkforyou.com/mp/25342/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Let me begin with amendments 10 and 12. I do not think we should underestimate the need for strict scrutiny, accountability and transparency. At the end of the day, that is what we on the Opposition side of the Chamber are here to provide. Without the additional measures proposed in the amendments, it seems very unclear how the shift from franchise to public ownership will work, and how its impact will be assessed. How will the costs be monitored, and where will investment in future rolling stock come from?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Shaun Davies (26332)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.191.1) | [Register link](https://www.theyworkforyou.com/mp/26332/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The Secretary of State will know from his recent visit to Telford that businesses right across the country, including in my constituency, want to partner with the Government on this agenda. Will this statement and future announcements mean that those private sector businesses, which want to put their skills and money into this agenda, and take risks on behalf of the Government and the country to make us a clean energy superpower, have the Secretary of State’s backing?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Damian Hinds (24782)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.170.1) | [Register link](https://www.theyworkforyou.com/mp/24782/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">(Urgent Question) To ask the Secretary of State for Education if she will make a statement on proposed changes to Ofsted reporting." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Darren Jones (25637)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.155.5) | [Register link](https://www.theyworkforyou.com/mp/25637/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Water companies are commercial entities. It would therefore not be appropriate for me to comment on that. It is for the company and its investors to resolve their possible issues." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Caroline Nokes (24809)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.194.5) | [Register link](https://www.theyworkforyou.com/mp/24809/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">(1) The Secretary of State must, within three months of the coming into force of the Passenger Railway Services (Public Ownership) Act 2024, instruct an independent body to conduct monitoring of the financial management of any public sector company with whom a direct award of a public service contract is made under section 30(1A)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Wendy Chamberlain (25872)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.282.1) | [Register link](https://www.theyworkforyou.com/mp/25872/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am grateful to the hon Member" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Simon Lightwood (26085)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.255.0) | [Register link](https://www.theyworkforyou.com/mp/26085/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Amendments 8 and 11 look to require independent monitoring of the financial and operational performance of public sector train operators. The Department holds train operating companies to account for their financial management through regular reviews of their management accounts and business plans. That applies to both public and privately owned operators. In addition, in England publicly owned operators are overseen by DFT OLR Holdings Ltd, known as DOHL. As a holding company owned by the Secretary of State, DOHL is experienced in reviewing and monitoring the financial arrangements of the companies it manages, and contrary to what the hon. Lady said, it is building its capacity in readiness to take over more services. At the same time, public ownership will reduce the other contract management costs, because there will no longer be the same commercial tension of the taxpayer interacting with private profit. Amendment 8 refers specifically to the auditing of publicly owned train operating companies’ accounts. It is already the case that DOHL and the operators it oversees must publish their audited accounts annually." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Rachel Reeves (24851)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.137.10) | [Register link](https://www.theyworkforyou.com/mp/24851/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I welcome the hon. Member to his place." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Catherine McKinnell (24818)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.174.1) | [Register link](https://www.theyworkforyou.com/mp/24818/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The hon. Lady raises an important point, and her experience is obviously valuable to the House for the lessons that we can learn. She is absolutely right to say that a good inspection regime drives improvement and identifies in all schools not only those areas where they are doing well—which should be celebrated—but those where there is room to improve. We will consult on the report card system extensively over the next year. We want to make sure we get this right, and we want to do it in partnership. We will look to see how this is done elsewhere to make sure that we learn from best practice, and we will continue to ensure that this is an inspection system that should be welcomed by schools, as it helps them to identify how they deliver for their children, as she rightly says. I know that that is the priority for every school." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Rachel Reeves (24851)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.140.5) | [Register link](https://www.theyworkforyou.com/mp/24851/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thank my hon. Friend for his question, and I know that his experience as His Majesty’s trade commissioner in India means that he understands the importance of global trade and investment to the UK economy, including the Scottish economy. Last week, I had the opportunity to visit the National Manufacturing Institute Scotland and see at first hand the excellent work that is going on to promote innovation in a whole range of sectors, including aerospace and satellite technology. The UK already produces around half of the world’s large civil aircraft wings and engines, and the aerospace sector added £11 billion to the UK economy last year. The Government are putting investment at the heart of our growth strategy, including by supporting advanced manufacturing in Scotland, and I look forward to working with my hon. Friend on this endeavour." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Kit Malthouse (25346)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.193.1) | [Register link](https://www.theyworkforyou.com/mp/25346/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I also have a letter from the Office for Budget Responsibility in response to a freedom of information request that I made prior to the recess" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Helen Whately (25398)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.204.2) | [Register link](https://www.theyworkforyou.com/mp/25398/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">There should be an independent body to look at what we are inheriting and to advise on what is fair to those employees and the taxpayer each year when it comes to pay" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Wera Hobhouse (25648)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.242.0) | [Register link](https://www.theyworkforyou.com/mp/25648/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">We should not forget that there are so many new Members" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Calum Miller (26617)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.231.1) | [Register link](https://www.theyworkforyou.com/mp/26617/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">It is my honour to speak in their company" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Helen Whately (25398)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.200.1) | [Register link](https://www.theyworkforyou.com/mp/25398/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">As I said a moment ago, amendment 18 would require the Government to set out what impact they believe the Bill will have. For instance, what impact will getting rid of private sector train companies—the good performers as well as the weaker ones—have on passengers, fares, reliability and the cost of the railway to taxpayers? The amendment proposes that the Government should set that information out clearly in a report within the next six months. I am sure that hon. Members do not consider that to be unreasonable; surely, it is the least that any of us would want to see, since we all represent both rail users and taxpayers. It would mean that we would all know what difference the Government expect the legislation to make. I would hope that the report would be set out in a way that stands up to scrutiny, that it draws on evidence and that it has a suitable level of rigour for something so significant. It would also give us all something to hold the Government to account against, as well as the managers who take over responsibility for train operators." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Rebecca Smith (26512)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.236.1) | [Register link](https://www.theyworkforyou.com/mp/26512/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I know that all hon Members have recently heard from the commission about those commemorated in their constituencies, and I encourage them to get in touch with their regional public engagement co-ordinator if they would like to know more" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Wendy Morton (25342)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.217.0) | [Register link](https://www.theyworkforyou.com/mp/25342/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">My reason for supporting the amendments is to ensure that, through stricter reporting and oversight of the new operators, we will see targets that are linked to performance and innovation. It is important that they are also linked to managerial pay, and it is all about keeping the passenger at the heart of what we are doing. It is also important to look closely at how the operator of last resort will manage the many more train services that will fall under its remit. I am not quite sure whether the OLR will have more resource to do that—hence the need to have accounts and monitor what is happening." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Helen Whately (25398)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.201.3) | [Register link](https://www.theyworkforyou.com/mp/25398/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">For the reasons I have described, we have also tabled amendments to put some conditions on franchises moving into the public sector. Under the Secretary of State’s plan, the running of trains on our network will increasingly be tasked to a little-known Government company called DFT OLR Holdings Ltd, or DOHL, the current operator of last resort. It seems to me a huge risk to expect DOHL to successfully take over and run every franchise in the country. DOHL has had, shall we say, mixed results with the franchises it has taken over, and expecting it to run a further 10 on top of the four it is currently operating strikes me as a lot to ask. I recognise that the Bill makes reference to that risk by providing for franchise extensions where it would not be practical to bring the service in-house, but under the current plans, that would be decided by the Secretary of State. It is not that I do not trust the right hon. Lady, but she has shown herself to have a great deal of confidence in public operators, in the absence of any substantial grounds for that confidence." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Helen Whately (25398)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.204.2) | [Register link](https://www.theyworkforyou.com/mp/25398/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">That brings me to unions and pay" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## David Pinto-Duschinsky (26632)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.249.1) | [Register link](https://www.theyworkforyou.com/mp/26632/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I think I can justifiably claim to have a strong personal understanding of just how important it is to get your numbers exactly right, because, Madam Chair, if you ask me to think of a number, I do not need to ponder long. My lucky number is 15. Why? Because 15 is the size of my majority. I have the honour of holding the smallest majority in Parliament. It reminds me every day who sent me here, who I serve in this place, how grateful I am to the people who voted for me and how life turns on the very smallest of margins. So I pledge now to serve the people of Hendon, no matter how they voted, with every fibre of my being." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Simon Lightwood (26085)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.257.1) | [Register link](https://www.theyworkforyou.com/mp/26085/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.66" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Amendments 2 to 5 would allow the Secretary of State and Scottish and Welsh Ministers to award contracts to companies owned by certain elected public bodies. While the Government are committed to strengthening local involvement in the planning and delivery of rail services, it will be important to ensure that does not undermine the plan for Great British Railways to act as a directing mind that provides coherence, consistency and clarity for the whole railway. To support that, the Government intend to award contracts specifically to public sector companies owned by the Secretary of State via DOHL." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Ed Miliband (11545)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.182.0) | [Register link](https://www.theyworkforyou.com/mp/11545/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I look forward to our exchanges in this House" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Sorcha Eastwood (26071)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.282.0) | [Register link](https://www.theyworkforyou.com/mp/26071/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I appreciate the hon Member bringing this matter to the House" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Wendy Chamberlain (25872)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.283.1) | [Register link](https://www.theyworkforyou.com/mp/25872/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">It needs organisation, buy-in and leadership" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## David Smith (26606)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.244.1) | [Register link](https://www.theyworkforyou.com/mp/26606/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Will we use it for private benefit or for the common good? For me, the common good must be paramount" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Abtisam Mohamed (26413)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.215.1) | [Register link](https://www.theyworkforyou.com/mp/26413/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I will also use my platform to strongly advocate for cohesion in society" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Gagan Mohindra (25920)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.153.2) | [Register link](https://www.theyworkforyou.com/mp/25920/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">If she will make a statement on her departmental responsibilities." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Katrina Murray (26494)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.246.1) | [Register link](https://www.theyworkforyou.com/mp/26494/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">It is in a spirit of partnership and alliance that I will work to strengthen the bonds that bind our people together" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Ed Miliband (11545)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.188.3) | [Register link](https://www.theyworkforyou.com/mp/11545/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">These are hard questions, because they are about value for money and how much we invest in tidal, but my Department needs to have those important discussions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Alan Gemmell (26476)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.140.4) | [Register link](https://www.theyworkforyou.com/mp/26476/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">International investment is important for the aviation and aerospace sectors, and aviation and aerospace are important for my constituents in Central Ayrshire, with 55% of Scotland’s aerospace jobs based in Prestwick. Can my right hon. Friend tell me what more the Government will do to ensure continued international investment in these sectors?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Wendy Morton (25342)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.217.0) | [Register link](https://www.theyworkforyou.com/mp/25342/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am not quite sure whether the OLR will have more resource to do that—hence the need to have accounts and monitor what is happening" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Wendy Chamberlain (25872)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.280.2) | [Register link](https://www.theyworkforyou.com/mp/25872/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am grateful to my hon. Friend. It demonstrates how prevalent caring is in our society when we have Members who have direct experience of it. Identification of carers, or people identifying themselves as carers, is a key issue that any strategy should address." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Grahame Morris (24715)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.213.1) | [Register link](https://www.theyworkforyou.com/mp/24715/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I will take up the point made by the shadow Secretary of State about the pay review bodies. May I point out that they are not universally welcomed? I have been looking at responses to pay review bodies in the health service, and the last Government had a less than wonderful record when it comes to implementing the recommendations of pay review bodies, not least those relating to junior doctors. The Royal College of Nursing has said of pay review bodies that there is “nothing independent about them.” The chairs and members of pay review bodies are hand-picked by the Prime Minister and Government Ministers, and the terms of reference are decided by the Government. There is some scepticism about how independent they truly are, and about whether, when they make recommendations, the Government are obliged to implement them in full." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Ed Miliband (11545)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.185.0) | [Register link](https://www.theyworkforyou.com/mp/11545/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Investors are trying to decide whether to locate their blade factories and other investments in the UK or elsewhere" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Caroline Nokes (24809)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.194.5) | [Register link](https://www.theyworkforyou.com/mp/24809/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">“(1AA) Before making a direct award of a public service contract to a public sector company under subsection (1A), the relevant franchising authority must provide information to the Office of Rail and Road on the public sector company’s ability to become responsible for the provision of the relevant passenger railway services." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## James Murray (25801)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.149.1) | [Register link](https://www.theyworkforyou.com/mp/25801/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I welcome my hon. Friend to his place. He is absolutely right to highlight how important it is to make sure that all those who are eligible for pension credit but are not claiming it sign up and thereby receive the benefits to which they are entitled, which now include the winter fuel payment. The Government are undertaking a new campaign to drive take-up, and the Department for Work and Pensions is holding a pension credit week of action in the first week of September, when promotional activities will be supported by organisations including Age UK and local authorities. There will be further action in the coming months, including on TV, in the press and on radio, and we will be writing directly to up to 120,000 pensioners who receive housing benefit but are not claiming pension credit to encourage a claim where they may be eligible." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## David Smith (26606)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.244.1) | [Register link](https://www.theyworkforyou.com/mp/26606/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Those are wise words for all with a heart for public service, especially those of us who call ourselves parliamentarians. As for me, they will be the axiom by which I expect my public service to be judged, however long I remain in this place." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Wendy Chamberlain (25872)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.279.5) | [Register link](https://www.theyworkforyou.com/mp/25872/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am grateful to the hon Member for that intervention" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Catherine Fookes (26510)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.151.7) | [Register link](https://www.theyworkforyou.com/mp/26510/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I was recently handed a petition that had been signed by more than 3,500 constituents" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Wendy Morton (25342)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.217.0) | [Register link](https://www.theyworkforyou.com/mp/25342/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I would like to understand how some of the investments will be progressed under the new model, and how they will be held to account" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Helen Whately (25398)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-03c.202.1) | [Register link](https://www.theyworkforyou.com/mp/25398/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.65" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">On amendment 8, public bodies marking their own homework is not something that Opposition Members believe leads to good results. I know from my time in government that independent scrutiny makes life harder for Ministers, but it also improves accountability, and with that outcomes. That is why we seek to introduce proper financial reporting and oversight for public sector operators. Under the franchise system, whatever its shortcomings, train operators are incentivised to increase passenger numbers and control costs. That has been an undeniable success of privatisation. Passenger numbers have doubled and costs have been controlled, increasing at a far slower rate than revenue." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "# 2024-09-02" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Caroline Voaden (26511)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.114.1) | [Register link](https://www.theyworkforyou.com/mp/26511/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.73" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I declare an interest, as I worked there for six months in 2018" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Tulip Siddiq (25344)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.133.1) | [Register link](https://www.theyworkforyou.com/mp/25344/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.72" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I will come on to LINK, which provides the banking hubs, but if he does not mind writing to me and laying out exactly what the issue is, I can write to him about the topic and about the criteria, because it sounds as if there is a very small matter that needs looking at and I am happy to do so" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Peter Kyle (25418)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.92.3) | [Register link](https://www.theyworkforyou.com/mp/25418/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.72" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The interventions are building up, but I think I can answer both together to satisfy both Members" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Anneliese Dodds (25618)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.35.3) | [Register link](https://www.theyworkforyou.com/mp/25618/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.71" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am grateful to the Member for his question" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Ian Lavery (24963)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.133.0) | [Register link](https://www.theyworkforyou.com/mp/24963/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.71" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">However, will the Minister consider reviewing the criteria? I have an issue in my constituency where the distance of the nearest bank is one tenth of a mile too short to get a banking hub" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Tulip Siddiq (25344)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.135.0) | [Register link](https://www.theyworkforyou.com/mp/25344/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.71" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">If constituents or Members write to me, we will bear their areas in mind" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Yvette Cooper (10131)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.62.2) | [Register link](https://www.theyworkforyou.com/mp/10131/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.71" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I welcome my hon Friend’s points" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Yvette Cooper (10131)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.64.0) | [Register link](https://www.theyworkforyou.com/mp/10131/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.71" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The hon. Member will know that decisions on charging and on which courts take the decisions is not a matter for Government and rightly so. Those are independent matters for the CPS and for the courts and the judicial system. I am happy to write to her with detailed information about the numbers of cases that have been dealt with in the different courts, as I do not have that to hand." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Patricia Ferguson (13984)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.104.1) | [Register link](https://www.theyworkforyou.com/mp/13984/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.71" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I also want to talk a little about my constituency" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jesse Norman (24827)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.5.4) | [Register link](https://www.theyworkforyou.com/mp/24827/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.71" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">May I invite the Secretary of State and her team to consider whether that might be possible and, potentially, put in a bid? That would pour important new life into a scheme that is already going incredibly well" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## David Lammy (10678)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.37.1) | [Register link](https://www.theyworkforyou.com/mp/10678/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.71" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I have informed my right hon Friend the Business and Trade Secretary" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Tulip Siddiq (25344)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.135.0) | [Register link](https://www.theyworkforyou.com/mp/25344/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.7" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I want to take my hon Friend the Member for Hexham, and other Members who have spoken, along with me on my journey, working together with the financial services sector and the public to deliver financial services" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Patricia Ferguson (13984)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.104.1) | [Register link](https://www.theyworkforyou.com/mp/13984/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.7" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I also want to talk a little about my constituency. I have listened to many maiden speeches in this Chamber and heard Members extol the virtues of their constituencies, so I now have a bucket list of places I want to visit. I have to say that my constituency is very beautiful, but that is not what intrigues me most about it and it is not the thing of which I am most proud." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Anna Sabine (26497)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.131.0) | [Register link](https://www.theyworkforyou.com/mp/26497/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.7" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I represent a thriving market town in Somerset called Frome, and even there it was announced in May that we would lose our last bank. Given that banks play such an important role in our communities and our businesses, does the hon. Member agree that there should be some obligation placed on banks to ensure adequate provision across communities in any given constituency? We can see from the discussion this evening that it is critical to so many aspects of our public life that we have proper banking provision." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Matthew Pennycook (25379)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.19.4) | [Register link](https://www.theyworkforyou.com/mp/25379/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.7" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">We are reviewing our position and will make further announcements in due course" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Alex Norris (25687)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.3.2) | [Register link](https://www.theyworkforyou.com/mp/25687/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.7" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">With regards to ownership, HM Land Registry is searchable for a variety of information, but I welcome the chance to meet my hon Friend to discuss that, and perhaps Love Gillingham as well" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Alice Macdonald (26450)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.117.1) | [Register link](https://www.theyworkforyou.com/mp/26450/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.7" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">My priorities are shaped by what I have heard from my constituents" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Anna Sabine (26497)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.131.0) | [Register link](https://www.theyworkforyou.com/mp/26497/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Given that banks play such an important role in our communities and our businesses, does the hon Member agree that there should be some obligation placed on banks to ensure adequate provision across communities in any given constituency? We can see from the discussion this evening that it is critical to so many aspects of our public life that we have proper banking provision" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Peter Kyle (25418)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.93.3) | [Register link](https://www.theyworkforyou.com/mp/25418/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">It gives me the opportunity to respond to his question" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Andrew Griffith (25927)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.94.1) | [Register link](https://www.theyworkforyou.com/mp/25927/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I would also like to take this opportunity to welcome the Secretary of State and his Ministers" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Nick Thomas-Symonds (25279)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.80.2) | [Register link](https://www.theyworkforyou.com/mp/25279/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.69" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am very grateful to my hon. Friend for his question. On the first point he makes about his constituent who has received a payment but without any clear explanation, one of the things the Government are committed to do is to try to make this whole process as clear as we possibly can. If he wants to write to me about that particular case, I can ensure that the explanation and, indeed, the correspondence is looked at appropriately." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Adam Jogee (26541)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.134.1) | [Register link](https://www.theyworkforyou.com/mp/26541/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I congratulate my hon. Friend the Member for Hexham (Joe Morris) on securing this important debate, in which I have two quick questions to put to the Minister. First, will she outline what conversations she has had with the banks to ensure that they put people over profit? I am very proud to represent Newcastle-under-Lyme. I know that she has not visited; if she had, she would agree that it is the most beautiful place in our country. Secondly, how can we ensure that the importance of accessibility is acknowledged not just in words but in deeds?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Tulip Siddiq (25344)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.134.0) | [Register link](https://www.theyworkforyou.com/mp/25344/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The decisions on the locations of future banking hubs will be made by LINK, which is the banking industry’s cash co-ordinating body. It will consider criteria such as population size, the number of retailers in the community and the availability of alternative bank branches. Communities can ask LINK to carry out an assessment of the local area; I urge my hon. Friends the Members for Blyth and Ashington (Ian Lavery) and for Hexham to make to LINK the case that has so convincingly been made to me. At the end of the day, we have asked it to make the decisions, but I can help in the process as well." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Jim Shannon (13864)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.133.2) | [Register link](https://www.theyworkforyou.com/mp/13864/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I congratulate the Minister on attaining her office and wish her well in it. I think she referred to 350 banking hubs, which I presume means across the whole of the United Kingdom of Great Britain and Northern Ireland—I hope so. If not, I ask her to confirm that the same progression and the enthusiasm that she is showing will also happen in Northern Ireland. I ask her one other thing, about which I spoke to the hon. Member for Hexham (Joe Morris) beforehand. Setting up banking hubs seems to take forever. We all want them in place. Is that something that the Minister can help us with?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Yvette Cooper (10131)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.68.0) | [Register link](https://www.theyworkforyou.com/mp/10131/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The hon Member makes an important point" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Nick Thomas-Symonds (25279)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.85.2) | [Register link](https://www.theyworkforyou.com/mp/25279/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am holding a drop-in for Members from across the House tomorrow, and I will endeavour to continue to ensure that as much information as possible is made available to Members, so that they can continue to speak up for their constituents effectively" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Tulip Siddiq (25344)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.134.0) | [Register link](https://www.theyworkforyou.com/mp/25344/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">As the hon. Member might know, 60 banking hubs have already opened. As I said, we anticipate that 100 will be open at the end of this year, but I agree that it is frustrating to have to wait and watch. We want them to be up and running so that our constituents can make good use of them. We want to ensure that the hubs mean that people and businesses can withdraw and deposit cash, because we know that people still use it. They will deposit cheques, pay bills and make balance inquiries. They will also contain dedicated community bankers from the largest banks in the area on a rotating basis, to help people and businesses carry out wider banking services." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Angela Rayner (25429)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.17.4) | [Register link](https://www.theyworkforyou.com/mp/25429/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The hon. Member will know that Birmingham city council will not be making decisions over asset sales lightly. I know that it is working with commissioners to ensure that its financing decisions deliver value for money and that it can avoid fire sales, and I will work constructively with the council and commissioners as that work continues." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Angela Rayner (25429)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.9.3) | [Register link](https://www.theyworkforyou.com/mp/25429/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Across education, across my Department and across our Government I would like to see how we can celebrate our differences and bring communities together" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## David Lammy (10678)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.37.1) | [Register link](https://www.theyworkforyou.com/mp/10678/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Today, I want to underline four points about these decisions" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Graham Stuart (11406)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.22.4) | [Register link](https://www.theyworkforyou.com/mp/11406/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I congratulate the Secretary of State on her dancing skills, her appointment and her outstanding answer to the question from the shadow Secretary of State, my right hon. Friend the Member for North West Essex (Mrs Badenoch), on council tax, which I will pursue. Can she assure the House and guarantee that she will not remove the single person discount, which is so important to pensioners who are already losing out because of the absence of the winter fuel allowance? That would put gladness into the heart of elderly people across the country who live on small incomes." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Anneliese Dodds (25618)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.29.3) | [Register link](https://www.theyworkforyou.com/mp/25618/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The right hon Member raises an important question" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## David Smith (26606)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.130.0) | [Register link](https://www.theyworkforyou.com/mp/26606/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I draw attention to the correlated issue of post offices" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Munira Wilson (25820)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.21.4) | [Register link](https://www.theyworkforyou.com/mp/25820/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">When the Secretary of State looks at the rules around local authority compulsory purchase orders, and at removing hope value for house building purposes, will she look at having the same rules for playing fields that local authorities want to keep as playing fields and not build on? That would allow sites such as Udney park playing field in my constituency, which has lain derelict for a decade under private ownership, to be brought into community use again" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Joe Morris (26468)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.131.1) | [Register link](https://www.theyworkforyou.com/mp/26468/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">It is important that we represent the impact that the infrequent availability of post office services has had on individuals in my constituency, and in particular on elderly customers, who now have to use the post office as their primary banking facility. It would be great if the Minister could join me in encouraging the Post Office to expand its participation, particularly as I know that the Government are looking to expand the pension credit take-up campaign. Finally, will she comment on how the Government are working already, and will work in future, with our fantastic North East Mayor Kim McGuinness to improve economic prosperity across some of the most rural and remote areas of our incredibly proud region?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Yvette Cooper (10131)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.62.0) | [Register link](https://www.theyworkforyou.com/mp/10131/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">The right hon Member makes an important point" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Angela Rayner (25429)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.8.5) | [Register link](https://www.theyworkforyou.com/mp/25429/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I congratulate the hon. Member on his work in this area. Either myself or one of my Ministers will be happy to meet him." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Rachel Blake (26546)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.33.1) | [Register link](https://www.theyworkforyou.com/mp/26546/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">We have heard about the role of Russian assets in this country. The Minister will be aware of my concerns about asset ownership in the constituency of Cities of London and Westminster, and how vital it is for UK economic growth that we can pride ourselves on having clean and transparent financial markets in the City of London. Does she agree that securing transparency through trust ownership is a really important part of ensuring that we can understand ownership of assets in this country, and that we cannot wait any longer for enforcement around the transparency of trusts in order to secure our understanding of the situation?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Tulip Siddiq (25344)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.135.0) | [Register link](https://www.theyworkforyou.com/mp/25344/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">However, it is important that coverage is maintained, so I welcome the FCA’s forthcoming rules on access to cash, under which designated banks and building societies will be required to assess the impact of a closure on a community’s ability to access cash. If a closure results in a gap in provision, firms will be required to put in place a new service that meets the community’s needs. That could mean a new ATM deposit service or a banking hub. Where a new service is recommended, firms will need to ensure that it is place before they are able to close the existing service, to avoid gaps emerging in access to cash. Those rules will come into force on 18 September, which I am sure will be welcomed by Members across the House." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Allison Gardner (26621)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.108.1) | [Register link](https://www.theyworkforyou.com/mp/26621/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am acutely aware of the trust they have placed in me" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## David Lammy (10678)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.37.1) | [Register link](https://www.theyworkforyou.com/mp/10678/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.68" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Let me first be clear on the review’s scope" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Saqib Bhatti (25847)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.122.1) | [Register link](https://www.theyworkforyou.com/mp/25847/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Let me now turn to the Secretary of State" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Nick Thomas-Symonds (25279)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.74.2) | [Register link](https://www.theyworkforyou.com/mp/25279/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I want to make it clear to the House that those payments will be on top of the comprehensive compensation package currently set out in the regulations that a person will receive" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Joe Morris (26468)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.131.1) | [Register link](https://www.theyworkforyou.com/mp/26468/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I agree with the hon. Lady. It is important that banks recognise the almost unique role that they play on our high streets as anchor institutions; they need to be far more responsible when conditions dictate that bank branches need to close. This is not about asking them to play a charitable role; it is about asking them to play a responsible role in our economy and our society. As an MP for many picturesque market towns, I recognise the problems that the hon. Lady is having in her constituency." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Tulip Siddiq (25344)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.135.0) | [Register link](https://www.theyworkforyou.com/mp/25344/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I can assure my hon Friend that I speak to the banks every day to ensure that they know what our values are and how we want them delivered" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Joe Morris (26468)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.129.2) | [Register link](https://www.theyworkforyou.com/mp/26468/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I applied for this debate having spent my time as a candidate listening to the concerns of people across the constituency, but there is one area I wish to highlight" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Andrew Griffith (25927)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.94.1) | [Register link](https://www.theyworkforyou.com/mp/25927/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I would also like to take this opportunity to welcome the Secretary of State and his Ministers. I congratulate him on a maiden speech that had much in it to commend and congratulate him on his stewardship of what is a fantastic Department. He is fortunate to be supported, as I know from my experience, by a team of outstanding officials. I pay tribute to their deep knowledge and dedication." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Saqib Bhatti (25847)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.122.1) | [Register link](https://www.theyworkforyou.com/mp/25847/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I would like to start by paying tribute to all the Members who made their maiden speeches. I congratulate each and every one of them on that nerve-racking experience. We may not always agree on many things or we may agree on a lot, but clearly they will all be formidable contributors to this House." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Ian Lavery (24963)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.133.0) | [Register link](https://www.theyworkforyou.com/mp/24963/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Banking hubs are in many ways very helpful. However, will the Minister consider reviewing the criteria? I have an issue in my constituency where the distance of the nearest bank is one tenth of a mile too short to get a banking hub. Because of that, they are considering not putting a banking hub in place. Is there potential to review the criteria, to support the most vulnerable people in our communities?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Adam Jogee (26541)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.134.1) | [Register link](https://www.theyworkforyou.com/mp/26541/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">First, will she outline what conversations she has had with the banks to ensure that they put people over profit? I am very proud to represent Newcastle-under-Lyme" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Ayoub Khan (26631)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.17.1) | [Register link](https://www.theyworkforyou.com/mp/26631/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">If she will make a statement on her departmental responsibilities" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Munira Wilson (25820)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.21.4) | [Register link](https://www.theyworkforyou.com/mp/25820/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">When the Secretary of State looks at the rules around local authority compulsory purchase orders, and at removing hope value for house building purposes, will she look at having the same rules for playing fields that local authorities want to keep as playing fields and not build on? That would allow sites such as Udney park playing field in my constituency, which has lain derelict for a decade under private ownership, to be brought into community use again." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Tulip Siddiq (25344)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.135.0) | [Register link](https://www.theyworkforyou.com/mp/25344/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I thank everyone for their thoughtful contributions, but this will not be my last speech on this matter. I want to take my hon. Friend the Member for Hexham, and other Members who have spoken, along with me on my journey, working together with the financial services sector and the public to deliver financial services. I want to mention quickly the post office network—[Interruption.] I don’t have time, do I, Madam Deputy Speaker? You are looking at me. I will just say that the Government are committed to looking for ways to strengthen the post office network. The Secretary of State met the chair of the Post Office to discuss that and other important issues, and the Government protect the post office network by setting minimum access criteria to ensure that 99% of the UK population lives within three miles of a post office, with around 11,000 branches in the UK." - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Caroline Nokes (24809)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.67.0) | [Register link](https://www.theyworkforyou.com/mp/24809/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Can I encourage Members to ask short questions and the Home Secretary to make answers shorter, as I would like to get everyone in?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Caroline Nokes (24809)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.67.0) | [Register link](https://www.theyworkforyou.com/mp/24809/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">Can I encourage Members to ask short questions and the Home Secretary to make answers shorter, as I would like to get everyone in?" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Anneliese Dodds (25618)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.36.2) | [Register link](https://www.theyworkforyou.com/mp/25618/register)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "match score: 0.67" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - ">I am grateful to the hon Member for that important point" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Lauren Edwards (26597)" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, + "outputs": [ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.4.0) | [Register link](https://www.theyworkforyou.com/mp/26597/register)" + "# 2024-10-08" ], "text/plain": [ "" @@ -49376,7 +123,7 @@ { "data": { "text/markdown": [ - "match score: 0.67" + "## James Frith (25622)" ], "text/plain": [ "" @@ -49388,7 +135,7 @@ { "data": { "text/markdown": [ - ">Will my hon Friend meet me to discuss learnings from that experience and what an improved new fund could look like under this Government?" + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-10-08a.186.2) | [Register link](https://www.theyworkforyou.com/mp/25622/register)" ], "text/plain": [ "" @@ -49400,7 +147,7 @@ { "data": { "text/markdown": [ - "## Shaun Davies (26332)" + "match score: 0.9" ], "text/plain": [ "" @@ -49412,7 +159,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.23.4) | [Register link](https://www.theyworkforyou.com/mp/26332/register)" + ">I refer Members to my entry in the **Register** of Members’ Financial **Interest**s" ], "text/plain": [ "" @@ -49424,7 +171,7 @@ { "data": { "text/markdown": [ - "match score: 0.67" + "## Mims Davies (25330)" ], "text/plain": [ "" @@ -49436,7 +183,7 @@ { "data": { "text/markdown": [ - ">I know from my time as chair of the Local Government Association that all council leaders, regardless of political persuasion, need more money for local government, but that there is also a commitment from the sector to reforming the sector. Will the Minister confirm his willingness to work with council leaders, regardless of political persuasion, to reform the system, and also to take a look at population under-counting, which is costing my council millions of pounds each year?" + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-10-08a.167.6) | [Register link](https://www.theyworkforyou.com/mp/25330/register)" ], "text/plain": [ "" @@ -49448,7 +195,7 @@ { "data": { "text/markdown": [ - "## Julian Lewis (10358)" + "match score: 0.73" ], "text/plain": [ "" @@ -49460,7 +207,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.12.1) | [Register link](https://www.theyworkforyou.com/mp/10358/register)" + ">I have a personal and constituency **interest** in wanting all education settings to thrive, so I agree with my right hon Friend" ], "text/plain": [ "" @@ -49472,7 +219,7 @@ { "data": { "text/markdown": [ - "match score: 0.67" + "## Laurence Turner (26517)" ], "text/plain": [ "" @@ -49484,7 +231,7 @@ { "data": { "text/markdown": [ - ">Will he draw his colleagues’ attention to the fact that people like me, living in a leasehold block, have the experience of winning a first tier tribunal hearing against a freeholder, but still awaiting the refunding of the sums of money that were wrongly taken from us in the first place? The freeholder simply ignores everything and carries on as if nothing had happened" + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-10-08a.199.0) | [Register link](https://www.theyworkforyou.com/mp/26517/register)" ], "text/plain": [ "" @@ -49496,7 +243,7 @@ { "data": { "text/markdown": [ - "## Tim Farron (11923)" + "match score: 0.7" ], "text/plain": [ "" @@ -49508,7 +255,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.84.5) | [Register link](https://www.theyworkforyou.com/mp/11923/register)" + ">At this point I draw the House’s attention to my declarations in the **Register** of Members’ Financial **Interest**s and my background as an officer of the GMB, one of the unions that represents school support staff." ], "text/plain": [ "" @@ -49520,7 +267,7 @@ { "data": { "text/markdown": [ - "match score: 0.67" + "## Andrew Murrison (11132)" ], "text/plain": [ "" @@ -49532,7 +279,7 @@ { "data": { "text/markdown": [ - ">Will he personally look at the details I will send him, and ensure that my constituents are aware of what is available, so that they can get support as soon as possible?" + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-10-08a.242.0) | [Register link](https://www.theyworkforyou.com/mp/11132/register)" ], "text/plain": [ "" @@ -49544,7 +291,7 @@ { "data": { "text/markdown": [ - "## Jesse Norman (24827)" + "match score: 0.7" ], "text/plain": [ "" @@ -49556,7 +303,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.5.4) | [Register link](https://www.theyworkforyou.com/mp/24827/register)" + ">I am following the hon Gentleman’s remarks with a great deal of **interest**" ], "text/plain": [ "" @@ -49568,7 +315,7 @@ { "data": { "text/markdown": [ - "match score: 0.67" + "## Dr Caroline Johnson (25597)" ], "text/plain": [ "" @@ -49580,7 +327,7 @@ { "data": { "text/markdown": [ - ">The stronger towns fund has been extremely successful in Hereford, and the question has arisen as to whether any of the funds that may be within that scheme and have not been used elsewhere could be redeployed. May I invite the Secretary of State and her team to consider whether that might be possible and, potentially, put in a bid? That would pour important new life into a scheme that is already going incredibly well." + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-10-08a.203.2) | [Register link](https://www.theyworkforyou.com/mp/25597/register)" ], "text/plain": [ "" @@ -49592,7 +339,7 @@ { "data": { "text/markdown": [ - "## David Smith (26606)" + "match score: 0.69" ], "text/plain": [ "" @@ -49604,7 +351,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.130.0) | [Register link](https://www.theyworkforyou.com/mp/26606/register)" + ">I **declare** an **interest** as I have three children in private school, one of whom is in her final year" ], "text/plain": [ "" @@ -49616,7 +363,7 @@ { "data": { "text/markdown": [ - "match score: 0.67" + "## Roz Savage (26603)" ], "text/plain": [ "" @@ -49628,7 +375,7 @@ { "data": { "text/markdown": [ - ">I thank my hon. Friend for securing the debate on an issue that is important in both his constituency and mine. I draw attention to the correlated issue of post offices. In Wooler in North Northumberland, where there are no bank branches, the post office, which provides the only banking services for that community, is also at risk of closure. Thankfully, an incredible community response, led by the Glendale Gateway Trust, is fighting to retain it. I will do everything in my power, too. Does my hon. Friend agree that banking hubs more generally, and the Post Office specifically, must be part of the solution to the lack of access to banking services in Northumberland?" + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-10-08a.251.3) | [Register link](https://www.theyworkforyou.com/mp/26603/register)" ], "text/plain": [ "" @@ -49640,7 +387,7 @@ { "data": { "text/markdown": [ - "## Matthew Pennycook (25379)" + "match score: 0.67" ], "text/plain": [ "" @@ -49652,7 +399,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.19.4) | [Register link](https://www.theyworkforyou.com/mp/25379/register)" + ">I am so grateful to my constituents for trusting me to represent their **interest**s and those of this country" ], "text/plain": [ "" @@ -49664,7 +411,7 @@ { "data": { "text/markdown": [ - "match score: 0.67" + "## Steve Reed (25170)" ], "text/plain": [ "" @@ -49676,7 +423,7 @@ { "data": { "text/markdown": [ - ">As I made clear in response to a previous question, we understand very much the pressure that local authorities are under and the pressure on their housing revenue accounts. We are reviewing our position and will make further announcements in due course." + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-10-08a.235.4) | [Register link](https://www.theyworkforyou.com/mp/25170/register)" ], "text/plain": [ "" @@ -49688,7 +435,7 @@ { "data": { "text/markdown": [ - "## Joe Morris (26468)" + "match score: 0.66" ], "text/plain": [ "" @@ -49700,7 +447,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.130.3) | [Register link](https://www.theyworkforyou.com/mp/26468/register)" + ">I have also been speaking with my right hon Friend the Secretary of State for Northern Ireland, who shares that **interest**" ], "text/plain": [ "" @@ -49712,7 +459,7 @@ { "data": { "text/markdown": [ - "match score: 0.67" + "## James Murray (25801)" ], "text/plain": [ "" @@ -49724,7 +471,7 @@ { "data": { "text/markdown": [ - ">I very much agree with my hon Friend" + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-10-08a.174.3) | [Register link](https://www.theyworkforyou.com/mp/25801/register)" ], "text/plain": [ "" @@ -49736,7 +483,7 @@ { "data": { "text/markdown": [ - "## Peter Kyle (25418)" + "match score: 0.66" ], "text/plain": [ "" @@ -49748,7 +495,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.86.1) | [Register link](https://www.theyworkforyou.com/mp/25418/register)" + ">I am still responding to the hon. Member for Hinckley and Bosworth (Dr Evans), so please let me come back to that point. HMRC is putting in place bespoke guidance, and it is standing by to make sure that schools are properly **register**ed for the change. All the evidence we have seen from the IFS and so on suggests that the impact on the state sector will be very small, which means that it will not have a material effect on children’s education." ], "text/plain": [ "" @@ -49760,7 +507,7 @@ { "data": { "text/markdown": [ - "match score: 0.67" + "## Alicia Kearns (25906)" ], "text/plain": [ "" @@ -49772,7 +519,7 @@ { "data": { "text/markdown": [ - ">It is the first time I have had the privilege of speaking under your chairmanship, Madam Deputy Speaker, and I am grateful for it. May I start by welcoming the hon. Member for Arundel and South Downs (Andrew Griffith) to his place? I had his job, and I realise just what a privilege it is. Today, I think we have nine Members seeking to catch your eye, Madam Deputy Speaker, to make their maiden speech. In advance, I offer them my very best wishes in this nervous moment. I look forward to hearing them. I am about to perform my maiden speech as a Secretary of State, so we are all in it together." + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-10-08a.185.1) | [Register link](https://www.theyworkforyou.com/mp/25906/register)" ], "text/plain": [ "" @@ -49784,7 +531,7 @@ { "data": { "text/markdown": [ - "## Anneliese Dodds (25618)" + "match score: 0.66" ], "text/plain": [ "" @@ -49796,7 +543,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.30.1) | [Register link](https://www.theyworkforyou.com/mp/25618/register)" + ">For those who are **interest**ed, I did go to my local comprehensive, and my children go to their local comprehensive, but I think it is right that we support choice for all" ], "text/plain": [ "" @@ -49808,7 +555,7 @@ { "data": { "text/markdown": [ - "match score: 0.67" + "## Ben Spencer (25889)" ], "text/plain": [ "" @@ -49820,7 +567,7 @@ { "data": { "text/markdown": [ - ">I am grateful to the hon Member for his question" + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-10-08a.215.0) | [Register link](https://www.theyworkforyou.com/mp/25889/register)" ], "text/plain": [ "" @@ -49832,7 +579,7 @@ { "data": { "text/markdown": [ - "## Anneliese Dodds (25618)" + "match score: 0.65" ], "text/plain": [ "" @@ -49844,7 +591,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.32.4) | [Register link](https://www.theyworkforyou.com/mp/25618/register)" + ">I must **declare** that I have chosen independent education for my children" ], "text/plain": [ "" @@ -49856,7 +603,7 @@ { "data": { "text/markdown": [ - "match score: 0.67" + "## Munira Wilson (25820)" ], "text/plain": [ "" @@ -49868,7 +615,7 @@ { "data": { "text/markdown": [ - ">I am grateful to the right hon Member for making that critical point" + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-10-08a.180.2) | [Register link](https://www.theyworkforyou.com/mp/25820/register)" ], "text/plain": [ "" @@ -49880,7 +627,7 @@ { "data": { "text/markdown": [ - "## Joe Morris (26468)" + "match score: 0.65" ], "text/plain": [ "" @@ -49892,7 +639,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.129.2) | [Register link](https://www.theyworkforyou.com/mp/26468/register)" + ">Just yesterday, I was discussing with one of the headteachers in my constituency the number of children on their SEND **register** and how they go about identifying them" ], "text/plain": [ "" @@ -49904,7 +651,7 @@ { "data": { "text/markdown": [ - "match score: 0.67" + "# 2024-10-07" ], "text/plain": [ "" @@ -49916,7 +663,7 @@ { "data": { "text/markdown": [ - ">I agree with my hon Friend, and I thank her for giving me an unintended promotion" + "## Stuart Anderson (25818)" ], "text/plain": [ "" @@ -49928,7 +675,7 @@ { "data": { "text/markdown": [ - "## Alice Macdonald (26450)" + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-10-07a.62.7) | [Register link](https://www.theyworkforyou.com/mp/25818/register)" ], "text/plain": [ "" @@ -49940,7 +687,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.117.1) | [Register link](https://www.theyworkforyou.com/mp/26450/register)" + "match score: 0.71" ], "text/plain": [ "" @@ -49952,7 +699,7 @@ { "data": { "text/markdown": [ - "match score: 0.66" + ">I am **interest**ed in our country" ], "text/plain": [ "" @@ -49964,7 +711,7 @@ { "data": { "text/markdown": [ - ">Doing something is what I intend to do" + "## Victoria Atkins (25424)" ], "text/plain": [ "" @@ -49976,7 +723,7 @@ { "data": { "text/markdown": [ - "## Tulip Siddiq (25344)" + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-10-07a.97.1) | [Register link](https://www.theyworkforyou.com/mp/25424/register)" ], "text/plain": [ "" @@ -49988,7 +735,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.132.2) | [Register link](https://www.theyworkforyou.com/mp/25344/register)" + "match score: 0.68" ], "text/plain": [ "" @@ -50000,7 +747,7 @@ { "data": { "text/markdown": [ - "match score: 0.66" + ">I hope the hon. Gentleman knows by now that when he makes a suggestion, I will take it away. He will appreciate that, as part of a constructive Opposition, I want to look carefully at the ramifications—both the intended and unintended consequences—of policies suggested in the Chamber, but that sounds very **interest**ing. I thank him for his contribution, as always." ], "text/plain": [ "" @@ -50012,7 +759,7 @@ { "data": { "text/markdown": [ - ">I am pleased that this is my first parliamentary debate as the Economic Secretary to the Treasury, because this is an issue that is close to my heart, and one that I am determined to try to address. It is a privilege to be able to use this office to tackle some of the country’s most important issues, as my hon. Friend just said. Ensuring access to banking and supporting financial inclusion featured very highly in our manifesto, which all Labour Members were elected on. We want to ensure that our constituents manage to access the services that they deserve." + "## David Lammy (10678)" ], "text/plain": [ "" @@ -50024,7 +771,7 @@ { "data": { "text/markdown": [ - "## Clive Efford (10185)" + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-10-07a.60.4) | [Register link](https://www.theyworkforyou.com/mp/10678/register)" ], "text/plain": [ "" @@ -50036,7 +783,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.80.1) | [Register link](https://www.theyworkforyou.com/mp/10185/register)" + "match score: 0.66" ], "text/plain": [ "" @@ -50048,7 +795,7 @@ { "data": { "text/markdown": [ - "match score: 0.66" + ">As I have said, these are issues that we can discuss when we have the treaty. It is not routine for any Government to comment on basing arrangements. The hon. Lady would not expect us to do that and put our national **interest**s at stake." ], "text/plain": [ "" @@ -50060,7 +807,7 @@ { "data": { "text/markdown": [ - ">I am grateful to the Minister for keeping in contact and keeping me informed of progress on this matter. I have two constituents who are directly affected—one affected and one infected. My constituent’s husband, who died 30 years ago, was a former Treloar’s pupil, and she has recently received a payment, but there is no written explanation of what she has received. She does not know if it is for her, her son, her husband, or all three of them, and she does not know how it is going to be delivered, including whether it will be through her husband’s estate and if that will plunge her back into probate. Some affected people are still experiencing issues." + "## Keir Starmer (25353)" ], "text/plain": [ "" @@ -50072,7 +819,7 @@ { "data": { "text/markdown": [ - "## Naushabah Khan (26562)" + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-10-07a.37.0) | [Register link](https://www.theyworkforyou.com/mp/25353/register)" ], "text/plain": [ "" @@ -50084,7 +831,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.3.1) | [Register link](https://www.theyworkforyou.com/mp/26562/register)" + "match score: 0.65" ], "text/plain": [ "" @@ -50096,7 +843,7 @@ { "data": { "text/markdown": [ - "match score: 0.66" + ">I was **interest**ed to hear the particular example that the hon Lady referred to" ], "text/plain": [ "" @@ -50108,7 +855,7 @@ { "data": { "text/markdown": [ - ">Will the Minister agree to meet me to discuss some of those challenges, as well as the possibility of a compulsory register of properties on high streets, so that councils can easily engage with owners to find new uses for them when they fall vacant?" + "# 2024-09-12" ], "text/plain": [ "" @@ -50120,7 +867,7 @@ { "data": { "text/markdown": [ - "## Angela Rayner (25429)" + "## Mims Davies (25330)" ], "text/plain": [ "" @@ -50132,7 +879,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.1.8) | [Register link](https://www.theyworkforyou.com/mp/25429/register)" + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1057.2) | [Register link](https://www.theyworkforyou.com/mp/25330/register)" ], "text/plain": [ "" @@ -50144,7 +891,7 @@ { "data": { "text/markdown": [ - "match score: 0.66" + "match score: 0.84" ], "text/plain": [ "" @@ -50156,7 +903,7 @@ { "data": { "text/markdown": [ - ">First, let me welcome my hon. Friend to his place. He is right to highlight the cuts that Birmingham faced under the Tories. Unlike previous Ministers, we have no interest in using Birmingham and its people as a political football. We cannot avoid the need to make difficult decisions, but I want to work with the council leadership, as well as the commissioners, and of course I am open to any representations they want to make." + ">Let me first refer Members to my **register**ed **interest**s before I make some points about my constituency" ], "text/plain": [ "" @@ -50168,7 +915,7 @@ { "data": { "text/markdown": [ - "## Chi Onwurah (24807)" + "## Steve Reed (25170)" ], "text/plain": [ "" @@ -50180,7 +927,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.99.0) | [Register link](https://www.theyworkforyou.com/mp/24807/register)" + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.942.10) | [Register link](https://www.theyworkforyou.com/mp/25170/register)" ], "text/plain": [ "" @@ -50192,7 +939,7 @@ { "data": { "text/markdown": [ - "match score: 0.66" + "match score: 0.75" ], "text/plain": [ "" @@ -50204,7 +951,7 @@ { "data": { "text/markdown": [ - ">I consider myself a tech evangelist, and I know that many of the new intake consider themselves tech evangelists, too" + ">I share the right hon Member’s **interest** in the need for effective regulation" ], "text/plain": [ "" @@ -50216,7 +963,7 @@ { "data": { "text/markdown": [ - "## Nick Thomas-Symonds (25279)" + "## Paul Holmes (25808)" ], "text/plain": [ "" @@ -50228,7 +975,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.84.0) | [Register link](https://www.theyworkforyou.com/mp/25279/register)" + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1026.2) | [Register link](https://www.theyworkforyou.com/mp/25808/register)" ], "text/plain": [ "" @@ -50240,7 +987,7 @@ { "data": { "text/markdown": [ - "match score: 0.66" + "match score: 0.71" ], "text/plain": [ "" @@ -50252,7 +999,7 @@ { "data": { "text/markdown": [ - ">My hon Friend raises valid points on behalf of her constituents" + ">I **declare** an **interest**, because I know the hon Lady very well indeed" ], "text/plain": [ "" @@ -50264,7 +1011,7 @@ { "data": { "text/markdown": [ - "## Tulip Siddiq (25344)" + "## Julie Minns (26403)" ], "text/plain": [ "" @@ -50276,7 +1023,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.133.1) | [Register link](https://www.theyworkforyou.com/mp/25344/register)" + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1001.2) | [Register link](https://www.theyworkforyou.com/mp/26403/register)" ], "text/plain": [ "" @@ -50288,7 +1035,7 @@ { "data": { "text/markdown": [ - "match score: 0.66" + "match score: 0.69" ], "text/plain": [ "" @@ -50300,7 +1047,7 @@ { "data": { "text/markdown": [ - ">I will talk later about LINK, but I ask him to make representations as well" + ">I **declare** an **interest** as the mother of an NHS nurse" ], "text/plain": [ "" @@ -50312,7 +1059,7 @@ { "data": { "text/markdown": [ - "## Tulip Siddiq (25344)" + "## Alex Norris (25687)" ], "text/plain": [ "" @@ -50324,7 +1071,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.132.2) | [Register link](https://www.theyworkforyou.com/mp/25344/register)" + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1077.2) | [Register link](https://www.theyworkforyou.com/mp/25687/register)" ], "text/plain": [ "" @@ -50336,7 +1083,7 @@ { "data": { "text/markdown": [ - "match score: 0.66" + "match score: 0.69" ], "text/plain": [ "" @@ -50348,7 +1095,7 @@ { "data": { "text/markdown": [ - ">I assure my hon. Friend that the Government understand the importance of face-to-face banking, and banking access, to our communities. Not only is it is key to the health and vibrancy of those communities, but as he pointed out, it helps them to drive forward and benefit from our country’s economic growth, and the rural economy. To anyone listening to the debate, please be in no doubt that the Government share the objective of enhancing access to banking services, and we will be prioritising the delivery of that accordingly." + ">So I understand very strongly why there is such **interest** in the fund" ], "text/plain": [ "" @@ -50360,7 +1107,7 @@ { "data": { "text/markdown": [ - "## Jim Shannon (13864)" + "## Lucy Powell (25165)" ], "text/plain": [ "" @@ -50372,7 +1119,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.87.2) | [Register link](https://www.theyworkforyou.com/mp/13864/register)" + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.979.3) | [Register link](https://www.theyworkforyou.com/mp/25165/register)" ], "text/plain": [ "" @@ -50384,7 +1131,7 @@ { "data": { "text/markdown": [ - "match score: 0.66" + "match score: 0.68" ], "text/plain": [ "" @@ -50396,7 +1143,7 @@ { "data": { "text/markdown": [ - ">One of the things that comes up all the time in my constituency is the great difficulties that elderly pensioners have with online commitments. They do not understand them, not because they are silly or anything, but because the processes are too technical for them. Will the Secretary of State assure me that when it comes to ensuring that pensioners are looked after, nothing will disadvantage them in any way when it comes to getting their moneys?" + ">I know that this issue creates a lot of **interest**, should my hon Friend wish to apply for a debate on parking charges" ], "text/plain": [ "" @@ -50408,7 +1155,7 @@ { "data": { "text/markdown": [ - "## Derek Twigg (10610)" + "## Bob Blackman (24945)" ], "text/plain": [ "" @@ -50420,7 +1167,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.28.1) | [Register link](https://www.theyworkforyou.com/mp/10610/register)" + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1015.1) | [Register link](https://www.theyworkforyou.com/mp/24945/register)" ], "text/plain": [ "" @@ -50432,7 +1179,7 @@ { "data": { "text/markdown": [ - "match score: 0.66" + "match score: 0.67" ], "text/plain": [ "" @@ -50444,7 +1191,7 @@ { "data": { "text/markdown": [ - ">I welcome my right hon Friend’s statement" + ">I congratulate the new hon. Member for Bexleyheath and Crayford (Daniel Francis) on his maiden speech. It is clear that he will contribute to the work of this House in an incredible fashion. May I also pay tribute to my right hon. Friend the Member for Rayleigh and Wickford (Mr Francois) for opening this debate? I thank the Leader of the House for responding to my request at business questions last week to properly entitle this debate the Sir David Amess Adjournment debate. I persuaded Sir David to join the Backbench Business Committee purely by undertaking that we would always ensure a pre-recess Adjournment debate, to which he could contribute. His self-**interest** was clear even then." ], "text/plain": [ "" @@ -50456,7 +1203,7 @@ { "data": { "text/markdown": [ - "## Lee Dillon (26584)" + "## Jeremy Wright (11791)" ], "text/plain": [ "" @@ -50468,7 +1215,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.8.0) | [Register link](https://www.theyworkforyou.com/mp/26584/register)" + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.956.6) | [Register link](https://www.theyworkforyou.com/mp/11791/register)" ], "text/plain": [ "" @@ -50480,7 +1227,7 @@ { "data": { "text/markdown": [ - "match score: 0.66" + "match score: 0.67" ], "text/plain": [ "" @@ -50492,7 +1239,7 @@ { "data": { "text/markdown": [ - ">Could I ask the Secretary of State whether she agrees, given the commitment to build 1" + ">May I first warmly welcome the Solicitor General to her place, and the Attorney General to his place in the other place, in what the Solicitor General will already know is one of the most **interest**ing and challenging parts of government? While I am at it, I should of course also welcome the hon Member for Hammersmith and Chiswick (Andy Slaughter) as the new Chair of the Justice Committee" ], "text/plain": [ "" @@ -50504,7 +1251,7 @@ { "data": { "text/markdown": [ - "## Peter Kyle (25418)" + "## David Simmonds (25892)" ], "text/plain": [ "" @@ -50516,7 +1263,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.90.1) | [Register link](https://www.theyworkforyou.com/mp/25418/register)" + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.997.5) | [Register link](https://www.theyworkforyou.com/mp/25892/register)" ], "text/plain": [ "" @@ -50540,7 +1287,7 @@ { "data": { "text/markdown": [ - ">I am grateful to my hon Friend for giving me the opportunity to put that on the record, and I look forward to meeting the community she mentioned" + ">I **declare** my **interest** as the husband of an NHS doctor; I also served as a non-executive director of my local NHS trust" ], "text/plain": [ "" @@ -50552,7 +1299,7 @@ { "data": { "text/markdown": [ - "## Matthew Pennycook (25379)" + "## Tessa Munt (24942)" ], "text/plain": [ "" @@ -50564,7 +1311,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.21.5) | [Register link](https://www.theyworkforyou.com/mp/25379/register)" + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.974.5) | [Register link](https://www.theyworkforyou.com/mp/24942/register)" ], "text/plain": [ "" @@ -50588,7 +1335,7 @@ { "data": { "text/markdown": [ - ">It sounds as if the hon. Lady has a response for the NPPF consultation that is in development. I welcome her views on playing fields. On CPOs, there is a discretionary power to disapply section 17 of the Land Compensation Act 1961 in relation to hope value. We need to ensure that that is brought into force; then we will take further steps to reform CPOs, as outlined in our manifesto." + ">The Economic Crime and Corporate Transparency Act 2023 introduced the requirement that directors and other individuals verify their identity before being listed at Companies House. I have found company directors whose **register**ed addresses simply do not exist, which at the least means that papers cannot be served, and at the worst enables fraud and other crime. May we have a debate on the progress of two things: the secondary legislation that needs to be passed for those basic checks to take place; and an update on how Companies House’s systems are progressing to allow directors’ identities to be checked?" ], "text/plain": [ "" @@ -50600,7 +1347,7 @@ { "data": { "text/markdown": [ - "## Richard Holden (25893)" + "## Phil Brickell (26368)" ], "text/plain": [ "" @@ -50612,7 +1359,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.84.1) | [Register link](https://www.theyworkforyou.com/mp/25893/register)" + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-12b.1032.1) | [Register link](https://www.theyworkforyou.com/mp/26368/register)" ], "text/plain": [ "" @@ -50636,19 +1383,7 @@ { "data": { "text/markdown": [ - ">I welcome broadly what the Paymaster General has outlined, but I have a couple of points to make" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/markdown": [ - "## Mike Martin (26398)" + ">I know that Mr Speaker and I have a shared **interest** in following the ups and downs of Bolton Wanderers football club, who play their matches at the Toughsheet community stadium and provide vital support in the community for my constituents" ], "text/plain": [ "" @@ -50660,7 +1395,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.120.2) | [Register link](https://www.theyworkforyou.com/mp/26398/register)" + "# 2024-09-11" ], "text/plain": [ "" @@ -50672,7 +1407,7 @@ { "data": { "text/markdown": [ - "match score: 0.66" + "## Priti Patel (24778)" ], "text/plain": [ "" @@ -50684,7 +1419,7 @@ { "data": { "text/markdown": [ - ">I can see recognition in some hon Members’ faces; perhaps there are some Subbuteo aficionados in the House today" + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.834.0) | [Register link](https://www.theyworkforyou.com/mp/24778/register)" ], "text/plain": [ "" @@ -50696,7 +1431,7 @@ { "data": { "text/markdown": [ - "## Peter Kyle (25418)" + "match score: 0.68" ], "text/plain": [ "" @@ -50708,7 +1443,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.87.1) | [Register link](https://www.theyworkforyou.com/mp/25418/register)" + ">I listened to the statement from the Secretary of State with **interest**" ], "text/plain": [ "" @@ -50720,7 +1455,7 @@ { "data": { "text/markdown": [ - "match score: 0.66" + "## Alex Norris (25687)" ], "text/plain": [ "" @@ -50732,7 +1467,7 @@ { "data": { "text/markdown": [ - ">The hon. Gentleman, who I welcome to his place, spent quite a bit of time on his intervention, but I realise that there is simply so much to talk about in his constituency. I pay tribute to the organisations he referenced, including GCHQ and CyNam. The work that they do often goes unthanked, but it is absolutely essential to the security, wellbeing and economic welfare of our country. I certainly intend to visit as soon as I can, and it would be great to meet any of his representatives at any point; I am sure that my ministerial team will be willing to do so as well." + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.927.3) | [Register link](https://www.theyworkforyou.com/mp/25687/register)" ], "text/plain": [ "" @@ -50744,7 +1479,7 @@ { "data": { "text/markdown": [ - "## Angela Rayner (25429)" + "match score: 0.67" ], "text/plain": [ "" @@ -50756,7 +1491,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.8.3) | [Register link](https://www.theyworkforyou.com/mp/25429/register)" + ">I am grateful for that kind offer. Of course I will readily accept a visit to Burnley—perhaps through the lens of my role as the local growth and towns Minister. We could have a very **interest**ing visit and I would be glad to do it." ], "text/plain": [ "" @@ -50768,7 +1503,7 @@ { "data": { "text/markdown": [ - "match score: 0.66" + "## Jonathan Reynolds (24929)" ], "text/plain": [ "" @@ -50780,7 +1515,7 @@ { "data": { "text/markdown": [ - ">It is always a pleasure to hear from the hon. Member, and he is absolutely right. When I was visiting those communities, I saw them coming together. I saw the way in which they worked well and the way in which everybody looked out for each other. It reminded me of why I am in this place and why I do what I do for the great British people and what they do." + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.831.0) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" ], "text/plain": [ "" @@ -50792,7 +1527,7 @@ { "data": { "text/markdown": [ - "## Paul Holmes (25808)" + "match score: 0.66" ], "text/plain": [ "" @@ -50804,7 +1539,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.23.6) | [Register link](https://www.theyworkforyou.com/mp/25808/register)" + ">I have been a Member of Parliament for 14 years, in which I have seen some **interest**ing political events, but I do not think I have ever heard a contribution with such brass neck. That is quite something, because there is quite a menu to choose from." ], "text/plain": [ "" @@ -50816,7 +1551,7 @@ { "data": { "text/markdown": [ - "match score: 0.66" + "## Sarah Gibson (26585)" ], "text/plain": [ "" @@ -50828,7 +1563,7 @@ { "data": { "text/markdown": [ - ">The Minister for Local Government may be aware that Liberal Democrat-controlled Eastleigh borough council is subject to a best value notice, due to its unsustainable £700 million of debt. More audits have been undertaken that show that more borrowing is taking place, so will he meet me to discuss this risk to my constituents and their taxpayers’ money?" + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-11b.880.1) | [Register link](https://www.theyworkforyou.com/mp/26585/register)" ], "text/plain": [ "" @@ -50840,7 +1575,7 @@ { "data": { "text/markdown": [ - "## Joe Morris (26468)" + "match score: 0.65" ], "text/plain": [ "" @@ -50852,7 +1587,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.131.1) | [Register link](https://www.theyworkforyou.com/mp/26468/register)" + ">I was lucky enough to be born into a family that cared deeply about my education. With their support, and a grant from Wiltshire council, I was able to study architecture at Kingston and at University College London before **register**ing as an architect in Spain. Some years later, I returned home to Wiltshire and became a town and unitary authority councillor. It is from that perspective of positive experience in local government that I felt I could do more to promote the **interest**s of my community here in Westminster, and I am honoured that they thought so too." ], "text/plain": [ "" @@ -50864,7 +1599,7 @@ { "data": { "text/markdown": [ - "match score: 0.66" + "# 2024-09-10" ], "text/plain": [ "" @@ -50876,7 +1611,7 @@ { "data": { "text/markdown": [ - ">I agree with the hon Lady" + "## Dan Carden (25642)" ], "text/plain": [ "" @@ -50888,7 +1623,7 @@ { "data": { "text/markdown": [ - "## Dawn Butler (11447)" + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.675.7) | [Register link](https://www.theyworkforyou.com/mp/25642/register)" ], "text/plain": [ "" @@ -50900,7 +1635,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.92.2) | [Register link](https://www.theyworkforyou.com/mp/11447/register)" + "match score: 0.88" ], "text/plain": [ "" @@ -50912,7 +1647,7 @@ { "data": { "text/markdown": [ - "match score: 0.66" + ">I refer hon Members to my entry in the **Register** of Members’ Financial **Interest**s" ], "text/plain": [ "" @@ -50924,7 +1659,7 @@ { "data": { "text/markdown": [ - ">I thank the Secretary of State for giving way; he is being generous with his time. On that point about the public being confident in any systems we roll out, does he agree that we need to ensure guard rails are in place so that organisations and companies know what their responsibilities are?" + "## Caroline Nokes (24809)" ], "text/plain": [ "" @@ -50936,7 +1671,7 @@ { "data": { "text/markdown": [ - "## Chi Onwurah (24807)" + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.766.3) | [Register link](https://www.theyworkforyou.com/mp/24809/register)" ], "text/plain": [ "" @@ -50948,7 +1683,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.100.1) | [Register link](https://www.theyworkforyou.com/mp/24807/register)" + "match score: 0.79" ], "text/plain": [ "" @@ -50960,7 +1695,7 @@ { "data": { "text/markdown": [ - "match score: 0.66" + ">As the hon Member will know, it is for individual Members to **declare** their **interest**s, if one is applicable" ], "text/plain": [ "" @@ -50972,7 +1707,7 @@ { "data": { "text/markdown": [ - ">Too many of my constituents feel that they are being tracked, monitored, surveilled and analysed" + "## Nick Timothy (26335)" ], "text/plain": [ "" @@ -50984,7 +1719,7 @@ { "data": { "text/markdown": [ - "## Joe Morris (26468)" + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.766.2) | [Register link](https://www.theyworkforyou.com/mp/26335/register)" ], "text/plain": [ "" @@ -50996,7 +1731,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.131.1) | [Register link](https://www.theyworkforyou.com/mp/26468/register)" + "match score: 0.72" ], "text/plain": [ "" @@ -51008,7 +1743,7 @@ { "data": { "text/markdown": [ - "match score: 0.66" + ">Before other Members give speeches about issues such as public sector pay, would it not be in order for them to **declare** that **interest** at the beginning of their speeches?" ], "text/plain": [ "" @@ -51020,7 +1755,7 @@ { "data": { "text/markdown": [ - ">It would be great if the Minister could join me in encouraging the Post Office to expand its participation, particularly as I know that the Government are looking to expand the pension credit take-up campaign" + "## Meg Hillier (11605)" ], "text/plain": [ "" @@ -51032,7 +1767,7 @@ { "data": { "text/markdown": [ - "## Allison Gardner (26621)" + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.715.2) | [Register link](https://www.theyworkforyou.com/mp/11605/register)" ], "text/plain": [ "" @@ -51044,7 +1779,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.108.1) | [Register link](https://www.theyworkforyou.com/mp/26621/register)" + "match score: 0.72" ], "text/plain": [ "" @@ -51056,7 +1791,7 @@ { "data": { "text/markdown": [ - "match score: 0.66" + ">Before I start, I want to thank the House for putting its confidence in me to chair the Treasury Committee for the term of this Parliament. I am the servant of this House, and I will question without fear or favour those who appear before us. I look forward to engaging with the new Members I have yet to get to know. I also **declare** an **interest**: my husband has been in receipt of the winter fuel allowance, but if the vote changes that today, he will no longer receive it. For his own vanity, I should add that it is the lower limit." ], "text/plain": [ "" @@ -51068,7 +1803,7 @@ { "data": { "text/markdown": [ - ">I pledge to all the people in my constituency that I carry them in my heart and mind at all times" + "## Joy Morrissey (25878)" ], "text/plain": [ "" @@ -51080,7 +1815,7 @@ { "data": { "text/markdown": [ - "## Max Wilkinson (26344)" + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.780.1) | [Register link](https://www.theyworkforyou.com/mp/25878/register)" ], "text/plain": [ "" @@ -51092,7 +1827,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.87.0) | [Register link](https://www.theyworkforyou.com/mp/26344/register)" + "match score: 0.71" ], "text/plain": [ "" @@ -51104,7 +1839,7 @@ { "data": { "text/markdown": [ - "match score: 0.66" + ">I **declare** an **interest**: I am a member of Care Campaign for the Vulnerable, which helps elderly residents who have medical issues or are in care" ], "text/plain": [ "" @@ -51116,7 +1851,7 @@ { "data": { "text/markdown": [ - ">The Secretary of State may be aware of the golden valley development in Cheltenham, which I recently sent him a letter about and which would include the national cyber innovation centre. I wonder whether he might like to find out more about that by sending members of his team—or he could come himself—to have a chat with me about it." + "## Graham Stuart (11406)" ], "text/plain": [ "" @@ -51128,7 +1863,7 @@ { "data": { "text/markdown": [ - "## Peter Kyle (25418)" + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.792.2) | [Register link](https://www.theyworkforyou.com/mp/11406/register)" ], "text/plain": [ "" @@ -51140,7 +1875,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.92.3) | [Register link](https://www.theyworkforyou.com/mp/25418/register)" + "match score: 0.69" ], "text/plain": [ "" @@ -51152,7 +1887,7 @@ { "data": { "text/markdown": [ - "match score: 0.66" + ">Yes, Madam Deputy Speaker. I just want some guidance from you on whether it can be appropriate for Ministers and others on the Government Benches who have been directly funded by the trade unions not to **declare** that personal benefit before doing something like this, which is hurting millions of pensioners." ], "text/plain": [ "" @@ -51164,7 +1899,7 @@ { "data": { "text/markdown": [ - ">As I will mention in a moment, we are setting statutory obligations on people at the pioneering side of AI" + "## Edward Leigh (10352)" ], "text/plain": [ "" @@ -51176,7 +1911,7 @@ { "data": { "text/markdown": [ - "## Tulip Siddiq (25344)" + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.719.1) | [Register link](https://www.theyworkforyou.com/mp/10352/register)" ], "text/plain": [ "" @@ -51188,7 +1923,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.134.0) | [Register link](https://www.theyworkforyou.com/mp/25344/register)" + "match score: 0.69" ], "text/plain": [ "" @@ -51200,7 +1935,7 @@ { "data": { "text/markdown": [ - "match score: 0.66" + ">I know that some people will say, and here I **declare** an **interest**: why should somebody like me receive the winter fuel allowance? All right, let us have a serious debate about that" ], "text/plain": [ "" @@ -51212,7 +1947,7 @@ { "data": { "text/markdown": [ - ">Communities can ask LINK to carry out an assessment of the local area; I urge my hon Friends the Members for Blyth and Ashington (Ian Lavery) and for Hexham to make to LINK the case that has so convincingly been made to me" + "## John Healey (10268)" ], "text/plain": [ "" @@ -51224,7 +1959,7 @@ { "data": { "text/markdown": [ - "## Richard Holden (25893)" + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.708.4) | [Register link](https://www.theyworkforyou.com/mp/10268/register)" ], "text/plain": [ "" @@ -51236,7 +1971,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.95.0) | [Register link](https://www.theyworkforyou.com/mp/25893/register)" + "match score: 0.68" ], "text/plain": [ "" @@ -51248,7 +1983,7 @@ { "data": { "text/markdown": [ - "match score: 0.66" + ">I grew up and went to school near RAF Fylingdales in North Yorkshire. Those big golf balls, when they were up, were a feature of the landscape for many years. I can say to the right hon. Gentleman that the strategic defence review, led externally but with the Department supporting it, has set out propositions that pose some of the questions he is **interest**ed in. I can confirm that this defence review will welcome and invite contributions from all parties, including not just those on the Front Bench but those on the Back Benches who are well informed and play roles in the wider defence and security world. I invite him to consider the propositions the review has published and to consider the sort of submission he might make as part of its deliberations; if he can do that, we will certainly welcome him." ], "text/plain": [ "" @@ -51260,7 +1995,7 @@ { "data": { "text/markdown": [ - ">My hon. Friend has raised an important point on a specific issue. This is not a junior appointment, or a private office appointment, or an advice appointment. This is a director general appointment, at the second most senior level of the civil service. I am not aware, and I wonder if my hon. Friend is, of any occasion on which such an appointment has been made in such a way in the past." + "## Andy MacNae (26391)" ], "text/plain": [ "" @@ -51272,7 +2007,7 @@ { "data": { "text/markdown": [ - "## David Lammy (10678)" + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.726.0) | [Register link](https://www.theyworkforyou.com/mp/26391/register)" ], "text/plain": [ "" @@ -51284,7 +2019,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.48.0) | [Register link](https://www.theyworkforyou.com/mp/10678/register)" + "match score: 0.66" ], "text/plain": [ "" @@ -51296,7 +2031,7 @@ { "data": { "text/markdown": [ - "match score: 0.66" + ">In the **interest**s of brevity, I associate myself with some of the remarks made by my colleagues on the Government Benches on the desperate financial legacy we have been left and the nature of cliff edges within the benefits system. We should do better than have cliff edges in the future." ], "text/plain": [ "" @@ -51308,7 +2043,7 @@ { "data": { "text/markdown": [ - ">I know that the right hon. Gentleman is informed on many aspects of these issues. He must know that our arms exports to Israel amount to about 1% of its arms; in fact, the United States, Germany and others are much more engaged in selling arms to Israel, so when he asks about the effect, he can draw his own conclusions. I am very comfortable with the support that we give to Israel, and as he would expect, I will not comment on operational issues from this Dispatch Box." + "## Gideon Amos (26531)" ], "text/plain": [ "" @@ -51320,7 +2055,7 @@ { "data": { "text/markdown": [ - "## Anneliese Dodds (25618)" + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.757.5) | [Register link](https://www.theyworkforyou.com/mp/26531/register)" ], "text/plain": [ "" @@ -51332,7 +2067,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.33.2) | [Register link](https://www.theyworkforyou.com/mp/25618/register)" + "match score: 0.65" ], "text/plain": [ "" @@ -51344,7 +2079,7 @@ { "data": { "text/markdown": [ - "match score: 0.66" + ">Does he agree that many of those who have written to us as Members of Parliament also sympathise with the principle that means-testing could and should come in at some point in the future? The manner in which this proposal is being brought in, before the 880,000 pensioners who are eligible for pension credit are **register**ed for it, is the problem that particularly affects the 21,000 pensioners in Taunton and Wellington" ], "text/plain": [ "" @@ -51356,7 +2091,7 @@ { "data": { "text/markdown": [ - ">I am well aware of my hon. Friend’s leadership on these issues and her long-term commitment to ensuring transparency. Of course, she will understand that the precise rules around financial instruments are not a matter for the Foreign, Commonwealth and Development Office; they are of course a matter for His Majesty’s Treasury. On the broader issue, however, I can say to her that we are very clear that effective sanctions will require effective enforcement and implementation. We will continue to strengthen our work—including with international partners and allies, and through our role at the UN—to maximise the impact of sanctions, to close loopholes and to close other channels for circumventing sanctions." + "## Judith Cummins (25393)" ], "text/plain": [ "" @@ -51368,7 +2103,7 @@ { "data": { "text/markdown": [ - "## Yvette Cooper (10131)" + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-10a.724.1) | [Register link](https://www.theyworkforyou.com/mp/25393/register)" ], "text/plain": [ "" @@ -51380,7 +2115,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.70.1) | [Register link](https://www.theyworkforyou.com/mp/10131/register)" + "match score: 0.65" ], "text/plain": [ "" @@ -51392,7 +2127,7 @@ { "data": { "text/markdown": [ - "match score: 0.66" + ">Order. Members will have seen that there is a lot of **interest** in this debate, so I will impose a clear three-minute time limit from now on." ], "text/plain": [ "" @@ -51404,7 +2139,7 @@ { "data": { "text/markdown": [ - ">My hon Friend makes an important point" + "# 2024-09-09" ], "text/plain": [ "" @@ -51416,7 +2151,7 @@ { "data": { "text/markdown": [ - "## Angela Rayner (25429)" + "## Greg Smith (25925)" ], "text/plain": [ "" @@ -51428,7 +2163,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.8.5) | [Register link](https://www.theyworkforyou.com/mp/25429/register)" + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.635.1) | [Register link](https://www.theyworkforyou.com/mp/25925/register)" ], "text/plain": [ "" @@ -51440,7 +2175,7 @@ { "data": { "text/markdown": [ - "match score: 0.66" + "match score: 0.88" ], "text/plain": [ "" @@ -51452,7 +2187,7 @@ { "data": { "text/markdown": [ - ">I congratulate the hon Member on his work in this area" + ">I draw the House’s attention to my entry in the **Register** of Members’ Financial **Interest**s" ], "text/plain": [ "" @@ -51464,7 +2199,7 @@ { "data": { "text/markdown": [ - "## Judith Cummins (25393)" + "## Andrew George (10222)" ], "text/plain": [ "" @@ -51476,7 +2211,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.96.0) | [Register link](https://www.theyworkforyou.com/mp/25393/register)" + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.663.2) | [Register link](https://www.theyworkforyou.com/mp/10222/register)" ], "text/plain": [ "" @@ -51488,7 +2223,7 @@ { "data": { "text/markdown": [ - "match score: 0.66" + "match score: 0.82" ], "text/plain": [ "" @@ -51500,7 +2235,7 @@ { "data": { "text/markdown": [ - ">Order. Will Members make their remarks to the Chamber rather than exchanging them across the Benches?" + ">I should also **declare** an **interest**" ], "text/plain": [ "" @@ -51512,7 +2247,7 @@ { "data": { "text/markdown": [ - "## Peter Kyle (25418)" + "## Andrew George (10222)" ], "text/plain": [ "" @@ -51524,7 +2259,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.93.1) | [Register link](https://www.theyworkforyou.com/mp/25418/register)" + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.664.0) | [Register link](https://www.theyworkforyou.com/mp/10222/register)" ], "text/plain": [ "" @@ -51536,7 +2271,7 @@ { "data": { "text/markdown": [ - "match score: 0.65" + "match score: 0.79" ], "text/plain": [ "" @@ -51548,7 +2283,7 @@ { "data": { "text/markdown": [ - ">I am extremely grateful to my hon. Friend—it is fantastic to see him back in his seat, and we can see no better reason why when he makes such incisive contributions. I am in very close touch with the Education Secretary over the skills agenda, and my Department is in very close touch with the Department for Education, because we can only seize these opportunities and ensure that they are available to everybody from every background if we get skills right. At the moment we are not, but there are some pioneering projects that I have visited. We ought to ensure that they are accessible to everybody who needs them. I can assure him that is essential to the conversations we will be having." + ">Here I **declare** an **interest**, as one who has been working in the sector" ], "text/plain": [ "" @@ -51560,7 +2295,7 @@ { "data": { "text/markdown": [ - "## Judith Cummins (25393)" + "## Claire Young (26458)" ], "text/plain": [ "" @@ -51572,7 +2307,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.55.1) | [Register link](https://www.theyworkforyou.com/mp/25393/register)" + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.566.5) | [Register link](https://www.theyworkforyou.com/mp/26458/register)" ], "text/plain": [ "" @@ -51584,7 +2319,7 @@ { "data": { "text/markdown": [ - "match score: 0.65" + "match score: 0.75" ], "text/plain": [ "" @@ -51596,7 +2331,7 @@ { "data": { "text/markdown": [ - ">Before I call the Home Secretary to make her statement, I remind the House that several hundred people have been charged with criminal offences relating to these disturbances. Most of those cases are still before the courts. Public order is a matter of national importance, and Mr Speaker has therefore decided to grant a limited waiver to the House’s sub judice resolution in the following terms. Members may make statements of fact about the circumstances of the unrest, about the number of people arrested, charged and sentenced, and about the kinds of behaviour exhibited during these events. However, they may not refer to specific individuals who have been charged and are awaiting trial, or engage in any discussion or speculation about individual cases." + ">I draw the attention of the House to my entry in the **Register** of Members’ Financial **Interest**s, as I am still a South Gloucestershire councillor" ], "text/plain": [ "" @@ -51608,7 +2343,7 @@ { "data": { "text/markdown": [ - "## Anneliese Dodds (25618)" + "## Perran Moon (26482)" ], "text/plain": [ "" @@ -51620,7 +2355,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.29.1) | [Register link](https://www.theyworkforyou.com/mp/25618/register)" + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.568.2) | [Register link](https://www.theyworkforyou.com/mp/26482/register)" ], "text/plain": [ "" @@ -51632,7 +2367,7 @@ { "data": { "text/markdown": [ - "match score: 0.65" + "match score: 0.72" ], "text/plain": [ "" @@ -51644,7 +2379,7 @@ { "data": { "text/markdown": [ - ">I am grateful to my hon Friend for mentioning that important subject" + ">I welcome the measures taken by this Government, but can the Minister update me on the next steps towards publication of the **register**?" ], "text/plain": [ "" @@ -51656,7 +2391,7 @@ { "data": { "text/markdown": [ - "## None ()" + "## Gareth Snell (25601)" ], "text/plain": [ "" @@ -51668,7 +2403,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.1.1) | [Register link](https://www.theyworkforyou.com/mp//register)" + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.658.2) | [Register link](https://www.theyworkforyou.com/mp/25601/register)" ], "text/plain": [ "" @@ -51680,7 +2415,7 @@ { "data": { "text/markdown": [ - "match score: 0.65" + "match score: 0.72" ], "text/plain": [ "" @@ -51692,7 +2427,7 @@ { "data": { "text/markdown": [ - ">Housing, Communities and Local Government" + ">Although it is **register**ed in the **Register** of Members’ Financial **Interest**s that I am a governor of two colleges, I failed to draw the House’s attention to that fact before asking my question" ], "text/plain": [ "" @@ -51704,7 +2439,7 @@ { "data": { "text/markdown": [ - "## Patricia Ferguson (13984)" + "## Josh Simons (26328)" ], "text/plain": [ "" @@ -51716,7 +2451,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.104.1) | [Register link](https://www.theyworkforyou.com/mp/13984/register)" + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.614.1) | [Register link](https://www.theyworkforyou.com/mp/26328/register)" ], "text/plain": [ "" @@ -51728,7 +2463,7 @@ { "data": { "text/markdown": [ - "match score: 0.65" + "match score: 0.71" ], "text/plain": [ "" @@ -51740,7 +2475,7 @@ { "data": { "text/markdown": [ - ">I am most proud of the many wonderful organisations that support the people and communities in my area" + ">I look forward to working with colleagues across this House who share those **interest**s" ], "text/plain": [ "" @@ -51752,7 +2487,7 @@ { "data": { "text/markdown": [ - "## Emily Darlington (26412)" + "## Jonathan Reynolds (24929)" ], "text/plain": [ "" @@ -51764,7 +2499,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.125.1) | [Register link](https://www.theyworkforyou.com/mp/26412/register)" + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.591.1) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" ], "text/plain": [ "" @@ -51776,7 +2511,7 @@ { "data": { "text/markdown": [ - "match score: 0.65" + "match score: 0.7" ], "text/plain": [ "" @@ -51788,7 +2523,7 @@ { "data": { "text/markdown": [ - ">I congratulate those on the Front Bench on their speeches tonight. Does the Minister agree that councils are very important in this area? When I was the cabinet member for health, my council signed an agreement with the Open University to become the first dementia-friendly city, which involves not only medical technology, AI and the first robot that can identify when somebody with dementia has not drunk enough and bring them a bottle of water, but social innovation around using colours in wayfinding—whether it is in our shopping centres or play parks. Does the Minister agree that the partnership needs to expand to include business, start-ups, councils and the Government, as well as our other public sector partners, in order to create the behaviour changes, innovation and advancements that we are all looking for?" + ">I very much recognise the conversation that my hon. Friend has had with her constituent, and her need and desire to progress that claim. The issue is about ensuring that the records are accurate. Cross-referencing between Ministry of Justice databases and court documents is proceeding apace. If her constituent has not yet had a letter and needs to **register** their credentials, they can do so, but I assure my hon. Friend that this is of maximum priority." ], "text/plain": [ "" @@ -51800,7 +2535,7 @@ { "data": { "text/markdown": [ - "## Max Wilkinson (26344)" + "## Wes Streeting (25320)" ], "text/plain": [ "" @@ -51812,7 +2547,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.96.2) | [Register link](https://www.theyworkforyou.com/mp/26344/register)" + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.578.0) | [Register link](https://www.theyworkforyou.com/mp/25320/register)" ], "text/plain": [ "" @@ -51824,7 +2559,7 @@ { "data": { "text/markdown": [ - "match score: 0.65" + "match score: 0.7" ], "text/plain": [ "" @@ -51836,7 +2571,7 @@ { "data": { "text/markdown": [ - ">I was wondering whether the hon Gentleman had any opinions on that subject" + ">It is absolutely right that people appointed to roles in public life **declare** their conflicts of **interest** so that they can be assessed when taking decisions or exercising powers to ensure that they are doing so in a way that manages those conflicts of **interest** and no conflict arises. Alan Milburn does not, at this stage, have a role in the Department of Health and Social Care. Many people have come into the Department for meetings in the past eight weeks. We do not ask them all to **declare** their **interest**s. I know there is more red tape now in health and social care than when we left office, but this Government want to reduce that not increase it." ], "text/plain": [ "" @@ -51848,7 +2583,7 @@ { "data": { "text/markdown": [ - "## Jim Shannon (13864)" + "## Mims Davies (25330)" ], "text/plain": [ "" @@ -51860,7 +2595,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.87.2) | [Register link](https://www.theyworkforyou.com/mp/13864/register)" + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.578.3) | [Register link](https://www.theyworkforyou.com/mp/25330/register)" ], "text/plain": [ "" @@ -51872,7 +2607,7 @@ { "data": { "text/markdown": [ - "match score: 0.65" + "match score: 0.69" ], "text/plain": [ "" @@ -51884,7 +2619,7 @@ { "data": { "text/markdown": [ - ">Will the Secretary of State assure me that when it comes to ensuring that pensioners are looked after, nothing will disadvantage them in any way when it comes to getting their moneys?" + ">Will the Secretary of State please illuminate the House about any conflict of **interest** concerning the gentleman in question? Did he head into the ministerial floor or access the Department? Many of us want our constituents to access health services and GP appointments. Did the right honourable gentleman, who is the Secretary of State’s friend from the old days and with whom he has worked with previously, have a day pass or a departmental pass? Beyond the bluster, can the Secretary of State assure hon. Members that there is no conflict of **interest**?" ], "text/plain": [ "" @@ -51896,7 +2631,7 @@ { "data": { "text/markdown": [ - "## Peter Kyle (25418)" + "## Victoria Atkins (25424)" ], "text/plain": [ "" @@ -51908,7 +2643,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.93.3) | [Register link](https://www.theyworkforyou.com/mp/25418/register)" + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.572.0) | [Register link](https://www.theyworkforyou.com/mp/25424/register)" ], "text/plain": [ "" @@ -51920,7 +2655,7 @@ { "data": { "text/markdown": [ - "match score: 0.65" + "match score: 0.68" ], "text/plain": [ "" @@ -51932,7 +2667,7 @@ { "data": { "text/markdown": [ - ">I am grateful to the hon. Gentleman for his intervention and I welcome him to his place. It is good to see him participating in these debates. It gives me the opportunity to respond to his question. He asks why I cut something. Can I just point out to him that I cannot cut something that did not exist in the first place? We have a former Prime Minister who announced a scheme but allocated not a single penny towards it. We have a former Chancellor of the Exchequer who at this Dispatch Box in his last Budget announced a scheme, but did not go back to his Department and allocate a single penny towards it. I did not cut anything, because nothing existed in the first place. Words matter when you are in government, and they must be followed through with action. I am afraid that the previous Government were all words and no action." + ">] A Member sitting opposite says, “So what?” Given the risk of conflicts of **interest**—that, rather than the right hon Gentleman’s inexperience, is the point of this UQ—has Mr Milburn **declare**d his business **interest**s to the Department? Can the right hon Gentleman reassure the House on how such conflicts are being managed, so that we can get a sense of the scale of this open-door policy and Mr Milburn’s access?" ], "text/plain": [ "" @@ -51944,7 +2679,7 @@ { "data": { "text/markdown": [ - "## Tulip Siddiq (25344)" + "## Jim Shannon (13864)" ], "text/plain": [ "" @@ -51956,7 +2691,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.135.0) | [Register link](https://www.theyworkforyou.com/mp/25344/register)" + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.630.0) | [Register link](https://www.theyworkforyou.com/mp/13864/register)" ], "text/plain": [ "" @@ -51968,7 +2703,7 @@ { "data": { "text/markdown": [ - "match score: 0.65" + "match score: 0.68" ], "text/plain": [ "" @@ -51980,7 +2715,7 @@ { "data": { "text/markdown": [ - ">I can assure my hon. Friend that I speak to the banks every day to ensure that they know what our values are and how we want them delivered. Beyond banking hubs, I am saying to them that communities need key banking services to ensure that they have accessibility, cash withdrawal and deposit services—particularly our local businesses and charities, which often deal in cash and need convenient ways to deposit their takings, but also everyone who uses cash to make everyday purchases." + ">I suspect we will be in many debates together, as this is a subject matter in which I have an **interest**, and I look forward to that" ], "text/plain": [ "" @@ -51992,7 +2727,7 @@ { "data": { "text/markdown": [ - "## Ayoub Khan (26631)" + "## Jim Shannon (13864)" ], "text/plain": [ "" @@ -52004,7 +2739,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.17.1) | [Register link](https://www.theyworkforyou.com/mp/26631/register)" + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.661.2) | [Register link](https://www.theyworkforyou.com/mp/13864/register)" ], "text/plain": [ "" @@ -52016,7 +2751,7 @@ { "data": { "text/markdown": [ - "match score: 0.65" + "match score: 0.68" ], "text/plain": [ "" @@ -52028,7 +2763,7 @@ { "data": { "text/markdown": [ - ">If she will make a statement on her departmental responsibilities." + ">We have five Members, while there are other single Members from Northern Ireland as well, and there is a big **interest** in, for example, the Northern Ireland Affairs Committee" ], "text/plain": [ "" @@ -52040,7 +2775,7 @@ { "data": { "text/markdown": [ - "## Anneliese Dodds (25618)" + "## Bridget Phillipson (24709)" ], "text/plain": [ "" @@ -52052,7 +2787,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.27.1) | [Register link](https://www.theyworkforyou.com/mp/25618/register)" + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.555.8) | [Register link](https://www.theyworkforyou.com/mp/24709/register)" ], "text/plain": [ "" @@ -52064,7 +2799,7 @@ { "data": { "text/markdown": [ - "match score: 0.65" + "match score: 0.67" ], "text/plain": [ "" @@ -52076,7 +2811,7 @@ { "data": { "text/markdown": [ - ">I am grateful to my right hon Friend for raising these matters" + ">My hon. Friend is right to draw attention to the significant **interest** in the Westminster Hall debate, and the level of **interest** today demonstrates the importance of getting this issue right. I know from speaking to him that he is concerned about the issue. I agree that it is important that there is a fair education funding system that directs funding where it is most needed. One aspect of that is the national funding formula and allocating high-needs funding. We will take our time to look carefully at whether any changes are required, including in Hertfordshire." ], "text/plain": [ "" @@ -52088,7 +2823,7 @@ { "data": { "text/markdown": [ - "## Jim McMahon (25475)" + "## Jonathan Reynolds (24929)" ], "text/plain": [ "" @@ -52100,7 +2835,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.20.9) | [Register link](https://www.theyworkforyou.com/mp/25475/register)" + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.585.0) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" ], "text/plain": [ "" @@ -52112,7 +2847,7 @@ { "data": { "text/markdown": [ - "match score: 0.65" + "match score: 0.67" ], "text/plain": [ "" @@ -52124,7 +2859,7 @@ { "data": { "text/markdown": [ - ">We are well under way in reviewing the consultations that are currently taking place and all the devolution agreements that were not tabled before the election. I am very happy to meet with my hon. Friend outside of this Chamber to discuss the matter further." + ">I want to be clear about the difficulty that has existed with the Horizon convictions redress scheme. To update the House, I will give the hon. Member the figures: so far, 180 letters have gone out from the Ministry of Justice. Including those letters and the people who have **register**ed with the Government who perhaps have not all received a letter yet, there are now 276 claimants. I will make the appeal again: while we are doing everything we can with Ministry of Justice colleagues to make sure those letters go out, people can proactively **register** with the Government. To be frank, this has been a frustration. When the hon. Member and I were having our conversations when we sat in different places in the Chamber, neither of us perhaps knew the state of the database and the records, and—having passed the legislation—the frustrations we would face in getting to people. However, doing so is clearly integral to sorting this out." ], "text/plain": [ "" @@ -52136,7 +2871,7 @@ { "data": { "text/markdown": [ - "## Max Wilkinson (26344)" + "## Wes Streeting (25320)" ], "text/plain": [ "" @@ -52148,7 +2883,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.96.2) | [Register link](https://www.theyworkforyou.com/mp/26344/register)" + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.576.3) | [Register link](https://www.theyworkforyou.com/mp/25320/register)" ], "text/plain": [ "" @@ -52160,7 +2895,7 @@ { "data": { "text/markdown": [ - "match score: 0.65" + "match score: 0.67" ], "text/plain": [ "" @@ -52172,7 +2907,7 @@ { "data": { "text/markdown": [ - ">Interested as I am in this question of process and the discussions about cronyism, I turned up here to listen to a debate about tech and public services. I was wondering whether the hon. Gentleman had any opinions on that subject." + ">Where do we draw the line? Do we have to send compliance forms to Cancer Research UK before it comes in to talk about how we tackle cancer? Do we have to send declaration of **interest** forms to patients who want to discuss awful cases they have experienced?" ], "text/plain": [ "" @@ -52184,7 +2919,7 @@ { "data": { "text/markdown": [ - "## Naushabah Khan (26562)" + "## Hamish Falconer (26446)" ], "text/plain": [ "" @@ -52196,7 +2931,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.3.1) | [Register link](https://www.theyworkforyou.com/mp/26562/register)" + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.622.2) | [Register link](https://www.theyworkforyou.com/mp/26446/register)" ], "text/plain": [ "" @@ -52208,7 +2943,7 @@ { "data": { "text/markdown": [ - "match score: 0.65" + "match score: 0.66" ], "text/plain": [ "" @@ -52220,7 +2955,7 @@ { "data": { "text/markdown": [ - ">High streets up and down the country are the backbone of our communities, but over the years have been facing decline. For example, Gillingham High Street in my constituency, where only yesterday we launched our Love Gillingham campaign and initiative, faces numerous challenges. Will the Minister agree to meet me to discuss some of those challenges, as well as the possibility of a compulsory register of properties on high streets, so that councils can easily engage with owners to find new uses for them when they fall vacant?" + ">My hon. Friend the Member for Glasgow South (Gordon McKee) made some kind comments. I am unsure whether they were for Minister Doughty or for me, but, as I am here, I will certainly accept them. He made important points about microchips and various other dual-use technologies on which we are taking action with others to try to address. In the **interest**s of the House’s time, I will write to him to give further detail." ], "text/plain": [ "" @@ -52232,7 +2967,7 @@ { "data": { "text/markdown": [ - "## Clive Efford (10185)" + "## Paul Kohler (26570)" ], "text/plain": [ "" @@ -52244,7 +2979,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.80.1) | [Register link](https://www.theyworkforyou.com/mp/10185/register)" + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.577.5) | [Register link](https://www.theyworkforyou.com/mp/26570/register)" ], "text/plain": [ "" @@ -52256,7 +2991,7 @@ { "data": { "text/markdown": [ - "match score: 0.65" + "match score: 0.66" ], "text/plain": [ "" @@ -52268,7 +3003,7 @@ { "data": { "text/markdown": [ - ">My other constituent is a former Treloar’s pupil, and he is upset about the £15,000 payment and does not think it is anywhere near enough. I think this shows that those people who have been campaigning for 40 years want to be more involved in the decisions being made about them. I hear what the Minister has said, but I certainly think that they want to hear how they are going to be engaged so that they can make their voices heard about the issues. While generally welcoming what has been proposed, they want to be able to influence things as they go forwards, and I would like to hear from him how he thinks that can be achieved." + ">What safeguards are being imposed or considered to address the appearance of conflicts of **interest**?" ], "text/plain": [ "" @@ -52280,7 +3015,7 @@ { "data": { "text/markdown": [ - "## Tulip Siddiq (25344)" + "## Matthew Pennycook (25379)" ], "text/plain": [ "" @@ -52292,7 +3027,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.133.1) | [Register link](https://www.theyworkforyou.com/mp/25344/register)" + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.672.3) | [Register link](https://www.theyworkforyou.com/mp/25379/register)" ], "text/plain": [ "" @@ -52304,7 +3039,7 @@ { "data": { "text/markdown": [ - "match score: 0.65" + "match score: 0.66" ], "text/plain": [ "" @@ -52316,7 +3051,7 @@ { "data": { "text/markdown": [ - ">I absolutely hear what my hon. Friend says about protecting vulnerable people in our constituencies. That is why a lot of us stood for the Labour party: because we want to protect the most vulnerable. I will come on to LINK, which provides the banking hubs, but if he does not mind writing to me and laying out exactly what the issue is, I can write to him about the topic and about the criteria, because it sounds as if there is a very small matter that needs looking at and I am happy to do so. I will talk later about LINK, but I ask him to make representations as well." + ">I appreciate the hon. Gentleman’s **interest** in community-led housing, including the role of community land trusts, and his professional experience in this area. I recognise the role that community ownership of land and affordable homes can play in delivering the Government’s agenda, although I hope that he will recognise that the support we are able to offer must be considered in the round, alongside the full range of departmental programmes. Again, the Government have set out changes to how we plan for the homes we need as part of the NPPF consultation, which includes proposals designed to strengthen support for community-led housing." ], "text/plain": [ "" @@ -52328,7 +3063,7 @@ { "data": { "text/markdown": [ - "## Angela Rayner (25429)" + "## Wes Streeting (25320)" ], "text/plain": [ "" @@ -52340,7 +3075,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.7.5) | [Register link](https://www.theyworkforyou.com/mp/25429/register)" + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.579.1) | [Register link](https://www.theyworkforyou.com/mp/25320/register)" ], "text/plain": [ "" @@ -52352,7 +3087,7 @@ { "data": { "text/markdown": [ - "match score: 0.65" + "match score: 0.66" ], "text/plain": [ "" @@ -52364,7 +3099,7 @@ { "data": { "text/markdown": [ - ">I absolutely welcome it, and I commend the actions such as those taken by the Burton-upon-Trent mosque. I agree with my hon. Friend that building understanding among those from different backgrounds is vital to fostering strong communities. This Government are committed to working with communities around the UK to build a culture of cohesion, trust and mutual respect and we will outline further actions in due course." + ">First, my right honourable friend, Alan Milburn, does not have a role in the Department. Secondly, of course we will publish, in the routine way that we do, details of meetings held in the Department and who attended them. I gently suggest that if the hon. Member has not made his way there already, there are plenty more **interest**ing things to read in the House of Commons Library." ], "text/plain": [ "" @@ -52376,7 +3111,7 @@ { "data": { "text/markdown": [ - "## David Lammy (10678)" + "## Rupert Lowe (26361)" ], "text/plain": [ "" @@ -52388,7 +3123,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.49.6) | [Register link](https://www.theyworkforyou.com/mp/10678/register)" + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.619.1) | [Register link](https://www.theyworkforyou.com/mp/26361/register)" ], "text/plain": [ "" @@ -52412,7 +3147,7 @@ { "data": { "text/markdown": [ - ">I am grateful for the question, and I would not want the House to lose sight of the further sanctions on four individuals that I announced in the House this afternoon; Members can revisit my statement to be abreast of that. My hon. Friend is absolutely right about the dangers that the IRGC poses. Indeed, it has been important for me in these early weeks in office to engage with my Iranian counterpart and to urge de-escalation, particularly in relation to any action that Iran is contemplating. This remains the very biggest and most important of issues for us in the UK, and it is absolutely right to keep it centre stage." + ">It is a ticket of perhaps less financial value than those that some other Members will have **declare**d, but it holds infinitely more real value for me" ], "text/plain": [ "" @@ -52424,7 +3159,7 @@ { "data": { "text/markdown": [ - "## Joe Morris (26468)" + "## Jonathan Reynolds (24929)" ], "text/plain": [ "" @@ -52436,7 +3171,7 @@ { "data": { "text/markdown": [ - "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-02a.129.2) | [Register link](https://www.theyworkforyou.com/mp/26468/register)" + "[Debate link](https://www.theyworkforyou.com/debates/?id=2024-09-09b.590.4) | [Register link](https://www.theyworkforyou.com/mp/24929/register)" ], "text/plain": [ "" @@ -52460,7 +3195,7 @@ { "data": { "text/markdown": [ - ">I agree with my hon. Friend, and I thank her for giving me an unintended promotion. It may seem like we are just saying names on a map, but consider the vast scale of my constituency in our wonderful county of Northumberland. These places are separated by huge distances, and have a public transport system that does not always seem to work as it should. It is simply not fair that vulnerable people in my constituency are forced to travel for as long as an hour by car or 90 minutes by public transport, either way. It is unfair to expect our constituents to put up with a second-class service because they live rurally. Unfortunately that has been the case in large parts of our county. It is incredibly important that we address these issues." + ">The hon. Gentleman will have heard my answers. He would surely agree that to get things wrong with these cases would be a terrible problem. Some of the errors and the problems that have been caused have been a frustration, but I want to assure him. I think it is better, in matters relating to this scandal, that it is the Department for Business and Trade, given the **interest**s of Members, that provides the updates on these matters. However, I can assure him that work is proceeding at pace, and people can proactively **register** their credentials to ensure that there is no delay if they are in a position where they know they are one of the wronged parties." ], "text/plain": [ "" @@ -52475,6 +3210,27 @@ "df[\"date\"] = df[\"speech_id\"].apply(lambda x: x.split(\"/\")[2][:10])\n", "df[\"int_person_id\"] = df[\"person_id\"].apply(lambda x: x.split(\"/\")[-1] if x else \"\")\n", "\n", + "must_contain = [\"declare\", \"interest\", \"register\"]\n", + "\n", + "passes_text = df[\"matched_text\"].apply(\n", + " lambda text: any([word in text.lower() for word in must_contain])\n", + ")\n", + "\n", + "df = df[passes_text]\n", + "\n", + "# dedupe on debate_url\n", + "df = df.drop_duplicates(subset=[\"debate_url\"])\n", + "\n", + "\n", + "def bold_text(text: str) -> str:\n", + " bolded_text = text\n", + " for m in must_contain:\n", + " bolded_text = bold_icase(bolded_text, m)\n", + " return bolded_text\n", + "\n", + "\n", + "df[\"matched_text\"] = df[\"matched_text\"].apply(bold_text)\n", + "\n", "# sort by reverse date\n", "df = df.sort_values(\"date\", ascending=False)\n", "\n",