{
    "name": "commons_rmfi",
    "title": "UK House of Commons Register of Members' Financial Interests",
    "description": "Reformat of the [new bulk data release](https://publications.parliament.uk/pa/cm/cmregmem/contents2425.htm) of the UK House of Commons Register of Members' Financial Interests.\nTheyWorkForYou IDs and party added.\nExperimental release. Expect to change columns and add more transformations. \n",
    "version": "0.1.0",
    "licenses": [
        {
            "name": "CC-BY-4.0",
            "path": "https://creativecommons.org/licenses/by/4.0/",
            "title": "Creative Commons Attribution 4.0 International License"
        }
    ],
    "contributors": [
        {
            "title": "UK Parliament",
            "path": "https://www.parliament.uk/",
            "role": "author"
        },
        {
            "title": "mySociety",
            "path": "https://mysociety.org",
            "role": "author"
        }
    ],
    "resources": [
        {
            "title": "Overall Register of Interests",
            "description": "Register of interests, text summaries by category,",
            "custom": {
                "row_count": 3985,
                "dataset_order": -10
            },
            "name": "overall",
            "profile": "data-resource",
            "format": "json",
            "hashing": "md5",
            "encoding": "utf-8",
            "schema": {
                "fields": [
                    {
                        "name": "id",
                        "type": "integer",
                        "description": "Unique identifier for the interest",
                        "constraints": {
                            "unique": true
                        },
                        "example": "10004"
                    },
                    {
                        "name": "parent_interest_id",
                        "type": "number",
                        "description": "Unique identifier for the parent interest",
                        "constraints": {
                            "unique": false
                        },
                        "example": "10097.0"
                    },
                    {
                        "name": "member",
                        "type": "string",
                        "description": "Name of the MP",
                        "constraints": {
                            "unique": false
                        },
                        "example": "Abtisam Mohamed"
                    },
                    {
                        "name": "party",
                        "type": "string",
                        "description": "TWFY id of the party",
                        "constraints": {
                            "unique": false
                        },
                        "example": "conservative"
                    },
                    {
                        "name": "mnis_id",
                        "type": "integer",
                        "description": "Parliamentary ID for the MP",
                        "constraints": {
                            "unique": false
                        },
                        "example": "1171"
                    },
                    {
                        "name": "twfy_id",
                        "type": "string",
                        "description": "TWFY ID for the MP",
                        "constraints": {
                            "unique": false
                        },
                        "example": "10001"
                    },
                    {
                        "name": "category",
                        "type": "string",
                        "description": "Category of the interest",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                "Donations and other support (including loans) for activities as an MP",
                                "Employment and earnings",
                                "Employment and earnings - Ad hoc payments",
                                "Employment and earnings - Ongoing paid employment",
                                "Family members employed",
                                "Family members engaged in third-party lobbying",
                                "Gifts and benefits from sources outside the UK",
                                "Gifts, benefits and hospitality from UK sources",
                                "Land and property (within or outside the UK)",
                                "Miscellaneous",
                                "Shareholdings",
                                "Visits outside the UK"
                            ]
                        },
                        "example": "Donations and other support (including loans) for activities as an MP"
                    },
                    {
                        "name": "category_code",
                        "type": "string",
                        "description": "Code for the category of the interest",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                "1",
                                "1.1",
                                "1.2",
                                "10",
                                "2",
                                "3",
                                "4",
                                "5",
                                "6",
                                "7",
                                "8",
                                "9"
                            ]
                        },
                        "example": "1"
                    },
                    {
                        "name": "summary",
                        "type": "string",
                        "description": "Text summary of the interest",
                        "constraints": {
                            "unique": false
                        },
                        "example": "(1) Chartered Institute of Housing and (2) National Housing Federation - \u00a3850.00"
                    }
                ]
            },
            "hash": "7302443fc1a650ededc5c26e9c47a33f",
            "data": [
                {
                    "id": 495,
                    "parent_interest_id": "",
                    "member": "Jon Trickett",
                    "party": "labour",
                    "mnis_id": 410,
                    "twfy_id": "10604",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Communications Workers' Union - \u00a32,000.00"
                },
                {
                    "id": 818,
                    "parent_interest_id": "",
                    "member": "Dame Siobhain McDonagh",
                    "party": "labour",
                    "mnis_id": 193,
                    "twfy_id": "10381",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Waheed Alli - \u00a31,200,000.00"
                },
                {
                    "id": 1049,
                    "parent_interest_id": "",
                    "member": "Ed Davey",
                    "party": "liberal-democrat",
                    "mnis_id": 188,
                    "twfy_id": "10155",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "National Liberal Club - \u00a3798.00"
                },
                {
                    "id": 1117,
                    "parent_interest_id": "",
                    "member": "Tim Farron",
                    "party": "liberal-democrat",
                    "mnis_id": 1591,
                    "twfy_id": "11923",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "National Liberal Club - \u00a31,102.50"
                },
                {
                    "id": 1193,
                    "parent_interest_id": "",
                    "member": "Ruth Cadbury",
                    "party": "labour",
                    "mnis_id": 4389,
                    "twfy_id": "25343",
                    "category": "Family members engaged in third-party lobbying",
                    "category_code": "10",
                    "summary": "Nicholas Gash employed as Lobbyist"
                },
                {
                    "id": 1194,
                    "parent_interest_id": "",
                    "member": "Feryal Clark",
                    "party": "labour",
                    "mnis_id": 4822,
                    "twfy_id": "25896",
                    "category": "Family members engaged in third-party lobbying",
                    "category_code": "10",
                    "summary": "Andrew Clark employed as Lobbyist"
                },
                {
                    "id": 1197,
                    "parent_interest_id": "",
                    "member": "Sarah Green",
                    "party": "liberal-democrat",
                    "mnis_id": 4918,
                    "twfy_id": "26034",
                    "category": "Family members engaged in third-party lobbying",
                    "category_code": "10",
                    "summary": "Daniel Paterson employed as Lobbyist"
                },
                {
                    "id": 1198,
                    "parent_interest_id": "",
                    "member": "Dame Nia Griffith",
                    "party": "labour",
                    "mnis_id": 1541,
                    "twfy_id": "11692",
                    "category": "Family members engaged in third-party lobbying",
                    "category_code": "10",
                    "summary": "Philip Brady employed as Lobbyist"
                },
                {
                    "id": 1200,
                    "parent_interest_id": "",
                    "member": "Sarah Jones",
                    "party": "labour",
                    "mnis_id": 4631,
                    "twfy_id": "25673",
                    "category": "Family members engaged in third-party lobbying",
                    "category_code": "10",
                    "summary": "Joseph Jones employed as Lobbyist"
                },
                {
                    "id": 1203,
                    "parent_interest_id": "",
                    "member": "Sir Mark Tami",
                    "party": "labour",
                    "mnis_id": 1383,
                    "twfy_id": "11267",
                    "category": "Family members engaged in third-party lobbying",
                    "category_code": "10",
                    "summary": "Oscar Tami employed as Lobbyist"
                },
                {
                    "id": 1205,
                    "parent_interest_id": "",
                    "member": "Sir John Whittingdale",
                    "party": "conservative",
                    "mnis_id": 39,
                    "twfy_id": "10632",
                    "category": "Family members engaged in third-party lobbying",
                    "category_code": "10",
                    "summary": "Alice Whittingdale employed as Lobbyist"
                },
                {
                    "id": 1220,
                    "parent_interest_id": "",
                    "member": "Ms Diane Abbott",
                    "party": "independent",
                    "mnis_id": 172,
                    "twfy_id": "10001",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Since December 2015, a trustee of the Diane Abbott Foundation, which works to excel and improve education. This is an unpaid role."
                },
                {
                    "id": 1222,
                    "parent_interest_id": "",
                    "member": "Tahir Ali",
                    "party": "labour",
                    "mnis_id": 4747,
                    "twfy_id": "25888",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Engineer, Royal Mail. On unpaid leave since 13 December 2019."
                },
                {
                    "id": 1224,
                    "parent_interest_id": "",
                    "member": "Mr Gregory Campbell",
                    "party": "dup",
                    "mnis_id": 1409,
                    "twfy_id": "10780",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unremunerated interests currently registered on the NI Assembly website register do not appear here as they are not registrable under House of Commons rules."
                },
                {
                    "id": 1227,
                    "parent_interest_id": "",
                    "member": "Sir Christopher Chope",
                    "party": "conservative",
                    "mnis_id": 242,
                    "twfy_id": "10103",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Retired barrister."
                },
                {
                    "id": 1253,
                    "parent_interest_id": "",
                    "member": "Daniel Zeichner",
                    "party": "labour",
                    "mnis_id": 4382,
                    "twfy_id": "25386",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A Director of the Industry & Parliament Trust. This is an unpaid role."
                },
                {
                    "id": 1255,
                    "parent_interest_id": "",
                    "member": "James Wild",
                    "party": "conservative",
                    "mnis_id": 4787,
                    "twfy_id": "25866",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of the King\u2019s Lynn Town Deal Board. This is an unpaid role."
                },
                {
                    "id": 1256,
                    "parent_interest_id": "",
                    "member": "James Wild",
                    "party": "conservative",
                    "mnis_id": 4787,
                    "twfy_id": "25866",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Governor, King Edward VII Academy. This is an unpaid position on the Academy Committee."
                },
                {
                    "id": 1264,
                    "parent_interest_id": "",
                    "member": "Karl Turner",
                    "party": "labour",
                    "mnis_id": 4030,
                    "twfy_id": "24767",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of Pelican Park Community Trust. This is an unpaid role."
                },
                {
                    "id": 1269,
                    "parent_interest_id": "",
                    "member": "Sir Jeremy Wright",
                    "party": "conservative",
                    "mnis_id": 1560,
                    "twfy_id": "11791",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Barrister (non-practising)."
                },
                {
                    "id": 1271,
                    "parent_interest_id": "",
                    "member": "Sammy Wilson",
                    "party": "dup",
                    "mnis_id": 1593,
                    "twfy_id": "11374",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Board Member of the Centre for Brexit Policy. This is an unpaid role."
                },
                {
                    "id": 1330,
                    "parent_interest_id": "",
                    "member": "John Glen",
                    "party": "conservative",
                    "mnis_id": 4051,
                    "twfy_id": "24839",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Endava Ltd"
                },
                {
                    "id": 1331,
                    "parent_interest_id": "",
                    "member": "John Glen",
                    "party": "conservative",
                    "mnis_id": 4051,
                    "twfy_id": "24839",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Softiron"
                },
                {
                    "id": 1332,
                    "parent_interest_id": "",
                    "member": "John Glen",
                    "party": "conservative",
                    "mnis_id": 4051,
                    "twfy_id": "24839",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Blue Gold Ltd (BGL)"
                },
                {
                    "id": 1334,
                    "parent_interest_id": "",
                    "member": "Kevin Hollinrake",
                    "party": "conservative",
                    "mnis_id": 4474,
                    "twfy_id": "25415",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Property Franchise Group plc"
                },
                {
                    "id": 1337,
                    "parent_interest_id": "",
                    "member": "Matt Western",
                    "party": "labour",
                    "mnis_id": 4617,
                    "twfy_id": "25701",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Apple"
                },
                {
                    "id": 1342,
                    "parent_interest_id": "",
                    "member": "Sir Andrew Mitchell",
                    "party": "conservative",
                    "mnis_id": 1211,
                    "twfy_id": "11115",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Equinox International Holdings Limited"
                },
                {
                    "id": 1345,
                    "parent_interest_id": "",
                    "member": "Jesse Norman",
                    "party": "conservative",
                    "mnis_id": 3991,
                    "twfy_id": "24827",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Genie International Toys"
                },
                {
                    "id": 1347,
                    "parent_interest_id": "",
                    "member": "Wendy Chamberlain",
                    "party": "liberal-democrat",
                    "mnis_id": 4765,
                    "twfy_id": "25872",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "From my election to parliament, unremunerated trustee of the Links Trust, St Andrews, which manages the golf courses owned by the public around the town. As a trustee I receive a card entitling me to 25% discount in the golf course shops or restaurants."
                },
                {
                    "id": 1353,
                    "parent_interest_id": "",
                    "member": "Jerome Mayhew",
                    "party": "conservative",
                    "mnis_id": 4739,
                    "twfy_id": "25904",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Walsingham Estate Co Ltd (beneficial interest)"
                },
                {
                    "id": 1355,
                    "parent_interest_id": "",
                    "member": "Nigel Huddleston",
                    "party": "conservative",
                    "mnis_id": 4407,
                    "twfy_id": "25381",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Alphabet Inc."
                },
                {
                    "id": 1387,
                    "parent_interest_id": "",
                    "member": "Sir James Cleverly",
                    "party": "conservative",
                    "mnis_id": 4366,
                    "twfy_id": "25376",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Officer in the Reserve Forces. I have received no payments since my election."
                },
                {
                    "id": 1389,
                    "parent_interest_id": "",
                    "member": "Sir Geoffrey Clifton-Brown",
                    "party": "conservative",
                    "mnis_id": 249,
                    "twfy_id": "10119",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Fellow of the Royal Institute of Chartered Surveyors (unremunerated)."
                },
                {
                    "id": 1390,
                    "parent_interest_id": "",
                    "member": "Sir Geoffrey Clifton-Brown",
                    "party": "conservative",
                    "mnis_id": 249,
                    "twfy_id": "10119",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director of Gresham Hall Glamping Ltd (unremunerated)."
                },
                {
                    "id": 1394,
                    "parent_interest_id": "",
                    "member": "Daisy Cooper",
                    "party": "liberal-democrat",
                    "mnis_id": 4769,
                    "twfy_id": "25901",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Vice President of the Local Government Association (LGA), which works with councils to support, promote and improve local government."
                },
                {
                    "id": 1395,
                    "parent_interest_id": "",
                    "member": "Jeremy Corbyn",
                    "party": "independent",
                    "mnis_id": 185,
                    "twfy_id": "10133",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid director of the Peace and Justice Project, a company limited by guarantee. The company promotes peace and justice issues, both domestic and international."
                },
                {
                    "id": 1399,
                    "parent_interest_id": "",
                    "member": "Claire Coutinho",
                    "party": "conservative",
                    "mnis_id": 4806,
                    "twfy_id": "25890",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "I have been involved in fundraising activities for the Friendship Project, a ringfenced fund managed by the Tandridge Community Fund. This raises money for distribution to groups working to address social isolation in East Surrey. I will be consulted but will not have a final say on how funds are distributed."
                },
                {
                    "id": 1402,
                    "parent_interest_id": "",
                    "member": "Ms Stella Creasy",
                    "party": "labourco-operative",
                    "mnis_id": 4088,
                    "twfy_id": "24949",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Chair of the Labour Movement for Europe. This is an unpaid role."
                },
                {
                    "id": 1406,
                    "parent_interest_id": "",
                    "member": "Ed Davey",
                    "party": "liberal-democrat",
                    "mnis_id": 188,
                    "twfy_id": "10155",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Board Member (unpaid) of Fit for the Future, a network of mainly charities helping organisations to become climate-friendly and resilient."
                },
                {
                    "id": 1407,
                    "parent_interest_id": "",
                    "member": "Ed Davey",
                    "party": "liberal-democrat",
                    "mnis_id": 188,
                    "twfy_id": "10155",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of Tourism for all, a charity."
                },
                {
                    "id": 1409,
                    "parent_interest_id": "",
                    "member": "Ed Davey",
                    "party": "liberal-democrat",
                    "mnis_id": 188,
                    "twfy_id": "10155",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Board member of POWERful Women (PfW), a professional initiative to advance gender diversity within the energy sector."
                },
                {
                    "id": 1410,
                    "parent_interest_id": "",
                    "member": "Mims Davies",
                    "party": "conservative",
                    "mnis_id": 4513,
                    "twfy_id": "25330",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A regular volunteer radio presenter of a retro weekend show for the local community radio station, Mid Sussex Radio (previously Burgess Hill Radio)."
                },
                {
                    "id": 1416,
                    "parent_interest_id": "",
                    "member": "David Davis",
                    "party": "conservative",
                    "mnis_id": 373,
                    "twfy_id": "10162",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unremunerated board member, New City Network (London) Ltd; a not-for-profit think tank aiming to develop ideas and research on financial services policy."
                },
                {
                    "id": 1422,
                    "parent_interest_id": "",
                    "member": "Dave Doogan",
                    "party": "scottish-national-party",
                    "mnis_id": 4736,
                    "twfy_id": "25796",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Councillor, Perth and Kinross Council from 1st January 2020. I receive no allowances for this role."
                },
                {
                    "id": 1429,
                    "parent_interest_id": "",
                    "member": "Sir Oliver Dowden",
                    "party": "conservative",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A patron of the Peace Hospice, Watford (unpaid)."
                },
                {
                    "id": 1436,
                    "parent_interest_id": "",
                    "member": "Sarah Dyke",
                    "party": "liberal-democrat",
                    "mnis_id": 4995,
                    "twfy_id": "26270",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of Wincanton Recreational Trust. This is an unpaid role."
                },
                {
                    "id": 1437,
                    "parent_interest_id": "",
                    "member": "Sarah Dyke",
                    "party": "liberal-democrat",
                    "mnis_id": 4995,
                    "twfy_id": "26270",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director of Vintage Ghetto (unpaid)."
                },
                {
                    "id": 1446,
                    "parent_interest_id": "",
                    "member": "Jess Phillips",
                    "party": "labour",
                    "mnis_id": 4370,
                    "twfy_id": "25364",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A trustee of the Stacy Wanjiku Welfare Trust. Having raised money for the education and welfare of Stacey Wanjiru I am a trustee of the fund. Stacey is the daughter of Agnes Wanjiru a Kenyan woman murdered in 2012 in a case linked to British Armed Forces. This is an unpaid role."
                },
                {
                    "id": 1448,
                    "parent_interest_id": "",
                    "member": "Jess Phillips",
                    "party": "labour",
                    "mnis_id": 4370,
                    "twfy_id": "25364",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A director of Birmingham Museums Trust which manages Birmingham Museums including a site in my constituency. This is an unpaid role."
                },
                {
                    "id": 1449,
                    "parent_interest_id": "",
                    "member": "Chris Philp",
                    "party": "conservative",
                    "mnis_id": 4503,
                    "twfy_id": "25377",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A company to which a subsidiary of Pluto Partners LLP provides services became accredited for the Coronavirus Business Interruption Loan Scheme."
                },
                {
                    "id": 1450,
                    "parent_interest_id": "",
                    "member": "Chris Philp",
                    "party": "conservative",
                    "mnis_id": 4503,
                    "twfy_id": "25377",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A company in which Millgap Ltd holds beneficial ownership of 0.375% became accredited for the Coronavirus Business Interruption Loan Scheme."
                },
                {
                    "id": 1472,
                    "parent_interest_id": "",
                    "member": "Rushanara Ali",
                    "party": "labour",
                    "mnis_id": 4138,
                    "twfy_id": "24958",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A Trustee of the Sisters Trust, a registered charity that makes donations to organisations committed to challenging racial and sexual inequality. This is an unpaid role."
                },
                {
                    "id": 1474,
                    "parent_interest_id": "",
                    "member": "Rushanara Ali",
                    "party": "labour",
                    "mnis_id": 4138,
                    "twfy_id": "24958",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A Governor (and a Member of the Council of Management until 27/09/24) of The Ditchley Foundation, an organisation that helps sustain peace, freedom and the rule of law; and works towards the renewal of democratic societies, states and alliances. This is an unpaid role."
                },
                {
                    "id": 1493,
                    "parent_interest_id": "",
                    "member": "Yasmin Qureshi",
                    "party": "labour",
                    "mnis_id": 3924,
                    "twfy_id": "24775",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of Bolton Town Board. This is an unpaid role."
                },
                {
                    "id": 1494,
                    "parent_interest_id": "",
                    "member": "Yasmin Qureshi",
                    "party": "labour",
                    "mnis_id": 3924,
                    "twfy_id": "24775",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "I was appointed as a member of the Board of the Westminster Foundation for Democracy for a three-year term. This is an unpaid role."
                },
                {
                    "id": 1504,
                    "parent_interest_id": "",
                    "member": "Bell Ribeiro-Addy",
                    "party": "labour",
                    "mnis_id": 4764,
                    "twfy_id": "25856",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Company Secretary of the Diane Abbott Foundation, which works to excel and improve education. This is an unpaid role."
                },
                {
                    "id": 1508,
                    "parent_interest_id": "",
                    "member": "Gavin Robinson",
                    "party": "dup",
                    "mnis_id": 4360,
                    "twfy_id": "25280",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Chair of EastSide Tourism Ltd, which promotes East Belfast as a tourist destination. This is an unpaid role."
                },
                {
                    "id": 1509,
                    "parent_interest_id": "",
                    "member": "Gavin Robinson",
                    "party": "dup",
                    "mnis_id": 4360,
                    "twfy_id": "25280",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director of EastSide Partnership, which is a broad-based social partnership with community, statutory, political and business members who are dedicated to the regeneration of East Belfast. This is an unpaid role."
                },
                {
                    "id": 1512,
                    "parent_interest_id": "",
                    "member": "Andrew Rosindell",
                    "party": "reform",
                    "mnis_id": 1447,
                    "twfy_id": "11199",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director of the Commonwealth Parliamentary Association UK. This is an unpaid role."
                },
                {
                    "id": 1531,
                    "parent_interest_id": "",
                    "member": "Jerome Mayhew",
                    "party": "conservative",
                    "mnis_id": 4739,
                    "twfy_id": "25904",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director of Walsingham Estate Company Ltd (farming, land and property management, retail and finance). I have not received any payment for this role. It will continue to be unpaid until further notice."
                },
                {
                    "id": 1532,
                    "parent_interest_id": "",
                    "member": "Jerome Mayhew",
                    "party": "conservative",
                    "mnis_id": 4739,
                    "twfy_id": "25904",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "My shareholding in Adventure Forest Group Ltd (adventure leisure) was transferred into an employee ownership trust on 21 October 2021. As part of this agreement a value for my shareholding is scheduled to be repaid to me periodically over the next 10 years."
                },
                {
                    "id": 1535,
                    "parent_interest_id": "",
                    "member": "Andy McDonald",
                    "party": "labour",
                    "mnis_id": 4269,
                    "twfy_id": "25169",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Solicitor (not currently employed as such)."
                },
                {
                    "id": 1537,
                    "parent_interest_id": "",
                    "member": "Pat McFadden",
                    "party": "labour",
                    "mnis_id": 1587,
                    "twfy_id": "11936",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of Wolverhampton Towns Fund Board. This is an unpaid role."
                },
                {
                    "id": 1539,
                    "parent_interest_id": "",
                    "member": "Catherine McKinnell",
                    "party": "labour",
                    "mnis_id": 4125,
                    "twfy_id": "24818",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Solicitor (currently non-practising)."
                },
                {
                    "id": 1540,
                    "parent_interest_id": "",
                    "member": "Catherine McKinnell",
                    "party": "labour",
                    "mnis_id": 4125,
                    "twfy_id": "24818",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A Trustee and Vice Chair of the Board of the Industry and Parliament Trust. This is an unpaid role."
                },
                {
                    "id": 1547,
                    "parent_interest_id": "",
                    "member": "Esther McVey",
                    "party": "conservative",
                    "mnis_id": 4084,
                    "twfy_id": "24882",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee (Unpaid) of \"If Chloe Can\"; charity providing careers advice and support for young people."
                },
                {
                    "id": 1548,
                    "parent_interest_id": "",
                    "member": "Esther McVey",
                    "party": "conservative",
                    "mnis_id": 4084,
                    "twfy_id": "24882",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Director of Blue Collar Productions, a television production company of Miryfields Cottage, 5/7 Cann Street, Tottington BL8 3PE."
                },
                {
                    "id": 1568,
                    "parent_interest_id": "",
                    "member": "Navendu Mishra",
                    "party": "labour",
                    "mnis_id": 4811,
                    "twfy_id": "25836",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "I am a member of the Unite North West Black Asian & Ethnic Minorities Committee."
                },
                {
                    "id": 1572,
                    "parent_interest_id": "",
                    "member": "Layla Moran",
                    "party": "liberal-democrat",
                    "mnis_id": 4656,
                    "twfy_id": "25689",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of the International Centre of Justice for Palestinians (ICJP)\u2019s Advisory Board. The ICJP\u2019s principal objective is to coordinate and support legal work which supports the rights of Palestinians in Israel, the Occupied Palestinian Territories and the wider diaspora. This is an unpaid role."
                },
                {
                    "id": 1578,
                    "parent_interest_id": "",
                    "member": "Helen Morgan",
                    "party": "liberal-democrat",
                    "mnis_id": 4934,
                    "twfy_id": "26056",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A Vice President of the Local Government Association. This is an unpaid role."
                },
                {
                    "id": 1579,
                    "parent_interest_id": "",
                    "member": "Grahame Morris",
                    "party": "labour",
                    "mnis_id": 3973,
                    "twfy_id": "24715",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee (unpaid) of the East Durham Veterans Trust."
                },
                {
                    "id": 1581,
                    "parent_interest_id": "",
                    "member": "Wendy Morton",
                    "party": "conservative",
                    "mnis_id": 4358,
                    "twfy_id": "25342",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Vice-President of the Lotteries Council. This is an unpaid role."
                },
                {
                    "id": 1583,
                    "parent_interest_id": "",
                    "member": "Dr Kieran Mullan",
                    "party": "conservative",
                    "mnis_id": 4860,
                    "twfy_id": "25883",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of ValueYou, a volunteer recognition scheme."
                },
                {
                    "id": 1588,
                    "parent_interest_id": "",
                    "member": "Ian Murray",
                    "party": "labour",
                    "mnis_id": 3966,
                    "twfy_id": "24872",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director of 100MPH Events Limited (dormant). This is an unpaid role."
                },
                {
                    "id": 1590,
                    "parent_interest_id": "",
                    "member": "Ian Murray",
                    "party": "labour",
                    "mnis_id": 3966,
                    "twfy_id": "24872",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director of the Commonwealth Parliamentary Association (United Kingdom)."
                },
                {
                    "id": 1592,
                    "parent_interest_id": "",
                    "member": "Ian Murray",
                    "party": "labour",
                    "mnis_id": 3966,
                    "twfy_id": "24872",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director of IM Campaigns Ltd (dormant). This is an unpaid role."
                },
                {
                    "id": 1593,
                    "parent_interest_id": "",
                    "member": "Ian Murray",
                    "party": "labour",
                    "mnis_id": 3966,
                    "twfy_id": "24872",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of McRaes Batallion Trust. This is an unpaid role."
                },
                {
                    "id": 1595,
                    "parent_interest_id": "",
                    "member": "Ian Murray",
                    "party": "labour",
                    "mnis_id": 3966,
                    "twfy_id": "24872",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of the Royal Observatory Trust. This is an unpaid role."
                },
                {
                    "id": 1598,
                    "parent_interest_id": "",
                    "member": "Dr Andrew Murrison",
                    "party": "conservative",
                    "mnis_id": 1466,
                    "twfy_id": "11132",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A Trustee of the UK Reserve Forces Association, which is part of the MOD and promotes the efficiency of reserve forces by providing opportunities for education, personal development and international experiences. This is an unpaid role."
                },
                {
                    "id": 1603,
                    "parent_interest_id": "",
                    "member": "Caroline Nokes",
                    "party": "conservative",
                    "mnis_id": 4048,
                    "twfy_id": "24809",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A trustee of World Horse Welfare. This position is not remunerated."
                },
                {
                    "id": 1604,
                    "parent_interest_id": "",
                    "member": "Sir Bernard Jenkin",
                    "party": "conservative",
                    "mnis_id": 40,
                    "twfy_id": "10312",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A Vice President of Combat Stress, a charity offering mental health services to veterans. This is an unpaid role."
                },
                {
                    "id": 1606,
                    "parent_interest_id": "",
                    "member": "Jesse Norman",
                    "party": "conservative",
                    "mnis_id": 3991,
                    "twfy_id": "24827",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of the Town Board for Hereford. This is an unpaid role."
                },
                {
                    "id": 1610,
                    "parent_interest_id": "",
                    "member": "Alex Norris",
                    "party": "labourco-operative",
                    "mnis_id": 4641,
                    "twfy_id": "25687",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Chair of Governors at Rosslyn Park Primary & Nursery School in Nottingham. This is an unpaid position."
                },
                {
                    "id": 1613,
                    "parent_interest_id": "",
                    "member": "Neil O'Brien",
                    "party": "conservative",
                    "mnis_id": 4679,
                    "twfy_id": "25679",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A member of the advisory board of Onward, a think tank which aims to produce modernising ideas to address some of the biggest challenges facing the UK. This is an unpaid role."
                },
                {
                    "id": 1615,
                    "parent_interest_id": "",
                    "member": "Brendan O'Hara",
                    "party": "scottish-national-party",
                    "mnis_id": 4371,
                    "twfy_id": "25370",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A Director of the Westminster Foundation for Democracy. This is an unpaid role."
                },
                {
                    "id": 1618,
                    "parent_interest_id": "",
                    "member": "Dame Chi Onwurah",
                    "party": "labour",
                    "mnis_id": 4124,
                    "twfy_id": "24807",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Chartered engineer (non-practising)."
                },
                {
                    "id": 1619,
                    "parent_interest_id": "",
                    "member": "Dame Chi Onwurah",
                    "party": "labour",
                    "mnis_id": 4124,
                    "twfy_id": "24807",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Honorary Vice President of ACTSA (Action for South Africa)."
                },
                {
                    "id": 1620,
                    "parent_interest_id": "",
                    "member": "Dame Chi Onwurah",
                    "party": "labour",
                    "mnis_id": 4124,
                    "twfy_id": "24807",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director of the Foundation for Science & Technology."
                },
                {
                    "id": 1621,
                    "parent_interest_id": "",
                    "member": "Dame Chi Onwurah",
                    "party": "labour",
                    "mnis_id": 4124,
                    "twfy_id": "24807",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of the Board of the Hamilton Commission, a standalone piece of research in partnership with the Royal Academy of Engineering, that will work to improve the representation of black people in UK motorsport."
                },
                {
                    "id": 1622,
                    "parent_interest_id": "",
                    "member": "Dame Diana Johnson",
                    "party": "labour",
                    "mnis_id": 1533,
                    "twfy_id": "11647",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A Commissioner on the Commonwealth War Graves Commission (CWGC). This is a non-salaried position."
                },
                {
                    "id": 1624,
                    "parent_interest_id": "",
                    "member": "Kim Johnson",
                    "party": "labour",
                    "mnis_id": 4824,
                    "twfy_id": "25803",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Voluntary Board Member of SQUASH, Liverpool, a community interest company based in the Liverpool Riverside constituency (a creative food enterprise to empower and enable social change). This is an unpaid role."
                },
                {
                    "id": 1627,
                    "parent_interest_id": "",
                    "member": "Ms Abena Oppong-Asare",
                    "party": "labour",
                    "mnis_id": 4820,
                    "twfy_id": "25846",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A patron of Greenwich and Bexley Community Hospice, London. This is an unpaid role."
                },
                {
                    "id": 1628,
                    "parent_interest_id": "",
                    "member": "Kim Johnson",
                    "party": "labour",
                    "mnis_id": 4824,
                    "twfy_id": "25803",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of the Liverpool City Region Freeport Board. This is an unpaid role."
                },
                {
                    "id": 1629,
                    "parent_interest_id": "",
                    "member": "Kim Johnson",
                    "party": "labour",
                    "mnis_id": 4824,
                    "twfy_id": "25803",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of the Royal Court Theatre, Liverpool. This is an unpaid role."
                },
                {
                    "id": 1630,
                    "parent_interest_id": "",
                    "member": "Kate Osborne",
                    "party": "labour",
                    "mnis_id": 4783,
                    "twfy_id": "25794",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director of Kate Osborne Campaigns Ltd. This is an unpaid role."
                },
                {
                    "id": 1636,
                    "parent_interest_id": "",
                    "member": "Taiwo Owatemi",
                    "party": "labour",
                    "mnis_id": 4779,
                    "twfy_id": "25915",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Pharmacist registered with the General Pharmaceutical Council."
                },
                {
                    "id": 1641,
                    "parent_interest_id": "",
                    "member": "Darren Jones",
                    "party": "labour",
                    "mnis_id": 4621,
                    "twfy_id": "25637",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "I am the director of the Henacre Charitable Fund (the \u201cHenacre Trust\u201d) launched on 8 March 2019. This is a named trust owned and operated by the Quartet Community Foundation on my behalf. The Henacre Trust will make charitable grants to young people from Bristol North West."
                },
                {
                    "id": 1646,
                    "parent_interest_id": "",
                    "member": "Lee Anderson",
                    "party": "reform",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of the Town Fund Board for Ashfield. This is an unpaid role."
                },
                {
                    "id": 1652,
                    "parent_interest_id": "",
                    "member": "Lee Anderson",
                    "party": "reform",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "My Twitter profile is registered as an affiliated account by GB News. GB News pays \u00a350 per month for a square affiliate badge on my Twitter page."
                },
                {
                    "id": 1665,
                    "parent_interest_id": "",
                    "member": "Saqib Bhatti",
                    "party": "conservative",
                    "mnis_id": 4818,
                    "twfy_id": "25847",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Board Member of the West Midlands Reserve Forces and Cadets Association."
                },
                {
                    "id": 1667,
                    "parent_interest_id": "",
                    "member": "Gerald Jones",
                    "party": "labour",
                    "mnis_id": 4501,
                    "twfy_id": "25289",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A Trustee of a local charity, Phillipstown Residents and Community Association."
                },
                {
                    "id": 1673,
                    "parent_interest_id": "",
                    "member": "Victoria Atkins",
                    "party": "conservative",
                    "mnis_id": 4399,
                    "twfy_id": "25424",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Barrister, currently not practising."
                },
                {
                    "id": 1675,
                    "parent_interest_id": "",
                    "member": "Bob Blackman",
                    "party": "conservative",
                    "mnis_id": 4005,
                    "twfy_id": "24945",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director of the Commonwealth Parliamentary Association (UK Branch). This is an unpaid role."
                },
                {
                    "id": 1687,
                    "parent_interest_id": "",
                    "member": "Victoria Atkins",
                    "party": "conservative",
                    "mnis_id": 4399,
                    "twfy_id": "25424",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of the Connected Coast Board, a joint board for the Mablethorpe and Skegness Towns Fund. This is an unpaid role."
                },
                {
                    "id": 1688,
                    "parent_interest_id": "",
                    "member": "Andrew Bowie",
                    "party": "conservative",
                    "mnis_id": 4601,
                    "twfy_id": "25703",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Vice-Chairman of the Conservative Party."
                },
                {
                    "id": 1689,
                    "parent_interest_id": "",
                    "member": "Mike Kane",
                    "party": "labour",
                    "mnis_id": 4316,
                    "twfy_id": "25220",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A non-Executive Director of The Oxford Group, whose programmes include initiatives to develop sustainable communities; making films about conflict resolution; working to bring trust and integrity into the business and financial sectors; helping young people to find a sense of vocation. This is an unpaid role."
                },
                {
                    "id": 1690,
                    "parent_interest_id": "",
                    "member": "Dame Karen Bradley",
                    "party": "conservative",
                    "mnis_id": 4110,
                    "twfy_id": "24725",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee (unpaid) of the Human Trafficking Foundation, a non-profit organisation which works to help victims of human trafficking and modern slavery. I consulted ACOBA about this role."
                },
                {
                    "id": 1692,
                    "parent_interest_id": "",
                    "member": "Alicia Kearns",
                    "party": "conservative",
                    "mnis_id": 4805,
                    "twfy_id": "25906",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Board Member of the Great British-China Centre, a not-for-profit company limited by guarantee operating as an executive non-departmental public body, established by the Foreign, Commonwealth and Development Office to support UK-China relations."
                },
                {
                    "id": 1694,
                    "parent_interest_id": "",
                    "member": "Dame Karen Bradley",
                    "party": "conservative",
                    "mnis_id": 4110,
                    "twfy_id": "24725",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member (unpaid) of the panel for the Community Foundation for Staffordshire\u2019s We Love the Moorlands programme, which offers funding support to assist grassroots community and voluntary organisations that are based across the Moorlands area."
                },
                {
                    "id": 1695,
                    "parent_interest_id": "",
                    "member": "Dame Karen Bradley",
                    "party": "conservative",
                    "mnis_id": 4110,
                    "twfy_id": "24725",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Chair of the new Restoring Your Railway Leek \u2013 Stoke Board and Steering Committee. This is an unpaid role and meetings are monthly."
                },
                {
                    "id": 1696,
                    "parent_interest_id": "",
                    "member": "Dame Karen Bradley",
                    "party": "conservative",
                    "mnis_id": 4110,
                    "twfy_id": "24725",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A Trustee of the Arise Foundation, a charity which seeks to confront modern slavery and human trafficking through frontline organisations. This is an unpaid role."
                },
                {
                    "id": 1697,
                    "parent_interest_id": "",
                    "member": "Dame Karen Bradley",
                    "party": "conservative",
                    "mnis_id": 4110,
                    "twfy_id": "24725",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A member of the UK Shared Prosperity Fund Board to assist Staffordshire Moorlands District Council in the Governance of the new funding programme. This is an unpaid role."
                },
                {
                    "id": 1698,
                    "parent_interest_id": "",
                    "member": "Dame Karen Bradley",
                    "party": "conservative",
                    "mnis_id": 4110,
                    "twfy_id": "24725",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Co-chair of the British Irish Parliamentary Assembly. This is an unpaid role."
                },
                {
                    "id": 1723,
                    "parent_interest_id": "",
                    "member": "Chris Bryant",
                    "party": "labour",
                    "mnis_id": 1446,
                    "twfy_id": "10761",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A trustee of the Mabon Trust, which offers small grants to community projects, organisations, individuals and charities in the Rhondda. This is an unpaid role."
                },
                {
                    "id": 1729,
                    "parent_interest_id": "",
                    "member": "Richard Burgon",
                    "party": "labour",
                    "mnis_id": 4493,
                    "twfy_id": "25391",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Non-practising solicitor."
                },
                {
                    "id": 1730,
                    "parent_interest_id": "",
                    "member": "Richard Burgon",
                    "party": "labour",
                    "mnis_id": 4493,
                    "twfy_id": "25391",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Director of Richard Burgon Campaigns Ltd, a company established for my campaign to be Labour\u2019s Deputy Leader and which continues to help deliver my campaigns work."
                },
                {
                    "id": 1731,
                    "parent_interest_id": "",
                    "member": "Richard Burgon",
                    "party": "labour",
                    "mnis_id": 4493,
                    "twfy_id": "25391",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Chair of the Brazil Solidarity Initiative, a network established to campaign for human rights in Brazil."
                },
                {
                    "id": 1732,
                    "parent_interest_id": "",
                    "member": "Dawn Butler",
                    "party": "labour",
                    "mnis_id": 1489,
                    "twfy_id": "11447",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of the National Youth Theatre of Great Britain. This is an unpaid role."
                },
                {
                    "id": 1733,
                    "parent_interest_id": "",
                    "member": "Ian Byrne",
                    "party": "labour",
                    "mnis_id": 4831,
                    "twfy_id": "25816",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of the management committee, Spirit of Shankly, which promotes the interests of football supporters."
                },
                {
                    "id": 1734,
                    "parent_interest_id": "",
                    "member": "Dame Harriett Baldwin",
                    "party": "conservative",
                    "mnis_id": 4107,
                    "twfy_id": "24785",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A Member of the Executive Committee of the British Group of the Inter-Parliamentary Union. This is an unpaid role."
                },
                {
                    "id": 1744,
                    "parent_interest_id": "",
                    "member": "Dan Carden",
                    "party": "labour",
                    "mnis_id": 4651,
                    "twfy_id": "25642",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of the Commission on Alcohol Harm, established by the Alcohol Harm Alliance (a consortium of over 50 non-governmental organisations) to promote evidence based policies to reduce the harm caused by alcohol."
                },
                {
                    "id": 1746,
                    "parent_interest_id": "",
                    "member": "Dan Carden",
                    "party": "labour",
                    "mnis_id": 4651,
                    "twfy_id": "25642",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid director of Addiction Recovery Now Ltd, a company limited by guarantee. The company researches addiction issues and seeks to promote visible recovery in society."
                },
                {
                    "id": 1747,
                    "parent_interest_id": "",
                    "member": "Mr Alistair Carmichael",
                    "party": "liberal-democrat",
                    "mnis_id": 1442,
                    "twfy_id": "10785",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unremunerated Director of the Council for Arab-British Understanding."
                },
                {
                    "id": 1748,
                    "parent_interest_id": "",
                    "member": "Mr Alistair Carmichael",
                    "party": "liberal-democrat",
                    "mnis_id": 1442,
                    "twfy_id": "10785",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "An unpaid partner in Coillabus Farms."
                },
                {
                    "id": 1761,
                    "parent_interest_id": "",
                    "member": "Apsana Begum",
                    "party": "labour",
                    "mnis_id": 4790,
                    "twfy_id": "25914",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Director of Apsana Begum Ltd."
                },
                {
                    "id": 1768,
                    "parent_interest_id": "",
                    "member": "Scott Benton",
                    "party": "unknown",
                    "mnis_id": 4793,
                    "twfy_id": "25800",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of Blackpool Town Funds Board. This is an unpaid role."
                },
                {
                    "id": 1781,
                    "parent_interest_id": "",
                    "member": "Mr Clive Betts",
                    "party": "labour",
                    "mnis_id": 394,
                    "twfy_id": "10045",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A Trustee of Fields in Trust (FiT), a charity which champions and supports our parks and green spaces. This is an unpaid role."
                },
                {
                    "id": 1800,
                    "parent_interest_id": "",
                    "member": "Stephen Kinnock",
                    "party": "labour",
                    "mnis_id": 4359,
                    "twfy_id": "25297",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Bryn and Cwmavon Events, a charity set up to develop the needs of the community, supported by the local authority and partners to create a stronger, independent community."
                },
                {
                    "id": 1804,
                    "parent_interest_id": "",
                    "member": "Danny Kruger",
                    "party": "reform",
                    "mnis_id": 4858,
                    "twfy_id": "25913",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of Only Connect, a charity that works with men and women in prison or recently released, with the aim of helping them live crime-free lives."
                },
                {
                    "id": 1808,
                    "parent_interest_id": "",
                    "member": "Danny Kruger",
                    "party": "reform",
                    "mnis_id": 4858,
                    "twfy_id": "25913",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Director of the New Social Covenant Unit Ltd, a company which supports social policy research."
                },
                {
                    "id": 1811,
                    "parent_interest_id": "",
                    "member": "Mr David Lammy",
                    "party": "labour",
                    "mnis_id": 206,
                    "twfy_id": "10678",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Barrister (non-practising)."
                },
                {
                    "id": 1826,
                    "parent_interest_id": "",
                    "member": "John Lamont",
                    "party": "conservative",
                    "mnis_id": 4608,
                    "twfy_id": "14026",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Solicitor (non-practising)."
                },
                {
                    "id": 1829,
                    "parent_interest_id": "",
                    "member": "John Lamont",
                    "party": "conservative",
                    "mnis_id": 4608,
                    "twfy_id": "14026",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "I am a member of the Law Society of England and Wales."
                },
                {
                    "id": 1830,
                    "parent_interest_id": "",
                    "member": "John Lamont",
                    "party": "conservative",
                    "mnis_id": 4608,
                    "twfy_id": "14026",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "I am a trustee of the St Abbs Lifeboat Trust."
                },
                {
                    "id": 1831,
                    "parent_interest_id": "",
                    "member": "Andrew Griffith",
                    "party": "conservative",
                    "mnis_id": 4874,
                    "twfy_id": "25927",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "In recognition of my previous 20 years' service, Sky Subscriber Services Ltd has provided me with an open-ended subscription to Sky television and telecommunication packages. Annual value for 2022-2023, approx. \u00a3500."
                },
                {
                    "id": 1832,
                    "parent_interest_id": "",
                    "member": "John Lamont",
                    "party": "conservative",
                    "mnis_id": 4608,
                    "twfy_id": "14026",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "I am a member of the Rail Action Group East of Scotland (RAGES)."
                },
                {
                    "id": 1835,
                    "parent_interest_id": "",
                    "member": "Andrew Griffith",
                    "party": "conservative",
                    "mnis_id": 4874,
                    "twfy_id": "25927",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of Wilton Park Advisory Council, a not-for-profit executive agency of the Foreign and Commonwealth Office which organises events that bring together leading representatives from politics, diplomacy, academia, business, civil society, the military and the media. This is an unpaid role."
                },
                {
                    "id": 1837,
                    "parent_interest_id": "",
                    "member": "Andrew Gwynne",
                    "party": "unknown",
                    "mnis_id": 1506,
                    "twfy_id": "11531",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "An unpaid Director of the Great Britain China Centre, a non-departmental public body established to support UK-China relations."
                },
                {
                    "id": 1838,
                    "parent_interest_id": "",
                    "member": "Andrew Gwynne",
                    "party": "unknown",
                    "mnis_id": 1506,
                    "twfy_id": "11531",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Parliamentary Adviser to Friends of the British Overseas Territories, a charity that raises raise awareness of the British Overseas Territories amongst parliamentarians. This is an unpaid role."
                },
                {
                    "id": 1842,
                    "parent_interest_id": "",
                    "member": "Chris Law",
                    "party": "scottish-national-party",
                    "mnis_id": 4403,
                    "twfy_id": "25270",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid director of CMAL Ltd, financial services company."
                },
                {
                    "id": 1844,
                    "parent_interest_id": "",
                    "member": "Sir Edward Leigh",
                    "party": "conservative",
                    "mnis_id": 345,
                    "twfy_id": "10352",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Barrister, not currently practising."
                },
                {
                    "id": 1849,
                    "parent_interest_id": "",
                    "member": "Paulette Hamilton",
                    "party": "labour",
                    "mnis_id": 4938,
                    "twfy_id": "26061",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Registered Nurse at the Bank Universities Hospitals, Birmingham."
                },
                {
                    "id": 1850,
                    "parent_interest_id": "",
                    "member": "Paulette Hamilton",
                    "party": "labour",
                    "mnis_id": 4938,
                    "twfy_id": "26061",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Vice President of the Local Government Association (LGA). This is an unpaid role."
                },
                {
                    "id": 1855,
                    "parent_interest_id": "",
                    "member": "Emma Lewell",
                    "party": "labour",
                    "mnis_id": 4277,
                    "twfy_id": "25181",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Honorary member of the Catholic Union."
                },
                {
                    "id": 1856,
                    "parent_interest_id": "",
                    "member": "Emma Lewell",
                    "party": "labour",
                    "mnis_id": 4277,
                    "twfy_id": "25181",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A patron of the Every Child Leaving Care Matters organisation."
                },
                {
                    "id": 1857,
                    "parent_interest_id": "",
                    "member": "Emma Lewell",
                    "party": "labour",
                    "mnis_id": 4277,
                    "twfy_id": "25181",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A patron of the Social Care Worker of the Year Awards."
                },
                {
                    "id": 1859,
                    "parent_interest_id": "",
                    "member": "Emma Lewell",
                    "party": "labour",
                    "mnis_id": 4277,
                    "twfy_id": "25181",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Deputy Convenor of the Catholic Legislators Network."
                },
                {
                    "id": 1864,
                    "parent_interest_id": "",
                    "member": "Carolyn Harris",
                    "party": "labour",
                    "mnis_id": 4480,
                    "twfy_id": "25308",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Vice President of the Chartered Trading Standards Institute."
                },
                {
                    "id": 1866,
                    "parent_interest_id": "",
                    "member": "Carolyn Harris",
                    "party": "labour",
                    "mnis_id": 4480,
                    "twfy_id": "25308",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Equality, Diversity and Inclusion Trustee for Swansea City AFC Foundation. This is an unpaid role."
                },
                {
                    "id": 1867,
                    "parent_interest_id": "",
                    "member": "Rebecca Harris",
                    "party": "conservative",
                    "mnis_id": 3948,
                    "twfy_id": "24731",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of Datchet Women\u2019s Institute (this is an unpaid role)."
                },
                {
                    "id": 1868,
                    "parent_interest_id": "",
                    "member": "Clive Lewis",
                    "party": "labour",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Director of Toussaint Ventures Ltd, which provides support for my political campaigning and activities."
                },
                {
                    "id": 1872,
                    "parent_interest_id": "",
                    "member": "Carla Lockhart",
                    "party": "dup",
                    "mnis_id": 4857,
                    "twfy_id": "25562",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Governor of Dickson Primary School, Lurgan, Magheralin Primary School and Lurgan Junior High School."
                },
                {
                    "id": 1876,
                    "parent_interest_id": "",
                    "member": "Helen Hayes",
                    "party": "labour",
                    "mnis_id": 4510,
                    "twfy_id": "25310",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Vice President of the Local Government Association. This is an unpaid role."
                },
                {
                    "id": 1878,
                    "parent_interest_id": "",
                    "member": "John Healey",
                    "party": "labour",
                    "mnis_id": 400,
                    "twfy_id": "10268",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Chair of Rotherham 9th Scouts Group. This is an unpaid role."
                },
                {
                    "id": 1881,
                    "parent_interest_id": "",
                    "member": "John Healey",
                    "party": "labour",
                    "mnis_id": 400,
                    "twfy_id": "10268",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of Goldthorpe Towns Fund Board. This is an unpaid role."
                },
                {
                    "id": 1892,
                    "parent_interest_id": "",
                    "member": "Wera Hobhouse",
                    "party": "liberal-democrat",
                    "mnis_id": 4602,
                    "twfy_id": "25648",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Patron, Bath Festivals."
                },
                {
                    "id": 1898,
                    "parent_interest_id": "",
                    "member": "Chris Elmore",
                    "party": "labour",
                    "mnis_id": 4572,
                    "twfy_id": "25490",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Minor interest in a house in Caerphilly County Borough area owned by two members of my family."
                },
                {
                    "id": 1899,
                    "parent_interest_id": "",
                    "member": "Chris Elmore",
                    "party": "labour",
                    "mnis_id": 4572,
                    "twfy_id": "25490",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid member of the Barry YMCA Board of Management."
                },
                {
                    "id": 1900,
                    "parent_interest_id": "",
                    "member": "Chris Elmore",
                    "party": "labour",
                    "mnis_id": 4572,
                    "twfy_id": "25490",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A Trustee and Director of the Commonwealth Parliamentary Association (UK Branch).  This is an unpaid role."
                },
                {
                    "id": 1904,
                    "parent_interest_id": "",
                    "member": "Chris Evans",
                    "party": "labourco-operative",
                    "mnis_id": 4040,
                    "twfy_id": "24721",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Administrative Steward and Director (unpaid) of the British Boxing Board of Control. From time to time I attend contests where I undertake my voluntary duties as Steward."
                },
                {
                    "id": 1909,
                    "parent_interest_id": "",
                    "member": "Tim Farron",
                    "party": "liberal-democrat",
                    "mnis_id": 1591,
                    "twfy_id": "11923",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Advisory Board Member of BOMAD Investments Ltd (trading as HomeNow), an affordable housing scheme. This is an unpaid role."
                },
                {
                    "id": 1916,
                    "parent_interest_id": "",
                    "member": "Justin Madders",
                    "party": "labour",
                    "mnis_id": 4418,
                    "twfy_id": "25378",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of Ellesmere Port and Neston Helping Hands, a charity which aims to provide poverty relief and support to residents in my constituency. This is an unpaid role."
                },
                {
                    "id": 1917,
                    "parent_interest_id": "",
                    "member": "Alan Mak",
                    "party": "conservative",
                    "mnis_id": 4484,
                    "twfy_id": "25285",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Solicitor, England and Wales (non-practising)."
                },
                {
                    "id": 1919,
                    "parent_interest_id": "",
                    "member": "Alan Mak",
                    "party": "conservative",
                    "mnis_id": 4484,
                    "twfy_id": "25285",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Ambassador for The Blossom Awards (non-profit initiative for the British-Chinese community, administered by my partner\u2019s company). This is an unpaid role."
                },
                {
                    "id": 1921,
                    "parent_interest_id": "",
                    "member": "Alan Mak",
                    "party": "conservative",
                    "mnis_id": 4484,
                    "twfy_id": "25285",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Bursary Campaign Ambassador for St. Peter\u2019s School, York (registered charity). This is an unpaid role."
                },
                {
                    "id": 1925,
                    "parent_interest_id": "",
                    "member": "Seema Malhotra",
                    "party": "labourco-operative",
                    "mnis_id": 4253,
                    "twfy_id": "25150",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Chair of Hounslow\u2019s Promise, a charity set up by local MPs, schools, businesses and community organisations to support the education attainment, social mobility and employability of young people in Hounslow."
                },
                {
                    "id": 1926,
                    "parent_interest_id": "",
                    "member": "Richard Foord",
                    "party": "liberal-democrat",
                    "mnis_id": 4942,
                    "twfy_id": "26086",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A member of the Advisory Council for the Council on Geostrategy, an independent non-profit organisation that generates new geostrategic thinking for a more competitive age. This is an unpaid role."
                },
                {
                    "id": 1927,
                    "parent_interest_id": "",
                    "member": "Seema Malhotra",
                    "party": "labourco-operative",
                    "mnis_id": 4253,
                    "twfy_id": "25150",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A trustee of the Dartmouth Street Trust, a grant-making body for policy research in relation to poverty."
                },
                {
                    "id": 1942,
                    "parent_interest_id": "",
                    "member": "George Freeman",
                    "party": "conservative",
                    "mnis_id": 4020,
                    "twfy_id": "24817",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "In my capacity as a Norfolk MP, I am a trustee for Aviornis UK \u2013 a Rare Birds Breeds Charity. This is an unpaid role."
                },
                {
                    "id": 1943,
                    "parent_interest_id": "",
                    "member": "Mr Louie French",
                    "party": "conservative",
                    "mnis_id": 4932,
                    "twfy_id": "26055",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Shareholding below registrable threshold in Tilney Smith & Williamson (wealth management)."
                },
                {
                    "id": 1945,
                    "parent_interest_id": "",
                    "member": "Richard Fuller",
                    "party": "conservative",
                    "mnis_id": 3912,
                    "twfy_id": "24787",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "I have an option to purchase a minority stake in Impero Solutions Ltd, a software company."
                },
                {
                    "id": 1947,
                    "parent_interest_id": "",
                    "member": "Barry Gardiner",
                    "party": "labour",
                    "mnis_id": 146,
                    "twfy_id": "10220",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unremunerated director of GLOBE International AISBL, an international non-profit network devoted to legislative leadership on sustainable development and climate change."
                },
                {
                    "id": 1948,
                    "parent_interest_id": "",
                    "member": "Barry Gardiner",
                    "party": "labour",
                    "mnis_id": 146,
                    "twfy_id": "10220",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of Climate Parliament, which aims to educate and inform legislators about climate change and policy options for promoting renewable energy. This is an unpaid role."
                },
                {
                    "id": 1951,
                    "parent_interest_id": "",
                    "member": "Barry Gardiner",
                    "party": "labour",
                    "mnis_id": 146,
                    "twfy_id": "10220",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A Member and Director of Stop Fire and Rehire Ltd, a company limited by guarantee set up to manage financial support for my Private Members Bill campaign. The company is a not for profit company and the position is entirely unpaid."
                },
                {
                    "id": 1955,
                    "parent_interest_id": "",
                    "member": "Barry Gardiner",
                    "party": "labour",
                    "mnis_id": 146,
                    "twfy_id": "10220",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A Member and Director of Together 2030, a company limited by guarantee. The company is a not for profit company and the position is entirely unpaid."
                },
                {
                    "id": 1957,
                    "parent_interest_id": "",
                    "member": "Mark Garnier",
                    "party": "conservative",
                    "mnis_id": 4074,
                    "twfy_id": "24824",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of the Court of the Worshipful Company of Coachmakers and Coach Harness Makers of London."
                },
                {
                    "id": 1960,
                    "parent_interest_id": "",
                    "member": "Mark Garnier",
                    "party": "conservative",
                    "mnis_id": 4074,
                    "twfy_id": "24824",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director of the Satellite Finance Network, a company limited by guarantee providing support and advice for space sector start-up companies. This is an unpaid role, requiring one day per month commitment."
                },
                {
                    "id": 1963,
                    "parent_interest_id": "",
                    "member": "Mark Garnier",
                    "party": "conservative",
                    "mnis_id": 4074,
                    "twfy_id": "24824",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Chair of the advisory board of the Space Energy Initiative, a non-profit organisation set up within the Satellite Applications Catapult to support those exploring the possibility of space based solar power. This is an unpaid role and involves chairing four meetings a year."
                },
                {
                    "id": 1966,
                    "parent_interest_id": "",
                    "member": "Mark Garnier",
                    "party": "conservative",
                    "mnis_id": 4074,
                    "twfy_id": "24824",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A Non-executive Director of Space Solar Group Holdings Ltd. A UK company established to lead the development of space based solar power. This is an unpaid role."
                },
                {
                    "id": 1967,
                    "parent_interest_id": "",
                    "member": "Rachel Hopkins",
                    "party": "labour",
                    "mnis_id": 4873,
                    "twfy_id": "25809",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Vice President of the LGA, which works with councils to support, promote and improve local government."
                },
                {
                    "id": 1971,
                    "parent_interest_id": "",
                    "member": "Dr Neil Hudson",
                    "party": "conservative",
                    "mnis_id": 4853,
                    "twfy_id": "25875",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "On unpaid sabbatical leave as a senior lecturer from the University of Edinburgh from 1 January 2020."
                },
                {
                    "id": 1974,
                    "parent_interest_id": "",
                    "member": "Dr Neil Hudson",
                    "party": "conservative",
                    "mnis_id": 4853,
                    "twfy_id": "25875",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Fellow of the Royal College of Veterinary Surgeons."
                },
                {
                    "id": 1976,
                    "parent_interest_id": "",
                    "member": "Dr Neil Hudson",
                    "party": "conservative",
                    "mnis_id": 4853,
                    "twfy_id": "25875",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of the British Equine Veterinary Association."
                },
                {
                    "id": 1987,
                    "parent_interest_id": "",
                    "member": "Sir Jeremy Hunt",
                    "party": "conservative",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Portfolio of shares held in a blind trust."
                },
                {
                    "id": 1991,
                    "parent_interest_id": "",
                    "member": "Liz Saville Roberts",
                    "party": "plaid-cymru",
                    "mnis_id": 4521,
                    "twfy_id": "25302",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Governor and Director of Westminster Foundation for Democracy Limited (WFD). This is an unpaid role."
                },
                {
                    "id": 1993,
                    "parent_interest_id": "",
                    "member": "Imran Hussain",
                    "party": "labour",
                    "mnis_id": 4394,
                    "twfy_id": "25375",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Barrister, not currently practising."
                },
                {
                    "id": 2006,
                    "parent_interest_id": "",
                    "member": "Christine Jardine",
                    "party": "liberal-democrat",
                    "mnis_id": 4634,
                    "twfy_id": "25675",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Sole Trader, Christine Jardine Communications (inactive), media consultancy."
                },
                {
                    "id": 2007,
                    "parent_interest_id": "",
                    "member": "Liz Saville Roberts",
                    "party": "plaid-cymru",
                    "mnis_id": 4521,
                    "twfy_id": "25302",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A Trustee of Ymddiriedolaeth Capel Newydd Nanhoron. This is an unpaid role."
                },
                {
                    "id": 2014,
                    "parent_interest_id": "",
                    "member": "Preet Kaur Gill",
                    "party": "labourco-operative",
                    "mnis_id": 4603,
                    "twfy_id": "25666",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "An ambassador for Spring Housing Association."
                },
                {
                    "id": 2019,
                    "parent_interest_id": "",
                    "member": "Preet Kaur Gill",
                    "party": "labourco-operative",
                    "mnis_id": 4603,
                    "twfy_id": "25666",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Vice President of the Local Government Association (LGA), which works with councils to support, promote and improve local government."
                },
                {
                    "id": 2021,
                    "parent_interest_id": "",
                    "member": "Preet Kaur Gill",
                    "party": "labourco-operative",
                    "mnis_id": 4603,
                    "twfy_id": "25666",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "An ambassador for the West Bromwich Albion Foundation, which is the charity of West Bromwich Albion Football Club, designed to connect with and support local communities."
                },
                {
                    "id": 2023,
                    "parent_interest_id": "",
                    "member": "Preet Kaur Gill",
                    "party": "labourco-operative",
                    "mnis_id": 4603,
                    "twfy_id": "25666",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Vice-President of West Midlands Labour Finance and Industry Group (WM LFIG), which exists to facilitate constructive dialogue between the Government and prominent persons from industry, finance and the professions within the West Midlands."
                },
                {
                    "id": 2026,
                    "parent_interest_id": "",
                    "member": "Preet Kaur Gill",
                    "party": "labourco-operative",
                    "mnis_id": 4603,
                    "twfy_id": "25666",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "An ambassador for the Greater Birmingham Chambers of Commerce. This is an unpaid role."
                },
                {
                    "id": 2055,
                    "parent_interest_id": "",
                    "member": "David Simmonds",
                    "party": "conservative",
                    "mnis_id": 4872,
                    "twfy_id": "25892",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "An unpaid Vice-President of the Local Government Association (LGA)."
                },
                {
                    "id": 2060,
                    "parent_interest_id": "",
                    "member": "Chris Skidmore",
                    "party": "unknown",
                    "mnis_id": 4021,
                    "twfy_id": "24713",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Sole director of Bosworth Ltd. At present, this is an unpaid role."
                },
                {
                    "id": 2061,
                    "parent_interest_id": "",
                    "member": "Andy Slaughter",
                    "party": "labour",
                    "mnis_id": 1516,
                    "twfy_id": "11559",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Barrister (not practising)"
                },
                {
                    "id": 2066,
                    "parent_interest_id": "",
                    "member": "Greg Smith",
                    "party": "conservative",
                    "mnis_id": 4778,
                    "twfy_id": "25925",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Co-Chairman of the Free Market Forum, a project of the Institute of Economic Affairs. This is an unpaid role."
                },
                {
                    "id": 2084,
                    "parent_interest_id": "",
                    "member": "Jo Stevens",
                    "party": "labour",
                    "mnis_id": 4425,
                    "twfy_id": "25304",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Solicitor, non-practising since 8 May 2015."
                },
                {
                    "id": 2093,
                    "parent_interest_id": "",
                    "member": "Jamie Stone",
                    "party": "liberal-democrat",
                    "mnis_id": 4612,
                    "twfy_id": "25668",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Company director (unpaid), Highland Fine Houses Ltd, in which I have a majority shareholding."
                },
                {
                    "id": 2099,
                    "parent_interest_id": "",
                    "member": "Graham Stringer",
                    "party": "labour",
                    "mnis_id": 449,
                    "twfy_id": "10576",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unremunerated trustee of the Global Warming Policy Foundation, an education charity."
                },
                {
                    "id": 2101,
                    "parent_interest_id": "",
                    "member": "Graham Stringer",
                    "party": "labour",
                    "mnis_id": 449,
                    "twfy_id": "10576",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member (unpaid) of the Political Advisory Board of the Foundation for Independence, a pro-Brexit group."
                },
                {
                    "id": 2103,
                    "parent_interest_id": "",
                    "member": "Graham Stuart",
                    "party": "conservative",
                    "mnis_id": 1482,
                    "twfy_id": "11406",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unremunerated director of CSL Publishing Ltd; publishing and other consultancy services."
                },
                {
                    "id": 2105,
                    "parent_interest_id": "",
                    "member": "Zarah Sultana",
                    "party": "your-party",
                    "mnis_id": 4786,
                    "twfy_id": "25909",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director of Zarah Sultana Campaigns Ltd, which helps my political campaigning activity and helps fund any legal fees I require. This is an unpaid role."
                },
                {
                    "id": 2112,
                    "parent_interest_id": "",
                    "member": "Nick Thomas-Symonds",
                    "party": "labour",
                    "mnis_id": 4479,
                    "twfy_id": "25279",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Barrister, not currently practising."
                },
                {
                    "id": 2117,
                    "parent_interest_id": "",
                    "member": "Emily Thornberry",
                    "party": "labour",
                    "mnis_id": 1536,
                    "twfy_id": "11656",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Non-practising barrister."
                },
                {
                    "id": 2119,
                    "parent_interest_id": "",
                    "member": "Sir Stephen Timms",
                    "party": "labour",
                    "mnis_id": 163,
                    "twfy_id": "10596",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee, East Thirteen Christian Trust."
                },
                {
                    "id": 2120,
                    "parent_interest_id": "",
                    "member": "Sir Stephen Timms",
                    "party": "labour",
                    "mnis_id": 163,
                    "twfy_id": "10596",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Chair of Trustees, Traidcraft Foundation."
                },
                {
                    "id": 2121,
                    "parent_interest_id": "",
                    "member": "Sir Stephen Timms",
                    "party": "labour",
                    "mnis_id": 163,
                    "twfy_id": "10596",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee, Parliamentary Christian Trust."
                },
                {
                    "id": 2146,
                    "parent_interest_id": "",
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Commissioned officer in Royal Naval Reserve."
                },
                {
                    "id": 2170,
                    "parent_interest_id": "",
                    "member": "Ruth Cadbury",
                    "party": "labour",
                    "mnis_id": 4389,
                    "twfy_id": "25343",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in Greater London"
                },
                {
                    "id": 2172,
                    "parent_interest_id": "",
                    "member": "Dawn Butler",
                    "party": "labour",
                    "mnis_id": 1489,
                    "twfy_id": "11447",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in London"
                },
                {
                    "id": 2178,
                    "parent_interest_id": "",
                    "member": "Florence Eshalomi",
                    "party": "labourco-operative",
                    "mnis_id": 4870,
                    "twfy_id": "25759",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in London"
                },
                {
                    "id": 2179,
                    "parent_interest_id": "",
                    "member": "John Finucane",
                    "party": "sinn-fein",
                    "mnis_id": 4823,
                    "twfy_id": "25821",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in Belfast"
                },
                {
                    "id": 2182,
                    "parent_interest_id": "",
                    "member": "Mr David Lammy",
                    "party": "labour",
                    "mnis_id": 206,
                    "twfy_id": "10678",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in Tottenham"
                },
                {
                    "id": 2184,
                    "parent_interest_id": "",
                    "member": "Seema Malhotra",
                    "party": "labourco-operative",
                    "mnis_id": 4253,
                    "twfy_id": "25150",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in London SW3"
                },
                {
                    "id": 2185,
                    "parent_interest_id": "",
                    "member": "Seema Malhotra",
                    "party": "labourco-operative",
                    "mnis_id": 4253,
                    "twfy_id": "25150",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in Brentford"
                },
                {
                    "id": 2189,
                    "parent_interest_id": "",
                    "member": "Ian Murray",
                    "party": "labour",
                    "mnis_id": 3966,
                    "twfy_id": "24872",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Edinburgh"
                },
                {
                    "id": 2192,
                    "parent_interest_id": "",
                    "member": "Mark Pritchard",
                    "party": "conservative",
                    "mnis_id": 1576,
                    "twfy_id": "11946",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in London"
                },
                {
                    "id": 2194,
                    "parent_interest_id": "",
                    "member": "Tulip Siddiq",
                    "party": "labour",
                    "mnis_id": 4518,
                    "twfy_id": "25344",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in London"
                },
                {
                    "id": 2196,
                    "parent_interest_id": "",
                    "member": "Jamie Stone",
                    "party": "liberal-democrat",
                    "mnis_id": 4612,
                    "twfy_id": "25668",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in Edinburgh"
                },
                {
                    "id": 2197,
                    "parent_interest_id": "",
                    "member": "Rishi Sunak",
                    "party": "conservative",
                    "mnis_id": 4483,
                    "twfy_id": "25428",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in London"
                },
                {
                    "id": 2198,
                    "parent_interest_id": "",
                    "member": "Gareth Thomas",
                    "party": "labourco-operative",
                    "mnis_id": 177,
                    "twfy_id": "10594",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in Harrow"
                },
                {
                    "id": 2204,
                    "parent_interest_id": "",
                    "member": "Liz Twist",
                    "party": "labour",
                    "mnis_id": 4618,
                    "twfy_id": "25623",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in Maine et Loire"
                },
                {
                    "id": 2206,
                    "parent_interest_id": "",
                    "member": "Sir John Whittingdale",
                    "party": "conservative",
                    "mnis_id": 39,
                    "twfy_id": "10632",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in London"
                },
                {
                    "id": 2208,
                    "parent_interest_id": "",
                    "member": "Feryal Clark",
                    "party": "labour",
                    "mnis_id": 4822,
                    "twfy_id": "25896",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in London"
                },
                {
                    "id": 2212,
                    "parent_interest_id": "",
                    "member": "Tahir Ali",
                    "party": "labour",
                    "mnis_id": 4747,
                    "twfy_id": "25888",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in Birmingham"
                },
                {
                    "id": 2213,
                    "parent_interest_id": "",
                    "member": "Rushanara Ali",
                    "party": "labour",
                    "mnis_id": 4138,
                    "twfy_id": "24958",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in London"
                },
                {
                    "id": 2214,
                    "parent_interest_id": "",
                    "member": "Rushanara Ali",
                    "party": "labour",
                    "mnis_id": 4138,
                    "twfy_id": "24958",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in London"
                },
                {
                    "id": 2217,
                    "parent_interest_id": "",
                    "member": "Bob Blackman",
                    "party": "conservative",
                    "mnis_id": 4005,
                    "twfy_id": "24945",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in Welwyn Garden City"
                },
                {
                    "id": 2219,
                    "parent_interest_id": "",
                    "member": "Claire Coutinho",
                    "party": "conservative",
                    "mnis_id": 4806,
                    "twfy_id": "25890",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in London"
                },
                {
                    "id": 2228,
                    "parent_interest_id": "",
                    "member": "Richard Fuller",
                    "party": "conservative",
                    "mnis_id": 3912,
                    "twfy_id": "24787",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in New York"
                },
                {
                    "id": 2229,
                    "parent_interest_id": "",
                    "member": "Mark Garnier",
                    "party": "conservative",
                    "mnis_id": 4074,
                    "twfy_id": "24824",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in Cornwall"
                },
                {
                    "id": 2235,
                    "parent_interest_id": "",
                    "member": "Andrew Gwynne",
                    "party": "unknown",
                    "mnis_id": 1506,
                    "twfy_id": "11531",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in Tameside"
                },
                {
                    "id": 2242,
                    "parent_interest_id": "",
                    "member": "Dr Caroline Johnson",
                    "party": "conservative",
                    "mnis_id": 4592,
                    "twfy_id": "25597",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in Lincolnshire"
                },
                {
                    "id": 2243,
                    "parent_interest_id": "",
                    "member": "Stephen Kinnock",
                    "party": "labour",
                    "mnis_id": 4359,
                    "twfy_id": "25297",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in Neath Port Talbot"
                },
                {
                    "id": 2247,
                    "parent_interest_id": "",
                    "member": "Helen Morgan",
                    "party": "liberal-democrat",
                    "mnis_id": 4934,
                    "twfy_id": "26056",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in Buckinghamshire"
                },
                {
                    "id": 2248,
                    "parent_interest_id": "",
                    "member": "Helen Morgan",
                    "party": "liberal-democrat",
                    "mnis_id": 4934,
                    "twfy_id": "26056",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in Cumbria"
                },
                {
                    "id": 2256,
                    "parent_interest_id": "",
                    "member": "Liz Saville Roberts",
                    "party": "plaid-cymru",
                    "mnis_id": 4521,
                    "twfy_id": "25302",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in Gwynedd"
                },
                {
                    "id": 2257,
                    "parent_interest_id": "",
                    "member": "Emily Thornberry",
                    "party": "labour",
                    "mnis_id": 1536,
                    "twfy_id": "11656",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in Guildford, Surrey"
                },
                {
                    "id": 2374,
                    "parent_interest_id": "",
                    "member": "Suella Braverman",
                    "party": "reform",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in London"
                },
                {
                    "id": 2383,
                    "parent_interest_id": "",
                    "member": "Daisy Cooper",
                    "party": "liberal-democrat",
                    "mnis_id": 4769,
                    "twfy_id": "25901",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in Suffolk"
                },
                {
                    "id": 2391,
                    "parent_interest_id": "",
                    "member": "Richard Fuller",
                    "party": "conservative",
                    "mnis_id": 3912,
                    "twfy_id": "24787",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in Warwickshire"
                },
                {
                    "id": 2394,
                    "parent_interest_id": "",
                    "member": "Simon Hoare",
                    "party": "conservative",
                    "mnis_id": 4494,
                    "twfy_id": "25427",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Oxfordshire"
                },
                {
                    "id": 2399,
                    "parent_interest_id": "",
                    "member": "Afzal Khan",
                    "party": "labour",
                    "mnis_id": 4671,
                    "twfy_id": "25662",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Business in Manchester"
                },
                {
                    "id": 2400,
                    "parent_interest_id": "",
                    "member": "Clive Lewis",
                    "party": "labour",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in Norwich"
                },
                {
                    "id": 2401,
                    "parent_interest_id": "",
                    "member": "Sir Julian Lewis",
                    "party": "conservative",
                    "mnis_id": 54,
                    "twfy_id": "10358",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in London"
                },
                {
                    "id": 2402,
                    "parent_interest_id": "",
                    "member": "Carla Lockhart",
                    "party": "dup",
                    "mnis_id": 4857,
                    "twfy_id": "25562",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Agricultural in County Fermanagh"
                },
                {
                    "id": 2404,
                    "parent_interest_id": "",
                    "member": "Catherine McKinnell",
                    "party": "labour",
                    "mnis_id": 4125,
                    "twfy_id": "24818",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in Northumberland"
                },
                {
                    "id": 2410,
                    "parent_interest_id": "",
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in Essonne"
                },
                {
                    "id": 2411,
                    "parent_interest_id": "",
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Agricultural in Essonne"
                },
                {
                    "id": 2413,
                    "parent_interest_id": "",
                    "member": "Matt Western",
                    "party": "labour",
                    "mnis_id": 4617,
                    "twfy_id": "25701",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in Dorset"
                },
                {
                    "id": 2418,
                    "parent_interest_id": "",
                    "member": "Jerome Mayhew",
                    "party": "conservative",
                    "mnis_id": 4739,
                    "twfy_id": "25904",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Agricultural in Suffolk"
                },
                {
                    "id": 2419,
                    "parent_interest_id": "",
                    "member": "Jerome Mayhew",
                    "party": "conservative",
                    "mnis_id": 4739,
                    "twfy_id": "25904",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in Co Cork"
                },
                {
                    "id": 2420,
                    "parent_interest_id": "",
                    "member": "Jerome Mayhew",
                    "party": "conservative",
                    "mnis_id": 4739,
                    "twfy_id": "25904",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in Norfolk"
                },
                {
                    "id": 2421,
                    "parent_interest_id": "",
                    "member": "Jerome Mayhew",
                    "party": "conservative",
                    "mnis_id": 4739,
                    "twfy_id": "25904",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in London"
                },
                {
                    "id": 2422,
                    "parent_interest_id": "",
                    "member": "Jerome Mayhew",
                    "party": "conservative",
                    "mnis_id": 4739,
                    "twfy_id": "25904",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in Suffolk"
                },
                {
                    "id": 2428,
                    "parent_interest_id": "",
                    "member": "Wera Hobhouse",
                    "party": "liberal-democrat",
                    "mnis_id": 4602,
                    "twfy_id": "25648",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in Rochdale Metropolitan Borough"
                },
                {
                    "id": 2430,
                    "parent_interest_id": "",
                    "member": "Andrew Griffith",
                    "party": "conservative",
                    "mnis_id": 4874,
                    "twfy_id": "25927",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in London"
                },
                {
                    "id": 2431,
                    "parent_interest_id": "",
                    "member": "Andrew Griffith",
                    "party": "conservative",
                    "mnis_id": 4874,
                    "twfy_id": "25927",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in Cornwall"
                },
                {
                    "id": 2432,
                    "parent_interest_id": "",
                    "member": "Andrew Griffith",
                    "party": "conservative",
                    "mnis_id": 4874,
                    "twfy_id": "25927",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in Chichester District"
                },
                {
                    "id": 2435,
                    "parent_interest_id": "",
                    "member": "Rebecca Harris",
                    "party": "conservative",
                    "mnis_id": 3948,
                    "twfy_id": "24731",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in Unspecified"
                },
                {
                    "id": 2442,
                    "parent_interest_id": "",
                    "member": "Apsana Begum",
                    "party": "labour",
                    "mnis_id": 4790,
                    "twfy_id": "25914",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Apsana Begum Ltd"
                },
                {
                    "id": 2443,
                    "parent_interest_id": "",
                    "member": "Saqib Bhatti",
                    "party": "conservative",
                    "mnis_id": 4818,
                    "twfy_id": "25847",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Younis Bhatti & Co. Ltd"
                },
                {
                    "id": 2444,
                    "parent_interest_id": "",
                    "member": "Saqib Bhatti",
                    "party": "conservative",
                    "mnis_id": 4818,
                    "twfy_id": "25847",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in West Central Ltd"
                },
                {
                    "id": 2452,
                    "parent_interest_id": "",
                    "member": "Richard Burgon",
                    "party": "labour",
                    "mnis_id": 4493,
                    "twfy_id": "25391",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Richard Burgon Campaigns Ltd"
                },
                {
                    "id": 2454,
                    "parent_interest_id": "",
                    "member": "Mr Alistair Carmichael",
                    "party": "liberal-democrat",
                    "mnis_id": 1442,
                    "twfy_id": "10785",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Coillabus Farms"
                },
                {
                    "id": 2456,
                    "parent_interest_id": "",
                    "member": "Sir Christopher Chope",
                    "party": "conservative",
                    "mnis_id": 242,
                    "twfy_id": "10103",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Carclew Limited"
                },
                {
                    "id": 2457,
                    "parent_interest_id": "",
                    "member": "Sir Geoffrey Clifton-Brown",
                    "party": "conservative",
                    "mnis_id": 249,
                    "twfy_id": "10119",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Gresham Hall Glamping Ltd"
                },
                {
                    "id": 2458,
                    "parent_interest_id": "",
                    "member": "Sir Geoffrey Cox",
                    "party": "conservative",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Thomas More International Ltd"
                },
                {
                    "id": 2459,
                    "parent_interest_id": "",
                    "member": "Sir Geoffrey Cox",
                    "party": "conservative",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Thomas More Property Holdings Ltd"
                },
                {
                    "id": 2464,
                    "parent_interest_id": "",
                    "member": "Sarah Dyke",
                    "party": "liberal-democrat",
                    "mnis_id": 4995,
                    "twfy_id": "26270",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Vintage Ghetto"
                },
                {
                    "id": 2469,
                    "parent_interest_id": "",
                    "member": "Bill Esterson",
                    "party": "labour",
                    "mnis_id": 4061,
                    "twfy_id": "24905",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Bill Esterson Campaigns Ltd"
                },
                {
                    "id": 2472,
                    "parent_interest_id": "",
                    "member": "John Finucane",
                    "party": "sinn-fein",
                    "mnis_id": 4823,
                    "twfy_id": "25821",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Finucane Toner Ltd"
                },
                {
                    "id": 2487,
                    "parent_interest_id": "",
                    "member": "Wera Hobhouse",
                    "party": "liberal-democrat",
                    "mnis_id": 4602,
                    "twfy_id": "25648",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Compotex GmbH"
                },
                {
                    "id": 2488,
                    "parent_interest_id": "",
                    "member": "Kevin Hollinrake",
                    "party": "conservative",
                    "mnis_id": 4474,
                    "twfy_id": "25415",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Habitats Online Ltd"
                },
                {
                    "id": 2489,
                    "parent_interest_id": "",
                    "member": "Sir Jeremy Hunt",
                    "party": "conservative",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Mare Pond Properties Ltd"
                },
                {
                    "id": 2500,
                    "parent_interest_id": "",
                    "member": "Peter Kyle",
                    "party": "labour",
                    "mnis_id": 4505,
                    "twfy_id": "25418",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Progression Ltd"
                },
                {
                    "id": 2501,
                    "parent_interest_id": "",
                    "member": "Peter Kyle",
                    "party": "labour",
                    "mnis_id": 4505,
                    "twfy_id": "25418",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in The Argument Ltd"
                },
                {
                    "id": 2502,
                    "parent_interest_id": "",
                    "member": "Chris Law",
                    "party": "scottish-national-party",
                    "mnis_id": 4403,
                    "twfy_id": "25270",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in CMAL Limited"
                },
                {
                    "id": 2503,
                    "parent_interest_id": "",
                    "member": "Clive Lewis",
                    "party": "labour",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Toussaint Ventures Ltd"
                },
                {
                    "id": 2509,
                    "parent_interest_id": "",
                    "member": "Kit Malthouse",
                    "party": "conservative",
                    "mnis_id": 4495,
                    "twfy_id": "25346",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in County Finance Group Ltd"
                },
                {
                    "id": 2512,
                    "parent_interest_id": "",
                    "member": "Jerome Mayhew",
                    "party": "conservative",
                    "mnis_id": 4739,
                    "twfy_id": "25904",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Thorpe and Felthorpe Trust"
                },
                {
                    "id": 2514,
                    "parent_interest_id": "",
                    "member": "Esther McVey",
                    "party": "conservative",
                    "mnis_id": 4084,
                    "twfy_id": "24882",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Blue Collar Productions"
                },
                {
                    "id": 2517,
                    "parent_interest_id": "",
                    "member": "Wendy Morton",
                    "party": "conservative",
                    "mnis_id": 4358,
                    "twfy_id": "25342",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in DM Electronics Ltd"
                },
                {
                    "id": 2519,
                    "parent_interest_id": "",
                    "member": "Kate Osborne",
                    "party": "labour",
                    "mnis_id": 4783,
                    "twfy_id": "25794",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Kate Osborne Campaigns Ltd"
                },
                {
                    "id": 2520,
                    "parent_interest_id": "",
                    "member": "Taiwo Owatemi",
                    "party": "labour",
                    "mnis_id": 4779,
                    "twfy_id": "25915",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Afrika Connekt Ltd"
                },
                {
                    "id": 2521,
                    "parent_interest_id": "",
                    "member": "Chris Philp",
                    "party": "conservative",
                    "mnis_id": 4503,
                    "twfy_id": "25377",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Pluto Capital Management LLP"
                },
                {
                    "id": 2522,
                    "parent_interest_id": "",
                    "member": "Chris Philp",
                    "party": "conservative",
                    "mnis_id": 4503,
                    "twfy_id": "25377",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Millgap Ltd"
                },
                {
                    "id": 2523,
                    "parent_interest_id": "",
                    "member": "Chris Philp",
                    "party": "conservative",
                    "mnis_id": 4503,
                    "twfy_id": "25377",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Pluto Partners LLP"
                },
                {
                    "id": 2526,
                    "parent_interest_id": "",
                    "member": "Chris Philp",
                    "party": "conservative",
                    "mnis_id": 4503,
                    "twfy_id": "25377",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Pluto Development Partners LLP"
                },
                {
                    "id": 2527,
                    "parent_interest_id": "",
                    "member": "Lucy Powell",
                    "party": "labourco-operative",
                    "mnis_id": 4263,
                    "twfy_id": "25165",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in New Road Management"
                },
                {
                    "id": 2528,
                    "parent_interest_id": "",
                    "member": "Mark Pritchard",
                    "party": "conservative",
                    "mnis_id": 1576,
                    "twfy_id": "11946",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in MAP Advisory Ltd"
                },
                {
                    "id": 2536,
                    "parent_interest_id": "",
                    "member": "Chris Skidmore",
                    "party": "unknown",
                    "mnis_id": 4021,
                    "twfy_id": "24713",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Bosworth Ltd"
                },
                {
                    "id": 2542,
                    "parent_interest_id": "",
                    "member": "Jamie Stone",
                    "party": "liberal-democrat",
                    "mnis_id": 4612,
                    "twfy_id": "25668",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Highland Fine Houses Ltd"
                },
                {
                    "id": 2543,
                    "parent_interest_id": "",
                    "member": "Sir Mel Stride",
                    "party": "conservative",
                    "mnis_id": 3935,
                    "twfy_id": "24914",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Venture Marketing Group Ltd"
                },
                {
                    "id": 2544,
                    "parent_interest_id": "",
                    "member": "Graham Stuart",
                    "party": "conservative",
                    "mnis_id": 1482,
                    "twfy_id": "11406",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in CSL Publishing Ltd"
                },
                {
                    "id": 2545,
                    "parent_interest_id": "",
                    "member": "Zarah Sultana",
                    "party": "your-party",
                    "mnis_id": 4786,
                    "twfy_id": "25909",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Zarah Sultana Campaigns Ltd"
                },
                {
                    "id": 2552,
                    "parent_interest_id": "",
                    "member": "Sir Gavin Williamson",
                    "party": "conservative",
                    "mnis_id": 4108,
                    "twfy_id": "24729",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Gratton Lansdowne"
                },
                {
                    "id": 2553,
                    "parent_interest_id": "",
                    "member": "Daniel Zeichner",
                    "party": "labour",
                    "mnis_id": 4382,
                    "twfy_id": "25386",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Pettitts Ltd"
                },
                {
                    "id": 2561,
                    "parent_interest_id": "",
                    "member": "Mark Garnier",
                    "party": "conservative",
                    "mnis_id": 4074,
                    "twfy_id": "24824",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Kemyel Ltd"
                },
                {
                    "id": 2569,
                    "parent_interest_id": "",
                    "member": "Anna McMorrin",
                    "party": "labour",
                    "mnis_id": 4632,
                    "twfy_id": "25647",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Llais Ltd (inactive)"
                },
                {
                    "id": 2572,
                    "parent_interest_id": "",
                    "member": "Ian Murray",
                    "party": "labour",
                    "mnis_id": 3966,
                    "twfy_id": "24872",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in 100MPH Events Limited (dormant)"
                },
                {
                    "id": 2573,
                    "parent_interest_id": "",
                    "member": "Brendan O'Hara",
                    "party": "scottish-national-party",
                    "mnis_id": 4371,
                    "twfy_id": "25370",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Oh! Television (not trading)"
                },
                {
                    "id": 2588,
                    "parent_interest_id": "",
                    "member": "Hilary Benn",
                    "party": "labour",
                    "mnis_id": 413,
                    "twfy_id": "10669",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Other in Essex"
                },
                {
                    "id": 2591,
                    "parent_interest_id": "",
                    "member": "Saqib Bhatti",
                    "party": "conservative",
                    "mnis_id": 4818,
                    "twfy_id": "25847",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in Walsall"
                },
                {
                    "id": 2592,
                    "parent_interest_id": "",
                    "member": "Saqib Bhatti",
                    "party": "conservative",
                    "mnis_id": 4818,
                    "twfy_id": "25847",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in Walsall"
                },
                {
                    "id": 2609,
                    "parent_interest_id": "",
                    "member": "Mr Alistair Carmichael",
                    "party": "liberal-democrat",
                    "mnis_id": 1442,
                    "twfy_id": "10785",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Islay, Argyll"
                },
                {
                    "id": 2617,
                    "parent_interest_id": "",
                    "member": "Sir Geoffrey Clifton-Brown",
                    "party": "conservative",
                    "mnis_id": 249,
                    "twfy_id": "10119",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Agricultural in Norfolk"
                },
                {
                    "id": 2618,
                    "parent_interest_id": "",
                    "member": "Andrew Bowie",
                    "party": "conservative",
                    "mnis_id": 4601,
                    "twfy_id": "25703",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid director of Conservative Union Research Unit Ltd, which will provide research and briefings to Members on topics related to strengthening the union of the United Kingdom."
                },
                {
                    "id": 2621,
                    "parent_interest_id": "",
                    "member": "Sir Geoffrey Clifton-Brown",
                    "party": "conservative",
                    "mnis_id": 249,
                    "twfy_id": "10119",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in London"
                },
                {
                    "id": 2624,
                    "parent_interest_id": "",
                    "member": "Alex Davies-Jones",
                    "party": "labour",
                    "mnis_id": 4849,
                    "twfy_id": "25824",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Chair of Labour Digital, a members' association for those with an interest in technology. This is an unpaid role."
                },
                {
                    "id": 2634,
                    "parent_interest_id": "",
                    "member": "Preet Kaur Gill",
                    "party": "labourco-operative",
                    "mnis_id": 4603,
                    "twfy_id": "25666",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of the Co-operative Party National Executive Committee. This is an unpaid role."
                },
                {
                    "id": 2641,
                    "parent_interest_id": "",
                    "member": "Rebecca Harris",
                    "party": "conservative",
                    "mnis_id": 3948,
                    "twfy_id": "24731",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director of the Policy Research Unit, a not-for-profit pooled research service which assists Conservative MPs with their Parliamentary duties. This is an unpaid role."
                },
                {
                    "id": 2644,
                    "parent_interest_id": "",
                    "member": "Robert Jenrick",
                    "party": "reform",
                    "mnis_id": 4320,
                    "twfy_id": "25227",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director of Conservative Friends of America Ltd, an organisation which encourages links between the United Kingdom and the United States. This is an unpaid role."
                },
                {
                    "id": 2645,
                    "parent_interest_id": "",
                    "member": "Robert Jenrick",
                    "party": "reform",
                    "mnis_id": 4320,
                    "twfy_id": "25227",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Chairman of Conservative Friends of Ukraine, an organisation which encourages links between the Conservative Party, the Ukrainian community in the United Kingdom and Ukraine. This is an unpaid role."
                },
                {
                    "id": 2647,
                    "parent_interest_id": "",
                    "member": "Danny Kruger",
                    "party": "reform",
                    "mnis_id": 4858,
                    "twfy_id": "25913",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director of the New Conservatives Ltd, a company limited by guarantee which supports social policy research and political campaigning. This is an unpaid role."
                },
                {
                    "id": 2655,
                    "parent_interest_id": "",
                    "member": "Jim McMahon",
                    "party": "labourco-operative",
                    "mnis_id": 4569,
                    "twfy_id": "25475",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of the Co-operative Party National Executive Committee. This is an unpaid role."
                },
                {
                    "id": 2659,
                    "parent_interest_id": "",
                    "member": "Priti Patel",
                    "party": "conservative",
                    "mnis_id": 4066,
                    "twfy_id": "24778",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A Director of the Conservative Friends of America. This is an unpaid role."
                },
                {
                    "id": 2676,
                    "parent_interest_id": "",
                    "member": "Greg Smith",
                    "party": "conservative",
                    "mnis_id": 4778,
                    "twfy_id": "25925",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Deputy Chairman of Conservative Way Forward. This is an unpaid role."
                },
                {
                    "id": 2677,
                    "parent_interest_id": "",
                    "member": "Alex Sobel",
                    "party": "labourco-operative",
                    "mnis_id": 4658,
                    "twfy_id": "25680",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A director (unpaid) of Transform Labour Ltd (formally Transform Europe (Campaign) Ltd). This is a dormant company, limited by guarantee, which applied for dissolution on 28 June 2023."
                },
                {
                    "id": 2678,
                    "parent_interest_id": "",
                    "member": "Dr Ben Spencer",
                    "party": "conservative",
                    "mnis_id": 4785,
                    "twfy_id": "25889",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Chairman of FTL Club, an unincorporated association with the purpose of fundraising for the political activities of the Conservative Member of Parliament/Conservative Parliamentary Candidate for Runnymede and Weybridge. This is an unpaid role."
                },
                {
                    "id": 2679,
                    "parent_interest_id": "",
                    "member": "Rishi Sunak",
                    "party": "conservative",
                    "mnis_id": 4483,
                    "twfy_id": "25428",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A Person with Significant Control of the Conservative Party Foundation. This is an unpaid role."
                },
                {
                    "id": 2680,
                    "parent_interest_id": "",
                    "member": "Rishi Sunak",
                    "party": "conservative",
                    "mnis_id": 4483,
                    "twfy_id": "25428",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A Person with Significant Control of C&UCO Properties. This is an unpaid role."
                },
                {
                    "id": 2681,
                    "parent_interest_id": "",
                    "member": "Rishi Sunak",
                    "party": "conservative",
                    "mnis_id": 4483,
                    "twfy_id": "25428",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A Person with Significant Control of C&UCO Management Limited. This is an unpaid role."
                },
                {
                    "id": 2682,
                    "parent_interest_id": "",
                    "member": "Rishi Sunak",
                    "party": "conservative",
                    "mnis_id": 4483,
                    "twfy_id": "25428",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A Person with Significant Control of C&UCO Services Limited. This is an unpaid role."
                },
                {
                    "id": 2684,
                    "parent_interest_id": "",
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Chairman of the Conservative Friends of Afghanistan."
                },
                {
                    "id": 2686,
                    "parent_interest_id": "",
                    "member": "Hilary Benn",
                    "party": "labour",
                    "mnis_id": 413,
                    "twfy_id": "10669",
                    "category": "Family members employed",
                    "category_code": "9",
                    "summary": "Sally Clark employed"
                },
                {
                    "id": 2687,
                    "parent_interest_id": "",
                    "member": "Mr Clive Betts",
                    "party": "labour",
                    "mnis_id": 394,
                    "twfy_id": "10045",
                    "category": "Family members employed",
                    "category_code": "9",
                    "summary": "James Thomas employed"
                },
                {
                    "id": 2689,
                    "parent_interest_id": "",
                    "member": "Bob Blackman",
                    "party": "conservative",
                    "mnis_id": 4005,
                    "twfy_id": "24945",
                    "category": "Family members employed",
                    "category_code": "9",
                    "summary": "Nicola Blackman employed"
                },
                {
                    "id": 2696,
                    "parent_interest_id": "",
                    "member": "Alberto Costa",
                    "party": "conservative",
                    "mnis_id": 4439,
                    "twfy_id": "25413",
                    "category": "Family members employed",
                    "category_code": "9",
                    "summary": "Dr Maria Costa employed"
                },
                {
                    "id": 2697,
                    "parent_interest_id": "",
                    "member": "Judith Cummins",
                    "party": "labour",
                    "mnis_id": 4391,
                    "twfy_id": "25393",
                    "category": "Family members employed",
                    "category_code": "9",
                    "summary": "Mark Cummins employed"
                },
                {
                    "id": 2702,
                    "parent_interest_id": "",
                    "member": "Gill Furniss",
                    "party": "labour",
                    "mnis_id": 4571,
                    "twfy_id": "25489",
                    "category": "Family members employed",
                    "category_code": "9",
                    "summary": "Emily Grace Ahmed employed"
                },
                {
                    "id": 2703,
                    "parent_interest_id": "",
                    "member": "Sir Roger Gale",
                    "party": "conservative",
                    "mnis_id": 87,
                    "twfy_id": "10217",
                    "category": "Family members employed",
                    "category_code": "9",
                    "summary": "Suzy Gale employed"
                },
                {
                    "id": 2704,
                    "parent_interest_id": "",
                    "member": "Barry Gardiner",
                    "party": "labour",
                    "mnis_id": 146,
                    "twfy_id": "10220",
                    "category": "Family members employed",
                    "category_code": "9",
                    "summary": "Caroline Smith employed"
                },
                {
                    "id": 2705,
                    "parent_interest_id": "",
                    "member": "Mark Garnier",
                    "party": "conservative",
                    "mnis_id": 4074,
                    "twfy_id": "24824",
                    "category": "Family members employed",
                    "category_code": "9",
                    "summary": "Caroline Garnier employed"
                },
                {
                    "id": 2707,
                    "parent_interest_id": "",
                    "member": "Helen Grant",
                    "party": "conservative",
                    "mnis_id": 4018,
                    "twfy_id": "24796",
                    "category": "Family members employed",
                    "category_code": "9",
                    "summary": "Simon Grant employed"
                },
                {
                    "id": 2712,
                    "parent_interest_id": "",
                    "member": "Sir John Hayes",
                    "party": "conservative",
                    "mnis_id": 350,
                    "twfy_id": "10265",
                    "category": "Family members employed",
                    "category_code": "9",
                    "summary": "Susan Hayes employed"
                },
                {
                    "id": 2714,
                    "parent_interest_id": "",
                    "member": "John Healey",
                    "party": "labour",
                    "mnis_id": 400,
                    "twfy_id": "10268",
                    "category": "Family members employed",
                    "category_code": "9",
                    "summary": "Jackie Bate employed"
                },
                {
                    "id": 2715,
                    "parent_interest_id": "",
                    "member": "Simon Hoare",
                    "party": "conservative",
                    "mnis_id": 4494,
                    "twfy_id": "25427",
                    "category": "Family members employed",
                    "category_code": "9",
                    "summary": "Kate Hoare employed"
                },
                {
                    "id": 2716,
                    "parent_interest_id": "",
                    "member": "Mrs Sharon Hodgson",
                    "party": "labour",
                    "mnis_id": 1521,
                    "twfy_id": "11592",
                    "category": "Family members employed",
                    "category_code": "9",
                    "summary": "Alan Hodgson employed"
                },
                {
                    "id": 2718,
                    "parent_interest_id": "",
                    "member": "Imran Hussain",
                    "party": "labour",
                    "mnis_id": 4394,
                    "twfy_id": "25375",
                    "category": "Family members employed",
                    "category_code": "9",
                    "summary": "Kamran Hussain employed"
                },
                {
                    "id": 2720,
                    "parent_interest_id": "",
                    "member": "Dame Diana Johnson",
                    "party": "labour",
                    "mnis_id": 1533,
                    "twfy_id": "11647",
                    "category": "Family members employed",
                    "category_code": "9",
                    "summary": "Kevin Morton employed"
                },
                {
                    "id": 2722,
                    "parent_interest_id": "",
                    "member": "Gerald Jones",
                    "party": "labour",
                    "mnis_id": 4501,
                    "twfy_id": "25289",
                    "category": "Family members employed",
                    "category_code": "9",
                    "summary": "Tyrone Powell employed"
                },
                {
                    "id": 2724,
                    "parent_interest_id": "",
                    "member": "Ian Lavery",
                    "party": "labour",
                    "mnis_id": 4139,
                    "twfy_id": "24963",
                    "category": "Family members employed",
                    "category_code": "9",
                    "summary": "Hilary Lavery employed"
                },
                {
                    "id": 2725,
                    "parent_interest_id": "",
                    "member": "Sir Edward Leigh",
                    "party": "conservative",
                    "mnis_id": 345,
                    "twfy_id": "10352",
                    "category": "Family members employed",
                    "category_code": "9",
                    "summary": "Mary Leigh employed"
                },
                {
                    "id": 2731,
                    "parent_interest_id": "",
                    "member": "Dr Andrew Murrison",
                    "party": "conservative",
                    "mnis_id": 1466,
                    "twfy_id": "11132",
                    "category": "Family members employed",
                    "category_code": "9",
                    "summary": "Jennifer Murrison employed"
                },
                {
                    "id": 2732,
                    "parent_interest_id": "",
                    "member": "Brendan O'Hara",
                    "party": "scottish-national-party",
                    "mnis_id": 4371,
                    "twfy_id": "25370",
                    "category": "Family members employed",
                    "category_code": "9",
                    "summary": "Catherine O'Hara employed"
                },
                {
                    "id": 2733,
                    "parent_interest_id": "",
                    "member": "Kate Osamor",
                    "party": "labourco-operative",
                    "mnis_id": 4515,
                    "twfy_id": "25365",
                    "category": "Family members employed",
                    "category_code": "9",
                    "summary": "Ish Osamor employed"
                },
                {
                    "id": 2737,
                    "parent_interest_id": "",
                    "member": "Yasmin Qureshi",
                    "party": "labour",
                    "mnis_id": 3924,
                    "twfy_id": "24775",
                    "category": "Family members employed",
                    "category_code": "9",
                    "summary": "Nadeem Ashraf employed"
                },
                {
                    "id": 2740,
                    "parent_interest_id": "",
                    "member": "Gavin Robinson",
                    "party": "dup",
                    "mnis_id": 4360,
                    "twfy_id": "25280",
                    "category": "Family members employed",
                    "category_code": "9",
                    "summary": "John Robinson employed"
                },
                {
                    "id": 2743,
                    "parent_interest_id": "",
                    "member": "Graham Stringer",
                    "party": "labour",
                    "mnis_id": 449,
                    "twfy_id": "10576",
                    "category": "Family members employed",
                    "category_code": "9",
                    "summary": "Eleanor Carr employed"
                },
                {
                    "id": 2744,
                    "parent_interest_id": "",
                    "member": "Graham Stuart",
                    "party": "conservative",
                    "mnis_id": 1482,
                    "twfy_id": "11406",
                    "category": "Family members employed",
                    "category_code": "9",
                    "summary": "Nicola Roberts employed"
                },
                {
                    "id": 2746,
                    "parent_interest_id": "",
                    "member": "Valerie Vaz",
                    "party": "labour",
                    "mnis_id": 4076,
                    "twfy_id": "24852",
                    "category": "Family members employed",
                    "category_code": "9",
                    "summary": "Paul Townsend employed"
                },
                {
                    "id": 2749,
                    "parent_interest_id": "",
                    "member": "Dame Harriett Baldwin",
                    "party": "conservative",
                    "mnis_id": 4107,
                    "twfy_id": "24785",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A Trustee of the Parliamentary Contributory Pension Fund. This is an unpaid role."
                },
                {
                    "id": 2750,
                    "parent_interest_id": "",
                    "member": "Alberto Costa",
                    "party": "conservative",
                    "mnis_id": 4439,
                    "twfy_id": "25413",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in Glasgow"
                },
                {
                    "id": 2751,
                    "parent_interest_id": "",
                    "member": "Alberto Costa",
                    "party": "conservative",
                    "mnis_id": 4439,
                    "twfy_id": "25413",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in London"
                },
                {
                    "id": 2753,
                    "parent_interest_id": "",
                    "member": "Sir Geoffrey Cox",
                    "party": "conservative",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Agricultural in West Devon"
                },
                {
                    "id": 2754,
                    "parent_interest_id": "",
                    "member": "Sir Geoffrey Cox",
                    "party": "conservative",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in London"
                },
                {
                    "id": 2757,
                    "parent_interest_id": "",
                    "member": "Mims Davies",
                    "party": "conservative",
                    "mnis_id": 4513,
                    "twfy_id": "25330",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Mid-Sussex"
                },
                {
                    "id": 2792,
                    "parent_interest_id": "",
                    "member": "Stephen Flynn",
                    "party": "scottish-national-party",
                    "mnis_id": 4735,
                    "twfy_id": "25867",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in Aberdeen"
                },
                {
                    "id": 2802,
                    "parent_interest_id": "",
                    "member": "Sir Roger Gale",
                    "party": "conservative",
                    "mnis_id": 87,
                    "twfy_id": "10217",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in no location provided"
                },
                {
                    "id": 2815,
                    "parent_interest_id": "",
                    "member": "Helen Grant",
                    "party": "conservative",
                    "mnis_id": 4018,
                    "twfy_id": "24796",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Commercial in Croydon"
                },
                {
                    "id": 2816,
                    "parent_interest_id": "",
                    "member": "Helen Grant",
                    "party": "conservative",
                    "mnis_id": 4018,
                    "twfy_id": "24796",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in Surrey"
                },
                {
                    "id": 2825,
                    "parent_interest_id": "",
                    "member": "Dame Nia Griffith",
                    "party": "labour",
                    "mnis_id": 1541,
                    "twfy_id": "11692",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Other in Camarthenshire"
                },
                {
                    "id": 2834,
                    "parent_interest_id": "",
                    "member": "Damian Hinds",
                    "party": "conservative",
                    "mnis_id": 3969,
                    "twfy_id": "24782",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in Hampshire"
                },
                {
                    "id": 2839,
                    "parent_interest_id": "",
                    "member": "Kevin Hollinrake",
                    "party": "conservative",
                    "mnis_id": 4474,
                    "twfy_id": "25415",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in York"
                },
                {
                    "id": 2840,
                    "parent_interest_id": "",
                    "member": "Kevin Hollinrake",
                    "party": "conservative",
                    "mnis_id": 4474,
                    "twfy_id": "25415",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in York"
                },
                {
                    "id": 2843,
                    "parent_interest_id": "",
                    "member": "Rachel Hopkins",
                    "party": "labour",
                    "mnis_id": 4873,
                    "twfy_id": "25809",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in Luton"
                },
                {
                    "id": 2849,
                    "parent_interest_id": "",
                    "member": "Sir Jeremy Hunt",
                    "party": "conservative",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in no location provided"
                },
                {
                    "id": 2850,
                    "parent_interest_id": "",
                    "member": "Sir Jeremy Hunt",
                    "party": "conservative",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Commercial in London"
                },
                {
                    "id": 2851,
                    "parent_interest_id": "",
                    "member": "Sir Jeremy Hunt",
                    "party": "conservative",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in Southampton"
                },
                {
                    "id": 2868,
                    "parent_interest_id": "",
                    "member": "Danny Kruger",
                    "party": "reform",
                    "mnis_id": 4858,
                    "twfy_id": "25913",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in London"
                },
                {
                    "id": 2870,
                    "parent_interest_id": "",
                    "member": "Chris Law",
                    "party": "scottish-national-party",
                    "mnis_id": 4403,
                    "twfy_id": "25270",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in Dundee"
                },
                {
                    "id": 2871,
                    "parent_interest_id": "",
                    "member": "Chris Law",
                    "party": "scottish-national-party",
                    "mnis_id": 4403,
                    "twfy_id": "25270",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in Aberdeen"
                },
                {
                    "id": 2907,
                    "parent_interest_id": "",
                    "member": "Wendy Morton",
                    "party": "conservative",
                    "mnis_id": 4358,
                    "twfy_id": "25342",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Commercial in North Yorkshire"
                },
                {
                    "id": 2909,
                    "parent_interest_id": "",
                    "member": "Dr Andrew Murrison",
                    "party": "conservative",
                    "mnis_id": 1466,
                    "twfy_id": "11132",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Agricultural in Wiltshire"
                },
                {
                    "id": 2910,
                    "parent_interest_id": "",
                    "member": "Dr Andrew Murrison",
                    "party": "conservative",
                    "mnis_id": 1466,
                    "twfy_id": "11132",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in Wiltshire"
                },
                {
                    "id": 2914,
                    "parent_interest_id": "",
                    "member": "Dame Chi Onwurah",
                    "party": "labour",
                    "mnis_id": 4124,
                    "twfy_id": "24807",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in Northumberland"
                },
                {
                    "id": 2915,
                    "parent_interest_id": "",
                    "member": "Dame Chi Onwurah",
                    "party": "labour",
                    "mnis_id": 4124,
                    "twfy_id": "24807",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in Unspecified"
                },
                {
                    "id": 2922,
                    "parent_interest_id": "",
                    "member": "Lucy Powell",
                    "party": "labourco-operative",
                    "mnis_id": 4263,
                    "twfy_id": "25165",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in London"
                },
                {
                    "id": 2934,
                    "parent_interest_id": "",
                    "member": "Jim Shannon",
                    "party": "dup",
                    "mnis_id": 4131,
                    "twfy_id": "13864",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Agricultural in Ballygarvin"
                },
                {
                    "id": 2935,
                    "parent_interest_id": "",
                    "member": "Jim Shannon",
                    "party": "dup",
                    "mnis_id": 4131,
                    "twfy_id": "13864",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in no location provided"
                },
                {
                    "id": 2941,
                    "parent_interest_id": "",
                    "member": "Sir Julian Smith",
                    "party": "conservative",
                    "mnis_id": 4118,
                    "twfy_id": "24961",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in London"
                },
                {
                    "id": 2946,
                    "parent_interest_id": "",
                    "member": "Sir Desmond Swayne",
                    "party": "conservative",
                    "mnis_id": 55,
                    "twfy_id": "10580",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in London"
                },
                {
                    "id": 2947,
                    "parent_interest_id": "",
                    "member": "Sir Desmond Swayne",
                    "party": "conservative",
                    "mnis_id": 55,
                    "twfy_id": "10580",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in London"
                },
                {
                    "id": 2970,
                    "parent_interest_id": "",
                    "member": "Mr Gregory Campbell",
                    "party": "dup",
                    "mnis_id": 1409,
                    "twfy_id": "10780",
                    "category": "Family members employed",
                    "category_code": "9",
                    "summary": "Frances Campbell employed"
                },
                {
                    "id": 2979,
                    "parent_interest_id": "",
                    "member": "Sir Christopher Chope",
                    "party": "conservative",
                    "mnis_id": 242,
                    "twfy_id": "10103",
                    "category": "Family members employed",
                    "category_code": "9",
                    "summary": "Christine Chope employed"
                },
                {
                    "id": 2985,
                    "parent_interest_id": "",
                    "member": "Sir Alec Shelbrooke",
                    "party": "conservative",
                    "mnis_id": 3997,
                    "twfy_id": "24893",
                    "category": "Family members employed",
                    "category_code": "9",
                    "summary": "Susan Shelbrooke employed"
                },
                {
                    "id": 2988,
                    "parent_interest_id": "",
                    "member": "Sir Desmond Swayne",
                    "party": "conservative",
                    "mnis_id": 55,
                    "twfy_id": "10580",
                    "category": "Family members employed",
                    "category_code": "9",
                    "summary": "Moira Swayne employed"
                },
                {
                    "id": 2989,
                    "parent_interest_id": "",
                    "member": "Sir Mark Tami",
                    "party": "labour",
                    "mnis_id": 1383,
                    "twfy_id": "11267",
                    "category": "Family members employed",
                    "category_code": "9",
                    "summary": "Sally Tami employed"
                },
                {
                    "id": 2991,
                    "parent_interest_id": "",
                    "member": "Martin Vickers",
                    "party": "conservative",
                    "mnis_id": 3957,
                    "twfy_id": "24814",
                    "category": "Family members employed",
                    "category_code": "9",
                    "summary": "Ann Vickers employed"
                },
                {
                    "id": 3318,
                    "parent_interest_id": "",
                    "member": "Sir Iain Duncan Smith",
                    "party": "conservative",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Buck\u2019s Club 1919 - \u00a31,625.00"
                },
                {
                    "id": 3319,
                    "parent_interest_id": "",
                    "member": "Sir Iain Duncan Smith",
                    "party": "conservative",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Pratt\u2019s Club - \u00a3350.00"
                },
                {
                    "id": 3408,
                    "parent_interest_id": "",
                    "member": "Sir Gavin Williamson",
                    "party": "conservative",
                    "mnis_id": 4108,
                    "twfy_id": "24729",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Carlton Club - \u00a3760.00"
                },
                {
                    "id": 3429,
                    "parent_interest_id": "",
                    "member": "Sir Julian Smith",
                    "party": "conservative",
                    "mnis_id": 4118,
                    "twfy_id": "24961",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Carlton Club - \u00a3760.00"
                },
                {
                    "id": 3444,
                    "parent_interest_id": "",
                    "member": "Kim Leadbeater",
                    "party": "labour",
                    "mnis_id": 4923,
                    "twfy_id": "26040",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "LNER - \u00a3350.00"
                },
                {
                    "id": 3492,
                    "parent_interest_id": "",
                    "member": "Sir Bernard Jenkin",
                    "party": "conservative",
                    "mnis_id": 40,
                    "twfy_id": "10312",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director and Chairman of Beach Road Water Ltd, a non-profit company limited by guarantee. This is an unpaid role."
                },
                {
                    "id": 3493,
                    "parent_interest_id": "",
                    "member": "Kim Johnson",
                    "party": "labour",
                    "mnis_id": 4824,
                    "twfy_id": "25803",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A Member of the British Group Inter-Parliamentary Union Executive Committee. This is an unpaid role."
                },
                {
                    "id": 3496,
                    "parent_interest_id": "",
                    "member": "Chris Law",
                    "party": "scottish-national-party",
                    "mnis_id": 4403,
                    "twfy_id": "25270",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A Member of the Executive Committee of the British Group of the Inter-Parliamentary Union. This is an unpaid role."
                },
                {
                    "id": 3498,
                    "parent_interest_id": "",
                    "member": "Bob Blackman",
                    "party": "conservative",
                    "mnis_id": 4005,
                    "twfy_id": "24945",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A Member of the British Group Inter-Parliamentary Union Executive Committee. This is an unpaid role."
                },
                {
                    "id": 3508,
                    "parent_interest_id": "",
                    "member": "Dan Carden",
                    "party": "labour",
                    "mnis_id": 4651,
                    "twfy_id": "25642",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Executive Member and President of the Board of Young Parliamentarians of the Inter-Parliamentary Union. This is an unpaid role."
                },
                {
                    "id": 3509,
                    "parent_interest_id": "",
                    "member": "Dan Carden",
                    "party": "labour",
                    "mnis_id": 4651,
                    "twfy_id": "25642",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Treasurer and Executive Member of the British Group of the Inter-Parliamentary Union. This is an unpaid role."
                },
                {
                    "id": 3510,
                    "parent_interest_id": "",
                    "member": "Sir Christopher Chope",
                    "party": "conservative",
                    "mnis_id": 242,
                    "twfy_id": "10103",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Joint Treasurer of the British-American Parliamentary Group. This is an unpaid role."
                },
                {
                    "id": 3532,
                    "parent_interest_id": "",
                    "member": "Wendy Morton",
                    "party": "conservative",
                    "mnis_id": 4358,
                    "twfy_id": "25342",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Advisory Board Member to the Friends of the British Overseas Territories. This is an unpaid role."
                },
                {
                    "id": 3533,
                    "parent_interest_id": "",
                    "member": "David Mundell",
                    "party": "conservative",
                    "mnis_id": 1512,
                    "twfy_id": "11970",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Membership of the Executive Committee of the Commonwealth Parliament Association. This is an unpaid role."
                },
                {
                    "id": 3540,
                    "parent_interest_id": "",
                    "member": "Michael Shanks",
                    "party": "labour",
                    "mnis_id": 4998,
                    "twfy_id": "26276",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A member of General Teaching Council for Scotland. This is an unpaid role."
                },
                {
                    "id": 3541,
                    "parent_interest_id": "",
                    "member": "Michael Shanks",
                    "party": "labour",
                    "mnis_id": 4998,
                    "twfy_id": "26276",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A trustee of Glasgow Disabled Scouts. This is an unpaid role."
                },
                {
                    "id": 3543,
                    "parent_interest_id": "",
                    "member": "Sir John Hayes",
                    "party": "conservative",
                    "mnis_id": 350,
                    "twfy_id": "10265",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of the John Clare Trust, which runs John Clare Cottage, preserving it and the poet\u2019s works for future generations. This is an unpaid role."
                },
                {
                    "id": 3544,
                    "parent_interest_id": "",
                    "member": "John Healey",
                    "party": "labour",
                    "mnis_id": 400,
                    "twfy_id": "10268",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Executive Committee Member of the British American Parliamentary Group. This is an unpaid role."
                },
                {
                    "id": 3545,
                    "parent_interest_id": "",
                    "member": "Michael Shanks",
                    "party": "labour",
                    "mnis_id": 4998,
                    "twfy_id": "26276",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A trustee of Interfaith Glasgow. This is an unpaid role."
                },
                {
                    "id": 3546,
                    "parent_interest_id": "",
                    "member": "Michael Shanks",
                    "party": "labour",
                    "mnis_id": 4998,
                    "twfy_id": "26276",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A trustee of Epilepsy Scotland. This is an unpaid role."
                },
                {
                    "id": 3549,
                    "parent_interest_id": "",
                    "member": "Karin Smyth",
                    "party": "labour",
                    "mnis_id": 4444,
                    "twfy_id": "25390",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Vice-Chair of the British Irish Parliamentary Assembly. This is an unpaid role."
                },
                {
                    "id": 3554,
                    "parent_interest_id": "",
                    "member": "Alistair Strathern",
                    "party": "labour",
                    "mnis_id": 5000,
                    "twfy_id": "26278",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "I hold share options in OakNorth Holdings Limited that are below the threshold for registration."
                },
                {
                    "id": 3636,
                    "parent_interest_id": "",
                    "member": "Dr Rosena Allin-Khan",
                    "party": "labour",
                    "mnis_id": 4573,
                    "twfy_id": "25579",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Doctor"
                },
                {
                    "id": 11919,
                    "parent_interest_id": 3636.0,
                    "member": "Dr Rosena Allin-Khan",
                    "party": "labour",
                    "mnis_id": 4573,
                    "twfy_id": "25579",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 12 February 2025 - \u00a3665.00"
                },
                {
                    "id": 11920,
                    "parent_interest_id": 3636.0,
                    "member": "Dr Rosena Allin-Khan",
                    "party": "labour",
                    "mnis_id": 4573,
                    "twfy_id": "25579",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 05 February 2025 - \u00a3665.00"
                },
                {
                    "id": 11942,
                    "parent_interest_id": 3636.0,
                    "member": "Dr Rosena Allin-Khan",
                    "party": "labour",
                    "mnis_id": 4573,
                    "twfy_id": "25579",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement starting 26 February 2025 - \u00a3977.01"
                },
                {
                    "id": 3671,
                    "parent_interest_id": "",
                    "member": "Sir Iain Duncan Smith",
                    "party": "conservative",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Writing articles for News UK and Ireland - News UK and Ireland"
                },
                {
                    "id": 12511,
                    "parent_interest_id": 3671.0,
                    "member": "Sir Iain Duncan Smith",
                    "party": "conservative",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 23 May 2025 - \u00a3750.00"
                },
                {
                    "id": 13639,
                    "parent_interest_id": 3671.0,
                    "member": "Sir Iain Duncan Smith",
                    "party": "conservative",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 23 October 2025 - \u00a3750.00"
                },
                {
                    "id": 14493,
                    "parent_interest_id": 3671.0,
                    "member": "Sir Iain Duncan Smith",
                    "party": "conservative",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 23 January 2026 - \u00a3200.00"
                },
                {
                    "id": 3677,
                    "parent_interest_id": "",
                    "member": "Sir Iain Duncan Smith",
                    "party": "conservative",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Writing articles - Associated Newspapers Ltd (ANMFS Ltd)"
                },
                {
                    "id": 12011,
                    "parent_interest_id": 3677.0,
                    "member": "Sir Iain Duncan Smith",
                    "party": "conservative",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 13 March 2025 - \u00a3700.00"
                },
                {
                    "id": 3680,
                    "parent_interest_id": "",
                    "member": "Sir Iain Duncan Smith",
                    "party": "conservative",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Writing articles - Daily Telegraph and Sunday Telegraph"
                },
                {
                    "id": 11838,
                    "parent_interest_id": 3680.0,
                    "member": "Sir Iain Duncan Smith",
                    "party": "conservative",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 18 February 2025 - \u00a3500.00"
                },
                {
                    "id": 11970,
                    "parent_interest_id": 3680.0,
                    "member": "Sir Iain Duncan Smith",
                    "party": "conservative",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 04 March 2025 - \u00a3500.00"
                },
                {
                    "id": 12046,
                    "parent_interest_id": 3680.0,
                    "member": "Sir Iain Duncan Smith",
                    "party": "conservative",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 18 March 2025 - \u00a3250.00"
                },
                {
                    "id": 12143,
                    "parent_interest_id": 3680.0,
                    "member": "Sir Iain Duncan Smith",
                    "party": "conservative",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 01 April 2025 - \u00a3250.00"
                },
                {
                    "id": 12377,
                    "parent_interest_id": 3680.0,
                    "member": "Sir Iain Duncan Smith",
                    "party": "conservative",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 29 April 2025 - \u00a3250.00"
                },
                {
                    "id": 12512,
                    "parent_interest_id": 3680.0,
                    "member": "Sir Iain Duncan Smith",
                    "party": "conservative",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 27 May 2025 - \u00a3250.00"
                },
                {
                    "id": 12638,
                    "parent_interest_id": 3680.0,
                    "member": "Sir Iain Duncan Smith",
                    "party": "conservative",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 12 June 2025 - \u00a3250.00"
                },
                {
                    "id": 12943,
                    "parent_interest_id": 3680.0,
                    "member": "Sir Iain Duncan Smith",
                    "party": "conservative",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 21 July 2025 - \u00a3250.00"
                },
                {
                    "id": 13161,
                    "parent_interest_id": 3680.0,
                    "member": "Sir Iain Duncan Smith",
                    "party": "conservative",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 20 August 2025 - \u00a3250.00"
                },
                {
                    "id": 13330,
                    "parent_interest_id": 3680.0,
                    "member": "Sir Iain Duncan Smith",
                    "party": "conservative",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 16 September 2025 - \u00a3500.00"
                },
                {
                    "id": 13411,
                    "parent_interest_id": 3680.0,
                    "member": "Sir Iain Duncan Smith",
                    "party": "conservative",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 30 September 2025 - \u00a3250.00"
                },
                {
                    "id": 13529,
                    "parent_interest_id": 3680.0,
                    "member": "Sir Iain Duncan Smith",
                    "party": "conservative",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 14 October 2025 - \u00a3500.00"
                },
                {
                    "id": 13837,
                    "parent_interest_id": 3680.0,
                    "member": "Sir Iain Duncan Smith",
                    "party": "conservative",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 11 November 2025 - \u00a3750.00"
                },
                {
                    "id": 14113,
                    "parent_interest_id": 3680.0,
                    "member": "Sir Iain Duncan Smith",
                    "party": "conservative",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 09 December 2025 - \u00a3250.00"
                },
                {
                    "id": 14574,
                    "parent_interest_id": 3680.0,
                    "member": "Sir Iain Duncan Smith",
                    "party": "conservative",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 17 February 2026 - \u00a3500.00"
                },
                {
                    "id": 3694,
                    "parent_interest_id": "",
                    "member": "Sir Iain Duncan Smith",
                    "party": "conservative",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Writing articles - Reach Shared Services Ltd"
                },
                {
                    "id": 11790,
                    "parent_interest_id": 3694.0,
                    "member": "Sir Iain Duncan Smith",
                    "party": "conservative",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 11 February 2025 - \u00a3200.00"
                },
                {
                    "id": 12819,
                    "parent_interest_id": 3694.0,
                    "member": "Sir Iain Duncan Smith",
                    "party": "conservative",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 03 July 2025 - \u00a3200.00"
                },
                {
                    "id": 3715,
                    "parent_interest_id": "",
                    "member": "Chris Evans",
                    "party": "labourco-operative",
                    "mnis_id": 4040,
                    "twfy_id": "24721",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Writing a book - David Luxton Associates Ltd"
                },
                {
                    "id": 12946,
                    "parent_interest_id": 3715.0,
                    "member": "Chris Evans",
                    "party": "labourco-operative",
                    "mnis_id": 4040,
                    "twfy_id": "24721",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 17 July 2025 - \u00a34,100.00"
                },
                {
                    "id": 13805,
                    "parent_interest_id": 3715.0,
                    "member": "Chris Evans",
                    "party": "labourco-operative",
                    "mnis_id": 4040,
                    "twfy_id": "24721",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 17 October 2025 - \u00a32,000.00"
                },
                {
                    "id": 3721,
                    "parent_interest_id": "",
                    "member": "Mr Mark Francois",
                    "party": "conservative",
                    "mnis_id": 1444,
                    "twfy_id": "10901",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Writing a book"
                },
                {
                    "id": 3789,
                    "parent_interest_id": "",
                    "member": "Damien Egan",
                    "party": "labour",
                    "mnis_id": 5010,
                    "twfy_id": "26287",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of the Jewish Museum London. This is an unpaid role."
                },
                {
                    "id": 3798,
                    "parent_interest_id": "",
                    "member": "Tulip Siddiq",
                    "party": "labour",
                    "mnis_id": 4518,
                    "twfy_id": "25344",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in London"
                },
                {
                    "id": 3818,
                    "parent_interest_id": "",
                    "member": "Dame Karen Bradley",
                    "party": "conservative",
                    "mnis_id": 4110,
                    "twfy_id": "24725",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Member of the Advisory Board of the House Magazine - Political Engagement Limited"
                },
                {
                    "id": 11890,
                    "parent_interest_id": 3818.0,
                    "member": "Dame Karen Bradley",
                    "party": "conservative",
                    "mnis_id": 4110,
                    "twfy_id": "24725",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment expected for services on 26 February 2025 - \u00a3150.00"
                },
                {
                    "id": 12053,
                    "parent_interest_id": 3818.0,
                    "member": "Dame Karen Bradley",
                    "party": "conservative",
                    "mnis_id": 4110,
                    "twfy_id": "24725",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment expected for services on 19 March 2025 - \u00a3150.00"
                },
                {
                    "id": 12278,
                    "parent_interest_id": 3818.0,
                    "member": "Dame Karen Bradley",
                    "party": "conservative",
                    "mnis_id": 4110,
                    "twfy_id": "24725",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment expected for services on 23 April 2025 - \u00a3150.00"
                },
                {
                    "id": 12954,
                    "parent_interest_id": 3818.0,
                    "member": "Dame Karen Bradley",
                    "party": "conservative",
                    "mnis_id": 4110,
                    "twfy_id": "24725",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment expected for services on 16 July 2025 - \u00a3150.00"
                },
                {
                    "id": 14162,
                    "parent_interest_id": 3818.0,
                    "member": "Dame Karen Bradley",
                    "party": "conservative",
                    "mnis_id": 4110,
                    "twfy_id": "24725",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment expected for services on 17 December 2025 - \u00a3150.00"
                },
                {
                    "id": 3835,
                    "parent_interest_id": "",
                    "member": "Nick Thomas-Symonds",
                    "party": "labour",
                    "mnis_id": 4479,
                    "twfy_id": "25279",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Royalties for books"
                },
                {
                    "id": 12334,
                    "parent_interest_id": 3835.0,
                    "member": "Nick Thomas-Symonds",
                    "party": "labour",
                    "mnis_id": 4479,
                    "twfy_id": "25279",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 30 April 2025 - \u00a3515.35"
                },
                {
                    "id": 12337,
                    "parent_interest_id": 3835.0,
                    "member": "Nick Thomas-Symonds",
                    "party": "labour",
                    "mnis_id": 4479,
                    "twfy_id": "25279",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 30 April 2025 - \u00a397.61"
                },
                {
                    "id": 13099,
                    "parent_interest_id": 3835.0,
                    "member": "Nick Thomas-Symonds",
                    "party": "labour",
                    "mnis_id": 4479,
                    "twfy_id": "25279",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 29 July 2025 - \u00a3946.34"
                },
                {
                    "id": 14005,
                    "parent_interest_id": 3835.0,
                    "member": "Nick Thomas-Symonds",
                    "party": "labour",
                    "mnis_id": 4479,
                    "twfy_id": "25279",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 25 November 2025 - \u00a3529.27"
                },
                {
                    "id": 3857,
                    "parent_interest_id": "",
                    "member": "Dan Carden",
                    "party": "labour",
                    "mnis_id": 4651,
                    "twfy_id": "25642",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Everton Football Club - \u00a3600.00"
                },
                {
                    "id": 3869,
                    "parent_interest_id": "",
                    "member": "Suella Braverman",
                    "party": "reform",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Speaking engagements - Coulthwaite Group Pte Ltd (trading as CWG Speakers)"
                },
                {
                    "id": 12537,
                    "parent_interest_id": 3869.0,
                    "member": "Suella Braverman",
                    "party": "reform",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 23 May 2025 - \u00a329,175.75"
                },
                {
                    "id": 3871,
                    "parent_interest_id": "",
                    "member": "Chris Bryant",
                    "party": "labour",
                    "mnis_id": 1446,
                    "twfy_id": "10761",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Writing and adapting a book - United Agents"
                },
                {
                    "id": 12021,
                    "parent_interest_id": 3871.0,
                    "member": "Chris Bryant",
                    "party": "labour",
                    "mnis_id": 1446,
                    "twfy_id": "10761",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 14 March 2025 - \u00a310,000.00"
                },
                {
                    "id": 12344,
                    "parent_interest_id": 3871.0,
                    "member": "Chris Bryant",
                    "party": "labour",
                    "mnis_id": 1446,
                    "twfy_id": "10761",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 01 May 2025 - \u00a38,000.00"
                },
                {
                    "id": 13172,
                    "parent_interest_id": 3871.0,
                    "member": "Chris Bryant",
                    "party": "labour",
                    "mnis_id": 1446,
                    "twfy_id": "10761",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 21 August 2025 - \u00a31,000.00"
                },
                {
                    "id": 13279,
                    "parent_interest_id": 3871.0,
                    "member": "Chris Bryant",
                    "party": "labour",
                    "mnis_id": 1446,
                    "twfy_id": "10761",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 10 September 2025 - \u00a350,000.00"
                },
                {
                    "id": 13783,
                    "parent_interest_id": 3871.0,
                    "member": "Chris Bryant",
                    "party": "labour",
                    "mnis_id": 1446,
                    "twfy_id": "10761",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 06 November 2025 - \u00a3220.00"
                },
                {
                    "id": 3903,
                    "parent_interest_id": "",
                    "member": "Tim Farron",
                    "party": "liberal-democrat",
                    "mnis_id": 1591,
                    "twfy_id": "11923",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Faith in Public Ltd - \u00a315,264.00"
                },
                {
                    "id": 4017,
                    "parent_interest_id": "",
                    "member": "Paulette Hamilton",
                    "party": "labour",
                    "mnis_id": 4938,
                    "twfy_id": "26061",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Sitting on hearings as an Independent Associate Manager - Birmingham and Solihull Mental Health Trust"
                },
                {
                    "id": 11733,
                    "parent_interest_id": 4017.0,
                    "member": "Paulette Hamilton",
                    "party": "labour",
                    "mnis_id": 4938,
                    "twfy_id": "26061",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 24 January 2025 - \u00a3303.20"
                },
                {
                    "id": 12045,
                    "parent_interest_id": 4017.0,
                    "member": "Paulette Hamilton",
                    "party": "labour",
                    "mnis_id": 4938,
                    "twfy_id": "26061",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 28 February 2025 - \u00a3159.20"
                },
                {
                    "id": 12129,
                    "parent_interest_id": 4017.0,
                    "member": "Paulette Hamilton",
                    "party": "labour",
                    "mnis_id": 4938,
                    "twfy_id": "26061",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 26 July 2024 - \u00a3150.00"
                },
                {
                    "id": 12130,
                    "parent_interest_id": 4017.0,
                    "member": "Paulette Hamilton",
                    "party": "labour",
                    "mnis_id": 4938,
                    "twfy_id": "26061",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 28 March 2025 - \u00a3111.20"
                },
                {
                    "id": 12455,
                    "parent_interest_id": 4017.0,
                    "member": "Paulette Hamilton",
                    "party": "labour",
                    "mnis_id": 4938,
                    "twfy_id": "26061",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 28 April 2025 - \u00a3149.40"
                },
                {
                    "id": 4026,
                    "parent_interest_id": "",
                    "member": "Paulette Hamilton",
                    "party": "labour",
                    "mnis_id": 4938,
                    "twfy_id": "26061",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Preparing and delivering training and development session"
                },
                {
                    "id": 4029,
                    "parent_interest_id": "",
                    "member": "Paulette Hamilton",
                    "party": "labour",
                    "mnis_id": 4938,
                    "twfy_id": "26061",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Preparing and delivering training and development sessions"
                },
                {
                    "id": 4033,
                    "parent_interest_id": "",
                    "member": "Jerome Mayhew",
                    "party": "conservative",
                    "mnis_id": 4739,
                    "twfy_id": "25904",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Non-executive director"
                },
                {
                    "id": 4034,
                    "parent_interest_id": 4033.0,
                    "member": "Jerome Mayhew",
                    "party": "conservative",
                    "mnis_id": 4739,
                    "twfy_id": "25904",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement - \u00a33,000.00"
                },
                {
                    "id": 4058,
                    "parent_interest_id": "",
                    "member": "Matt Vickers",
                    "party": "conservative",
                    "mnis_id": 4844,
                    "twfy_id": "25853",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Chairing a training event"
                },
                {
                    "id": 4136,
                    "parent_interest_id": "",
                    "member": "Liam Byrne",
                    "party": "labour",
                    "mnis_id": 1171,
                    "twfy_id": "11360",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Writing a book - Head of Zeus \u2013 UK"
                },
                {
                    "id": 12920,
                    "parent_interest_id": 4136.0,
                    "member": "Liam Byrne",
                    "party": "labour",
                    "mnis_id": 1171,
                    "twfy_id": "11360",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 01 June 2025 - \u00a34,100.00"
                },
                {
                    "id": 14479,
                    "parent_interest_id": 4136.0,
                    "member": "Liam Byrne",
                    "party": "labour",
                    "mnis_id": 1171,
                    "twfy_id": "11360",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 13 January 2026 - \u00a34,100.00"
                },
                {
                    "id": 4138,
                    "parent_interest_id": "",
                    "member": "Mr Alistair Carmichael",
                    "party": "liberal-democrat",
                    "mnis_id": 1442,
                    "twfy_id": "10785",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Member of the Advisory Board of the House Magazine"
                },
                {
                    "id": 13409,
                    "parent_interest_id": 4138.0,
                    "member": "Mr Alistair Carmichael",
                    "party": "liberal-democrat",
                    "mnis_id": 1442,
                    "twfy_id": "10785",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 29 September 2025 - \u00a3750.00"
                },
                {
                    "id": 4169,
                    "parent_interest_id": "",
                    "member": "Yvette Cooper",
                    "party": "labour",
                    "mnis_id": 420,
                    "twfy_id": "10131",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Writing a book - Conville and Walsh"
                },
                {
                    "id": 12333,
                    "parent_interest_id": 4169.0,
                    "member": "Yvette Cooper",
                    "party": "labour",
                    "mnis_id": 420,
                    "twfy_id": "10131",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 08 April 2025 - \u00a3854.16"
                },
                {
                    "id": 13760,
                    "parent_interest_id": 4169.0,
                    "member": "Yvette Cooper",
                    "party": "labour",
                    "mnis_id": 420,
                    "twfy_id": "10131",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 28 October 2025 - \u00a3643.01"
                },
                {
                    "id": 4178,
                    "parent_interest_id": "",
                    "member": "Lee Anderson",
                    "party": "reform",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Presenter/Contributor on GB News"
                },
                {
                    "id": 4180,
                    "parent_interest_id": 4178.0,
                    "member": "Lee Anderson",
                    "party": "reform",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement starting 01 March 2023 - \u00a3100,000.00"
                },
                {
                    "id": 4181,
                    "parent_interest_id": "",
                    "member": "Sir Geoffrey Cox",
                    "party": "conservative",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Legal services"
                },
                {
                    "id": 4196,
                    "parent_interest_id": "",
                    "member": "David Davis",
                    "party": "conservative",
                    "mnis_id": 373,
                    "twfy_id": "10162",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Member of the Advisory Board of THI Holdings GmbH, Eberhardstrasse 65, 70173 Stuttgart"
                },
                {
                    "id": 4197,
                    "parent_interest_id": 4196.0,
                    "member": "David Davis",
                    "party": "conservative",
                    "mnis_id": 373,
                    "twfy_id": "10162",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement starting 01 December 2019 - \u00a333,900.00"
                },
                {
                    "id": 4217,
                    "parent_interest_id": "",
                    "member": "Richard Fuller",
                    "party": "conservative",
                    "mnis_id": 3912,
                    "twfy_id": "24787",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Advisory Director - Investcorp Securities Ltd"
                },
                {
                    "id": 4221,
                    "parent_interest_id": 4217.0,
                    "member": "Richard Fuller",
                    "party": "conservative",
                    "mnis_id": 3912,
                    "twfy_id": "24787",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement starting 01 April 2023 - \u00a325,000.00"
                },
                {
                    "id": 4249,
                    "parent_interest_id": "",
                    "member": "Marsha De Cordova",
                    "party": "labour",
                    "mnis_id": 4676,
                    "twfy_id": "25620",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Being a member of a grants application panel"
                },
                {
                    "id": 4251,
                    "parent_interest_id": "",
                    "member": "Anneliese Dodds",
                    "party": "labourco-operative",
                    "mnis_id": 4657,
                    "twfy_id": "25618",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Royalties on a textbook"
                },
                {
                    "id": 12218,
                    "parent_interest_id": 4251.0,
                    "member": "Anneliese Dodds",
                    "party": "labourco-operative",
                    "mnis_id": 4657,
                    "twfy_id": "25618",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 31 March 2025 - \u00a31,699.30"
                },
                {
                    "id": 4286,
                    "parent_interest_id": "",
                    "member": "Clive Lewis",
                    "party": "labour",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Writing an article"
                },
                {
                    "id": 11784,
                    "parent_interest_id": 4286.0,
                    "member": "Clive Lewis",
                    "party": "labour",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 06 February 2025 - \u00a3307.79"
                },
                {
                    "id": 12009,
                    "parent_interest_id": 4286.0,
                    "member": "Clive Lewis",
                    "party": "labour",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 13 March 2025 - \u00a3350.00"
                },
                {
                    "id": 12488,
                    "parent_interest_id": 4286.0,
                    "member": "Clive Lewis",
                    "party": "labour",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 15 May 2025 - \u00a3411.16"
                },
                {
                    "id": 4308,
                    "parent_interest_id": "",
                    "member": "Esther McVey",
                    "party": "conservative",
                    "mnis_id": 4084,
                    "twfy_id": "24882",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Writing articles - Reach Group Limited"
                },
                {
                    "id": 11947,
                    "parent_interest_id": 4308.0,
                    "member": "Esther McVey",
                    "party": "conservative",
                    "mnis_id": 4084,
                    "twfy_id": "24882",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 04 March 2025 - \u00a31,333.33"
                },
                {
                    "id": 12190,
                    "parent_interest_id": 4308.0,
                    "member": "Esther McVey",
                    "party": "conservative",
                    "mnis_id": 4084,
                    "twfy_id": "24882",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 02 April 2025 - \u00a31,333.33"
                },
                {
                    "id": 12577,
                    "parent_interest_id": 4308.0,
                    "member": "Esther McVey",
                    "party": "conservative",
                    "mnis_id": 4084,
                    "twfy_id": "24882",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 03 June 2025 - \u00a31,333.33"
                },
                {
                    "id": 13140,
                    "parent_interest_id": 4308.0,
                    "member": "Esther McVey",
                    "party": "conservative",
                    "mnis_id": 4084,
                    "twfy_id": "24882",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 13 July 2025 - \u00a32,250.15"
                },
                {
                    "id": 13141,
                    "parent_interest_id": 4308.0,
                    "member": "Esther McVey",
                    "party": "conservative",
                    "mnis_id": 4084,
                    "twfy_id": "24882",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 05 August 2025 - \u00a32,450.66"
                },
                {
                    "id": 13222,
                    "parent_interest_id": 4308.0,
                    "member": "Esther McVey",
                    "party": "conservative",
                    "mnis_id": 4084,
                    "twfy_id": "24882",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 02 September 2025 - \u00a32,166.66"
                },
                {
                    "id": 13478,
                    "parent_interest_id": 4308.0,
                    "member": "Esther McVey",
                    "party": "conservative",
                    "mnis_id": 4084,
                    "twfy_id": "24882",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 02 October 2025 - \u00a32,166.66"
                },
                {
                    "id": 13923,
                    "parent_interest_id": 4308.0,
                    "member": "Esther McVey",
                    "party": "conservative",
                    "mnis_id": 4084,
                    "twfy_id": "24882",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 04 November 2025 - \u00a32,166.66"
                },
                {
                    "id": 14220,
                    "parent_interest_id": 4308.0,
                    "member": "Esther McVey",
                    "party": "conservative",
                    "mnis_id": 4084,
                    "twfy_id": "24882",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 01 December 2025 - \u00a32,166.66"
                },
                {
                    "id": 14277,
                    "parent_interest_id": 4308.0,
                    "member": "Esther McVey",
                    "party": "conservative",
                    "mnis_id": 4084,
                    "twfy_id": "24882",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 06 January 2026 - \u00a32,166.66"
                },
                {
                    "id": 14547,
                    "parent_interest_id": 4308.0,
                    "member": "Esther McVey",
                    "party": "conservative",
                    "mnis_id": 4084,
                    "twfy_id": "24882",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 03 February 2026 - \u00a32,166.66"
                },
                {
                    "id": 4321,
                    "parent_interest_id": "",
                    "member": "Esther McVey",
                    "party": "conservative",
                    "mnis_id": 4084,
                    "twfy_id": "24882",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Panelist on TV programme - GB News"
                },
                {
                    "id": 11816,
                    "parent_interest_id": 4321.0,
                    "member": "Esther McVey",
                    "party": "conservative",
                    "mnis_id": 4084,
                    "twfy_id": "24882",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 14 February 2025 - \u00a3500.00"
                },
                {
                    "id": 12109,
                    "parent_interest_id": 4321.0,
                    "member": "Esther McVey",
                    "party": "conservative",
                    "mnis_id": 4084,
                    "twfy_id": "24882",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 14 March 2025 - \u00a3250.00"
                },
                {
                    "id": 12323,
                    "parent_interest_id": 4321.0,
                    "member": "Esther McVey",
                    "party": "conservative",
                    "mnis_id": 4084,
                    "twfy_id": "24882",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 14 April 2025 - \u00a3250.00"
                },
                {
                    "id": 12524,
                    "parent_interest_id": 4321.0,
                    "member": "Esther McVey",
                    "party": "conservative",
                    "mnis_id": 4084,
                    "twfy_id": "24882",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 15 May 2025 - \u00a3150.00"
                },
                {
                    "id": 12728,
                    "parent_interest_id": 4321.0,
                    "member": "Esther McVey",
                    "party": "conservative",
                    "mnis_id": 4084,
                    "twfy_id": "24882",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 13 June 2025 - \u00a3250.00"
                },
                {
                    "id": 13138,
                    "parent_interest_id": 4321.0,
                    "member": "Esther McVey",
                    "party": "conservative",
                    "mnis_id": 4084,
                    "twfy_id": "24882",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 14 August 2025 - \u00a3550.00"
                },
                {
                    "id": 13242,
                    "parent_interest_id": 4321.0,
                    "member": "Esther McVey",
                    "party": "conservative",
                    "mnis_id": 4084,
                    "twfy_id": "24882",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 16 July 2025 - \u00a3550.00"
                },
                {
                    "id": 13573,
                    "parent_interest_id": 4321.0,
                    "member": "Esther McVey",
                    "party": "conservative",
                    "mnis_id": 4084,
                    "twfy_id": "24882",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 15 October 2025 - \u00a3400.00"
                },
                {
                    "id": 14189,
                    "parent_interest_id": 4321.0,
                    "member": "Esther McVey",
                    "party": "conservative",
                    "mnis_id": 4084,
                    "twfy_id": "24882",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 12 December 2025 - \u00a3850.00"
                },
                {
                    "id": 4335,
                    "parent_interest_id": "",
                    "member": "Sir Andrew Mitchell",
                    "party": "conservative",
                    "mnis_id": 1211,
                    "twfy_id": "11115",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Writing a book"
                },
                {
                    "id": 4341,
                    "parent_interest_id": "",
                    "member": "Dr Andrew Murrison",
                    "party": "conservative",
                    "mnis_id": 1466,
                    "twfy_id": "11132",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Surgeon Commander - Royal Naval Reserve"
                },
                {
                    "id": 12295,
                    "parent_interest_id": 4341.0,
                    "member": "Dr Andrew Murrison",
                    "party": "conservative",
                    "mnis_id": 1466,
                    "twfy_id": "11132",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 30 April 2025 - \u00a32,810.00"
                },
                {
                    "id": 12636,
                    "parent_interest_id": 4341.0,
                    "member": "Dr Andrew Murrison",
                    "party": "conservative",
                    "mnis_id": 1466,
                    "twfy_id": "11132",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 31 May 2025 - \u00a34,539.95"
                },
                {
                    "id": 12741,
                    "parent_interest_id": 4341.0,
                    "member": "Dr Andrew Murrison",
                    "party": "conservative",
                    "mnis_id": 1466,
                    "twfy_id": "11132",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 30 June 2025 - \u00a310,377.02"
                },
                {
                    "id": 4353,
                    "parent_interest_id": "",
                    "member": "Jesse Norman",
                    "party": "conservative",
                    "mnis_id": 3991,
                    "twfy_id": "24827",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Writing Books - Peters Fraser & Dunlop Ltd"
                },
                {
                    "id": 12353,
                    "parent_interest_id": 4353.0,
                    "member": "Jesse Norman",
                    "party": "conservative",
                    "mnis_id": 3991,
                    "twfy_id": "24827",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 14 April 2025 - \u00a3141.28"
                },
                {
                    "id": 12354,
                    "parent_interest_id": 4353.0,
                    "member": "Jesse Norman",
                    "party": "conservative",
                    "mnis_id": 3991,
                    "twfy_id": "24827",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 14 April 2025 - \u00a3172.30"
                },
                {
                    "id": 12355,
                    "parent_interest_id": 4353.0,
                    "member": "Jesse Norman",
                    "party": "conservative",
                    "mnis_id": 3991,
                    "twfy_id": "24827",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 24 April 2025 - \u00a389.34"
                },
                {
                    "id": 12356,
                    "parent_interest_id": 4353.0,
                    "member": "Jesse Norman",
                    "party": "conservative",
                    "mnis_id": 3991,
                    "twfy_id": "24827",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 24 April 2025 - \u00a3137.81"
                },
                {
                    "id": 12701,
                    "parent_interest_id": 4353.0,
                    "member": "Jesse Norman",
                    "party": "conservative",
                    "mnis_id": 3991,
                    "twfy_id": "24827",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 13 June 2025 - \u00a34,387.27"
                },
                {
                    "id": 12830,
                    "parent_interest_id": 4353.0,
                    "member": "Jesse Norman",
                    "party": "conservative",
                    "mnis_id": 3991,
                    "twfy_id": "24827",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 03 July 2025 - \u00a384.48"
                },
                {
                    "id": 13362,
                    "parent_interest_id": 4353.0,
                    "member": "Jesse Norman",
                    "party": "conservative",
                    "mnis_id": 3991,
                    "twfy_id": "24827",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 18 September 2025 - \u00a31,667.00"
                },
                {
                    "id": 13586,
                    "parent_interest_id": 4353.0,
                    "member": "Jesse Norman",
                    "party": "conservative",
                    "mnis_id": 3991,
                    "twfy_id": "24827",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 03 October 2025 - \u00a3253.31"
                },
                {
                    "id": 13587,
                    "parent_interest_id": 4353.0,
                    "member": "Jesse Norman",
                    "party": "conservative",
                    "mnis_id": 3991,
                    "twfy_id": "24827",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 09 October 2025 - \u00a366.55"
                },
                {
                    "id": 13589,
                    "parent_interest_id": 4353.0,
                    "member": "Jesse Norman",
                    "party": "conservative",
                    "mnis_id": 3991,
                    "twfy_id": "24827",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 16 October 2025 - \u00a398.40"
                },
                {
                    "id": 4365,
                    "parent_interest_id": "",
                    "member": "Jess Phillips",
                    "party": "labour",
                    "mnis_id": 4370,
                    "twfy_id": "25364",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Writing books - United Agents"
                },
                {
                    "id": 13156,
                    "parent_interest_id": 4365.0,
                    "member": "Jess Phillips",
                    "party": "labour",
                    "mnis_id": 4370,
                    "twfy_id": "25364",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 31 July 2025 - \u00a312,300.00"
                },
                {
                    "id": 4375,
                    "parent_interest_id": "",
                    "member": "Jess Phillips",
                    "party": "labour",
                    "mnis_id": 4370,
                    "twfy_id": "25364",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Writing articles"
                },
                {
                    "id": 13551,
                    "parent_interest_id": 4375.0,
                    "member": "Jess Phillips",
                    "party": "labour",
                    "mnis_id": 4370,
                    "twfy_id": "25364",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 16 October 2025 - \u00a3600.00"
                },
                {
                    "id": 13667,
                    "parent_interest_id": 4375.0,
                    "member": "Jess Phillips",
                    "party": "labour",
                    "mnis_id": 4370,
                    "twfy_id": "25364",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 16 October 2025 - \u00a3600.00"
                },
                {
                    "id": 4424,
                    "parent_interest_id": "",
                    "member": "Rachel Reeves",
                    "party": "labour",
                    "mnis_id": 4031,
                    "twfy_id": "24851",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Writing a book - Peters Fraser & Dunlop Limited"
                },
                {
                    "id": 4480,
                    "parent_interest_id": "",
                    "member": "Jess Phillips",
                    "party": "labour",
                    "mnis_id": 4370,
                    "twfy_id": "25364",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Royalties"
                },
                {
                    "id": 4482,
                    "parent_interest_id": "",
                    "member": "Jess Phillips",
                    "party": "labour",
                    "mnis_id": 4370,
                    "twfy_id": "25364",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Library copyright fees - Public Lending Right"
                },
                {
                    "id": 14556,
                    "parent_interest_id": 4482.0,
                    "member": "Jess Phillips",
                    "party": "labour",
                    "mnis_id": 4370,
                    "twfy_id": "25364",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 12 February 2026 - \u00a3365.92"
                },
                {
                    "id": 4541,
                    "parent_interest_id": "",
                    "member": "Sir Julian Smith",
                    "party": "conservative",
                    "mnis_id": 4118,
                    "twfy_id": "24961",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Chair of The Alternative Dispute Resolution (ADR) Taskforce for Electricity Network Infrastructure, Department for Energy Security and Net Zero. This is an unpaid role."
                },
                {
                    "id": 4562,
                    "parent_interest_id": "",
                    "member": "Alex Sobel",
                    "party": "labourco-operative",
                    "mnis_id": 4658,
                    "twfy_id": "25680",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A visiting Parliamentary Fellow at St Anthonys College, Oxford. This is an unpaid role."
                },
                {
                    "id": 4563,
                    "parent_interest_id": "",
                    "member": "Jon Trickett",
                    "party": "labour",
                    "mnis_id": 410,
                    "twfy_id": "10604",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Visiting Fellow of Northumbria University. This is an unpaid role."
                },
                {
                    "id": 4706,
                    "parent_interest_id": "",
                    "member": "Sir Christopher Chope",
                    "party": "conservative",
                    "mnis_id": 242,
                    "twfy_id": "10103",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Director - Carclew Limited"
                },
                {
                    "id": 4707,
                    "parent_interest_id": "",
                    "member": "Sir Geoffrey Clifton-Brown",
                    "party": "conservative",
                    "mnis_id": 249,
                    "twfy_id": "10119",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Partner - East Beckham partnership"
                },
                {
                    "id": 4708,
                    "parent_interest_id": 4707.0,
                    "member": "Sir Geoffrey Clifton-Brown",
                    "party": "conservative",
                    "mnis_id": 249,
                    "twfy_id": "10119",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement - \u00a315,000.00"
                },
                {
                    "id": 4711,
                    "parent_interest_id": "",
                    "member": "Sir Geoffrey Cox",
                    "party": "conservative",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Consultant Global Counsel - Withers LLP"
                },
                {
                    "id": 4712,
                    "parent_interest_id": 4711.0,
                    "member": "Sir Geoffrey Cox",
                    "party": "conservative",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement starting 01 November 2023 - \u00a3293,400.00"
                },
                {
                    "id": 11923,
                    "parent_interest_id": 4711.0,
                    "member": "Sir Geoffrey Cox",
                    "party": "conservative",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 17 February 2025 - \u00a316,000.00"
                },
                {
                    "id": 13357,
                    "parent_interest_id": 4711.0,
                    "member": "Sir Geoffrey Cox",
                    "party": "conservative",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 15 September 2025 - \u00a37,000.00"
                },
                {
                    "id": 14242,
                    "parent_interest_id": 4711.0,
                    "member": "Sir Geoffrey Cox",
                    "party": "conservative",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 14 December 2025 - \u00a347,500.00"
                },
                {
                    "id": 14458,
                    "parent_interest_id": 4711.0,
                    "member": "Sir Geoffrey Cox",
                    "party": "conservative",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 14 January 2026 - \u00a37,500.00"
                },
                {
                    "id": 4718,
                    "parent_interest_id": "",
                    "member": "Dame Caroline Dinenage",
                    "party": "conservative",
                    "mnis_id": 4008,
                    "twfy_id": "24873",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Independent Non-Executive Director"
                },
                {
                    "id": 4719,
                    "parent_interest_id": 4718.0,
                    "member": "Dame Caroline Dinenage",
                    "party": "conservative",
                    "mnis_id": 4008,
                    "twfy_id": "24873",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement starting 04 April 2023 - \u00a350,000.00"
                },
                {
                    "id": 4742,
                    "parent_interest_id": "",
                    "member": "John Finucane",
                    "party": "sinn-fein",
                    "mnis_id": 4823,
                    "twfy_id": "25821",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Director"
                },
                {
                    "id": 4743,
                    "parent_interest_id": 4742.0,
                    "member": "John Finucane",
                    "party": "sinn-fein",
                    "mnis_id": 4823,
                    "twfy_id": "25821",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement starting 01 January 2020 - \u00a34,672.00"
                },
                {
                    "id": 4786,
                    "parent_interest_id": "",
                    "member": "Layla Moran",
                    "party": "liberal-democrat",
                    "mnis_id": 4656,
                    "twfy_id": "25689",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Funding the legal fees for representing me in relation to complaints against the Institute of Economic Affairs and the Global Warming Policy Foundation. At the time of registration, the estimated value of this support is below the registrable threshold."
                },
                {
                    "id": 4791,
                    "parent_interest_id": "",
                    "member": "Sir Bernard Jenkin",
                    "party": "conservative",
                    "mnis_id": 40,
                    "twfy_id": "10312",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Writing articles in Diplomat Magazine - Aros Corporation Ltd"
                },
                {
                    "id": 11952,
                    "parent_interest_id": 4791.0,
                    "member": "Sir Bernard Jenkin",
                    "party": "conservative",
                    "mnis_id": 40,
                    "twfy_id": "10312",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 27 February 2025 - \u00a3325.00"
                },
                {
                    "id": 4795,
                    "parent_interest_id": "",
                    "member": "Navendu Mishra",
                    "party": "labour",
                    "mnis_id": 4811,
                    "twfy_id": "25836",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "An unpaid member of the Global Advisory Council for Tech India Advocates"
                },
                {
                    "id": 4803,
                    "parent_interest_id": "",
                    "member": "Valerie Vaz",
                    "party": "labour",
                    "mnis_id": 4076,
                    "twfy_id": "24852",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Solicitor (not practising)"
                },
                {
                    "id": 4805,
                    "parent_interest_id": "",
                    "member": "Alberto Costa",
                    "party": "conservative",
                    "mnis_id": 4439,
                    "twfy_id": "25413",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Non-practising solicitor and notary public in Scotland."
                },
                {
                    "id": 4806,
                    "parent_interest_id": "",
                    "member": "Alberto Costa",
                    "party": "conservative",
                    "mnis_id": 4439,
                    "twfy_id": "25413",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Non-practising solicitor in England and Wales; member of the Law Society of England and Wales."
                },
                {
                    "id": 4833,
                    "parent_interest_id": "",
                    "member": "Mark Garnier",
                    "party": "conservative",
                    "mnis_id": 4074,
                    "twfy_id": "24824",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Chair of the Advisory Board"
                },
                {
                    "id": 4834,
                    "parent_interest_id": 4833.0,
                    "member": "Mark Garnier",
                    "party": "conservative",
                    "mnis_id": 4074,
                    "twfy_id": "24824",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement starting 01 October 2020 - \u00a32,500.00"
                },
                {
                    "id": 5125,
                    "parent_interest_id": 4833.0,
                    "member": "Mark Garnier",
                    "party": "conservative",
                    "mnis_id": 4074,
                    "twfy_id": "24824",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment expected for services on 01 September 2022 - \u00a35,000.00"
                },
                {
                    "id": 6350,
                    "parent_interest_id": 4833.0,
                    "member": "Mark Garnier",
                    "party": "conservative",
                    "mnis_id": 4074,
                    "twfy_id": "24824",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 24 May 2024 - \u00a315,000.00"
                },
                {
                    "id": 4836,
                    "parent_interest_id": "",
                    "member": "Mark Garnier",
                    "party": "conservative",
                    "mnis_id": 4074,
                    "twfy_id": "24824",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Independent Non-executive Director - Super Sharp Space Systems"
                },
                {
                    "id": 4837,
                    "parent_interest_id": 4836.0,
                    "member": "Mark Garnier",
                    "party": "conservative",
                    "mnis_id": 4074,
                    "twfy_id": "24824",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement starting 01 September 2023 - \u00a38,000.00"
                },
                {
                    "id": 7907,
                    "parent_interest_id": 4836.0,
                    "member": "Mark Garnier",
                    "party": "conservative",
                    "mnis_id": 4074,
                    "twfy_id": "24824",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement starting 18 July 2024 - \u00a3500.00"
                },
                {
                    "id": 12540,
                    "parent_interest_id": 4836.0,
                    "member": "Mark Garnier",
                    "party": "conservative",
                    "mnis_id": 4074,
                    "twfy_id": "24824",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 02 June 2025 - \u00a32,000.00"
                },
                {
                    "id": 14500,
                    "parent_interest_id": 4836.0,
                    "member": "Mark Garnier",
                    "party": "conservative",
                    "mnis_id": 4074,
                    "twfy_id": "24824",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 03 February 2026 - \u00a32,000.00"
                },
                {
                    "id": 4849,
                    "parent_interest_id": "",
                    "member": "Sir John Hayes",
                    "party": "conservative",
                    "mnis_id": 350,
                    "twfy_id": "10265",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Strategic Adviser - BB Energy Trading Ltd"
                },
                {
                    "id": 4850,
                    "parent_interest_id": 4849.0,
                    "member": "Sir John Hayes",
                    "party": "conservative",
                    "mnis_id": 350,
                    "twfy_id": "10265",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement starting 01 September 2018 - \u00a350,000.00"
                },
                {
                    "id": 4853,
                    "parent_interest_id": "",
                    "member": "Sir John Hayes",
                    "party": "conservative",
                    "mnis_id": 350,
                    "twfy_id": "10265",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Columnist - Reach Plc (Reach Shared Services Ltd)"
                },
                {
                    "id": 11891,
                    "parent_interest_id": 4853.0,
                    "member": "Sir John Hayes",
                    "party": "conservative",
                    "mnis_id": 350,
                    "twfy_id": "10265",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment expected for services on 12 January 2025 - \u00a3250.00"
                },
                {
                    "id": 11892,
                    "parent_interest_id": 4853.0,
                    "member": "Sir John Hayes",
                    "party": "conservative",
                    "mnis_id": 350,
                    "twfy_id": "10265",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment expected for services on 23 February 2025 - \u00a3250.00"
                },
                {
                    "id": 4855,
                    "parent_interest_id": "",
                    "member": "Sir John Hayes",
                    "party": "conservative",
                    "mnis_id": 350,
                    "twfy_id": "10265",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Part-time professor in Political Studies - University of Greater Manchester"
                },
                {
                    "id": 4856,
                    "parent_interest_id": 4855.0,
                    "member": "Sir John Hayes",
                    "party": "conservative",
                    "mnis_id": 350,
                    "twfy_id": "10265",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement starting 01 April 2020 - \u00a341,713.60"
                },
                {
                    "id": 4865,
                    "parent_interest_id": "",
                    "member": "Dr Caroline Johnson",
                    "party": "conservative",
                    "mnis_id": 4592,
                    "twfy_id": "25597",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Consultant paediatrician - North West Anglia NHS Foundation Trust"
                },
                {
                    "id": 4866,
                    "parent_interest_id": 4865.0,
                    "member": "Dr Caroline Johnson",
                    "party": "conservative",
                    "mnis_id": 4592,
                    "twfy_id": "25597",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement starting 25 September 2023 - \u00a326,211.60"
                },
                {
                    "id": 4893,
                    "parent_interest_id": "",
                    "member": "Carla Lockhart",
                    "party": "dup",
                    "mnis_id": 4857,
                    "twfy_id": "25562",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Farming and administrative duties"
                },
                {
                    "id": 4896,
                    "parent_interest_id": 4893.0,
                    "member": "Carla Lockhart",
                    "party": "dup",
                    "mnis_id": 4857,
                    "twfy_id": "25562",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement - \u00a32,500.00"
                },
                {
                    "id": 4923,
                    "parent_interest_id": "",
                    "member": "Layla Moran",
                    "party": "liberal-democrat",
                    "mnis_id": 4656,
                    "twfy_id": "25689",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Non-executive Director - CSA Catapult Innovation Centre"
                },
                {
                    "id": 4924,
                    "parent_interest_id": 4923.0,
                    "member": "Layla Moran",
                    "party": "liberal-democrat",
                    "mnis_id": 4656,
                    "twfy_id": "25689",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement starting 30 June 2023 - \u00a318,078.00"
                },
                {
                    "id": 4932,
                    "parent_interest_id": "",
                    "member": "Jesse Norman",
                    "party": "conservative",
                    "mnis_id": 3991,
                    "twfy_id": "24827",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Academic Work - Liberty Fund Inc"
                },
                {
                    "id": 11984,
                    "parent_interest_id": 4932.0,
                    "member": "Jesse Norman",
                    "party": "conservative",
                    "mnis_id": 3991,
                    "twfy_id": "24827",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 27 February 2025 - \u00a33,093.72"
                },
                {
                    "id": 12358,
                    "parent_interest_id": 4932.0,
                    "member": "Jesse Norman",
                    "party": "conservative",
                    "mnis_id": 3991,
                    "twfy_id": "24827",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 30 April 2025 - \u00a3673.00"
                },
                {
                    "id": 13617,
                    "parent_interest_id": 4932.0,
                    "member": "Jesse Norman",
                    "party": "conservative",
                    "mnis_id": 3991,
                    "twfy_id": "24827",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 30 September 2025 - \u00a3675.49"
                },
                {
                    "id": 4935,
                    "parent_interest_id": "",
                    "member": "Sir Keir Starmer",
                    "party": "labour",
                    "mnis_id": 4514,
                    "twfy_id": "25353",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Copyright payments for books written before my election to Parliament - Authors\u2019 Licensing and Collecting Society"
                },
                {
                    "id": 12121,
                    "parent_interest_id": 4935.0,
                    "member": "Sir Keir Starmer",
                    "party": "labour",
                    "mnis_id": 4514,
                    "twfy_id": "25353",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 26 March 2025 - \u00a3636.81"
                },
                {
                    "id": 13479,
                    "parent_interest_id": 4935.0,
                    "member": "Sir Keir Starmer",
                    "party": "labour",
                    "mnis_id": 4514,
                    "twfy_id": "25353",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 24 September 2025 - \u00a3290.34"
                },
                {
                    "id": 4940,
                    "parent_interest_id": "",
                    "member": "Sir Keir Starmer",
                    "party": "labour",
                    "mnis_id": 4514,
                    "twfy_id": "25353",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Legal services provided before my election to Parliament"
                },
                {
                    "id": 4959,
                    "parent_interest_id": "",
                    "member": "Mark Pritchard",
                    "party": "conservative",
                    "mnis_id": 1576,
                    "twfy_id": "11946",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Director - MAP Advisory Ltd"
                },
                {
                    "id": 5017,
                    "parent_interest_id": "",
                    "member": "Sir Gavin Williamson",
                    "party": "conservative",
                    "mnis_id": 4108,
                    "twfy_id": "24729",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Adviser"
                },
                {
                    "id": 5018,
                    "parent_interest_id": 5017.0,
                    "member": "Sir Gavin Williamson",
                    "party": "conservative",
                    "mnis_id": 4108,
                    "twfy_id": "24729",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement starting 21 February 2023 - \u00a360,000.00"
                },
                {
                    "id": 5019,
                    "parent_interest_id": "",
                    "member": "Pete Wishart",
                    "party": "scottish-national-party",
                    "mnis_id": 1440,
                    "twfy_id": "11333",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "EMI - Royalty payments - EMI"
                },
                {
                    "id": 12472,
                    "parent_interest_id": 5019.0,
                    "member": "Pete Wishart",
                    "party": "scottish-national-party",
                    "mnis_id": 1440,
                    "twfy_id": "11333",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 05 May 2025 - \u00a32,150.07"
                },
                {
                    "id": 5020,
                    "parent_interest_id": "",
                    "member": "Pete Wishart",
                    "party": "scottish-national-party",
                    "mnis_id": 1440,
                    "twfy_id": "11333",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Ridge Records - Royalty payments - Ridge Records Limited"
                },
                {
                    "id": 5051,
                    "parent_interest_id": "",
                    "member": "Ashley Dalton",
                    "party": "labour",
                    "mnis_id": 4981,
                    "twfy_id": "26123",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Residential in Southend on Sea"
                },
                {
                    "id": 5096,
                    "parent_interest_id": "",
                    "member": "Munira Wilson",
                    "party": "liberal-democrat",
                    "mnis_id": 4776,
                    "twfy_id": "25820",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Mike Wheatley - \u00a31,800.00"
                },
                {
                    "id": 5142,
                    "parent_interest_id": "",
                    "member": "Sir Geoffrey Cox",
                    "party": "conservative",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Legal Services - Director of Public Prosecutions Mauritius"
                },
                {
                    "id": 12222,
                    "parent_interest_id": 5142.0,
                    "member": "Sir Geoffrey Cox",
                    "party": "conservative",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 17 March 2025 - \u00a312,203.00"
                },
                {
                    "id": 5173,
                    "parent_interest_id": "",
                    "member": "Sir Jeremy Wright",
                    "party": "conservative",
                    "mnis_id": 1560,
                    "twfy_id": "11791",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of Common Sense Media UK"
                },
                {
                    "id": 5282,
                    "parent_interest_id": "",
                    "member": "Sir Geoffrey Cox",
                    "party": "conservative",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Practice at the Bar of England and Wales - Thomas More Chambers"
                },
                {
                    "id": 5312,
                    "parent_interest_id": "",
                    "member": "Mr Clive Betts",
                    "party": "labour",
                    "mnis_id": 394,
                    "twfy_id": "10045",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Chair of the Attercliffe Area Board. This is an unpaid role."
                },
                {
                    "id": 5320,
                    "parent_interest_id": "",
                    "member": "Chris Evans",
                    "party": "labourco-operative",
                    "mnis_id": 4040,
                    "twfy_id": "24721",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Royalties for a book - David Luxton"
                },
                {
                    "id": 5336,
                    "parent_interest_id": "",
                    "member": "Ms Stella Creasy",
                    "party": "labourco-operative",
                    "mnis_id": 4088,
                    "twfy_id": "24949",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Writing articles - Guardian news and media"
                },
                {
                    "id": 14337,
                    "parent_interest_id": 5336.0,
                    "member": "Ms Stella Creasy",
                    "party": "labourco-operative",
                    "mnis_id": 4088,
                    "twfy_id": "24949",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 27 November 2025 - \u00a3150.00"
                },
                {
                    "id": 14445,
                    "parent_interest_id": 5336.0,
                    "member": "Ms Stella Creasy",
                    "party": "labourco-operative",
                    "mnis_id": 4088,
                    "twfy_id": "24949",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 06 March 2025 - \u00a3296.68"
                },
                {
                    "id": 14460,
                    "parent_interest_id": 5336.0,
                    "member": "Ms Stella Creasy",
                    "party": "labourco-operative",
                    "mnis_id": 4088,
                    "twfy_id": "24949",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 29 January 2026 - \u00a3347.00"
                },
                {
                    "id": 5356,
                    "parent_interest_id": "",
                    "member": "Grahame Morris",
                    "party": "labour",
                    "mnis_id": 3973,
                    "twfy_id": "24715",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "National Union of Journalists (NUJ) - \u00a318,672.00"
                },
                {
                    "id": 5364,
                    "parent_interest_id": "",
                    "member": "Tim Farron",
                    "party": "liberal-democrat",
                    "mnis_id": 1591,
                    "twfy_id": "11923",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Faith in Public Ltd - \u00a330,744.51"
                },
                {
                    "id": 5420,
                    "parent_interest_id": "",
                    "member": "Alicia Kearns",
                    "party": "conservative",
                    "mnis_id": 4805,
                    "twfy_id": "25906",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director of the China Research Group, a company limited by guarantee which works to inform MPs on the long term challenges arising from the rise of China. This is an unpaid role with no financial benefits."
                },
                {
                    "id": 5435,
                    "parent_interest_id": "",
                    "member": "Wendy Morton",
                    "party": "conservative",
                    "mnis_id": 4358,
                    "twfy_id": "25342",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of the British-American Parliamentary Group."
                },
                {
                    "id": 5492,
                    "parent_interest_id": "",
                    "member": "Suella Braverman",
                    "party": "reform",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Walbrook Club - \u00a31,440.00"
                },
                {
                    "id": 5523,
                    "parent_interest_id": "",
                    "member": "Dame Meg Hillier",
                    "party": "labourco-operative",
                    "mnis_id": 1524,
                    "twfy_id": "11605",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of the London Regional Board of the Labour Party."
                },
                {
                    "id": 5598,
                    "parent_interest_id": "",
                    "member": "Robert Jenrick",
                    "party": "reform",
                    "mnis_id": 4320,
                    "twfy_id": "25227",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of Newark Town Board. This is an unpaid role."
                },
                {
                    "id": 5635,
                    "parent_interest_id": "",
                    "member": "George Freeman",
                    "party": "conservative",
                    "mnis_id": 4020,
                    "twfy_id": "24817",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Strategic Adviser at The Centre for MC, a not for profit industry membership organisation focused on clinical research and development of cannabinoid pharmaceuticals and healthcare products. I consulted ACOBA about this role; it is currently unpaid."
                },
                {
                    "id": 5636,
                    "parent_interest_id": "",
                    "member": "George Freeman",
                    "party": "conservative",
                    "mnis_id": 4020,
                    "twfy_id": "24817",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of Science Superpower Steering Group at UK Onward, an independent, not-for-profit Think Tank. I consulted ACOBA about this unpaid role."
                },
                {
                    "id": 5637,
                    "parent_interest_id": "",
                    "member": "George Freeman",
                    "party": "conservative",
                    "mnis_id": 4020,
                    "twfy_id": "24817",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Voluntary Advisory Council Member of the Centre for Long Term Resilience. I consulted ACOBA about this unpaid role."
                },
                {
                    "id": 5638,
                    "parent_interest_id": "",
                    "member": "George Freeman",
                    "party": "conservative",
                    "mnis_id": 4020,
                    "twfy_id": "24817",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Speaker - Chartwell Speakers"
                },
                {
                    "id": 5654,
                    "parent_interest_id": "",
                    "member": "Dame Meg Hillier",
                    "party": "labourco-operative",
                    "mnis_id": 1524,
                    "twfy_id": "11605",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of the PCPF Pension scheme, which oversees the pension fund for members and former members of the UK House of Commons. This is an unpaid role."
                },
                {
                    "id": 5656,
                    "parent_interest_id": "",
                    "member": "Dame Meg Hillier",
                    "party": "labourco-operative",
                    "mnis_id": 1524,
                    "twfy_id": "11605",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of the Advisory Board of Reform, a cross party think tank. This is an unpaid role."
                },
                {
                    "id": 5687,
                    "parent_interest_id": "",
                    "member": "Matt Vickers",
                    "party": "conservative",
                    "mnis_id": 4844,
                    "twfy_id": "25853",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of Friends of Fairfield Play Park, a registered charity that is seeking to establish a play park in the Fairfield Community for the benefit of residents and their children. This is an unpaid role."
                },
                {
                    "id": 5696,
                    "parent_interest_id": "",
                    "member": "Dame Meg Hillier",
                    "party": "labourco-operative",
                    "mnis_id": 1524,
                    "twfy_id": "11605",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of the Steering Group of the Institute for Government Academy. This is an unpaid role."
                },
                {
                    "id": 5727,
                    "parent_interest_id": "",
                    "member": "Sir Geoffrey Cox",
                    "party": "conservative",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Legal services - Bortoft Bell Solicitors"
                },
                {
                    "id": 5729,
                    "parent_interest_id": "",
                    "member": "Sir Geoffrey Cox",
                    "party": "conservative",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Legal services - CGS Solicitors"
                },
                {
                    "id": 5741,
                    "parent_interest_id": "",
                    "member": "Jerome Mayhew",
                    "party": "conservative",
                    "mnis_id": 4739,
                    "twfy_id": "25904",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Co Cork"
                },
                {
                    "id": 5774,
                    "parent_interest_id": "",
                    "member": "Dr Rosena Allin-Khan",
                    "party": "labour",
                    "mnis_id": 4573,
                    "twfy_id": "25579",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Appearances on ITV programmes - ITV PLC"
                },
                {
                    "id": 11969,
                    "parent_interest_id": 5774.0,
                    "member": "Dr Rosena Allin-Khan",
                    "party": "labour",
                    "mnis_id": 4573,
                    "twfy_id": "25579",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 07 March 2025 - \u00a3300.00"
                },
                {
                    "id": 12818,
                    "parent_interest_id": 5774.0,
                    "member": "Dr Rosena Allin-Khan",
                    "party": "labour",
                    "mnis_id": 4573,
                    "twfy_id": "25579",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 10 June 2025 - \u00a3300.00"
                },
                {
                    "id": 5842,
                    "parent_interest_id": "",
                    "member": "Nick Thomas-Symonds",
                    "party": "labour",
                    "mnis_id": 4479,
                    "twfy_id": "25279",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of the Neighbourhood Board for Cwmbran in my capacity as the local MP. This is an unpaid role."
                },
                {
                    "id": 5853,
                    "parent_interest_id": "",
                    "member": "Chris Webb",
                    "party": "labour",
                    "mnis_id": 5025,
                    "twfy_id": "26305",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of CWUHA, a children's humanitarian charity. This is an unpaid role."
                },
                {
                    "id": 5890,
                    "parent_interest_id": "",
                    "member": "Chris Webb",
                    "party": "labour",
                    "mnis_id": 5025,
                    "twfy_id": "26305",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of the Blackpool Towns Board. This is an unpaid role."
                },
                {
                    "id": 5932,
                    "parent_interest_id": "",
                    "member": "Jeremy Corbyn",
                    "party": "independent",
                    "mnis_id": 185,
                    "twfy_id": "10133",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "I am a bank signatory for Community Unity Limited. This is an unpaid role."
                },
                {
                    "id": 5958,
                    "parent_interest_id": "",
                    "member": "Tonia Antoniazzi",
                    "party": "labour",
                    "mnis_id": 4623,
                    "twfy_id": "25634",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director of the board of Scarlets Regional Ltd. This is an unpaid role."
                },
                {
                    "id": 5984,
                    "parent_interest_id": "",
                    "member": "Jessica Toale",
                    "party": "labour",
                    "mnis_id": 5202,
                    "twfy_id": "26567",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in London"
                },
                {
                    "id": 5985,
                    "parent_interest_id": "",
                    "member": "Lincoln Jopp",
                    "party": "conservative",
                    "mnis_id": 5332,
                    "twfy_id": "26573",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in London"
                },
                {
                    "id": 5986,
                    "parent_interest_id": "",
                    "member": "Jessica Toale",
                    "party": "labour",
                    "mnis_id": 5202,
                    "twfy_id": "26567",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in London"
                },
                {
                    "id": 5988,
                    "parent_interest_id": "",
                    "member": "Tony Vaughan",
                    "party": "labour",
                    "mnis_id": 5067,
                    "twfy_id": "26346",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Barrister - Doughty Street Chambers"
                },
                {
                    "id": 11775,
                    "parent_interest_id": 5988.0,
                    "member": "Tony Vaughan",
                    "party": "labour",
                    "mnis_id": 5067,
                    "twfy_id": "26346",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 10 January 2025 - \u00a34,899.02"
                },
                {
                    "id": 11776,
                    "parent_interest_id": 5988.0,
                    "member": "Tony Vaughan",
                    "party": "labour",
                    "mnis_id": 5067,
                    "twfy_id": "26346",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 23 January 2025 - \u00a32,563.60"
                },
                {
                    "id": 11777,
                    "parent_interest_id": 5988.0,
                    "member": "Tony Vaughan",
                    "party": "labour",
                    "mnis_id": 5067,
                    "twfy_id": "26346",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 06 February 2025 - \u00a37,992.78"
                },
                {
                    "id": 12449,
                    "parent_interest_id": 5988.0,
                    "member": "Tony Vaughan",
                    "party": "labour",
                    "mnis_id": 5067,
                    "twfy_id": "26346",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 23 April 2025 - \u00a34,017.14"
                },
                {
                    "id": 12450,
                    "parent_interest_id": 5988.0,
                    "member": "Tony Vaughan",
                    "party": "labour",
                    "mnis_id": 5067,
                    "twfy_id": "26346",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 24 April 2025 - \u00a3224.51"
                },
                {
                    "id": 12451,
                    "parent_interest_id": 5988.0,
                    "member": "Tony Vaughan",
                    "party": "labour",
                    "mnis_id": 5067,
                    "twfy_id": "26346",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 25 April 2025 - \u00a32,457.58"
                },
                {
                    "id": 12452,
                    "parent_interest_id": 5988.0,
                    "member": "Tony Vaughan",
                    "party": "labour",
                    "mnis_id": 5067,
                    "twfy_id": "26346",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 07 May 2025 - \u00a3868.71"
                },
                {
                    "id": 12453,
                    "parent_interest_id": 5988.0,
                    "member": "Tony Vaughan",
                    "party": "labour",
                    "mnis_id": 5067,
                    "twfy_id": "26346",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 09 May 2025 - \u00a3202.20"
                },
                {
                    "id": 12570,
                    "parent_interest_id": 5988.0,
                    "member": "Tony Vaughan",
                    "party": "labour",
                    "mnis_id": 5067,
                    "twfy_id": "26346",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 29 May 2025 - \u00a33,271.17"
                },
                {
                    "id": 12684,
                    "parent_interest_id": 5988.0,
                    "member": "Tony Vaughan",
                    "party": "labour",
                    "mnis_id": 5067,
                    "twfy_id": "26346",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 12 June 2025 - \u00a311,925.00"
                },
                {
                    "id": 12906,
                    "parent_interest_id": 5988.0,
                    "member": "Tony Vaughan",
                    "party": "labour",
                    "mnis_id": 5067,
                    "twfy_id": "26346",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 27 June 2025 - \u00a31,131.00"
                },
                {
                    "id": 13116,
                    "parent_interest_id": 5988.0,
                    "member": "Tony Vaughan",
                    "party": "labour",
                    "mnis_id": 5067,
                    "twfy_id": "26346",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 21 July 2025 - \u00a3381.60"
                },
                {
                    "id": 13117,
                    "parent_interest_id": 5988.0,
                    "member": "Tony Vaughan",
                    "party": "labour",
                    "mnis_id": 5067,
                    "twfy_id": "26346",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 04 August 2025 - \u00a31,869.84"
                },
                {
                    "id": 13118,
                    "parent_interest_id": 5988.0,
                    "member": "Tony Vaughan",
                    "party": "labour",
                    "mnis_id": 5067,
                    "twfy_id": "26346",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 05 August 2025 - \u00a3152.64"
                },
                {
                    "id": 13293,
                    "parent_interest_id": 5988.0,
                    "member": "Tony Vaughan",
                    "party": "labour",
                    "mnis_id": 5067,
                    "twfy_id": "26346",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 22 August 2025 - \u00a31,431.00"
                },
                {
                    "id": 13548,
                    "parent_interest_id": 5988.0,
                    "member": "Tony Vaughan",
                    "party": "labour",
                    "mnis_id": 5067,
                    "twfy_id": "26346",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 26 September 2025 - \u00a337.49"
                },
                {
                    "id": 13889,
                    "parent_interest_id": 5988.0,
                    "member": "Tony Vaughan",
                    "party": "labour",
                    "mnis_id": 5067,
                    "twfy_id": "26346",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 04 November 2025 - \u00a39,378.39"
                },
                {
                    "id": 14206,
                    "parent_interest_id": 5988.0,
                    "member": "Tony Vaughan",
                    "party": "labour",
                    "mnis_id": 5067,
                    "twfy_id": "26346",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 17 December 2025 - \u00a32,462.56"
                },
                {
                    "id": 14456,
                    "parent_interest_id": 5988.0,
                    "member": "Tony Vaughan",
                    "party": "labour",
                    "mnis_id": 5067,
                    "twfy_id": "26346",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 07 January 2026 - \u00a31,131.00"
                },
                {
                    "id": 5989,
                    "parent_interest_id": "",
                    "member": "Tony Vaughan",
                    "party": "labour",
                    "mnis_id": 5067,
                    "twfy_id": "26346",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Barrister - Legal Aid Agency"
                },
                {
                    "id": 6010,
                    "parent_interest_id": "",
                    "member": "Juliet Campbell",
                    "party": "labour",
                    "mnis_id": 5058,
                    "twfy_id": "26337",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of MammaKind - Baby Bank supporting families in south-east London. This is an unpaid role."
                },
                {
                    "id": 6011,
                    "parent_interest_id": "",
                    "member": "Chris McDonald",
                    "party": "labour",
                    "mnis_id": 5116,
                    "twfy_id": "26367",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of the Redhills CIO  Charity based in Durham. This is an unpaid role."
                },
                {
                    "id": 6013,
                    "parent_interest_id": "",
                    "member": "James Naish",
                    "party": "labour",
                    "mnis_id": 5047,
                    "twfy_id": "26329",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in London"
                },
                {
                    "id": 6014,
                    "parent_interest_id": "",
                    "member": "Matt Bishop",
                    "party": "labour",
                    "mnis_id": 5323,
                    "twfy_id": "26574",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of Earlybirds Playgroup. This is an unpaid role."
                },
                {
                    "id": 6017,
                    "parent_interest_id": "",
                    "member": "Chris Vince",
                    "party": "labourco-operative",
                    "mnis_id": 5237,
                    "twfy_id": "26350",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of Razed Roof an Inclusive theatre company. This is an unpaid role."
                },
                {
                    "id": 6018,
                    "parent_interest_id": "",
                    "member": "Chris Vince",
                    "party": "labourco-operative",
                    "mnis_id": 5237,
                    "twfy_id": "26350",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of NEC of the Cooperative Party. This is an unpaid role."
                },
                {
                    "id": 6031,
                    "parent_interest_id": "",
                    "member": "Dr Neil Shastri-Hurst",
                    "party": "conservative",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Barrister - No5 Chambers"
                },
                {
                    "id": 11717,
                    "parent_interest_id": 6031.0,
                    "member": "Dr Neil Shastri-Hurst",
                    "party": "conservative",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 28 January 2025 - \u00a3700.00"
                },
                {
                    "id": 11828,
                    "parent_interest_id": 6031.0,
                    "member": "Dr Neil Shastri-Hurst",
                    "party": "conservative",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 18 February 2025 - \u00a3500.00"
                },
                {
                    "id": 11927,
                    "parent_interest_id": 6031.0,
                    "member": "Dr Neil Shastri-Hurst",
                    "party": "conservative",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 04 March 2025 - \u00a3875.00"
                },
                {
                    "id": 11928,
                    "parent_interest_id": 6031.0,
                    "member": "Dr Neil Shastri-Hurst",
                    "party": "conservative",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 04 March 2025 - \u00a3750.00"
                },
                {
                    "id": 11929,
                    "parent_interest_id": 6031.0,
                    "member": "Dr Neil Shastri-Hurst",
                    "party": "conservative",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 04 March 2025 - \u00a3150.00"
                },
                {
                    "id": 11954,
                    "parent_interest_id": 6031.0,
                    "member": "Dr Neil Shastri-Hurst",
                    "party": "conservative",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 06 March 2025 - \u00a31,000.00"
                },
                {
                    "id": 11974,
                    "parent_interest_id": 6031.0,
                    "member": "Dr Neil Shastri-Hurst",
                    "party": "conservative",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 07 March 2025 - \u00a3500.00"
                },
                {
                    "id": 12077,
                    "parent_interest_id": 6031.0,
                    "member": "Dr Neil Shastri-Hurst",
                    "party": "conservative",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 25 March 2025 - \u00a32,750.00"
                },
                {
                    "id": 12078,
                    "parent_interest_id": 6031.0,
                    "member": "Dr Neil Shastri-Hurst",
                    "party": "conservative",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 25 March 2025 - \u00a31,600.00"
                },
                {
                    "id": 12079,
                    "parent_interest_id": 6031.0,
                    "member": "Dr Neil Shastri-Hurst",
                    "party": "conservative",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 25 March 2025 - \u00a3900.00"
                },
                {
                    "id": 12095,
                    "parent_interest_id": 6031.0,
                    "member": "Dr Neil Shastri-Hurst",
                    "party": "conservative",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 27 March 2025 - \u00a31,566.67"
                },
                {
                    "id": 12257,
                    "parent_interest_id": 6031.0,
                    "member": "Dr Neil Shastri-Hurst",
                    "party": "conservative",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 22 April 2025 - \u00a36,000.00"
                },
                {
                    "id": 12290,
                    "parent_interest_id": 6031.0,
                    "member": "Dr Neil Shastri-Hurst",
                    "party": "conservative",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 25 April 2025 - \u00a34,173.75"
                },
                {
                    "id": 12338,
                    "parent_interest_id": 6031.0,
                    "member": "Dr Neil Shastri-Hurst",
                    "party": "conservative",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 30 April 2025 - \u00a32,000.00"
                },
                {
                    "id": 12339,
                    "parent_interest_id": 6031.0,
                    "member": "Dr Neil Shastri-Hurst",
                    "party": "conservative",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 01 May 2025 - \u00a3160.00"
                },
                {
                    "id": 12489,
                    "parent_interest_id": 6031.0,
                    "member": "Dr Neil Shastri-Hurst",
                    "party": "conservative",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 22 May 2025 - \u00a3600.00"
                },
                {
                    "id": 12590,
                    "parent_interest_id": 6031.0,
                    "member": "Dr Neil Shastri-Hurst",
                    "party": "conservative",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 05 June 2025 - \u00a31,200.00"
                },
                {
                    "id": 12678,
                    "parent_interest_id": 6031.0,
                    "member": "Dr Neil Shastri-Hurst",
                    "party": "conservative",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 18 June 2025 - \u00a3272.48"
                },
                {
                    "id": 12706,
                    "parent_interest_id": 6031.0,
                    "member": "Dr Neil Shastri-Hurst",
                    "party": "conservative",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 25 June 2025 - \u00a33,056.23"
                },
                {
                    "id": 12934,
                    "parent_interest_id": 6031.0,
                    "member": "Dr Neil Shastri-Hurst",
                    "party": "conservative",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 18 July 2025 - \u00a31,500.00"
                },
                {
                    "id": 12993,
                    "parent_interest_id": 6031.0,
                    "member": "Dr Neil Shastri-Hurst",
                    "party": "conservative",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 25 July 2025 - \u00a33,762.50"
                },
                {
                    "id": 13013,
                    "parent_interest_id": 6031.0,
                    "member": "Dr Neil Shastri-Hurst",
                    "party": "conservative",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 28 July 2025 - \u00a31,603.33"
                },
                {
                    "id": 13028,
                    "parent_interest_id": 6031.0,
                    "member": "Dr Neil Shastri-Hurst",
                    "party": "conservative",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 30 July 2025 - \u00a3212.27"
                },
                {
                    "id": 13130,
                    "parent_interest_id": 6031.0,
                    "member": "Dr Neil Shastri-Hurst",
                    "party": "conservative",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 15 August 2025 - \u00a3300.00"
                },
                {
                    "id": 13273,
                    "parent_interest_id": 6031.0,
                    "member": "Dr Neil Shastri-Hurst",
                    "party": "conservative",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 11 September 2025 - \u00a3150.00"
                },
                {
                    "id": 13400,
                    "parent_interest_id": 6031.0,
                    "member": "Dr Neil Shastri-Hurst",
                    "party": "conservative",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 30 September 2025 - \u00a33,750.00"
                },
                {
                    "id": 13485,
                    "parent_interest_id": 6031.0,
                    "member": "Dr Neil Shastri-Hurst",
                    "party": "conservative",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 10 October 2025 - \u00a38,220.00"
                },
                {
                    "id": 13522,
                    "parent_interest_id": 6031.0,
                    "member": "Dr Neil Shastri-Hurst",
                    "party": "conservative",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 14 October 2025 - \u00a3630.00"
                },
                {
                    "id": 14291,
                    "parent_interest_id": 6031.0,
                    "member": "Dr Neil Shastri-Hurst",
                    "party": "conservative",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 08 January 2026 - \u00a3700.00"
                },
                {
                    "id": 6036,
                    "parent_interest_id": "",
                    "member": "Dr Al Pinkerton",
                    "party": "liberal-democrat",
                    "mnis_id": 5288,
                    "twfy_id": "26593",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Visiting Professor in Geopolitics - Royal Holloway University"
                },
                {
                    "id": 13011,
                    "parent_interest_id": 6036.0,
                    "member": "Dr Al Pinkerton",
                    "party": "liberal-democrat",
                    "mnis_id": 5288,
                    "twfy_id": "26593",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 27 June 2025 - \u00a34,106.21"
                },
                {
                    "id": 6039,
                    "parent_interest_id": "",
                    "member": "Dr Neil Shastri-Hurst",
                    "party": "conservative",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of the Veterans Advisory and Pensions Committee (West Midlands). This is an unpaid role."
                },
                {
                    "id": 6052,
                    "parent_interest_id": "",
                    "member": "Ayoub Khan",
                    "party": "independent",
                    "mnis_id": 5357,
                    "twfy_id": "26631",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Director & Employee, Barrister - Chambers of Ayoub Khan Ltd"
                },
                {
                    "id": 6053,
                    "parent_interest_id": "",
                    "member": "Ayoub Khan",
                    "party": "independent",
                    "mnis_id": 5357,
                    "twfy_id": "26631",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Councillor - Birmingham City Council"
                },
                {
                    "id": 13694,
                    "parent_interest_id": 6053.0,
                    "member": "Ayoub Khan",
                    "party": "independent",
                    "mnis_id": 5357,
                    "twfy_id": "26631",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 26 July 2024 - \u00a31,573.00"
                },
                {
                    "id": 13695,
                    "parent_interest_id": 6053.0,
                    "member": "Ayoub Khan",
                    "party": "independent",
                    "mnis_id": 5357,
                    "twfy_id": "26631",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 28 August 2024 - \u00a31,573.00"
                },
                {
                    "id": 13696,
                    "parent_interest_id": 6053.0,
                    "member": "Ayoub Khan",
                    "party": "independent",
                    "mnis_id": 5357,
                    "twfy_id": "26631",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 27 September 2024 - \u00a31,573.00"
                },
                {
                    "id": 13697,
                    "parent_interest_id": 6053.0,
                    "member": "Ayoub Khan",
                    "party": "independent",
                    "mnis_id": 5357,
                    "twfy_id": "26631",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 28 October 2024 - \u00a31,573.00"
                },
                {
                    "id": 13698,
                    "parent_interest_id": 6053.0,
                    "member": "Ayoub Khan",
                    "party": "independent",
                    "mnis_id": 5357,
                    "twfy_id": "26631",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 28 November 2024 - \u00a31,573.00"
                },
                {
                    "id": 13699,
                    "parent_interest_id": 6053.0,
                    "member": "Ayoub Khan",
                    "party": "independent",
                    "mnis_id": 5357,
                    "twfy_id": "26631",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 27 December 2024 - \u00a31,573.00"
                },
                {
                    "id": 13700,
                    "parent_interest_id": 6053.0,
                    "member": "Ayoub Khan",
                    "party": "independent",
                    "mnis_id": 5357,
                    "twfy_id": "26631",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 28 January 2025 - \u00a31,573.00"
                },
                {
                    "id": 13701,
                    "parent_interest_id": 6053.0,
                    "member": "Ayoub Khan",
                    "party": "independent",
                    "mnis_id": 5357,
                    "twfy_id": "26631",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 28 February 2024 - \u00a31,573.00"
                },
                {
                    "id": 13702,
                    "parent_interest_id": 6053.0,
                    "member": "Ayoub Khan",
                    "party": "independent",
                    "mnis_id": 5357,
                    "twfy_id": "26631",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 28 March 2025 - \u00a31,573.00"
                },
                {
                    "id": 13703,
                    "parent_interest_id": 6053.0,
                    "member": "Ayoub Khan",
                    "party": "independent",
                    "mnis_id": 5357,
                    "twfy_id": "26631",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 28 April 2025 - \u00a31,573.00"
                },
                {
                    "id": 13704,
                    "parent_interest_id": 6053.0,
                    "member": "Ayoub Khan",
                    "party": "independent",
                    "mnis_id": 5357,
                    "twfy_id": "26631",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 28 May 2025 - \u00a31,573.00"
                },
                {
                    "id": 13705,
                    "parent_interest_id": 6053.0,
                    "member": "Ayoub Khan",
                    "party": "independent",
                    "mnis_id": 5357,
                    "twfy_id": "26631",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 27 June 2025 - \u00a31,573.00"
                },
                {
                    "id": 13706,
                    "parent_interest_id": 6053.0,
                    "member": "Ayoub Khan",
                    "party": "independent",
                    "mnis_id": 5357,
                    "twfy_id": "26631",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 28 July 2025 - \u00a31,573.00"
                },
                {
                    "id": 13707,
                    "parent_interest_id": 6053.0,
                    "member": "Ayoub Khan",
                    "party": "independent",
                    "mnis_id": 5357,
                    "twfy_id": "26631",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 28 August 2025 - \u00a31,573.00"
                },
                {
                    "id": 13708,
                    "parent_interest_id": 6053.0,
                    "member": "Ayoub Khan",
                    "party": "independent",
                    "mnis_id": 5357,
                    "twfy_id": "26631",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 26 September 2025 - \u00a31,573.00"
                },
                {
                    "id": 13709,
                    "parent_interest_id": 6053.0,
                    "member": "Ayoub Khan",
                    "party": "independent",
                    "mnis_id": 5357,
                    "twfy_id": "26631",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 28 October 2025 - \u00a31,573.00"
                },
                {
                    "id": 13994,
                    "parent_interest_id": 6053.0,
                    "member": "Ayoub Khan",
                    "party": "independent",
                    "mnis_id": 5357,
                    "twfy_id": "26631",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 28 November 2025 - \u00a31,573.00"
                },
                {
                    "id": 14252,
                    "parent_interest_id": 6053.0,
                    "member": "Ayoub Khan",
                    "party": "independent",
                    "mnis_id": 5357,
                    "twfy_id": "26631",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 26 December 2025 - \u00a31,573.00"
                },
                {
                    "id": 14432,
                    "parent_interest_id": 6053.0,
                    "member": "Ayoub Khan",
                    "party": "independent",
                    "mnis_id": 5357,
                    "twfy_id": "26631",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 28 January 2026 - \u00a31,573.00"
                },
                {
                    "id": 6056,
                    "parent_interest_id": "",
                    "member": "Ayoub Khan",
                    "party": "independent",
                    "mnis_id": 5357,
                    "twfy_id": "26631",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Birmingham"
                },
                {
                    "id": 6057,
                    "parent_interest_id": "",
                    "member": "Ayoub Khan",
                    "party": "independent",
                    "mnis_id": 5357,
                    "twfy_id": "26631",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Birmingham"
                },
                {
                    "id": 6058,
                    "parent_interest_id": "",
                    "member": "Ayoub Khan",
                    "party": "independent",
                    "mnis_id": 5357,
                    "twfy_id": "26631",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Chambers of Ayoub Khan Limited"
                },
                {
                    "id": 6059,
                    "parent_interest_id": "",
                    "member": "Ayoub Khan",
                    "party": "independent",
                    "mnis_id": 5357,
                    "twfy_id": "26631",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of the Bar Council. This is an unpaid role."
                },
                {
                    "id": 6060,
                    "parent_interest_id": "",
                    "member": "Amanda Martin",
                    "party": "labour",
                    "mnis_id": 5294,
                    "twfy_id": "26430",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee treasurer of Loaves of Love (a constituted community group). This is an unpaid role."
                },
                {
                    "id": 6061,
                    "parent_interest_id": "",
                    "member": "Amanda Martin",
                    "party": "labour",
                    "mnis_id": 5294,
                    "twfy_id": "26430",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee National Education Museum. This is an unpaid role."
                },
                {
                    "id": 6063,
                    "parent_interest_id": "",
                    "member": "Amanda Martin",
                    "party": "labour",
                    "mnis_id": 5294,
                    "twfy_id": "26430",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of STEMunity. This is an unpaid role."
                },
                {
                    "id": 6064,
                    "parent_interest_id": "",
                    "member": "Amanda Martin",
                    "party": "labour",
                    "mnis_id": 5294,
                    "twfy_id": "26430",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Platform Portsmouth Founding Member. This is an unpaid role."
                },
                {
                    "id": 6065,
                    "parent_interest_id": "",
                    "member": "Amanda Martin",
                    "party": "labour",
                    "mnis_id": 5294,
                    "twfy_id": "26430",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of Portsmouth Supporters Trust Board. This is an unpaid role."
                },
                {
                    "id": 6066,
                    "parent_interest_id": "",
                    "member": "Amanda Martin",
                    "party": "labour",
                    "mnis_id": 5294,
                    "twfy_id": "26430",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of the Lucy Lund Fund, a charity for people who require rest or a holiday and who are in need of financial assistance. This is an unpaid role."
                },
                {
                    "id": 6087,
                    "parent_interest_id": "",
                    "member": "Dr Neil Shastri-Hurst",
                    "party": "conservative",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Member of the Appeals Committee for the Human Fertilisation and Embryology Authority - Human Fertilisation and Embryology Authority"
                },
                {
                    "id": 6088,
                    "parent_interest_id": "",
                    "member": "Vikki Slade",
                    "party": "liberal-democrat",
                    "mnis_id": 5327,
                    "twfy_id": "26582",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of Broadstone Youth Club. This is an unpaid role."
                },
                {
                    "id": 6089,
                    "parent_interest_id": "",
                    "member": "Vikki Slade",
                    "party": "liberal-democrat",
                    "mnis_id": 5327,
                    "twfy_id": "26582",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of Broadstone Neighbourhood Forum. This is an unpaid role."
                },
                {
                    "id": 6092,
                    "parent_interest_id": "",
                    "member": "Maya Ellis",
                    "party": "labour",
                    "mnis_id": 5228,
                    "twfy_id": "26479",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Parish councillor. This is an unpaid role."
                },
                {
                    "id": 6099,
                    "parent_interest_id": "",
                    "member": "Richard Quigley",
                    "party": "labour",
                    "mnis_id": 5144,
                    "twfy_id": "26373",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Cowes"
                },
                {
                    "id": 6100,
                    "parent_interest_id": "",
                    "member": "Richard Quigley",
                    "party": "labour",
                    "mnis_id": 5144,
                    "twfy_id": "26373",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of The Footprint Trust (Isle of Wight). This is an unpaid role."
                },
                {
                    "id": 6101,
                    "parent_interest_id": "",
                    "member": "Richard Quigley",
                    "party": "labour",
                    "mnis_id": 5144,
                    "twfy_id": "26373",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of Pan Together"
                },
                {
                    "id": 6122,
                    "parent_interest_id": "",
                    "member": "Shaun Davies",
                    "party": "labour",
                    "mnis_id": 5041,
                    "twfy_id": "26332",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Telford"
                },
                {
                    "id": 6123,
                    "parent_interest_id": "",
                    "member": "David Burton-Sampson",
                    "party": "labour",
                    "mnis_id": 5106,
                    "twfy_id": "26442",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in DBS Financial Solutions Ltd"
                },
                {
                    "id": 6126,
                    "parent_interest_id": "",
                    "member": "David Burton-Sampson",
                    "party": "labour",
                    "mnis_id": 5106,
                    "twfy_id": "26442",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in DBS Rainbow Consultancy Ltd"
                },
                {
                    "id": 6127,
                    "parent_interest_id": "",
                    "member": "Vikki Slade",
                    "party": "liberal-democrat",
                    "mnis_id": 5327,
                    "twfy_id": "26582",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Councillor - BCP Council"
                },
                {
                    "id": 6130,
                    "parent_interest_id": 6127.0,
                    "member": "Vikki Slade",
                    "party": "liberal-democrat",
                    "mnis_id": 5327,
                    "twfy_id": "26582",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement - \u00a314,458.00"
                },
                {
                    "id": 6128,
                    "parent_interest_id": "",
                    "member": "Charlotte Cane",
                    "party": "liberal-democrat",
                    "mnis_id": 5182,
                    "twfy_id": "26425",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of the Brian David Hilton Will Trust (which owns a residential property in Ely with no financial benefit). This is an unpaid role."
                },
                {
                    "id": 6129,
                    "parent_interest_id": "",
                    "member": "Charlotte Cane",
                    "party": "liberal-democrat",
                    "mnis_id": 5182,
                    "twfy_id": "26425",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Honorary Director Reach Community Solar Farm Ltd. This is an unpaid role."
                },
                {
                    "id": 6135,
                    "parent_interest_id": "",
                    "member": "Vikki Slade",
                    "party": "liberal-democrat",
                    "mnis_id": 5327,
                    "twfy_id": "26582",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Company Director - Seascape Group (BCP Council Property Company. As Leader I was appointed to the Board automatically). This is an unpaid role, which I have agreed will continue until May 2027 when the Council term ends."
                },
                {
                    "id": 6147,
                    "parent_interest_id": "",
                    "member": "Patrick Spencer",
                    "party": "independent",
                    "mnis_id": 5303,
                    "twfy_id": "26579",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in London"
                },
                {
                    "id": 6149,
                    "parent_interest_id": "",
                    "member": "Patrick Spencer",
                    "party": "independent",
                    "mnis_id": 5303,
                    "twfy_id": "26579",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Suffolk"
                },
                {
                    "id": 6150,
                    "parent_interest_id": "",
                    "member": "Patrick Spencer",
                    "party": "independent",
                    "mnis_id": 5303,
                    "twfy_id": "26579",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in IPGL"
                },
                {
                    "id": 6151,
                    "parent_interest_id": "",
                    "member": "Jen Craft",
                    "party": "labour",
                    "mnis_id": 5056,
                    "twfy_id": "26341",
                    "category": "Family members engaged in third-party lobbying",
                    "category_code": "10",
                    "summary": "Alastair Craft employed as Lobbyist"
                },
                {
                    "id": 6154,
                    "parent_interest_id": "",
                    "member": "Lincoln Jopp",
                    "party": "conservative",
                    "mnis_id": 5332,
                    "twfy_id": "26573",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Oxfordshire"
                },
                {
                    "id": 6158,
                    "parent_interest_id": "",
                    "member": "Patrick Spencer",
                    "party": "independent",
                    "mnis_id": 5303,
                    "twfy_id": "26579",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Suffolk Ventures Limited"
                },
                {
                    "id": 6167,
                    "parent_interest_id": "",
                    "member": "James MacCleary",
                    "party": "liberal-democrat",
                    "mnis_id": 5265,
                    "twfy_id": "26581",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Councillor - East Sussex County Council"
                },
                {
                    "id": 6169,
                    "parent_interest_id": 6167.0,
                    "member": "James MacCleary",
                    "party": "liberal-democrat",
                    "mnis_id": 5265,
                    "twfy_id": "26581",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement - \u00a3719.50"
                },
                {
                    "id": 6168,
                    "parent_interest_id": "",
                    "member": "Steff Aquarone",
                    "party": "liberal-democrat",
                    "mnis_id": 5164,
                    "twfy_id": "26491",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "County Councillor - Norfolk County Councillor"
                },
                {
                    "id": 6170,
                    "parent_interest_id": 6168.0,
                    "member": "Steff Aquarone",
                    "party": "liberal-democrat",
                    "mnis_id": 5164,
                    "twfy_id": "26491",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement - \u00a312,469.00"
                },
                {
                    "id": 6171,
                    "parent_interest_id": "",
                    "member": "Steff Aquarone",
                    "party": "liberal-democrat",
                    "mnis_id": 5164,
                    "twfy_id": "26491",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Paygora Ltd."
                },
                {
                    "id": 6173,
                    "parent_interest_id": "",
                    "member": "Clive Jones",
                    "party": "liberal-democrat",
                    "mnis_id": 5207,
                    "twfy_id": "26377",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Governor of the Royal Berkshire Hospital NHS Foundation Trust. This is an unpaid role."
                },
                {
                    "id": 6176,
                    "parent_interest_id": "",
                    "member": "Clive Jones",
                    "party": "liberal-democrat",
                    "mnis_id": 5207,
                    "twfy_id": "26377",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Lloyds bank plc"
                },
                {
                    "id": 6181,
                    "parent_interest_id": "",
                    "member": "Kate Dearden",
                    "party": "labourco-operative",
                    "mnis_id": 5224,
                    "twfy_id": "26548",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Board member of United Against Malnutrition and Hunger. This is an unpaid role."
                },
                {
                    "id": 6182,
                    "parent_interest_id": "",
                    "member": "Kate Dearden",
                    "party": "labourco-operative",
                    "mnis_id": 5224,
                    "twfy_id": "26548",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Board member of Unions21. This is an unpaid role."
                },
                {
                    "id": 6187,
                    "parent_interest_id": "",
                    "member": "Andrew George",
                    "party": "liberal-democrat",
                    "mnis_id": 227,
                    "twfy_id": "10222",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of Friends of the Towans, Hayle. This is an unpaid role."
                },
                {
                    "id": 6196,
                    "parent_interest_id": "",
                    "member": "Monica Harding",
                    "party": "liberal-democrat",
                    "mnis_id": 5299,
                    "twfy_id": "26516",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in MGillett Consulting Ltd (DORMANT)"
                },
                {
                    "id": 6197,
                    "parent_interest_id": "",
                    "member": "Monica Harding",
                    "party": "liberal-democrat",
                    "mnis_id": 5299,
                    "twfy_id": "26516",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Director of MGillett Consulting Ltd. (Dormant)"
                },
                {
                    "id": 6198,
                    "parent_interest_id": "",
                    "member": "Monica Harding",
                    "party": "liberal-democrat",
                    "mnis_id": 5299,
                    "twfy_id": "26516",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Director of The Britain Project."
                },
                {
                    "id": 6222,
                    "parent_interest_id": "",
                    "member": "Gareth Snell",
                    "party": "labourco-operative",
                    "mnis_id": 4595,
                    "twfy_id": "25601",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Clayduck Ltd"
                },
                {
                    "id": 6227,
                    "parent_interest_id": "",
                    "member": "Lee Pitcher",
                    "party": "labour",
                    "mnis_id": 5233,
                    "twfy_id": "26464",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Doncaster"
                },
                {
                    "id": 6233,
                    "parent_interest_id": "",
                    "member": "Mr Angus MacDonald",
                    "party": "liberal-democrat",
                    "mnis_id": 5362,
                    "twfy_id": "26637",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Ayr"
                },
                {
                    "id": 6234,
                    "parent_interest_id": "",
                    "member": "Mr Angus MacDonald",
                    "party": "liberal-democrat",
                    "mnis_id": 5362,
                    "twfy_id": "26637",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Stirling"
                },
                {
                    "id": 6235,
                    "parent_interest_id": "",
                    "member": "Mr Angus MacDonald",
                    "party": "liberal-democrat",
                    "mnis_id": 5362,
                    "twfy_id": "26637",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Hampden and Co"
                },
                {
                    "id": 6236,
                    "parent_interest_id": "",
                    "member": "Mr Angus MacDonald",
                    "party": "liberal-democrat",
                    "mnis_id": 5362,
                    "twfy_id": "26637",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Renewable Parts Ltd"
                },
                {
                    "id": 6237,
                    "parent_interest_id": "",
                    "member": "Mr Angus MacDonald",
                    "party": "liberal-democrat",
                    "mnis_id": 5362,
                    "twfy_id": "26637",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Inverleith Partnership"
                },
                {
                    "id": 6240,
                    "parent_interest_id": "",
                    "member": "Sonia Kumar",
                    "party": "labour",
                    "mnis_id": 5274,
                    "twfy_id": "26590",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Physiotherapist - Dudley Group NHS Foundation Trust"
                },
                {
                    "id": 6243,
                    "parent_interest_id": "",
                    "member": "Sonia Kumar",
                    "party": "labour",
                    "mnis_id": 5274,
                    "twfy_id": "26590",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Birmingham"
                },
                {
                    "id": 6250,
                    "parent_interest_id": "",
                    "member": "David Smith",
                    "party": "labour",
                    "mnis_id": 5218,
                    "twfy_id": "26606",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee, Together for the Common Good. This is an unpaid role."
                },
                {
                    "id": 6253,
                    "parent_interest_id": "",
                    "member": "Lewis Cocking",
                    "party": "conservative",
                    "mnis_id": 5050,
                    "twfy_id": "26316",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Councillor - Hertfordshire County Council"
                },
                {
                    "id": 6267,
                    "parent_interest_id": 6253.0,
                    "member": "Lewis Cocking",
                    "party": "conservative",
                    "mnis_id": 5050,
                    "twfy_id": "26316",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement - \u00a311,751.00"
                },
                {
                    "id": 6255,
                    "parent_interest_id": "",
                    "member": "David Smith",
                    "party": "labour",
                    "mnis_id": 5218,
                    "twfy_id": "26606",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Northumberland"
                },
                {
                    "id": 6260,
                    "parent_interest_id": "",
                    "member": "Alex Ballinger",
                    "party": "labour",
                    "mnis_id": 5238,
                    "twfy_id": "26580",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of The Birmingham Settlement. This is an unpaid role."
                },
                {
                    "id": 6262,
                    "parent_interest_id": "",
                    "member": "Chris Vince",
                    "party": "labourco-operative",
                    "mnis_id": 5237,
                    "twfy_id": "26350",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Regional Executive Committee Member of Eastern Region Labour Party. This is an unpaid role."
                },
                {
                    "id": 6276,
                    "parent_interest_id": "",
                    "member": "Al Carns",
                    "party": "labour",
                    "mnis_id": 5235,
                    "twfy_id": "26599",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Aberdeen"
                },
                {
                    "id": 6288,
                    "parent_interest_id": "",
                    "member": "Steve Race",
                    "party": "labour",
                    "mnis_id": 5064,
                    "twfy_id": "26345",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "School governor at Willowbrook Primary School, Exeter. This is an unpaid role."
                },
                {
                    "id": 6298,
                    "parent_interest_id": "",
                    "member": "Dr Lauren Sullivan",
                    "party": "labour",
                    "mnis_id": 5269,
                    "twfy_id": "26435",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of a CIO/CIC organisation called Northfleet Central. This is an unpaid role."
                },
                {
                    "id": 6300,
                    "parent_interest_id": "",
                    "member": "Uma Kumaran",
                    "party": "labour",
                    "mnis_id": 5278,
                    "twfy_id": "26542",
                    "category": "Family members engaged in third-party lobbying",
                    "category_code": "10",
                    "summary": "Jacob Tilley employed as Lobbyist"
                },
                {
                    "id": 6301,
                    "parent_interest_id": "",
                    "member": "Mr Peter Bedford",
                    "party": "conservative",
                    "mnis_id": 5330,
                    "twfy_id": "26625",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "County Councillor - Leicestershire County Council"
                },
                {
                    "id": 6304,
                    "parent_interest_id": 6301.0,
                    "member": "Mr Peter Bedford",
                    "party": "conservative",
                    "mnis_id": 5330,
                    "twfy_id": "26625",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement - \u00a31,006.75"
                },
                {
                    "id": 6307,
                    "parent_interest_id": "",
                    "member": "Fred Thomas",
                    "party": "labour",
                    "mnis_id": 5174,
                    "twfy_id": "26441",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of Gwithian Chapel Ltd, small village charity that owns and administrates a community hall. This is an unpaid role."
                },
                {
                    "id": 6308,
                    "parent_interest_id": "",
                    "member": "Michelle Scrogham",
                    "party": "labour",
                    "mnis_id": 5049,
                    "twfy_id": "26322",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Partner in retail fashion business - Pure"
                },
                {
                    "id": 6315,
                    "parent_interest_id": "",
                    "member": "Peter Prinsley",
                    "party": "labour",
                    "mnis_id": 5163,
                    "twfy_id": "26383",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "NHS consultant surgeon - James Paget University Hospital"
                },
                {
                    "id": 6318,
                    "parent_interest_id": "",
                    "member": "Yuan Yang",
                    "party": "labour",
                    "mnis_id": 5267,
                    "twfy_id": "26600",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Writing a book - RCW Literary Agency"
                },
                {
                    "id": 12345,
                    "parent_interest_id": 6318.0,
                    "member": "Yuan Yang",
                    "party": "labour",
                    "mnis_id": 5267,
                    "twfy_id": "26600",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 22 April 2025 - \u00a337,500.00"
                },
                {
                    "id": 12486,
                    "parent_interest_id": 6318.0,
                    "member": "Yuan Yang",
                    "party": "labour",
                    "mnis_id": 5267,
                    "twfy_id": "26600",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 22 April 2025 - \u00a32,186.66"
                },
                {
                    "id": 13042,
                    "parent_interest_id": 6318.0,
                    "member": "Yuan Yang",
                    "party": "labour",
                    "mnis_id": 5267,
                    "twfy_id": "26600",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 22 July 2025 - \u00a331,753.40"
                },
                {
                    "id": 6320,
                    "parent_interest_id": "",
                    "member": "Michelle Scrogham",
                    "party": "labour",
                    "mnis_id": 5049,
                    "twfy_id": "26322",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Pure"
                },
                {
                    "id": 6322,
                    "parent_interest_id": "",
                    "member": "Peter Prinsley",
                    "party": "labour",
                    "mnis_id": 5163,
                    "twfy_id": "26383",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "private medical practice - Peter Prinsley private medical practice"
                },
                {
                    "id": 6329,
                    "parent_interest_id": "",
                    "member": "Peter Prinsley",
                    "party": "labour",
                    "mnis_id": 5163,
                    "twfy_id": "26383",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in London and Norwich"
                },
                {
                    "id": 6336,
                    "parent_interest_id": "",
                    "member": "Peter Swallow",
                    "party": "labour",
                    "mnis_id": 5165,
                    "twfy_id": "26369",
                    "category": "Family members engaged in third-party lobbying",
                    "category_code": "10",
                    "summary": "Rishi Patel employed as Lobbyist"
                },
                {
                    "id": 6338,
                    "parent_interest_id": "",
                    "member": "Seamus Logan",
                    "party": "scottish-national-party",
                    "mnis_id": 5280,
                    "twfy_id": "26534",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Board Member, Fraserburgh South Links Sports Development Trust. This is an unpaid role."
                },
                {
                    "id": 6343,
                    "parent_interest_id": "",
                    "member": "Gareth Snell",
                    "party": "labourco-operative",
                    "mnis_id": 4595,
                    "twfy_id": "25601",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Governor, City of Stoke-on-Trent 6th Form College. This is an unpaid role."
                },
                {
                    "id": 6346,
                    "parent_interest_id": "",
                    "member": "Gareth Snell",
                    "party": "labourco-operative",
                    "mnis_id": 4595,
                    "twfy_id": "25601",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Governor, Abbey Hill Academy and College. This is an unpaid role."
                },
                {
                    "id": 6349,
                    "parent_interest_id": "",
                    "member": "Josh Babarinde",
                    "party": "liberal-democrat",
                    "mnis_id": 5086,
                    "twfy_id": "26353",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of Eastbourne's Towner Art Gallery. This is an unpaid role."
                },
                {
                    "id": 6352,
                    "parent_interest_id": "",
                    "member": "Mr Will Forster",
                    "party": "liberal-democrat",
                    "mnis_id": 5322,
                    "twfy_id": "26560",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Councillor - Surrey County Council"
                },
                {
                    "id": 6355,
                    "parent_interest_id": 6352.0,
                    "member": "Mr Will Forster",
                    "party": "liberal-democrat",
                    "mnis_id": 5322,
                    "twfy_id": "26560",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement - \u00a31,180.00"
                },
                {
                    "id": 6354,
                    "parent_interest_id": "",
                    "member": "Mr Joshua Reynolds",
                    "party": "liberal-democrat",
                    "mnis_id": 5343,
                    "twfy_id": "26608",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Local Councillor - RBWM - Royal Borough of Windsor & Maidenhead"
                },
                {
                    "id": 7701,
                    "parent_interest_id": 6354.0,
                    "member": "Mr Joshua Reynolds",
                    "party": "liberal-democrat",
                    "mnis_id": 5343,
                    "twfy_id": "26608",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement - \u00a3756.25"
                },
                {
                    "id": 6357,
                    "parent_interest_id": "",
                    "member": "Mr Joshua Reynolds",
                    "party": "liberal-democrat",
                    "mnis_id": 5343,
                    "twfy_id": "26608",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Board Member of the Visit Windsor Partnership Board. This is an unpaid role."
                },
                {
                    "id": 6364,
                    "parent_interest_id": "",
                    "member": "Dr Ellie Chowns",
                    "party": "green",
                    "mnis_id": 5249,
                    "twfy_id": "26577",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Housing and Communities Spokesperson for the Green Party of England and Wales"
                },
                {
                    "id": 6370,
                    "parent_interest_id": "",
                    "member": "David Pinto-Duschinsky",
                    "party": "labour",
                    "mnis_id": 5360,
                    "twfy_id": "26632",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Fellow of the Royal Society of the Arts. This is an unpaid role."
                },
                {
                    "id": 6371,
                    "parent_interest_id": "",
                    "member": "Anna Dixon",
                    "party": "labour",
                    "mnis_id": 5281,
                    "twfy_id": "26524",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee (unpaid) with Helpforce Community, a charity that accelerates the growth and impact of volunteering in health and care organisations in the UK."
                },
                {
                    "id": 6372,
                    "parent_interest_id": "",
                    "member": "Anna Dixon",
                    "party": "labour",
                    "mnis_id": 5281,
                    "twfy_id": "26524",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in London"
                },
                {
                    "id": 6373,
                    "parent_interest_id": "",
                    "member": "Sarah Smith",
                    "party": "labour",
                    "mnis_id": 5117,
                    "twfy_id": "26410",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Cheltenham"
                },
                {
                    "id": 6380,
                    "parent_interest_id": "",
                    "member": "Tom Morrison",
                    "party": "liberal-democrat",
                    "mnis_id": 5090,
                    "twfy_id": "26400",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of Cheadle Towns Fund Board. This is an unpaid role."
                },
                {
                    "id": 6385,
                    "parent_interest_id": "",
                    "member": "Stephen Gethins",
                    "party": "scottish-national-party",
                    "mnis_id": 4434,
                    "twfy_id": "25324",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of John Smith Trust. This is an unpaid role."
                },
                {
                    "id": 6402,
                    "parent_interest_id": "",
                    "member": "Andrew Ranger",
                    "party": "labour",
                    "mnis_id": 5046,
                    "twfy_id": "26336",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Freelance work as an Accountant and Business Consultant - Plumtree Hotels Ltd"
                },
                {
                    "id": 6413,
                    "parent_interest_id": "",
                    "member": "Andrew Ranger",
                    "party": "labour",
                    "mnis_id": 5046,
                    "twfy_id": "26336",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Councillor, Offa Community Council. This is an unpaid role."
                },
                {
                    "id": 6420,
                    "parent_interest_id": "",
                    "member": "Kenneth Stevenson",
                    "party": "labour",
                    "mnis_id": 5200,
                    "twfy_id": "26535",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Glasgow"
                },
                {
                    "id": 6422,
                    "parent_interest_id": "",
                    "member": "Kenneth Stevenson",
                    "party": "labour",
                    "mnis_id": 5200,
                    "twfy_id": "26535",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Gran Alacant"
                },
                {
                    "id": 6439,
                    "parent_interest_id": "",
                    "member": "Sarah Coombes",
                    "party": "labour",
                    "mnis_id": 5088,
                    "twfy_id": "26452",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in London"
                },
                {
                    "id": 6454,
                    "parent_interest_id": "",
                    "member": "Mr Will Forster",
                    "party": "liberal-democrat",
                    "mnis_id": 5322,
                    "twfy_id": "26560",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Councillor - Woking Borough Council"
                },
                {
                    "id": 6456,
                    "parent_interest_id": 6454.0,
                    "member": "Mr Will Forster",
                    "party": "liberal-democrat",
                    "mnis_id": 5322,
                    "twfy_id": "26560",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement - \u00a3615.00"
                },
                {
                    "id": 6460,
                    "parent_interest_id": "",
                    "member": "Michael Wheeler",
                    "party": "labour",
                    "mnis_id": 5242,
                    "twfy_id": "26551",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Labour Party Staff Superannuation Scheme trustee. This is an unpaid role."
                },
                {
                    "id": 6476,
                    "parent_interest_id": "",
                    "member": "Adam Dance",
                    "party": "liberal-democrat",
                    "mnis_id": 5191,
                    "twfy_id": "26459",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Councilor - Somerset Council"
                },
                {
                    "id": 6477,
                    "parent_interest_id": 6476.0,
                    "member": "Adam Dance",
                    "party": "liberal-democrat",
                    "mnis_id": 5191,
                    "twfy_id": "26459",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement - \u00a31,291.67"
                },
                {
                    "id": 6484,
                    "parent_interest_id": "",
                    "member": "Josh Fenton-Glynn",
                    "party": "labour",
                    "mnis_id": 5295,
                    "twfy_id": "26545",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Councillor - Calderdale Council"
                },
                {
                    "id": 6487,
                    "parent_interest_id": 6484.0,
                    "member": "Josh Fenton-Glynn",
                    "party": "labour",
                    "mnis_id": 5295,
                    "twfy_id": "26545",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement - \u00a32,197.40"
                },
                {
                    "id": 6495,
                    "parent_interest_id": "",
                    "member": "Adam Dance",
                    "party": "liberal-democrat",
                    "mnis_id": 5191,
                    "twfy_id": "26459",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "South Petherton Parish Councilor. This is an unpaid role."
                },
                {
                    "id": 6498,
                    "parent_interest_id": "",
                    "member": "Adam Dance",
                    "party": "liberal-democrat",
                    "mnis_id": 5191,
                    "twfy_id": "26459",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Governor of Somerset NHS Foundation Trust. This is an unpaid role."
                },
                {
                    "id": 6515,
                    "parent_interest_id": "",
                    "member": "Mike Reader",
                    "party": "labour",
                    "mnis_id": 5316,
                    "twfy_id": "26630",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Rushden"
                },
                {
                    "id": 6517,
                    "parent_interest_id": "",
                    "member": "Jim Allister",
                    "party": "traditional-unionist-voice",
                    "mnis_id": 5356,
                    "twfy_id": "25122",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Chair of Board of Governors, Moorfields Primary School. This is an unpaid role."
                },
                {
                    "id": 6519,
                    "parent_interest_id": "",
                    "member": "Mr Alex Barros-Curtis",
                    "party": "labour",
                    "mnis_id": 5175,
                    "twfy_id": "26402",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in London"
                },
                {
                    "id": 6520,
                    "parent_interest_id": "",
                    "member": "Josh Simons",
                    "party": "labour",
                    "mnis_id": 5060,
                    "twfy_id": "26328",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Labour Together Limited"
                },
                {
                    "id": 6522,
                    "parent_interest_id": "",
                    "member": "Freddie van Mierlo",
                    "party": "liberal-democrat",
                    "mnis_id": 5296,
                    "twfy_id": "26540",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "District Councillor - South Oxfordshire District Council"
                },
                {
                    "id": 6523,
                    "parent_interest_id": 6522.0,
                    "member": "Freddie van Mierlo",
                    "party": "liberal-democrat",
                    "mnis_id": 5296,
                    "twfy_id": "26540",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement - \u00a3522.91"
                },
                {
                    "id": 6531,
                    "parent_interest_id": "",
                    "member": "Emma Reynolds",
                    "party": "labour",
                    "mnis_id": 4077,
                    "twfy_id": "24868",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Governor, The Ditchley Foundation (I stopped being a member of the Council of Management on 9 September 2024) This is an unpaid role."
                },
                {
                    "id": 6538,
                    "parent_interest_id": "",
                    "member": "Martin Wrigley",
                    "party": "liberal-democrat",
                    "mnis_id": 5111,
                    "twfy_id": "26484",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Councillor - Teignbridge district council"
                },
                {
                    "id": 11390,
                    "parent_interest_id": 6538.0,
                    "member": "Martin Wrigley",
                    "party": "liberal-democrat",
                    "mnis_id": 5111,
                    "twfy_id": "26484",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement - \u00a3531.55"
                },
                {
                    "id": 6540,
                    "parent_interest_id": "",
                    "member": "Martin Wrigley",
                    "party": "liberal-democrat",
                    "mnis_id": 5111,
                    "twfy_id": "26484",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Moexco Ltd"
                },
                {
                    "id": 6541,
                    "parent_interest_id": "",
                    "member": "Martin Wrigley",
                    "party": "liberal-democrat",
                    "mnis_id": 5111,
                    "twfy_id": "26484",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Councillor - Devon County Council"
                },
                {
                    "id": 10594,
                    "parent_interest_id": 6541.0,
                    "member": "Martin Wrigley",
                    "party": "liberal-democrat",
                    "mnis_id": 5111,
                    "twfy_id": "26484",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement starting 01 August 2024 - \u00a31,256.83"
                },
                {
                    "id": 6543,
                    "parent_interest_id": "",
                    "member": "Lisa Smart",
                    "party": "liberal-democrat",
                    "mnis_id": 5070,
                    "twfy_id": "26556",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Stockport Canal Boat Trust for Disabled People. This is an unpaid role."
                },
                {
                    "id": 6544,
                    "parent_interest_id": "",
                    "member": "Lisa Smart",
                    "party": "liberal-democrat",
                    "mnis_id": 5070,
                    "twfy_id": "26556",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of Barrack Hill Educational Charity. This is an unpaid role."
                },
                {
                    "id": 6545,
                    "parent_interest_id": "",
                    "member": "Dr Simon Opher",
                    "party": "labour",
                    "mnis_id": 5030,
                    "twfy_id": "26313",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Locum Doctor - NHS"
                },
                {
                    "id": 11976,
                    "parent_interest_id": 6545.0,
                    "member": "Dr Simon Opher",
                    "party": "labour",
                    "mnis_id": 5030,
                    "twfy_id": "26313",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 10 February 2025 - \u00a3400.00"
                },
                {
                    "id": 12407,
                    "parent_interest_id": 6545.0,
                    "member": "Dr Simon Opher",
                    "party": "labour",
                    "mnis_id": 5030,
                    "twfy_id": "26313",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 30 April 2025 - \u00a31,050.00"
                },
                {
                    "id": 13569,
                    "parent_interest_id": 6545.0,
                    "member": "Dr Simon Opher",
                    "party": "labour",
                    "mnis_id": 5030,
                    "twfy_id": "26313",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 16 October 2025 - \u00a31,500.00"
                },
                {
                    "id": 6549,
                    "parent_interest_id": "",
                    "member": "Dr Simon Opher",
                    "party": "labour",
                    "mnis_id": 5030,
                    "twfy_id": "26313",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director of Prema Arts Centre, Uley. This is an unpaid role."
                },
                {
                    "id": 6559,
                    "parent_interest_id": "",
                    "member": "Patrick Spencer",
                    "party": "independent",
                    "mnis_id": 5303,
                    "twfy_id": "26579",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Governor, Hollesley Waldringfield Partnership. This is an unpaid role."
                },
                {
                    "id": 6561,
                    "parent_interest_id": "",
                    "member": "Chris Kane",
                    "party": "labour",
                    "mnis_id": 5155,
                    "twfy_id": "26415",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Bee Herd Media Ltd"
                },
                {
                    "id": 6562,
                    "parent_interest_id": "",
                    "member": "Chris Kane",
                    "party": "labour",
                    "mnis_id": 5155,
                    "twfy_id": "26415",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Director with Bee Herd Media Ltd."
                },
                {
                    "id": 6564,
                    "parent_interest_id": "",
                    "member": "Alex Mayer",
                    "party": "labour",
                    "mnis_id": 5141,
                    "twfy_id": "26395",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Ipswich, Cambridge and Somerset"
                },
                {
                    "id": 6565,
                    "parent_interest_id": "",
                    "member": "Alex Mayer",
                    "party": "labour",
                    "mnis_id": 5141,
                    "twfy_id": "26395",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee, Show Racism the Red Card charity. This is an unpaid role."
                },
                {
                    "id": 6566,
                    "parent_interest_id": "",
                    "member": "Alex Mayer",
                    "party": "labour",
                    "mnis_id": 5141,
                    "twfy_id": "26395",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Director, Restitute CIC."
                },
                {
                    "id": 6577,
                    "parent_interest_id": "",
                    "member": "Mike Martin",
                    "party": "liberal-democrat",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in London"
                },
                {
                    "id": 6580,
                    "parent_interest_id": "",
                    "member": "Mike Martin",
                    "party": "liberal-democrat",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Threshed Thought Ltd"
                },
                {
                    "id": 6582,
                    "parent_interest_id": "",
                    "member": "Mike Martin",
                    "party": "liberal-democrat",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid director of Threshed Thought Ltd"
                },
                {
                    "id": 6584,
                    "parent_interest_id": "",
                    "member": "Manuela Perteghella",
                    "party": "liberal-democrat",
                    "mnis_id": 5122,
                    "twfy_id": "26569",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "District Councillor - Stratford-on-Avon District Council"
                },
                {
                    "id": 6585,
                    "parent_interest_id": "",
                    "member": "Lorraine Beavers",
                    "party": "labour",
                    "mnis_id": 5232,
                    "twfy_id": "26475",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Deputy chair Fleetwood Beach wheelchairs.  This is an unpaid role."
                },
                {
                    "id": 6593,
                    "parent_interest_id": "",
                    "member": "Richard Tice",
                    "party": "reform",
                    "mnis_id": 5161,
                    "twfy_id": "26399",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Quidnet REIT Ltd"
                },
                {
                    "id": 6595,
                    "parent_interest_id": "",
                    "member": "Tom Rutland",
                    "party": "labour",
                    "mnis_id": 5222,
                    "twfy_id": "26467",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid director of [redacted] Management Company, a property management company."
                },
                {
                    "id": 6597,
                    "parent_interest_id": "",
                    "member": "Sir Nicholas Dakin",
                    "party": "labour",
                    "mnis_id": 4056,
                    "twfy_id": "24798",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Barton upon Humber"
                },
                {
                    "id": 6600,
                    "parent_interest_id": "",
                    "member": "Sir Nicholas Dakin",
                    "party": "labour",
                    "mnis_id": 4056,
                    "twfy_id": "24798",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee Of Lindsey Lodge, Scunthorpe. This is an unpaid role."
                },
                {
                    "id": 6601,
                    "parent_interest_id": "",
                    "member": "Sir Nicholas Dakin",
                    "party": "labour",
                    "mnis_id": 4056,
                    "twfy_id": "24798",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Board Member of Hull and Humber Chamber. This is an unpaid role."
                },
                {
                    "id": 6604,
                    "parent_interest_id": "",
                    "member": "Julia Buckley",
                    "party": "labour",
                    "mnis_id": 5171,
                    "twfy_id": "26436",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Unitary Councillor on Shropshire Council."
                },
                {
                    "id": 6606,
                    "parent_interest_id": "",
                    "member": "Julia Buckley",
                    "party": "labour",
                    "mnis_id": 5171,
                    "twfy_id": "26436",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Non Executive Director of Shropshire Towns & Rural (STAR) housing association. This is an unpaid role."
                },
                {
                    "id": 6609,
                    "parent_interest_id": "",
                    "member": "Mike Martin",
                    "party": "liberal-democrat",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "National Liberal Club Ltd - \u00a31,183.90"
                },
                {
                    "id": 6610,
                    "parent_interest_id": "",
                    "member": "Johanna Baxter",
                    "party": "labour",
                    "mnis_id": 5063,
                    "twfy_id": "26375",
                    "category": "Family members engaged in third-party lobbying",
                    "category_code": "10",
                    "summary": "Mark Henry Glover employed as Lobbyist"
                },
                {
                    "id": 6611,
                    "parent_interest_id": "",
                    "member": "Adam Thompson",
                    "party": "labour",
                    "mnis_id": 5044,
                    "twfy_id": "26326",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Board member of Long Eaton Town Deal Board. This is an unpaid role."
                },
                {
                    "id": 6612,
                    "parent_interest_id": "",
                    "member": "Adam Thompson",
                    "party": "labour",
                    "mnis_id": 5044,
                    "twfy_id": "26326",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Director of Erewash Partnership."
                },
                {
                    "id": 6621,
                    "parent_interest_id": "",
                    "member": "Emma Foody",
                    "party": "labourco-operative",
                    "mnis_id": 5029,
                    "twfy_id": "26311",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "School Governor, Fordley Junior School, North Tyneside. This is an unpaid role."
                },
                {
                    "id": 6623,
                    "parent_interest_id": "",
                    "member": "Emma Foody",
                    "party": "labourco-operative",
                    "mnis_id": 5029,
                    "twfy_id": "26311",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Party Treasurer for the Co-operative Party."
                },
                {
                    "id": 6632,
                    "parent_interest_id": "",
                    "member": "Ms Julie Minns",
                    "party": "labour",
                    "mnis_id": 5094,
                    "twfy_id": "26403",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of Friends of Carlisle Victorian and Turkish Baths. This is an unpaid role."
                },
                {
                    "id": 6646,
                    "parent_interest_id": "",
                    "member": "Mr Paul Kohler",
                    "party": "liberal-democrat",
                    "mnis_id": 5321,
                    "twfy_id": "26570",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Councillor - Merton Council"
                },
                {
                    "id": 8794,
                    "parent_interest_id": 6646.0,
                    "member": "Mr Paul Kohler",
                    "party": "liberal-democrat",
                    "mnis_id": 5321,
                    "twfy_id": "26570",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement - \u00a31,001.17"
                },
                {
                    "id": 6649,
                    "parent_interest_id": "",
                    "member": "Si\u00e2n Berry",
                    "party": "green",
                    "mnis_id": 5314,
                    "twfy_id": "25752",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of Mortimer Terrace Nature Reserve. This is an unpaid role."
                },
                {
                    "id": 6652,
                    "parent_interest_id": "",
                    "member": "Jack Rankin",
                    "party": "conservative",
                    "mnis_id": 5340,
                    "twfy_id": "26622",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Chrysalis Investments Limited"
                },
                {
                    "id": 6653,
                    "parent_interest_id": "",
                    "member": "Richard Tice",
                    "party": "reform",
                    "mnis_id": 5161,
                    "twfy_id": "26399",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Non Executive Director - Quidnet REIT Ltd"
                },
                {
                    "id": 6657,
                    "parent_interest_id": 6653.0,
                    "member": "Richard Tice",
                    "party": "reform",
                    "mnis_id": 5161,
                    "twfy_id": "26399",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement - \u00a310,270.00"
                },
                {
                    "id": 14498,
                    "parent_interest_id": 6653.0,
                    "member": "Richard Tice",
                    "party": "reform",
                    "mnis_id": 5161,
                    "twfy_id": "26399",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement starting 31 December 2025 - \u00a39,005.94"
                },
                {
                    "id": 6671,
                    "parent_interest_id": "",
                    "member": "Cat Eccles",
                    "party": "labour",
                    "mnis_id": 5293,
                    "twfy_id": "26587",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of Wollaston Village Hall. This is an unpaid role."
                },
                {
                    "id": 6672,
                    "parent_interest_id": "",
                    "member": "Richard Tice",
                    "party": "reform",
                    "mnis_id": 5161,
                    "twfy_id": "26399",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Tisun Investments Ltd"
                },
                {
                    "id": 6678,
                    "parent_interest_id": "",
                    "member": "Freddie van Mierlo",
                    "party": "liberal-democrat",
                    "mnis_id": 5296,
                    "twfy_id": "26540",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "County Councillor - Oxfordshire County Council"
                },
                {
                    "id": 6688,
                    "parent_interest_id": "",
                    "member": "Andy MacNae",
                    "party": "labour",
                    "mnis_id": 5134,
                    "twfy_id": "26391",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Venture Xtreme Consultancy Limited"
                },
                {
                    "id": 6690,
                    "parent_interest_id": "",
                    "member": "Andy MacNae",
                    "party": "labour",
                    "mnis_id": 5134,
                    "twfy_id": "26391",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Northwich"
                },
                {
                    "id": 6694,
                    "parent_interest_id": "",
                    "member": "Jon Pearce",
                    "party": "labour",
                    "mnis_id": 5115,
                    "twfy_id": "26362",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Hertfordshire"
                },
                {
                    "id": 6695,
                    "parent_interest_id": "",
                    "member": "Jon Pearce",
                    "party": "labour",
                    "mnis_id": 5115,
                    "twfy_id": "26362",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Derbyshire"
                },
                {
                    "id": 6696,
                    "parent_interest_id": "",
                    "member": "Adrian Ramsay",
                    "party": "green",
                    "mnis_id": 5320,
                    "twfy_id": "26514",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Norfolk"
                },
                {
                    "id": 6723,
                    "parent_interest_id": "",
                    "member": "Claire Hazelgrove",
                    "party": "labour",
                    "mnis_id": 5306,
                    "twfy_id": "26496",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of Girlguiding Bristol and South Gloucestershire. This is an unpaid role."
                },
                {
                    "id": 6725,
                    "parent_interest_id": "",
                    "member": "Claire Hazelgrove",
                    "party": "labour",
                    "mnis_id": 5306,
                    "twfy_id": "26496",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of the Foundation for Active Community Engagement (FACE). This is an unpaid role."
                },
                {
                    "id": 6726,
                    "parent_interest_id": "",
                    "member": "Claire Hazelgrove",
                    "party": "labour",
                    "mnis_id": 5306,
                    "twfy_id": "26496",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A Fellow of Radix, a think tank for the radical centre."
                },
                {
                    "id": 6735,
                    "parent_interest_id": "",
                    "member": "David Taylor",
                    "party": "labour",
                    "mnis_id": 5348,
                    "twfy_id": "26576",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Vice Chair, Labour Campaign for International Development. This is an unpaid role."
                },
                {
                    "id": 6738,
                    "parent_interest_id": "",
                    "member": "David Reed",
                    "party": "conservative",
                    "mnis_id": 5347,
                    "twfy_id": "26628",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Director of BigByte Digital Ltd, a software company."
                },
                {
                    "id": 6739,
                    "parent_interest_id": "",
                    "member": "Perran Moon",
                    "party": "labour",
                    "mnis_id": 5208,
                    "twfy_id": "26482",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in AutoSwot Ltd"
                },
                {
                    "id": 6740,
                    "parent_interest_id": "",
                    "member": "Perran Moon",
                    "party": "labour",
                    "mnis_id": 5208,
                    "twfy_id": "26482",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Oxfordshire"
                },
                {
                    "id": 6747,
                    "parent_interest_id": "",
                    "member": "Sir Ashley Fox",
                    "party": "conservative",
                    "mnis_id": 5101,
                    "twfy_id": "26370",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Ashley Fox Consulting Ltd"
                },
                {
                    "id": 6758,
                    "parent_interest_id": "",
                    "member": "Jim Allister",
                    "party": "traditional-unionist-voice",
                    "mnis_id": 5356,
                    "twfy_id": "25122",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Co. Londonderry"
                },
                {
                    "id": 6759,
                    "parent_interest_id": "",
                    "member": "Liz Jarvis",
                    "party": "liberal-democrat",
                    "mnis_id": 5040,
                    "twfy_id": "26325",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Borough Councillor - Eastleigh Borough Council"
                },
                {
                    "id": 6760,
                    "parent_interest_id": "",
                    "member": "Jim Allister",
                    "party": "traditional-unionist-voice",
                    "mnis_id": 5356,
                    "twfy_id": "25122",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Florida"
                },
                {
                    "id": 6762,
                    "parent_interest_id": "",
                    "member": "Calum Miller",
                    "party": "liberal-democrat",
                    "mnis_id": 5346,
                    "twfy_id": "26617",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Teaching and researching - Blavatnik School of Government, Oxford University"
                },
                {
                    "id": 13052,
                    "parent_interest_id": 6762.0,
                    "member": "Calum Miller",
                    "party": "liberal-democrat",
                    "mnis_id": 5346,
                    "twfy_id": "26617",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 30 June 2025 - \u00a36,120.00"
                },
                {
                    "id": 6764,
                    "parent_interest_id": "",
                    "member": "Calum Miller",
                    "party": "liberal-democrat",
                    "mnis_id": 5346,
                    "twfy_id": "26617",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Elected county councillor - Oxfordshire County Council"
                },
                {
                    "id": 6765,
                    "parent_interest_id": 6764.0,
                    "member": "Calum Miller",
                    "party": "liberal-democrat",
                    "mnis_id": 5346,
                    "twfy_id": "26617",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement - \u00a31,113.00"
                },
                {
                    "id": 6767,
                    "parent_interest_id": "",
                    "member": "Calum Miller",
                    "party": "liberal-democrat",
                    "mnis_id": 5346,
                    "twfy_id": "26617",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director, Bicester Vision Community Interest Company (CIC). This is an unpaid role."
                },
                {
                    "id": 6769,
                    "parent_interest_id": "",
                    "member": "Matt Bishop",
                    "party": "labour",
                    "mnis_id": 5323,
                    "twfy_id": "26574",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Councillor for Cinderford Town Council. This is an unpaid role. I have tendered my resignation to end this role on 10th Feb 2025"
                },
                {
                    "id": 6770,
                    "parent_interest_id": "",
                    "member": "Matt Bishop",
                    "party": "labour",
                    "mnis_id": 5323,
                    "twfy_id": "26574",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Councillor for Forest of Dean District Council. This is an unpaid role."
                },
                {
                    "id": 6775,
                    "parent_interest_id": "",
                    "member": "John Milne",
                    "party": "liberal-democrat",
                    "mnis_id": 5329,
                    "twfy_id": "26624",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "West Sussex County Councillor - West Sussex County Council"
                },
                {
                    "id": 6776,
                    "parent_interest_id": 6775.0,
                    "member": "John Milne",
                    "party": "liberal-democrat",
                    "mnis_id": 5329,
                    "twfy_id": "26624",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement - \u00a31,174.80"
                },
                {
                    "id": 6794,
                    "parent_interest_id": "",
                    "member": "Luke Akehurst",
                    "party": "labour",
                    "mnis_id": 5112,
                    "twfy_id": "26420",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Labour First Ltd"
                },
                {
                    "id": 6795,
                    "parent_interest_id": "",
                    "member": "Luke Akehurst",
                    "party": "labour",
                    "mnis_id": 5112,
                    "twfy_id": "26420",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Labour to Win Ltd"
                },
                {
                    "id": 6796,
                    "parent_interest_id": "",
                    "member": "Luke Akehurst",
                    "party": "labour",
                    "mnis_id": 5112,
                    "twfy_id": "26420",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "PLP Representative on Labour Party National Executive Committee."
                },
                {
                    "id": 6807,
                    "parent_interest_id": "",
                    "member": "Daniel Francis",
                    "party": "labour",
                    "mnis_id": 5184,
                    "twfy_id": "26493",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Community Conversations Ltd."
                },
                {
                    "id": 6809,
                    "parent_interest_id": "",
                    "member": "Daniel Francis",
                    "party": "labour",
                    "mnis_id": 5184,
                    "twfy_id": "26493",
                    "category": "Family members engaged in third-party lobbying",
                    "category_code": "10",
                    "summary": "Emma Francis employed as Lobbyist"
                },
                {
                    "id": 6832,
                    "parent_interest_id": "",
                    "member": "Warinder Juss",
                    "party": "labour",
                    "mnis_id": 5230,
                    "twfy_id": "26533",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Solicitor - Thompsons Solicitors LLP"
                },
                {
                    "id": 6836,
                    "parent_interest_id": "",
                    "member": "Henry Tufnell",
                    "party": "labour",
                    "mnis_id": 5121,
                    "twfy_id": "26387",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of the Carlie Tufnell Charitable Trust. This is an unpaid role."
                },
                {
                    "id": 6852,
                    "parent_interest_id": "",
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Presenter - GB News Ltd"
                },
                {
                    "id": 11870,
                    "parent_interest_id": 6852.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 31 January 2025 - \u00a330,944.40"
                },
                {
                    "id": 12159,
                    "parent_interest_id": 6852.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 28 February 2025 - \u00a335,656.60"
                },
                {
                    "id": 12306,
                    "parent_interest_id": 6852.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 31 March 2025 - \u00a336,688.60"
                },
                {
                    "id": 12307,
                    "parent_interest_id": 6852.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 15 April 2025 - \u00a326,817.60"
                },
                {
                    "id": 13440,
                    "parent_interest_id": 6852.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 31 July 2025 - \u00a343,491.60"
                },
                {
                    "id": 13442,
                    "parent_interest_id": 6852.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 29 August 2025 - \u00a351,438.00"
                },
                {
                    "id": 13443,
                    "parent_interest_id": 6852.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 30 September 2025 - \u00a321,108.00"
                },
                {
                    "id": 13904,
                    "parent_interest_id": 6852.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 14 November 2025 - \u00a333,153.60"
                },
                {
                    "id": 14025,
                    "parent_interest_id": 6852.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 28 November 2025 - \u00a345,480.00"
                },
                {
                    "id": 14121,
                    "parent_interest_id": 6852.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment expected for services on 10 December 2025 - \u00a337,246.80"
                },
                {
                    "id": 14247,
                    "parent_interest_id": 6852.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 19 December 2025 - \u00a337,246.80"
                },
                {
                    "id": 6853,
                    "parent_interest_id": "",
                    "member": "Margaret Mullane",
                    "party": "labour",
                    "mnis_id": 5272,
                    "twfy_id": "26495",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Local Government Association Mentor. This is an unpaid role."
                },
                {
                    "id": 6863,
                    "parent_interest_id": "",
                    "member": "Mr Paul Foster",
                    "party": "labour",
                    "mnis_id": 5074,
                    "twfy_id": "26487",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Director of PFPM Preston Ltd"
                },
                {
                    "id": 6865,
                    "parent_interest_id": "",
                    "member": "Mr Paul Foster",
                    "party": "labour",
                    "mnis_id": 5074,
                    "twfy_id": "26487",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Preston"
                },
                {
                    "id": 6871,
                    "parent_interest_id": "",
                    "member": "Amanda Hack",
                    "party": "labour",
                    "mnis_id": 5149,
                    "twfy_id": "26449",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "County Councillor - Leicestershire County Council"
                },
                {
                    "id": 6887,
                    "parent_interest_id": "",
                    "member": "Ann Davies",
                    "party": "plaid-cymru",
                    "mnis_id": 5177,
                    "twfy_id": "26359",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "County Councillor (and until 29 July 2024, Cabinet Member) - Carmarthenshire County Council"
                },
                {
                    "id": 6891,
                    "parent_interest_id": "",
                    "member": "Terry Jermy",
                    "party": "labour",
                    "mnis_id": 5338,
                    "twfy_id": "26616",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in In And About Thetford Ltd"
                },
                {
                    "id": 6892,
                    "parent_interest_id": "",
                    "member": "Terry Jermy",
                    "party": "labour",
                    "mnis_id": 5338,
                    "twfy_id": "26616",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Alec James Ltd"
                },
                {
                    "id": 6894,
                    "parent_interest_id": "",
                    "member": "Ann Davies",
                    "party": "plaid-cymru",
                    "mnis_id": 5177,
                    "twfy_id": "26359",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Meithrinfa Cwtsh Y Clos"
                },
                {
                    "id": 6895,
                    "parent_interest_id": "",
                    "member": "Ann Davies",
                    "party": "plaid-cymru",
                    "mnis_id": 5177,
                    "twfy_id": "26359",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in GB & CA DAVIES"
                },
                {
                    "id": 6896,
                    "parent_interest_id": "",
                    "member": "Ann Davies",
                    "party": "plaid-cymru",
                    "mnis_id": 5177,
                    "twfy_id": "26359",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Carmarthenshire"
                },
                {
                    "id": 6897,
                    "parent_interest_id": "",
                    "member": "Ann Davies",
                    "party": "plaid-cymru",
                    "mnis_id": 5177,
                    "twfy_id": "26359",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Carmarthenshire"
                },
                {
                    "id": 6899,
                    "parent_interest_id": "",
                    "member": "Ann Davies",
                    "party": "plaid-cymru",
                    "mnis_id": 5177,
                    "twfy_id": "26359",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Chair of Governors at Ysgol  Llanddarog Wirfoddol yr Eglwys yng Nghymru. This is an unpaid role."
                },
                {
                    "id": 6900,
                    "parent_interest_id": "",
                    "member": "Ann Davies",
                    "party": "plaid-cymru",
                    "mnis_id": 5177,
                    "twfy_id": "26359",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of Nantgaredig Governors. This is an unpaid role."
                },
                {
                    "id": 6901,
                    "parent_interest_id": "",
                    "member": "Ann Davies",
                    "party": "plaid-cymru",
                    "mnis_id": 5177,
                    "twfy_id": "26359",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of the Llanarthne New Village Hall and Community Hub. This is an unpaid role."
                },
                {
                    "id": 6902,
                    "parent_interest_id": "",
                    "member": "Ann Davies",
                    "party": "plaid-cymru",
                    "mnis_id": 5177,
                    "twfy_id": "26359",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Co-chair and member of Llanarthne  Area Pylon Group. This is an unpaid role."
                },
                {
                    "id": 6919,
                    "parent_interest_id": "",
                    "member": "Sir Geoffrey Cox",
                    "party": "conservative",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Legal Services - Bachubhai Munim & Co"
                },
                {
                    "id": 11758,
                    "parent_interest_id": 6919.0,
                    "member": "Sir Geoffrey Cox",
                    "party": "conservative",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 16 January 2025 - \u00a375,542.00"
                },
                {
                    "id": 6922,
                    "parent_interest_id": "",
                    "member": "Sir Geoffrey Cox",
                    "party": "conservative",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Legal services - The Khan Partnership"
                },
                {
                    "id": 12592,
                    "parent_interest_id": 6922.0,
                    "member": "Sir Geoffrey Cox",
                    "party": "conservative",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 16 May 2025 - \u00a312,000.00"
                },
                {
                    "id": 13062,
                    "parent_interest_id": 6922.0,
                    "member": "Sir Geoffrey Cox",
                    "party": "conservative",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 15 July 2025 - \u00a338,000.00"
                },
                {
                    "id": 13356,
                    "parent_interest_id": 6922.0,
                    "member": "Sir Geoffrey Cox",
                    "party": "conservative",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 15 September 2025 - \u00a36,000.00"
                },
                {
                    "id": 13809,
                    "parent_interest_id": 6922.0,
                    "member": "Sir Geoffrey Cox",
                    "party": "conservative",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 15 October 2025 - \u00a310,000.00"
                },
                {
                    "id": 6926,
                    "parent_interest_id": "",
                    "member": "Sir Geoffrey Cox",
                    "party": "conservative",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Legal services - Bower Cotton"
                },
                {
                    "id": 6929,
                    "parent_interest_id": "",
                    "member": "Patrick Spencer",
                    "party": "independent",
                    "mnis_id": 5303,
                    "twfy_id": "26579",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Director, Blue WV Limited."
                },
                {
                    "id": 6931,
                    "parent_interest_id": "",
                    "member": "Patrick Spencer",
                    "party": "independent",
                    "mnis_id": 5303,
                    "twfy_id": "26579",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Director, Suffolk Ventures Limited."
                },
                {
                    "id": 6941,
                    "parent_interest_id": "",
                    "member": "Peter Prinsley",
                    "party": "labour",
                    "mnis_id": 5163,
                    "twfy_id": "26383",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "private medical practice - Private patient payments"
                },
                {
                    "id": 6943,
                    "parent_interest_id": "",
                    "member": "Peter Prinsley",
                    "party": "labour",
                    "mnis_id": 5163,
                    "twfy_id": "26383",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "medical reports - Premex Services"
                },
                {
                    "id": 6951,
                    "parent_interest_id": "",
                    "member": "Mr Peter Bedford",
                    "party": "conservative",
                    "mnis_id": 5330,
                    "twfy_id": "26625",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of Ability Access (dormant charity). This is an unpaid role."
                },
                {
                    "id": 6969,
                    "parent_interest_id": "",
                    "member": "Mr James Frith",
                    "party": "labour",
                    "mnis_id": 4637,
                    "twfy_id": "25622",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Pull Together Ltd"
                },
                {
                    "id": 6971,
                    "parent_interest_id": "",
                    "member": "Mr James Frith",
                    "party": "labour",
                    "mnis_id": 4637,
                    "twfy_id": "25622",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Lemonade Partners"
                },
                {
                    "id": 6994,
                    "parent_interest_id": "",
                    "member": "Nick Timothy",
                    "party": "conservative",
                    "mnis_id": 5062,
                    "twfy_id": "26335",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Columnist - Daily Telegraph"
                },
                {
                    "id": 8833,
                    "parent_interest_id": 6994.0,
                    "member": "Nick Timothy",
                    "party": "conservative",
                    "mnis_id": 5062,
                    "twfy_id": "26335",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement - \u00a3145,000.00"
                },
                {
                    "id": 6997,
                    "parent_interest_id": "",
                    "member": "Antonia Bance",
                    "party": "labour",
                    "mnis_id": 5048,
                    "twfy_id": "26342",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Head of Campaigns, Communications and DIgital, the TUC - Trades Union Congress"
                },
                {
                    "id": 11821,
                    "parent_interest_id": 6997.0,
                    "member": "Antonia Bance",
                    "party": "labour",
                    "mnis_id": 5048,
                    "twfy_id": "26342",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 14 February 2025 - \u00a31,500.67"
                },
                {
                    "id": 7006,
                    "parent_interest_id": "",
                    "member": "Torcuil Crichton",
                    "party": "labour",
                    "mnis_id": 5246,
                    "twfy_id": "26500",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Glasgow"
                },
                {
                    "id": 7010,
                    "parent_interest_id": "",
                    "member": "Sarah Gibson",
                    "party": "liberal-democrat",
                    "mnis_id": 5239,
                    "twfy_id": "26585",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Labox Ltd"
                },
                {
                    "id": 7012,
                    "parent_interest_id": "",
                    "member": "Sarah Gibson",
                    "party": "liberal-democrat",
                    "mnis_id": 5239,
                    "twfy_id": "26585",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Bradford on Avon Town Councillor. This is an unpaid role."
                },
                {
                    "id": 7013,
                    "parent_interest_id": "",
                    "member": "Sarah Gibson",
                    "party": "liberal-democrat",
                    "mnis_id": 5239,
                    "twfy_id": "26585",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Councillor - Wiltshire Council"
                },
                {
                    "id": 7355,
                    "parent_interest_id": 7013.0,
                    "member": "Sarah Gibson",
                    "party": "liberal-democrat",
                    "mnis_id": 5239,
                    "twfy_id": "26585",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement - \u00a31,322.42"
                },
                {
                    "id": 13870,
                    "parent_interest_id": 7013.0,
                    "member": "Sarah Gibson",
                    "party": "liberal-democrat",
                    "mnis_id": 5239,
                    "twfy_id": "26585",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 25 December 2024 - \u00a31,492.78"
                },
                {
                    "id": 13871,
                    "parent_interest_id": 7013.0,
                    "member": "Sarah Gibson",
                    "party": "liberal-democrat",
                    "mnis_id": 5239,
                    "twfy_id": "26585",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 25 January 2025 - \u00a31,375.00"
                },
                {
                    "id": 7034,
                    "parent_interest_id": "",
                    "member": "Steve Witherden",
                    "party": "labour",
                    "mnis_id": 5221,
                    "twfy_id": "26583",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Negotiating Secretary NASUWT Wrexham Association. This is an unpaid role."
                },
                {
                    "id": 7043,
                    "parent_interest_id": "",
                    "member": "Rebecca Paul",
                    "party": "conservative",
                    "mnis_id": 5297,
                    "twfy_id": "26466",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "County Councillor - Surrey County Council"
                },
                {
                    "id": 7061,
                    "parent_interest_id": 7043.0,
                    "member": "Rebecca Paul",
                    "party": "conservative",
                    "mnis_id": 5297,
                    "twfy_id": "26466",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement - \u00a31,200.83"
                },
                {
                    "id": 7046,
                    "parent_interest_id": "",
                    "member": "Llinos Medi",
                    "party": "plaid-cymru",
                    "mnis_id": 5085,
                    "twfy_id": "26454",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Council Leader, Ynys Mon - Cyngor Ynys Mon"
                },
                {
                    "id": 14108,
                    "parent_interest_id": 7046.0,
                    "member": "Llinos Medi",
                    "party": "plaid-cymru",
                    "mnis_id": 5085,
                    "twfy_id": "26454",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 25 July 2024 - \u00a31,530.67"
                },
                {
                    "id": 7050,
                    "parent_interest_id": "",
                    "member": "Josh MacAlister",
                    "party": "labour",
                    "mnis_id": 5033,
                    "twfy_id": "26321",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Mountain Rescue Team Member. This is an unpaid role."
                },
                {
                    "id": 7051,
                    "parent_interest_id": "",
                    "member": "Llinos Medi",
                    "party": "plaid-cymru",
                    "mnis_id": 5085,
                    "twfy_id": "26454",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "County Councillor Ynys Mon Council. This is an unpaid role."
                },
                {
                    "id": 7053,
                    "parent_interest_id": "",
                    "member": "Llinos Medi",
                    "party": "plaid-cymru",
                    "mnis_id": 5085,
                    "twfy_id": "26454",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Community Councillor, Llannerchymedd Community Council. This is an unpaid role."
                },
                {
                    "id": 7054,
                    "parent_interest_id": "",
                    "member": "Llinos Medi",
                    "party": "plaid-cymru",
                    "mnis_id": 5085,
                    "twfy_id": "26454",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Chair of Governors, Bodedern Secondary School. This is an unpaid role."
                },
                {
                    "id": 7055,
                    "parent_interest_id": "",
                    "member": "Llinos Medi",
                    "party": "plaid-cymru",
                    "mnis_id": 5085,
                    "twfy_id": "26454",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "School Governor, Llanfechell Primary School. This is an unpaid role."
                },
                {
                    "id": 7058,
                    "parent_interest_id": "",
                    "member": "Mr Paul Foster",
                    "party": "labour",
                    "mnis_id": 5074,
                    "twfy_id": "26487",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Directorship of Project Furnishings Management Ltd."
                },
                {
                    "id": 7060,
                    "parent_interest_id": "",
                    "member": "Mr Paul Foster",
                    "party": "labour",
                    "mnis_id": 5074,
                    "twfy_id": "26487",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid director of WT IP Ltd."
                },
                {
                    "id": 7063,
                    "parent_interest_id": "",
                    "member": "Mr Paul Foster",
                    "party": "labour",
                    "mnis_id": 5074,
                    "twfy_id": "26487",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Director of NWSD Professional Services Ltd."
                },
                {
                    "id": 7064,
                    "parent_interest_id": "",
                    "member": "Jas Athwal",
                    "party": "labour",
                    "mnis_id": 5227,
                    "twfy_id": "26439",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Leader of Council and Councillor in Redbridge Council. This is an unpaid role."
                },
                {
                    "id": 7066,
                    "parent_interest_id": "",
                    "member": "Mr Paul Foster",
                    "party": "labour",
                    "mnis_id": 5074,
                    "twfy_id": "26487",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in PFPM (Preston) Ltd"
                },
                {
                    "id": 7068,
                    "parent_interest_id": "",
                    "member": "Mr Paul Foster",
                    "party": "labour",
                    "mnis_id": 5074,
                    "twfy_id": "26487",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Project Furnishings Management Ltd (Dormant)"
                },
                {
                    "id": 7070,
                    "parent_interest_id": "",
                    "member": "Mr Paul Foster",
                    "party": "labour",
                    "mnis_id": 5074,
                    "twfy_id": "26487",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in NWSD Professional Services Ltd"
                },
                {
                    "id": 7071,
                    "parent_interest_id": "",
                    "member": "Mr Paul Foster",
                    "party": "labour",
                    "mnis_id": 5074,
                    "twfy_id": "26487",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A 10% shareholding in WT IP Ltd.  The shareholding is below the threshold for registration."
                },
                {
                    "id": 7074,
                    "parent_interest_id": "",
                    "member": "Joe Robertson",
                    "party": "conservative",
                    "mnis_id": 5255,
                    "twfy_id": "26504",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Councillor - Isle of Wight Council"
                },
                {
                    "id": 7077,
                    "parent_interest_id": 7074.0,
                    "member": "Joe Robertson",
                    "party": "conservative",
                    "mnis_id": 5255,
                    "twfy_id": "26504",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement - \u00a3841.13"
                },
                {
                    "id": 7083,
                    "parent_interest_id": "",
                    "member": "Lee Pitcher",
                    "party": "labour",
                    "mnis_id": 5233,
                    "twfy_id": "26464",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Hatfield Town Councillor (Parish Council). This is an unpaid role."
                },
                {
                    "id": 7084,
                    "parent_interest_id": "",
                    "member": "Jas Athwal",
                    "party": "labour",
                    "mnis_id": 5227,
                    "twfy_id": "26439",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in London"
                },
                {
                    "id": 7086,
                    "parent_interest_id": "",
                    "member": "Jas Athwal",
                    "party": "labour",
                    "mnis_id": 5227,
                    "twfy_id": "26439",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Bedfordshire"
                },
                {
                    "id": 7087,
                    "parent_interest_id": "",
                    "member": "Jas Athwal",
                    "party": "labour",
                    "mnis_id": 5227,
                    "twfy_id": "26439",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in London"
                },
                {
                    "id": 7105,
                    "parent_interest_id": "",
                    "member": "Peter Prinsley",
                    "party": "labour",
                    "mnis_id": 5163,
                    "twfy_id": "26383",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "medical practice - Premex"
                },
                {
                    "id": 7133,
                    "parent_interest_id": "",
                    "member": "Mike Martin",
                    "party": "liberal-democrat",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Senior Visiting Fellow, War Studies Department, King's College London. This is an unpaid role."
                },
                {
                    "id": 7134,
                    "parent_interest_id": "",
                    "member": "Dr Danny Chambers",
                    "party": "liberal-democrat",
                    "mnis_id": 5304,
                    "twfy_id": "26607",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Council Member of the Royal College of Veterinary Surgeons (regulatory body for the Veterinary Profession). This is an unpaid role."
                },
                {
                    "id": 7135,
                    "parent_interest_id": "",
                    "member": "Dr Danny Chambers",
                    "party": "liberal-democrat",
                    "mnis_id": 5304,
                    "twfy_id": "26607",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of the charity Vetlife. This is an unpaid role.\nI stepped down from this role on 12/09/2024"
                },
                {
                    "id": 7136,
                    "parent_interest_id": "",
                    "member": "Dr Danny Chambers",
                    "party": "liberal-democrat",
                    "mnis_id": 5304,
                    "twfy_id": "26607",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director of Veterinary Voices LTD."
                },
                {
                    "id": 7144,
                    "parent_interest_id": "",
                    "member": "Terry Jermy",
                    "party": "labour",
                    "mnis_id": 5338,
                    "twfy_id": "26616",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of the Charles Burrell Centre Ltd Board, a community benefit society. This is an unpaid role."
                },
                {
                    "id": 7146,
                    "parent_interest_id": "",
                    "member": "Terry Jermy",
                    "party": "labour",
                    "mnis_id": 5338,
                    "twfy_id": "26616",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Councillor to Thetford Town Council (Thetford Priory Ward). This is an unpaid role, with no allowance or benefits."
                },
                {
                    "id": 7155,
                    "parent_interest_id": "",
                    "member": "Dr Jeevun Sandher",
                    "party": "labour",
                    "mnis_id": 5259,
                    "twfy_id": "26521",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Luton"
                },
                {
                    "id": 7182,
                    "parent_interest_id": "",
                    "member": "Matt Turmaine",
                    "party": "labour",
                    "mnis_id": 5130,
                    "twfy_id": "26417",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Elected Councillor, Watford Borough Council. This is an unpaid role."
                },
                {
                    "id": 7204,
                    "parent_interest_id": "",
                    "member": "Peter Fortune",
                    "party": "conservative",
                    "mnis_id": 5209,
                    "twfy_id": "26027",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in DeCantelo Ltd"
                },
                {
                    "id": 7208,
                    "parent_interest_id": "",
                    "member": "Peter Fortune",
                    "party": "conservative",
                    "mnis_id": 5209,
                    "twfy_id": "26027",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Company Director, DeCantelo Ltd."
                },
                {
                    "id": 7222,
                    "parent_interest_id": "",
                    "member": "Mr Douglas Alexander",
                    "party": "labourco-operative",
                    "mnis_id": 632,
                    "twfy_id": "10661",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in East Lothian"
                },
                {
                    "id": 7223,
                    "parent_interest_id": "",
                    "member": "Mr Douglas Alexander",
                    "party": "labourco-operative",
                    "mnis_id": 632,
                    "twfy_id": "10661",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Argyll"
                },
                {
                    "id": 7230,
                    "parent_interest_id": "",
                    "member": "Mr Douglas Alexander",
                    "party": "labourco-operative",
                    "mnis_id": 632,
                    "twfy_id": "10661",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "The Ditchley Foundation -  Governor"
                },
                {
                    "id": 7258,
                    "parent_interest_id": "",
                    "member": "Sojan Joseph",
                    "party": "labour",
                    "mnis_id": 5247,
                    "twfy_id": "26578",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Onamthuruthu, Kottayam, Kerala"
                },
                {
                    "id": 7260,
                    "parent_interest_id": "",
                    "member": "Rachel Gilmour",
                    "party": "liberal-democrat",
                    "mnis_id": 5252,
                    "twfy_id": "26543",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "District Councillor - Mid Devon District Council"
                },
                {
                    "id": 7267,
                    "parent_interest_id": 7260.0,
                    "member": "Rachel Gilmour",
                    "party": "liberal-democrat",
                    "mnis_id": 5252,
                    "twfy_id": "26543",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement - \u00a3500.00"
                },
                {
                    "id": 7326,
                    "parent_interest_id": "",
                    "member": "Rachel Taylor",
                    "party": "labour",
                    "mnis_id": 5065,
                    "twfy_id": "26478",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Rachel Taylor Consultancy Limited"
                },
                {
                    "id": 7329,
                    "parent_interest_id": "",
                    "member": "Rachel Taylor",
                    "party": "labour",
                    "mnis_id": 5065,
                    "twfy_id": "26478",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Atherstone"
                },
                {
                    "id": 7334,
                    "parent_interest_id": "",
                    "member": "Mr Jonathan Brash",
                    "party": "labour",
                    "mnis_id": 5045,
                    "twfy_id": "26339",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Spennymoor"
                },
                {
                    "id": 7371,
                    "parent_interest_id": "",
                    "member": "Catherine Fookes",
                    "party": "labour",
                    "mnis_id": 5291,
                    "twfy_id": "26510",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "School Governor, Monmouth Comprehensive School. This is an unpaid role."
                },
                {
                    "id": 7372,
                    "parent_interest_id": "",
                    "member": "Mr Jonathan Brash",
                    "party": "labour",
                    "mnis_id": 5045,
                    "twfy_id": "26339",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Hargreaves Brash Property Ltd"
                },
                {
                    "id": 7373,
                    "parent_interest_id": "",
                    "member": "Naushabah Khan",
                    "party": "labour",
                    "mnis_id": 5215,
                    "twfy_id": "26562",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of the Fawcett Society. This is an unpaid role."
                },
                {
                    "id": 7374,
                    "parent_interest_id": "",
                    "member": "Mr Jonathan Brash",
                    "party": "labour",
                    "mnis_id": 5045,
                    "twfy_id": "26339",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in W B Tees Valley & North York Moors Ltd"
                },
                {
                    "id": 7399,
                    "parent_interest_id": "",
                    "member": "Lewis Atkinson",
                    "party": "labour",
                    "mnis_id": 5028,
                    "twfy_id": "26309",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Vice Chair of Labour North Regional Executive Committee."
                },
                {
                    "id": 7402,
                    "parent_interest_id": "",
                    "member": "Shivani Raja",
                    "party": "conservative",
                    "mnis_id": 5068,
                    "twfy_id": "26363",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Personal License holder of a company that owns venue. This is an unpaid role."
                },
                {
                    "id": 7403,
                    "parent_interest_id": "",
                    "member": "Michelle Scrogham",
                    "party": "labour",
                    "mnis_id": 5049,
                    "twfy_id": "26322",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Ulverston"
                },
                {
                    "id": 7406,
                    "parent_interest_id": "",
                    "member": "Alison Hume",
                    "party": "labour",
                    "mnis_id": 5254,
                    "twfy_id": "26523",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Screenwriter - Rochelle Stevens & Co Ltd"
                },
                {
                    "id": 11740,
                    "parent_interest_id": 7406.0,
                    "member": "Alison Hume",
                    "party": "labour",
                    "mnis_id": 5254,
                    "twfy_id": "26523",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 25 January 2025 - \u00a3156.71"
                },
                {
                    "id": 12248,
                    "parent_interest_id": 7406.0,
                    "member": "Alison Hume",
                    "party": "labour",
                    "mnis_id": 5254,
                    "twfy_id": "26523",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 08 April 2025 - \u00a33,347.65"
                },
                {
                    "id": 14237,
                    "parent_interest_id": 7406.0,
                    "member": "Alison Hume",
                    "party": "labour",
                    "mnis_id": 5254,
                    "twfy_id": "26523",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 18 November 2025 - \u00a3216.53"
                },
                {
                    "id": 7411,
                    "parent_interest_id": "",
                    "member": "Imogen Walker",
                    "party": "labour",
                    "mnis_id": 5136,
                    "twfy_id": "26409",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Edinburgh"
                },
                {
                    "id": 7414,
                    "parent_interest_id": "",
                    "member": "Pam Cox",
                    "party": "labour",
                    "mnis_id": 5042,
                    "twfy_id": "26324",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Colchester"
                },
                {
                    "id": 7418,
                    "parent_interest_id": "",
                    "member": "Alison Hume",
                    "party": "labour",
                    "mnis_id": 5254,
                    "twfy_id": "26523",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Sparticles Productions Ltd"
                },
                {
                    "id": 7424,
                    "parent_interest_id": "",
                    "member": "Leigh Ingham",
                    "party": "labour",
                    "mnis_id": 5290,
                    "twfy_id": "26392",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Governor of Burton Manor School, Stafford. This is an unpaid role."
                },
                {
                    "id": 7437,
                    "parent_interest_id": "",
                    "member": "Dan Aldridge",
                    "party": "labour",
                    "mnis_id": 5172,
                    "twfy_id": "26453",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of Somewhere to Go charity in Weston-super-Mare. This is an unpaid role."
                },
                {
                    "id": 7439,
                    "parent_interest_id": "",
                    "member": "Dan Aldridge",
                    "party": "labour",
                    "mnis_id": 5172,
                    "twfy_id": "26453",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Advisory Board Member of Software Sustainability Institute. This is an unpaid role."
                },
                {
                    "id": 7460,
                    "parent_interest_id": "",
                    "member": "Sadik Al-Hassan",
                    "party": "labour",
                    "mnis_id": 5312,
                    "twfy_id": "26527",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director of Lynton Commercial Holdings Limited. This is an unpaid role."
                },
                {
                    "id": 7472,
                    "parent_interest_id": "",
                    "member": "Mr Bayo Alaba",
                    "party": "labour",
                    "mnis_id": 5097,
                    "twfy_id": "26422",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in London"
                },
                {
                    "id": 7473,
                    "parent_interest_id": "",
                    "member": "Sadik Al-Hassan",
                    "party": "labour",
                    "mnis_id": 5312,
                    "twfy_id": "26527",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Bath"
                },
                {
                    "id": 7476,
                    "parent_interest_id": "",
                    "member": "Sadik Al-Hassan",
                    "party": "labour",
                    "mnis_id": 5312,
                    "twfy_id": "26527",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Liverpool"
                },
                {
                    "id": 7480,
                    "parent_interest_id": "",
                    "member": "Heidi Alexander",
                    "party": "labour",
                    "mnis_id": 4038,
                    "twfy_id": "24953",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Swindon"
                },
                {
                    "id": 7482,
                    "parent_interest_id": "",
                    "member": "Mr Bayo Alaba",
                    "party": "labour",
                    "mnis_id": 5097,
                    "twfy_id": "26422",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Onit Events Ltd"
                },
                {
                    "id": 7488,
                    "parent_interest_id": "",
                    "member": "Mr Bayo Alaba",
                    "party": "labour",
                    "mnis_id": 5097,
                    "twfy_id": "26422",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in StreetFestLive Ltd"
                },
                {
                    "id": 7490,
                    "parent_interest_id": "",
                    "member": "Mr Bayo Alaba",
                    "party": "labour",
                    "mnis_id": 5097,
                    "twfy_id": "26422",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Alaba Properties"
                },
                {
                    "id": 7520,
                    "parent_interest_id": "",
                    "member": "John Grady",
                    "party": "labour",
                    "mnis_id": 5170,
                    "twfy_id": "26426",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Partner of a law firm and consultant to a law firm. - Shepherd and Wedderburn LLP"
                },
                {
                    "id": 13196,
                    "parent_interest_id": 7520.0,
                    "member": "John Grady",
                    "party": "labour",
                    "mnis_id": 5170,
                    "twfy_id": "26426",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 31 July 2024 - \u00a39,021.00"
                },
                {
                    "id": 13197,
                    "parent_interest_id": 7520.0,
                    "member": "John Grady",
                    "party": "labour",
                    "mnis_id": 5170,
                    "twfy_id": "26426",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 14 August 2024 - \u00a3740.00"
                },
                {
                    "id": 7523,
                    "parent_interest_id": "",
                    "member": "John Grady",
                    "party": "labour",
                    "mnis_id": 5170,
                    "twfy_id": "26426",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "I am admitted as a solicitor by the Law Society of Scotland."
                },
                {
                    "id": 7529,
                    "parent_interest_id": "",
                    "member": "Warinder Juss",
                    "party": "labour",
                    "mnis_id": 5230,
                    "twfy_id": "26533",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Wolverhampton"
                },
                {
                    "id": 7531,
                    "parent_interest_id": "",
                    "member": "Warinder Juss",
                    "party": "labour",
                    "mnis_id": 5230,
                    "twfy_id": "26533",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of the Central Executive Council of the GMB Trade Union."
                },
                {
                    "id": 7533,
                    "parent_interest_id": "",
                    "member": "Warinder Juss",
                    "party": "labour",
                    "mnis_id": 5230,
                    "twfy_id": "26533",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "GMB Trade Union Representative on Labour Party's National Policy Forum."
                },
                {
                    "id": 7538,
                    "parent_interest_id": "",
                    "member": "Alice Macdonald",
                    "party": "labourco-operative",
                    "mnis_id": 5133,
                    "twfy_id": "26450",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of Dawn's New Horizon CIO. This is an unpaid role."
                },
                {
                    "id": 7549,
                    "parent_interest_id": "",
                    "member": "Katrina Murray",
                    "party": "labour",
                    "mnis_id": 5309,
                    "twfy_id": "26494",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of the Conference Arrangement Committee for the Annual Labour Party Conference."
                },
                {
                    "id": 7566,
                    "parent_interest_id": "",
                    "member": "Lucy Rigby",
                    "party": "labour",
                    "mnis_id": 5333,
                    "twfy_id": "26596",
                    "category": "Family members engaged in third-party lobbying",
                    "category_code": "10",
                    "summary": "Will Tanner employed as Lobbyist"
                },
                {
                    "id": 7577,
                    "parent_interest_id": "",
                    "member": "Dr Allison Gardner",
                    "party": "labour",
                    "mnis_id": 5334,
                    "twfy_id": "26621",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director of Women Leading in AI. This is an unpaid role."
                },
                {
                    "id": 7580,
                    "parent_interest_id": "",
                    "member": "Dr Allison Gardner",
                    "party": "labour",
                    "mnis_id": 5334,
                    "twfy_id": "26621",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Honorary Senior Research Fellow at Keele University. This is an unpaid role."
                },
                {
                    "id": 7599,
                    "parent_interest_id": "",
                    "member": "Mr Joshua Reynolds",
                    "party": "liberal-democrat",
                    "mnis_id": 5343,
                    "twfy_id": "26608",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Local Authority appointed representative of Maidenhead Arts Council. This is an unpaid role."
                },
                {
                    "id": 7603,
                    "parent_interest_id": "",
                    "member": "George Freeman",
                    "party": "conservative",
                    "mnis_id": 4020,
                    "twfy_id": "24817",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Chairman of Advisory Board, Nodenza Venture Partners - Nodenza Venture Partners"
                },
                {
                    "id": 7604,
                    "parent_interest_id": 7603.0,
                    "member": "George Freeman",
                    "party": "conservative",
                    "mnis_id": 4020,
                    "twfy_id": "24817",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement starting 01 August 2024 - \u00a31,500.00"
                },
                {
                    "id": 7605,
                    "parent_interest_id": "",
                    "member": "George Freeman",
                    "party": "conservative",
                    "mnis_id": 4020,
                    "twfy_id": "24817",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Science and Technology Advisor, The Pioneer Group - Pioneer Group Limited"
                },
                {
                    "id": 7606,
                    "parent_interest_id": 7605.0,
                    "member": "George Freeman",
                    "party": "conservative",
                    "mnis_id": 4020,
                    "twfy_id": "24817",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement starting 01 August 2024 - \u00a35,000.00"
                },
                {
                    "id": 7611,
                    "parent_interest_id": "",
                    "member": "Mike Tapp",
                    "party": "labour",
                    "mnis_id": 5266,
                    "twfy_id": "26605",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Monki Dog Care"
                },
                {
                    "id": 7614,
                    "parent_interest_id": "",
                    "member": "Mike Tapp",
                    "party": "labour",
                    "mnis_id": 5266,
                    "twfy_id": "26605",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director of Monki Dog Care Ltd."
                },
                {
                    "id": 7628,
                    "parent_interest_id": "",
                    "member": "Richard Baker",
                    "party": "labour",
                    "mnis_id": 5253,
                    "twfy_id": "13952",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Edinburgh"
                },
                {
                    "id": 7636,
                    "parent_interest_id": "",
                    "member": "Gideon Amos",
                    "party": "liberal-democrat",
                    "mnis_id": 5250,
                    "twfy_id": "26531",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director of AEC Ltd."
                },
                {
                    "id": 7637,
                    "parent_interest_id": "",
                    "member": "Gideon Amos",
                    "party": "liberal-democrat",
                    "mnis_id": 5250,
                    "twfy_id": "26531",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Partner of French Weir Affordable Homes LLP."
                },
                {
                    "id": 7638,
                    "parent_interest_id": "",
                    "member": "Gideon Amos",
                    "party": "liberal-democrat",
                    "mnis_id": 5250,
                    "twfy_id": "26531",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Army Cadet Force - Adult Instructor."
                },
                {
                    "id": 7644,
                    "parent_interest_id": "",
                    "member": "Mr Adnan Hussain",
                    "party": "independent",
                    "mnis_id": 5231,
                    "twfy_id": "26595",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Barrister (employee) and until 3 February 2025, Director - Bank View Solicitors Limited"
                },
                {
                    "id": 7658,
                    "parent_interest_id": "",
                    "member": "Baggy Shanker",
                    "party": "labourco-operative",
                    "mnis_id": 5176,
                    "twfy_id": "26489",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Derby"
                },
                {
                    "id": 7659,
                    "parent_interest_id": "",
                    "member": "Baggy Shanker",
                    "party": "labourco-operative",
                    "mnis_id": 5176,
                    "twfy_id": "26489",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Rolls Royce Plc"
                },
                {
                    "id": 7661,
                    "parent_interest_id": "",
                    "member": "Imogen Walker",
                    "party": "labour",
                    "mnis_id": 5136,
                    "twfy_id": "26409",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Edinburgh"
                },
                {
                    "id": 7702,
                    "parent_interest_id": "",
                    "member": "David Williams",
                    "party": "labour",
                    "mnis_id": 5151,
                    "twfy_id": "26397",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Mojacar"
                },
                {
                    "id": 7714,
                    "parent_interest_id": "",
                    "member": "Margaret Mullane",
                    "party": "labour",
                    "mnis_id": 5272,
                    "twfy_id": "26495",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of Dagenham United Charity. This is an unpaid role."
                },
                {
                    "id": 7747,
                    "parent_interest_id": "",
                    "member": "Alison Taylor",
                    "party": "labour",
                    "mnis_id": 5093,
                    "twfy_id": "26563",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Isle of Arran"
                },
                {
                    "id": 7749,
                    "parent_interest_id": "",
                    "member": "Alison Taylor",
                    "party": "labour",
                    "mnis_id": 5093,
                    "twfy_id": "26563",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Andulucia"
                },
                {
                    "id": 7750,
                    "parent_interest_id": "",
                    "member": "Alison Taylor",
                    "party": "labour",
                    "mnis_id": 5093,
                    "twfy_id": "26563",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Urban Property Management Ltd"
                },
                {
                    "id": 7759,
                    "parent_interest_id": "",
                    "member": "Andrew Pakes",
                    "party": "labourco-operative",
                    "mnis_id": 5243,
                    "twfy_id": "26601",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in London"
                },
                {
                    "id": 7761,
                    "parent_interest_id": "",
                    "member": "Andrew Pakes",
                    "party": "labourco-operative",
                    "mnis_id": 5243,
                    "twfy_id": "26601",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member, Advisory Board, London AI Campus (education initiative by Camden Learning/ Camden Council, supported by Google). This is an unpaid role."
                },
                {
                    "id": 7762,
                    "parent_interest_id": "",
                    "member": "Andrew Pakes",
                    "party": "labourco-operative",
                    "mnis_id": 5243,
                    "twfy_id": "26601",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Associate Fellow, Digital Future at work research centre, University of Sussex Business School. This is an unpaid role."
                },
                {
                    "id": 7781,
                    "parent_interest_id": "",
                    "member": "Carla Denyer",
                    "party": "green",
                    "mnis_id": 5102,
                    "twfy_id": "26379",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Co-leader of the Green Party of England and Wales."
                },
                {
                    "id": 7787,
                    "parent_interest_id": "",
                    "member": "Carla Denyer",
                    "party": "green",
                    "mnis_id": 5102,
                    "twfy_id": "26379",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Shares (not registrable under Category 7) in Bristol Community Energy Ltd, Bristol Energy Cooperative."
                },
                {
                    "id": 7792,
                    "parent_interest_id": "",
                    "member": "Carla Denyer",
                    "party": "green",
                    "mnis_id": 5102,
                    "twfy_id": "26379",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of ACORN Community Union."
                },
                {
                    "id": 7810,
                    "parent_interest_id": "",
                    "member": "Jen Craft",
                    "party": "labour",
                    "mnis_id": 5056,
                    "twfy_id": "26341",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Cavendish Consulting Limited"
                },
                {
                    "id": 7817,
                    "parent_interest_id": "",
                    "member": "Helen Maguire",
                    "party": "liberal-democrat",
                    "mnis_id": 5336,
                    "twfy_id": "26627",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Tonypandy"
                },
                {
                    "id": 7824,
                    "parent_interest_id": "",
                    "member": "Carla Denyer",
                    "party": "green",
                    "mnis_id": 5102,
                    "twfy_id": "26379",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid director of Company [name redacted]."
                },
                {
                    "id": 7840,
                    "parent_interest_id": "",
                    "member": "Imogen Walker",
                    "party": "labour",
                    "mnis_id": 5136,
                    "twfy_id": "26409",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee, Royal Society for the Prevention of Cruelty to Animals. This is an unpaid role."
                },
                {
                    "id": 7846,
                    "parent_interest_id": "",
                    "member": "Brian Leishman",
                    "party": "labour",
                    "mnis_id": 5196,
                    "twfy_id": "26492",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Board Director of Live Active Leisure. This is an unpaid role."
                },
                {
                    "id": 7847,
                    "parent_interest_id": "",
                    "member": "Brian Leishman",
                    "party": "labour",
                    "mnis_id": 5196,
                    "twfy_id": "26492",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of Letham Climate Challenge. This is an unpaid role."
                },
                {
                    "id": 7851,
                    "parent_interest_id": "",
                    "member": "Helen Maguire",
                    "party": "liberal-democrat",
                    "mnis_id": 5336,
                    "twfy_id": "26627",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Merthyr Tydfil"
                },
                {
                    "id": 7854,
                    "parent_interest_id": "",
                    "member": "Helen Maguire",
                    "party": "liberal-democrat",
                    "mnis_id": 5336,
                    "twfy_id": "26627",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Big Bright Futures Ltd"
                },
                {
                    "id": 7858,
                    "parent_interest_id": "",
                    "member": "Helen Maguire",
                    "party": "liberal-democrat",
                    "mnis_id": 5336,
                    "twfy_id": "26627",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Eyespealed Services Ltd"
                },
                {
                    "id": 7897,
                    "parent_interest_id": "",
                    "member": "Marie Goldman",
                    "party": "liberal-democrat",
                    "mnis_id": 5073,
                    "twfy_id": "26338",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Councillor - Chelmsford City Council"
                },
                {
                    "id": 7899,
                    "parent_interest_id": 7897.0,
                    "member": "Marie Goldman",
                    "party": "liberal-democrat",
                    "mnis_id": 5073,
                    "twfy_id": "26338",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement - \u00a3553.75"
                },
                {
                    "id": 7901,
                    "parent_interest_id": "",
                    "member": "Marie Goldman",
                    "party": "liberal-democrat",
                    "mnis_id": 5073,
                    "twfy_id": "26338",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Councillor - Essex County Council"
                },
                {
                    "id": 7906,
                    "parent_interest_id": 7901.0,
                    "member": "Marie Goldman",
                    "party": "liberal-democrat",
                    "mnis_id": 5073,
                    "twfy_id": "26338",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement - \u00a31,144.17"
                },
                {
                    "id": 7908,
                    "parent_interest_id": "",
                    "member": "Kirsteen Sullivan",
                    "party": "labourco-operative",
                    "mnis_id": 5179,
                    "twfy_id": "26501",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Alicante province"
                },
                {
                    "id": 7909,
                    "parent_interest_id": "",
                    "member": "Marie Goldman",
                    "party": "liberal-democrat",
                    "mnis_id": 5073,
                    "twfy_id": "26338",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Red Installations Ltd"
                },
                {
                    "id": 7910,
                    "parent_interest_id": "",
                    "member": "Marie Goldman",
                    "party": "liberal-democrat",
                    "mnis_id": 5073,
                    "twfy_id": "26338",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Red Glazing Systems Ltd"
                },
                {
                    "id": 7911,
                    "parent_interest_id": "",
                    "member": "Marie Goldman",
                    "party": "liberal-democrat",
                    "mnis_id": 5073,
                    "twfy_id": "26338",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Piktical Ltd"
                },
                {
                    "id": 7917,
                    "parent_interest_id": "",
                    "member": "Marie Goldman",
                    "party": "liberal-democrat",
                    "mnis_id": 5073,
                    "twfy_id": "26338",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director of Red Glazing Systems Ltd."
                },
                {
                    "id": 7919,
                    "parent_interest_id": "",
                    "member": "Marie Goldman",
                    "party": "liberal-democrat",
                    "mnis_id": 5073,
                    "twfy_id": "26338",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director of Red Installations Ltd."
                },
                {
                    "id": 7920,
                    "parent_interest_id": "",
                    "member": "Marie Goldman",
                    "party": "liberal-democrat",
                    "mnis_id": 5073,
                    "twfy_id": "26338",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director of Piktical Ltd."
                },
                {
                    "id": 7928,
                    "parent_interest_id": "",
                    "member": "Richard Quigley",
                    "party": "labour",
                    "mnis_id": 5144,
                    "twfy_id": "26373",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Cowes"
                },
                {
                    "id": 7936,
                    "parent_interest_id": "",
                    "member": "Dr Zubir Ahmed",
                    "party": "labour",
                    "mnis_id": 5213,
                    "twfy_id": "26483",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "NHS surgeon - NHS golden jubilee"
                },
                {
                    "id": 13385,
                    "parent_interest_id": 7936.0,
                    "member": "Dr Zubir Ahmed",
                    "party": "labour",
                    "mnis_id": 5213,
                    "twfy_id": "26483",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 30 August 2025 - \u00a319,878.00"
                },
                {
                    "id": 7950,
                    "parent_interest_id": "",
                    "member": "Gurinder Singh Josan",
                    "party": "labour",
                    "mnis_id": 5059,
                    "twfy_id": "26348",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Chair of Trustees at Victoria Academies Trust - a Multi Academy Trust. This is an unpaid role."
                },
                {
                    "id": 7956,
                    "parent_interest_id": "",
                    "member": "Nesil Caliskan",
                    "party": "labour",
                    "mnis_id": 5180,
                    "twfy_id": "26474",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in London"
                },
                {
                    "id": 7967,
                    "parent_interest_id": "",
                    "member": "Jodie Gosling",
                    "party": "labour",
                    "mnis_id": 5036,
                    "twfy_id": "26314",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid directorship of Jelly Beans Nurture Nursery."
                },
                {
                    "id": 8017,
                    "parent_interest_id": "",
                    "member": "Dan Norris",
                    "party": "independent",
                    "mnis_id": 221,
                    "twfy_id": "10458",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee and Chair of The League Against Cruel Sports. This is an unpaid role."
                },
                {
                    "id": 8020,
                    "parent_interest_id": "",
                    "member": "Emily Darlington",
                    "party": "labour",
                    "mnis_id": 5139,
                    "twfy_id": "26412",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in London"
                },
                {
                    "id": 8022,
                    "parent_interest_id": "",
                    "member": "Lisa Smart",
                    "party": "liberal-democrat",
                    "mnis_id": 5070,
                    "twfy_id": "26556",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Governor at Fairway Primary School, Offerton. This is an unpaid role."
                },
                {
                    "id": 8029,
                    "parent_interest_id": "",
                    "member": "Matt Rodda",
                    "party": "labour",
                    "mnis_id": 4654,
                    "twfy_id": "25691",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Guildford Labour Party - \u00a33,675.00"
                },
                {
                    "id": 8030,
                    "parent_interest_id": "",
                    "member": "Robin Swann",
                    "party": "uup",
                    "mnis_id": 5319,
                    "twfy_id": "25141",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Honorary Fellowship of the Royal College of Psychiatrists."
                },
                {
                    "id": 8063,
                    "parent_interest_id": "",
                    "member": "Chris Coghlan",
                    "party": "liberal-democrat",
                    "mnis_id": 5198,
                    "twfy_id": "26445",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Grow Movement Ltd"
                },
                {
                    "id": 8078,
                    "parent_interest_id": "",
                    "member": "Dan Norris",
                    "party": "independent",
                    "mnis_id": 221,
                    "twfy_id": "10458",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Metro Mayor of the West of England - West of England Mayoral Combined Authority"
                },
                {
                    "id": 8086,
                    "parent_interest_id": 8078.0,
                    "member": "Dan Norris",
                    "party": "independent",
                    "mnis_id": 221,
                    "twfy_id": "10458",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement - \u00a37,993.29"
                },
                {
                    "id": 8131,
                    "parent_interest_id": "",
                    "member": "Dan Norris",
                    "party": "independent",
                    "mnis_id": 221,
                    "twfy_id": "10458",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "In my role as the Metro Mayor of the West of England I am a chair/member of the following committees and boards:\nWest of England Mayoral Combined Authority Committee; Temple Quarter Strategic Board; West of England LEP Board; Regional Capital Board; West of England Mayoral Combined Authority Joint Skills and Business Boards, Joint Transport, Housing & Planning Boards, and the Climate & Nature Action Panel."
                },
                {
                    "id": 8137,
                    "parent_interest_id": "",
                    "member": "Charlie Maynard",
                    "party": "liberal-democrat",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Hampshire"
                },
                {
                    "id": 8140,
                    "parent_interest_id": "",
                    "member": "Charlie Maynard",
                    "party": "liberal-democrat",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in London"
                },
                {
                    "id": 8142,
                    "parent_interest_id": "",
                    "member": "Charlie Maynard",
                    "party": "liberal-democrat",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Upstate New York"
                },
                {
                    "id": 8143,
                    "parent_interest_id": "",
                    "member": "Mr Paul Foster",
                    "party": "labour",
                    "mnis_id": 5074,
                    "twfy_id": "26487",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Director of Home Safe Veterans & Homeless Support Ltd.  This entity is currently seeking charitable status."
                },
                {
                    "id": 8151,
                    "parent_interest_id": "",
                    "member": "Joe Powell",
                    "party": "labour",
                    "mnis_id": 5229,
                    "twfy_id": "26477",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in London"
                },
                {
                    "id": 8153,
                    "parent_interest_id": "",
                    "member": "Ann Davies",
                    "party": "plaid-cymru",
                    "mnis_id": 5177,
                    "twfy_id": "26359",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Chairperson of the Farmers Union of Wales - Carmarthenshire branch. This is an unpaid role."
                },
                {
                    "id": 8154,
                    "parent_interest_id": "",
                    "member": "Ann Davies",
                    "party": "plaid-cymru",
                    "mnis_id": 5177,
                    "twfy_id": "26359",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Chair of Carmarthenshire Association of Voluntary Services. This is an unpaid role."
                },
                {
                    "id": 8164,
                    "parent_interest_id": "",
                    "member": "Lillian Jones",
                    "party": "labour",
                    "mnis_id": 5043,
                    "twfy_id": "26327",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Chair Governance and Scrutiny Committee. This is an unpaid role."
                },
                {
                    "id": 8175,
                    "parent_interest_id": "",
                    "member": "John Slinger",
                    "party": "labour",
                    "mnis_id": 5127,
                    "twfy_id": "26564",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Borough councillor (Rugby). On my request Rugby Council stoped paying my allowance from 4 July 2024 (when I was elected) onwards. The allowance up to this date did not meet the threshold to be registered. I resigned as a councillor on 25 March 2025, triggering a By-election which took place on 1 May 2025. Rugby Borough Council have stated my official resignation date is 5 May 2025 (three days after the election)."
                },
                {
                    "id": 8198,
                    "parent_interest_id": "",
                    "member": "Blake Stephenson",
                    "party": "conservative",
                    "mnis_id": 5100,
                    "twfy_id": "26355",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in London"
                },
                {
                    "id": 8208,
                    "parent_interest_id": "",
                    "member": "Blake Stephenson",
                    "party": "conservative",
                    "mnis_id": 5100,
                    "twfy_id": "26355",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Director of Swallow Place Management Company Limited."
                },
                {
                    "id": 8221,
                    "parent_interest_id": "",
                    "member": "Tristan Osborne",
                    "party": "labour",
                    "mnis_id": 5220,
                    "twfy_id": "26589",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Rochester, Kent"
                },
                {
                    "id": 8226,
                    "parent_interest_id": "",
                    "member": "James Asser",
                    "party": "labour",
                    "mnis_id": 5211,
                    "twfy_id": "26594",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "School Governor, Kingsford School, Beckton, Newham. This is an unpaid role."
                },
                {
                    "id": 8227,
                    "parent_interest_id": "",
                    "member": "Jeff Smith",
                    "party": "labour",
                    "mnis_id": 4456,
                    "twfy_id": "25366",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of the registered charity, Drug Science. This is an unpaid role."
                },
                {
                    "id": 8244,
                    "parent_interest_id": "",
                    "member": "Mr Adnan Hussain",
                    "party": "independent",
                    "mnis_id": 5231,
                    "twfy_id": "26595",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Bank View Solicitors Limited"
                },
                {
                    "id": 8250,
                    "parent_interest_id": "",
                    "member": "Daniel Francis",
                    "party": "labour",
                    "mnis_id": 5184,
                    "twfy_id": "26493",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Director, Community Conversations Ltd."
                },
                {
                    "id": 8254,
                    "parent_interest_id": "",
                    "member": "Charlie Maynard",
                    "party": "liberal-democrat",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in BDA Partners"
                },
                {
                    "id": 8273,
                    "parent_interest_id": "",
                    "member": "Charlotte Cane",
                    "party": "liberal-democrat",
                    "mnis_id": 5182,
                    "twfy_id": "26425",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "District Councillor - East Cambridgeshire District Council"
                },
                {
                    "id": 8311,
                    "parent_interest_id": 8273.0,
                    "member": "Charlotte Cane",
                    "party": "liberal-democrat",
                    "mnis_id": 5182,
                    "twfy_id": "26425",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement starting 25 August 2025 - \u00a3691.43"
                },
                {
                    "id": 8283,
                    "parent_interest_id": "",
                    "member": "Jim Dickson",
                    "party": "labour",
                    "mnis_id": 5223,
                    "twfy_id": "26547",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Four Communications"
                },
                {
                    "id": 8286,
                    "parent_interest_id": "",
                    "member": "Shockat Adam",
                    "party": "independent",
                    "mnis_id": 5120,
                    "twfy_id": "26364",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of Shu Discretionary Trust. This is an unpaid role."
                },
                {
                    "id": 8300,
                    "parent_interest_id": "",
                    "member": "Shockat Adam",
                    "party": "independent",
                    "mnis_id": 5120,
                    "twfy_id": "26364",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Director - Sask Optics Ltd"
                },
                {
                    "id": 8304,
                    "parent_interest_id": "",
                    "member": "Shockat Adam",
                    "party": "independent",
                    "mnis_id": 5120,
                    "twfy_id": "26364",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Director - Shu Investments Ltd"
                },
                {
                    "id": 8336,
                    "parent_interest_id": "",
                    "member": "Iqbal Mohamed",
                    "party": "independent",
                    "mnis_id": 5268,
                    "twfy_id": "26620",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Voluntary Committee Member of Mohaddis-e-Azam Mission Dewsbury UK, a registered charity. This is an unpaid role."
                },
                {
                    "id": 8338,
                    "parent_interest_id": "",
                    "member": "Iqbal Mohamed",
                    "party": "independent",
                    "mnis_id": 5268,
                    "twfy_id": "26620",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Adnaan Iqbal Mohamed Consulting Ltd."
                },
                {
                    "id": 8342,
                    "parent_interest_id": "",
                    "member": "Sam Rushworth",
                    "party": "labour",
                    "mnis_id": 5108,
                    "twfy_id": "26323",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Our World Research and Consultancy Ltd"
                },
                {
                    "id": 8343,
                    "parent_interest_id": "",
                    "member": "Sam Rushworth",
                    "party": "labour",
                    "mnis_id": 5108,
                    "twfy_id": "26323",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of Bishop Auckland Community Partnership (Four Clocks Centre). This is an unpaid role."
                },
                {
                    "id": 8345,
                    "parent_interest_id": "",
                    "member": "Terry Jermy",
                    "party": "labour",
                    "mnis_id": 5338,
                    "twfy_id": "26616",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "I am elected to Norfolk County Council, representing Thetford West division. This is an unpaid role, from which I resigned on 10th March 2025."
                },
                {
                    "id": 8365,
                    "parent_interest_id": "",
                    "member": "Richard Tice",
                    "party": "reform",
                    "mnis_id": 5161,
                    "twfy_id": "26399",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Director of Tisun Holdco Ltd and subsidiaries: Tisun One Ltd, Tisun Two Ltd, Tisun Three Ltd, Tisun Four Ltd."
                },
                {
                    "id": 8366,
                    "parent_interest_id": "",
                    "member": "Manuela Perteghella",
                    "party": "liberal-democrat",
                    "mnis_id": 5122,
                    "twfy_id": "26569",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee, 1st Welford on Avon Scout Group. This is an unpaid role."
                },
                {
                    "id": 8367,
                    "parent_interest_id": "",
                    "member": "Manuela Perteghella",
                    "party": "liberal-democrat",
                    "mnis_id": 5122,
                    "twfy_id": "26569",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of executive group, Stratford upon Avon and South Warwickshire Liberal Democrats."
                },
                {
                    "id": 8369,
                    "parent_interest_id": "",
                    "member": "Manuela Perteghella",
                    "party": "liberal-democrat",
                    "mnis_id": 5122,
                    "twfy_id": "26569",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of University College London Hospitals NHS Foundation Trust. This is an unpaid role."
                },
                {
                    "id": 8399,
                    "parent_interest_id": "",
                    "member": "Mr Paul Kohler",
                    "party": "liberal-democrat",
                    "mnis_id": 5321,
                    "twfy_id": "26570",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Babylon Bars Ltd"
                },
                {
                    "id": 8401,
                    "parent_interest_id": "",
                    "member": "Mr Paul Kohler",
                    "party": "liberal-democrat",
                    "mnis_id": 5321,
                    "twfy_id": "26570",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Babylon Bars (London) Ltd"
                },
                {
                    "id": 8417,
                    "parent_interest_id": "",
                    "member": "Blair McDougall",
                    "party": "labour",
                    "mnis_id": 5076,
                    "twfy_id": "26490",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Chair of Stop Uyghur Genocide Charity. This is an unpaid role."
                },
                {
                    "id": 8418,
                    "parent_interest_id": "",
                    "member": "Blair McDougall",
                    "party": "labour",
                    "mnis_id": 5076,
                    "twfy_id": "26490",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Director of Uyghur Campaign Ltd."
                },
                {
                    "id": 8419,
                    "parent_interest_id": "",
                    "member": "Anna Sabine",
                    "party": "liberal-democrat",
                    "mnis_id": 5286,
                    "twfy_id": "26497",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in The Female Edge Ltd"
                },
                {
                    "id": 8420,
                    "parent_interest_id": "",
                    "member": "Anna Sabine",
                    "party": "liberal-democrat",
                    "mnis_id": 5286,
                    "twfy_id": "26497",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Cassia Holdings Ltd"
                },
                {
                    "id": 8422,
                    "parent_interest_id": "",
                    "member": "Anna Sabine",
                    "party": "liberal-democrat",
                    "mnis_id": 5286,
                    "twfy_id": "26497",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Cassia Bath Ltd"
                },
                {
                    "id": 8424,
                    "parent_interest_id": "",
                    "member": "Katie White",
                    "party": "labour",
                    "mnis_id": 5260,
                    "twfy_id": "26520",
                    "category": "Family members engaged in third-party lobbying",
                    "category_code": "10",
                    "summary": "Sam White employed as Lobbyist"
                },
                {
                    "id": 8425,
                    "parent_interest_id": "",
                    "member": "Anna Sabine",
                    "party": "liberal-democrat",
                    "mnis_id": 5286,
                    "twfy_id": "26497",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Miller Fraser Ltd"
                },
                {
                    "id": 8426,
                    "parent_interest_id": "",
                    "member": "Anna Sabine",
                    "party": "liberal-democrat",
                    "mnis_id": 5286,
                    "twfy_id": "26497",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "I am a trustee of  a charity called GrandFriends"
                },
                {
                    "id": 8440,
                    "parent_interest_id": "",
                    "member": "George Freeman",
                    "party": "conservative",
                    "mnis_id": 4020,
                    "twfy_id": "24817",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Adviser (Science & Technology) at GHGSat Limited - GHGSat Limited"
                },
                {
                    "id": 8441,
                    "parent_interest_id": 8440.0,
                    "member": "George Freeman",
                    "party": "conservative",
                    "mnis_id": 4020,
                    "twfy_id": "24817",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement starting 01 September 2024 - \u00a35,000.00"
                },
                {
                    "id": 8446,
                    "parent_interest_id": "",
                    "member": "Linsey Farnsworth",
                    "party": "labour",
                    "mnis_id": 5107,
                    "twfy_id": "26356",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Company shares in SRM Industries Ltd. These are alphabet shares with no monetary value."
                },
                {
                    "id": 8448,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Director and major shareholder - Lowe Holdings Ltd"
                },
                {
                    "id": 8449,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Director - J Brand Limited"
                },
                {
                    "id": 8451,
                    "parent_interest_id": "",
                    "member": "Sarah Russell",
                    "party": "labour",
                    "mnis_id": 5324,
                    "twfy_id": "26571",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Consultant Solicitor - Rebel Law Ltd"
                },
                {
                    "id": 8453,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Director - Data-Path Office Net Work Services Ltd"
                },
                {
                    "id": 8454,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Director - PE487 Ltd"
                },
                {
                    "id": 8458,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in London"
                },
                {
                    "id": 8462,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Oxford"
                },
                {
                    "id": 8463,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in London"
                },
                {
                    "id": 8467,
                    "parent_interest_id": "",
                    "member": "Sarah Russell",
                    "party": "labour",
                    "mnis_id": 5324,
                    "twfy_id": "26571",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of the Executive Committee of the Fabian Society. This is an unpaid role."
                },
                {
                    "id": 8468,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Gloucestershire"
                },
                {
                    "id": 8472,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Lowe Holdings Ltd"
                },
                {
                    "id": 8473,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in J Brand Ltd"
                },
                {
                    "id": 8474,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Data-Path Office Network Services Limited"
                },
                {
                    "id": 8476,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Scarabus Trading Ltd"
                },
                {
                    "id": 8477,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Alto Energy Limited"
                },
                {
                    "id": 8478,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Alto Investments and Property Limited"
                },
                {
                    "id": 8480,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Kona Energy Limited"
                },
                {
                    "id": 8481,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Glass Wall Holdings Limited"
                },
                {
                    "id": 8483,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in L11NK Limited"
                },
                {
                    "id": 8485,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Transense Technology Ltd"
                },
                {
                    "id": 8487,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Many Pets Ltd"
                },
                {
                    "id": 8488,
                    "parent_interest_id": "",
                    "member": "Douglas McAllister",
                    "party": "labour",
                    "mnis_id": 5057,
                    "twfy_id": "26334",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Non practising Solicitor (qualified in Scotland)."
                },
                {
                    "id": 8489,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Insurance Capital Partners Ltd"
                },
                {
                    "id": 8491,
                    "parent_interest_id": "",
                    "member": "Douglas McAllister",
                    "party": "labour",
                    "mnis_id": 5057,
                    "twfy_id": "26334",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Board member and trustee, Flourishing Faifley charity. This is an unpaid role."
                },
                {
                    "id": 8492,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Ossiform Ltd"
                },
                {
                    "id": 8493,
                    "parent_interest_id": "",
                    "member": "Douglas McAllister",
                    "party": "labour",
                    "mnis_id": 5057,
                    "twfy_id": "26334",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Board of West Dunbartonshire Citizens' Advice Bureau. This is an unpaid role."
                },
                {
                    "id": 8494,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Unibio Ltd"
                },
                {
                    "id": 8496,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in SAFETONET Ltd"
                },
                {
                    "id": 8497,
                    "parent_interest_id": "",
                    "member": "Dr Jeevun Sandher",
                    "party": "labour",
                    "mnis_id": 5259,
                    "twfy_id": "26521",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Cartegena"
                },
                {
                    "id": 8499,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in ATLANT3D Ltd"
                },
                {
                    "id": 8503,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Pangaea Group Holdings Ltd"
                },
                {
                    "id": 8505,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Blue Bird Holdings Ltd"
                },
                {
                    "id": 8510,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unremunerated trustee of the 16th Viscount Mountgarret Will Trust."
                },
                {
                    "id": 8513,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Black Cat Syndicate Ltd"
                },
                {
                    "id": 8519,
                    "parent_interest_id": "",
                    "member": "Douglas McAllister",
                    "party": "labour",
                    "mnis_id": 5057,
                    "twfy_id": "26334",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Chair of Clydebank & Milngavie CLP. This is an unpaid role."
                },
                {
                    "id": 8526,
                    "parent_interest_id": "",
                    "member": "Tim Roca",
                    "party": "labour",
                    "mnis_id": 5287,
                    "twfy_id": "26549",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Councillor, City of Westminster. This is an unpaid role."
                },
                {
                    "id": 8528,
                    "parent_interest_id": "",
                    "member": "Tim Roca",
                    "party": "labour",
                    "mnis_id": 5287,
                    "twfy_id": "26549",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Patron of APARU -\nAssociation of Argentine Professionals in the United Kingdom. This is an unpaid role."
                },
                {
                    "id": 8543,
                    "parent_interest_id": "",
                    "member": "Joe Powell",
                    "party": "labour",
                    "mnis_id": 5229,
                    "twfy_id": "26477",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of EDUCATE, a registered charity supporting education projects in Western Uganda. This is an unpaid role."
                },
                {
                    "id": 8550,
                    "parent_interest_id": "",
                    "member": "Shockat Adam",
                    "party": "independent",
                    "mnis_id": 5120,
                    "twfy_id": "26364",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Director - Alpha Eye Clinic LTD"
                },
                {
                    "id": 8554,
                    "parent_interest_id": "",
                    "member": "Shockat Adam",
                    "party": "independent",
                    "mnis_id": 5120,
                    "twfy_id": "26364",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in London"
                },
                {
                    "id": 8567,
                    "parent_interest_id": "",
                    "member": "Liam Conlon",
                    "party": "labour",
                    "mnis_id": 5132,
                    "twfy_id": "26401",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in London"
                },
                {
                    "id": 8568,
                    "parent_interest_id": "",
                    "member": "Liam Conlon",
                    "party": "labour",
                    "mnis_id": 5132,
                    "twfy_id": "26401",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Chair of the Labour Party Irish Society."
                },
                {
                    "id": 8571,
                    "parent_interest_id": "",
                    "member": "Kate Dearden",
                    "party": "labourco-operative",
                    "mnis_id": 5224,
                    "twfy_id": "26548",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Advisory board member for the Labour Climate and Environment Forum. This is an unpaid role."
                },
                {
                    "id": 8572,
                    "parent_interest_id": "",
                    "member": "Kate Dearden",
                    "party": "labourco-operative",
                    "mnis_id": 5224,
                    "twfy_id": "26548",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "National Executive Committee member of Labour Women's Network. This is an unpaid role."
                },
                {
                    "id": 8578,
                    "parent_interest_id": "",
                    "member": "Paul Waugh",
                    "party": "labourco-operative",
                    "mnis_id": 5071,
                    "twfy_id": "26319",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of Rochdale Supporters Club Limited. This is an unpaid role."
                },
                {
                    "id": 8582,
                    "parent_interest_id": "",
                    "member": "Aphra Brandreth",
                    "party": "conservative",
                    "mnis_id": 5241,
                    "twfy_id": "26553",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Ferring, West Sussex"
                },
                {
                    "id": 8584,
                    "parent_interest_id": "",
                    "member": "Gideon Amos",
                    "party": "liberal-democrat",
                    "mnis_id": 5250,
                    "twfy_id": "26531",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Chartered Architect Member of the Royal Institute of British Architects. This is an unpaid role."
                },
                {
                    "id": 8585,
                    "parent_interest_id": "",
                    "member": "Gideon Amos",
                    "party": "liberal-democrat",
                    "mnis_id": 5250,
                    "twfy_id": "26531",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Chartered Town Planner Member of the Royal Town Planning Institute. This is an unpaid role."
                },
                {
                    "id": 8586,
                    "parent_interest_id": "",
                    "member": "Aphra Brandreth",
                    "party": "conservative",
                    "mnis_id": 5241,
                    "twfy_id": "26553",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in London"
                },
                {
                    "id": 8591,
                    "parent_interest_id": "",
                    "member": "Aphra Brandreth",
                    "party": "conservative",
                    "mnis_id": 5241,
                    "twfy_id": "26553",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Smart Vet Ltd (Trading as Pet People)"
                },
                {
                    "id": 8596,
                    "parent_interest_id": "",
                    "member": "Aphra Brandreth",
                    "party": "conservative",
                    "mnis_id": 5241,
                    "twfy_id": "26553",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Saibick Investments Ltd"
                },
                {
                    "id": 8605,
                    "parent_interest_id": "",
                    "member": "Aphra Brandreth",
                    "party": "conservative",
                    "mnis_id": 5241,
                    "twfy_id": "26553",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Saibick Limited"
                },
                {
                    "id": 8611,
                    "parent_interest_id": "",
                    "member": "Mary Creagh",
                    "party": "labour",
                    "mnis_id": 1579,
                    "twfy_id": "11898",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Westwood Strategies Limited"
                },
                {
                    "id": 8618,
                    "parent_interest_id": "",
                    "member": "Aphra Brandreth",
                    "party": "conservative",
                    "mnis_id": 5241,
                    "twfy_id": "26553",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Company director, Smart Vet Ltd."
                },
                {
                    "id": 8619,
                    "parent_interest_id": "",
                    "member": "Satvir Kaur",
                    "party": "labour",
                    "mnis_id": 5271,
                    "twfy_id": "26451",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Southampton"
                },
                {
                    "id": 8623,
                    "parent_interest_id": "",
                    "member": "Ian Roome",
                    "party": "liberal-democrat",
                    "mnis_id": 5138,
                    "twfy_id": "26388",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "District Councillor - North Devon District Council"
                },
                {
                    "id": 8628,
                    "parent_interest_id": 8623.0,
                    "member": "Ian Roome",
                    "party": "liberal-democrat",
                    "mnis_id": 5138,
                    "twfy_id": "26388",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement - \u00a3901.15"
                },
                {
                    "id": 8631,
                    "parent_interest_id": "",
                    "member": "Ian Roome",
                    "party": "liberal-democrat",
                    "mnis_id": 5138,
                    "twfy_id": "26388",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Devon County Councillor - Devon County Council"
                },
                {
                    "id": 8635,
                    "parent_interest_id": 8631.0,
                    "member": "Ian Roome",
                    "party": "liberal-democrat",
                    "mnis_id": 5138,
                    "twfy_id": "26388",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement - \u00a31,256.00"
                },
                {
                    "id": 8641,
                    "parent_interest_id": "",
                    "member": "Ian Roome",
                    "party": "liberal-democrat",
                    "mnis_id": 5138,
                    "twfy_id": "26388",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Member of Devon and Somerset Fire Authority - Devon and Somerset Fire & Rescue Authority"
                },
                {
                    "id": 8644,
                    "parent_interest_id": 8641.0,
                    "member": "Ian Roome",
                    "party": "liberal-democrat",
                    "mnis_id": 5138,
                    "twfy_id": "26388",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement starting 30 June 2023 - \u00a3657.92"
                },
                {
                    "id": 8697,
                    "parent_interest_id": "",
                    "member": "Jo Platt",
                    "party": "labourco-operative",
                    "mnis_id": 4673,
                    "twfy_id": "25611",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Co-opted Governor for Elysium Training. This is an unpaid role."
                },
                {
                    "id": 8699,
                    "parent_interest_id": "",
                    "member": "Ben Coleman",
                    "party": "labour",
                    "mnis_id": 5344,
                    "twfy_id": "26602",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of Sands End Arts & Community Centre, a charity that maintains and manages a public arts and community centre in Fulham, London. This is an unpaid role."
                },
                {
                    "id": 8706,
                    "parent_interest_id": "",
                    "member": "Jo Platt",
                    "party": "labourco-operative",
                    "mnis_id": 4673,
                    "twfy_id": "25611",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director of Pride In Leigh CIC, an organisation that hosts Pride events in Leigh. This is an unpaid role."
                },
                {
                    "id": 8709,
                    "parent_interest_id": "",
                    "member": "Laura Kyrke-Smith",
                    "party": "labour",
                    "mnis_id": 5341,
                    "twfy_id": "26629",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director of IRC UK Trading Limited."
                },
                {
                    "id": 8711,
                    "parent_interest_id": "",
                    "member": "Andrew George",
                    "party": "liberal-democrat",
                    "mnis_id": 227,
                    "twfy_id": "10222",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Treasurer, Leedstown Cricket Club. This is an unpaid role."
                },
                {
                    "id": 8713,
                    "parent_interest_id": "",
                    "member": "Andrew George",
                    "party": "liberal-democrat",
                    "mnis_id": 227,
                    "twfy_id": "10222",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Councillor - Cornwall Council"
                },
                {
                    "id": 8717,
                    "parent_interest_id": 8713.0,
                    "member": "Andrew George",
                    "party": "liberal-democrat",
                    "mnis_id": 227,
                    "twfy_id": "10222",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement - \u00a31,530.66"
                },
                {
                    "id": 8755,
                    "parent_interest_id": "",
                    "member": "Euan Stainbank",
                    "party": "labour",
                    "mnis_id": 5110,
                    "twfy_id": "26407",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Governor of the Stirlingshire Educational Trust. This is an unpaid role."
                },
                {
                    "id": 8757,
                    "parent_interest_id": "",
                    "member": "Euan Stainbank",
                    "party": "labour",
                    "mnis_id": 5110,
                    "twfy_id": "26407",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Governor of the Thomas & Margaret Roddan Trust. This is an unpaid role."
                },
                {
                    "id": 8758,
                    "parent_interest_id": "",
                    "member": "Euan Stainbank",
                    "party": "labour",
                    "mnis_id": 5110,
                    "twfy_id": "26407",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of Scottish Labour Campaign For Socialism."
                },
                {
                    "id": 8764,
                    "parent_interest_id": "",
                    "member": "James MacCleary",
                    "party": "liberal-democrat",
                    "mnis_id": 5265,
                    "twfy_id": "26581",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "District Councillor - Lewes District Council"
                },
                {
                    "id": 8810,
                    "parent_interest_id": 8764.0,
                    "member": "James MacCleary",
                    "party": "liberal-democrat",
                    "mnis_id": 5265,
                    "twfy_id": "26581",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement starting 02 May 2023 - \u00a3416.83"
                },
                {
                    "id": 8779,
                    "parent_interest_id": "",
                    "member": "Kirsteen Sullivan",
                    "party": "labourco-operative",
                    "mnis_id": 5179,
                    "twfy_id": "26501",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Company Secretary, Yardley Programme Management Limited. This is an unpaid role."
                },
                {
                    "id": 8783,
                    "parent_interest_id": "",
                    "member": "Kirsteen Sullivan",
                    "party": "labourco-operative",
                    "mnis_id": 5179,
                    "twfy_id": "26501",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Company Director, Yardley Programme Management Limited. This is an unpaid role."
                },
                {
                    "id": 8787,
                    "parent_interest_id": "",
                    "member": "Kirsteen Sullivan",
                    "party": "labourco-operative",
                    "mnis_id": 5179,
                    "twfy_id": "26501",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Yardley Programme Management Limited"
                },
                {
                    "id": 8790,
                    "parent_interest_id": "",
                    "member": "Gregory Stafford",
                    "party": "conservative",
                    "mnis_id": 5351,
                    "twfy_id": "26626",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee and Chair, St Michael Mission Trust (registered charity). This is an unpaid role."
                },
                {
                    "id": 8791,
                    "parent_interest_id": "",
                    "member": "Ellie Reeves",
                    "party": "labour",
                    "mnis_id": 4620,
                    "twfy_id": "25681",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Chair of Labour Party. This post carries a salary of \u00a367,505 per annum (I also received a severance payment of \u00a33540.87)"
                },
                {
                    "id": 8795,
                    "parent_interest_id": "",
                    "member": "Lisa Smart",
                    "party": "liberal-democrat",
                    "mnis_id": 5070,
                    "twfy_id": "26556",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid director of Joseph Rowntree Reform Trust Limited and JRRT (Properties) Limited. This is an unpaid role."
                },
                {
                    "id": 8797,
                    "parent_interest_id": "",
                    "member": "Alan Gemmell",
                    "party": "labour",
                    "mnis_id": 5185,
                    "twfy_id": "26476",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in 30th State Productions Limited"
                },
                {
                    "id": 8799,
                    "parent_interest_id": "",
                    "member": "Alan Gemmell",
                    "party": "labour",
                    "mnis_id": 5185,
                    "twfy_id": "26476",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director, 30th State Productions Limited"
                },
                {
                    "id": 8846,
                    "parent_interest_id": "",
                    "member": "Maureen Burke",
                    "party": "labour",
                    "mnis_id": 5137,
                    "twfy_id": "26455",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Elected Member Glasgow City Council. This is an unpaid role."
                },
                {
                    "id": 8848,
                    "parent_interest_id": "",
                    "member": "Lee Pitcher",
                    "party": "labour",
                    "mnis_id": 5233,
                    "twfy_id": "26464",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Volunteer on community radio station, Today's More Choice Radio. This is an unpaid role."
                },
                {
                    "id": 8858,
                    "parent_interest_id": "",
                    "member": "Olly Glover",
                    "party": "liberal-democrat",
                    "mnis_id": 5318,
                    "twfy_id": "26572",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "I am a parish councillor in the parish of Milton. This is an unpaid role."
                },
                {
                    "id": 8859,
                    "parent_interest_id": "",
                    "member": "Olly Glover",
                    "party": "liberal-democrat",
                    "mnis_id": 5318,
                    "twfy_id": "26572",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Liberal Democrat town councillor in the town of Didcot. This is an unpaid role."
                },
                {
                    "id": 8862,
                    "parent_interest_id": "",
                    "member": "Sarah Sackman",
                    "party": "labour",
                    "mnis_id": 5204,
                    "twfy_id": "26438",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Vice-chair of the Jewish Labour Movement. This is an unpaid role."
                },
                {
                    "id": 8865,
                    "parent_interest_id": "",
                    "member": "Charlie Dewhirst",
                    "party": "conservative",
                    "mnis_id": 5169,
                    "twfy_id": "26461",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in London"
                },
                {
                    "id": 8907,
                    "parent_interest_id": "",
                    "member": "Rebecca Smith",
                    "party": "conservative",
                    "mnis_id": 5301,
                    "twfy_id": "26512",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Member of Plymouth City Council - Plymouth City Council"
                },
                {
                    "id": 8910,
                    "parent_interest_id": 8907.0,
                    "member": "Rebecca Smith",
                    "party": "conservative",
                    "mnis_id": 5301,
                    "twfy_id": "26512",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement - \u00a3997.00"
                },
                {
                    "id": 8909,
                    "parent_interest_id": "",
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Writing articles - Telegraph media group"
                },
                {
                    "id": 8912,
                    "parent_interest_id": 8909.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement - \u00a34,000.00"
                },
                {
                    "id": 8916,
                    "parent_interest_id": "",
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Social media work - Meta Platforms"
                },
                {
                    "id": 8933,
                    "parent_interest_id": "",
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Membership at 5 Hertford Street."
                },
                {
                    "id": 8943,
                    "parent_interest_id": "",
                    "member": "Si\u00e2n Berry",
                    "party": "green",
                    "mnis_id": 5314,
                    "twfy_id": "25752",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "The Good Law Project is in receipt of donations (including crowdfunded donations) to support legal costs in one legal action in which I am named as a party. The legal proceedings do not concern my personal rights or liabilities, and I do not personally receive any donations. The value of this support falls below the registrable threshold"
                },
                {
                    "id": 8944,
                    "parent_interest_id": "",
                    "member": "Gideon Amos",
                    "party": "liberal-democrat",
                    "mnis_id": 5250,
                    "twfy_id": "26531",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in AEC Ltd"
                },
                {
                    "id": 8946,
                    "parent_interest_id": "",
                    "member": "Gideon Amos",
                    "party": "liberal-democrat",
                    "mnis_id": 5250,
                    "twfy_id": "26531",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in French Weir Affordable Homes LLP"
                },
                {
                    "id": 8952,
                    "parent_interest_id": "",
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Former MEP lifetime access to the European Parliament."
                },
                {
                    "id": 8953,
                    "parent_interest_id": "",
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Directorship at Farage Media LTD."
                },
                {
                    "id": 8954,
                    "parent_interest_id": "",
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Directorship at Reform Party UK."
                },
                {
                    "id": 8955,
                    "parent_interest_id": "",
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Leader at Reform Party UK."
                },
                {
                    "id": 8967,
                    "parent_interest_id": "",
                    "member": "James Naish",
                    "party": "labour",
                    "mnis_id": 5047,
                    "twfy_id": "26329",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Company director - Open Door Property Ltd"
                },
                {
                    "id": 10437,
                    "parent_interest_id": 8967.0,
                    "member": "James Naish",
                    "party": "labour",
                    "mnis_id": 5047,
                    "twfy_id": "26329",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement - \u00a31,023.00"
                },
                {
                    "id": 8994,
                    "parent_interest_id": "",
                    "member": "James Naish",
                    "party": "labour",
                    "mnis_id": 5047,
                    "twfy_id": "26329",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Open Door Property Ltd"
                },
                {
                    "id": 8996,
                    "parent_interest_id": "",
                    "member": "James Naish",
                    "party": "labour",
                    "mnis_id": 5047,
                    "twfy_id": "26329",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Open Door Property Holidays Ltd"
                },
                {
                    "id": 9003,
                    "parent_interest_id": "",
                    "member": "James Naish",
                    "party": "labour",
                    "mnis_id": 5047,
                    "twfy_id": "26329",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Company Director - Open Door Property Holidays Ltd"
                },
                {
                    "id": 9010,
                    "parent_interest_id": 9003.0,
                    "member": "James Naish",
                    "party": "labour",
                    "mnis_id": 5047,
                    "twfy_id": "26329",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement - \u00a34,114.00"
                },
                {
                    "id": 9004,
                    "parent_interest_id": "",
                    "member": "Sarah Sackman",
                    "party": "labour",
                    "mnis_id": 5204,
                    "twfy_id": "26438",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Ex-officio Director, Incorporated Council of Law Reporting. This is an unpaid role."
                },
                {
                    "id": 9024,
                    "parent_interest_id": "",
                    "member": "Sarah Sackman",
                    "party": "labour",
                    "mnis_id": 5204,
                    "twfy_id": "26438",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in London"
                },
                {
                    "id": 9030,
                    "parent_interest_id": "",
                    "member": "Louise Sandher-Jones",
                    "party": "labour",
                    "mnis_id": 5258,
                    "twfy_id": "26586",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Leicestershire"
                },
                {
                    "id": 9048,
                    "parent_interest_id": "",
                    "member": "James Naish",
                    "party": "labour",
                    "mnis_id": 5047,
                    "twfy_id": "26329",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Nottinghamshire"
                },
                {
                    "id": 9049,
                    "parent_interest_id": "",
                    "member": "James Naish",
                    "party": "labour",
                    "mnis_id": 5047,
                    "twfy_id": "26329",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Nottinghamshire"
                },
                {
                    "id": 9055,
                    "parent_interest_id": "",
                    "member": "James Naish",
                    "party": "labour",
                    "mnis_id": 5047,
                    "twfy_id": "26329",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in The William Arthur Robinson Will Trust"
                },
                {
                    "id": 9057,
                    "parent_interest_id": "",
                    "member": "Mr Lee Dillon",
                    "party": "liberal-democrat",
                    "mnis_id": 5310,
                    "twfy_id": "26584",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Councillor - West Berkshire Council"
                },
                {
                    "id": 9059,
                    "parent_interest_id": 9057.0,
                    "member": "Mr Lee Dillon",
                    "party": "liberal-democrat",
                    "mnis_id": 5310,
                    "twfy_id": "26584",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement - \u00a3965.66"
                },
                {
                    "id": 9058,
                    "parent_interest_id": "",
                    "member": "Sam Rushworth",
                    "party": "labour",
                    "mnis_id": 5108,
                    "twfy_id": "26323",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in African Dreams Ltd"
                },
                {
                    "id": 9061,
                    "parent_interest_id": "",
                    "member": "James Naish",
                    "party": "labour",
                    "mnis_id": 5047,
                    "twfy_id": "26329",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid director of a property management company. This is an unpaid role."
                },
                {
                    "id": 9065,
                    "parent_interest_id": "",
                    "member": "Dr Scott Arthur",
                    "party": "labour",
                    "mnis_id": 5212,
                    "twfy_id": "26591",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "I am currently on an unpaid career break from my position as Chair of Urban Water Management at Heriot-Watt University."
                },
                {
                    "id": 9075,
                    "parent_interest_id": "",
                    "member": "Mr Lee Dillon",
                    "party": "liberal-democrat",
                    "mnis_id": 5310,
                    "twfy_id": "26584",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Thatcham Town Councillor. This is an unpaid role."
                },
                {
                    "id": 9129,
                    "parent_interest_id": "",
                    "member": "James Naish",
                    "party": "labour",
                    "mnis_id": 5047,
                    "twfy_id": "26329",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of the Local Community Liaison Committee run by EDF Energy as a result of being the Councillor for Sturton Ward in Bassetlaw. This is an unpaid role."
                },
                {
                    "id": 9132,
                    "parent_interest_id": "",
                    "member": "James Naish",
                    "party": "labour",
                    "mnis_id": 5047,
                    "twfy_id": "26329",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of the Sturton Le Steeple Quarry Liaison Committee run by Aggregate Industries as a result of being the Councillor for Sturton Ward in Bassetlaw"
                },
                {
                    "id": 9147,
                    "parent_interest_id": "",
                    "member": "James Naish",
                    "party": "labour",
                    "mnis_id": 5047,
                    "twfy_id": "26329",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Elected member of Bassetlaw District Council for Sturton Ward but no longer remunerated"
                },
                {
                    "id": 9151,
                    "parent_interest_id": "",
                    "member": "Fred Thomas",
                    "party": "labour",
                    "mnis_id": 5174,
                    "twfy_id": "26441",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid director of a property management company."
                },
                {
                    "id": 9154,
                    "parent_interest_id": "",
                    "member": "Adrian Ramsay",
                    "party": "green",
                    "mnis_id": 5320,
                    "twfy_id": "26514",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Co-Leader of the Green Party (England and Wales). This is a non-executive part-time role."
                },
                {
                    "id": 9155,
                    "parent_interest_id": "",
                    "member": "Chris Bloore",
                    "party": "labour",
                    "mnis_id": 5109,
                    "twfy_id": "26357",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in What'sNextCommunicationsLTD"
                },
                {
                    "id": 9156,
                    "parent_interest_id": "",
                    "member": "Adrian Ramsay",
                    "party": "green",
                    "mnis_id": 5320,
                    "twfy_id": "26514",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "The Green Party is in receipt of donations to support legal costs in one legal action in which I am named as a party. The legal proceedings do not concern my personal rights or liabilities, I do not personally receive any donations and the Green Party has agreed to fully indemnify me for any charges and expenses."
                },
                {
                    "id": 9158,
                    "parent_interest_id": "",
                    "member": "Chris Bloore",
                    "party": "labour",
                    "mnis_id": 5109,
                    "twfy_id": "26357",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Sole director and shareholder - What'sNextCommunicationsLTD"
                },
                {
                    "id": 9172,
                    "parent_interest_id": "",
                    "member": "Mr Gagan Mohindra",
                    "party": "conservative",
                    "mnis_id": 4804,
                    "twfy_id": "25920",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "L. Bennett & Son Limited - \u00a33,790.99"
                },
                {
                    "id": 9194,
                    "parent_interest_id": "",
                    "member": "Sarah Hall",
                    "party": "labourco-operative",
                    "mnis_id": 5154,
                    "twfy_id": "26416",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee, Museum of Policing in Cheshire. This is an unpaid role."
                },
                {
                    "id": 9195,
                    "parent_interest_id": "",
                    "member": "Sarah Hall",
                    "party": "labourco-operative",
                    "mnis_id": 5154,
                    "twfy_id": "26416",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Warrington"
                },
                {
                    "id": 9215,
                    "parent_interest_id": "",
                    "member": "Elaine Stewart",
                    "party": "labour",
                    "mnis_id": 5206,
                    "twfy_id": "26598",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Volunteer and Treasurer of Doon valley amateur boxing club. This is an unpaid role."
                },
                {
                    "id": 9216,
                    "parent_interest_id": "",
                    "member": "Elaine Stewart",
                    "party": "labour",
                    "mnis_id": 5206,
                    "twfy_id": "26598",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director of Dalmellington Parish Development trust. This is an unpaid role."
                },
                {
                    "id": 9217,
                    "parent_interest_id": "",
                    "member": "Elaine Stewart",
                    "party": "labour",
                    "mnis_id": 5206,
                    "twfy_id": "26598",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid director for the local community-run post office."
                },
                {
                    "id": 9219,
                    "parent_interest_id": "",
                    "member": "Dr Scott Arthur",
                    "party": "labour",
                    "mnis_id": 5212,
                    "twfy_id": "26591",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Kirk Session Member (trustee) of Fairmilehead Parish Church (Church of Scotland), Frogston Road, Edinburgh. This is an unpaid role."
                },
                {
                    "id": 9222,
                    "parent_interest_id": "",
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Folkestone and Hythe"
                },
                {
                    "id": 9224,
                    "parent_interest_id": "",
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Tandridge"
                },
                {
                    "id": 9226,
                    "parent_interest_id": "",
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Social media - X Corp"
                },
                {
                    "id": 11708,
                    "parent_interest_id": 9226.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 27 December 2024 - \u00a31,296.41"
                },
                {
                    "id": 11850,
                    "parent_interest_id": 9226.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 14 February 2025 - \u00a3703.49"
                },
                {
                    "id": 11871,
                    "parent_interest_id": 9226.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 05 February 2025 - \u00a3102.82"
                },
                {
                    "id": 11872,
                    "parent_interest_id": 9226.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 05 February 2025 - \u00a3627.23"
                },
                {
                    "id": 12154,
                    "parent_interest_id": 9226.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 05 March 2025 - \u00a3330.16"
                },
                {
                    "id": 12155,
                    "parent_interest_id": 9226.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 14 March 2025 - \u00a3119.56"
                },
                {
                    "id": 12156,
                    "parent_interest_id": 9226.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 19 March 2025 - \u00a3260.43"
                },
                {
                    "id": 12305,
                    "parent_interest_id": 9226.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 09 April 2025 - \u00a3104.21"
                },
                {
                    "id": 13444,
                    "parent_interest_id": 9226.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 10 September 2025 - \u00a384.38"
                },
                {
                    "id": 13445,
                    "parent_interest_id": 9226.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 17 September 2025 - \u00a32,987.54"
                },
                {
                    "id": 13763,
                    "parent_interest_id": 9226.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 08 October 2025 - \u00a360.34"
                },
                {
                    "id": 13764,
                    "parent_interest_id": 9226.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 15 October 2025 - \u00a31,456.83"
                },
                {
                    "id": 13766,
                    "parent_interest_id": 9226.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 29 October 2025 - \u00a3601.27"
                },
                {
                    "id": 14260,
                    "parent_interest_id": 9226.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 10 December 2025 - \u00a31,367.55"
                },
                {
                    "id": 14261,
                    "parent_interest_id": 9226.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 10 December 2025 - \u00a374.73"
                },
                {
                    "id": 14263,
                    "parent_interest_id": 9226.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 24 December 2025 - \u00a3420.96"
                },
                {
                    "id": 14413,
                    "parent_interest_id": 9226.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 21 January 2026 - \u00a3504.14"
                },
                {
                    "id": 14414,
                    "parent_interest_id": 9226.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 07 January 2026 - \u00a3794.78"
                },
                {
                    "id": 14582,
                    "parent_interest_id": 9226.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 04 February 2026 - \u00a3893.69"
                },
                {
                    "id": 14583,
                    "parent_interest_id": 9226.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 13 February 2026 - \u00a3432.18"
                },
                {
                    "id": 9240,
                    "parent_interest_id": "",
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Cameo video recordings - Baron App Inc (Cameo)"
                },
                {
                    "id": 11874,
                    "parent_interest_id": 9240.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 21 February 2025 - \u00a317,355.14"
                },
                {
                    "id": 12152,
                    "parent_interest_id": 9240.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 26 February 2025 - \u00a317,173.76"
                },
                {
                    "id": 12153,
                    "parent_interest_id": 9240.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 28 March 2025 - \u00a39,426.65"
                },
                {
                    "id": 12304,
                    "parent_interest_id": 9240.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 31 March 2025 - \u00a39,338.97"
                },
                {
                    "id": 13448,
                    "parent_interest_id": 9240.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 03 October 2025 - \u00a336,729.98"
                },
                {
                    "id": 13767,
                    "parent_interest_id": 9240.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 30 October 2025 - \u00a38,964.27"
                },
                {
                    "id": 9251,
                    "parent_interest_id": "",
                    "member": "Joani Reid",
                    "party": "labour",
                    "mnis_id": 5079,
                    "twfy_id": "26418",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in London"
                },
                {
                    "id": 9253,
                    "parent_interest_id": "",
                    "member": "Joani Reid",
                    "party": "labour",
                    "mnis_id": 5079,
                    "twfy_id": "26418",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in [redacted] RTM Company Limited"
                },
                {
                    "id": 9255,
                    "parent_interest_id": "",
                    "member": "Joani Reid",
                    "party": "labour",
                    "mnis_id": 5079,
                    "twfy_id": "26418",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Reid Strategy Limited"
                },
                {
                    "id": 9261,
                    "parent_interest_id": "",
                    "member": "Joani Reid",
                    "party": "labour",
                    "mnis_id": 5079,
                    "twfy_id": "26418",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid director of a residents property management company. This is an unpaid role."
                },
                {
                    "id": 9264,
                    "parent_interest_id": "",
                    "member": "Joani Reid",
                    "party": "labour",
                    "mnis_id": 5079,
                    "twfy_id": "26418",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Project board member of the Jimmy Reid Foundation, a Scottish charitable incorporated organisation. This is an unpaid role."
                },
                {
                    "id": 9266,
                    "parent_interest_id": "",
                    "member": "Joani Reid",
                    "party": "labour",
                    "mnis_id": 5079,
                    "twfy_id": "26418",
                    "category": "Family members engaged in third-party lobbying",
                    "category_code": "10",
                    "summary": "David Taylor employed as Lobbyist"
                },
                {
                    "id": 9269,
                    "parent_interest_id": "",
                    "member": "Dr Ellie Chowns",
                    "party": "green",
                    "mnis_id": 5249,
                    "twfy_id": "26577",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of the [redacted] Housing Association."
                },
                {
                    "id": 9295,
                    "parent_interest_id": "",
                    "member": "Bobby Dean",
                    "party": "liberal-democrat",
                    "mnis_id": 5083,
                    "twfy_id": "26371",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Director of Right To Manage company, looking after the block of flats I live in."
                },
                {
                    "id": 9336,
                    "parent_interest_id": "",
                    "member": "Katie Lam",
                    "party": "conservative",
                    "mnis_id": 5285,
                    "twfy_id": "26588",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Guildford"
                },
                {
                    "id": 9339,
                    "parent_interest_id": "",
                    "member": "Katie Lam",
                    "party": "conservative",
                    "mnis_id": 5285,
                    "twfy_id": "26588",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in The Katie Lam Company"
                },
                {
                    "id": 9340,
                    "parent_interest_id": "",
                    "member": "Katie Lam",
                    "party": "conservative",
                    "mnis_id": 5285,
                    "twfy_id": "26588",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in CC Technologies"
                },
                {
                    "id": 9393,
                    "parent_interest_id": "",
                    "member": "Mr Cathal Mallaghan",
                    "party": "sinn-fein",
                    "mnis_id": 5153,
                    "twfy_id": "26365",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Tyrone"
                },
                {
                    "id": 9395,
                    "parent_interest_id": "",
                    "member": "Mr Cathal Mallaghan",
                    "party": "sinn-fein",
                    "mnis_id": 5153,
                    "twfy_id": "26365",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Tyrone"
                },
                {
                    "id": 9398,
                    "parent_interest_id": "",
                    "member": "Mr Cathal Mallaghan",
                    "party": "sinn-fein",
                    "mnis_id": 5153,
                    "twfy_id": "26365",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Tremoge Farm Ltd"
                },
                {
                    "id": 9410,
                    "parent_interest_id": "",
                    "member": "Catherine Atkinson",
                    "party": "labour",
                    "mnis_id": 5143,
                    "twfy_id": "26405",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in London"
                },
                {
                    "id": 9418,
                    "parent_interest_id": "",
                    "member": "Mr Alex Barros-Curtis",
                    "party": "labour",
                    "mnis_id": 5175,
                    "twfy_id": "26402",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Governor, Grafton Primary School, London (I stepped down as Chair of the Governing body at the AGM on Monday 11 November 2025). This is an unpaid role."
                },
                {
                    "id": 9483,
                    "parent_interest_id": "",
                    "member": "Tessa Munt",
                    "party": "liberal-democrat",
                    "mnis_id": 4089,
                    "twfy_id": "24942",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Councillor - Somerset Council"
                },
                {
                    "id": 9520,
                    "parent_interest_id": 9483.0,
                    "member": "Tessa Munt",
                    "party": "liberal-democrat",
                    "mnis_id": 4089,
                    "twfy_id": "24942",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement starting 05 May 2017 - \u00a315,500.00"
                },
                {
                    "id": 9489,
                    "parent_interest_id": "",
                    "member": "Irene Campbell",
                    "party": "labour",
                    "mnis_id": 5145,
                    "twfy_id": "26419",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Chair of Splash Group. This is an unpaid role."
                },
                {
                    "id": 9502,
                    "parent_interest_id": "",
                    "member": "Sarah Russell",
                    "party": "labour",
                    "mnis_id": 5324,
                    "twfy_id": "26571",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Consultant Solicitor - Fox Whitfield"
                },
                {
                    "id": 9516,
                    "parent_interest_id": "",
                    "member": "Emma Lewell",
                    "party": "labour",
                    "mnis_id": 4277,
                    "twfy_id": "25181",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Board Member, Sea Change Cafe, South Shields (Sea Change Cafe is a Community Interest Company)"
                },
                {
                    "id": 9522,
                    "parent_interest_id": "",
                    "member": "Emma Lewell",
                    "party": "labour",
                    "mnis_id": 4277,
                    "twfy_id": "25181",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Chair of the Labour Friends of Kosovo group"
                },
                {
                    "id": 9526,
                    "parent_interest_id": "",
                    "member": "Stephen Gethins",
                    "party": "scottish-national-party",
                    "mnis_id": 4434,
                    "twfy_id": "25324",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director of Blebo Global Ltd."
                },
                {
                    "id": 9527,
                    "parent_interest_id": "",
                    "member": "Michael Payne",
                    "party": "labour",
                    "mnis_id": 5146,
                    "twfy_id": "26408",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Chair & Member of the Authority - Nottinghamshire & City of Nottingham Fire Authority"
                },
                {
                    "id": 11860,
                    "parent_interest_id": 9527.0,
                    "member": "Michael Payne",
                    "party": "labour",
                    "mnis_id": 5146,
                    "twfy_id": "26408",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 27 January 2025 - \u00a3445.54"
                },
                {
                    "id": 9528,
                    "parent_interest_id": "",
                    "member": "Emma Lewell",
                    "party": "labour",
                    "mnis_id": 4277,
                    "twfy_id": "25181",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Attendee of the Royal College of Defence Studies Global Strategy Programme '25"
                },
                {
                    "id": 9530,
                    "parent_interest_id": "",
                    "member": "Stephen Gethins",
                    "party": "scottish-national-party",
                    "mnis_id": 4434,
                    "twfy_id": "25324",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Fellow at the Center for Advanced Security, Strategic and Integration Studies (CASSIS) at the University of Bonn. This is an unpaid role."
                },
                {
                    "id": 9534,
                    "parent_interest_id": "",
                    "member": "Stephen Gethins",
                    "party": "scottish-national-party",
                    "mnis_id": 4434,
                    "twfy_id": "25324",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "An Associate at Global Partners Governance. This is an unpaid role."
                },
                {
                    "id": 9547,
                    "parent_interest_id": "",
                    "member": "Tessa Munt",
                    "party": "liberal-democrat",
                    "mnis_id": 4089,
                    "twfy_id": "24942",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Somerset"
                },
                {
                    "id": 9563,
                    "parent_interest_id": "",
                    "member": "Steve Darling",
                    "party": "liberal-democrat",
                    "mnis_id": 5066,
                    "twfy_id": "26349",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of Torquay Town Deal Board. This is an unpaid role."
                },
                {
                    "id": 9586,
                    "parent_interest_id": "",
                    "member": "Lauren Edwards",
                    "party": "labour",
                    "mnis_id": 5298,
                    "twfy_id": "26597",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Director, Route to Zero Ltd."
                },
                {
                    "id": 9605,
                    "parent_interest_id": "",
                    "member": "Sarah Sackman",
                    "party": "labour",
                    "mnis_id": 5204,
                    "twfy_id": "26438",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Self-employed barrister - London Borough of Camden Planning Department"
                },
                {
                    "id": 14080,
                    "parent_interest_id": 9605.0,
                    "member": "Sarah Sackman",
                    "party": "labour",
                    "mnis_id": 5204,
                    "twfy_id": "26438",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 10 January 2025 - \u00a32,562.50"
                },
                {
                    "id": 9613,
                    "parent_interest_id": "",
                    "member": "Sarah Sackman",
                    "party": "labour",
                    "mnis_id": 5204,
                    "twfy_id": "26438",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Self-employed barrister - Ricardo Gama"
                },
                {
                    "id": 9617,
                    "parent_interest_id": "",
                    "member": "Lucy Rigby",
                    "party": "labour",
                    "mnis_id": 5333,
                    "twfy_id": "26596",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Membership of the legal profession as a solicitor."
                },
                {
                    "id": 9650,
                    "parent_interest_id": "",
                    "member": "Katie Lam",
                    "party": "conservative",
                    "mnis_id": 5285,
                    "twfy_id": "26588",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Governor at Frank Barnes School for Deaf Children in London. This is an unpaid role."
                },
                {
                    "id": 9665,
                    "parent_interest_id": "",
                    "member": "Jayne Kirkham",
                    "party": "labourco-operative",
                    "mnis_id": 5279,
                    "twfy_id": "26525",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee for True Butterflies Foundation, a domestic violence support charity. This is an unpaid role."
                },
                {
                    "id": 9677,
                    "parent_interest_id": "",
                    "member": "Jack Abbott",
                    "party": "labourco-operative",
                    "mnis_id": 5131,
                    "twfy_id": "26385",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Norwich"
                },
                {
                    "id": 9689,
                    "parent_interest_id": "",
                    "member": "Mr Alex Barros-Curtis",
                    "party": "labour",
                    "mnis_id": 5175,
                    "twfy_id": "26402",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director of Movement for Another Future Limited. This is an unpaid role."
                },
                {
                    "id": 9691,
                    "parent_interest_id": "",
                    "member": "Mr Alex Barros-Curtis",
                    "party": "labour",
                    "mnis_id": 5175,
                    "twfy_id": "26402",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director of Myriad Consultants Limited. This is an unpaid role."
                },
                {
                    "id": 9692,
                    "parent_interest_id": "",
                    "member": "Alison Griffiths",
                    "party": "conservative",
                    "mnis_id": 5203,
                    "twfy_id": "26536",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in London"
                },
                {
                    "id": 9694,
                    "parent_interest_id": "",
                    "member": "Alison Griffiths",
                    "party": "conservative",
                    "mnis_id": 5203,
                    "twfy_id": "26536",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid directorship\nStrategic Risk Control Ltd."
                },
                {
                    "id": 9695,
                    "parent_interest_id": "",
                    "member": "Mr Alex Barros-Curtis",
                    "party": "labour",
                    "mnis_id": 5175,
                    "twfy_id": "26402",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Practising solicitor registered on the Solicitors Register. Currently, this is an unpaid role."
                },
                {
                    "id": 9696,
                    "parent_interest_id": "",
                    "member": "Alison Griffiths",
                    "party": "conservative",
                    "mnis_id": 5203,
                    "twfy_id": "26536",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid directorship, Sterling Montague Ltd."
                },
                {
                    "id": 9709,
                    "parent_interest_id": "",
                    "member": "Alison Taylor",
                    "party": "labour",
                    "mnis_id": 5093,
                    "twfy_id": "26563",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Orion Developments and Investments Ltd"
                },
                {
                    "id": 9712,
                    "parent_interest_id": "",
                    "member": "Alison Taylor",
                    "party": "labour",
                    "mnis_id": 5093,
                    "twfy_id": "26563",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Orion Estates and Investments Ltd"
                },
                {
                    "id": 9715,
                    "parent_interest_id": "",
                    "member": "Alison Taylor",
                    "party": "labour",
                    "mnis_id": 5093,
                    "twfy_id": "26563",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Rubicon Land Ltd"
                },
                {
                    "id": 9716,
                    "parent_interest_id": "",
                    "member": "Dr Beccy Cooper",
                    "party": "labour",
                    "mnis_id": 5307,
                    "twfy_id": "26515",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of the Royal Society of Public Health. This is an unpaid role."
                },
                {
                    "id": 9717,
                    "parent_interest_id": "",
                    "member": "Dr Beccy Cooper",
                    "party": "labour",
                    "mnis_id": 5307,
                    "twfy_id": "26515",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Membership of the British Medical Association."
                },
                {
                    "id": 9718,
                    "parent_interest_id": "",
                    "member": "Dr Beccy Cooper",
                    "party": "labour",
                    "mnis_id": 5307,
                    "twfy_id": "26515",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Fellow of the Faculty of Public Health."
                },
                {
                    "id": 9720,
                    "parent_interest_id": "",
                    "member": "Alison Taylor",
                    "party": "labour",
                    "mnis_id": 5093,
                    "twfy_id": "26563",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Shares in a privately owned company - Avison Young Canada Inc."
                },
                {
                    "id": 9722,
                    "parent_interest_id": "",
                    "member": "Alison Taylor",
                    "party": "labour",
                    "mnis_id": 5093,
                    "twfy_id": "26563",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Fellowship of the Royal Institution of Chartered Surveyors."
                },
                {
                    "id": 9729,
                    "parent_interest_id": "",
                    "member": "Sarah Hall",
                    "party": "labourco-operative",
                    "mnis_id": 5154,
                    "twfy_id": "26416",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Associate Governor of a Warrington based primary school. This is an unpaid role."
                },
                {
                    "id": 9730,
                    "parent_interest_id": "",
                    "member": "Warinder Juss",
                    "party": "labour",
                    "mnis_id": 5230,
                    "twfy_id": "26533",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "I am a solicitor, although I left my employment as a solicitor (Associate) with Thompsons Solicitors LLP on 5 July 2024."
                },
                {
                    "id": 9741,
                    "parent_interest_id": "",
                    "member": "Alex McIntyre",
                    "party": "labour",
                    "mnis_id": 5349,
                    "twfy_id": "26434",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Non-practising solicitor (regulated by the Solicitor's Regulatory Authority)."
                },
                {
                    "id": 9758,
                    "parent_interest_id": "",
                    "member": "Josh Newbury",
                    "party": "labour",
                    "mnis_id": 5034,
                    "twfy_id": "26317",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid role of District Councillor on Cannock Chase District Council."
                },
                {
                    "id": 9759,
                    "parent_interest_id": "",
                    "member": "Josh Newbury",
                    "party": "labour",
                    "mnis_id": 5034,
                    "twfy_id": "26317",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of Norton Canes Community Association (Norton Canes Community Centre). This is an unpaid role."
                },
                {
                    "id": 9760,
                    "parent_interest_id": "",
                    "member": "Josh Newbury",
                    "party": "labour",
                    "mnis_id": 5034,
                    "twfy_id": "26317",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Co-opted governor at Jerome Primary School, Norton Canes. This is an unpaid role."
                },
                {
                    "id": 9769,
                    "parent_interest_id": "",
                    "member": "Shivani Raja",
                    "party": "conservative",
                    "mnis_id": 5068,
                    "twfy_id": "26363",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Newcastle, Leicester, Gainford"
                },
                {
                    "id": 9772,
                    "parent_interest_id": "",
                    "member": "Lorraine Beavers",
                    "party": "labour",
                    "mnis_id": 5232,
                    "twfy_id": "26475",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Elected Councillor on Fleetwood Town Council. This is an unpaid role"
                },
                {
                    "id": 9784,
                    "parent_interest_id": "",
                    "member": "Jake Richards",
                    "party": "labour",
                    "mnis_id": 5082,
                    "twfy_id": "26486",
                    "category": "Family members engaged in third-party lobbying",
                    "category_code": "10",
                    "summary": "Steve Richards employed as Lobbyist"
                },
                {
                    "id": 9788,
                    "parent_interest_id": "",
                    "member": "Mr Joshua Reynolds",
                    "party": "liberal-democrat",
                    "mnis_id": 5343,
                    "twfy_id": "26608",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Governor at Furze Platt Senior School."
                },
                {
                    "id": 9791,
                    "parent_interest_id": "",
                    "member": "Sarah Sackman",
                    "party": "labour",
                    "mnis_id": 5204,
                    "twfy_id": "26438",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Practising barrister."
                },
                {
                    "id": 9793,
                    "parent_interest_id": "",
                    "member": "Michael Payne",
                    "party": "labour",
                    "mnis_id": 5146,
                    "twfy_id": "26408",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A member of the Carlton Town Board. This is an unpaid role."
                },
                {
                    "id": 9794,
                    "parent_interest_id": "",
                    "member": "Michael Payne",
                    "party": "labour",
                    "mnis_id": 5146,
                    "twfy_id": "26408",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Treasurer of St. Mary's Community Kitchen in Arnold. This is an unpaid role."
                },
                {
                    "id": 9795,
                    "parent_interest_id": "",
                    "member": "Richard Tice",
                    "party": "reform",
                    "mnis_id": 5161,
                    "twfy_id": "26399",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in JMT Holdco Ltd"
                },
                {
                    "id": 9796,
                    "parent_interest_id": "",
                    "member": "Richard Tice",
                    "party": "reform",
                    "mnis_id": 5161,
                    "twfy_id": "26399",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Directorship unpaid of JMT Holdco Ltd and its subsidiary JMT Corporation Ltd."
                },
                {
                    "id": 9797,
                    "parent_interest_id": "",
                    "member": "Richard Tice",
                    "party": "reform",
                    "mnis_id": 5161,
                    "twfy_id": "26399",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Britain Means Business Ltd"
                },
                {
                    "id": 9799,
                    "parent_interest_id": "",
                    "member": "Richard Tice",
                    "party": "reform",
                    "mnis_id": 5161,
                    "twfy_id": "26399",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Enjoyouretirement Ltd"
                },
                {
                    "id": 9800,
                    "parent_interest_id": "",
                    "member": "Richard Tice",
                    "party": "reform",
                    "mnis_id": 5161,
                    "twfy_id": "26399",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Quidnet Capital Partners LLP"
                },
                {
                    "id": 9801,
                    "parent_interest_id": "",
                    "member": "Richard Tice",
                    "party": "reform",
                    "mnis_id": 5161,
                    "twfy_id": "26399",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Directorship of Britain Means Business Ltd."
                },
                {
                    "id": 9802,
                    "parent_interest_id": "",
                    "member": "Richard Tice",
                    "party": "reform",
                    "mnis_id": 5161,
                    "twfy_id": "26399",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Directorship of Enjoyouretirement Ltd."
                },
                {
                    "id": 9803,
                    "parent_interest_id": "",
                    "member": "Richard Tice",
                    "party": "reform",
                    "mnis_id": 5161,
                    "twfy_id": "26399",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Partner In Quidnet Capital Partners Ltd and Director of its subsidiary Quidnet Capital Ltd. This is an unpaid role."
                },
                {
                    "id": 9804,
                    "parent_interest_id": "",
                    "member": "Richard Tice",
                    "party": "reform",
                    "mnis_id": 5161,
                    "twfy_id": "26399",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Director of Belgravia House RTM Company Ltd and related company Belgravia House Headlease Company Ltd."
                },
                {
                    "id": 9805,
                    "parent_interest_id": "",
                    "member": "Richard Tice",
                    "party": "reform",
                    "mnis_id": 5161,
                    "twfy_id": "26399",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Director of Quidnet (GHB) Investments Ltd."
                },
                {
                    "id": 9806,
                    "parent_interest_id": "",
                    "member": "Richard Tice",
                    "party": "reform",
                    "mnis_id": 5161,
                    "twfy_id": "26399",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Director of Galecroft Solutions Ltd."
                },
                {
                    "id": 9807,
                    "parent_interest_id": "",
                    "member": "Michelle Welsh",
                    "party": "labour",
                    "mnis_id": 5226,
                    "twfy_id": "26550",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "School Governor at Arnold View Primary School. This is an unpaid role."
                },
                {
                    "id": 9810,
                    "parent_interest_id": "",
                    "member": "Antonia Bance",
                    "party": "labour",
                    "mnis_id": 5048,
                    "twfy_id": "26342",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director of Hope not Hate Ltd. This is an unpaid role."
                },
                {
                    "id": 9811,
                    "parent_interest_id": "",
                    "member": "Richard Tice",
                    "party": "reform",
                    "mnis_id": 5161,
                    "twfy_id": "26399",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Director of JMT Settlement Ltd."
                },
                {
                    "id": 9812,
                    "parent_interest_id": "",
                    "member": "Chris McDonald",
                    "party": "labour",
                    "mnis_id": 5116,
                    "twfy_id": "26367",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Professional registration with the Engineering Council as a Chartered Engineer."
                },
                {
                    "id": 9814,
                    "parent_interest_id": "",
                    "member": "Chris McDonald",
                    "party": "labour",
                    "mnis_id": 5116,
                    "twfy_id": "26367",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Editor - Millennium Steel Publishing"
                },
                {
                    "id": 12742,
                    "parent_interest_id": 9814.0,
                    "member": "Chris McDonald",
                    "party": "labour",
                    "mnis_id": 5116,
                    "twfy_id": "26367",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 26 June 2025 - \u00a33,625.00"
                },
                {
                    "id": 14133,
                    "parent_interest_id": 9814.0,
                    "member": "Chris McDonald",
                    "party": "labour",
                    "mnis_id": 5116,
                    "twfy_id": "26367",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment expected for services on 14 December 2025 - \u00a33,000.00"
                },
                {
                    "id": 9818,
                    "parent_interest_id": "",
                    "member": "Steff Aquarone",
                    "party": "liberal-democrat",
                    "mnis_id": 5164,
                    "twfy_id": "26491",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in London Trading One Ltd."
                },
                {
                    "id": 9819,
                    "parent_interest_id": "",
                    "member": "Steff Aquarone",
                    "party": "liberal-democrat",
                    "mnis_id": 5164,
                    "twfy_id": "26491",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Mango Online Learning Development Solutions Limited"
                },
                {
                    "id": 9822,
                    "parent_interest_id": "",
                    "member": "Steff Aquarone",
                    "party": "liberal-democrat",
                    "mnis_id": 5164,
                    "twfy_id": "26491",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Getting to Win Ltd."
                },
                {
                    "id": 9830,
                    "parent_interest_id": "",
                    "member": "Mr Adnan Hussain",
                    "party": "independent",
                    "mnis_id": 5231,
                    "twfy_id": "26595",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in CHNA Ltd"
                },
                {
                    "id": 9833,
                    "parent_interest_id": "",
                    "member": "Mr Adnan Hussain",
                    "party": "independent",
                    "mnis_id": 5231,
                    "twfy_id": "26595",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Clarity Legal Ltd"
                },
                {
                    "id": 9834,
                    "parent_interest_id": "",
                    "member": "Mr Adnan Hussain",
                    "party": "independent",
                    "mnis_id": 5231,
                    "twfy_id": "26595",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in A & H Bros (& Others) Investments Limited"
                },
                {
                    "id": 9835,
                    "parent_interest_id": "",
                    "member": "Mr Adnan Hussain",
                    "party": "independent",
                    "mnis_id": 5231,
                    "twfy_id": "26595",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Consultant - Clarity Legal Ltd"
                },
                {
                    "id": 9836,
                    "parent_interest_id": 9835.0,
                    "member": "Mr Adnan Hussain",
                    "party": "independent",
                    "mnis_id": 5231,
                    "twfy_id": "26595",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement - \u00a3250.00"
                },
                {
                    "id": 9852,
                    "parent_interest_id": "",
                    "member": "Luke Akehurst",
                    "party": "labour",
                    "mnis_id": 5112,
                    "twfy_id": "26420",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director/Secretary, Labour First Ltd. This is an unpaid role."
                },
                {
                    "id": 9856,
                    "parent_interest_id": "",
                    "member": "Luke Akehurst",
                    "party": "labour",
                    "mnis_id": 5112,
                    "twfy_id": "26420",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director, Labour to Win Ltd. This is an unpaid role."
                },
                {
                    "id": 9862,
                    "parent_interest_id": "",
                    "member": "Alison Taylor",
                    "party": "labour",
                    "mnis_id": 5093,
                    "twfy_id": "26563",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Shares in a dormant company no longer trading- Holland House Property Investments Ltd"
                },
                {
                    "id": 9863,
                    "parent_interest_id": "",
                    "member": "Mr Adnan Hussain",
                    "party": "independent",
                    "mnis_id": 5231,
                    "twfy_id": "26595",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in One Nine Seven Investments Ltd"
                },
                {
                    "id": 9864,
                    "parent_interest_id": "",
                    "member": "Mr Adnan Hussain",
                    "party": "independent",
                    "mnis_id": 5231,
                    "twfy_id": "26595",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Company Director, One Nine Seven Investments Ltd and A&H Bros (& others) Investments Ltd.\nI resigned as Director of One Nine Seven Investments Ltd on 07/08/2025.\nI resigned as Director of A&H Bros (& others) Investments Ltd on 18 July 2025.\nI continue to hold shares in both companies, listed separately."
                },
                {
                    "id": 9867,
                    "parent_interest_id": "",
                    "member": "Mr Hamish Falconer",
                    "party": "labour",
                    "mnis_id": 5148,
                    "twfy_id": "26446",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in London"
                },
                {
                    "id": 9905,
                    "parent_interest_id": "",
                    "member": "Gurinder Singh Josan",
                    "party": "labour",
                    "mnis_id": 5059,
                    "twfy_id": "26348",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Governor at  Holly Lodge High School College of Science in Smethwick. This is an unpaid role."
                },
                {
                    "id": 9907,
                    "parent_interest_id": "",
                    "member": "Gurinder Singh Josan",
                    "party": "labour",
                    "mnis_id": 5059,
                    "twfy_id": "26348",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director of Sikhs for Labour Ltd and Vice Chair of Sikhs for Labour - a Labour Party Friends group. This is an unpaid role."
                },
                {
                    "id": 9916,
                    "parent_interest_id": "",
                    "member": "Pippa Heylings",
                    "party": "liberal-democrat",
                    "mnis_id": 5078,
                    "twfy_id": "26421",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "District Councillor and Chair, Climate Change and Environment Committee - South Cambridgeshire District Council"
                },
                {
                    "id": 9930,
                    "parent_interest_id": 9916.0,
                    "member": "Pippa Heylings",
                    "party": "liberal-democrat",
                    "mnis_id": 5078,
                    "twfy_id": "26421",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement - \u00a3527.00"
                },
                {
                    "id": 9931,
                    "parent_interest_id": "",
                    "member": "Luke Akehurst",
                    "party": "labour",
                    "mnis_id": 5112,
                    "twfy_id": "26420",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee, Friends of Labour Students. This is an unpaid role."
                },
                {
                    "id": 9932,
                    "parent_interest_id": "",
                    "member": "Gurinder Singh Josan",
                    "party": "labour",
                    "mnis_id": 5059,
                    "twfy_id": "26348",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Chair of Trustees at HOPE not hate Charitable Trust. This is an unpaid role."
                },
                {
                    "id": 9935,
                    "parent_interest_id": "",
                    "member": "Julia Buckley",
                    "party": "labour",
                    "mnis_id": 5171,
                    "twfy_id": "26436",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Hamburg"
                },
                {
                    "id": 9936,
                    "parent_interest_id": "",
                    "member": "Gurinder Singh Josan",
                    "party": "labour",
                    "mnis_id": 5059,
                    "twfy_id": "26348",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director of Josan Estates Ltd. This is an unpaid role."
                },
                {
                    "id": 9939,
                    "parent_interest_id": "",
                    "member": "Michael Payne",
                    "party": "labour",
                    "mnis_id": 5146,
                    "twfy_id": "26408",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Chair of Friends of Church Lane & St. Mary's Play Park & Recreation Ground. This is an unpaid role."
                },
                {
                    "id": 9940,
                    "parent_interest_id": "",
                    "member": "Michael Payne",
                    "party": "labour",
                    "mnis_id": 5146,
                    "twfy_id": "26408",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A member of the Gedling UK Shared Prosperity Fund Local Partnership Group. This is an unpaid role."
                },
                {
                    "id": 9943,
                    "parent_interest_id": "",
                    "member": "Alison Hume",
                    "party": "labour",
                    "mnis_id": 5254,
                    "twfy_id": "26523",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Yorkshire & Humber Labour Party Regional Executive Committee North Yorkshire CLP representative."
                },
                {
                    "id": 9948,
                    "parent_interest_id": "",
                    "member": "Gurinder Singh Josan",
                    "party": "labour",
                    "mnis_id": 5059,
                    "twfy_id": "26348",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Sandwell and Birmingham"
                },
                {
                    "id": 9953,
                    "parent_interest_id": "",
                    "member": "Gurinder Singh Josan",
                    "party": "labour",
                    "mnis_id": 5059,
                    "twfy_id": "26348",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Sandwell"
                },
                {
                    "id": 9957,
                    "parent_interest_id": "",
                    "member": "Pippa Heylings",
                    "party": "liberal-democrat",
                    "mnis_id": 5078,
                    "twfy_id": "26421",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid trustee of international NGO based in Ecuador, Fundacion Futuro Latino Americano."
                },
                {
                    "id": 10004,
                    "parent_interest_id": "",
                    "member": "Victoria Collins",
                    "party": "liberal-democrat",
                    "mnis_id": 5201,
                    "twfy_id": "26539",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Ile-de-France"
                },
                {
                    "id": 10005,
                    "parent_interest_id": "",
                    "member": "Victoria Collins",
                    "party": "liberal-democrat",
                    "mnis_id": 5201,
                    "twfy_id": "26539",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Home Grown Life Ltd"
                },
                {
                    "id": 10007,
                    "parent_interest_id": "",
                    "member": "Victoria Collins",
                    "party": "liberal-democrat",
                    "mnis_id": 5201,
                    "twfy_id": "26539",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid directorship of Home Grown Life Ltd."
                },
                {
                    "id": 10009,
                    "parent_interest_id": "",
                    "member": "Mr Paul Kohler",
                    "party": "liberal-democrat",
                    "mnis_id": 5321,
                    "twfy_id": "26570",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "National Liberal Club - \u00a31,552.86"
                },
                {
                    "id": 10010,
                    "parent_interest_id": "",
                    "member": "Julia Buckley",
                    "party": "labour",
                    "mnis_id": 5171,
                    "twfy_id": "26436",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid role as elected councillor on Bridgnorth Town council."
                },
                {
                    "id": 10011,
                    "parent_interest_id": "",
                    "member": "Mr Paul Kohler",
                    "party": "liberal-democrat",
                    "mnis_id": 5321,
                    "twfy_id": "26570",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Director, Babylon Bars Ltd."
                },
                {
                    "id": 10014,
                    "parent_interest_id": "",
                    "member": "Mr Paul Kohler",
                    "party": "liberal-democrat",
                    "mnis_id": 5321,
                    "twfy_id": "26570",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Director, Babylon Bars (London) Ltd."
                },
                {
                    "id": 10016,
                    "parent_interest_id": "",
                    "member": "Lewis Atkinson",
                    "party": "labour",
                    "mnis_id": 5028,
                    "twfy_id": "26309",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Labour Networks Ltd (a dormant company)"
                },
                {
                    "id": 10020,
                    "parent_interest_id": "",
                    "member": "Vikki Slade",
                    "party": "liberal-democrat",
                    "mnis_id": 5327,
                    "twfy_id": "26582",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "National Liberal Club - \u00a31,552.86"
                },
                {
                    "id": 10022,
                    "parent_interest_id": "",
                    "member": "Lewis Atkinson",
                    "party": "labour",
                    "mnis_id": 5028,
                    "twfy_id": "26309",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director of Labour Networks Ltd - a dormant, non-trading company."
                },
                {
                    "id": 10034,
                    "parent_interest_id": "",
                    "member": "Kenneth Stevenson",
                    "party": "labour",
                    "mnis_id": 5200,
                    "twfy_id": "26535",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Shotts"
                },
                {
                    "id": 10037,
                    "parent_interest_id": "",
                    "member": "Charlotte Cane",
                    "party": "liberal-democrat",
                    "mnis_id": 5182,
                    "twfy_id": "26425",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Life Membership of the Institute of Chartered Accountants in England and Wales."
                },
                {
                    "id": 10052,
                    "parent_interest_id": "",
                    "member": "Michael Payne",
                    "party": "labour",
                    "mnis_id": 5146,
                    "twfy_id": "26408",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "LGBT+ Officer of Gedling Constituency Labour Party."
                },
                {
                    "id": 10057,
                    "parent_interest_id": "",
                    "member": "Mrs Elsie Blundell",
                    "party": "labour",
                    "mnis_id": 5084,
                    "twfy_id": "26481",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "I have an unpaid role as a Councillor on Rochdale Borough Council (RBC)."
                },
                {
                    "id": 10070,
                    "parent_interest_id": "",
                    "member": "Michael Payne",
                    "party": "labour",
                    "mnis_id": 5146,
                    "twfy_id": "26408",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Membership Secretary of Arnold Branch Labour Party."
                },
                {
                    "id": 10090,
                    "parent_interest_id": "",
                    "member": "Kate Dearden",
                    "party": "labourco-operative",
                    "mnis_id": 5224,
                    "twfy_id": "26548",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of the Labour Renaissance Advisory Board. This is an unpaid role."
                },
                {
                    "id": 10096,
                    "parent_interest_id": "",
                    "member": "Jodie Gosling",
                    "party": "labour",
                    "mnis_id": 5036,
                    "twfy_id": "26314",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Borough Councillor for Arley and Whitacre, North Warwickshire Borough Council. This is an unpaid role."
                },
                {
                    "id": 10097,
                    "parent_interest_id": "",
                    "member": "Jess Brown-Fuller",
                    "party": "liberal-democrat",
                    "mnis_id": 5335,
                    "twfy_id": "26372",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Local Councillor - Chichester District Council"
                },
                {
                    "id": 10100,
                    "parent_interest_id": 10097.0,
                    "member": "Jess Brown-Fuller",
                    "party": "liberal-democrat",
                    "mnis_id": 5335,
                    "twfy_id": "26372",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement - \u00a3416.00"
                },
                {
                    "id": 10105,
                    "parent_interest_id": "",
                    "member": "Jess Brown-Fuller",
                    "party": "liberal-democrat",
                    "mnis_id": 5335,
                    "twfy_id": "26372",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of the Pest House Charity, a charity that provides support to Midhurst residents that find themselves in difficult financial situations and require support. This is an unpaid role."
                },
                {
                    "id": 10106,
                    "parent_interest_id": "",
                    "member": "Jess Brown-Fuller",
                    "party": "liberal-democrat",
                    "mnis_id": 5335,
                    "twfy_id": "26372",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of Chichester Festival Theatre. This is an unpaid role."
                },
                {
                    "id": 10114,
                    "parent_interest_id": "",
                    "member": "Caroline Voaden",
                    "party": "liberal-democrat",
                    "mnis_id": 5216,
                    "twfy_id": "26511",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "National Liberal Club - \u00a31,552.86"
                },
                {
                    "id": 10120,
                    "parent_interest_id": "",
                    "member": "Z\u00f6e Franklin",
                    "party": "liberal-democrat",
                    "mnis_id": 5313,
                    "twfy_id": "26555",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "National Liberal Club - \u00a31,552.86"
                },
                {
                    "id": 10147,
                    "parent_interest_id": "",
                    "member": "Sarah Smith",
                    "party": "labour",
                    "mnis_id": 5117,
                    "twfy_id": "26410",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Limina Group ltd"
                },
                {
                    "id": 10154,
                    "parent_interest_id": "",
                    "member": "Catherine Atkinson",
                    "party": "labour",
                    "mnis_id": 5143,
                    "twfy_id": "26405",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Non-practicing barrister and Associate Member at Deka Chambers."
                },
                {
                    "id": 10155,
                    "parent_interest_id": "",
                    "member": "Catherine Atkinson",
                    "party": "labour",
                    "mnis_id": 5143,
                    "twfy_id": "26405",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Parliamentary Liaison for the Society of Labour Lawyers. This is an unpaid role."
                },
                {
                    "id": 10160,
                    "parent_interest_id": "",
                    "member": "Catherine Atkinson",
                    "party": "labour",
                    "mnis_id": 5143,
                    "twfy_id": "26405",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid director of company set up by four leaseholders who jointly own the freehold of the building."
                },
                {
                    "id": 10166,
                    "parent_interest_id": "",
                    "member": "Jake Richards",
                    "party": "labour",
                    "mnis_id": 5082,
                    "twfy_id": "26486",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Associate member of Deka Chambers."
                },
                {
                    "id": 10170,
                    "parent_interest_id": "",
                    "member": "Mr Adnan Hussain",
                    "party": "independent",
                    "mnis_id": 5231,
                    "twfy_id": "26595",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Burnley"
                },
                {
                    "id": 10177,
                    "parent_interest_id": "",
                    "member": "Alex Baker",
                    "party": "labour",
                    "mnis_id": 5173,
                    "twfy_id": "26444",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director of Youth Battersea CIC. This is an unpaid role."
                },
                {
                    "id": 10181,
                    "parent_interest_id": "",
                    "member": "Jodie Gosling",
                    "party": "labour",
                    "mnis_id": 5036,
                    "twfy_id": "26314",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid trustee Lifelines Arley Whitacre, a small charity."
                },
                {
                    "id": 10189,
                    "parent_interest_id": "",
                    "member": "Claire Young",
                    "party": "liberal-democrat",
                    "mnis_id": 5140,
                    "twfy_id": "26458",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "National Liberal Club - \u00a31,552.86"
                },
                {
                    "id": 10197,
                    "parent_interest_id": "",
                    "member": "Helena Dollimore",
                    "party": "labourco-operative",
                    "mnis_id": 5192,
                    "twfy_id": "26507",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Army Reservist. I have not received any earnings since being elected."
                },
                {
                    "id": 10216,
                    "parent_interest_id": "",
                    "member": "Michael Payne",
                    "party": "labour",
                    "mnis_id": 5146,
                    "twfy_id": "26408",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A member of Nottingham Playhouse Strategic Board. This is an unpaid role."
                },
                {
                    "id": 10225,
                    "parent_interest_id": "",
                    "member": "Lauren Edwards",
                    "party": "labour",
                    "mnis_id": 5298,
                    "twfy_id": "26597",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Labour & Co-Operative Councillor for Rochester East and Warren Wood, (unpaid since August 2024 and previously registered under Category 1)."
                },
                {
                    "id": 10229,
                    "parent_interest_id": "",
                    "member": "Ben Maguire",
                    "party": "liberal-democrat",
                    "mnis_id": 5350,
                    "twfy_id": "26623",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Plymouth"
                },
                {
                    "id": 10233,
                    "parent_interest_id": "",
                    "member": "Dr Zubir Ahmed",
                    "party": "labour",
                    "mnis_id": 5213,
                    "twfy_id": "26483",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Honorary surgeon, NHS Greater Glasgow and Clyde"
                },
                {
                    "id": 10236,
                    "parent_interest_id": "",
                    "member": "Ben Maguire",
                    "party": "liberal-democrat",
                    "mnis_id": 5350,
                    "twfy_id": "26623",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Maguire Cervantes Property Limited"
                },
                {
                    "id": 10274,
                    "parent_interest_id": "",
                    "member": "Anna Turley",
                    "party": "labourco-operative",
                    "mnis_id": 4449,
                    "twfy_id": "25313",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "School Governor, Whale Hill Primary School. This is an unpaid role."
                },
                {
                    "id": 10308,
                    "parent_interest_id": "",
                    "member": "Pat Cullen",
                    "party": "sinn-fein",
                    "mnis_id": 5261,
                    "twfy_id": "26614",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of the Royal College of Nursing."
                },
                {
                    "id": 10311,
                    "parent_interest_id": "",
                    "member": "Markus Campbell-Savours",
                    "party": "independent",
                    "mnis_id": 5124,
                    "twfy_id": "26485",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Directorship of a company not trading - Sole director of MCS Electrical Project Ltd"
                },
                {
                    "id": 10369,
                    "parent_interest_id": "",
                    "member": "Richard Tice",
                    "party": "reform",
                    "mnis_id": 5161,
                    "twfy_id": "26399",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of RJS Tice Family Settlement"
                },
                {
                    "id": 10375,
                    "parent_interest_id": "",
                    "member": "Louise Sandher-Jones",
                    "party": "labour",
                    "mnis_id": 5258,
                    "twfy_id": "26586",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of Clay Cross Foodbank"
                },
                {
                    "id": 10377,
                    "parent_interest_id": "",
                    "member": "Mark Garnier",
                    "party": "conservative",
                    "mnis_id": 4074,
                    "twfy_id": "24824",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of the board, The Conservative Party."
                },
                {
                    "id": 10378,
                    "parent_interest_id": "",
                    "member": "Tony Vaughan",
                    "party": "labour",
                    "mnis_id": 5067,
                    "twfy_id": "26346",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Professional status as barrister with valid practicing certificate."
                },
                {
                    "id": 10412,
                    "parent_interest_id": "",
                    "member": "Mark Garnier",
                    "party": "conservative",
                    "mnis_id": 4074,
                    "twfy_id": "24824",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Introducer - Paykage UK Limited"
                },
                {
                    "id": 10451,
                    "parent_interest_id": "",
                    "member": "Lee Pitcher",
                    "party": "labour",
                    "mnis_id": 5233,
                    "twfy_id": "26464",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Director of Turquoise Planet Ltd (Consultancy (environmental)). This company is not operational."
                },
                {
                    "id": 10469,
                    "parent_interest_id": "",
                    "member": "Ms Abena Oppong-Asare",
                    "party": "labour",
                    "mnis_id": 4820,
                    "twfy_id": "25846",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A Patron of Erith Town Football Club: this is an unpaid role"
                },
                {
                    "id": 10473,
                    "parent_interest_id": "",
                    "member": "Linsey Farnsworth",
                    "party": "labour",
                    "mnis_id": 5107,
                    "twfy_id": "26356",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Borough Councillor, Amber Valley Borough Council."
                },
                {
                    "id": 10483,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Scotland"
                },
                {
                    "id": 10493,
                    "parent_interest_id": "",
                    "member": "Vikki Slade",
                    "party": "liberal-democrat",
                    "mnis_id": 5327,
                    "twfy_id": "26582",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Rental income from lodger under Ukraine Family Scheme"
                },
                {
                    "id": 10494,
                    "parent_interest_id": "",
                    "member": "Vikki Slade",
                    "party": "liberal-democrat",
                    "mnis_id": 5327,
                    "twfy_id": "26582",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of the Western Counties Executive of Liberal Democrats: unpaid role"
                },
                {
                    "id": 10495,
                    "parent_interest_id": "",
                    "member": "Vikki Slade",
                    "party": "liberal-democrat",
                    "mnis_id": 5327,
                    "twfy_id": "26582",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Vice Chair of the Campaign for Gender Balance - Associated Organisation for Liberal Democrats"
                },
                {
                    "id": 10502,
                    "parent_interest_id": "",
                    "member": "Helen Maguire",
                    "party": "liberal-democrat",
                    "mnis_id": 5336,
                    "twfy_id": "26627",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid director of Company [name redacted]."
                },
                {
                    "id": 10507,
                    "parent_interest_id": "",
                    "member": "Bell Ribeiro-Addy",
                    "party": "labour",
                    "mnis_id": 4764,
                    "twfy_id": "25856",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Speaking engagements - The Advocacy Team"
                },
                {
                    "id": 10512,
                    "parent_interest_id": "",
                    "member": "Edward Argar",
                    "party": "conservative",
                    "mnis_id": 4362,
                    "twfy_id": "25396",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Deputy Chairman of the United and Cecil Club; unpaid, honorary, role, with no control or power over the distribution of funds."
                },
                {
                    "id": 10524,
                    "parent_interest_id": "",
                    "member": "Jack Rankin",
                    "party": "conservative",
                    "mnis_id": 5340,
                    "twfy_id": "26622",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Crocus and Bluebell Limited"
                },
                {
                    "id": 10526,
                    "parent_interest_id": "",
                    "member": "Will Stone",
                    "party": "labour",
                    "mnis_id": 5035,
                    "twfy_id": "26320",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Councillor, Swindon Borough Council."
                },
                {
                    "id": 10545,
                    "parent_interest_id": "",
                    "member": "Imogen Walker",
                    "party": "labour",
                    "mnis_id": 5136,
                    "twfy_id": "26409",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Interim Head of Leader's Office - Sandwell Metropolitan Borough Council"
                },
                {
                    "id": 10825,
                    "parent_interest_id": 10545.0,
                    "member": "Imogen Walker",
                    "party": "labour",
                    "mnis_id": 5136,
                    "twfy_id": "26409",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 27 August 2024 - \u00a36,800.00"
                },
                {
                    "id": 10573,
                    "parent_interest_id": "",
                    "member": "Jake Richards",
                    "party": "labour",
                    "mnis_id": 5082,
                    "twfy_id": "26486",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Legal services provided before my election to Parliament - Deka Chambers"
                },
                {
                    "id": 10595,
                    "parent_interest_id": "",
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Farage Media Limited"
                },
                {
                    "id": 10596,
                    "parent_interest_id": "",
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Reform UK Party Limited"
                },
                {
                    "id": 10597,
                    "parent_interest_id": "",
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid directorship of Thorn In The Side Limited"
                },
                {
                    "id": 10598,
                    "parent_interest_id": "",
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Thorn In The Side Limited"
                },
                {
                    "id": 10600,
                    "parent_interest_id": "",
                    "member": "Mr Lee Dillon",
                    "party": "liberal-democrat",
                    "mnis_id": 5310,
                    "twfy_id": "26584",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "National Liberal Club - \u00a31,552.86"
                },
                {
                    "id": 10601,
                    "parent_interest_id": "",
                    "member": "Chris Vince",
                    "party": "labourco-operative",
                    "mnis_id": 5237,
                    "twfy_id": "26350",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of Youth Concern Trust. This is an unpaid role."
                },
                {
                    "id": 10624,
                    "parent_interest_id": "",
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Social media work - Google"
                },
                {
                    "id": 11707,
                    "parent_interest_id": 10624.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 27 December 2024 - \u00a32,777.80"
                },
                {
                    "id": 12157,
                    "parent_interest_id": 10624.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 25 February 2025 - \u00a32,451.76"
                },
                {
                    "id": 12158,
                    "parent_interest_id": 10624.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 25 March 2025 - \u00a3261.34"
                },
                {
                    "id": 12301,
                    "parent_interest_id": 10624.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 25 March 2025 - \u00a3251.34"
                },
                {
                    "id": 12302,
                    "parent_interest_id": 10624.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 16 April 2025 - \u00a3407.09"
                },
                {
                    "id": 12303,
                    "parent_interest_id": 10624.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 24 April 2025 - \u00a3170.33"
                },
                {
                    "id": 13447,
                    "parent_interest_id": 10624.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 24 September 2025 - \u00a3156.23"
                },
                {
                    "id": 13765,
                    "parent_interest_id": 10624.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 23 October 2025 - \u00a3152.66"
                },
                {
                    "id": 14262,
                    "parent_interest_id": 10624.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 24 December 2025 - \u00a3128.67"
                },
                {
                    "id": 10628,
                    "parent_interest_id": "",
                    "member": "Richard Quigley",
                    "party": "labour",
                    "mnis_id": 5144,
                    "twfy_id": "26373",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Councillor, Isle of Wight Council"
                },
                {
                    "id": 10629,
                    "parent_interest_id": "",
                    "member": "Warinder Juss",
                    "party": "labour",
                    "mnis_id": 5230,
                    "twfy_id": "26533",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Non-practicing solicitor."
                },
                {
                    "id": 10643,
                    "parent_interest_id": "",
                    "member": "Alice Macdonald",
                    "party": "labourco-operative",
                    "mnis_id": 5133,
                    "twfy_id": "26450",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of Norwich Town Deal Board. This is an unpaid role"
                },
                {
                    "id": 10648,
                    "parent_interest_id": "",
                    "member": "Shaun Davies",
                    "party": "labour",
                    "mnis_id": 5041,
                    "twfy_id": "26332",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "I am a none practicing and unpaid solicitor."
                },
                {
                    "id": 10649,
                    "parent_interest_id": "",
                    "member": "Sir Jeremy Hunt",
                    "party": "conservative",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Sussex Street Speaking and Publishing Limited"
                },
                {
                    "id": 10651,
                    "parent_interest_id": "",
                    "member": "Bobby Dean",
                    "party": "liberal-democrat",
                    "mnis_id": 5083,
                    "twfy_id": "26371",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "National Liberal Club Ltd - \u00a31,475.85"
                },
                {
                    "id": 10655,
                    "parent_interest_id": "",
                    "member": "Richard Tice",
                    "party": "reform",
                    "mnis_id": 5161,
                    "twfy_id": "26399",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Reform UK Party Ltd"
                },
                {
                    "id": 10656,
                    "parent_interest_id": "",
                    "member": "Richard Tice",
                    "party": "reform",
                    "mnis_id": 5161,
                    "twfy_id": "26399",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Directorship of Reform UK Party Ltd"
                },
                {
                    "id": 10669,
                    "parent_interest_id": "",
                    "member": "Suella Braverman",
                    "party": "reform",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Guest contributor to radio show - Global Radio Services Ltd"
                },
                {
                    "id": 12743,
                    "parent_interest_id": 10669.0,
                    "member": "Suella Braverman",
                    "party": "reform",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 25 June 2025 - \u00a31,500.00"
                },
                {
                    "id": 13109,
                    "parent_interest_id": 10669.0,
                    "member": "Suella Braverman",
                    "party": "reform",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 25 July 2025 - \u00a3750.00"
                },
                {
                    "id": 13474,
                    "parent_interest_id": 10669.0,
                    "member": "Suella Braverman",
                    "party": "reform",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 25 September 2025 - \u00a31,500.00"
                },
                {
                    "id": 13666,
                    "parent_interest_id": 10669.0,
                    "member": "Suella Braverman",
                    "party": "reform",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 24 October 2025 - \u00a3750.00"
                },
                {
                    "id": 14116,
                    "parent_interest_id": 10669.0,
                    "member": "Suella Braverman",
                    "party": "reform",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 25 November 2025 - \u00a3750.00"
                },
                {
                    "id": 14326,
                    "parent_interest_id": 10669.0,
                    "member": "Suella Braverman",
                    "party": "reform",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 23 December 2025 - \u00a3750.00"
                },
                {
                    "id": 10673,
                    "parent_interest_id": "",
                    "member": "Ian Sollom",
                    "party": "liberal-democrat",
                    "mnis_id": 5096,
                    "twfy_id": "26457",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "National Liberal Club - \u00a31,560.00"
                },
                {
                    "id": 10694,
                    "parent_interest_id": "",
                    "member": "Clive Jones",
                    "party": "liberal-democrat",
                    "mnis_id": 5207,
                    "twfy_id": "26377",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "National Liberal Club - \u00a3983.90"
                },
                {
                    "id": 10703,
                    "parent_interest_id": "",
                    "member": "Shaun Davies",
                    "party": "labour",
                    "mnis_id": 5041,
                    "twfy_id": "26332",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Honorary Vice President of the Local Government Association. This is an unpaid role."
                },
                {
                    "id": 10725,
                    "parent_interest_id": "",
                    "member": "Helen Whately",
                    "party": "conservative",
                    "mnis_id": 4527,
                    "twfy_id": "25398",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "My husband, Marcus Whately, is Chief Executive of GrowUp Farms, a salad producer."
                },
                {
                    "id": 10745,
                    "parent_interest_id": "",
                    "member": "Martin Wrigley",
                    "party": "liberal-democrat",
                    "mnis_id": 5111,
                    "twfy_id": "26484",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of Dawlish Town Council. This is an unpaid role."
                },
                {
                    "id": 10746,
                    "parent_interest_id": "",
                    "member": "Yuan Yang",
                    "party": "labour",
                    "mnis_id": 5267,
                    "twfy_id": "26600",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Speaking engagement - Edinburgh International Book Festival"
                },
                {
                    "id": 13265,
                    "parent_interest_id": 10746.0,
                    "member": "Yuan Yang",
                    "party": "labour",
                    "mnis_id": 5267,
                    "twfy_id": "26600",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 09 September 2025 - \u00a3300.00"
                },
                {
                    "id": 10749,
                    "parent_interest_id": "",
                    "member": "Alison Bennett",
                    "party": "liberal-democrat",
                    "mnis_id": 5283,
                    "twfy_id": "26498",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The National Liberal Club - \u00a31,327.20"
                },
                {
                    "id": 10757,
                    "parent_interest_id": "",
                    "member": "D\u00e1ire Hughes",
                    "party": "sinn-fein",
                    "mnis_id": 5292,
                    "twfy_id": "26470",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Leas Ard Runa\u00ed (Deputy General Secretary) of Sinn F\u00e9in. I receive \u00a33,166.00 a month for this role. This is a part-time role."
                },
                {
                    "id": 10758,
                    "parent_interest_id": "",
                    "member": "Luke Taylor",
                    "party": "liberal-democrat",
                    "mnis_id": 5103,
                    "twfy_id": "26443",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "National Liberal Club - \u00a31,552.86"
                },
                {
                    "id": 10769,
                    "parent_interest_id": "",
                    "member": "David Baines",
                    "party": "labour",
                    "mnis_id": 5092,
                    "twfy_id": "26565",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Haydock Park Racecourse - \u00a3672.00"
                },
                {
                    "id": 10773,
                    "parent_interest_id": "",
                    "member": "Naz Shah",
                    "party": "labour",
                    "mnis_id": 4409,
                    "twfy_id": "25385",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Writing a book - A M Heath & Company Limited,"
                },
                {
                    "id": 13878,
                    "parent_interest_id": 10773.0,
                    "member": "Naz Shah",
                    "party": "labour",
                    "mnis_id": 4409,
                    "twfy_id": "25385",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 04 November 2025 - \u00a38,225.00"
                },
                {
                    "id": 10780,
                    "parent_interest_id": "",
                    "member": "Mr Joshua Reynolds",
                    "party": "liberal-democrat",
                    "mnis_id": 5343,
                    "twfy_id": "26608",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "National Liberal Club - \u00a31,552.86"
                },
                {
                    "id": 10786,
                    "parent_interest_id": "",
                    "member": "Steve Darling",
                    "party": "liberal-democrat",
                    "mnis_id": 5066,
                    "twfy_id": "26349",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "National Liberal Club - \u00a31,552.86"
                },
                {
                    "id": 10787,
                    "parent_interest_id": "",
                    "member": "Max Wilkinson",
                    "party": "liberal-democrat",
                    "mnis_id": 5055,
                    "twfy_id": "26344",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "National Liberal Club - \u00a3863.69"
                },
                {
                    "id": 10799,
                    "parent_interest_id": "",
                    "member": "Anna Sabine",
                    "party": "liberal-democrat",
                    "mnis_id": 5286,
                    "twfy_id": "26497",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "National Liberal Club - \u00a31,552.86"
                },
                {
                    "id": 10800,
                    "parent_interest_id": "",
                    "member": "Daisy Cooper",
                    "party": "liberal-democrat",
                    "mnis_id": 4769,
                    "twfy_id": "25901",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "National Liberal Club - \u00a31,311.80"
                },
                {
                    "id": 10805,
                    "parent_interest_id": "",
                    "member": "Jim Dickson",
                    "party": "labour",
                    "mnis_id": 5223,
                    "twfy_id": "26547",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Councillor, London Borough of Lambeth. This is an unpaid role."
                },
                {
                    "id": 10807,
                    "parent_interest_id": "",
                    "member": "Mr Will Forster",
                    "party": "liberal-democrat",
                    "mnis_id": 5322,
                    "twfy_id": "26560",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "National Liberal Club - \u00a31,552.86"
                },
                {
                    "id": 10817,
                    "parent_interest_id": "",
                    "member": "John Glen",
                    "party": "conservative",
                    "mnis_id": 4051,
                    "twfy_id": "24839",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in CoffeeDrop Delivery Ltd"
                },
                {
                    "id": 10819,
                    "parent_interest_id": "",
                    "member": "Chris Bryant",
                    "party": "labour",
                    "mnis_id": 1446,
                    "twfy_id": "10761",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Author royalties - ALCS"
                },
                {
                    "id": 12093,
                    "parent_interest_id": 10819.0,
                    "member": "Chris Bryant",
                    "party": "labour",
                    "mnis_id": 1446,
                    "twfy_id": "10761",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 26 March 2025 - \u00a3281.08"
                },
                {
                    "id": 10823,
                    "parent_interest_id": "",
                    "member": "Rachel Reeves",
                    "party": "labour",
                    "mnis_id": 4031,
                    "twfy_id": "24851",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in London"
                },
                {
                    "id": 10838,
                    "parent_interest_id": "",
                    "member": "Colum Eastwood",
                    "party": "social-democratic-and-labour-party",
                    "mnis_id": 4846,
                    "twfy_id": "25130",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Directorship of New Ireland Commission Ltd. This is an unpaid role."
                },
                {
                    "id": 10842,
                    "parent_interest_id": "",
                    "member": "Lisa Smart",
                    "party": "liberal-democrat",
                    "mnis_id": 5070,
                    "twfy_id": "26556",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "National Liberal Club - \u00a3863.69"
                },
                {
                    "id": 10846,
                    "parent_interest_id": "",
                    "member": "Dr Danny Chambers",
                    "party": "liberal-democrat",
                    "mnis_id": 5304,
                    "twfy_id": "26607",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "National Liberal Club - \u00a31,475.85"
                },
                {
                    "id": 10847,
                    "parent_interest_id": "",
                    "member": "Martin Wrigley",
                    "party": "liberal-democrat",
                    "mnis_id": 5111,
                    "twfy_id": "26484",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "National Liberal Club - \u00a31,029.62"
                },
                {
                    "id": 10857,
                    "parent_interest_id": "",
                    "member": "Jess Asato",
                    "party": "labour",
                    "mnis_id": 5156,
                    "twfy_id": "26386",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of The Dartmouth Street Trust, which makes grants for the promotion of studies in political, economic and social science and cognate educational subjects, and for the promotion of education and dissemination of knowledge in such science and subjects."
                },
                {
                    "id": 10858,
                    "parent_interest_id": "",
                    "member": "Sir Keir Starmer",
                    "party": "labour",
                    "mnis_id": 4514,
                    "twfy_id": "25353",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "I remain a paid season ticket holder at Arsenal but, given security advice, the club has said it will find seats for my son and I in the Directors\u2019 Box whenever practicable."
                },
                {
                    "id": 10861,
                    "parent_interest_id": "",
                    "member": "Charlotte Cane",
                    "party": "liberal-democrat",
                    "mnis_id": 5182,
                    "twfy_id": "26425",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "National Liberal Club - \u00a31,552.86"
                },
                {
                    "id": 10875,
                    "parent_interest_id": "",
                    "member": "Freddie van Mierlo",
                    "party": "liberal-democrat",
                    "mnis_id": 5296,
                    "twfy_id": "26540",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "National Liberal Club - \u00a31,675.85"
                },
                {
                    "id": 10877,
                    "parent_interest_id": "",
                    "member": "Tonia Antoniazzi",
                    "party": "labour",
                    "mnis_id": 4623,
                    "twfy_id": "25634",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Rugby Football Union - \u00a3638.00"
                },
                {
                    "id": 10879,
                    "parent_interest_id": "",
                    "member": "Stephen Gethins",
                    "party": "scottish-national-party",
                    "mnis_id": 4434,
                    "twfy_id": "25324",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "I am a member of Arbroath Town Board. This is an unpaid role."
                },
                {
                    "id": 10884,
                    "parent_interest_id": "",
                    "member": "Ben Obese-Jecty",
                    "party": "conservative",
                    "mnis_id": 5089,
                    "twfy_id": "26354",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director, BID Huntingdon Ltd"
                },
                {
                    "id": 10888,
                    "parent_interest_id": "",
                    "member": "Marie Goldman",
                    "party": "liberal-democrat",
                    "mnis_id": 5073,
                    "twfy_id": "26338",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "National Liberal Club - \u00a31,608.00"
                },
                {
                    "id": 10893,
                    "parent_interest_id": "",
                    "member": "James MacCleary",
                    "party": "liberal-democrat",
                    "mnis_id": 5265,
                    "twfy_id": "26581",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "National Liberal Club Ltd - \u00a31,578.50"
                },
                {
                    "id": 10894,
                    "parent_interest_id": "",
                    "member": "James MacCleary",
                    "party": "liberal-democrat",
                    "mnis_id": 5265,
                    "twfy_id": "26581",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director of Newhaven Fishing Community Interest Company. This is an unpaid role."
                },
                {
                    "id": 10895,
                    "parent_interest_id": "",
                    "member": "Susan Murray",
                    "party": "liberal-democrat",
                    "mnis_id": 5157,
                    "twfy_id": "26429",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "National Liberal  Club - \u00a31,552.86"
                },
                {
                    "id": 10896,
                    "parent_interest_id": "",
                    "member": "Rachel Gilmour",
                    "party": "liberal-democrat",
                    "mnis_id": 5252,
                    "twfy_id": "26543",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The National Liberal Club - \u00a31,675.85"
                },
                {
                    "id": 10898,
                    "parent_interest_id": "",
                    "member": "James Naish",
                    "party": "labour",
                    "mnis_id": 5047,
                    "twfy_id": "26329",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Vice President of The Association for Decentralised Energy"
                },
                {
                    "id": 10904,
                    "parent_interest_id": "",
                    "member": "Ian Roome",
                    "party": "liberal-democrat",
                    "mnis_id": 5138,
                    "twfy_id": "26388",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "National Liberal Club - \u00a31,310.75"
                },
                {
                    "id": 10919,
                    "parent_interest_id": "",
                    "member": "Emily Thornberry",
                    "party": "labour",
                    "mnis_id": 1536,
                    "twfy_id": "11656",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Guest presenter - LBC - Global Media Group"
                },
                {
                    "id": 12421,
                    "parent_interest_id": 10919.0,
                    "member": "Emily Thornberry",
                    "party": "labour",
                    "mnis_id": 1536,
                    "twfy_id": "11656",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 25 April 2025 - \u00a31,000.00"
                },
                {
                    "id": 10926,
                    "parent_interest_id": "",
                    "member": "Wendy Morton",
                    "party": "conservative",
                    "mnis_id": 4358,
                    "twfy_id": "25342",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Chairman of the United & Cecil Club. This is an unpaid role."
                },
                {
                    "id": 10930,
                    "parent_interest_id": "",
                    "member": "Suella Braverman",
                    "party": "reform",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Writing articles - Telegraph Media Group Holdings Ltd"
                },
                {
                    "id": 11783,
                    "parent_interest_id": 10930.0,
                    "member": "Suella Braverman",
                    "party": "reform",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 04 February 2025 - \u00a34,500.00"
                },
                {
                    "id": 11940,
                    "parent_interest_id": 10930.0,
                    "member": "Suella Braverman",
                    "party": "reform",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 18 February 2025 - \u00a32,250.00"
                },
                {
                    "id": 11941,
                    "parent_interest_id": 10930.0,
                    "member": "Suella Braverman",
                    "party": "reform",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 04 March 2025 - \u00a32,250.00"
                },
                {
                    "id": 12139,
                    "parent_interest_id": 10930.0,
                    "member": "Suella Braverman",
                    "party": "reform",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 01 April 2025 - \u00a31,500.00"
                },
                {
                    "id": 12281,
                    "parent_interest_id": 10930.0,
                    "member": "Suella Braverman",
                    "party": "reform",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 15 April 2025 - \u00a32,250.00"
                },
                {
                    "id": 12396,
                    "parent_interest_id": 10930.0,
                    "member": "Suella Braverman",
                    "party": "reform",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 29 April 2025 - \u00a3750.00"
                },
                {
                    "id": 12522,
                    "parent_interest_id": 10930.0,
                    "member": "Suella Braverman",
                    "party": "reform",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 27 May 2025 - \u00a31,500.00"
                },
                {
                    "id": 12618,
                    "parent_interest_id": 10930.0,
                    "member": "Suella Braverman",
                    "party": "reform",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 10 June 2025 - \u00a32,250.00"
                },
                {
                    "id": 12871,
                    "parent_interest_id": 10930.0,
                    "member": "Suella Braverman",
                    "party": "reform",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 08 July 2025 - \u00a32,250.00"
                },
                {
                    "id": 13162,
                    "parent_interest_id": 10930.0,
                    "member": "Suella Braverman",
                    "party": "reform",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 19 August 2025 - \u00a33,750.00"
                },
                {
                    "id": 13290,
                    "parent_interest_id": 10930.0,
                    "member": "Suella Braverman",
                    "party": "reform",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 02 September 2025 - \u00a31,500.00"
                },
                {
                    "id": 13473,
                    "parent_interest_id": 10930.0,
                    "member": "Suella Braverman",
                    "party": "reform",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 30 September 2025 - \u00a32,250.00"
                },
                {
                    "id": 13665,
                    "parent_interest_id": 10930.0,
                    "member": "Suella Braverman",
                    "party": "reform",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 28 October 2025 - \u00a32,250.00"
                },
                {
                    "id": 14115,
                    "parent_interest_id": 10930.0,
                    "member": "Suella Braverman",
                    "party": "reform",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 09 December 2025 - \u00a33,000.00"
                },
                {
                    "id": 14327,
                    "parent_interest_id": 10930.0,
                    "member": "Suella Braverman",
                    "party": "reform",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 23 December 2025 - \u00a3750.00"
                },
                {
                    "id": 14328,
                    "parent_interest_id": 10930.0,
                    "member": "Suella Braverman",
                    "party": "reform",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 07 January 2026 - \u00a33,000.00"
                },
                {
                    "id": 10943,
                    "parent_interest_id": "",
                    "member": "Dame Meg Hillier",
                    "party": "labourco-operative",
                    "mnis_id": 1524,
                    "twfy_id": "11605",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of the Board of Directors of the Canadian Audit and Accountability Foundation. This is an unpaid role."
                },
                {
                    "id": 10945,
                    "parent_interest_id": "",
                    "member": "Tim Farron",
                    "party": "liberal-democrat",
                    "mnis_id": 1591,
                    "twfy_id": "11923",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Faith in Public Ltd - \u00a313,877.33"
                },
                {
                    "id": 10953,
                    "parent_interest_id": "",
                    "member": "Gurinder Singh Josan",
                    "party": "labour",
                    "mnis_id": 5059,
                    "twfy_id": "26348",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director of Labour First Ltd. This is an unpaid role."
                },
                {
                    "id": 10976,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid director of Dripping Rock, freshwater fishing."
                },
                {
                    "id": 10977,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid director of ICFDS Global."
                },
                {
                    "id": 10978,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid director of AV Path Ltd."
                },
                {
                    "id": 10979,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid director of Lowe and Oliver Ltd (Electrical Installation, Plumbing, Heat and air-conditioning installation)."
                },
                {
                    "id": 10980,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in P4847 a Freeze drying pharma related business"
                },
                {
                    "id": 10981,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid director of Biopharma Process Systems Limited."
                },
                {
                    "id": 10982,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid director of Biopharma Technology Ltd."
                },
                {
                    "id": 10983,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid director of Futebol De Salao."
                },
                {
                    "id": 11008,
                    "parent_interest_id": "",
                    "member": "Sir Jeremy Hunt",
                    "party": "conservative",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "speaking engagement - Chartwell Partners Ltd"
                },
                {
                    "id": 12389,
                    "parent_interest_id": 11008.0,
                    "member": "Sir Jeremy Hunt",
                    "party": "conservative",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 24 April 2025 - \u00a313,200.00"
                },
                {
                    "id": 12429,
                    "parent_interest_id": 11008.0,
                    "member": "Sir Jeremy Hunt",
                    "party": "conservative",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 12 May 2025 - \u00a35,920.00"
                },
                {
                    "id": 12430,
                    "parent_interest_id": 11008.0,
                    "member": "Sir Jeremy Hunt",
                    "party": "conservative",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 15 May 2025 - \u00a38,000.00"
                },
                {
                    "id": 12695,
                    "parent_interest_id": 11008.0,
                    "member": "Sir Jeremy Hunt",
                    "party": "conservative",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 12 June 2025 - \u00a32,400.00"
                },
                {
                    "id": 12696,
                    "parent_interest_id": 11008.0,
                    "member": "Sir Jeremy Hunt",
                    "party": "conservative",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 12 June 2025 - \u00a316,000.00"
                },
                {
                    "id": 12697,
                    "parent_interest_id": 11008.0,
                    "member": "Sir Jeremy Hunt",
                    "party": "conservative",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 20 June 2025 - \u00a316,000.00"
                },
                {
                    "id": 12716,
                    "parent_interest_id": 11008.0,
                    "member": "Sir Jeremy Hunt",
                    "party": "conservative",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 26 June 2025 - \u00a320,000.00"
                },
                {
                    "id": 13026,
                    "parent_interest_id": 11008.0,
                    "member": "Sir Jeremy Hunt",
                    "party": "conservative",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment expected for services on 24 July 2025 - \u00a314,500.00"
                },
                {
                    "id": 13309,
                    "parent_interest_id": 11008.0,
                    "member": "Sir Jeremy Hunt",
                    "party": "conservative",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 12 September 2025 - \u00a34,800.00"
                },
                {
                    "id": 13311,
                    "parent_interest_id": 11008.0,
                    "member": "Sir Jeremy Hunt",
                    "party": "conservative",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 08 September 2025 - \u00a330,000.00"
                },
                {
                    "id": 13318,
                    "parent_interest_id": 11008.0,
                    "member": "Sir Jeremy Hunt",
                    "party": "conservative",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment expected for services on 16 September 2025 - \u00a34,800.00"
                },
                {
                    "id": 13358,
                    "parent_interest_id": 11008.0,
                    "member": "Sir Jeremy Hunt",
                    "party": "conservative",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 22 September 2025 - \u00a324,000.00"
                },
                {
                    "id": 13762,
                    "parent_interest_id": 11008.0,
                    "member": "Sir Jeremy Hunt",
                    "party": "conservative",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 27 October 2025 - \u00a324,000.00"
                },
                {
                    "id": 13869,
                    "parent_interest_id": 11008.0,
                    "member": "Sir Jeremy Hunt",
                    "party": "conservative",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment expected for services on 12 November 2025 - \u00a316,000.00"
                },
                {
                    "id": 13980,
                    "parent_interest_id": 11008.0,
                    "member": "Sir Jeremy Hunt",
                    "party": "conservative",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 20 November 2025 - \u00a316,000.00"
                },
                {
                    "id": 13981,
                    "parent_interest_id": 11008.0,
                    "member": "Sir Jeremy Hunt",
                    "party": "conservative",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 19 November 2025 - \u00a310,000.00"
                },
                {
                    "id": 13982,
                    "parent_interest_id": 11008.0,
                    "member": "Sir Jeremy Hunt",
                    "party": "conservative",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 19 November 2025 - \u00a312,000.00"
                },
                {
                    "id": 13985,
                    "parent_interest_id": 11008.0,
                    "member": "Sir Jeremy Hunt",
                    "party": "conservative",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment expected for services on 13 November 2025 - \u00a324,000.00"
                },
                {
                    "id": 14569,
                    "parent_interest_id": 11008.0,
                    "member": "Sir Jeremy Hunt",
                    "party": "conservative",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 11 February 2026 - \u00a316,000.00"
                },
                {
                    "id": 14570,
                    "parent_interest_id": 11008.0,
                    "member": "Sir Jeremy Hunt",
                    "party": "conservative",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 11 February 2026 - \u00a312,000.00"
                },
                {
                    "id": 11034,
                    "parent_interest_id": "",
                    "member": "Wendy Chamberlain",
                    "party": "liberal-democrat",
                    "mnis_id": 4765,
                    "twfy_id": "25872",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Director of The Fife Carers Centre (registered company number: SC282309)"
                },
                {
                    "id": 11038,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid director of Alto Energy, (wholesale of hardware, plumbing and heating equipment and supplies)"
                },
                {
                    "id": 11039,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid director of Scarabus (other sports activities)"
                },
                {
                    "id": 11051,
                    "parent_interest_id": "",
                    "member": "Emma Lewell",
                    "party": "labour",
                    "mnis_id": 4277,
                    "twfy_id": "25181",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of the Advisory Council, Sea Power Laboratory at the Council on Geostrategy.  This is an unpaid role"
                },
                {
                    "id": 11052,
                    "parent_interest_id": "",
                    "member": "Emma Lewell",
                    "party": "labour",
                    "mnis_id": 4277,
                    "twfy_id": "25181",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Patron of NAIRO - National Association of Independent Reviewing Officers. This is an unpaid role."
                },
                {
                    "id": 11053,
                    "parent_interest_id": "",
                    "member": "Emma Lewell",
                    "party": "labour",
                    "mnis_id": 4277,
                    "twfy_id": "25181",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Patron of Forward Assist - a military veterans charity"
                },
                {
                    "id": 11083,
                    "parent_interest_id": "",
                    "member": "Mr Angus MacDonald",
                    "party": "liberal-democrat",
                    "mnis_id": 5362,
                    "twfy_id": "26637",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Highland Cinema Ltd"
                },
                {
                    "id": 11090,
                    "parent_interest_id": "",
                    "member": "Mr Angus MacDonald",
                    "party": "liberal-democrat",
                    "mnis_id": 5362,
                    "twfy_id": "26637",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Highland Bookshop Ltd"
                },
                {
                    "id": 11128,
                    "parent_interest_id": "",
                    "member": "Adam Dance",
                    "party": "liberal-democrat",
                    "mnis_id": 5191,
                    "twfy_id": "26459",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "National Liberal Club - \u00a3863.69"
                },
                {
                    "id": 11130,
                    "parent_interest_id": "",
                    "member": "Saqib Bhatti",
                    "party": "conservative",
                    "mnis_id": 4818,
                    "twfy_id": "25847",
                    "category": "Family members engaged in third-party lobbying",
                    "category_code": "10",
                    "summary": "Aminah Bhatti employed as Lobbyist"
                },
                {
                    "id": 11138,
                    "parent_interest_id": "",
                    "member": "Wera Hobhouse",
                    "party": "liberal-democrat",
                    "mnis_id": 4602,
                    "twfy_id": "25648",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director, Industry and Parliament Trust. This is an unpaid role."
                },
                {
                    "id": 11142,
                    "parent_interest_id": "",
                    "member": "Kate Osamor",
                    "party": "labourco-operative",
                    "mnis_id": 4515,
                    "twfy_id": "25365",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director and Trustee of the Commonwealth Parliamentary Association (UK Branch)."
                },
                {
                    "id": 11143,
                    "parent_interest_id": "",
                    "member": "Mrs Sharon Hodgson",
                    "party": "labour",
                    "mnis_id": 1521,
                    "twfy_id": "11592",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director and Trustee of the Commonwealth Parliamentary Association (UK Branch). This is an unpaid role."
                },
                {
                    "id": 11144,
                    "parent_interest_id": "",
                    "member": "Chris Philp",
                    "party": "conservative",
                    "mnis_id": 4503,
                    "twfy_id": "25377",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Galenic Laboratories Ltd"
                },
                {
                    "id": 11145,
                    "parent_interest_id": "",
                    "member": "Bambos Charalambous",
                    "party": "labour",
                    "mnis_id": 4610,
                    "twfy_id": "25676",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director and Trustee of the Commonwealth Parliamentary Association (UK Branch)"
                },
                {
                    "id": 11146,
                    "parent_interest_id": "",
                    "member": "Dame Meg Hillier",
                    "party": "labourco-operative",
                    "mnis_id": 1524,
                    "twfy_id": "11605",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Chair of the House Magazine Advisory Board. This is an unpaid role."
                },
                {
                    "id": 11147,
                    "parent_interest_id": "",
                    "member": "Dame Meg Hillier",
                    "party": "labourco-operative",
                    "mnis_id": 1524,
                    "twfy_id": "11605",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director and Trustee of the Commonwealth Parliamentary Association (UK Branch). This is an unpaid role."
                },
                {
                    "id": 11149,
                    "parent_interest_id": "",
                    "member": "Robin Swann",
                    "party": "uup",
                    "mnis_id": 5319,
                    "twfy_id": "25141",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director and Trustee of the Commonwealth Parliamentary Association (UK Branch)."
                },
                {
                    "id": 11156,
                    "parent_interest_id": "",
                    "member": "Mr Gagan Mohindra",
                    "party": "conservative",
                    "mnis_id": 4804,
                    "twfy_id": "25920",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director and Trustee of the Commonwealth Parliamentary Association (UK Branch). This is an unpaid role."
                },
                {
                    "id": 11169,
                    "parent_interest_id": "",
                    "member": "Jess Phillips",
                    "party": "labour",
                    "mnis_id": 4370,
                    "twfy_id": "25364",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Lloyds Banking Group - \u00a3310.00"
                },
                {
                    "id": 11174,
                    "parent_interest_id": "",
                    "member": "Kevin Bonavia",
                    "party": "labour",
                    "mnis_id": 5051,
                    "twfy_id": "26330",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director and Trustee of the Commonwealth Parliamentary Association (UK Branch). This is an unpaid role."
                },
                {
                    "id": 11177,
                    "parent_interest_id": "",
                    "member": "David Mundell",
                    "party": "conservative",
                    "mnis_id": 1512,
                    "twfy_id": "11970",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director and Trustee of the Commonwealth Parliamentary Association (UK Branch). This is an unpaid role."
                },
                {
                    "id": 11179,
                    "parent_interest_id": "",
                    "member": "Dame Harriett Baldwin",
                    "party": "conservative",
                    "mnis_id": 4107,
                    "twfy_id": "24785",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A Member of the Executive Committee of the Commonwealth Parliamentary Association (UK Branch). This is an unpaid role."
                },
                {
                    "id": 11181,
                    "parent_interest_id": "",
                    "member": "Jeremy Corbyn",
                    "party": "independent",
                    "mnis_id": 185,
                    "twfy_id": "10133",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Director of Jeremy Corbyn Campaign Ltd, supporting the activities of political organisations"
                },
                {
                    "id": 11186,
                    "parent_interest_id": "",
                    "member": "Layla Moran",
                    "party": "liberal-democrat",
                    "mnis_id": 4656,
                    "twfy_id": "25689",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director and Trustee of the Commonwealth Parliamentary Association (UK Branch). This is an unpaid role."
                },
                {
                    "id": 11187,
                    "parent_interest_id": "",
                    "member": "Wendy Chamberlain",
                    "party": "liberal-democrat",
                    "mnis_id": 4765,
                    "twfy_id": "25872",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Patrick H Foster - \u00a32,400.00"
                },
                {
                    "id": 11190,
                    "parent_interest_id": "",
                    "member": "Markus Campbell-Savours",
                    "party": "independent",
                    "mnis_id": 5124,
                    "twfy_id": "26485",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Shareholdings in GB Bank Limited which fall below the registrable thresholds in Category 7."
                },
                {
                    "id": 11206,
                    "parent_interest_id": "",
                    "member": "Dawn Butler",
                    "party": "labour",
                    "mnis_id": 1489,
                    "twfy_id": "11447",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director and Trustee of the Commonwealth Parliamentary Association (UK Branch). This is an unpaid role."
                },
                {
                    "id": 11212,
                    "parent_interest_id": "",
                    "member": "Jack Rankin",
                    "party": "conservative",
                    "mnis_id": 5340,
                    "twfy_id": "26622",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid director of Crocus and Bluebell Limited."
                },
                {
                    "id": 11213,
                    "parent_interest_id": "",
                    "member": "Rebecca Long Bailey",
                    "party": "labour",
                    "mnis_id": 4396,
                    "twfy_id": "25368",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "National Union of Journalists (NUJ) - \u00a318,672.00"
                },
                {
                    "id": 11214,
                    "parent_interest_id": "",
                    "member": "Rebecca Long Bailey",
                    "party": "labour",
                    "mnis_id": 4396,
                    "twfy_id": "25368",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Bakers, Food and Allied Workers Union - \u00a318,516.00"
                },
                {
                    "id": 11226,
                    "parent_interest_id": "",
                    "member": "Mark Ferguson",
                    "party": "labour",
                    "mnis_id": 5031,
                    "twfy_id": "26310",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Co-Chair, UNISON Group of Labour MPs. This is an unpaid role."
                },
                {
                    "id": 11228,
                    "parent_interest_id": "",
                    "member": "Monica Harding",
                    "party": "liberal-democrat",
                    "mnis_id": 5299,
                    "twfy_id": "26516",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "National Liberal Club - \u00a31,347.88"
                },
                {
                    "id": 11229,
                    "parent_interest_id": "",
                    "member": "Mark Garnier",
                    "party": "conservative",
                    "mnis_id": 4074,
                    "twfy_id": "24824",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "ReWyre Board. The ReWyre Board is a group of people supporting the economic development of Wyre Forest, supported by Wyre Forest District Council. This is an unpaid role."
                },
                {
                    "id": 11234,
                    "parent_interest_id": "",
                    "member": "Carolyn Harris",
                    "party": "labour",
                    "mnis_id": 4480,
                    "twfy_id": "25308",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Political panellist - TV - ITN"
                },
                {
                    "id": 11844,
                    "parent_interest_id": 11234.0,
                    "member": "Carolyn Harris",
                    "party": "labour",
                    "mnis_id": 4480,
                    "twfy_id": "25308",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 21 February 2025 - \u00a3300.00"
                },
                {
                    "id": 12092,
                    "parent_interest_id": 11234.0,
                    "member": "Carolyn Harris",
                    "party": "labour",
                    "mnis_id": 4480,
                    "twfy_id": "25308",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 21 March 2025 - \u00a3300.00"
                },
                {
                    "id": 12251,
                    "parent_interest_id": 11234.0,
                    "member": "Carolyn Harris",
                    "party": "labour",
                    "mnis_id": 4480,
                    "twfy_id": "25308",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 17 April 2025 - \u00a3300.00"
                },
                {
                    "id": 12578,
                    "parent_interest_id": 11234.0,
                    "member": "Carolyn Harris",
                    "party": "labour",
                    "mnis_id": 4480,
                    "twfy_id": "25308",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 05 June 2025 - \u00a3300.00"
                },
                {
                    "id": 12923,
                    "parent_interest_id": 11234.0,
                    "member": "Carolyn Harris",
                    "party": "labour",
                    "mnis_id": 4480,
                    "twfy_id": "25308",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 17 July 2025 - \u00a3300.00"
                },
                {
                    "id": 13039,
                    "parent_interest_id": 11234.0,
                    "member": "Carolyn Harris",
                    "party": "labour",
                    "mnis_id": 4480,
                    "twfy_id": "25308",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 01 August 2025 - \u00a3300.00"
                },
                {
                    "id": 13350,
                    "parent_interest_id": 11234.0,
                    "member": "Carolyn Harris",
                    "party": "labour",
                    "mnis_id": 4480,
                    "twfy_id": "25308",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 19 September 2025 - \u00a3300.00"
                },
                {
                    "id": 13811,
                    "parent_interest_id": 11234.0,
                    "member": "Carolyn Harris",
                    "party": "labour",
                    "mnis_id": 4480,
                    "twfy_id": "25308",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 07 November 2025 - \u00a3300.00"
                },
                {
                    "id": 14095,
                    "parent_interest_id": 11234.0,
                    "member": "Carolyn Harris",
                    "party": "labour",
                    "mnis_id": 4480,
                    "twfy_id": "25308",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 05 December 2025 - \u00a3300.00"
                },
                {
                    "id": 11237,
                    "parent_interest_id": "",
                    "member": "Carolyn Harris",
                    "party": "labour",
                    "mnis_id": 4480,
                    "twfy_id": "25308",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director and Trustee of the Commonwealth Parliamentary Association (UK Branch). This is an unpaid role."
                },
                {
                    "id": 11238,
                    "parent_interest_id": "",
                    "member": "Carolyn Harris",
                    "party": "labour",
                    "mnis_id": 4480,
                    "twfy_id": "25308",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Non-executive director, Centre for Social Justice. This is an unpaid role."
                },
                {
                    "id": 11239,
                    "parent_interest_id": "",
                    "member": "Liz Twist",
                    "party": "labour",
                    "mnis_id": 4618,
                    "twfy_id": "25623",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Co-Chair, UNISON group of Labour MPs"
                },
                {
                    "id": 11241,
                    "parent_interest_id": "",
                    "member": "Adam Jogee",
                    "party": "labour",
                    "mnis_id": 5168,
                    "twfy_id": "26541",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director and Trustee of the Commonwealth Parliamentary Association (UK Branch)."
                },
                {
                    "id": 11245,
                    "parent_interest_id": "",
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Co-founder and Chairman of Action on World Health LLP"
                },
                {
                    "id": 11255,
                    "parent_interest_id": "",
                    "member": "Mrs Elsie Blundell",
                    "party": "labour",
                    "mnis_id": 5084,
                    "twfy_id": "26481",
                    "category": "Family members engaged in third-party lobbying",
                    "category_code": "10",
                    "summary": "John Blundell employed as Lobbyist"
                },
                {
                    "id": 11256,
                    "parent_interest_id": "",
                    "member": "George Freeman",
                    "party": "conservative",
                    "mnis_id": 4020,
                    "twfy_id": "24817",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Advisor - Nighthawk Partners Limited"
                },
                {
                    "id": 11257,
                    "parent_interest_id": 11256.0,
                    "member": "George Freeman",
                    "party": "conservative",
                    "mnis_id": 4020,
                    "twfy_id": "24817",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement starting 16 October 2024 - \u00a33,000.00"
                },
                {
                    "id": 12811,
                    "parent_interest_id": 11256.0,
                    "member": "George Freeman",
                    "party": "conservative",
                    "mnis_id": 4020,
                    "twfy_id": "24817",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 11 June 2025 - \u00a32,000.00"
                },
                {
                    "id": 11271,
                    "parent_interest_id": "",
                    "member": "Yuan Yang",
                    "party": "labour",
                    "mnis_id": 5267,
                    "twfy_id": "26600",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of the House Magazine Advisory Board. This is an unpaid role."
                },
                {
                    "id": 11275,
                    "parent_interest_id": "",
                    "member": "John McDonnell",
                    "party": "labour",
                    "mnis_id": 178,
                    "twfy_id": "10383",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Rail, Maritime and Transport Union - \u00a322,211.00"
                },
                {
                    "id": 11276,
                    "parent_interest_id": "",
                    "member": "John McDonnell",
                    "party": "labour",
                    "mnis_id": 178,
                    "twfy_id": "10383",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Public and Commercial Services Union (PCS) - \u00a334,358.00"
                },
                {
                    "id": 11283,
                    "parent_interest_id": "",
                    "member": "Anna Dixon",
                    "party": "labour",
                    "mnis_id": 5281,
                    "twfy_id": "26524",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of the Shipley Towns Fund Board. This is an unpaid role."
                },
                {
                    "id": 11294,
                    "parent_interest_id": "",
                    "member": "Sir Oliver Dowden",
                    "party": "conservative",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Strategy Adviser - Caxton Associates LLP"
                },
                {
                    "id": 13232,
                    "parent_interest_id": 11294.0,
                    "member": "Sir Oliver Dowden",
                    "party": "conservative",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 26 August 2025 - \u00a315,000.00"
                },
                {
                    "id": 14022,
                    "parent_interest_id": 11294.0,
                    "member": "Sir Oliver Dowden",
                    "party": "conservative",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 17 November 2025 - \u00a315,000.00"
                },
                {
                    "id": 11298,
                    "parent_interest_id": "",
                    "member": "Dawn Butler",
                    "party": "labour",
                    "mnis_id": 1489,
                    "twfy_id": "11447",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Executive Committee Member of the British Group Inter-Parliamentary Union. This is an unpaid role."
                },
                {
                    "id": 11299,
                    "parent_interest_id": "",
                    "member": "Jessica Morden",
                    "party": "labour",
                    "mnis_id": 1548,
                    "twfy_id": "11732",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of the BGIPU Executive Committee. This is an unpaid role."
                },
                {
                    "id": 11303,
                    "parent_interest_id": "",
                    "member": "Mrs Sharon Hodgson",
                    "party": "labour",
                    "mnis_id": 1521,
                    "twfy_id": "11592",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director and Trustee of the British Group Inter-Parliamentary Union. This is an unpaid role."
                },
                {
                    "id": 11305,
                    "parent_interest_id": "",
                    "member": "Laurence Turner",
                    "party": "labour",
                    "mnis_id": 5234,
                    "twfy_id": "26517",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Chair of the GMB Parliamentary Group. This is an unpaid role."
                },
                {
                    "id": 11307,
                    "parent_interest_id": "",
                    "member": "Dame Karen Bradley",
                    "party": "conservative",
                    "mnis_id": 4110,
                    "twfy_id": "24725",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Treasurer of the British Group of the Inter Parliamentary Union. This is an unpaid role."
                },
                {
                    "id": 11308,
                    "parent_interest_id": "",
                    "member": "Anneliese Dodds",
                    "party": "labourco-operative",
                    "mnis_id": 4657,
                    "twfy_id": "25618",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Royalties with Authors Licensing and Collecting Society - Authors Licensing and Collecting Society"
                },
                {
                    "id": 12217,
                    "parent_interest_id": 11308.0,
                    "member": "Anneliese Dodds",
                    "party": "labourco-operative",
                    "mnis_id": 4657,
                    "twfy_id": "25618",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 26 March 2025 - \u00a3349.69"
                },
                {
                    "id": 11317,
                    "parent_interest_id": "",
                    "member": "Ms Diane Abbott",
                    "party": "independent",
                    "mnis_id": 172,
                    "twfy_id": "10001",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Writing an autobiography - Viking- Penguin via Blake Friedmann Literary, TV & Film Agency Ltd"
                },
                {
                    "id": 11318,
                    "parent_interest_id": 11317.0,
                    "member": "Ms Diane Abbott",
                    "party": "independent",
                    "mnis_id": 172,
                    "twfy_id": "10001",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 24 September 2024 - \u00a322,500.00"
                },
                {
                    "id": 13091,
                    "parent_interest_id": 11317.0,
                    "member": "Ms Diane Abbott",
                    "party": "independent",
                    "mnis_id": 172,
                    "twfy_id": "10001",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 12 March 2025 - \u00a318,450.00"
                },
                {
                    "id": 11322,
                    "parent_interest_id": "",
                    "member": "Munira Wilson",
                    "party": "liberal-democrat",
                    "mnis_id": 4776,
                    "twfy_id": "25820",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "James Sleeman - \u00a311,520.00"
                },
                {
                    "id": 11326,
                    "parent_interest_id": "",
                    "member": "Yuan Yang",
                    "party": "labour",
                    "mnis_id": 5267,
                    "twfy_id": "26600",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Polish edition of book published - Grupa Wydawnicza Foksal Ltd"
                },
                {
                    "id": 13633,
                    "parent_interest_id": 11326.0,
                    "member": "Yuan Yang",
                    "party": "labour",
                    "mnis_id": 5267,
                    "twfy_id": "26600",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 21 October 2025 - \u00a32,918.51"
                },
                {
                    "id": 11337,
                    "parent_interest_id": "",
                    "member": "Sir Geoffrey Cox",
                    "party": "conservative",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Legal services - Jai Stern Solicitors"
                },
                {
                    "id": 11339,
                    "parent_interest_id": "",
                    "member": "Shaun Davies",
                    "party": "labour",
                    "mnis_id": 5041,
                    "twfy_id": "26332",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of the Telford Town Deal Board (unpaid)"
                },
                {
                    "id": 11356,
                    "parent_interest_id": "",
                    "member": "Dave Robertson",
                    "party": "labour",
                    "mnis_id": 5126,
                    "twfy_id": "26374",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of Lichfield District Council. This was an unpaid role."
                },
                {
                    "id": 11357,
                    "parent_interest_id": "",
                    "member": "Dave Robertson",
                    "party": "labour",
                    "mnis_id": 5126,
                    "twfy_id": "26374",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of Lichfield City Council. This was an unpaid role."
                },
                {
                    "id": 11363,
                    "parent_interest_id": "",
                    "member": "David Chadwick",
                    "party": "liberal-democrat",
                    "mnis_id": 5284,
                    "twfy_id": "26518",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "National Liberal Club - \u00a3983.90"
                },
                {
                    "id": 11367,
                    "parent_interest_id": "",
                    "member": "Mrs Kemi Badenoch",
                    "party": "conservative",
                    "mnis_id": 4597,
                    "twfy_id": "25693",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A Person with Significant Control of C&UCO Properties. This is an unpaid role."
                },
                {
                    "id": 11368,
                    "parent_interest_id": "",
                    "member": "Mrs Kemi Badenoch",
                    "party": "conservative",
                    "mnis_id": 4597,
                    "twfy_id": "25693",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A Person with Significant Control of the Conservative Party Foundation. This is an unpaid role."
                },
                {
                    "id": 11369,
                    "parent_interest_id": "",
                    "member": "Mrs Kemi Badenoch",
                    "party": "conservative",
                    "mnis_id": 4597,
                    "twfy_id": "25693",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A Person with Significant Control of C&UCO Management Limited. This is an unpaid role."
                },
                {
                    "id": 11370,
                    "parent_interest_id": "",
                    "member": "Mrs Kemi Badenoch",
                    "party": "conservative",
                    "mnis_id": 4597,
                    "twfy_id": "25693",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A Person with Significant Control of C&UCO Services Limited. This is an unpaid role."
                },
                {
                    "id": 11382,
                    "parent_interest_id": "",
                    "member": "Rishi Sunak",
                    "party": "conservative",
                    "mnis_id": 4483,
                    "twfy_id": "25428",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in The Office of Akshata Murty and Rishi Sunak"
                },
                {
                    "id": 11383,
                    "parent_interest_id": "",
                    "member": "Rishi Sunak",
                    "party": "conservative",
                    "mnis_id": 4483,
                    "twfy_id": "25428",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid director of The Office of Akshata Murty and Rishi Sunak, a company to support our ongoing public activities and engagements"
                },
                {
                    "id": 11397,
                    "parent_interest_id": "",
                    "member": "Alicia Kearns",
                    "party": "conservative",
                    "mnis_id": 4805,
                    "twfy_id": "25906",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Membership of the British Group Inter-Parliamentary Union and from 27 November 2025, Vice Chair. This is an unpaid role."
                },
                {
                    "id": 11398,
                    "parent_interest_id": "",
                    "member": "Catherine Fookes",
                    "party": "labour",
                    "mnis_id": 5291,
                    "twfy_id": "26510",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Smallholding jointly in my name, though I am not the landowner."
                },
                {
                    "id": 11406,
                    "parent_interest_id": "",
                    "member": "Alicia Kearns",
                    "party": "conservative",
                    "mnis_id": 4805,
                    "twfy_id": "25906",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Membership of the Council of Europe. This is an unpaid role"
                },
                {
                    "id": 11410,
                    "parent_interest_id": "",
                    "member": "Wendy Chamberlain",
                    "party": "liberal-democrat",
                    "mnis_id": 4765,
                    "twfy_id": "25872",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Honorary Vice President of Carers UK (unremunerated)"
                },
                {
                    "id": 11412,
                    "parent_interest_id": "",
                    "member": "Christine Jardine",
                    "party": "liberal-democrat",
                    "mnis_id": 4634,
                    "twfy_id": "25675",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "I am the President of The Debating Group, which organises informal debates on policy issues. This is an unpaid role."
                },
                {
                    "id": 11413,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Social Media - X Corp"
                },
                {
                    "id": 11819,
                    "parent_interest_id": 11413.0,
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 05 February 2025 - \u00a33,093.97"
                },
                {
                    "id": 11833,
                    "parent_interest_id": 11413.0,
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 19 February 2025 - \u00a33,439.50"
                },
                {
                    "id": 11948,
                    "parent_interest_id": 11413.0,
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 05 March 2025 - \u00a33,196.32"
                },
                {
                    "id": 12047,
                    "parent_interest_id": 11413.0,
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 19 March 2025 - \u00a32,750.55"
                },
                {
                    "id": 12165,
                    "parent_interest_id": 11413.0,
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 02 April 2025 - \u00a31,618.12"
                },
                {
                    "id": 12239,
                    "parent_interest_id": 11413.0,
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 16 April 2025 - \u00a31,661.14"
                },
                {
                    "id": 12320,
                    "parent_interest_id": 11413.0,
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 30 April 2025 - \u00a3671.29"
                },
                {
                    "id": 12423,
                    "parent_interest_id": 11413.0,
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 14 May 2025 - \u00a31,026.91"
                },
                {
                    "id": 12584,
                    "parent_interest_id": 11413.0,
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 29 May 2025 - \u00a31,203.96"
                },
                {
                    "id": 12620,
                    "parent_interest_id": 11413.0,
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 11 June 2025 - \u00a31,050.10"
                },
                {
                    "id": 12720,
                    "parent_interest_id": 11413.0,
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 25 June 2025 - \u00a31,341.75"
                },
                {
                    "id": 12875,
                    "parent_interest_id": 11413.0,
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 09 July 2025 - \u00a31,594.68"
                },
                {
                    "id": 12998,
                    "parent_interest_id": 11413.0,
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 23 July 2025 - \u00a31,200.18"
                },
                {
                    "id": 13074,
                    "parent_interest_id": 11413.0,
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 06 August 2025 - \u00a31,910.63"
                },
                {
                    "id": 13151,
                    "parent_interest_id": 11413.0,
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 20 August 2025 - \u00a31,537.55"
                },
                {
                    "id": 13217,
                    "parent_interest_id": 11413.0,
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 03 September 2025 - \u00a31,542.16"
                },
                {
                    "id": 13321,
                    "parent_interest_id": 11413.0,
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 17 September 2025 - \u00a32,161.94"
                },
                {
                    "id": 13422,
                    "parent_interest_id": 11413.0,
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 01 October 2025 - \u00a31,138.06"
                },
                {
                    "id": 13540,
                    "parent_interest_id": 11413.0,
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 15 October 2025 - \u00a32,055.56"
                },
                {
                    "id": 13718,
                    "parent_interest_id": 11413.0,
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 29 October 2025 - \u00a31,312.52"
                },
                {
                    "id": 13866,
                    "parent_interest_id": 11413.0,
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 13 November 2025 - \u00a31,671.05"
                },
                {
                    "id": 14292,
                    "parent_interest_id": 11413.0,
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 08 January 2026 - \u00a31,850.25"
                },
                {
                    "id": 14579,
                    "parent_interest_id": 11413.0,
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 18 February 2026 - \u00a32,209.01"
                },
                {
                    "id": 11421,
                    "parent_interest_id": "",
                    "member": "Samantha Niblett",
                    "party": "labour",
                    "mnis_id": 5150,
                    "twfy_id": "26414",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid directorship for Labour: Women in Tech. A campaign group I founded to get more women into tech."
                },
                {
                    "id": 11422,
                    "parent_interest_id": "",
                    "member": "George Freeman",
                    "party": "conservative",
                    "mnis_id": 4020,
                    "twfy_id": "24817",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Advisory Board, Science, Innovation and Technology - Space 4 Earth VC Fund"
                },
                {
                    "id": 11423,
                    "parent_interest_id": 11422.0,
                    "member": "George Freeman",
                    "party": "conservative",
                    "mnis_id": 4020,
                    "twfy_id": "24817",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement starting 01 December 2024 - \u00a31,000.00"
                },
                {
                    "id": 11424,
                    "parent_interest_id": "",
                    "member": "Nigel Huddleston",
                    "party": "conservative",
                    "mnis_id": 4407,
                    "twfy_id": "25381",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Co-Chairman of the Conservative Party and Chairman of the Conservative Party Board"
                },
                {
                    "id": 11425,
                    "parent_interest_id": "",
                    "member": "Ms Julie Minns",
                    "party": "labour",
                    "mnis_id": 5094,
                    "twfy_id": "26403",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of the Carlisle Town Deal Board. This is an unpaid role."
                },
                {
                    "id": 11427,
                    "parent_interest_id": "",
                    "member": "Dame Karen Bradley",
                    "party": "conservative",
                    "mnis_id": 4110,
                    "twfy_id": "24725",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Substitute member of the UK delegation to the Parliamentary Assembly of the Council of Europe."
                },
                {
                    "id": 11430,
                    "parent_interest_id": "",
                    "member": "Gurinder Singh Josan",
                    "party": "labour",
                    "mnis_id": 5059,
                    "twfy_id": "26348",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Parliamentary Labour Party Representative on the Labour Party National Executive Committee where I am Chair of the NEC Complaints and Disciplinary Sub Committee and a member of the Officer Group. This is an unpaid role."
                },
                {
                    "id": 11435,
                    "parent_interest_id": "",
                    "member": "Jacob Collier",
                    "party": "labour",
                    "mnis_id": 5077,
                    "twfy_id": "26382",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Parliamentary Patron, BAC O'Connor. This is an unpaid role."
                },
                {
                    "id": 11436,
                    "parent_interest_id": "",
                    "member": "Jacob Collier",
                    "party": "labour",
                    "mnis_id": 5077,
                    "twfy_id": "26382",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Parliamentary Champion, A50/A500 Growth Corridor. This is an unpaid role."
                },
                {
                    "id": 11438,
                    "parent_interest_id": "",
                    "member": "Melanie Onn",
                    "party": "labour",
                    "mnis_id": 4464,
                    "twfy_id": "25317",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director of Grimsby Community Energy  (cooperative model, principal aims to increase take up of community ownership of electricity generation, increase renewable sources of energy, deliver community benefit through lower bills and grants for sustainable or environmentally positive community projects). This is an unpaid role."
                },
                {
                    "id": 11439,
                    "parent_interest_id": "",
                    "member": "Melanie Onn",
                    "party": "labour",
                    "mnis_id": 4464,
                    "twfy_id": "25317",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Elected parliamentary representative on Labour Party National Executive Committee,"
                },
                {
                    "id": 11440,
                    "parent_interest_id": "",
                    "member": "Melanie Onn",
                    "party": "labour",
                    "mnis_id": 4464,
                    "twfy_id": "25317",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Co-Chair of the Commission for Carbon Competitiveness (a small group of MPs, former MPs and industry experts researching and producing reports on industrial competitiveness). Hanover Communications is appointed by the Commission to provide Secretariat duties, but Commissioners are not part of a formal contractual arrangement and do not appoint Hanover."
                },
                {
                    "id": 11442,
                    "parent_interest_id": "",
                    "member": "Melanie Onn",
                    "party": "labour",
                    "mnis_id": 4464,
                    "twfy_id": "25317",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of Youth Charity, Shalom based in the East Marsh of Grimsby. This is an unpaid role."
                },
                {
                    "id": 11444,
                    "parent_interest_id": "",
                    "member": "Chris Curtis",
                    "party": "labour",
                    "mnis_id": 5118,
                    "twfy_id": "26396",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Co-Chair of Labour Growth Group. This is an unpaid role."
                },
                {
                    "id": 11445,
                    "parent_interest_id": "",
                    "member": "Lola McEvoy",
                    "party": "labour",
                    "mnis_id": 5037,
                    "twfy_id": "26315",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Co-chair of the Labour Growth Group"
                },
                {
                    "id": 11454,
                    "parent_interest_id": "",
                    "member": "George Freeman",
                    "party": "conservative",
                    "mnis_id": 4020,
                    "twfy_id": "24817",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Regeneration Advisory Ltd"
                },
                {
                    "id": 11466,
                    "parent_interest_id": "",
                    "member": "Carla Denyer",
                    "party": "green",
                    "mnis_id": 5102,
                    "twfy_id": "26379",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Gameshow guest appearances - ITV Studios Limited"
                },
                {
                    "id": 14126,
                    "parent_interest_id": 11466.0,
                    "member": "Carla Denyer",
                    "party": "green",
                    "mnis_id": 5102,
                    "twfy_id": "26379",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 08 December 2025 - \u00a31,800.00"
                },
                {
                    "id": 11471,
                    "parent_interest_id": "",
                    "member": "Stephen Gethins",
                    "party": "scottish-national-party",
                    "mnis_id": 4434,
                    "twfy_id": "25324",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Professor of International Relations - School of International Relations, University of St Andrews"
                },
                {
                    "id": 11472,
                    "parent_interest_id": 11471.0,
                    "member": "Stephen Gethins",
                    "party": "scottish-national-party",
                    "mnis_id": 4434,
                    "twfy_id": "25324",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement starting 01 November 2024 - \u00a3791.55"
                },
                {
                    "id": 11475,
                    "parent_interest_id": "",
                    "member": "Matt Vickers",
                    "party": "conservative",
                    "mnis_id": 4844,
                    "twfy_id": "25853",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of the Thornaby Town Deal Fund Board. This is an unpaid role."
                },
                {
                    "id": 11486,
                    "parent_interest_id": "",
                    "member": "Andrew Lewin",
                    "party": "labour",
                    "mnis_id": 5061,
                    "twfy_id": "26376",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Chair of the UK Trade & Business Commission. This is an unpaid role."
                },
                {
                    "id": 11499,
                    "parent_interest_id": "",
                    "member": "Mr Gagan Mohindra",
                    "party": "conservative",
                    "mnis_id": 4804,
                    "twfy_id": "25920",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Elected member of the Executive of the British Group of the Inter Parliamentary Union (BGIPU). This is an unpaid role."
                },
                {
                    "id": 11502,
                    "parent_interest_id": "",
                    "member": "Lee Anderson",
                    "party": "reform",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Social Media - X Corp"
                },
                {
                    "id": 11750,
                    "parent_interest_id": 11502.0,
                    "member": "Lee Anderson",
                    "party": "reform",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 22 January 2025 - \u00a3244.34"
                },
                {
                    "id": 11823,
                    "parent_interest_id": 11502.0,
                    "member": "Lee Anderson",
                    "party": "reform",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 05 February 2025 - \u00a3211.53"
                },
                {
                    "id": 11866,
                    "parent_interest_id": 11502.0,
                    "member": "Lee Anderson",
                    "party": "reform",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment expected for services on 19 February 2025 - \u00a3150.90"
                },
                {
                    "id": 12208,
                    "parent_interest_id": 11502.0,
                    "member": "Lee Anderson",
                    "party": "reform",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 02 April 2025 - \u00a323.85"
                },
                {
                    "id": 12209,
                    "parent_interest_id": 11502.0,
                    "member": "Lee Anderson",
                    "party": "reform",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 19 March 2025 - \u00a384.04"
                },
                {
                    "id": 12210,
                    "parent_interest_id": 11502.0,
                    "member": "Lee Anderson",
                    "party": "reform",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 05 March 2025 - \u00a3161.38"
                },
                {
                    "id": 12224,
                    "parent_interest_id": 11502.0,
                    "member": "Lee Anderson",
                    "party": "reform",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 12 April 2025 - \u00a3102.50"
                },
                {
                    "id": 12433,
                    "parent_interest_id": 11502.0,
                    "member": "Lee Anderson",
                    "party": "reform",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 30 April 2025 - \u00a368.53"
                },
                {
                    "id": 12434,
                    "parent_interest_id": 11502.0,
                    "member": "Lee Anderson",
                    "party": "reform",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 14 May 2025 - \u00a386.29"
                },
                {
                    "id": 12552,
                    "parent_interest_id": 11502.0,
                    "member": "Lee Anderson",
                    "party": "reform",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 29 May 2025 - \u00a3101.42"
                },
                {
                    "id": 12553,
                    "parent_interest_id": 11502.0,
                    "member": "Lee Anderson",
                    "party": "reform",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 14 May 2025 - \u00a386.29"
                },
                {
                    "id": 12554,
                    "parent_interest_id": 11502.0,
                    "member": "Lee Anderson",
                    "party": "reform",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 30 April 2025 - \u00a325.00"
                },
                {
                    "id": 12605,
                    "parent_interest_id": 11502.0,
                    "member": "Lee Anderson",
                    "party": "reform",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 11 June 2025 - \u00a3106.71"
                },
                {
                    "id": 12873,
                    "parent_interest_id": 11502.0,
                    "member": "Lee Anderson",
                    "party": "reform",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 09 July 2025 - \u00a351.91"
                },
                {
                    "id": 12874,
                    "parent_interest_id": 11502.0,
                    "member": "Lee Anderson",
                    "party": "reform",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 25 June 2025 - \u00a3105.74"
                },
                {
                    "id": 13029,
                    "parent_interest_id": 11502.0,
                    "member": "Lee Anderson",
                    "party": "reform",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 23 July 2025 - \u00a3143.56"
                },
                {
                    "id": 13086,
                    "parent_interest_id": 11502.0,
                    "member": "Lee Anderson",
                    "party": "reform",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 06 August 2025 - \u00a3189.50"
                },
                {
                    "id": 13253,
                    "parent_interest_id": 11502.0,
                    "member": "Lee Anderson",
                    "party": "reform",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 20 August 2025 - \u00a387.13"
                },
                {
                    "id": 13254,
                    "parent_interest_id": 11502.0,
                    "member": "Lee Anderson",
                    "party": "reform",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 03 September 2025 - \u00a387.38"
                },
                {
                    "id": 13582,
                    "parent_interest_id": 11502.0,
                    "member": "Lee Anderson",
                    "party": "reform",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 15 October 2025 - \u00a3196.24"
                },
                {
                    "id": 13583,
                    "parent_interest_id": 11502.0,
                    "member": "Lee Anderson",
                    "party": "reform",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 01 October 2025 - \u00a3108.75"
                },
                {
                    "id": 13584,
                    "parent_interest_id": 11502.0,
                    "member": "Lee Anderson",
                    "party": "reform",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 17 September 2025 - \u00a3100.35"
                },
                {
                    "id": 13893,
                    "parent_interest_id": 11502.0,
                    "member": "Lee Anderson",
                    "party": "reform",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 29 October 2025 - \u00a3145.11"
                },
                {
                    "id": 13894,
                    "parent_interest_id": 11502.0,
                    "member": "Lee Anderson",
                    "party": "reform",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 13 November 2025 - \u00a3132.56"
                },
                {
                    "id": 14053,
                    "parent_interest_id": 11502.0,
                    "member": "Lee Anderson",
                    "party": "reform",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 26 November 2025 - \u00a3113.05"
                },
                {
                    "id": 14054,
                    "parent_interest_id": 11502.0,
                    "member": "Lee Anderson",
                    "party": "reform",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 13 November 2025 - \u00a3132.66"
                },
                {
                    "id": 14128,
                    "parent_interest_id": 11502.0,
                    "member": "Lee Anderson",
                    "party": "reform",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 13 November 2025 - \u00a3143.65"
                },
                {
                    "id": 14209,
                    "parent_interest_id": 11502.0,
                    "member": "Lee Anderson",
                    "party": "reform",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 10 December 2025 - \u00a3143.65"
                },
                {
                    "id": 14323,
                    "parent_interest_id": 11502.0,
                    "member": "Lee Anderson",
                    "party": "reform",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 24 December 2025 - \u00a3125.23"
                },
                {
                    "id": 14324,
                    "parent_interest_id": 11502.0,
                    "member": "Lee Anderson",
                    "party": "reform",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 07 January 2026 - \u00a396.57"
                },
                {
                    "id": 14398,
                    "parent_interest_id": 11502.0,
                    "member": "Lee Anderson",
                    "party": "reform",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 21 January 2026 - \u00a3137.92"
                },
                {
                    "id": 11512,
                    "parent_interest_id": "",
                    "member": "Tony Vaughan",
                    "party": "labour",
                    "mnis_id": 5067,
                    "twfy_id": "26346",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Legal services - Garden Court Chambers"
                },
                {
                    "id": 11516,
                    "parent_interest_id": "",
                    "member": "Natalie Fleet",
                    "party": "labour",
                    "mnis_id": 5053,
                    "twfy_id": "26343",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Godfrey Coaching Ltd - \u00a38,500.00"
                },
                {
                    "id": 11520,
                    "parent_interest_id": "",
                    "member": "Jacob Collier",
                    "party": "labour",
                    "mnis_id": 5077,
                    "twfy_id": "26382",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Parliamentary Patron, YMCA. This is an unpaid role."
                },
                {
                    "id": 11523,
                    "parent_interest_id": "",
                    "member": "Rosie Wrighting",
                    "party": "labour",
                    "mnis_id": 5331,
                    "twfy_id": "26615",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "President of Royal British Legion, Kettering Branch. This is an unpaid role."
                },
                {
                    "id": 11524,
                    "parent_interest_id": "",
                    "member": "Clive Lewis",
                    "party": "labour",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Compass - Together for a Good Society Ltd - \u00a39,849.59"
                },
                {
                    "id": 11530,
                    "parent_interest_id": "",
                    "member": "Sir Julian Smith",
                    "party": "conservative",
                    "mnis_id": 4118,
                    "twfy_id": "24961",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Chair, (Director & Trustee) of Centre for Effective Dispute Resolution Limited (CEDR). This is an unpaid role."
                },
                {
                    "id": 11536,
                    "parent_interest_id": "",
                    "member": "Adam Thompson",
                    "party": "labour",
                    "mnis_id": 5044,
                    "twfy_id": "26326",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of the Derby and Sandiacre Canal Trust"
                },
                {
                    "id": 11542,
                    "parent_interest_id": "",
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Brand Ambassador - Direct Bullion"
                },
                {
                    "id": 11774,
                    "parent_interest_id": 11542.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 06 January 2025 - \u00a391,200.00"
                },
                {
                    "id": 13770,
                    "parent_interest_id": 11542.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 31 October 2025 - \u00a3135,000.00"
                },
                {
                    "id": 11565,
                    "parent_interest_id": "",
                    "member": "Richard Tice",
                    "party": "reform",
                    "mnis_id": 5161,
                    "twfy_id": "26399",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Social media activity on X - X formerly Twitter"
                },
                {
                    "id": 11742,
                    "parent_interest_id": 11565.0,
                    "member": "Richard Tice",
                    "party": "reform",
                    "mnis_id": 5161,
                    "twfy_id": "26399",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 01 February 2025 - \u00a31,230.00"
                },
                {
                    "id": 12504,
                    "parent_interest_id": 11565.0,
                    "member": "Richard Tice",
                    "party": "reform",
                    "mnis_id": 5161,
                    "twfy_id": "26399",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 09 May 2025 - \u00a31,099.00"
                },
                {
                    "id": 13061,
                    "parent_interest_id": 11565.0,
                    "member": "Richard Tice",
                    "party": "reform",
                    "mnis_id": 5161,
                    "twfy_id": "26399",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 01 August 2025 - \u00a3460.00"
                },
                {
                    "id": 13292,
                    "parent_interest_id": 11565.0,
                    "member": "Richard Tice",
                    "party": "reform",
                    "mnis_id": 5161,
                    "twfy_id": "26399",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 13 September 2025 - \u00a3641.00"
                },
                {
                    "id": 14101,
                    "parent_interest_id": 11565.0,
                    "member": "Richard Tice",
                    "party": "reform",
                    "mnis_id": 5161,
                    "twfy_id": "26399",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 09 January 2026 - \u00a3325.85"
                },
                {
                    "id": 14497,
                    "parent_interest_id": 11565.0,
                    "member": "Richard Tice",
                    "party": "reform",
                    "mnis_id": 5161,
                    "twfy_id": "26399",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 03 February 2026 - \u00a3216.21"
                },
                {
                    "id": 11567,
                    "parent_interest_id": "",
                    "member": "Gareth Snell",
                    "party": "labourco-operative",
                    "mnis_id": 4595,
                    "twfy_id": "25601",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Board Observer, Stoke-on-Trent City Centre Business Improvement District. This is an unpaid role."
                },
                {
                    "id": 11577,
                    "parent_interest_id": "",
                    "member": "Nick Timothy",
                    "party": "conservative",
                    "mnis_id": 5062,
                    "twfy_id": "26335",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of the Index on Censorship. This is an unpaid role."
                },
                {
                    "id": 11583,
                    "parent_interest_id": "",
                    "member": "Wendy Morton",
                    "party": "conservative",
                    "mnis_id": 4358,
                    "twfy_id": "25342",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Life Membership of the Friends of the British Overseas Territory provided by the organisation. (A one-off payment for this was provided in 2023 and was originally registered under Category 3.)"
                },
                {
                    "id": 11591,
                    "parent_interest_id": "",
                    "member": "Dan Carden",
                    "party": "labour",
                    "mnis_id": 4651,
                    "twfy_id": "25642",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Qatar between 26 November 2024 and 28 November 2024"
                },
                {
                    "id": 11595,
                    "parent_interest_id": "",
                    "member": "Sir Gavin Williamson",
                    "party": "conservative",
                    "mnis_id": 4108,
                    "twfy_id": "24729",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Ravenscar Group"
                },
                {
                    "id": 11603,
                    "parent_interest_id": "",
                    "member": "Olivia Bailey",
                    "party": "labour",
                    "mnis_id": 5337,
                    "twfy_id": "26609",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Appointed to the Council of Management of The Lionel Cooke Memorial Fund Ltd. This is an unpaid role."
                },
                {
                    "id": 11605,
                    "parent_interest_id": "",
                    "member": "Munira Wilson",
                    "party": "liberal-democrat",
                    "mnis_id": 4776,
                    "twfy_id": "25820",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Robin Brown - \u00a310,000.00"
                },
                {
                    "id": 11606,
                    "parent_interest_id": "",
                    "member": "Munira Wilson",
                    "party": "liberal-democrat",
                    "mnis_id": 4776,
                    "twfy_id": "25820",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Lord Tim Clement-Jones - \u00a33,000.00"
                },
                {
                    "id": 11610,
                    "parent_interest_id": "",
                    "member": "Josh MacAlister",
                    "party": "labour",
                    "mnis_id": 5033,
                    "twfy_id": "26321",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Volunteer Member of the Council of Management of The Lionel Cooke Memorial Fund Ltd (a funding body supporting Labour causes). This is an unpaid role."
                },
                {
                    "id": 11613,
                    "parent_interest_id": "",
                    "member": "Laura Kyrke-Smith",
                    "party": "labour",
                    "mnis_id": 5341,
                    "twfy_id": "26629",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Refugee, Asylum and Migration Policy Project (RAMP) - \u00a33,600.00"
                },
                {
                    "id": 11619,
                    "parent_interest_id": "",
                    "member": "Melanie Onn",
                    "party": "labour",
                    "mnis_id": 4464,
                    "twfy_id": "25317",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Executive Committee member of the British American Parliamentary Group. This is an unpaid role."
                },
                {
                    "id": 11620,
                    "parent_interest_id": "",
                    "member": "Wendy Morton",
                    "party": "conservative",
                    "mnis_id": 4358,
                    "twfy_id": "25342",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Political Governor of the Board of the Westminster Foundation for Democracy"
                },
                {
                    "id": 11621,
                    "parent_interest_id": "",
                    "member": "Luke Akehurst",
                    "party": "labour",
                    "mnis_id": 5112,
                    "twfy_id": "26420",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member, British-American Parliamentary Group Executive Committee. This is an unpaid role."
                },
                {
                    "id": 11622,
                    "parent_interest_id": "",
                    "member": "Sir Oliver Dowden",
                    "party": "conservative",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Strategy Adviser - Pierce Protocols Limited trading as Heni"
                },
                {
                    "id": 11624,
                    "parent_interest_id": 11622.0,
                    "member": "Sir Oliver Dowden",
                    "party": "conservative",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 20 December 2024 - \u00a310,000.00"
                },
                {
                    "id": 11762,
                    "parent_interest_id": 11622.0,
                    "member": "Sir Oliver Dowden",
                    "party": "conservative",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 17 January 2025 - \u00a310,000.00"
                },
                {
                    "id": 11862,
                    "parent_interest_id": 11622.0,
                    "member": "Sir Oliver Dowden",
                    "party": "conservative",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 06 February 2025 - \u00a310,000.00"
                },
                {
                    "id": 12087,
                    "parent_interest_id": 11622.0,
                    "member": "Sir Oliver Dowden",
                    "party": "conservative",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 14 March 2025 - \u00a310,000.00"
                },
                {
                    "id": 12264,
                    "parent_interest_id": 11622.0,
                    "member": "Sir Oliver Dowden",
                    "party": "conservative",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 17 April 2025 - \u00a310,000.00"
                },
                {
                    "id": 12443,
                    "parent_interest_id": 11622.0,
                    "member": "Sir Oliver Dowden",
                    "party": "conservative",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 08 May 2025 - \u00a310,000.00"
                },
                {
                    "id": 12608,
                    "parent_interest_id": 11622.0,
                    "member": "Sir Oliver Dowden",
                    "party": "conservative",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 06 June 2025 - \u00a310,000.00"
                },
                {
                    "id": 13105,
                    "parent_interest_id": 11622.0,
                    "member": "Sir Oliver Dowden",
                    "party": "conservative",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 21 July 2025 - \u00a310,000.00"
                },
                {
                    "id": 13224,
                    "parent_interest_id": 11622.0,
                    "member": "Sir Oliver Dowden",
                    "party": "conservative",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 26 August 2025 - \u00a310,000.00"
                },
                {
                    "id": 13351,
                    "parent_interest_id": 11622.0,
                    "member": "Sir Oliver Dowden",
                    "party": "conservative",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 08 September 2025 - \u00a310,000.00"
                },
                {
                    "id": 13543,
                    "parent_interest_id": 11622.0,
                    "member": "Sir Oliver Dowden",
                    "party": "conservative",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 03 October 2025 - \u00a310,000.00"
                },
                {
                    "id": 14021,
                    "parent_interest_id": 11622.0,
                    "member": "Sir Oliver Dowden",
                    "party": "conservative",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 17 November 2025 - \u00a310,000.00"
                },
                {
                    "id": 14198,
                    "parent_interest_id": 11622.0,
                    "member": "Sir Oliver Dowden",
                    "party": "conservative",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 15 December 2025 - \u00a310,000.00"
                },
                {
                    "id": 14390,
                    "parent_interest_id": 11622.0,
                    "member": "Sir Oliver Dowden",
                    "party": "conservative",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 12 January 2026 - \u00a310,000.00"
                },
                {
                    "id": 14545,
                    "parent_interest_id": 11622.0,
                    "member": "Sir Oliver Dowden",
                    "party": "conservative",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 06 February 2026 - \u00a310,000.00"
                },
                {
                    "id": 11626,
                    "parent_interest_id": "",
                    "member": "Mr Richard Holden",
                    "party": "conservative",
                    "mnis_id": 4813,
                    "twfy_id": "25893",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Executive Committee Member of the British-American Parliamentary Group. This is an unpaid role."
                },
                {
                    "id": 11628,
                    "parent_interest_id": "",
                    "member": "Nigel Huddleston",
                    "party": "conservative",
                    "mnis_id": 4407,
                    "twfy_id": "25381",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of  British American Parliamentary Group Executive Committee. This is an unpaid role."
                },
                {
                    "id": 11630,
                    "parent_interest_id": "",
                    "member": "Mr Peter Bedford",
                    "party": "conservative",
                    "mnis_id": 5330,
                    "twfy_id": "26625",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Executive Committee Member of the British American Parliamentary Group. This is an unpaid role."
                },
                {
                    "id": 11632,
                    "parent_interest_id": "",
                    "member": "Tim Farron",
                    "party": "liberal-democrat",
                    "mnis_id": 1591,
                    "twfy_id": "11923",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Refugee, Asylum & Migration Policy Project (RAMP) - \u00a33,120.00"
                },
                {
                    "id": 11639,
                    "parent_interest_id": "",
                    "member": "Layla Moran",
                    "party": "liberal-democrat",
                    "mnis_id": 4656,
                    "twfy_id": "25689",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Hugo Brunner - \u00a32,400.00"
                },
                {
                    "id": 11640,
                    "parent_interest_id": "",
                    "member": "Layla Moran",
                    "party": "liberal-democrat",
                    "mnis_id": 4656,
                    "twfy_id": "25689",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Dermot Roaf - \u00a31,800.00"
                },
                {
                    "id": 11641,
                    "parent_interest_id": "",
                    "member": "Layla Moran",
                    "party": "liberal-democrat",
                    "mnis_id": 4656,
                    "twfy_id": "25689",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Peter Frankopan - \u00a32,400.00"
                },
                {
                    "id": 11646,
                    "parent_interest_id": "",
                    "member": "Alice Macdonald",
                    "party": "labourco-operative",
                    "mnis_id": 5133,
                    "twfy_id": "26450",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Governor, Westminster Foundation for Democracy. This is an unpaid role."
                },
                {
                    "id": 11647,
                    "parent_interest_id": "",
                    "member": "Olivia Blake",
                    "party": "labour",
                    "mnis_id": 4864,
                    "twfy_id": "25908",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "The Refugee, Asylum and Migration Policy Project (RAMP) - \u00a36,240.00"
                },
                {
                    "id": 11652,
                    "parent_interest_id": "",
                    "member": "David Simmonds",
                    "party": "conservative",
                    "mnis_id": 4872,
                    "twfy_id": "25892",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "The Refugee, Asylum and Migration Policy Project (RAMP) - \u00a33,088.00"
                },
                {
                    "id": 11657,
                    "parent_interest_id": "",
                    "member": "David Davis",
                    "party": "conservative",
                    "mnis_id": 373,
                    "twfy_id": "10162",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director of Big Brother Watch Ltd. This is an unpaid role."
                },
                {
                    "id": 11658,
                    "parent_interest_id": "",
                    "member": "Neil Coyle",
                    "party": "labour",
                    "mnis_id": 4368,
                    "twfy_id": "25326",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Mitie - \u00a34,448.80"
                },
                {
                    "id": 11660,
                    "parent_interest_id": "",
                    "member": "Andrew Lewin",
                    "party": "labour",
                    "mnis_id": 5061,
                    "twfy_id": "26376",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Best for Britain Ltd - \u00a325,608.13"
                },
                {
                    "id": 11661,
                    "parent_interest_id": "",
                    "member": "Neil Duncan-Jordan",
                    "party": "labour",
                    "mnis_id": 5359,
                    "twfy_id": "26633",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "BCP Council - \u00a3571.42"
                },
                {
                    "id": 11663,
                    "parent_interest_id": "",
                    "member": "Rosie Wrighting",
                    "party": "labour",
                    "mnis_id": 5331,
                    "twfy_id": "26615",
                    "category": "Family members engaged in third-party lobbying",
                    "category_code": "10",
                    "summary": "Joseph Wrighting employed as Lobbyist"
                },
                {
                    "id": 11664,
                    "parent_interest_id": "",
                    "member": "Torsten Bell",
                    "party": "labour",
                    "mnis_id": 5069,
                    "twfy_id": "26331",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Random House Group Ltd - \u00a3447.65"
                },
                {
                    "id": 11670,
                    "parent_interest_id": "",
                    "member": "Alice Macdonald",
                    "party": "labourco-operative",
                    "mnis_id": 5133,
                    "twfy_id": "26450",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Vice President, Labour Local Government Association. This is an unpaid role."
                },
                {
                    "id": 11677,
                    "parent_interest_id": "",
                    "member": "Dan Carden",
                    "party": "labour",
                    "mnis_id": 4651,
                    "twfy_id": "25642",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Everton Football Club - \u00a3700.00"
                },
                {
                    "id": 11687,
                    "parent_interest_id": "",
                    "member": "Henry Tufnell",
                    "party": "labour",
                    "mnis_id": 5121,
                    "twfy_id": "26387",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Chair of the Commission for Carbon Competitiveness (a small group of MPs, former MPs and industry experts researching and producing reports on industrial competitiveness). Hanover Communications is appointed by the Commission to provide Secretariat duties, but Commissioners are not part of a formal contractual arrangement and do not appoint Hanover."
                },
                {
                    "id": 11690,
                    "parent_interest_id": "",
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Taiwan between 11 January 2025 and 14 January 2025"
                },
                {
                    "id": 11691,
                    "parent_interest_id": "",
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to United States between 14 January 2025 and 16 January 2025"
                },
                {
                    "id": 11698,
                    "parent_interest_id": "",
                    "member": "David Pinto-Duschinsky",
                    "party": "labour",
                    "mnis_id": 5360,
                    "twfy_id": "26632",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Payment of an amount owing from previous role as EY partner (that ended in May 2024 prior to my election) - EY"
                },
                {
                    "id": 13432,
                    "parent_interest_id": 11698.0,
                    "member": "David Pinto-Duschinsky",
                    "party": "labour",
                    "mnis_id": 5360,
                    "twfy_id": "26632",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 01 October 2025 - \u00a37,576.73"
                },
                {
                    "id": 14409,
                    "parent_interest_id": 11698.0,
                    "member": "David Pinto-Duschinsky",
                    "party": "labour",
                    "mnis_id": 5360,
                    "twfy_id": "26632",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 23 January 2026 - \u00a31,273.85"
                },
                {
                    "id": 11703,
                    "parent_interest_id": "",
                    "member": "Tony Vaughan",
                    "party": "labour",
                    "mnis_id": 5067,
                    "twfy_id": "26346",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "The Refugee, Asylum and Migration Policy Project (RAMP) - \u00a33,120.00"
                },
                {
                    "id": 11719,
                    "parent_interest_id": "",
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Writing - News Corp UK & Ireland Limited"
                },
                {
                    "id": 11720,
                    "parent_interest_id": 11719.0,
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 23 January 2025 - \u00a3300.00"
                },
                {
                    "id": 11879,
                    "parent_interest_id": 11719.0,
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 25 February 2025 - \u00a31,500.00"
                },
                {
                    "id": 13946,
                    "parent_interest_id": 11719.0,
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 24 November 2025 - \u00a3500.00"
                },
                {
                    "id": 14258,
                    "parent_interest_id": 11719.0,
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 22 December 2025 - \u00a3500.00"
                },
                {
                    "id": 11722,
                    "parent_interest_id": "",
                    "member": "Paul Holmes",
                    "party": "conservative",
                    "mnis_id": 4803,
                    "twfy_id": "25808",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of the Armed Forces Parliamentary Scheme"
                },
                {
                    "id": 11727,
                    "parent_interest_id": "",
                    "member": "Mark Garnier",
                    "party": "conservative",
                    "mnis_id": 4074,
                    "twfy_id": "24824",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to China between 05 January 2025 and 10 January 2025"
                },
                {
                    "id": 11729,
                    "parent_interest_id": "",
                    "member": "Sir Julian Smith",
                    "party": "conservative",
                    "mnis_id": 4118,
                    "twfy_id": "24961",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Chair - International Finance Facility for Education"
                },
                {
                    "id": 12919,
                    "parent_interest_id": 11729.0,
                    "member": "Sir Julian Smith",
                    "party": "conservative",
                    "mnis_id": 4118,
                    "twfy_id": "24961",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 09 July 2025 - \u00a31,465.02"
                },
                {
                    "id": 13404,
                    "parent_interest_id": 11729.0,
                    "member": "Sir Julian Smith",
                    "party": "conservative",
                    "mnis_id": 4118,
                    "twfy_id": "24961",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 24 September 2025 - \u00a39,610.55"
                },
                {
                    "id": 13547,
                    "parent_interest_id": 11729.0,
                    "member": "Sir Julian Smith",
                    "party": "conservative",
                    "mnis_id": 4118,
                    "twfy_id": "24961",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 01 October 2025 - \u00a3964.25"
                },
                {
                    "id": 13717,
                    "parent_interest_id": 11729.0,
                    "member": "Sir Julian Smith",
                    "party": "conservative",
                    "mnis_id": 4118,
                    "twfy_id": "24961",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 17 October 2025 - \u00a390.62"
                },
                {
                    "id": 13833,
                    "parent_interest_id": 11729.0,
                    "member": "Sir Julian Smith",
                    "party": "conservative",
                    "mnis_id": 4118,
                    "twfy_id": "24961",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 05 November 2025 - \u00a31,127.38"
                },
                {
                    "id": 14132,
                    "parent_interest_id": 11729.0,
                    "member": "Sir Julian Smith",
                    "party": "conservative",
                    "mnis_id": 4118,
                    "twfy_id": "24961",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 08 December 2025 - \u00a3385.51"
                },
                {
                    "id": 14334,
                    "parent_interest_id": 11729.0,
                    "member": "Sir Julian Smith",
                    "party": "conservative",
                    "mnis_id": 4118,
                    "twfy_id": "24961",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 14 January 2026 - \u00a3489.20"
                },
                {
                    "id": 14335,
                    "parent_interest_id": 11729.0,
                    "member": "Sir Julian Smith",
                    "party": "conservative",
                    "mnis_id": 4118,
                    "twfy_id": "24961",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 17 December 2025 - \u00a31,049.41"
                },
                {
                    "id": 11731,
                    "parent_interest_id": "",
                    "member": "Graeme Downie",
                    "party": "labour",
                    "mnis_id": 5275,
                    "twfy_id": "26503",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Babcock International - \u00a3265.00"
                },
                {
                    "id": 11734,
                    "parent_interest_id": "",
                    "member": "Saqib Bhatti",
                    "party": "conservative",
                    "mnis_id": 4818,
                    "twfy_id": "25847",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Channel 4 Television Company Limited - \u00a33,200.00"
                },
                {
                    "id": 11737,
                    "parent_interest_id": "",
                    "member": "Clive Efford",
                    "party": "labour",
                    "mnis_id": 165,
                    "twfy_id": "10185",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of Millwall Community Trust. This is an unpaid role."
                },
                {
                    "id": 11739,
                    "parent_interest_id": "",
                    "member": "Wendy Chamberlain",
                    "party": "liberal-democrat",
                    "mnis_id": 4765,
                    "twfy_id": "25872",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of the History of Parliament Trust (unremunerated)"
                },
                {
                    "id": 11741,
                    "parent_interest_id": "",
                    "member": "Tom Morrison",
                    "party": "liberal-democrat",
                    "mnis_id": 5090,
                    "twfy_id": "26400",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director and Governor of Westminster Foundation for Democracy Ltd"
                },
                {
                    "id": 11743,
                    "parent_interest_id": "",
                    "member": "Mike Martin",
                    "party": "liberal-democrat",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Dominic Mathon - \u00a3800.00"
                },
                {
                    "id": 11744,
                    "parent_interest_id": "",
                    "member": "Alan Gemmell",
                    "party": "labour",
                    "mnis_id": 5185,
                    "twfy_id": "26476",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to China between 05 January 2025 and 10 January 2025"
                },
                {
                    "id": 11746,
                    "parent_interest_id": "",
                    "member": "Wes Streeting",
                    "party": "labour",
                    "mnis_id": 4504,
                    "twfy_id": "25320",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "OPD Group Ltd (a company controlled by Peter Hearn) - \u00a353,000.00"
                },
                {
                    "id": 11747,
                    "parent_interest_id": "",
                    "member": "Pippa Heylings",
                    "party": "liberal-democrat",
                    "mnis_id": 5078,
                    "twfy_id": "26421",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Colombia between 21 October 2024 and 28 October 2024"
                },
                {
                    "id": 11748,
                    "parent_interest_id": "",
                    "member": "Pippa Heylings",
                    "party": "liberal-democrat",
                    "mnis_id": 5078,
                    "twfy_id": "26421",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Azerbaijan between 17 November 2024 and 22 November 2024"
                },
                {
                    "id": 11749,
                    "parent_interest_id": "",
                    "member": "Wes Streeting",
                    "party": "labour",
                    "mnis_id": 4504,
                    "twfy_id": "25320",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Trevor Chinn - \u00a35,000.00"
                },
                {
                    "id": 11751,
                    "parent_interest_id": "",
                    "member": "Sarah Sackman",
                    "party": "labour",
                    "mnis_id": 5204,
                    "twfy_id": "26438",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Amery Capital - \u00a31,000.00"
                },
                {
                    "id": 11752,
                    "parent_interest_id": "",
                    "member": "Sarah Sackman",
                    "party": "labour",
                    "mnis_id": 5204,
                    "twfy_id": "26438",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Jonathan Kestenbaum - \u00a31,000.00"
                },
                {
                    "id": 11753,
                    "parent_interest_id": "",
                    "member": "Zarah Sultana",
                    "party": "your-party",
                    "mnis_id": 4786,
                    "twfy_id": "25909",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Netherlands between 31 January 2025 and 01 February 2025"
                },
                {
                    "id": 11756,
                    "parent_interest_id": "",
                    "member": "Dr Ben Spencer",
                    "party": "conservative",
                    "mnis_id": 4785,
                    "twfy_id": "25889",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The UK Bioindustry Association - \u00a3350.00"
                },
                {
                    "id": 11757,
                    "parent_interest_id": "",
                    "member": "John Finucane",
                    "party": "sinn-fein",
                    "mnis_id": 4823,
                    "twfy_id": "25821",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to United States between 26 January 2025 and 01 February 2025"
                },
                {
                    "id": 11759,
                    "parent_interest_id": "",
                    "member": "Sarah Bool",
                    "party": "conservative",
                    "mnis_id": 5355,
                    "twfy_id": "26635",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Motorsport UK - \u00a3428.00"
                },
                {
                    "id": 11760,
                    "parent_interest_id": "",
                    "member": "Adam Dance",
                    "party": "liberal-democrat",
                    "mnis_id": 5191,
                    "twfy_id": "26459",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "John Richard Killen - \u00a32,000.00"
                },
                {
                    "id": 11761,
                    "parent_interest_id": "",
                    "member": "Jeremy Corbyn",
                    "party": "independent",
                    "mnis_id": 185,
                    "twfy_id": "10133",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Netherlands between 31 January 2025 and 02 February 2025"
                },
                {
                    "id": 11763,
                    "parent_interest_id": "",
                    "member": "Sir Keir Starmer",
                    "party": "labour",
                    "mnis_id": 4514,
                    "twfy_id": "25353",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Arsenal Football Club - \u00a31,000.00"
                },
                {
                    "id": 11764,
                    "parent_interest_id": "",
                    "member": "Jack Rankin",
                    "party": "conservative",
                    "mnis_id": 5340,
                    "twfy_id": "26622",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Eamonn Gannon - \u00a35,000.00"
                },
                {
                    "id": 11765,
                    "parent_interest_id": "",
                    "member": "Blair McDougall",
                    "party": "labour",
                    "mnis_id": 5076,
                    "twfy_id": "26490",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of the Executive Committee of the British Group of the Interparliamentary Union. This is an unpaid role."
                },
                {
                    "id": 11766,
                    "parent_interest_id": "",
                    "member": "Blair McDougall",
                    "party": "labour",
                    "mnis_id": 5076,
                    "twfy_id": "26490",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of Eastwood Scouts District Council. This is an unpaid role."
                },
                {
                    "id": 11767,
                    "parent_interest_id": "",
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Writing articles - Telegraph Media Group Limited"
                },
                {
                    "id": 11768,
                    "parent_interest_id": 11767.0,
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 04 February 2025 - \u00a3255.00"
                },
                {
                    "id": 11769,
                    "parent_interest_id": 11767.0,
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 04 February 2025 - \u00a3255.00"
                },
                {
                    "id": 12400,
                    "parent_interest_id": 11767.0,
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment expected for services on 06 May 2025 - \u00a3255.00"
                },
                {
                    "id": 13643,
                    "parent_interest_id": 11767.0,
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 13 October 2025 - \u00a3250.00"
                },
                {
                    "id": 14255,
                    "parent_interest_id": 11767.0,
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 19 December 2025 - \u00a3250.00"
                },
                {
                    "id": 14256,
                    "parent_interest_id": 11767.0,
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 19 December 2025 - \u00a3250.00"
                },
                {
                    "id": 14257,
                    "parent_interest_id": 11767.0,
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 19 December 2025 - \u00a3250.00"
                },
                {
                    "id": 11770,
                    "parent_interest_id": "",
                    "member": "Ed Davey",
                    "party": "liberal-democrat",
                    "mnis_id": 188,
                    "twfy_id": "10155",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Writing a book - HarperCollins Publishing"
                },
                {
                    "id": 11779,
                    "parent_interest_id": 11770.0,
                    "member": "Ed Davey",
                    "party": "liberal-democrat",
                    "mnis_id": 188,
                    "twfy_id": "10155",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 31 January 2025 - \u00a32,500.00"
                },
                {
                    "id": 12262,
                    "parent_interest_id": 11770.0,
                    "member": "Ed Davey",
                    "party": "liberal-democrat",
                    "mnis_id": 188,
                    "twfy_id": "10155",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 16 April 2025 - \u00a32,500.00"
                },
                {
                    "id": 12515,
                    "parent_interest_id": 11770.0,
                    "member": "Ed Davey",
                    "party": "liberal-democrat",
                    "mnis_id": 188,
                    "twfy_id": "10155",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 22 May 2025 - \u00a37,500.00"
                },
                {
                    "id": 13077,
                    "parent_interest_id": 11770.0,
                    "member": "Ed Davey",
                    "party": "liberal-democrat",
                    "mnis_id": 188,
                    "twfy_id": "10155",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 28 July 2025 - \u00a31,750.00"
                },
                {
                    "id": 11772,
                    "parent_interest_id": "",
                    "member": "Sir Oliver Dowden",
                    "party": "conservative",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Fazan Tahir - \u00a3510.00"
                },
                {
                    "id": 11773,
                    "parent_interest_id": "",
                    "member": "Mr Andrew Snowden",
                    "party": "conservative",
                    "mnis_id": 5072,
                    "twfy_id": "26347",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "D-Tec International - \u00a32,500.00"
                },
                {
                    "id": 11778,
                    "parent_interest_id": "",
                    "member": "Graeme Downie",
                    "party": "labour",
                    "mnis_id": 5275,
                    "twfy_id": "26503",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Babcock International - \u00a3100.00"
                },
                {
                    "id": 11780,
                    "parent_interest_id": "",
                    "member": "Tony Vaughan",
                    "party": "labour",
                    "mnis_id": 5067,
                    "twfy_id": "26346",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to China between 05 January 2025 and 10 January 2025"
                },
                {
                    "id": 11781,
                    "parent_interest_id": "",
                    "member": "Shaun Davies",
                    "party": "labour",
                    "mnis_id": 5041,
                    "twfy_id": "26332",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Vice President of West Midlands Labour Finance and Industry Group. This is an unpaid role."
                },
                {
                    "id": 11782,
                    "parent_interest_id": "",
                    "member": "Suella Braverman",
                    "party": "reform",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to United States between 27 January 2025 and 29 January 2025"
                },
                {
                    "id": 11785,
                    "parent_interest_id": "",
                    "member": "Andrew Griffith",
                    "party": "conservative",
                    "mnis_id": 4874,
                    "twfy_id": "25927",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Sir Henry Angest - \u00a35,000.00"
                },
                {
                    "id": 11786,
                    "parent_interest_id": "",
                    "member": "Emily Thornberry",
                    "party": "labour",
                    "mnis_id": 1536,
                    "twfy_id": "11656",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Jordan between 17 January 2025 and 21 January 2025"
                },
                {
                    "id": 11787,
                    "parent_interest_id": "",
                    "member": "Mrs Kemi Badenoch",
                    "party": "conservative",
                    "mnis_id": 4597,
                    "twfy_id": "25693",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Lord Andrew Roberts - \u00a310,000.00"
                },
                {
                    "id": 11788,
                    "parent_interest_id": "",
                    "member": "Fabian Hamilton",
                    "party": "labour",
                    "mnis_id": 415,
                    "twfy_id": "10256",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Jordan between 17 January 2025 and 21 January 2025"
                },
                {
                    "id": 11791,
                    "parent_interest_id": "",
                    "member": "Daisy Cooper",
                    "party": "liberal-democrat",
                    "mnis_id": 4769,
                    "twfy_id": "25901",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Thomas Gosling - \u00a310,000.00"
                },
                {
                    "id": 11792,
                    "parent_interest_id": "",
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to United States between 14 December 2024 and 17 December 2024"
                },
                {
                    "id": 11793,
                    "parent_interest_id": "",
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to United States between 17 January 2025 and 20 January 2025"
                },
                {
                    "id": 11796,
                    "parent_interest_id": "",
                    "member": "Patrick Spencer",
                    "party": "independent",
                    "mnis_id": 5303,
                    "twfy_id": "26579",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Keith Craig - \u00a33,000.00"
                },
                {
                    "id": 11798,
                    "parent_interest_id": "",
                    "member": "Mark Ferguson",
                    "party": "labour",
                    "mnis_id": 5031,
                    "twfy_id": "26310",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Chair, Hope not Hate MPs (Labour)"
                },
                {
                    "id": 11799,
                    "parent_interest_id": "",
                    "member": "Cat Smith",
                    "party": "labour",
                    "mnis_id": 4436,
                    "twfy_id": "25432",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to United States between 03 February 2025 and 06 February 2025"
                },
                {
                    "id": 11800,
                    "parent_interest_id": "",
                    "member": "Ben Maguire",
                    "party": "liberal-democrat",
                    "mnis_id": 5350,
                    "twfy_id": "26623",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "National Liberal Club - \u00a31,310.75"
                },
                {
                    "id": 11802,
                    "parent_interest_id": "",
                    "member": "Dan Carden",
                    "party": "labour",
                    "mnis_id": 4651,
                    "twfy_id": "25642",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Jordan between 17 January 2025 and 21 January 2025"
                },
                {
                    "id": 11804,
                    "parent_interest_id": "",
                    "member": "Sir John Whittingdale",
                    "party": "conservative",
                    "mnis_id": 39,
                    "twfy_id": "10632",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Jordan between 17 January 2025 and 21 January 2025"
                },
                {
                    "id": 11805,
                    "parent_interest_id": "",
                    "member": "Rebecca Smith",
                    "party": "conservative",
                    "mnis_id": 5301,
                    "twfy_id": "26512",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Motorsport UK - \u00a3428.00"
                },
                {
                    "id": 11807,
                    "parent_interest_id": "",
                    "member": "Clive Lewis",
                    "party": "labour",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Governor at Lakenham Primary School, Norwich. This is an upaid role."
                },
                {
                    "id": 11808,
                    "parent_interest_id": "",
                    "member": "Edward Morello",
                    "party": "liberal-democrat",
                    "mnis_id": 5326,
                    "twfy_id": "26604",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Jordan between 17 January 2025 and 21 January 2025"
                },
                {
                    "id": 11809,
                    "parent_interest_id": "",
                    "member": "Suella Braverman",
                    "party": "reform",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "category": "Gifts and benefits from sources outside the UK",
                    "category_code": "5",
                    "summary": "Trump Vance Inaugural Committee - \u00a3712.87"
                },
                {
                    "id": 11811,
                    "parent_interest_id": "",
                    "member": "Fred Thomas",
                    "party": "labour",
                    "mnis_id": 5174,
                    "twfy_id": "26441",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Germany between 06 February 2025 and 09 February 2025"
                },
                {
                    "id": 11812,
                    "parent_interest_id": "",
                    "member": "Aphra Brandreth",
                    "party": "conservative",
                    "mnis_id": 5241,
                    "twfy_id": "26553",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Alliance for Responsible Citizenship Ltd - \u00a33,000.00"
                },
                {
                    "id": 11813,
                    "parent_interest_id": "",
                    "member": "Sojan Joseph",
                    "party": "labour",
                    "mnis_id": 5247,
                    "twfy_id": "26578",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Tutors valley music academy - \u00a3352.00"
                },
                {
                    "id": 11814,
                    "parent_interest_id": "",
                    "member": "Wes Streeting",
                    "party": "labour",
                    "mnis_id": 4504,
                    "twfy_id": "25320",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Library copyright fees - Public Lending Right"
                },
                {
                    "id": 11815,
                    "parent_interest_id": 11814.0,
                    "member": "Wes Streeting",
                    "party": "labour",
                    "mnis_id": 4504,
                    "twfy_id": "25320",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 14 February 2025 - \u00a3358.21"
                },
                {
                    "id": 14599,
                    "parent_interest_id": 11814.0,
                    "member": "Wes Streeting",
                    "party": "labour",
                    "mnis_id": 4504,
                    "twfy_id": "25320",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 12 February 2026 - \u00a3249.98"
                },
                {
                    "id": 11817,
                    "parent_interest_id": "",
                    "member": "Greg Smith",
                    "party": "conservative",
                    "mnis_id": 4778,
                    "twfy_id": "25925",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Motorsport UK - \u00a3428.00"
                },
                {
                    "id": 11818,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Great Yarmouth Racecourse - \u00a3500.00"
                },
                {
                    "id": 11820,
                    "parent_interest_id": "",
                    "member": "Andrew Lewin",
                    "party": "labour",
                    "mnis_id": 5061,
                    "twfy_id": "26376",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Best for Britain Ltd - \u00a36,239.69"
                },
                {
                    "id": 11822,
                    "parent_interest_id": "",
                    "member": "Tim Farron",
                    "party": "liberal-democrat",
                    "mnis_id": 1591,
                    "twfy_id": "11923",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Refugee, Asylum & Migration Policy Project (RAMP) - \u00a31,170.00"
                },
                {
                    "id": 11824,
                    "parent_interest_id": "",
                    "member": "Rishi Sunak",
                    "party": "conservative",
                    "mnis_id": 4483,
                    "twfy_id": "25428",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of the World Leaders Circle at the Blavatnik School of Government. This is an unpaid role."
                },
                {
                    "id": 11826,
                    "parent_interest_id": "",
                    "member": "Rishi Sunak",
                    "party": "conservative",
                    "mnis_id": 4483,
                    "twfy_id": "25428",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "William C. Edwards Distinguished Visiting Fellow at the Hoover Institution, Stanford University - Hoover Institution"
                },
                {
                    "id": 13006,
                    "parent_interest_id": 11826.0,
                    "member": "Rishi Sunak",
                    "party": "conservative",
                    "mnis_id": 4483,
                    "twfy_id": "25428",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 21 July 2025 - \u00a340,803.94"
                },
                {
                    "id": 13360,
                    "parent_interest_id": 11826.0,
                    "member": "Rishi Sunak",
                    "party": "conservative",
                    "mnis_id": 4483,
                    "twfy_id": "25428",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 19 August 2025 - \u00a340,578.73"
                },
                {
                    "id": 13816,
                    "parent_interest_id": 11826.0,
                    "member": "Rishi Sunak",
                    "party": "conservative",
                    "mnis_id": 4483,
                    "twfy_id": "25428",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 07 November 2025 - \u00a341,791.42"
                },
                {
                    "id": 14056,
                    "parent_interest_id": 11826.0,
                    "member": "Rishi Sunak",
                    "party": "conservative",
                    "mnis_id": 4483,
                    "twfy_id": "25428",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 24 November 2025 - \u00a313,984.52"
                },
                {
                    "id": 14451,
                    "parent_interest_id": 11826.0,
                    "member": "Rishi Sunak",
                    "party": "conservative",
                    "mnis_id": 4483,
                    "twfy_id": "25428",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 16 January 2026 - \u00a327,400.66"
                },
                {
                    "id": 11827,
                    "parent_interest_id": "",
                    "member": "Ruth Cadbury",
                    "party": "labour",
                    "mnis_id": 4389,
                    "twfy_id": "25343",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Brentford Football Club - \u00a3750.00"
                },
                {
                    "id": 11830,
                    "parent_interest_id": "",
                    "member": "Katie Lam",
                    "party": "conservative",
                    "mnis_id": 5285,
                    "twfy_id": "26588",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Franco-British Colloque Ltd - \u00a31,356.00"
                },
                {
                    "id": 11831,
                    "parent_interest_id": "",
                    "member": "Munira Wilson",
                    "party": "liberal-democrat",
                    "mnis_id": 4776,
                    "twfy_id": "25820",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "James Sleeman - \u00a38,000.00"
                },
                {
                    "id": 11834,
                    "parent_interest_id": "",
                    "member": "Andrew Griffith",
                    "party": "conservative",
                    "mnis_id": 4874,
                    "twfy_id": "25927",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "NBCUniversal International Ltd - \u00a34,000.00"
                },
                {
                    "id": 11835,
                    "parent_interest_id": "",
                    "member": "Andrew Griffith",
                    "party": "conservative",
                    "mnis_id": 4874,
                    "twfy_id": "25927",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Alliance for Responsible Citizenship - \u00a31,500.00"
                },
                {
                    "id": 11836,
                    "parent_interest_id": "",
                    "member": "Martin Vickers",
                    "party": "conservative",
                    "mnis_id": 3957,
                    "twfy_id": "24814",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Albania between 31 January 2025 and 02 February 2025"
                },
                {
                    "id": 11837,
                    "parent_interest_id": "",
                    "member": "Clive Lewis",
                    "party": "labour",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Joint crowdfunder between myself (via Toussaint Ventures Ltd) and Compass - Together for a Good Society Ltd, to raise funds to support my political activities and water campaign. Donations that meet the threshold will be registered under Category 2."
                },
                {
                    "id": 11839,
                    "parent_interest_id": "",
                    "member": "Sir John Hayes",
                    "party": "conservative",
                    "mnis_id": 350,
                    "twfy_id": "10265",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Lecturer in British Government and Politics at Richmond American University London - Richmond American University London"
                },
                {
                    "id": 11898,
                    "parent_interest_id": 11839.0,
                    "member": "Sir John Hayes",
                    "party": "conservative",
                    "mnis_id": 350,
                    "twfy_id": "10265",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment expected for services on 20 January 2025 - \u00a34,350.00"
                },
                {
                    "id": 12851,
                    "parent_interest_id": 11839.0,
                    "member": "Sir John Hayes",
                    "party": "conservative",
                    "mnis_id": 350,
                    "twfy_id": "10265",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 25 June 2025 - \u00a32,392.50"
                },
                {
                    "id": 14557,
                    "parent_interest_id": 11839.0,
                    "member": "Sir John Hayes",
                    "party": "conservative",
                    "mnis_id": 350,
                    "twfy_id": "10265",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment expected for services on 26 January 2026 - \u00a35,880.00"
                },
                {
                    "id": 11840,
                    "parent_interest_id": "",
                    "member": "Dan Jarvis",
                    "party": "labour",
                    "mnis_id": 4243,
                    "twfy_id": "25067",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of Barnsley TUC Training Ltd, a local education charity. This is an unpaid role."
                },
                {
                    "id": 11841,
                    "parent_interest_id": "",
                    "member": "Dan Jarvis",
                    "party": "labour",
                    "mnis_id": 4243,
                    "twfy_id": "25067",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Director of Barnsley TUC Training Ltd, a local education charity."
                },
                {
                    "id": 11842,
                    "parent_interest_id": "",
                    "member": "George Freeman",
                    "party": "conservative",
                    "mnis_id": 4020,
                    "twfy_id": "24817",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Advisor to the Board of Trustees - The Guy Foundation Family Trust"
                },
                {
                    "id": 11843,
                    "parent_interest_id": 11842.0,
                    "member": "George Freeman",
                    "party": "conservative",
                    "mnis_id": 4020,
                    "twfy_id": "24817",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement starting 14 February 2025 - \u00a33,000.00"
                },
                {
                    "id": 12809,
                    "parent_interest_id": 11842.0,
                    "member": "George Freeman",
                    "party": "conservative",
                    "mnis_id": 4020,
                    "twfy_id": "24817",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 29 May 2025 - \u00a32,000.00"
                },
                {
                    "id": 12810,
                    "parent_interest_id": 11842.0,
                    "member": "George Freeman",
                    "party": "conservative",
                    "mnis_id": 4020,
                    "twfy_id": "24817",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 29 June 2025 - \u00a33,000.00"
                },
                {
                    "id": 11845,
                    "parent_interest_id": "",
                    "member": "Stuart Andrew",
                    "party": "conservative",
                    "mnis_id": 4032,
                    "twfy_id": "24864",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Pinewood Group - \u00a34,000.00"
                },
                {
                    "id": 11846,
                    "parent_interest_id": "",
                    "member": "Dame Karen Bradley",
                    "party": "conservative",
                    "mnis_id": 4110,
                    "twfy_id": "24725",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Vice-chair of the British Irish Parliamentary Assembly. This is an unpaid role."
                },
                {
                    "id": 11847,
                    "parent_interest_id": "",
                    "member": "Bell Ribeiro-Addy",
                    "party": "labour",
                    "mnis_id": 4764,
                    "twfy_id": "25856",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Speaking engagements (Speech and workshop) - The Improvement and Development Agency (IDeA) for Local Government"
                },
                {
                    "id": 11848,
                    "parent_interest_id": 11847.0,
                    "member": "Bell Ribeiro-Addy",
                    "party": "labour",
                    "mnis_id": 4764,
                    "twfy_id": "25856",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 18 February 2025 - \u00a3418.45"
                },
                {
                    "id": 11849,
                    "parent_interest_id": "",
                    "member": "Neil Coyle",
                    "party": "labour",
                    "mnis_id": 4368,
                    "twfy_id": "25326",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Southwark Charities Trustee-Director (Unpaid)"
                },
                {
                    "id": 11851,
                    "parent_interest_id": "",
                    "member": "Charlotte Cane",
                    "party": "liberal-democrat",
                    "mnis_id": 5182,
                    "twfy_id": "26425",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "National Liberal Club - \u00a369.00"
                },
                {
                    "id": 11852,
                    "parent_interest_id": "",
                    "member": "Nick Thomas-Symonds",
                    "party": "labour",
                    "mnis_id": 4479,
                    "twfy_id": "25279",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "BBC - \u00a3540.00"
                },
                {
                    "id": 11853,
                    "parent_interest_id": "",
                    "member": "Freddie van Mierlo",
                    "party": "liberal-democrat",
                    "mnis_id": 5296,
                    "twfy_id": "26540",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Bratton Ventures Ltd - \u00a310,000.00"
                },
                {
                    "id": 11854,
                    "parent_interest_id": "",
                    "member": "James Murray",
                    "party": "labourco-operative",
                    "mnis_id": 4797,
                    "twfy_id": "25801",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Mentorn Media - \u00a3436.40"
                },
                {
                    "id": 11855,
                    "parent_interest_id": "",
                    "member": "Munira Wilson",
                    "party": "liberal-democrat",
                    "mnis_id": 4776,
                    "twfy_id": "25820",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "James Heath - \u00a32,400.00"
                },
                {
                    "id": 11856,
                    "parent_interest_id": "",
                    "member": "Munira Wilson",
                    "party": "liberal-democrat",
                    "mnis_id": 4776,
                    "twfy_id": "25820",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Jasper Cook - \u00a32,400.00"
                },
                {
                    "id": 11857,
                    "parent_interest_id": "",
                    "member": "Stephen Kinnock",
                    "party": "labour",
                    "mnis_id": 4359,
                    "twfy_id": "25297",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Andrew and Mair John - \u00a3475.00"
                },
                {
                    "id": 11858,
                    "parent_interest_id": "",
                    "member": "Andrew Lewin",
                    "party": "labour",
                    "mnis_id": 5061,
                    "twfy_id": "26376",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Neil Goulden - \u00a3500.00"
                },
                {
                    "id": 11859,
                    "parent_interest_id": "",
                    "member": "Helen Morgan",
                    "party": "liberal-democrat",
                    "mnis_id": 4934,
                    "twfy_id": "26056",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "James Moore - \u00a310,000.00"
                },
                {
                    "id": 11861,
                    "parent_interest_id": "",
                    "member": "Tracy Gilbert",
                    "party": "labour",
                    "mnis_id": 5188,
                    "twfy_id": "26526",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Israel between 16 February 2025 and 20 February 2025"
                },
                {
                    "id": 11863,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Owner - Ravenswell Farm"
                },
                {
                    "id": 11864,
                    "parent_interest_id": "",
                    "member": "Josh Simons",
                    "party": "labour",
                    "mnis_id": 5060,
                    "twfy_id": "26328",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Money raised as part of a Gofundme campaign to help residents affected by flooding"
                },
                {
                    "id": 11865,
                    "parent_interest_id": "",
                    "member": "Laura Kyrke-Smith",
                    "party": "labour",
                    "mnis_id": 5341,
                    "twfy_id": "26629",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Germany between 13 February 2025 and 16 February 2025"
                },
                {
                    "id": 11867,
                    "parent_interest_id": "",
                    "member": "Lee Anderson",
                    "party": "reform",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Gary Dutton MBE - \u00a35,000.00"
                },
                {
                    "id": 11868,
                    "parent_interest_id": "",
                    "member": "Brendan O'Hara",
                    "party": "scottish-national-party",
                    "mnis_id": 4371,
                    "twfy_id": "25370",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to United States between 02 February 2025 and 05 February 2025"
                },
                {
                    "id": 11876,
                    "parent_interest_id": "",
                    "member": "Dr Neil Shastri-Hurst",
                    "party": "conservative",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "UB Healthcare Ltd - \u00a32,000.00"
                },
                {
                    "id": 11877,
                    "parent_interest_id": "",
                    "member": "Helen Grant",
                    "party": "conservative",
                    "mnis_id": 4018,
                    "twfy_id": "24796",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Helen Grant Limited"
                },
                {
                    "id": 11878,
                    "parent_interest_id": "",
                    "member": "Helen Grant",
                    "party": "conservative",
                    "mnis_id": 4018,
                    "twfy_id": "24796",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Director of Helen Grant Limited, a Company set up as a community action project for women and girls in Africa manufacturing fashion garments.  The company is dormant and has never traded."
                },
                {
                    "id": 11880,
                    "parent_interest_id": "",
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Distinguished Fellow at the Hudson Institute, Washington DC, USA"
                },
                {
                    "id": 11882,
                    "parent_interest_id": "",
                    "member": "Matt Vickers",
                    "party": "conservative",
                    "mnis_id": 4844,
                    "twfy_id": "25853",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Israel between 17 February 2025 and 21 February 2025"
                },
                {
                    "id": 11883,
                    "parent_interest_id": "",
                    "member": "John Lamont",
                    "party": "conservative",
                    "mnis_id": 4608,
                    "twfy_id": "14026",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Israel between 17 February 2025 and 21 February 2025"
                },
                {
                    "id": 11884,
                    "parent_interest_id": "",
                    "member": "James MacCleary",
                    "party": "liberal-democrat",
                    "mnis_id": 5265,
                    "twfy_id": "26581",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Belgium between 06 December 2024 and 07 December 2024"
                },
                {
                    "id": 11885,
                    "parent_interest_id": "",
                    "member": "Deirdre Costigan",
                    "party": "labour",
                    "mnis_id": 5075,
                    "twfy_id": "26384",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Centre for Turkey Studies & Development - \u00a3840.00"
                },
                {
                    "id": 11886,
                    "parent_interest_id": "",
                    "member": "John Slinger",
                    "party": "labour",
                    "mnis_id": 5127,
                    "twfy_id": "26564",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of the Executive Committee of the British Group of the Inter-Parliamentary Union."
                },
                {
                    "id": 11887,
                    "parent_interest_id": "",
                    "member": "Jack Abbott",
                    "party": "labourco-operative",
                    "mnis_id": 5131,
                    "twfy_id": "26385",
                    "category": "Family members engaged in third-party lobbying",
                    "category_code": "10",
                    "summary": "Jade Pallister employed as Lobbyist"
                },
                {
                    "id": 11888,
                    "parent_interest_id": "",
                    "member": "Saqib Bhatti",
                    "party": "conservative",
                    "mnis_id": 4818,
                    "twfy_id": "25847",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Greater Birmingham Chamber of Commerce - \u00a3408.00"
                },
                {
                    "id": 11889,
                    "parent_interest_id": "",
                    "member": "David Mundell",
                    "party": "conservative",
                    "mnis_id": 1512,
                    "twfy_id": "11970",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to France between 17 February 2025 and 18 February 2025"
                },
                {
                    "id": 11893,
                    "parent_interest_id": "",
                    "member": "Mike Martin",
                    "party": "liberal-democrat",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Dominic Mathon - \u00a3800.00"
                },
                {
                    "id": 11894,
                    "parent_interest_id": "",
                    "member": "Mike Martin",
                    "party": "liberal-democrat",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Phillip Kerle - \u00a31,500.00"
                },
                {
                    "id": 11895,
                    "parent_interest_id": "",
                    "member": "Sam Rushworth",
                    "party": "labour",
                    "mnis_id": 5108,
                    "twfy_id": "26323",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Israel between 16 February 2025 and 20 February 2025"
                },
                {
                    "id": 11896,
                    "parent_interest_id": "",
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to United States between 01 February 2025 and 06 February 2025"
                },
                {
                    "id": 11897,
                    "parent_interest_id": "",
                    "member": "Tony Vaughan",
                    "party": "labour",
                    "mnis_id": 5067,
                    "twfy_id": "26346",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Egypt between 08 February 2025 and 10 February 2025"
                },
                {
                    "id": 11899,
                    "parent_interest_id": "",
                    "member": "David Smith",
                    "party": "labour",
                    "mnis_id": 5218,
                    "twfy_id": "26606",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Formal Appointment by the Government as the UK Special Envoy for Freedom of Religion or Belief. This is an unpaid role."
                },
                {
                    "id": 11900,
                    "parent_interest_id": "",
                    "member": "Claire Hazelgrove",
                    "party": "labour",
                    "mnis_id": 5306,
                    "twfy_id": "26496",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "GE Aerospace - \u00a3318.00"
                },
                {
                    "id": 11901,
                    "parent_interest_id": "",
                    "member": "Seamus Logan",
                    "party": "scottish-national-party",
                    "mnis_id": 5280,
                    "twfy_id": "26534",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Falkland Islands between 16 February 2025 and 22 February 2025"
                },
                {
                    "id": 11902,
                    "parent_interest_id": "",
                    "member": "Pippa Heylings",
                    "party": "liberal-democrat",
                    "mnis_id": 5078,
                    "twfy_id": "26421",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Edward Powell - \u00a310,000.00"
                },
                {
                    "id": 11903,
                    "parent_interest_id": "",
                    "member": "Mrs Sharon Hodgson",
                    "party": "labour",
                    "mnis_id": 1521,
                    "twfy_id": "11592",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to United States between 22 February 2025 and 26 February 2025"
                },
                {
                    "id": 11904,
                    "parent_interest_id": "",
                    "member": "Luke Akehurst",
                    "party": "labour",
                    "mnis_id": 5112,
                    "twfy_id": "26420",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to United States between 22 February 2025 and 25 February 2025"
                },
                {
                    "id": 11905,
                    "parent_interest_id": "",
                    "member": "Pippa Heylings",
                    "party": "liberal-democrat",
                    "mnis_id": 5078,
                    "twfy_id": "26421",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Israel between 16 February 2025 and 20 February 2025"
                },
                {
                    "id": 11906,
                    "parent_interest_id": "",
                    "member": "Tom Rutland",
                    "party": "labour",
                    "mnis_id": 5222,
                    "twfy_id": "26467",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "BPI (British Recorded Music Industry) Ltd - \u00a33,120.00"
                },
                {
                    "id": 11907,
                    "parent_interest_id": "",
                    "member": "Sir Edward Leigh",
                    "party": "conservative",
                    "mnis_id": 345,
                    "twfy_id": "10352",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Israel between 16 February 2025 and 20 February 2025"
                },
                {
                    "id": 11909,
                    "parent_interest_id": "",
                    "member": "Munira Wilson",
                    "party": "liberal-democrat",
                    "mnis_id": 4776,
                    "twfy_id": "25820",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Charles Fry - \u00a310,000.00"
                },
                {
                    "id": 11911,
                    "parent_interest_id": "",
                    "member": "Mike Martin",
                    "party": "liberal-democrat",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Phillip Kerle - \u00a3750.00"
                },
                {
                    "id": 11912,
                    "parent_interest_id": "",
                    "member": "Dame Caroline Dinenage",
                    "party": "conservative",
                    "mnis_id": 4008,
                    "twfy_id": "24873",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "NBC Universal International Ltd - \u00a34,000.00"
                },
                {
                    "id": 11913,
                    "parent_interest_id": "",
                    "member": "Munira Wilson",
                    "party": "liberal-democrat",
                    "mnis_id": 4776,
                    "twfy_id": "25820",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Fiona Forbes - \u00a32,463.02"
                },
                {
                    "id": 11914,
                    "parent_interest_id": "",
                    "member": "John Whitby",
                    "party": "labour",
                    "mnis_id": 5342,
                    "twfy_id": "26613",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Fostering - Derby City Council Social Services"
                },
                {
                    "id": 11915,
                    "parent_interest_id": 11914.0,
                    "member": "John Whitby",
                    "party": "labour",
                    "mnis_id": 5342,
                    "twfy_id": "26613",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 13 February 2025 - \u00a31,000.00"
                },
                {
                    "id": 11916,
                    "parent_interest_id": "",
                    "member": "Sir Andrew Mitchell",
                    "party": "conservative",
                    "mnis_id": 1211,
                    "twfy_id": "11115",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Falkland Islands between 17 February 2025 and 21 February 2025"
                },
                {
                    "id": 11917,
                    "parent_interest_id": "",
                    "member": "Chris Curtis",
                    "party": "labour",
                    "mnis_id": 5118,
                    "twfy_id": "26396",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "UK Music - \u00a32,200.00"
                },
                {
                    "id": 11918,
                    "parent_interest_id": "",
                    "member": "Damien Egan",
                    "party": "labour",
                    "mnis_id": 5010,
                    "twfy_id": "26287",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to United States between 22 February 2025 and 25 February 2025"
                },
                {
                    "id": 11924,
                    "parent_interest_id": "",
                    "member": "Sir Geoffrey Cox",
                    "party": "conservative",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Legal - Dentons Mauritius LLP"
                },
                {
                    "id": 11925,
                    "parent_interest_id": 11924.0,
                    "member": "Sir Geoffrey Cox",
                    "party": "conservative",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 17 February 2025 - \u00a39,375.00"
                },
                {
                    "id": 11926,
                    "parent_interest_id": "",
                    "member": "Mr Will Forster",
                    "party": "liberal-democrat",
                    "mnis_id": 5322,
                    "twfy_id": "26560",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Israel between 16 February 2025 and 20 February 2025"
                },
                {
                    "id": 11930,
                    "parent_interest_id": "",
                    "member": "Daisy Cooper",
                    "party": "liberal-democrat",
                    "mnis_id": 4769,
                    "twfy_id": "25901",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Centre for Turkey Studies and Development Ltd - \u00a3360.00"
                },
                {
                    "id": 11931,
                    "parent_interest_id": "",
                    "member": "Bell Ribeiro-Addy",
                    "party": "labour",
                    "mnis_id": 4764,
                    "twfy_id": "25856",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Panel Eveny - Omnicom Media Group"
                },
                {
                    "id": 11933,
                    "parent_interest_id": 11931.0,
                    "member": "Bell Ribeiro-Addy",
                    "party": "labour",
                    "mnis_id": 4764,
                    "twfy_id": "25856",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 01 March 2025 - \u00a31,000.00"
                },
                {
                    "id": 11932,
                    "parent_interest_id": "",
                    "member": "Emily Thornberry",
                    "party": "labour",
                    "mnis_id": 1536,
                    "twfy_id": "11656",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "BPI (British Recorded Music Industry) Ltd - \u00a33,120.00"
                },
                {
                    "id": 11934,
                    "parent_interest_id": "",
                    "member": "Dr Ben Spencer",
                    "party": "conservative",
                    "mnis_id": 4785,
                    "twfy_id": "25889",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "BPI (British Recorded Music Industry) Ltd - \u00a33,120.00"
                },
                {
                    "id": 11935,
                    "parent_interest_id": "",
                    "member": "Samantha Niblett",
                    "party": "labour",
                    "mnis_id": 5150,
                    "twfy_id": "26414",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "BPI - \u00a33,120.00"
                },
                {
                    "id": 11936,
                    "parent_interest_id": "",
                    "member": "Helen Grant",
                    "party": "conservative",
                    "mnis_id": 4018,
                    "twfy_id": "24796",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The FA Group - \u00a3450.00"
                },
                {
                    "id": 11937,
                    "parent_interest_id": "",
                    "member": "Sir John Whittingdale",
                    "party": "conservative",
                    "mnis_id": 39,
                    "twfy_id": "10632",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Channel Four TV Corporation - \u00a34,000.00"
                },
                {
                    "id": 11938,
                    "parent_interest_id": "",
                    "member": "Sir John Whittingdale",
                    "party": "conservative",
                    "mnis_id": 39,
                    "twfy_id": "10632",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "BPI (British Recorded Music) Ltd - \u00a33,120.00"
                },
                {
                    "id": 11939,
                    "parent_interest_id": "",
                    "member": "Andrew Rosindell",
                    "party": "reform",
                    "mnis_id": 1447,
                    "twfy_id": "11199",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Albania between 30 January 2025 and 03 February 2025"
                },
                {
                    "id": 11943,
                    "parent_interest_id": "",
                    "member": "Jacob Collier",
                    "party": "labour",
                    "mnis_id": 5077,
                    "twfy_id": "26382",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "British Beer and Pub Association - \u00a3450.00"
                },
                {
                    "id": 11944,
                    "parent_interest_id": "",
                    "member": "Jacob Collier",
                    "party": "labour",
                    "mnis_id": 5077,
                    "twfy_id": "26382",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Centre for Turkey Studies and Development - \u00a3450.00"
                },
                {
                    "id": 11945,
                    "parent_interest_id": "",
                    "member": "Andrew Rosindell",
                    "party": "reform",
                    "mnis_id": 1447,
                    "twfy_id": "11199",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Ebury Court Care Home - \u00a32,000.00"
                },
                {
                    "id": 11946,
                    "parent_interest_id": "",
                    "member": "Tim Farron",
                    "party": "liberal-democrat",
                    "mnis_id": 1591,
                    "twfy_id": "11923",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Faith in Public Ltd - \u00a315,264.00"
                },
                {
                    "id": 11949,
                    "parent_interest_id": "",
                    "member": "Sarah Coombes",
                    "party": "labour",
                    "mnis_id": 5088,
                    "twfy_id": "26452",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "BPI (British Recorded Music Industry) Limited - \u00a33,120.00"
                },
                {
                    "id": 11950,
                    "parent_interest_id": "",
                    "member": "Sarah Champion",
                    "party": "labour",
                    "mnis_id": 4267,
                    "twfy_id": "25168",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Taiwan between 15 February 2025 and 22 February 2025"
                },
                {
                    "id": 11951,
                    "parent_interest_id": "",
                    "member": "Charlie Dewhirst",
                    "party": "conservative",
                    "mnis_id": 5169,
                    "twfy_id": "26461",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Philip Morris Limited - \u00a3420.00"
                },
                {
                    "id": 11953,
                    "parent_interest_id": "",
                    "member": "Melanie Ward",
                    "party": "labour",
                    "mnis_id": 5240,
                    "twfy_id": "26610",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Germany between 13 February 2025 and 16 February 2025"
                },
                {
                    "id": 11955,
                    "parent_interest_id": "",
                    "member": "Si\u00e2n Berry",
                    "party": "green",
                    "mnis_id": 5314,
                    "twfy_id": "25752",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Patron of the Music Venue Trust. This is an unpaid role."
                },
                {
                    "id": 11956,
                    "parent_interest_id": "",
                    "member": "Si\u00e2n Berry",
                    "party": "green",
                    "mnis_id": 5314,
                    "twfy_id": "25752",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "White Rose Visas Ltd - \u00a33,300.00"
                },
                {
                    "id": 11957,
                    "parent_interest_id": "",
                    "member": "Mr Calvin Bailey",
                    "party": "labour",
                    "mnis_id": 5054,
                    "twfy_id": "26340",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Babcock International Group - \u00a3500.00"
                },
                {
                    "id": 11958,
                    "parent_interest_id": "",
                    "member": "Paul Waugh",
                    "party": "labourco-operative",
                    "mnis_id": 5071,
                    "twfy_id": "26319",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Israel between 16 February 2025 and 20 February 2025"
                },
                {
                    "id": 11959,
                    "parent_interest_id": "",
                    "member": "Steve Race",
                    "party": "labour",
                    "mnis_id": 5064,
                    "twfy_id": "26345",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to France between 18 February 2025 and 19 February 2025"
                },
                {
                    "id": 11960,
                    "parent_interest_id": "",
                    "member": "Dame Harriett Baldwin",
                    "party": "conservative",
                    "mnis_id": 4107,
                    "twfy_id": "24785",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Finance & Leasing Association - \u00a3350.00"
                },
                {
                    "id": 11961,
                    "parent_interest_id": "",
                    "member": "Mrs Kemi Badenoch",
                    "party": "conservative",
                    "mnis_id": 4597,
                    "twfy_id": "25693",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Neil Record - \u00a314,350.38"
                },
                {
                    "id": 11962,
                    "parent_interest_id": "",
                    "member": "Neil Coyle",
                    "party": "labour",
                    "mnis_id": 4368,
                    "twfy_id": "25326",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Lucky Saint - \u00a3435.35"
                },
                {
                    "id": 11963,
                    "parent_interest_id": "",
                    "member": "Munira Wilson",
                    "party": "liberal-democrat",
                    "mnis_id": 4776,
                    "twfy_id": "25820",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Football Association Ltd - \u00a3450.00"
                },
                {
                    "id": 11964,
                    "parent_interest_id": "",
                    "member": "David Taylor",
                    "party": "labour",
                    "mnis_id": 5348,
                    "twfy_id": "26576",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Ukraine between 17 February 2025 and 22 February 2025"
                },
                {
                    "id": 11965,
                    "parent_interest_id": "",
                    "member": "Phil Brickell",
                    "party": "labour",
                    "mnis_id": 5128,
                    "twfy_id": "26368",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Ukraine between 17 February 2025 and 22 February 2025"
                },
                {
                    "id": 11966,
                    "parent_interest_id": "",
                    "member": "John Glen",
                    "party": "conservative",
                    "mnis_id": 4051,
                    "twfy_id": "24839",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Commissioner of the Financial Inclusion Commission. \nThis an independent body made up of consumer and business representatives, together with policy experts in areas such as banking and payments, insurance and credit. As a commissioner I will attend monthly meetings and advise on specific issues. This is an unpaid role."
                },
                {
                    "id": 11967,
                    "parent_interest_id": "",
                    "member": "John Glen",
                    "party": "conservative",
                    "mnis_id": 4051,
                    "twfy_id": "24839",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Patron of upReach.\nSupporting the charity's work through events, campaigns and strategic connections."
                },
                {
                    "id": 11968,
                    "parent_interest_id": "",
                    "member": "Anna Dixon",
                    "party": "labour",
                    "mnis_id": 5281,
                    "twfy_id": "26524",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Zimbabwe between 14 February 2025 and 22 February 2025"
                },
                {
                    "id": 11971,
                    "parent_interest_id": "",
                    "member": "Alison Griffiths",
                    "party": "conservative",
                    "mnis_id": 5203,
                    "twfy_id": "26536",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of The Industry and Parliament Trust. The IPT is an independent, non-lobbying, non-partisan charity that provides a trusted platform of engagement between Parliament and UK business."
                },
                {
                    "id": 11972,
                    "parent_interest_id": "",
                    "member": "Alison Griffiths",
                    "party": "conservative",
                    "mnis_id": 5203,
                    "twfy_id": "26536",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Chris Hayman - \u00a32,000.00"
                },
                {
                    "id": 11973,
                    "parent_interest_id": "",
                    "member": "Mr Richard Holden",
                    "party": "conservative",
                    "mnis_id": 4813,
                    "twfy_id": "25893",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Israel between 17 February 2025 and 21 February 2025"
                },
                {
                    "id": 11975,
                    "parent_interest_id": "",
                    "member": "Bobby Dean",
                    "party": "liberal-democrat",
                    "mnis_id": 5083,
                    "twfy_id": "26371",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "The Joseph Rowntree Reform Trust - \u00a31,000.00"
                },
                {
                    "id": 11977,
                    "parent_interest_id": "",
                    "member": "Naz Shah",
                    "party": "labour",
                    "mnis_id": 4409,
                    "twfy_id": "25385",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Aziz Foundation - \u00a324,930.00"
                },
                {
                    "id": 11978,
                    "parent_interest_id": "",
                    "member": "Andrew Pakes",
                    "party": "labourco-operative",
                    "mnis_id": 5243,
                    "twfy_id": "26601",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "GMB - \u00a32,000.00"
                },
                {
                    "id": 11980,
                    "parent_interest_id": "",
                    "member": "Ed Davey",
                    "party": "liberal-democrat",
                    "mnis_id": 188,
                    "twfy_id": "10155",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Guest appearance on Have I Got News For You - Hat Trick Productions"
                },
                {
                    "id": 12058,
                    "parent_interest_id": 11980.0,
                    "member": "Ed Davey",
                    "party": "liberal-democrat",
                    "mnis_id": 188,
                    "twfy_id": "10155",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 07 March 2025 - \u00a32,000.00"
                },
                {
                    "id": 11981,
                    "parent_interest_id": "",
                    "member": "Mr Calvin Bailey",
                    "party": "labour",
                    "mnis_id": 5054,
                    "twfy_id": "26340",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Babcock - \u00a3136.00"
                },
                {
                    "id": 11982,
                    "parent_interest_id": "",
                    "member": "Mr Calvin Bailey",
                    "party": "labour",
                    "mnis_id": 5054,
                    "twfy_id": "26340",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Babcock - \u00a390.00"
                },
                {
                    "id": 11983,
                    "parent_interest_id": "",
                    "member": "Josh MacAlister",
                    "party": "labour",
                    "mnis_id": 5033,
                    "twfy_id": "26321",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Ben Kingsley - \u00a31,900.00"
                },
                {
                    "id": 11985,
                    "parent_interest_id": "",
                    "member": "Calum Miller",
                    "party": "liberal-democrat",
                    "mnis_id": 5346,
                    "twfy_id": "26617",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Supporter Membership of the Plunkett Foundation"
                },
                {
                    "id": 11986,
                    "parent_interest_id": "",
                    "member": "Calum Miller",
                    "party": "liberal-democrat",
                    "mnis_id": 5346,
                    "twfy_id": "26617",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Friend of Bicester Green"
                },
                {
                    "id": 11987,
                    "parent_interest_id": "",
                    "member": "Jonathan Reynolds",
                    "party": "labourco-operative",
                    "mnis_id": 4119,
                    "twfy_id": "24929",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Martin Littler - \u00a33,000.00"
                },
                {
                    "id": 11989,
                    "parent_interest_id": "",
                    "member": "Sarah Olney",
                    "party": "liberal-democrat",
                    "mnis_id": 4591,
                    "twfy_id": "25596",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Linda Christmas - \u00a32,000.00"
                },
                {
                    "id": 11990,
                    "parent_interest_id": "",
                    "member": "Patrick Hurley",
                    "party": "labour",
                    "mnis_id": 5052,
                    "twfy_id": "26463",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "British Recorded Music Industry Ltd - \u00a33,120.00"
                },
                {
                    "id": 11992,
                    "parent_interest_id": "",
                    "member": "Richard Fuller",
                    "party": "conservative",
                    "mnis_id": 3912,
                    "twfy_id": "24787",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director (unpaid) of C&UCO Services Limited, associated with my role as Chairman of the Conservative Party."
                },
                {
                    "id": 11993,
                    "parent_interest_id": "",
                    "member": "Adam Jogee",
                    "party": "labour",
                    "mnis_id": 5168,
                    "twfy_id": "26541",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Zimbabwe between 17 February 2025 and 21 February 2025"
                },
                {
                    "id": 11994,
                    "parent_interest_id": "",
                    "member": "Mims Davies",
                    "party": "conservative",
                    "mnis_id": 4513,
                    "twfy_id": "25330",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Ibrahim Dogus - \u00a3420.00"
                },
                {
                    "id": 11995,
                    "parent_interest_id": "",
                    "member": "Priti Patel",
                    "party": "conservative",
                    "mnis_id": 4066,
                    "twfy_id": "24778",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Germany between 13 February 2025 and 16 February 2025"
                },
                {
                    "id": 11996,
                    "parent_interest_id": "",
                    "member": "Christine Jardine",
                    "party": "liberal-democrat",
                    "mnis_id": 4634,
                    "twfy_id": "25675",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "British Broadcasting Corporation - \u00a3550.00"
                },
                {
                    "id": 11997,
                    "parent_interest_id": "",
                    "member": "Martin Vickers",
                    "party": "conservative",
                    "mnis_id": 3957,
                    "twfy_id": "24814",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of the Executive Committee of the British Group of the Inter-Parliamentary Union. This is an unpaid role."
                },
                {
                    "id": 11998,
                    "parent_interest_id": "",
                    "member": "Martin Vickers",
                    "party": "conservative",
                    "mnis_id": 3957,
                    "twfy_id": "24814",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Chairman and Board member of the Policy Research Unit. This is an unpaid role."
                },
                {
                    "id": 11999,
                    "parent_interest_id": "",
                    "member": "Martin Vickers",
                    "party": "conservative",
                    "mnis_id": 3957,
                    "twfy_id": "24814",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director & Trustee of the Industry and Parliament Trust. This is an unpaid role."
                },
                {
                    "id": 12000,
                    "parent_interest_id": "",
                    "member": "Ms Nusrat Ghani",
                    "party": "conservative",
                    "mnis_id": 4460,
                    "twfy_id": "25354",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "YouTube Ltd - \u00a31,398.00"
                },
                {
                    "id": 12001,
                    "parent_interest_id": "",
                    "member": "Jesse Norman",
                    "party": "conservative",
                    "mnis_id": 3991,
                    "twfy_id": "24827",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Chair of NMITE. This is an unpaid role."
                },
                {
                    "id": 12002,
                    "parent_interest_id": "",
                    "member": "Clive Lewis",
                    "party": "labour",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Compass - Together for a Good Society Ltd - \u00a32,582.40"
                },
                {
                    "id": 12003,
                    "parent_interest_id": "",
                    "member": "Richard Fuller",
                    "party": "conservative",
                    "mnis_id": 3912,
                    "twfy_id": "24787",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director (unpaid) of C&UCO Management Limited associated with my role as Chairman of the Conservative Party"
                },
                {
                    "id": 12004,
                    "parent_interest_id": "",
                    "member": "Richard Fuller",
                    "party": "conservative",
                    "mnis_id": 3912,
                    "twfy_id": "24787",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director (unpaid) of C&UCO Properties Limited associated with my role as Chairman of the Conservative Party"
                },
                {
                    "id": 12005,
                    "parent_interest_id": "",
                    "member": "Dr Ben Spencer",
                    "party": "conservative",
                    "mnis_id": 4785,
                    "twfy_id": "25889",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Taiwan between 14 February 2025 and 22 February 2025"
                },
                {
                    "id": 12006,
                    "parent_interest_id": "",
                    "member": "Rachel Taylor",
                    "party": "labour",
                    "mnis_id": 5065,
                    "twfy_id": "26478",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Zimbabwe between 15 February 2025 and 21 February 2025"
                },
                {
                    "id": 12008,
                    "parent_interest_id": "",
                    "member": "Clive Lewis",
                    "party": "labour",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Betterworld Ltd - \u00a35,000.00"
                },
                {
                    "id": 12010,
                    "parent_interest_id": "",
                    "member": "Brian Mathew",
                    "party": "liberal-democrat",
                    "mnis_id": 5214,
                    "twfy_id": "26509",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "National Liberal Club - \u00a31,280.00"
                },
                {
                    "id": 12012,
                    "parent_interest_id": "",
                    "member": "Blair McDougall",
                    "party": "labour",
                    "mnis_id": 5076,
                    "twfy_id": "26490",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Appointment as a patron of Hong Kong Watch."
                },
                {
                    "id": 12013,
                    "parent_interest_id": "",
                    "member": "Luke Pollard",
                    "party": "labourco-operative",
                    "mnis_id": 4682,
                    "twfy_id": "25690",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "British Broadcasting Corporation - \u00a3531.25"
                },
                {
                    "id": 12014,
                    "parent_interest_id": "",
                    "member": "Mr Peter Bedford",
                    "party": "conservative",
                    "mnis_id": 5330,
                    "twfy_id": "26625",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Hestview Limited - \u00a3700.00"
                },
                {
                    "id": 12015,
                    "parent_interest_id": "",
                    "member": "Andrew Rosindell",
                    "party": "reform",
                    "mnis_id": 1447,
                    "twfy_id": "11199",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Spain between 15 February 2025 and 19 February 2025"
                },
                {
                    "id": 12016,
                    "parent_interest_id": "",
                    "member": "Andrew Rosindell",
                    "party": "reform",
                    "mnis_id": 1447,
                    "twfy_id": "11199",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Swiss Embassy UK - \u00a3605.00"
                },
                {
                    "id": 12017,
                    "parent_interest_id": "",
                    "member": "Jeremy Corbyn",
                    "party": "independent",
                    "mnis_id": 185,
                    "twfy_id": "10133",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "EngageMalvern - \u00a3375.99"
                },
                {
                    "id": 12018,
                    "parent_interest_id": "",
                    "member": "Helena Dollimore",
                    "party": "labourco-operative",
                    "mnis_id": 5192,
                    "twfy_id": "26507",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Taiwan between 14 February 2025 and 22 February 2025"
                },
                {
                    "id": 12019,
                    "parent_interest_id": "",
                    "member": "Mr Hamish Falconer",
                    "party": "labour",
                    "mnis_id": 5148,
                    "twfy_id": "26446",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Upon a Hill Limited"
                },
                {
                    "id": 12020,
                    "parent_interest_id": "",
                    "member": "Priti Patel",
                    "party": "conservative",
                    "mnis_id": 4066,
                    "twfy_id": "24778",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Alliance for Responsible Citizenship Ltd - \u00a32,400.00"
                },
                {
                    "id": 12022,
                    "parent_interest_id": "",
                    "member": "Julia Lopez",
                    "party": "conservative",
                    "mnis_id": 4647,
                    "twfy_id": "25652",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Neil Record - \u00a314,350.38"
                },
                {
                    "id": 12026,
                    "parent_interest_id": "",
                    "member": "Alex Burghart",
                    "party": "conservative",
                    "mnis_id": 4613,
                    "twfy_id": "25659",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Neil Record - \u00a314,350.38"
                },
                {
                    "id": 12027,
                    "parent_interest_id": "",
                    "member": "Dame Caroline Dinenage",
                    "party": "conservative",
                    "mnis_id": 4008,
                    "twfy_id": "24873",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "BPI (British Recorded Music Industry) Limited - \u00a32,232.50"
                },
                {
                    "id": 12028,
                    "parent_interest_id": "",
                    "member": "Margaret Mullane",
                    "party": "labour",
                    "mnis_id": 5272,
                    "twfy_id": "26495",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "UCL Pearl - \u00a316,170.31"
                },
                {
                    "id": 12030,
                    "parent_interest_id": "",
                    "member": "Chris Murray",
                    "party": "labour",
                    "mnis_id": 5245,
                    "twfy_id": "26611",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Secretary, RCDM Associates Ltd. This is an unpaid role."
                },
                {
                    "id": 12031,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Media Appearance - GB News"
                },
                {
                    "id": 12033,
                    "parent_interest_id": 12031.0,
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 17 March 2025 - \u00a3720.00"
                },
                {
                    "id": 12240,
                    "parent_interest_id": 12031.0,
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 14 April 2025 - \u00a3230.00"
                },
                {
                    "id": 12826,
                    "parent_interest_id": 12031.0,
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 08 July 2025 - \u00a3180.00"
                },
                {
                    "id": 13150,
                    "parent_interest_id": 12031.0,
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 14 August 2025 - \u00a3180.00"
                },
                {
                    "id": 12032,
                    "parent_interest_id": "",
                    "member": "David Reed",
                    "party": "conservative",
                    "mnis_id": 5347,
                    "twfy_id": "26628",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Taiwan between 14 February 2025 and 22 February 2025"
                },
                {
                    "id": 12035,
                    "parent_interest_id": "",
                    "member": "Rachel Reeves",
                    "party": "labour",
                    "mnis_id": 4031,
                    "twfy_id": "24851",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Anschutz Sports Holdings Ltd - \u00a3600.00"
                },
                {
                    "id": 12036,
                    "parent_interest_id": "",
                    "member": "Sir Andrew Mitchell",
                    "party": "conservative",
                    "mnis_id": 1211,
                    "twfy_id": "11115",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Aid Alliance - \u00a35,600.00"
                },
                {
                    "id": 12037,
                    "parent_interest_id": "",
                    "member": "Mohammad Yasin",
                    "party": "labour",
                    "mnis_id": 4598,
                    "twfy_id": "25649",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Oman between 15 February 2025 and 20 February 2025"
                },
                {
                    "id": 12039,
                    "parent_interest_id": "",
                    "member": "Melanie Onn",
                    "party": "labour",
                    "mnis_id": 4464,
                    "twfy_id": "25317",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Co-Chair for 'Pathways to Net Zero' and project bringing together energy businesses and parliamentarians to discuss energy related policy. Sponsoring meetings, lunches, dinners & receptions in House of Commons/Westminster. Supported by Palace Yard communications."
                },
                {
                    "id": 12040,
                    "parent_interest_id": "",
                    "member": "Sir Oliver Dowden",
                    "party": "conservative",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to United States between 27 February 2025 and 03 March 2025"
                },
                {
                    "id": 12041,
                    "parent_interest_id": "",
                    "member": "Dame Chi Onwurah",
                    "party": "labour",
                    "mnis_id": 4124,
                    "twfy_id": "24807",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Newcastle City Council - \u00a3577.23"
                },
                {
                    "id": 12043,
                    "parent_interest_id": "",
                    "member": "Freddie van Mierlo",
                    "party": "liberal-democrat",
                    "mnis_id": 5296,
                    "twfy_id": "26540",
                    "category": "Gifts and benefits from sources outside the UK",
                    "category_code": "5",
                    "summary": "Leiden University - \u00a3350.00"
                },
                {
                    "id": 12044,
                    "parent_interest_id": "",
                    "member": "Tahir Ali",
                    "party": "labour",
                    "mnis_id": 4747,
                    "twfy_id": "25888",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Oman between 15 February 2025 and 20 February 2025"
                },
                {
                    "id": 12048,
                    "parent_interest_id": "",
                    "member": "Chris Philp",
                    "party": "conservative",
                    "mnis_id": 4503,
                    "twfy_id": "25377",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Centre for Turkey Studies and Development Ltd - \u00a3420.00"
                },
                {
                    "id": 12050,
                    "parent_interest_id": "",
                    "member": "Sir Mel Stride",
                    "party": "conservative",
                    "mnis_id": 3935,
                    "twfy_id": "24914",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "IPGL Limited - \u00a325,000.00"
                },
                {
                    "id": 12051,
                    "parent_interest_id": "",
                    "member": "Victoria Atkins",
                    "party": "conservative",
                    "mnis_id": 4399,
                    "twfy_id": "25424",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Jockey Club Racecourses Limited - \u00a3450.00"
                },
                {
                    "id": 12052,
                    "parent_interest_id": "",
                    "member": "Noah Law",
                    "party": "labour",
                    "mnis_id": 5302,
                    "twfy_id": "26513",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Taiwan between 14 February 2025 and 25 February 2025"
                },
                {
                    "id": 12054,
                    "parent_interest_id": "",
                    "member": "Christine Jardine",
                    "party": "liberal-democrat",
                    "mnis_id": 4634,
                    "twfy_id": "25675",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Jet2 Holidays - \u00a3400.00"
                },
                {
                    "id": 12055,
                    "parent_interest_id": "",
                    "member": "Christine Jardine",
                    "party": "liberal-democrat",
                    "mnis_id": 4634,
                    "twfy_id": "25675",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Edinburgh Airport Ltd - \u00a3500.00"
                },
                {
                    "id": 12056,
                    "parent_interest_id": "",
                    "member": "Sir Andrew Mitchell",
                    "party": "conservative",
                    "mnis_id": 1211,
                    "twfy_id": "11115",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Beaver Metals (London) Limited - \u00a310,000.00"
                },
                {
                    "id": 12057,
                    "parent_interest_id": "",
                    "member": "Daisy Cooper",
                    "party": "liberal-democrat",
                    "mnis_id": 4769,
                    "twfy_id": "25901",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Julian Taylor - \u00a32,000.00"
                },
                {
                    "id": 12059,
                    "parent_interest_id": "",
                    "member": "Suella Braverman",
                    "party": "reform",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Walbrook Club - \u00a31,440.00"
                },
                {
                    "id": 12060,
                    "parent_interest_id": "",
                    "member": "Lucy Rigby",
                    "party": "labour",
                    "mnis_id": 5333,
                    "twfy_id": "26596",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid director (ex officio), Incorporated Council of Law Reporting for England and Wales."
                },
                {
                    "id": 12061,
                    "parent_interest_id": "",
                    "member": "Dame Chi Onwurah",
                    "party": "labour",
                    "mnis_id": 4124,
                    "twfy_id": "24807",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Cristina Caffarra - \u00a3406.00"
                },
                {
                    "id": 12062,
                    "parent_interest_id": "",
                    "member": "Dawn Butler",
                    "party": "labour",
                    "mnis_id": 1489,
                    "twfy_id": "11447",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Speaking engagements - Eden & Partners"
                },
                {
                    "id": 12063,
                    "parent_interest_id": 12062.0,
                    "member": "Dawn Butler",
                    "party": "labour",
                    "mnis_id": 1489,
                    "twfy_id": "11447",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 26 March 2025 - \u00a3500.00"
                },
                {
                    "id": 12064,
                    "parent_interest_id": "",
                    "member": "Matthew Patrick",
                    "party": "labour",
                    "mnis_id": 5162,
                    "twfy_id": "26432",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Tranmere Rovers Football Club - \u00a3500.00"
                },
                {
                    "id": 12065,
                    "parent_interest_id": "",
                    "member": "Jon Pearce",
                    "party": "labour",
                    "mnis_id": 5115,
                    "twfy_id": "26362",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to United States between 21 February 2025 and 25 February 2025"
                },
                {
                    "id": 12066,
                    "parent_interest_id": "",
                    "member": "Mark Garnier",
                    "party": "conservative",
                    "mnis_id": 4074,
                    "twfy_id": "24824",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Chair of the British Shooting Sports Council, an umbrella organisation that brings together 15 organisations that represent the wider interests of the shooting community in the UK. This is an unpaid role."
                },
                {
                    "id": 12067,
                    "parent_interest_id": "",
                    "member": "Richard Fuller",
                    "party": "conservative",
                    "mnis_id": 3912,
                    "twfy_id": "24787",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Chairman of the Conservative Party. This was a part-time unpaid role."
                },
                {
                    "id": 12068,
                    "parent_interest_id": "",
                    "member": "Kevin Hollinrake",
                    "party": "conservative",
                    "mnis_id": 4474,
                    "twfy_id": "25415",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Speaking Engagement - Together Financial Services Ltd"
                },
                {
                    "id": 12069,
                    "parent_interest_id": 12068.0,
                    "member": "Kevin Hollinrake",
                    "party": "conservative",
                    "mnis_id": 4474,
                    "twfy_id": "25415",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 18 March 2025 - \u00a35,000.00"
                },
                {
                    "id": 12070,
                    "parent_interest_id": "",
                    "member": "Laura Trott",
                    "party": "conservative",
                    "mnis_id": 4780,
                    "twfy_id": "25851",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Sophie Smith - \u00a310,000.00"
                },
                {
                    "id": 12071,
                    "parent_interest_id": "",
                    "member": "Max Wilkinson",
                    "party": "liberal-democrat",
                    "mnis_id": 5055,
                    "twfy_id": "26344",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "James Moore - \u00a32,000.00"
                },
                {
                    "id": 12072,
                    "parent_interest_id": "",
                    "member": "Max Wilkinson",
                    "party": "liberal-democrat",
                    "mnis_id": 5055,
                    "twfy_id": "26344",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "DPK Management - \u00a3673.00"
                },
                {
                    "id": 12073,
                    "parent_interest_id": "",
                    "member": "Sir Mel Stride",
                    "party": "conservative",
                    "mnis_id": 3935,
                    "twfy_id": "24914",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "J. C. Bamford Excavators Limited - \u00a325,000.00"
                },
                {
                    "id": 12074,
                    "parent_interest_id": "",
                    "member": "Sir Andrew Mitchell",
                    "party": "conservative",
                    "mnis_id": 1211,
                    "twfy_id": "11115",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Aid Alliance - \u00a32,400.00"
                },
                {
                    "id": 12075,
                    "parent_interest_id": "",
                    "member": "Luke Pollard",
                    "party": "labourco-operative",
                    "mnis_id": 4682,
                    "twfy_id": "25690",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "British Broadcasting Corporation - \u00a3171.50"
                },
                {
                    "id": 12076,
                    "parent_interest_id": "",
                    "member": "David Chadwick",
                    "party": "liberal-democrat",
                    "mnis_id": 5284,
                    "twfy_id": "26518",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Centre for Turkey Studies & Development - \u00a3420.00"
                },
                {
                    "id": 12081,
                    "parent_interest_id": "",
                    "member": "Jess Asato",
                    "party": "labour",
                    "mnis_id": 5156,
                    "twfy_id": "26386",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Appointed as a Director for The Social Market Foundation (SMF) which is widely recognised as Britain\u2019s leading cross-party think tank. Its mission is to ensure that markets and government can work in partnership to serve the interests of society. The SMF pursues this goal by producing high-quality, independent, and pragmatic public policy research and fostering debate across a broad range of social and economic issues."
                },
                {
                    "id": 12082,
                    "parent_interest_id": "",
                    "member": "Steve Barclay",
                    "party": "conservative",
                    "mnis_id": 4095,
                    "twfy_id": "24916",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Nene Advisory Limited"
                },
                {
                    "id": 12083,
                    "parent_interest_id": "",
                    "member": "Steve Barclay",
                    "party": "conservative",
                    "mnis_id": 4095,
                    "twfy_id": "24916",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid directorship of Nene Advisory Limited"
                },
                {
                    "id": 12084,
                    "parent_interest_id": "",
                    "member": "Alison Griffiths",
                    "party": "conservative",
                    "mnis_id": 5203,
                    "twfy_id": "26536",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "British Kebab Awards/Centre for Turkey Studies - \u00a3720.00"
                },
                {
                    "id": 12085,
                    "parent_interest_id": "",
                    "member": "Freddie van Mierlo",
                    "party": "liberal-democrat",
                    "mnis_id": 5296,
                    "twfy_id": "26540",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Anthony Robertson - \u00a32,500.00"
                },
                {
                    "id": 12086,
                    "parent_interest_id": "",
                    "member": "Freddie van Mierlo",
                    "party": "liberal-democrat",
                    "mnis_id": 5296,
                    "twfy_id": "26540",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Tom Kilroy - \u00a35,000.00"
                },
                {
                    "id": 12088,
                    "parent_interest_id": "",
                    "member": "Stephen Gethins",
                    "party": "scottish-national-party",
                    "mnis_id": 4434,
                    "twfy_id": "25324",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Montenegro between 21 March 2025 and 23 March 2025"
                },
                {
                    "id": 12089,
                    "parent_interest_id": "",
                    "member": "Anna Dixon",
                    "party": "labour",
                    "mnis_id": 5281,
                    "twfy_id": "26524",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Parliamentary chair of Christians on the Left, an affiliate\u00a0of the Labour Party. This is an unpaid role."
                },
                {
                    "id": 12090,
                    "parent_interest_id": "",
                    "member": "Anneliese Dodds",
                    "party": "labourco-operative",
                    "mnis_id": 4657,
                    "twfy_id": "25618",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Speaking to university students - The Oxford Study Abroad Programme (OSAP)"
                },
                {
                    "id": 12091,
                    "parent_interest_id": 12090.0,
                    "member": "Anneliese Dodds",
                    "party": "labourco-operative",
                    "mnis_id": 4657,
                    "twfy_id": "25618",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 20 March 2025 - \u00a31,000.00"
                },
                {
                    "id": 12094,
                    "parent_interest_id": "",
                    "member": "Dame Meg Hillier",
                    "party": "labourco-operative",
                    "mnis_id": 1524,
                    "twfy_id": "11605",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Isle of Man between 13 March 2025 and 15 March 2025"
                },
                {
                    "id": 12096,
                    "parent_interest_id": "",
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Celestine Management Limited - \u00a310,000.00"
                },
                {
                    "id": 12097,
                    "parent_interest_id": "",
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Celestine Management Limited - \u00a325,000.00"
                },
                {
                    "id": 12098,
                    "parent_interest_id": "",
                    "member": "Sir Keir Starmer",
                    "party": "labour",
                    "mnis_id": 4514,
                    "twfy_id": "25353",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Arsenal Football Club Limited - \u00a31,000.00"
                },
                {
                    "id": 12099,
                    "parent_interest_id": "",
                    "member": "Mr James Frith",
                    "party": "labour",
                    "mnis_id": 4637,
                    "twfy_id": "25622",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "BPI (British Recorded Music Industry) Ltd - \u00a33,120.00"
                },
                {
                    "id": 12100,
                    "parent_interest_id": "",
                    "member": "Barry Gardiner",
                    "party": "labour",
                    "mnis_id": 146,
                    "twfy_id": "10220",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Mexico between 10 March 2025 and 14 March 2025"
                },
                {
                    "id": 12101,
                    "parent_interest_id": "",
                    "member": "Barry Gardiner",
                    "party": "labour",
                    "mnis_id": 146,
                    "twfy_id": "10220",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Media appearances - GB News"
                },
                {
                    "id": 12102,
                    "parent_interest_id": 12101.0,
                    "member": "Barry Gardiner",
                    "party": "labour",
                    "mnis_id": 146,
                    "twfy_id": "10220",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 14 March 2025 - \u00a31,950.00"
                },
                {
                    "id": 12359,
                    "parent_interest_id": 12101.0,
                    "member": "Barry Gardiner",
                    "party": "labour",
                    "mnis_id": 146,
                    "twfy_id": "10220",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 22 April 2025 - \u00a31,200.00"
                },
                {
                    "id": 12492,
                    "parent_interest_id": 12101.0,
                    "member": "Barry Gardiner",
                    "party": "labour",
                    "mnis_id": 146,
                    "twfy_id": "10220",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 09 May 2025 - \u00a31,210.00"
                },
                {
                    "id": 12665,
                    "parent_interest_id": 12101.0,
                    "member": "Barry Gardiner",
                    "party": "labour",
                    "mnis_id": 146,
                    "twfy_id": "10220",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 16 June 2025 - \u00a3900.00"
                },
                {
                    "id": 13230,
                    "parent_interest_id": 12101.0,
                    "member": "Barry Gardiner",
                    "party": "labour",
                    "mnis_id": 146,
                    "twfy_id": "10220",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 15 August 2025 - \u00a31,650.00"
                },
                {
                    "id": 13367,
                    "parent_interest_id": 12101.0,
                    "member": "Barry Gardiner",
                    "party": "labour",
                    "mnis_id": 146,
                    "twfy_id": "10220",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 12 September 2025 - \u00a3750.00"
                },
                {
                    "id": 13574,
                    "parent_interest_id": 12101.0,
                    "member": "Barry Gardiner",
                    "party": "labour",
                    "mnis_id": 146,
                    "twfy_id": "10220",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 30 September 2025 - \u00a3950.00"
                },
                {
                    "id": 14028,
                    "parent_interest_id": 12101.0,
                    "member": "Barry Gardiner",
                    "party": "labour",
                    "mnis_id": 146,
                    "twfy_id": "10220",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 14 November 2025 - \u00a31,250.00"
                },
                {
                    "id": 14274,
                    "parent_interest_id": 12101.0,
                    "member": "Barry Gardiner",
                    "party": "labour",
                    "mnis_id": 146,
                    "twfy_id": "10220",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 15 December 2025 - \u00a31,000.00"
                },
                {
                    "id": 14428,
                    "parent_interest_id": 12101.0,
                    "member": "Barry Gardiner",
                    "party": "labour",
                    "mnis_id": 146,
                    "twfy_id": "10220",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 16 January 2026 - \u00a3650.00"
                },
                {
                    "id": 12104,
                    "parent_interest_id": "",
                    "member": "Clive Lewis",
                    "party": "labour",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Writing articles - Byline Times"
                },
                {
                    "id": 12105,
                    "parent_interest_id": "",
                    "member": "Matt Vickers",
                    "party": "conservative",
                    "mnis_id": 4844,
                    "twfy_id": "25853",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Football Association Limited - \u00a3494.00"
                },
                {
                    "id": 12106,
                    "parent_interest_id": "",
                    "member": "Rachel Reeves",
                    "party": "labour",
                    "mnis_id": 4031,
                    "twfy_id": "24851",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "National Theatre - \u00a3276.00"
                },
                {
                    "id": 12107,
                    "parent_interest_id": "",
                    "member": "Rachel Reeves",
                    "party": "labour",
                    "mnis_id": 4031,
                    "twfy_id": "24851",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "National Theatre - \u00a3265.69"
                },
                {
                    "id": 12108,
                    "parent_interest_id": "",
                    "member": "Cameron Thomas",
                    "party": "liberal-democrat",
                    "mnis_id": 5354,
                    "twfy_id": "26532",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "National Liberal Club - \u00a31,280.00"
                },
                {
                    "id": 12110,
                    "parent_interest_id": "",
                    "member": "Daisy Cooper",
                    "party": "liberal-democrat",
                    "mnis_id": 4769,
                    "twfy_id": "25901",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Matthew and Pippa Oakeshott - \u00a350,000.00"
                },
                {
                    "id": 12111,
                    "parent_interest_id": "",
                    "member": "Steve Race",
                    "party": "labour",
                    "mnis_id": 5064,
                    "twfy_id": "26345",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "BPI (British Recorded Music Industry) Limited - \u00a33,120.00"
                },
                {
                    "id": 12112,
                    "parent_interest_id": "",
                    "member": "Steve Race",
                    "party": "labour",
                    "mnis_id": 5064,
                    "twfy_id": "26345",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Ukraine between 21 February 2025 and 25 February 2025"
                },
                {
                    "id": 12113,
                    "parent_interest_id": "",
                    "member": "Andrew Griffith",
                    "party": "conservative",
                    "mnis_id": 4874,
                    "twfy_id": "25927",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "James Mellon - \u00a35,000.00"
                },
                {
                    "id": 12114,
                    "parent_interest_id": "",
                    "member": "Mr Peter Bedford",
                    "party": "conservative",
                    "mnis_id": 5330,
                    "twfy_id": "26625",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Charity Bet (\u00a350) for the 2025 Grand National; of which any winnings, plus an additional \u00a3250 will be donated to a local charity of my choice."
                },
                {
                    "id": 12115,
                    "parent_interest_id": "",
                    "member": "Dame Chi Onwurah",
                    "party": "labour",
                    "mnis_id": 4124,
                    "twfy_id": "24807",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Sky - \u00a3500.00"
                },
                {
                    "id": 12116,
                    "parent_interest_id": "",
                    "member": "Dame Chi Onwurah",
                    "party": "labour",
                    "mnis_id": 4124,
                    "twfy_id": "24807",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Newcastle United Limited - \u00a31,700.00"
                },
                {
                    "id": 12117,
                    "parent_interest_id": "",
                    "member": "Helen Morgan",
                    "party": "liberal-democrat",
                    "mnis_id": 4934,
                    "twfy_id": "26056",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Mark Petterson - \u00a35,000.00"
                },
                {
                    "id": 12118,
                    "parent_interest_id": "",
                    "member": "Kevin Hollinrake",
                    "party": "conservative",
                    "mnis_id": 4474,
                    "twfy_id": "25415",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Living Redefined Ltd - \u00a32,005.45"
                },
                {
                    "id": 12119,
                    "parent_interest_id": "",
                    "member": "Helen Grant",
                    "party": "conservative",
                    "mnis_id": 4018,
                    "twfy_id": "24796",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The FA Group - \u00a3494.00"
                },
                {
                    "id": 12120,
                    "parent_interest_id": "",
                    "member": "Cameron Thomas",
                    "party": "liberal-democrat",
                    "mnis_id": 5354,
                    "twfy_id": "26532",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Ukraine between 18 February 2025 and 28 March 2025"
                },
                {
                    "id": 12122,
                    "parent_interest_id": "",
                    "member": "Dan Carden",
                    "party": "labour",
                    "mnis_id": 4651,
                    "twfy_id": "25642",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Establishing an advisory board; attending meetings - Steps Together Rehab (St Helen's) Ltd"
                },
                {
                    "id": 12123,
                    "parent_interest_id": 12122.0,
                    "member": "Dan Carden",
                    "party": "labour",
                    "mnis_id": 4651,
                    "twfy_id": "25642",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 31 March 2025 - \u00a36,000.00"
                },
                {
                    "id": 12124,
                    "parent_interest_id": "",
                    "member": "Dr Rosena Allin-Khan",
                    "party": "labour",
                    "mnis_id": 4573,
                    "twfy_id": "25579",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "London Hotel Group - \u00a33,750.00"
                },
                {
                    "id": 12125,
                    "parent_interest_id": "",
                    "member": "Mike Reader",
                    "party": "labour",
                    "mnis_id": 5316,
                    "twfy_id": "26630",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "SME4LABOUR LTD - \u00a3600.00"
                },
                {
                    "id": 12126,
                    "parent_interest_id": "",
                    "member": "Mike Reader",
                    "party": "labour",
                    "mnis_id": 5316,
                    "twfy_id": "26630",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Centre for Turkey Studies & Development - \u00a3720.00"
                },
                {
                    "id": 12127,
                    "parent_interest_id": "",
                    "member": "Mike Reader",
                    "party": "labour",
                    "mnis_id": 5316,
                    "twfy_id": "26630",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Food and Drink Federation - \u00a3790.00"
                },
                {
                    "id": 12128,
                    "parent_interest_id": "",
                    "member": "Mr Paul Kohler",
                    "party": "liberal-democrat",
                    "mnis_id": 5321,
                    "twfy_id": "26570",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Fulham FC - \u00a31,792.80"
                },
                {
                    "id": 12134,
                    "parent_interest_id": "",
                    "member": "Paulette Hamilton",
                    "party": "labour",
                    "mnis_id": 4938,
                    "twfy_id": "26061",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Jeremy Vine guest reviewer on the breakfast program, discussing current news affairs of the day. - ITN Productions"
                },
                {
                    "id": 12135,
                    "parent_interest_id": 12134.0,
                    "member": "Paulette Hamilton",
                    "party": "labour",
                    "mnis_id": 4938,
                    "twfy_id": "26061",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 07 February 2025 - \u00a3300.00"
                },
                {
                    "id": 12138,
                    "parent_interest_id": 12134.0,
                    "member": "Paulette Hamilton",
                    "party": "labour",
                    "mnis_id": 4938,
                    "twfy_id": "26061",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 21 March 2025 - \u00a3300.00"
                },
                {
                    "id": 12750,
                    "parent_interest_id": 12134.0,
                    "member": "Paulette Hamilton",
                    "party": "labour",
                    "mnis_id": 4938,
                    "twfy_id": "26061",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 20 June 2025 - \u00a3300.00"
                },
                {
                    "id": 12752,
                    "parent_interest_id": 12134.0,
                    "member": "Paulette Hamilton",
                    "party": "labour",
                    "mnis_id": 4938,
                    "twfy_id": "26061",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 27 June 2025 - \u00a3180.00"
                },
                {
                    "id": 13235,
                    "parent_interest_id": 12134.0,
                    "member": "Paulette Hamilton",
                    "party": "labour",
                    "mnis_id": 4938,
                    "twfy_id": "26061",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 04 September 2025 - \u00a3600.00"
                },
                {
                    "id": 13908,
                    "parent_interest_id": 12134.0,
                    "member": "Paulette Hamilton",
                    "party": "labour",
                    "mnis_id": 4938,
                    "twfy_id": "26061",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 07 November 2025 - \u00a3450.00"
                },
                {
                    "id": 14141,
                    "parent_interest_id": 12134.0,
                    "member": "Paulette Hamilton",
                    "party": "labour",
                    "mnis_id": 4938,
                    "twfy_id": "26061",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 05 December 2025 - \u00a3300.00"
                },
                {
                    "id": 12136,
                    "parent_interest_id": "",
                    "member": "Torsten Bell",
                    "party": "labour",
                    "mnis_id": 5069,
                    "twfy_id": "26331",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Paperback publication - Robert Caskie"
                },
                {
                    "id": 12137,
                    "parent_interest_id": 12136.0,
                    "member": "Torsten Bell",
                    "party": "labour",
                    "mnis_id": 5069,
                    "twfy_id": "26331",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 05 March 2025 - \u00a310,865.00"
                },
                {
                    "id": 12140,
                    "parent_interest_id": "",
                    "member": "Christine Jardine",
                    "party": "liberal-democrat",
                    "mnis_id": 4634,
                    "twfy_id": "25675",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "British Broadcasting Corporation - \u00a364.00"
                },
                {
                    "id": 12141,
                    "parent_interest_id": "",
                    "member": "Andrew Lewin",
                    "party": "labour",
                    "mnis_id": 5061,
                    "twfy_id": "26376",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Nicholas McCowan - \u00a32,000.00"
                },
                {
                    "id": 12142,
                    "parent_interest_id": "",
                    "member": "Andrew Lewin",
                    "party": "labour",
                    "mnis_id": 5061,
                    "twfy_id": "26376",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Best for Britain Limited - \u00a332,962.28"
                },
                {
                    "id": 12144,
                    "parent_interest_id": "",
                    "member": "Tim Roca",
                    "party": "labour",
                    "mnis_id": 5287,
                    "twfy_id": "26549",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Mr Harish Sodha - \u00a35,000.00"
                },
                {
                    "id": 12145,
                    "parent_interest_id": "",
                    "member": "Tim Roca",
                    "party": "labour",
                    "mnis_id": 5287,
                    "twfy_id": "26549",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "President, Silk Museum Macclesfield (Silk Heritage Trust)"
                },
                {
                    "id": 12146,
                    "parent_interest_id": "",
                    "member": "Jacob Collier",
                    "party": "labour",
                    "mnis_id": 5077,
                    "twfy_id": "26382",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "JCB - \u00a31,500.00"
                },
                {
                    "id": 12147,
                    "parent_interest_id": "",
                    "member": "Jacob Collier",
                    "party": "labour",
                    "mnis_id": 5077,
                    "twfy_id": "26382",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Connect Fibre - \u00a3450.00"
                },
                {
                    "id": 12148,
                    "parent_interest_id": "",
                    "member": "Jacob Collier",
                    "party": "labour",
                    "mnis_id": 5077,
                    "twfy_id": "26382",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Crestchic - \u00a3750.00"
                },
                {
                    "id": 12149,
                    "parent_interest_id": "",
                    "member": "Jacob Collier",
                    "party": "labour",
                    "mnis_id": 5077,
                    "twfy_id": "26382",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Trent & Dove Housing Limited - \u00a3500.00"
                },
                {
                    "id": 12150,
                    "parent_interest_id": "",
                    "member": "Z\u00f6e Franklin",
                    "party": "liberal-democrat",
                    "mnis_id": 5313,
                    "twfy_id": "26555",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Margaret Sharp - \u00a32,000.00"
                },
                {
                    "id": 12151,
                    "parent_interest_id": "",
                    "member": "Olivia Blake",
                    "party": "labour",
                    "mnis_id": 4864,
                    "twfy_id": "25908",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "The Refugee, Asylum and Migration Policy Project (RAMP) - \u00a319,500.00"
                },
                {
                    "id": 12160,
                    "parent_interest_id": "",
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Commentator - News PTY"
                },
                {
                    "id": 12161,
                    "parent_interest_id": 12160.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 24 February 2025 - \u00a325,368.00"
                },
                {
                    "id": 13912,
                    "parent_interest_id": 12160.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment expected for services on 13 November 2025 - \u00a331,145.62"
                },
                {
                    "id": 12162,
                    "parent_interest_id": "",
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to United States between 19 February 2025 and 21 February 2025"
                },
                {
                    "id": 12166,
                    "parent_interest_id": "",
                    "member": "Tim Farron",
                    "party": "liberal-democrat",
                    "mnis_id": 1591,
                    "twfy_id": "11923",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Faith in Public Ltd - \u00a330,119.08"
                },
                {
                    "id": 12167,
                    "parent_interest_id": "",
                    "member": "Tim Farron",
                    "party": "liberal-democrat",
                    "mnis_id": 1591,
                    "twfy_id": "11923",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Refugee, Asylum & Migration Policy Project (RAMP) - \u00a39,750.00"
                },
                {
                    "id": 12168,
                    "parent_interest_id": "",
                    "member": "Dr Ben Spencer",
                    "party": "conservative",
                    "mnis_id": 4785,
                    "twfy_id": "25889",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "AirportsUK - \u00a3480.00"
                },
                {
                    "id": 12169,
                    "parent_interest_id": "",
                    "member": "Mr David Lammy",
                    "party": "labour",
                    "mnis_id": 206,
                    "twfy_id": "10678",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Tottenham Hotspur Football Club - \u00a3750.00"
                },
                {
                    "id": 12170,
                    "parent_interest_id": "",
                    "member": "Bob Blackman",
                    "party": "conservative",
                    "mnis_id": 4005,
                    "twfy_id": "24945",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Football Association - \u00a3494.00"
                },
                {
                    "id": 12172,
                    "parent_interest_id": "",
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Speaking - YPO United Mosaic Inc"
                },
                {
                    "id": 12174,
                    "parent_interest_id": 12172.0,
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 01 April 2025 - \u00a33,700.00"
                },
                {
                    "id": 12175,
                    "parent_interest_id": "",
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Public speaking - Spoken Ltd"
                },
                {
                    "id": 12732,
                    "parent_interest_id": 12175.0,
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 30 May 2025 - \u00a3800.00"
                },
                {
                    "id": 12806,
                    "parent_interest_id": 12175.0,
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 28 March 2025 - \u00a38,000.00"
                },
                {
                    "id": 14183,
                    "parent_interest_id": 12175.0,
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 11 December 2025 - \u00a33,200.00"
                },
                {
                    "id": 12176,
                    "parent_interest_id": "",
                    "member": "Bob Blackman",
                    "party": "conservative",
                    "mnis_id": 4005,
                    "twfy_id": "24945",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Football Association - \u00a3630.00"
                },
                {
                    "id": 12177,
                    "parent_interest_id": "",
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to France on 27 March 2025"
                },
                {
                    "id": 12178,
                    "parent_interest_id": "",
                    "member": "Grahame Morris",
                    "party": "labour",
                    "mnis_id": 3973,
                    "twfy_id": "24715",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "British Horseracing Authority - \u00a3450.00"
                },
                {
                    "id": 12179,
                    "parent_interest_id": "",
                    "member": "Dr Neil Shastri-Hurst",
                    "party": "conservative",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Eleanor Shanks - \u00a32,000.00"
                },
                {
                    "id": 12180,
                    "parent_interest_id": "",
                    "member": "Dr Simon Opher",
                    "party": "labour",
                    "mnis_id": 5030,
                    "twfy_id": "26313",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Writing Article - Mail on Sunday"
                },
                {
                    "id": 12181,
                    "parent_interest_id": 12180.0,
                    "member": "Dr Simon Opher",
                    "party": "labour",
                    "mnis_id": 5030,
                    "twfy_id": "26313",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 20 March 2025 - \u00a3500.00"
                },
                {
                    "id": 12182,
                    "parent_interest_id": "",
                    "member": "\u00d3rfhlaith Begley",
                    "party": "sinn-fein",
                    "mnis_id": 4697,
                    "twfy_id": "25726",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Appointment to Board of Governors to Our Lady of Lourdes Primary School. This is an unpaid role."
                },
                {
                    "id": 12184,
                    "parent_interest_id": "",
                    "member": "Graeme Downie",
                    "party": "labour",
                    "mnis_id": 5275,
                    "twfy_id": "26503",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Ukraine between 21 February 2025 and 25 February 2025"
                },
                {
                    "id": 12187,
                    "parent_interest_id": "",
                    "member": "Kim Leadbeater",
                    "party": "labour",
                    "mnis_id": 4923,
                    "twfy_id": "26040",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Dignity in Dying - \u00a3744.36"
                },
                {
                    "id": 12189,
                    "parent_interest_id": "",
                    "member": "Kerry McCarthy",
                    "party": "labour",
                    "mnis_id": 1491,
                    "twfy_id": "11455",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Bristol City Football Club - \u00a3504.00"
                },
                {
                    "id": 12191,
                    "parent_interest_id": "",
                    "member": "Chris Philp",
                    "party": "conservative",
                    "mnis_id": 4503,
                    "twfy_id": "25377",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Germany between 25 March 2025 and 27 March 2025"
                },
                {
                    "id": 12192,
                    "parent_interest_id": "",
                    "member": "Kevin Hollinrake",
                    "party": "conservative",
                    "mnis_id": 4474,
                    "twfy_id": "25415",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Jockey Club - \u00a3450.00"
                },
                {
                    "id": 12193,
                    "parent_interest_id": "",
                    "member": "Mr Louie French",
                    "party": "conservative",
                    "mnis_id": 4932,
                    "twfy_id": "26055",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The English Football League - \u00a3900.00"
                },
                {
                    "id": 12194,
                    "parent_interest_id": "",
                    "member": "Mr Louie French",
                    "party": "conservative",
                    "mnis_id": 4932,
                    "twfy_id": "26055",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Jockey Club - \u00a3450.00"
                },
                {
                    "id": 12195,
                    "parent_interest_id": "",
                    "member": "Stuart Andrew",
                    "party": "conservative",
                    "mnis_id": 4032,
                    "twfy_id": "24864",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "English Football League - \u00a3900.00"
                },
                {
                    "id": 12196,
                    "parent_interest_id": "",
                    "member": "Sir Iain Duncan Smith",
                    "party": "conservative",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Germany between 17 March 2025 and 19 March 2025"
                },
                {
                    "id": 12198,
                    "parent_interest_id": "",
                    "member": "Gareth Davies",
                    "party": "conservative",
                    "mnis_id": 4850,
                    "twfy_id": "25858",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "PEI Media Ltd - \u00a35,625.00"
                },
                {
                    "id": 12199,
                    "parent_interest_id": "",
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Chairman of the Dossity Advisory Board"
                },
                {
                    "id": 12200,
                    "parent_interest_id": "",
                    "member": "Mike Martin",
                    "party": "liberal-democrat",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Dominic Mathon - \u00a3800.00"
                },
                {
                    "id": 12201,
                    "parent_interest_id": "",
                    "member": "Mike Martin",
                    "party": "liberal-democrat",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Dominic Mathon - \u00a3800.00"
                },
                {
                    "id": 12204,
                    "parent_interest_id": "",
                    "member": "David Simmonds",
                    "party": "conservative",
                    "mnis_id": 4872,
                    "twfy_id": "25892",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "The Refugee, Asylum and Migration Policy Project (RAMP) - \u00a39,750.00"
                },
                {
                    "id": 12205,
                    "parent_interest_id": "",
                    "member": "Sir Andrew Mitchell",
                    "party": "conservative",
                    "mnis_id": 1211,
                    "twfy_id": "11115",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Senior adviser to the African Development Bank, Avenue Lamblin, Abidjan, Cote d'Ivoire. I expect to devote 5 days a year to this role. I have waived the fee and will receive a nominal payment of \u00a31."
                },
                {
                    "id": 12206,
                    "parent_interest_id": "",
                    "member": "Matt Bishop",
                    "party": "labour",
                    "mnis_id": 5323,
                    "twfy_id": "26574",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Football Association Ltd - \u00a3410.00"
                },
                {
                    "id": 12207,
                    "parent_interest_id": "",
                    "member": "Laura Trott",
                    "party": "conservative",
                    "mnis_id": 4780,
                    "twfy_id": "25851",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Lord John Nash - \u00a330,000.00"
                },
                {
                    "id": 12211,
                    "parent_interest_id": "",
                    "member": "Lee Anderson",
                    "party": "reform",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Gary Dutton MBE - \u00a35,000.00"
                },
                {
                    "id": 12212,
                    "parent_interest_id": "",
                    "member": "Anneliese Midgley",
                    "party": "labour",
                    "mnis_id": 5038,
                    "twfy_id": "26318",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Jockey Club - \u00a3900.00"
                },
                {
                    "id": 12213,
                    "parent_interest_id": "",
                    "member": "Munira Wilson",
                    "party": "liberal-democrat",
                    "mnis_id": 4776,
                    "twfy_id": "25820",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Mike Wheatley - \u00a31,800.00"
                },
                {
                    "id": 12214,
                    "parent_interest_id": "",
                    "member": "Alison McGovern",
                    "party": "labour",
                    "mnis_id": 4083,
                    "twfy_id": "24897",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Liverpool Football Club - \u00a3900.00"
                },
                {
                    "id": 12215,
                    "parent_interest_id": "",
                    "member": "Kerry McCarthy",
                    "party": "labour",
                    "mnis_id": 1491,
                    "twfy_id": "11455",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Football Association - \u00a3615.00"
                },
                {
                    "id": 12216,
                    "parent_interest_id": "",
                    "member": "Mary Creagh",
                    "party": "labour",
                    "mnis_id": 1579,
                    "twfy_id": "11898",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Women Dentists' Network - \u00a3384.00"
                },
                {
                    "id": 12221,
                    "parent_interest_id": "",
                    "member": "Munira Wilson",
                    "party": "liberal-democrat",
                    "mnis_id": 4776,
                    "twfy_id": "25820",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Geoffrey Geiger - \u00a32,000.00"
                },
                {
                    "id": 12223,
                    "parent_interest_id": "",
                    "member": "Alan Mak",
                    "party": "conservative",
                    "mnis_id": 4484,
                    "twfy_id": "25285",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Polyseam Limited - \u00a35,000.00"
                },
                {
                    "id": 12225,
                    "parent_interest_id": "",
                    "member": "Lee Anderson",
                    "party": "reform",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Andrew Perloff - \u00a33,000.00"
                },
                {
                    "id": 12226,
                    "parent_interest_id": "",
                    "member": "Chris Law",
                    "party": "scottish-national-party",
                    "mnis_id": 4403,
                    "twfy_id": "25270",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Germany between 17 March 2025 and 19 March 2025"
                },
                {
                    "id": 12228,
                    "parent_interest_id": "",
                    "member": "Amanda Martin",
                    "party": "labour",
                    "mnis_id": 5294,
                    "twfy_id": "26430",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Portsmouth Community Football Club - \u00a3375.00"
                },
                {
                    "id": 12229,
                    "parent_interest_id": "",
                    "member": "Sir Jeremy Hunt",
                    "party": "conservative",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Director, Trustee and Chairman of Patient Safety Watch. These are unpaid roles."
                },
                {
                    "id": 12230,
                    "parent_interest_id": "",
                    "member": "Robert Jenrick",
                    "party": "reform",
                    "mnis_id": 4320,
                    "twfy_id": "25227",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Attestor Limited - \u00a325,000.00"
                },
                {
                    "id": 12231,
                    "parent_interest_id": "",
                    "member": "Joe Powell",
                    "party": "labour",
                    "mnis_id": 5229,
                    "twfy_id": "26477",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Betterworld Limited - \u00a312,500.00"
                },
                {
                    "id": 12232,
                    "parent_interest_id": "",
                    "member": "Mr Mark Francois",
                    "party": "conservative",
                    "mnis_id": 1444,
                    "twfy_id": "10901",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to United States between 08 April 2025 and 12 April 2025"
                },
                {
                    "id": 12233,
                    "parent_interest_id": "",
                    "member": "Kanishka Narayan",
                    "party": "labour",
                    "mnis_id": 5039,
                    "twfy_id": "26333",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Franco-British Colloque Ltd - \u00a31,356.00"
                },
                {
                    "id": 12234,
                    "parent_interest_id": "",
                    "member": "Josh Babarinde",
                    "party": "liberal-democrat",
                    "mnis_id": 5086,
                    "twfy_id": "26353",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Adam Management Holdings Ltd - \u00a33,500.00"
                },
                {
                    "id": 12235,
                    "parent_interest_id": "",
                    "member": "Steve Yemm",
                    "party": "labour",
                    "mnis_id": 5194,
                    "twfy_id": "26469",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "J.C.B. SERVICE - \u00a32,000.00"
                },
                {
                    "id": 12236,
                    "parent_interest_id": "",
                    "member": "David Davis",
                    "party": "conservative",
                    "mnis_id": 373,
                    "twfy_id": "10162",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Google UK Ltd - \u00a3611.76"
                },
                {
                    "id": 12237,
                    "parent_interest_id": "",
                    "member": "Robert Jenrick",
                    "party": "reform",
                    "mnis_id": 4320,
                    "twfy_id": "25227",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Writing articles - Telegraph Media Group Holdings Limited"
                },
                {
                    "id": 12238,
                    "parent_interest_id": 12237.0,
                    "member": "Robert Jenrick",
                    "party": "reform",
                    "mnis_id": 4320,
                    "twfy_id": "25227",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 27 March 2025 - \u00a37,500.00"
                },
                {
                    "id": 13178,
                    "parent_interest_id": 12237.0,
                    "member": "Robert Jenrick",
                    "party": "reform",
                    "mnis_id": 4320,
                    "twfy_id": "25227",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 27 August 2025 - \u00a34,200.00"
                },
                {
                    "id": 13402,
                    "parent_interest_id": 12237.0,
                    "member": "Robert Jenrick",
                    "party": "reform",
                    "mnis_id": 4320,
                    "twfy_id": "25227",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 28 September 2025 - \u00a37,500.00"
                },
                {
                    "id": 12242,
                    "parent_interest_id": "",
                    "member": "Daisy Cooper",
                    "party": "liberal-democrat",
                    "mnis_id": 4769,
                    "twfy_id": "25901",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Ramesh Dewan - \u00a31,643.97"
                },
                {
                    "id": 12243,
                    "parent_interest_id": "",
                    "member": "Alex Sobel",
                    "party": "labourco-operative",
                    "mnis_id": 4658,
                    "twfy_id": "25680",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Germany between 17 March 2025 and 19 March 2025"
                },
                {
                    "id": 12244,
                    "parent_interest_id": "",
                    "member": "Sir Keir Starmer",
                    "party": "labour",
                    "mnis_id": 4514,
                    "twfy_id": "25353",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Arsenal Football Club Limited - \u00a31,000.00"
                },
                {
                    "id": 12245,
                    "parent_interest_id": "",
                    "member": "Sir Keir Starmer",
                    "party": "labour",
                    "mnis_id": 4514,
                    "twfy_id": "25353",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Arsenal Football Club Limited - \u00a31,000.00"
                },
                {
                    "id": 12246,
                    "parent_interest_id": "",
                    "member": "Damian Hinds",
                    "party": "conservative",
                    "mnis_id": 3969,
                    "twfy_id": "24782",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Google UK Ltd - \u00a3435.00"
                },
                {
                    "id": 12247,
                    "parent_interest_id": "",
                    "member": "Monica Harding",
                    "party": "liberal-democrat",
                    "mnis_id": 5299,
                    "twfy_id": "26516",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Tim Hewins - \u00a33,747.00"
                },
                {
                    "id": 12249,
                    "parent_interest_id": "",
                    "member": "Steve Race",
                    "party": "labour",
                    "mnis_id": 5064,
                    "twfy_id": "26345",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to France between 26 March 2025 and 28 March 2025"
                },
                {
                    "id": 12250,
                    "parent_interest_id": "",
                    "member": "Katie Lam",
                    "party": "conservative",
                    "mnis_id": 5285,
                    "twfy_id": "26588",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "The Knole Club - \u00a35,000.00"
                },
                {
                    "id": 12252,
                    "parent_interest_id": "",
                    "member": "Tom Rutland",
                    "party": "labour",
                    "mnis_id": 5222,
                    "twfy_id": "26467",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Ukie (UK Interactive Entertainment Association Limited) - \u00a3700.00"
                },
                {
                    "id": 12254,
                    "parent_interest_id": "",
                    "member": "Clive Lewis",
                    "party": "labour",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Sandeep Maudgil - \u00a320,000.00"
                },
                {
                    "id": 12255,
                    "parent_interest_id": "",
                    "member": "Steve Barclay",
                    "party": "conservative",
                    "mnis_id": 4095,
                    "twfy_id": "24916",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Fens Business Club - \u00a34,070.72"
                },
                {
                    "id": 12256,
                    "parent_interest_id": "",
                    "member": "David Simmonds",
                    "party": "conservative",
                    "mnis_id": 4872,
                    "twfy_id": "25892",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid board member, Localis"
                },
                {
                    "id": 12259,
                    "parent_interest_id": "",
                    "member": "David Reed",
                    "party": "conservative",
                    "mnis_id": 5347,
                    "twfy_id": "26628",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Sri Lanka between 27 March 2025 and 31 March 2025"
                },
                {
                    "id": 12260,
                    "parent_interest_id": "",
                    "member": "Matt Vickers",
                    "party": "conservative",
                    "mnis_id": 4844,
                    "twfy_id": "25853",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Iraq between 12 April 2025 and 18 April 2025"
                },
                {
                    "id": 12263,
                    "parent_interest_id": "",
                    "member": "Helen Whately",
                    "party": "conservative",
                    "mnis_id": 4527,
                    "twfy_id": "25398",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Google UK Ltd - \u00a3488.50"
                },
                {
                    "id": 12265,
                    "parent_interest_id": "",
                    "member": "Peter Fortune",
                    "party": "conservative",
                    "mnis_id": 5209,
                    "twfy_id": "26027",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Google UK Ltd - \u00a3531.82"
                },
                {
                    "id": 12266,
                    "parent_interest_id": "",
                    "member": "Steve Barclay",
                    "party": "conservative",
                    "mnis_id": 4095,
                    "twfy_id": "24916",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Consultant - BPP Holdings Limited (BPP),"
                },
                {
                    "id": 12267,
                    "parent_interest_id": 12266.0,
                    "member": "Steve Barclay",
                    "party": "conservative",
                    "mnis_id": 4095,
                    "twfy_id": "24916",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 28 March 2025 - \u00a34,000.00"
                },
                {
                    "id": 12436,
                    "parent_interest_id": 12266.0,
                    "member": "Steve Barclay",
                    "party": "conservative",
                    "mnis_id": 4095,
                    "twfy_id": "24916",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 28 April 2025 - \u00a34,000.00"
                },
                {
                    "id": 12652,
                    "parent_interest_id": 12266.0,
                    "member": "Steve Barclay",
                    "party": "conservative",
                    "mnis_id": 4095,
                    "twfy_id": "24916",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 30 May 2025 - \u00a34,000.00"
                },
                {
                    "id": 12825,
                    "parent_interest_id": 12266.0,
                    "member": "Steve Barclay",
                    "party": "conservative",
                    "mnis_id": 4095,
                    "twfy_id": "24916",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 27 June 2025 - \u00a34,000.00"
                },
                {
                    "id": 13031,
                    "parent_interest_id": 12266.0,
                    "member": "Steve Barclay",
                    "party": "conservative",
                    "mnis_id": 4095,
                    "twfy_id": "24916",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 30 July 2025 - \u00a34,000.00"
                },
                {
                    "id": 13227,
                    "parent_interest_id": 12266.0,
                    "member": "Steve Barclay",
                    "party": "conservative",
                    "mnis_id": 4095,
                    "twfy_id": "24916",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 29 August 2025 - \u00a34,000.00"
                },
                {
                    "id": 13399,
                    "parent_interest_id": 12266.0,
                    "member": "Steve Barclay",
                    "party": "conservative",
                    "mnis_id": 4095,
                    "twfy_id": "24916",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 29 September 2025 - \u00a34,000.00"
                },
                {
                    "id": 13712,
                    "parent_interest_id": 12266.0,
                    "member": "Steve Barclay",
                    "party": "conservative",
                    "mnis_id": 4095,
                    "twfy_id": "24916",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 31 October 2025 - \u00a34,000.00"
                },
                {
                    "id": 13993,
                    "parent_interest_id": 12266.0,
                    "member": "Steve Barclay",
                    "party": "conservative",
                    "mnis_id": 4095,
                    "twfy_id": "24916",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 27 November 2025 - \u00a34,000.00"
                },
                {
                    "id": 14287,
                    "parent_interest_id": 12266.0,
                    "member": "Steve Barclay",
                    "party": "conservative",
                    "mnis_id": 4095,
                    "twfy_id": "24916",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 23 December 2025 - \u00a34,000.00"
                },
                {
                    "id": 14444,
                    "parent_interest_id": 12266.0,
                    "member": "Steve Barclay",
                    "party": "conservative",
                    "mnis_id": 4095,
                    "twfy_id": "24916",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 29 January 2026 - \u00a34,000.00"
                },
                {
                    "id": 12268,
                    "parent_interest_id": "",
                    "member": "Kenneth Stevenson",
                    "party": "labour",
                    "mnis_id": 5200,
                    "twfy_id": "26535",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Google UK Ltd - \u00a3531.82"
                },
                {
                    "id": 12269,
                    "parent_interest_id": "",
                    "member": "Charlotte Nichols",
                    "party": "labour",
                    "mnis_id": 4799,
                    "twfy_id": "25885",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "UK Interactive Entertainment Association Limited - \u00a3700.00"
                },
                {
                    "id": 12270,
                    "parent_interest_id": "",
                    "member": "Dr Scott Arthur",
                    "party": "labour",
                    "mnis_id": 5212,
                    "twfy_id": "26591",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Ukraine between 21 February 2025 and 25 February 2025"
                },
                {
                    "id": 12275,
                    "parent_interest_id": "",
                    "member": "Dr Scott Arthur",
                    "party": "labour",
                    "mnis_id": 5212,
                    "twfy_id": "26591",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "University and College Union Member (Heriot-Watt University Branch)"
                },
                {
                    "id": 12276,
                    "parent_interest_id": "",
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Writing an article - Daily Mail"
                },
                {
                    "id": 12277,
                    "parent_interest_id": 12276.0,
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 15 April 2025 - \u00a3500.00"
                },
                {
                    "id": 12279,
                    "parent_interest_id": "",
                    "member": "John Lamont",
                    "party": "conservative",
                    "mnis_id": 4608,
                    "twfy_id": "14026",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Ian McVeigh - \u00a310,000.00"
                },
                {
                    "id": 12280,
                    "parent_interest_id": "",
                    "member": "Anneliese Midgley",
                    "party": "labour",
                    "mnis_id": 5038,
                    "twfy_id": "26318",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "UK Music - \u00a31,320.00"
                },
                {
                    "id": 12283,
                    "parent_interest_id": "",
                    "member": "Sir John Whittingdale",
                    "party": "conservative",
                    "mnis_id": 39,
                    "twfy_id": "10632",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Google UK Ltd - \u00a3499.94"
                },
                {
                    "id": 12284,
                    "parent_interest_id": "",
                    "member": "Victoria Collins",
                    "party": "liberal-democrat",
                    "mnis_id": 5201,
                    "twfy_id": "26539",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "John Cooper - \u00a310,000.00"
                },
                {
                    "id": 12285,
                    "parent_interest_id": "",
                    "member": "Mr Louie French",
                    "party": "conservative",
                    "mnis_id": 4932,
                    "twfy_id": "26055",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Grand National Charity Bet donation of \u00a3250 to my chosen local charity. Part of a cross party horse racing initiative."
                },
                {
                    "id": 12286,
                    "parent_interest_id": "",
                    "member": "Graham Stuart",
                    "party": "conservative",
                    "mnis_id": 1482,
                    "twfy_id": "11406",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Equatorise Ltd - \u00a3500.00"
                },
                {
                    "id": 12287,
                    "parent_interest_id": "",
                    "member": "Zarah Sultana",
                    "party": "your-party",
                    "mnis_id": 4786,
                    "twfy_id": "25909",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Jodie Mallier-Ridley - \u00a3350.61"
                },
                {
                    "id": 12288,
                    "parent_interest_id": "",
                    "member": "Karin Smyth",
                    "party": "labour",
                    "mnis_id": 4444,
                    "twfy_id": "25390",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Football Association - \u00a3410.00"
                },
                {
                    "id": 12289,
                    "parent_interest_id": "",
                    "member": "Brian Mathew",
                    "party": "liberal-democrat",
                    "mnis_id": 5214,
                    "twfy_id": "26509",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to United Arab Emirates between 04 April 2025 and 09 April 2025"
                },
                {
                    "id": 12291,
                    "parent_interest_id": "",
                    "member": "Josh Simons",
                    "party": "labour",
                    "mnis_id": 5060,
                    "twfy_id": "26328",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "I have received pro bono support from the law firm Levy Firestone, valued at \u00a322,537.37 to date, who are providing legal counsel for me as a fact witness in a class action lawsuit brought against my former employer Meta, which predates my time as an MP"
                },
                {
                    "id": 12292,
                    "parent_interest_id": "",
                    "member": "Alan Mak",
                    "party": "conservative",
                    "mnis_id": 4484,
                    "twfy_id": "25285",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Italy between 04 April 2025 and 06 April 2025"
                },
                {
                    "id": 12293,
                    "parent_interest_id": "",
                    "member": "Alex Norris",
                    "party": "labourco-operative",
                    "mnis_id": 4641,
                    "twfy_id": "25687",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "London Marathon Events Ltd - \u00a3350.00"
                },
                {
                    "id": 12294,
                    "parent_interest_id": "",
                    "member": "Blake Stephenson",
                    "party": "conservative",
                    "mnis_id": 5100,
                    "twfy_id": "26355",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "London Marathon Events Limited - \u00a3350.00"
                },
                {
                    "id": 12296,
                    "parent_interest_id": "",
                    "member": "Clive Lewis",
                    "party": "labour",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Writing articles - Byline Media Holdings Ltd"
                },
                {
                    "id": 12297,
                    "parent_interest_id": 12296.0,
                    "member": "Clive Lewis",
                    "party": "labour",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 24 April 2025 - \u00a3300.00"
                },
                {
                    "id": 12624,
                    "parent_interest_id": 12296.0,
                    "member": "Clive Lewis",
                    "party": "labour",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment expected for services on 06 June 2025 - \u00a3150.00"
                },
                {
                    "id": 12634,
                    "parent_interest_id": 12296.0,
                    "member": "Clive Lewis",
                    "party": "labour",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment expected for services on 13 June 2025 - \u00a3150.00"
                },
                {
                    "id": 13531,
                    "parent_interest_id": 12296.0,
                    "member": "Clive Lewis",
                    "party": "labour",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment expected for services on 08 September 2025 - \u00a3150.00"
                },
                {
                    "id": 13532,
                    "parent_interest_id": 12296.0,
                    "member": "Clive Lewis",
                    "party": "labour",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment expected for services on 29 September 2025 - \u00a3150.00"
                },
                {
                    "id": 14117,
                    "parent_interest_id": 12296.0,
                    "member": "Clive Lewis",
                    "party": "labour",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment expected for services on 08 December 2025 - \u00a3100.00"
                },
                {
                    "id": 14118,
                    "parent_interest_id": 12296.0,
                    "member": "Clive Lewis",
                    "party": "labour",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment expected for services on 10 December 2025 - \u00a3100.00"
                },
                {
                    "id": 12298,
                    "parent_interest_id": "",
                    "member": "Bradley Thomas",
                    "party": "conservative",
                    "mnis_id": 5186,
                    "twfy_id": "26561",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to United States between 06 April 2025 and 11 April 2025"
                },
                {
                    "id": 12299,
                    "parent_interest_id": "",
                    "member": "Matt Vickers",
                    "party": "conservative",
                    "mnis_id": 4844,
                    "twfy_id": "25853",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to United States between 06 April 2025 and 11 April 2025"
                },
                {
                    "id": 12300,
                    "parent_interest_id": "",
                    "member": "Saqib Bhatti",
                    "party": "conservative",
                    "mnis_id": 4818,
                    "twfy_id": "25847",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to United States between 06 April 2025 and 09 April 2025"
                },
                {
                    "id": 12308,
                    "parent_interest_id": "",
                    "member": "Mr Richard Holden",
                    "party": "conservative",
                    "mnis_id": 4813,
                    "twfy_id": "25893",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Italy between 04 April 2025 and 06 April 2025"
                },
                {
                    "id": 12309,
                    "parent_interest_id": "",
                    "member": "Daisy Cooper",
                    "party": "liberal-democrat",
                    "mnis_id": 4769,
                    "twfy_id": "25901",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Simon Curtis - \u00a31,500.00"
                },
                {
                    "id": 12310,
                    "parent_interest_id": "",
                    "member": "Tom Rutland",
                    "party": "labour",
                    "mnis_id": 5222,
                    "twfy_id": "26467",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Sonali Siriwardena - \u00a32,500.00"
                },
                {
                    "id": 12311,
                    "parent_interest_id": "",
                    "member": "Chris Murray",
                    "party": "labour",
                    "mnis_id": 5245,
                    "twfy_id": "26611",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Refugee, Asylum and Migration Policy Project (RAMP) - \u00a36,500.00"
                },
                {
                    "id": 12312,
                    "parent_interest_id": "",
                    "member": "Dr Neil Shastri-Hurst",
                    "party": "conservative",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to United States between 06 April 2025 and 11 April 2025"
                },
                {
                    "id": 12313,
                    "parent_interest_id": "",
                    "member": "Sir Oliver Dowden",
                    "party": "conservative",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Bahrain between 10 April 2025 and 14 April 2025"
                },
                {
                    "id": 12314,
                    "parent_interest_id": "",
                    "member": "David Mundell",
                    "party": "conservative",
                    "mnis_id": 1512,
                    "twfy_id": "11970",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to France between 26 March 2025 and 28 March 2025"
                },
                {
                    "id": 12315,
                    "parent_interest_id": "",
                    "member": "Carla Denyer",
                    "party": "green",
                    "mnis_id": 5102,
                    "twfy_id": "26379",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "University of Durham - \u00a3621.20"
                },
                {
                    "id": 12316,
                    "parent_interest_id": "",
                    "member": "Rishi Sunak",
                    "party": "conservative",
                    "mnis_id": 4483,
                    "twfy_id": "25428",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Speaking - Washington Speakers Bureau"
                },
                {
                    "id": 12317,
                    "parent_interest_id": 12316.0,
                    "member": "Rishi Sunak",
                    "party": "conservative",
                    "mnis_id": 4483,
                    "twfy_id": "25428",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 08 April 2025 - \u00a3160,750.00"
                },
                {
                    "id": 12614,
                    "parent_interest_id": 12316.0,
                    "member": "Rishi Sunak",
                    "party": "conservative",
                    "mnis_id": 4483,
                    "twfy_id": "25428",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 15 May 2025 - \u00a3156,435.24"
                },
                {
                    "id": 12615,
                    "parent_interest_id": 12316.0,
                    "member": "Rishi Sunak",
                    "party": "conservative",
                    "mnis_id": 4483,
                    "twfy_id": "25428",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 19 May 2025 - \u00a3188,476.20"
                },
                {
                    "id": 13597,
                    "parent_interest_id": 12316.0,
                    "member": "Rishi Sunak",
                    "party": "conservative",
                    "mnis_id": 4483,
                    "twfy_id": "25428",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 16 October 2025 - \u00a3141,000.00"
                },
                {
                    "id": 14055,
                    "parent_interest_id": 12316.0,
                    "member": "Rishi Sunak",
                    "party": "conservative",
                    "mnis_id": 4483,
                    "twfy_id": "25428",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 26 November 2025 - \u00a3128,536.66"
                },
                {
                    "id": 12318,
                    "parent_interest_id": "",
                    "member": "Cat Smith",
                    "party": "labour",
                    "mnis_id": 4436,
                    "twfy_id": "25432",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "London Marathon Events Ltd - \u00a3350.00"
                },
                {
                    "id": 12319,
                    "parent_interest_id": "",
                    "member": "Dr Rosena Allin-Khan",
                    "party": "labour",
                    "mnis_id": 4573,
                    "twfy_id": "25579",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to United States between 06 April 2025 and 08 April 2025"
                },
                {
                    "id": 12321,
                    "parent_interest_id": "",
                    "member": "Dan Carden",
                    "party": "labour",
                    "mnis_id": 4651,
                    "twfy_id": "25642",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Member of the Advisory Board of Steps Together Group - Steps Together Group Ltd"
                },
                {
                    "id": 12322,
                    "parent_interest_id": 12321.0,
                    "member": "Dan Carden",
                    "party": "labour",
                    "mnis_id": 4651,
                    "twfy_id": "25642",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement starting 01 April 2025 - \u00a33,000.00"
                },
                {
                    "id": 12324,
                    "parent_interest_id": "",
                    "member": "Jonathan Reynolds",
                    "party": "labourco-operative",
                    "mnis_id": 4119,
                    "twfy_id": "24929",
                    "category": "Gifts and benefits from sources outside the UK",
                    "category_code": "5",
                    "summary": "Real Madrid CF - \u00a3340.00"
                },
                {
                    "id": 12325,
                    "parent_interest_id": "",
                    "member": "Jon Pearce",
                    "party": "labour",
                    "mnis_id": 5115,
                    "twfy_id": "26362",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to United Arab Emirates between 23 March 2025 and 27 March 2025"
                },
                {
                    "id": 12326,
                    "parent_interest_id": "",
                    "member": "Andrew Bowie",
                    "party": "conservative",
                    "mnis_id": 4601,
                    "twfy_id": "25703",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "London Marathon Events Ltd - \u00a3350.00"
                },
                {
                    "id": 12327,
                    "parent_interest_id": "",
                    "member": "Abtisam Mohamed",
                    "party": "labour",
                    "mnis_id": 5142,
                    "twfy_id": "26413",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Israel between 05 April 2025 and 06 April 2025"
                },
                {
                    "id": 12329,
                    "parent_interest_id": "",
                    "member": "Andrew Bowie",
                    "party": "conservative",
                    "mnis_id": 4601,
                    "twfy_id": "25703",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Italy between 04 April 2025 and 06 April 2025"
                },
                {
                    "id": 12330,
                    "parent_interest_id": "",
                    "member": "Steve Reed",
                    "party": "labourco-operative",
                    "mnis_id": 4268,
                    "twfy_id": "25170",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Football Association - \u00a3494.36"
                },
                {
                    "id": 12331,
                    "parent_interest_id": "",
                    "member": "Priti Patel",
                    "party": "conservative",
                    "mnis_id": 4066,
                    "twfy_id": "24778",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Italy between 04 April 2025 and 06 April 2025"
                },
                {
                    "id": 12332,
                    "parent_interest_id": "",
                    "member": "D\u00e1ire Hughes",
                    "party": "sinn-fein",
                    "mnis_id": 5292,
                    "twfy_id": "26470",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Canada between 19 April 2025 and 21 April 2025"
                },
                {
                    "id": 12335,
                    "parent_interest_id": "",
                    "member": "Monica Harding",
                    "party": "liberal-democrat",
                    "mnis_id": 5299,
                    "twfy_id": "26516",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Tim Hewens - \u00a32,350.00"
                },
                {
                    "id": 12336,
                    "parent_interest_id": "",
                    "member": "Monica Harding",
                    "party": "liberal-democrat",
                    "mnis_id": 5299,
                    "twfy_id": "26516",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Kirsty Hewens - \u00a31,500.00"
                },
                {
                    "id": 12341,
                    "parent_interest_id": "",
                    "member": "Michelle Welsh",
                    "party": "labour",
                    "mnis_id": 5226,
                    "twfy_id": "26550",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Football Association - \u00a3550.00"
                },
                {
                    "id": 12342,
                    "parent_interest_id": "",
                    "member": "John Cooper",
                    "party": "conservative",
                    "mnis_id": 5358,
                    "twfy_id": "26634",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Gibraltar between 24 April 2025 and 26 April 2025"
                },
                {
                    "id": 12343,
                    "parent_interest_id": "",
                    "member": "Andrew George",
                    "party": "liberal-democrat",
                    "mnis_id": 227,
                    "twfy_id": "10222",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Israel between 13 April 2025 and 18 April 2025"
                },
                {
                    "id": 12346,
                    "parent_interest_id": "",
                    "member": "Yuan Yang",
                    "party": "labour",
                    "mnis_id": 5267,
                    "twfy_id": "26600",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Israel between 05 April 2025 and 06 April 2025"
                },
                {
                    "id": 12347,
                    "parent_interest_id": "",
                    "member": "Alice Macdonald",
                    "party": "labourco-operative",
                    "mnis_id": 5133,
                    "twfy_id": "26450",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Chair of the East of England Housing Delivery group. The secretariat is provided by Local Government East and Eastlight Community Homes. The group  brings together stakeholders in the region to focus on the delivery of housing. This is an unpaid role"
                },
                {
                    "id": 12348,
                    "parent_interest_id": "",
                    "member": "Mike Martin",
                    "party": "liberal-democrat",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Dominic Mathon - \u00a3800.00"
                },
                {
                    "id": 12349,
                    "parent_interest_id": "",
                    "member": "Mike Martin",
                    "party": "liberal-democrat",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Timothy Wormington - \u00a3500.00"
                },
                {
                    "id": 12350,
                    "parent_interest_id": "",
                    "member": "Mike Martin",
                    "party": "liberal-democrat",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Timothy Wormington - \u00a31,500.00"
                },
                {
                    "id": 12351,
                    "parent_interest_id": "",
                    "member": "Rachel Blake",
                    "party": "labourco-operative",
                    "mnis_id": 5257,
                    "twfy_id": "26546",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Society of London Theatre/UK Theatre - \u00a3500.00"
                },
                {
                    "id": 12360,
                    "parent_interest_id": "",
                    "member": "Chris Hazzard",
                    "party": "sinn-fein",
                    "mnis_id": 4636,
                    "twfy_id": "25154",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to China between 08 March 2025 and 22 March 2025"
                },
                {
                    "id": 12361,
                    "parent_interest_id": "",
                    "member": "Chris Hazzard",
                    "party": "sinn-fein",
                    "mnis_id": 4636,
                    "twfy_id": "25154",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Belgium between 08 April 2025 and 09 April 2025"
                },
                {
                    "id": 12362,
                    "parent_interest_id": "",
                    "member": "Jess Asato",
                    "party": "labour",
                    "mnis_id": 5156,
                    "twfy_id": "26386",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Channel Four Television Company Limited - \u00a3750.00"
                },
                {
                    "id": 12363,
                    "parent_interest_id": "",
                    "member": "Sarah Champion",
                    "party": "labour",
                    "mnis_id": 4267,
                    "twfy_id": "25168",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Membership of Advisory Board of the SOAS China \nInstitute (SCI). This is an unpaid role."
                },
                {
                    "id": 12364,
                    "parent_interest_id": "",
                    "member": "John Healey",
                    "party": "labour",
                    "mnis_id": 400,
                    "twfy_id": "10268",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Hove"
                },
                {
                    "id": 12365,
                    "parent_interest_id": "",
                    "member": "Fred Thomas",
                    "party": "labour",
                    "mnis_id": 5174,
                    "twfy_id": "26441",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to United States between 06 April 2025 and 11 April 2025"
                },
                {
                    "id": 12366,
                    "parent_interest_id": "",
                    "member": "Sir Keir Starmer",
                    "party": "labour",
                    "mnis_id": 4514,
                    "twfy_id": "25353",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Arsenal Football Club - \u00a31,000.00"
                },
                {
                    "id": 12367,
                    "parent_interest_id": "",
                    "member": "Wendy Chamberlain",
                    "party": "liberal-democrat",
                    "mnis_id": 4765,
                    "twfy_id": "25872",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "NatWest Group - \u00a3480.00"
                },
                {
                    "id": 12368,
                    "parent_interest_id": "",
                    "member": "Rachael Maskell",
                    "party": "labourco-operative",
                    "mnis_id": 4471,
                    "twfy_id": "25433",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of the Parliamentary Christian Trust"
                },
                {
                    "id": 12370,
                    "parent_interest_id": "",
                    "member": "Charlie Maynard",
                    "party": "liberal-democrat",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Riz Mokal - \u00a379,560.00"
                },
                {
                    "id": 12371,
                    "parent_interest_id": "",
                    "member": "Charlie Maynard",
                    "party": "liberal-democrat",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Rabin Kok - \u00a329,160.00"
                },
                {
                    "id": 12372,
                    "parent_interest_id": "",
                    "member": "Naz Shah",
                    "party": "labour",
                    "mnis_id": 4409,
                    "twfy_id": "25385",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Turkey between 14 April 2025 and 16 April 2025"
                },
                {
                    "id": 12373,
                    "parent_interest_id": "",
                    "member": "Charlie Maynard",
                    "party": "liberal-democrat",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Marriott Harrison LLP - \u00a3282,000.00"
                },
                {
                    "id": 12374,
                    "parent_interest_id": "",
                    "member": "Charlie Maynard",
                    "party": "liberal-democrat",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "William Day - \u00a3301,800.00"
                },
                {
                    "id": 12375,
                    "parent_interest_id": "",
                    "member": "Charlie Maynard",
                    "party": "liberal-democrat",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Lucas Jones - \u00a327,300.00"
                },
                {
                    "id": 12376,
                    "parent_interest_id": "",
                    "member": "Leigh Ingham",
                    "party": "labour",
                    "mnis_id": 5290,
                    "twfy_id": "26392",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Kenya between 08 April 2025 and 12 April 2025"
                },
                {
                    "id": 12379,
                    "parent_interest_id": "",
                    "member": "Calum Miller",
                    "party": "liberal-democrat",
                    "mnis_id": 5346,
                    "twfy_id": "26617",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of the Institute for Government's MPs' advisory group. This is an unpaid role."
                },
                {
                    "id": 12380,
                    "parent_interest_id": "",
                    "member": "Claire Hughes",
                    "party": "labour",
                    "mnis_id": 5113,
                    "twfy_id": "26393",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The UK Interactive Entertainment Association Limited - \u00a3700.00"
                },
                {
                    "id": 12381,
                    "parent_interest_id": "",
                    "member": "Kim Johnson",
                    "party": "labour",
                    "mnis_id": 4824,
                    "twfy_id": "25803",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Kenya between 08 April 2025 and 19 April 2025"
                },
                {
                    "id": 12382,
                    "parent_interest_id": "",
                    "member": "Ruth Jones",
                    "party": "labour",
                    "mnis_id": 4716,
                    "twfy_id": "25746",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "I am a patron of Edengate, a charity based in Newport that works with homeless people. This is an unpaid role."
                },
                {
                    "id": 12383,
                    "parent_interest_id": "",
                    "member": "Ruth Jones",
                    "party": "labour",
                    "mnis_id": 4716,
                    "twfy_id": "25746",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "I am a trustee of the Parliamentary Christian Trust. This is an unpaid role."
                },
                {
                    "id": 12385,
                    "parent_interest_id": "",
                    "member": "Chris Kane",
                    "party": "labour",
                    "mnis_id": 5155,
                    "twfy_id": "26415",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Bahrain between 02 May 2025 and 05 May 2025"
                },
                {
                    "id": 12386,
                    "parent_interest_id": "",
                    "member": "Daisy Cooper",
                    "party": "liberal-democrat",
                    "mnis_id": 4769,
                    "twfy_id": "25901",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Elizabeth Desmond - \u00a35,000.00"
                },
                {
                    "id": 12387,
                    "parent_interest_id": "",
                    "member": "Daisy Cooper",
                    "party": "liberal-democrat",
                    "mnis_id": 4769,
                    "twfy_id": "25901",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Carl Michel - \u00a32,000.00"
                },
                {
                    "id": 12390,
                    "parent_interest_id": "",
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Commissioner of the Commonwealth War Graves Commission. This is an unpaid role."
                },
                {
                    "id": 12391,
                    "parent_interest_id": "",
                    "member": "Robert Jenrick",
                    "party": "reform",
                    "mnis_id": 4320,
                    "twfy_id": "25227",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "John James - \u00a315,000.00"
                },
                {
                    "id": 12392,
                    "parent_interest_id": "",
                    "member": "Andrew Griffith",
                    "party": "conservative",
                    "mnis_id": 4874,
                    "twfy_id": "25927",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Italy between 04 April 2025 and 06 April 2025"
                },
                {
                    "id": 12393,
                    "parent_interest_id": "",
                    "member": "Mr Paul Kohler",
                    "party": "liberal-democrat",
                    "mnis_id": 5321,
                    "twfy_id": "26570",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Football Association Limited - \u00a3494.36"
                },
                {
                    "id": 12394,
                    "parent_interest_id": "",
                    "member": "Mr Richard Holden",
                    "party": "conservative",
                    "mnis_id": 4813,
                    "twfy_id": "25893",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Kenya between 08 April 2025 and 13 April 2025"
                },
                {
                    "id": 12395,
                    "parent_interest_id": "",
                    "member": "Charlie Maynard",
                    "party": "liberal-democrat",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Marriott Harrison - \u00a317,824.80"
                },
                {
                    "id": 12397,
                    "parent_interest_id": "",
                    "member": "Jim Shannon",
                    "party": "dup",
                    "mnis_id": 4131,
                    "twfy_id": "13864",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Egypt between 02 May 2025 and 05 May 2025"
                },
                {
                    "id": 12398,
                    "parent_interest_id": "",
                    "member": "Matthew Patrick",
                    "party": "labour",
                    "mnis_id": 5162,
                    "twfy_id": "26432",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "SQR Group - \u00a3375.00"
                },
                {
                    "id": 12399,
                    "parent_interest_id": "",
                    "member": "Peter Fortune",
                    "party": "conservative",
                    "mnis_id": 5209,
                    "twfy_id": "26027",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Gibraltar between 24 April 2025 and 26 April 2025"
                },
                {
                    "id": 12401,
                    "parent_interest_id": "",
                    "member": "Helen Morgan",
                    "party": "liberal-democrat",
                    "mnis_id": 4934,
                    "twfy_id": "26056",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Stephen de Launey - \u00a31,000.00"
                },
                {
                    "id": 12402,
                    "parent_interest_id": "",
                    "member": "Mike Martin",
                    "party": "liberal-democrat",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Charles Pope - \u00a3750.00"
                },
                {
                    "id": 12403,
                    "parent_interest_id": "",
                    "member": "Mike Martin",
                    "party": "liberal-democrat",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Charles Pope - \u00a31,500.00"
                },
                {
                    "id": 12404,
                    "parent_interest_id": "",
                    "member": "Mike Martin",
                    "party": "liberal-democrat",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Antony Harris - \u00a31,000.00"
                },
                {
                    "id": 12405,
                    "parent_interest_id": "",
                    "member": "Mike Martin",
                    "party": "liberal-democrat",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Antony Harris - \u00a3500.00"
                },
                {
                    "id": 12406,
                    "parent_interest_id": "",
                    "member": "Mike Martin",
                    "party": "liberal-democrat",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Antony Harris - \u00a31,000.00"
                },
                {
                    "id": 12408,
                    "parent_interest_id": "",
                    "member": "Charlotte Cane",
                    "party": "liberal-democrat",
                    "mnis_id": 5182,
                    "twfy_id": "26425",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Affiliate Membership of the Chartered Institute for Archaeologists. This is an unpaid role."
                },
                {
                    "id": 12409,
                    "parent_interest_id": "",
                    "member": "Helen Morgan",
                    "party": "liberal-democrat",
                    "mnis_id": 4934,
                    "twfy_id": "26056",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Stephen de Launey - \u00a3500.00"
                },
                {
                    "id": 12410,
                    "parent_interest_id": "",
                    "member": "Helen Morgan",
                    "party": "liberal-democrat",
                    "mnis_id": 4934,
                    "twfy_id": "26056",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Stephen de Launey - \u00a31,000.00"
                },
                {
                    "id": 12411,
                    "parent_interest_id": "",
                    "member": "Andrew Western",
                    "party": "labour",
                    "mnis_id": 4979,
                    "twfy_id": "26120",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Manchester City Football Club - \u00a3700.00"
                },
                {
                    "id": 12414,
                    "parent_interest_id": "",
                    "member": "Max Wilkinson",
                    "party": "liberal-democrat",
                    "mnis_id": 5055,
                    "twfy_id": "26344",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "PRS for Music - \u00a3360.00"
                },
                {
                    "id": 12416,
                    "parent_interest_id": "",
                    "member": "Sir Oliver Dowden",
                    "party": "conservative",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Chair of Conservative Friends of India"
                },
                {
                    "id": 12417,
                    "parent_interest_id": "",
                    "member": "Clive Lewis",
                    "party": "labour",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Compass - Together for a Good Society Ltd - \u00a31,107.60"
                },
                {
                    "id": 12418,
                    "parent_interest_id": "",
                    "member": "Lisa Smart",
                    "party": "liberal-democrat",
                    "mnis_id": 5070,
                    "twfy_id": "26556",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "PRS For Music - \u00a3360.00"
                },
                {
                    "id": 12419,
                    "parent_interest_id": "",
                    "member": "Amanda Hack",
                    "party": "labour",
                    "mnis_id": 5149,
                    "twfy_id": "26449",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Food and Drink Federation - \u00a3395.00"
                },
                {
                    "id": 12420,
                    "parent_interest_id": "",
                    "member": "Dr Marie Tidball",
                    "party": "labour",
                    "mnis_id": 5098,
                    "twfy_id": "26390",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Channel 4 - \u00a32,250.00"
                },
                {
                    "id": 12422,
                    "parent_interest_id": "",
                    "member": "Caroline Voaden",
                    "party": "liberal-democrat",
                    "mnis_id": 5216,
                    "twfy_id": "26511",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Anthropy Ltd - \u00a31,000.00"
                },
                {
                    "id": 12424,
                    "parent_interest_id": "",
                    "member": "David Davis",
                    "party": "conservative",
                    "mnis_id": 373,
                    "twfy_id": "10162",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Innovision IP Ltd - \u00a36,480.00"
                },
                {
                    "id": 12426,
                    "parent_interest_id": "",
                    "member": "John Slinger",
                    "party": "labour",
                    "mnis_id": 5127,
                    "twfy_id": "26564",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Iraq between 08 April 2025 and 14 April 2025"
                },
                {
                    "id": 12427,
                    "parent_interest_id": "",
                    "member": "Bell Ribeiro-Addy",
                    "party": "labour",
                    "mnis_id": 4764,
                    "twfy_id": "25856",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Ghana between 24 March 2025 and 29 March 2025"
                },
                {
                    "id": 12431,
                    "parent_interest_id": "",
                    "member": "Stephen Gethins",
                    "party": "scottish-national-party",
                    "mnis_id": 4434,
                    "twfy_id": "25324",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to United States between 08 April 2025 and 19 April 2025"
                },
                {
                    "id": 12432,
                    "parent_interest_id": "",
                    "member": "Shockat Adam",
                    "party": "independent",
                    "mnis_id": 5120,
                    "twfy_id": "26364",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Israel between 13 April 2025 and 18 April 2025"
                },
                {
                    "id": 12435,
                    "parent_interest_id": "",
                    "member": "Dr Rupa Huq",
                    "party": "labour",
                    "mnis_id": 4511,
                    "twfy_id": "25284",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Kenya between 08 April 2025 and 13 April 2025"
                },
                {
                    "id": 12437,
                    "parent_interest_id": "",
                    "member": "Mr Mark Francois",
                    "party": "conservative",
                    "mnis_id": 1444,
                    "twfy_id": "10901",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Poland between 04 May 2025 and 07 May 2025"
                },
                {
                    "id": 12438,
                    "parent_interest_id": "",
                    "member": "Chris Curtis",
                    "party": "labour",
                    "mnis_id": 5118,
                    "twfy_id": "26396",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "London Marathon Events Ltd - \u00a3350.00"
                },
                {
                    "id": 12439,
                    "parent_interest_id": "",
                    "member": "Jeremy Corbyn",
                    "party": "independent",
                    "mnis_id": 185,
                    "twfy_id": "10133",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to France between 23 April 2025 and 24 April 2025"
                },
                {
                    "id": 12440,
                    "parent_interest_id": "",
                    "member": "Mike Martin",
                    "party": "liberal-democrat",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Ramesh Dewan - \u00a33,330.92"
                },
                {
                    "id": 12441,
                    "parent_interest_id": "",
                    "member": "Katie White",
                    "party": "labour",
                    "mnis_id": 5260,
                    "twfy_id": "26520",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Number 41 Ltd (dormant)"
                },
                {
                    "id": 12442,
                    "parent_interest_id": "",
                    "member": "Chris Philp",
                    "party": "conservative",
                    "mnis_id": 4503,
                    "twfy_id": "25377",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Crystal Palace Football Club Ltd - \u00a31,958.00"
                },
                {
                    "id": 12444,
                    "parent_interest_id": "",
                    "member": "Priti Patel",
                    "party": "conservative",
                    "mnis_id": 4066,
                    "twfy_id": "24778",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Arsenal Football Club Ltd - \u00a31,000.00"
                },
                {
                    "id": 12446,
                    "parent_interest_id": "",
                    "member": "Alex Burghart",
                    "party": "conservative",
                    "mnis_id": 4613,
                    "twfy_id": "25659",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Writing reviews - The Spectator"
                },
                {
                    "id": 12447,
                    "parent_interest_id": 12446.0,
                    "member": "Alex Burghart",
                    "party": "conservative",
                    "mnis_id": 4613,
                    "twfy_id": "25659",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 28 February 2025 - \u00a3200.00"
                },
                {
                    "id": 13193,
                    "parent_interest_id": 12446.0,
                    "member": "Alex Burghart",
                    "party": "conservative",
                    "mnis_id": 4613,
                    "twfy_id": "25659",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 31 July 2025 - \u00a3350.00"
                },
                {
                    "id": 13207,
                    "parent_interest_id": 12446.0,
                    "member": "Alex Burghart",
                    "party": "conservative",
                    "mnis_id": 4613,
                    "twfy_id": "25659",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 30 April 2025 - \u00a3200.00"
                },
                {
                    "id": 12448,
                    "parent_interest_id": "",
                    "member": "Dr Rupa Huq",
                    "party": "labour",
                    "mnis_id": 4511,
                    "twfy_id": "25284",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Egypt between 02 May 2025 and 05 May 2025"
                },
                {
                    "id": 12456,
                    "parent_interest_id": "",
                    "member": "Alex Burghart",
                    "party": "conservative",
                    "mnis_id": 4613,
                    "twfy_id": "25659",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to United States between 25 April 2025 and 27 April 2025"
                },
                {
                    "id": 12457,
                    "parent_interest_id": "",
                    "member": "Jeremy Corbyn",
                    "party": "independent",
                    "mnis_id": 185,
                    "twfy_id": "10133",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Switzerland between 07 May 2025 and 09 May 2025"
                },
                {
                    "id": 12458,
                    "parent_interest_id": "",
                    "member": "Jess Brown-Fuller",
                    "party": "liberal-democrat",
                    "mnis_id": 5335,
                    "twfy_id": "26372",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "UKHarvest - \u00a3360.00"
                },
                {
                    "id": 12459,
                    "parent_interest_id": "",
                    "member": "Dr Rupa Huq",
                    "party": "labour",
                    "mnis_id": 4511,
                    "twfy_id": "25284",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Channel Four Television Company Limited - \u00a3750.00"
                },
                {
                    "id": 12460,
                    "parent_interest_id": "",
                    "member": "Layla Moran",
                    "party": "liberal-democrat",
                    "mnis_id": 4656,
                    "twfy_id": "25689",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Hugo Brunner - \u00a31,000.00"
                },
                {
                    "id": 12461,
                    "parent_interest_id": "",
                    "member": "Layla Moran",
                    "party": "liberal-democrat",
                    "mnis_id": 4656,
                    "twfy_id": "25689",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Elena Simpson - \u00a32,000.00"
                },
                {
                    "id": 12462,
                    "parent_interest_id": "",
                    "member": "Alex Mayer",
                    "party": "labour",
                    "mnis_id": 5141,
                    "twfy_id": "26395",
                    "category": "Gifts and benefits from sources outside the UK",
                    "category_code": "5",
                    "summary": "Duolingo - \u00a32,500.00"
                },
                {
                    "id": 12463,
                    "parent_interest_id": "",
                    "member": "Clive Lewis",
                    "party": "labour",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Provision of Pro Bono support for a complaint to the Charity Commission about the Institute for Economic Affairs. (Registrable donations will be listed under Category 2.)"
                },
                {
                    "id": 12464,
                    "parent_interest_id": "",
                    "member": "Dame Harriett Baldwin",
                    "party": "conservative",
                    "mnis_id": 4107,
                    "twfy_id": "24785",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Lloyds Banking Group - \u00a3604.85"
                },
                {
                    "id": 12465,
                    "parent_interest_id": "",
                    "member": "Jack Rankin",
                    "party": "conservative",
                    "mnis_id": 5340,
                    "twfy_id": "26622",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The HPower Group Ltd - \u00a3500.00"
                },
                {
                    "id": 12467,
                    "parent_interest_id": "",
                    "member": "Mr Louie French",
                    "party": "conservative",
                    "mnis_id": 4932,
                    "twfy_id": "26055",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Football Association - \u00a3496.00"
                },
                {
                    "id": 12468,
                    "parent_interest_id": "",
                    "member": "Munira Wilson",
                    "party": "liberal-democrat",
                    "mnis_id": 4776,
                    "twfy_id": "25820",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Dominic Christian - \u00a310,000.00"
                },
                {
                    "id": 12469,
                    "parent_interest_id": "",
                    "member": "Blake Stephenson",
                    "party": "conservative",
                    "mnis_id": 5100,
                    "twfy_id": "26355",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Compliance Officer - Tradeweb Europe Limited"
                },
                {
                    "id": 12470,
                    "parent_interest_id": 12469.0,
                    "member": "Blake Stephenson",
                    "party": "conservative",
                    "mnis_id": 5100,
                    "twfy_id": "26355",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 01 May 2025 - \u00a315,211.53"
                },
                {
                    "id": 12471,
                    "parent_interest_id": "",
                    "member": "Pete Wishart",
                    "party": "scottish-national-party",
                    "mnis_id": 1440,
                    "twfy_id": "11333",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "UK MUsic - \u00a3708.00"
                },
                {
                    "id": 12473,
                    "parent_interest_id": "",
                    "member": "Mary Creagh",
                    "party": "labour",
                    "mnis_id": 1579,
                    "twfy_id": "11898",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Coventry City Football Club Ltd - \u00a3500.00"
                },
                {
                    "id": 12474,
                    "parent_interest_id": "",
                    "member": "Jenny Riddell-Carpenter",
                    "party": "labour",
                    "mnis_id": 5160,
                    "twfy_id": "26472",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Jerome Justin Watts - \u00a310,000.00"
                },
                {
                    "id": 12475,
                    "parent_interest_id": "",
                    "member": "Clive Jones",
                    "party": "liberal-democrat",
                    "mnis_id": 5207,
                    "twfy_id": "26377",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Carl Michel - \u00a32,000.00"
                },
                {
                    "id": 12476,
                    "parent_interest_id": "",
                    "member": "Helen Whately",
                    "party": "conservative",
                    "mnis_id": 4527,
                    "twfy_id": "25398",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Richard Chesson - \u00a32,450.00"
                },
                {
                    "id": 12477,
                    "parent_interest_id": "",
                    "member": "Chris Evans",
                    "party": "labourco-operative",
                    "mnis_id": 4040,
                    "twfy_id": "24721",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "London Marathon Events Ltd - \u00a3550.00"
                },
                {
                    "id": 12478,
                    "parent_interest_id": "",
                    "member": "Emily Darlington",
                    "party": "labour",
                    "mnis_id": 5139,
                    "twfy_id": "26412",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Ivors Academy - \u00a3760.00"
                },
                {
                    "id": 12479,
                    "parent_interest_id": "",
                    "member": "Brendan O'Hara",
                    "party": "scottish-national-party",
                    "mnis_id": 4371,
                    "twfy_id": "25370",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to United States between 28 April 2025 and 30 April 2025"
                },
                {
                    "id": 12480,
                    "parent_interest_id": "",
                    "member": "Sarah Pochin",
                    "party": "reform",
                    "mnis_id": 5403,
                    "twfy_id": "26683",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Anglesey"
                },
                {
                    "id": 12481,
                    "parent_interest_id": "",
                    "member": "Sarah Pochin",
                    "party": "reform",
                    "mnis_id": 5403,
                    "twfy_id": "26683",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Aubergine Home Ltd"
                },
                {
                    "id": 12482,
                    "parent_interest_id": "",
                    "member": "Sarah Pochin",
                    "party": "reform",
                    "mnis_id": 5403,
                    "twfy_id": "26683",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid director of Aubergine Home Ltd (dormant)"
                },
                {
                    "id": 12483,
                    "parent_interest_id": "",
                    "member": "Richard Fuller",
                    "party": "conservative",
                    "mnis_id": 3912,
                    "twfy_id": "24787",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Adviser - Bloomsbury Home Care Limited"
                },
                {
                    "id": 12484,
                    "parent_interest_id": 12483.0,
                    "member": "Richard Fuller",
                    "party": "conservative",
                    "mnis_id": 3912,
                    "twfy_id": "24787",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement starting 01 May 2025 - \u00a315,000.00"
                },
                {
                    "id": 12485,
                    "parent_interest_id": "",
                    "member": "Matt Bishop",
                    "party": "labour",
                    "mnis_id": 5323,
                    "twfy_id": "26574",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Football Association Ltd - \u00a3470.00"
                },
                {
                    "id": 12487,
                    "parent_interest_id": "",
                    "member": "Kim Johnson",
                    "party": "labour",
                    "mnis_id": 4824,
                    "twfy_id": "25803",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to South Africa between 30 April 2025 and 07 May 2025"
                },
                {
                    "id": 12490,
                    "parent_interest_id": "",
                    "member": "Liam Byrne",
                    "party": "labour",
                    "mnis_id": 1171,
                    "twfy_id": "11360",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to United States between 20 April 2025 and 22 April 2025"
                },
                {
                    "id": 12491,
                    "parent_interest_id": "",
                    "member": "Helen Maguire",
                    "party": "liberal-democrat",
                    "mnis_id": 5336,
                    "twfy_id": "26627",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to South Africa between 03 May 2025 and 08 May 2025"
                },
                {
                    "id": 12493,
                    "parent_interest_id": "",
                    "member": "Michael Payne",
                    "party": "labour",
                    "mnis_id": 5146,
                    "twfy_id": "26408",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Football Association - \u00a3550.00"
                },
                {
                    "id": 12494,
                    "parent_interest_id": "",
                    "member": "Mike Reader",
                    "party": "labour",
                    "mnis_id": 5316,
                    "twfy_id": "26630",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Mace Consult Limited - \u00a31,248.00"
                },
                {
                    "id": 12495,
                    "parent_interest_id": "",
                    "member": "Mike Reader",
                    "party": "labour",
                    "mnis_id": 5316,
                    "twfy_id": "26630",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Mace Consult Limited - \u00a3725.76"
                },
                {
                    "id": 12496,
                    "parent_interest_id": "",
                    "member": "Daisy Cooper",
                    "party": "liberal-democrat",
                    "mnis_id": 4769,
                    "twfy_id": "25901",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Chris White - \u00a32,500.00"
                },
                {
                    "id": 12497,
                    "parent_interest_id": "",
                    "member": "Alan Mak",
                    "party": "conservative",
                    "mnis_id": 4484,
                    "twfy_id": "25285",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Oluwole Kolade - \u00a35,000.00"
                },
                {
                    "id": 12498,
                    "parent_interest_id": "",
                    "member": "Dr Rupa Huq",
                    "party": "labour",
                    "mnis_id": 4511,
                    "twfy_id": "25284",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Ealing Picturehouse - \u00a3600.00"
                },
                {
                    "id": 12499,
                    "parent_interest_id": "",
                    "member": "James Murray",
                    "party": "labourco-operative",
                    "mnis_id": 4797,
                    "twfy_id": "25801",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Mentorn Media - \u00a3789.30"
                },
                {
                    "id": 12500,
                    "parent_interest_id": "",
                    "member": "Dan Jarvis",
                    "party": "labour",
                    "mnis_id": 4243,
                    "twfy_id": "25067",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "OPD Group Ltd - \u00a315,000.00"
                },
                {
                    "id": 12501,
                    "parent_interest_id": "",
                    "member": "Sonia Kumar",
                    "party": "labour",
                    "mnis_id": 5274,
                    "twfy_id": "26590",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "SME4Labour Ltd - \u00a35,000.00"
                },
                {
                    "id": 12502,
                    "parent_interest_id": "",
                    "member": "Josh Simons",
                    "party": "labour",
                    "mnis_id": 5060,
                    "twfy_id": "26328",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Wigan Warriors - \u00a3170.00"
                },
                {
                    "id": 12505,
                    "parent_interest_id": "",
                    "member": "Graeme Downie",
                    "party": "labour",
                    "mnis_id": 5275,
                    "twfy_id": "26503",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Parliamentary Chair, Campaign for Secure Technology.  This is an unpaid role."
                },
                {
                    "id": 12506,
                    "parent_interest_id": "",
                    "member": "Clive Jones",
                    "party": "liberal-democrat",
                    "mnis_id": 5207,
                    "twfy_id": "26377",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Nirvana Spa & Leisure ltd - \u00a33,000.00"
                },
                {
                    "id": 12509,
                    "parent_interest_id": "",
                    "member": "Stephen Kinnock",
                    "party": "labour",
                    "mnis_id": 4359,
                    "twfy_id": "25297",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "In It Together Festival Ltd - \u00a3735.90"
                },
                {
                    "id": 12510,
                    "parent_interest_id": "",
                    "member": "Dr Rupa Huq",
                    "party": "labour",
                    "mnis_id": 4511,
                    "twfy_id": "25284",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Labour Asians Society Ltd - \u00a3310.00"
                },
                {
                    "id": 12513,
                    "parent_interest_id": "",
                    "member": "Katie White",
                    "party": "labour",
                    "mnis_id": 5260,
                    "twfy_id": "26520",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "John Murray Press - \u00a31,400.00"
                },
                {
                    "id": 12514,
                    "parent_interest_id": "",
                    "member": "Sadik Al-Hassan",
                    "party": "labour",
                    "mnis_id": 5312,
                    "twfy_id": "26527",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Genomics Ltd - \u00a3799.00"
                },
                {
                    "id": 12516,
                    "parent_interest_id": "",
                    "member": "Josh Simons",
                    "party": "labour",
                    "mnis_id": 5060,
                    "twfy_id": "26328",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Wigan Warriors - \u00a3610.00"
                },
                {
                    "id": 12517,
                    "parent_interest_id": "",
                    "member": "Josh Simons",
                    "party": "labour",
                    "mnis_id": 5060,
                    "twfy_id": "26328",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Wigan Warriors - \u00a3610.00"
                },
                {
                    "id": 12518,
                    "parent_interest_id": "",
                    "member": "Katie White",
                    "party": "labour",
                    "mnis_id": 5260,
                    "twfy_id": "26520",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "I have  become an ambassador for Leeds Women\u2019s Aid: this is an unpaid role."
                },
                {
                    "id": 12519,
                    "parent_interest_id": "",
                    "member": "Charlie Maynard",
                    "party": "liberal-democrat",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Marriott Harrison - \u00a39,840.00"
                },
                {
                    "id": 12520,
                    "parent_interest_id": "",
                    "member": "Charlie Maynard",
                    "party": "liberal-democrat",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "William Day - \u00a3840.00"
                },
                {
                    "id": 12521,
                    "parent_interest_id": "",
                    "member": "Mark Pritchard",
                    "party": "conservative",
                    "mnis_id": 1576,
                    "twfy_id": "11946",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Qatar between 27 April 2025 and 30 April 2025"
                },
                {
                    "id": 12526,
                    "parent_interest_id": "",
                    "member": "Greg Smith",
                    "party": "conservative",
                    "mnis_id": 4778,
                    "twfy_id": "25925",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Chairman Conservative Friends of Israel Parliamentary Board (previously Vice Chairman from 1 May 2025). This is an unpaid role."
                },
                {
                    "id": 12527,
                    "parent_interest_id": "",
                    "member": "Clive Lewis",
                    "party": "labour",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Austria between 13 May 2025 and 16 May 2025"
                },
                {
                    "id": 12528,
                    "parent_interest_id": "",
                    "member": "Sarah Green",
                    "party": "liberal-democrat",
                    "mnis_id": 4918,
                    "twfy_id": "26034",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Bahrain between 02 May 2025 and 05 May 2025"
                },
                {
                    "id": 12529,
                    "parent_interest_id": "",
                    "member": "Steve Reed",
                    "party": "labourco-operative",
                    "mnis_id": 4268,
                    "twfy_id": "25170",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Football Association - \u00a3494.36"
                },
                {
                    "id": 12530,
                    "parent_interest_id": "",
                    "member": "Sir Oliver Dowden",
                    "party": "conservative",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Fenchurch Advisory Partners LLP - \u00a33,300.00"
                },
                {
                    "id": 12531,
                    "parent_interest_id": "",
                    "member": "Sir Jeremy Hunt",
                    "party": "conservative",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Charlie Nunn - \u00a3605.00"
                },
                {
                    "id": 12532,
                    "parent_interest_id": "",
                    "member": "Steve Race",
                    "party": "labour",
                    "mnis_id": 5064,
                    "twfy_id": "26345",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "PRS for Music - \u00a3760.00"
                },
                {
                    "id": 12534,
                    "parent_interest_id": "",
                    "member": "Victoria Atkins",
                    "party": "conservative",
                    "mnis_id": 4399,
                    "twfy_id": "25424",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Mark Allen Group - \u00a3720.00"
                },
                {
                    "id": 12535,
                    "parent_interest_id": "",
                    "member": "Mike Martin",
                    "party": "liberal-democrat",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Antony Harris - \u00a3500.00"
                },
                {
                    "id": 12538,
                    "parent_interest_id": "",
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Michael Tory - \u00a338,000.00"
                },
                {
                    "id": 12539,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Director of the Rape Gang Inquiry CIC. This is an unpaid role."
                },
                {
                    "id": 12541,
                    "parent_interest_id": "",
                    "member": "Clive Efford",
                    "party": "labour",
                    "mnis_id": 165,
                    "twfy_id": "10185",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "English Football League - \u00a3400.00"
                },
                {
                    "id": 12542,
                    "parent_interest_id": "",
                    "member": "Sir Andrew Mitchell",
                    "party": "conservative",
                    "mnis_id": 1211,
                    "twfy_id": "11115",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Aid Alliance - \u00a3800.00"
                },
                {
                    "id": 12543,
                    "parent_interest_id": "",
                    "member": "Sonia Kumar",
                    "party": "labour",
                    "mnis_id": 5274,
                    "twfy_id": "26590",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "SME4LABOUR LTD - \u00a31,625.00"
                },
                {
                    "id": 12544,
                    "parent_interest_id": "",
                    "member": "Danny Beales",
                    "party": "labour",
                    "mnis_id": 5339,
                    "twfy_id": "26619",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "EPG Strategic Communications - \u00a3700.00"
                },
                {
                    "id": 12545,
                    "parent_interest_id": "",
                    "member": "Mark Sewards",
                    "party": "labour",
                    "mnis_id": 5166,
                    "twfy_id": "26440",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Palestine between 25 May 2025 and 29 May 2025"
                },
                {
                    "id": 12546,
                    "parent_interest_id": "",
                    "member": "Lisa Smart",
                    "party": "liberal-democrat",
                    "mnis_id": 5070,
                    "twfy_id": "26556",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Ukraine between 01 May 2025 and 04 May 2025"
                },
                {
                    "id": 12547,
                    "parent_interest_id": "",
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to United States between 22 April 2025 and 26 April 2025"
                },
                {
                    "id": 12548,
                    "parent_interest_id": "",
                    "member": "Kevin McKenna",
                    "party": "labour",
                    "mnis_id": 5300,
                    "twfy_id": "26529",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Israel between 25 May 2025 and 29 May 2025"
                },
                {
                    "id": 12549,
                    "parent_interest_id": "",
                    "member": "Helen Morgan",
                    "party": "liberal-democrat",
                    "mnis_id": 4934,
                    "twfy_id": "26056",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Mark Petterson - \u00a35,000.00"
                },
                {
                    "id": 12550,
                    "parent_interest_id": "",
                    "member": "Nick Thomas-Symonds",
                    "party": "labour",
                    "mnis_id": 4479,
                    "twfy_id": "25279",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Honorary Fellowship of St Edmund Hall, Oxford University. This is an unpaid role."
                },
                {
                    "id": 12551,
                    "parent_interest_id": "",
                    "member": "Dame Harriett Baldwin",
                    "party": "conservative",
                    "mnis_id": 4107,
                    "twfy_id": "24785",
                    "category": "Gifts and benefits from sources outside the UK",
                    "category_code": "5",
                    "summary": "Association of Marshall Scholars - \u00a3803.00"
                },
                {
                    "id": 12555,
                    "parent_interest_id": "",
                    "member": "Robert Jenrick",
                    "party": "reform",
                    "mnis_id": 4320,
                    "twfy_id": "25227",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Michael Cohen - \u00a315,000.00"
                },
                {
                    "id": 12556,
                    "parent_interest_id": "",
                    "member": "Charlie Maynard",
                    "party": "liberal-democrat",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "category": "Gifts and benefits from sources outside the UK",
                    "category_code": "5",
                    "summary": "Ailsa Roell - \u00a342,000.00"
                },
                {
                    "id": 12557,
                    "parent_interest_id": "",
                    "member": "Daisy Cooper",
                    "party": "liberal-democrat",
                    "mnis_id": 4769,
                    "twfy_id": "25901",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Tushar Prabhu - \u00a35,000.00"
                },
                {
                    "id": 12558,
                    "parent_interest_id": "",
                    "member": "Sarah Champion",
                    "party": "labour",
                    "mnis_id": 4267,
                    "twfy_id": "25168",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Qatar between 19 May 2025 and 23 May 2025"
                },
                {
                    "id": 12559,
                    "parent_interest_id": "",
                    "member": "Wendy Morton",
                    "party": "conservative",
                    "mnis_id": 4358,
                    "twfy_id": "25342",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Gibraltar between 24 April 2025 and 26 April 2025"
                },
                {
                    "id": 12560,
                    "parent_interest_id": "",
                    "member": "Ms Abena Oppong-Asare",
                    "party": "labour",
                    "mnis_id": 4820,
                    "twfy_id": "25846",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Oscar Mayer Limited - \u00a32,000.00"
                },
                {
                    "id": 12561,
                    "parent_interest_id": "",
                    "member": "Colum Eastwood",
                    "party": "social-democratic-and-labour-party",
                    "mnis_id": 4846,
                    "twfy_id": "25130",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "UK Music - \u00a3684.00"
                },
                {
                    "id": 12563,
                    "parent_interest_id": "",
                    "member": "Mr Hamish Falconer",
                    "party": "labour",
                    "mnis_id": 5148,
                    "twfy_id": "26446",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Directorship of a company not currently trading - Upon a Hill Limited"
                },
                {
                    "id": 12564,
                    "parent_interest_id": "",
                    "member": "Mark Garnier",
                    "party": "conservative",
                    "mnis_id": 4074,
                    "twfy_id": "24824",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Qatar between 19 May 2025 and 23 May 2025"
                },
                {
                    "id": 12565,
                    "parent_interest_id": "",
                    "member": "Bob Blackman",
                    "party": "conservative",
                    "mnis_id": 4005,
                    "twfy_id": "24945",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to France between 17 May 2025 and 18 May 2025"
                },
                {
                    "id": 12566,
                    "parent_interest_id": "",
                    "member": "Sir Keir Starmer",
                    "party": "labour",
                    "mnis_id": 4514,
                    "twfy_id": "25353",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Arsenal Football Club Limited - \u00a31,000.00"
                },
                {
                    "id": 12567,
                    "parent_interest_id": "",
                    "member": "Clive Lewis",
                    "party": "labour",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Editorial Board member, Renewal: A Journal of Social Democracy (published by Compass - Together for a Good Society Ltd). This is an unpaid role."
                },
                {
                    "id": 12568,
                    "parent_interest_id": "",
                    "member": "Anneliese Midgley",
                    "party": "labour",
                    "mnis_id": 5038,
                    "twfy_id": "26318",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Music Publishers Association - \u00a31,200.00"
                },
                {
                    "id": 12569,
                    "parent_interest_id": "",
                    "member": "Alan Gemmell",
                    "party": "labour",
                    "mnis_id": 5185,
                    "twfy_id": "26476",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to France between 09 May 2025 and 10 May 2025"
                },
                {
                    "id": 12571,
                    "parent_interest_id": "",
                    "member": "Sir Iain Duncan Smith",
                    "party": "conservative",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to United States between 18 May 2025 and 23 May 2025"
                },
                {
                    "id": 12572,
                    "parent_interest_id": "",
                    "member": "Jon Pearce",
                    "party": "labour",
                    "mnis_id": 5115,
                    "twfy_id": "26362",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Breedon Group plc - \u00a32,500.00"
                },
                {
                    "id": 12573,
                    "parent_interest_id": "",
                    "member": "Chris Curtis",
                    "party": "labour",
                    "mnis_id": 5118,
                    "twfy_id": "26396",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Built Environment Networking Limited (T/A UKREiiF) - \u00a32,235.00"
                },
                {
                    "id": 12574,
                    "parent_interest_id": "",
                    "member": "Clive Lewis",
                    "party": "labour",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Crowdfunder run by myself (via Toussaint Ventures Ltd) to raise funds to support my political activities. Donations that meet the threshold will be registered under Category 2."
                },
                {
                    "id": 12575,
                    "parent_interest_id": "",
                    "member": "Clive Lewis",
                    "party": "labour",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Chair of the British Caribbean Association"
                },
                {
                    "id": 12576,
                    "parent_interest_id": "",
                    "member": "Gregor Poynton",
                    "party": "labour",
                    "mnis_id": 5167,
                    "twfy_id": "26428",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "SKY UK - \u00a3900.00"
                },
                {
                    "id": 12579,
                    "parent_interest_id": "",
                    "member": "Ann Davies",
                    "party": "plaid-cymru",
                    "mnis_id": 5177,
                    "twfy_id": "26359",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Teifi Valley Against Pylons Ltd"
                },
                {
                    "id": 12580,
                    "parent_interest_id": "",
                    "member": "Andrew Rosindell",
                    "party": "reform",
                    "mnis_id": 1447,
                    "twfy_id": "11199",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Armenia between 23 May 2025 and 28 May 2025"
                },
                {
                    "id": 12582,
                    "parent_interest_id": "",
                    "member": "Mr Louie French",
                    "party": "conservative",
                    "mnis_id": 4932,
                    "twfy_id": "26055",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The EFL - \u00a3800.00"
                },
                {
                    "id": 12583,
                    "parent_interest_id": "",
                    "member": "Graham Stuart",
                    "party": "conservative",
                    "mnis_id": 1482,
                    "twfy_id": "11406",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Israel between 26 May 2025 and 30 May 2025"
                },
                {
                    "id": 12586,
                    "parent_interest_id": "",
                    "member": "Blair McDougall",
                    "party": "labour",
                    "mnis_id": 5076,
                    "twfy_id": "26490",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of board of the Labour Campaign for Human Rights. This is an unpaid role."
                },
                {
                    "id": 12587,
                    "parent_interest_id": "",
                    "member": "Mr Louie French",
                    "party": "conservative",
                    "mnis_id": 4932,
                    "twfy_id": "26055",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Jockey Club - \u00a3680.00"
                },
                {
                    "id": 12588,
                    "parent_interest_id": "",
                    "member": "Sarah Bool",
                    "party": "conservative",
                    "mnis_id": 5355,
                    "twfy_id": "26635",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Carlton Club - \u00a32,105.00"
                },
                {
                    "id": 12589,
                    "parent_interest_id": "",
                    "member": "Mike Martin",
                    "party": "liberal-democrat",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Dominic Mathon - \u00a3800.00"
                },
                {
                    "id": 12591,
                    "parent_interest_id": "",
                    "member": "Tim Farron",
                    "party": "liberal-democrat",
                    "mnis_id": 1591,
                    "twfy_id": "11923",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of the Parliamentary Christian Trust. This is an unpaid role."
                },
                {
                    "id": 12593,
                    "parent_interest_id": "",
                    "member": "Mr Luke Charters",
                    "party": "labour",
                    "mnis_id": 5199,
                    "twfy_id": "26480",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Netherlands between 03 June 2025 and 04 June 2025"
                },
                {
                    "id": 12594,
                    "parent_interest_id": "",
                    "member": "Gareth Davies",
                    "party": "conservative",
                    "mnis_id": 4850,
                    "twfy_id": "25858",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Germany between 03 June 2025 and 05 June 2025"
                },
                {
                    "id": 12595,
                    "parent_interest_id": "",
                    "member": "Anneliese Midgley",
                    "party": "labour",
                    "mnis_id": 5038,
                    "twfy_id": "26318",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Premier League - \u00a31,000.00"
                },
                {
                    "id": 12596,
                    "parent_interest_id": "",
                    "member": "Callum Anderson",
                    "party": "labour",
                    "mnis_id": 5193,
                    "twfy_id": "26380",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Stadium MK Limited - \u00a31,402.50"
                },
                {
                    "id": 12597,
                    "parent_interest_id": "",
                    "member": "Jeremy Corbyn",
                    "party": "independent",
                    "mnis_id": 185,
                    "twfy_id": "10133",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "How The Light Gets In (TVF Limited) - \u00a3325.00"
                },
                {
                    "id": 12599,
                    "parent_interest_id": "",
                    "member": "Ellie Reeves",
                    "party": "labour",
                    "mnis_id": 4620,
                    "twfy_id": "25681",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Ivors Academy - \u00a3760.00"
                },
                {
                    "id": 12600,
                    "parent_interest_id": "",
                    "member": "Dr Zubir Ahmed",
                    "party": "labour",
                    "mnis_id": 5213,
                    "twfy_id": "26483",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Qatar between 19 May 2025 and 23 May 2025"
                },
                {
                    "id": 12601,
                    "parent_interest_id": "",
                    "member": "Helen Maguire",
                    "party": "liberal-democrat",
                    "mnis_id": 5336,
                    "twfy_id": "26627",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Jockey Club Racecourses Limited - \u00a31,500.00"
                },
                {
                    "id": 12602,
                    "parent_interest_id": "",
                    "member": "Sureena Brackenridge",
                    "party": "labour",
                    "mnis_id": 5152,
                    "twfy_id": "26433",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Premier League - \u00a3700.00"
                },
                {
                    "id": 12603,
                    "parent_interest_id": "",
                    "member": "Matt Bishop",
                    "party": "labour",
                    "mnis_id": 5323,
                    "twfy_id": "26574",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Honorary Member of Daffodil Court Residents Association, Newent"
                },
                {
                    "id": 12604,
                    "parent_interest_id": "",
                    "member": "James Cartlidge",
                    "party": "conservative",
                    "mnis_id": 4519,
                    "twfy_id": "25414",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Dr Sarah Ingham - \u00a35,000.00"
                },
                {
                    "id": 12607,
                    "parent_interest_id": "",
                    "member": "Jo White",
                    "party": "labour",
                    "mnis_id": 5105,
                    "twfy_id": "26358",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Palace Yard Events Ltd - \u00a332,000.00"
                },
                {
                    "id": 12609,
                    "parent_interest_id": "",
                    "member": "Bell Ribeiro-Addy",
                    "party": "labour",
                    "mnis_id": 4764,
                    "twfy_id": "25856",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Podcast - Republic"
                },
                {
                    "id": 12611,
                    "parent_interest_id": 12609.0,
                    "member": "Bell Ribeiro-Addy",
                    "party": "labour",
                    "mnis_id": 4764,
                    "twfy_id": "25856",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 13 May 2025 - \u00a3300.00"
                },
                {
                    "id": 12612,
                    "parent_interest_id": "",
                    "member": "Valerie Vaz",
                    "party": "labour",
                    "mnis_id": 4076,
                    "twfy_id": "24852",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "English Football League - \u00a31,050.00"
                },
                {
                    "id": 12613,
                    "parent_interest_id": "",
                    "member": "Wendy Morton",
                    "party": "conservative",
                    "mnis_id": 4358,
                    "twfy_id": "25342",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Cyprus between 26 May 2025 and 29 May 2025"
                },
                {
                    "id": 12617,
                    "parent_interest_id": "",
                    "member": "Laura Trott",
                    "party": "conservative",
                    "mnis_id": 4780,
                    "twfy_id": "25851",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Lord Fink - \u00a310,000.00"
                },
                {
                    "id": 12619,
                    "parent_interest_id": "",
                    "member": "Barry Gardiner",
                    "party": "labour",
                    "mnis_id": 146,
                    "twfy_id": "10220",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Speaking Events on web seminars - Asian Democracy Limited"
                },
                {
                    "id": 12621,
                    "parent_interest_id": 12619.0,
                    "member": "Barry Gardiner",
                    "party": "labour",
                    "mnis_id": 146,
                    "twfy_id": "10220",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 03 June 2025 - \u00a31,000.00"
                },
                {
                    "id": 12839,
                    "parent_interest_id": 12619.0,
                    "member": "Barry Gardiner",
                    "party": "labour",
                    "mnis_id": 146,
                    "twfy_id": "10220",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 30 June 2025 - \u00a31,000.00"
                },
                {
                    "id": 13231,
                    "parent_interest_id": 12619.0,
                    "member": "Barry Gardiner",
                    "party": "labour",
                    "mnis_id": 146,
                    "twfy_id": "10220",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 26 August 2025 - \u00a31,000.00"
                },
                {
                    "id": 13503,
                    "parent_interest_id": 12619.0,
                    "member": "Barry Gardiner",
                    "party": "labour",
                    "mnis_id": 146,
                    "twfy_id": "10220",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 29 September 2025 - \u00a31,000.00"
                },
                {
                    "id": 13818,
                    "parent_interest_id": 12619.0,
                    "member": "Barry Gardiner",
                    "party": "labour",
                    "mnis_id": 146,
                    "twfy_id": "10220",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 29 October 2025 - \u00a31,000.00"
                },
                {
                    "id": 14032,
                    "parent_interest_id": 12619.0,
                    "member": "Barry Gardiner",
                    "party": "labour",
                    "mnis_id": 146,
                    "twfy_id": "10220",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 27 November 2025 - \u00a31,000.00"
                },
                {
                    "id": 14275,
                    "parent_interest_id": 12619.0,
                    "member": "Barry Gardiner",
                    "party": "labour",
                    "mnis_id": 146,
                    "twfy_id": "10220",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 24 December 2025 - \u00a31,000.00"
                },
                {
                    "id": 14429,
                    "parent_interest_id": 12619.0,
                    "member": "Barry Gardiner",
                    "party": "labour",
                    "mnis_id": 146,
                    "twfy_id": "10220",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 22 January 2026 - \u00a31,000.00"
                },
                {
                    "id": 12622,
                    "parent_interest_id": "",
                    "member": "David Davis",
                    "party": "conservative",
                    "mnis_id": 373,
                    "twfy_id": "10162",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Trailfinders Ltd - \u00a3250,000.00"
                },
                {
                    "id": 12623,
                    "parent_interest_id": "",
                    "member": "Mr James Frith",
                    "party": "labour",
                    "mnis_id": 4637,
                    "twfy_id": "25622",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "UK Music - \u00a3684.00"
                },
                {
                    "id": 12625,
                    "parent_interest_id": "",
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Ukraine between 30 May 2025 and 01 June 2025"
                },
                {
                    "id": 12626,
                    "parent_interest_id": "",
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Greece between 18 May 2025 and 21 May 2025"
                },
                {
                    "id": 12627,
                    "parent_interest_id": "",
                    "member": "Jade Botterill",
                    "party": "labour",
                    "mnis_id": 5236,
                    "twfy_id": "26465",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Football Association Ltd - \u00a3496.00"
                },
                {
                    "id": 12628,
                    "parent_interest_id": "",
                    "member": "Fred Thomas",
                    "party": "labour",
                    "mnis_id": 5174,
                    "twfy_id": "26441",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Ukraine between 30 May 2025 and 01 June 2025"
                },
                {
                    "id": 12629,
                    "parent_interest_id": "",
                    "member": "Sir Andrew Mitchell",
                    "party": "conservative",
                    "mnis_id": 1211,
                    "twfy_id": "11115",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Israel between 26 May 2025 and 29 May 2025"
                },
                {
                    "id": 12630,
                    "parent_interest_id": "",
                    "member": "Sir Andrew Mitchell",
                    "party": "conservative",
                    "mnis_id": 1211,
                    "twfy_id": "11115",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Ukraine between 29 May 2025 and 31 May 2025"
                },
                {
                    "id": 12631,
                    "parent_interest_id": "",
                    "member": "Alan Mak",
                    "party": "conservative",
                    "mnis_id": 4484,
                    "twfy_id": "25285",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Polyseam Limited - \u00a35,000.00"
                },
                {
                    "id": 12632,
                    "parent_interest_id": "",
                    "member": "Sir Andrew Mitchell",
                    "party": "conservative",
                    "mnis_id": 1211,
                    "twfy_id": "11115",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Morocco between 31 May 2025 and 03 June 2025"
                },
                {
                    "id": 12633,
                    "parent_interest_id": "",
                    "member": "Dame Chi Onwurah",
                    "party": "labour",
                    "mnis_id": 4124,
                    "twfy_id": "24807",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Newcastle United Limited - \u00a3500.00"
                },
                {
                    "id": 12635,
                    "parent_interest_id": "",
                    "member": "Lizzi Collinge",
                    "party": "labour",
                    "mnis_id": 5225,
                    "twfy_id": "26592",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Humanists UK - \u00a3466.49"
                },
                {
                    "id": 12637,
                    "parent_interest_id": "",
                    "member": "Paul Maskey",
                    "party": "sinn-fein",
                    "mnis_id": 4245,
                    "twfy_id": "13904",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to United States between 04 June 2025 and 07 June 2025"
                },
                {
                    "id": 12639,
                    "parent_interest_id": "",
                    "member": "Yuan Yang",
                    "party": "labour",
                    "mnis_id": 5267,
                    "twfy_id": "26600",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Eric Lonergan - \u00a310,000.00"
                },
                {
                    "id": 12640,
                    "parent_interest_id": "",
                    "member": "Sir Oliver Dowden",
                    "party": "conservative",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to France between 01 June 2025 and 04 June 2025"
                },
                {
                    "id": 12641,
                    "parent_interest_id": "",
                    "member": "Perran Moon",
                    "party": "labour",
                    "mnis_id": 5208,
                    "twfy_id": "26482",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "UKREiiF & Built Environment Networking Ltd - \u00a3550.00"
                },
                {
                    "id": 12642,
                    "parent_interest_id": "",
                    "member": "Sonia Kumar",
                    "party": "labour",
                    "mnis_id": 5274,
                    "twfy_id": "26590",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "SME4LABOUR LTD - \u00a32,000.00"
                },
                {
                    "id": 12644,
                    "parent_interest_id": "",
                    "member": "Perran Moon",
                    "party": "labour",
                    "mnis_id": 5208,
                    "twfy_id": "26482",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "UKREiiF & Built Environment Networking Ltd - \u00a3128.22"
                },
                {
                    "id": 12645,
                    "parent_interest_id": "",
                    "member": "Dr Rupa Huq",
                    "party": "labour",
                    "mnis_id": 4511,
                    "twfy_id": "25284",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Armenia between 25 May 2025 and 28 May 2025"
                },
                {
                    "id": 12646,
                    "parent_interest_id": "",
                    "member": "Blair McDougall",
                    "party": "labour",
                    "mnis_id": 5076,
                    "twfy_id": "26490",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Membership of Advisory Board to Standing Group on Atrocity Crimes"
                },
                {
                    "id": 12647,
                    "parent_interest_id": "",
                    "member": "Jonathan Reynolds",
                    "party": "labourco-operative",
                    "mnis_id": 4119,
                    "twfy_id": "24929",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Sunderland Association Football Club Limited - \u00a3750.00"
                },
                {
                    "id": 12648,
                    "parent_interest_id": "",
                    "member": "Sir Ashley Fox",
                    "party": "conservative",
                    "mnis_id": 5101,
                    "twfy_id": "26370",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Persimmon Homes Ltd - \u00a32,000.00"
                },
                {
                    "id": 12649,
                    "parent_interest_id": "",
                    "member": "Sir James Cleverly",
                    "party": "conservative",
                    "mnis_id": 4366,
                    "twfy_id": "25376",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Speaking engagements - JLA Speakers Ltd"
                },
                {
                    "id": 12650,
                    "parent_interest_id": 12649.0,
                    "member": "Sir James Cleverly",
                    "party": "conservative",
                    "mnis_id": 4366,
                    "twfy_id": "25376",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 21 May 2025 - \u00a321,250.00"
                },
                {
                    "id": 12651,
                    "parent_interest_id": 12649.0,
                    "member": "Sir James Cleverly",
                    "party": "conservative",
                    "mnis_id": 4366,
                    "twfy_id": "25376",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 21 May 2025 - \u00a37,267.50"
                },
                {
                    "id": 12988,
                    "parent_interest_id": 12649.0,
                    "member": "Sir James Cleverly",
                    "party": "conservative",
                    "mnis_id": 4366,
                    "twfy_id": "25376",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 17 July 2025 - \u00a38,500.00"
                },
                {
                    "id": 13500,
                    "parent_interest_id": 12649.0,
                    "member": "Sir James Cleverly",
                    "party": "conservative",
                    "mnis_id": 4366,
                    "twfy_id": "25376",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 03 October 2025 - \u00a311,900.00"
                },
                {
                    "id": 13501,
                    "parent_interest_id": 12649.0,
                    "member": "Sir James Cleverly",
                    "party": "conservative",
                    "mnis_id": 4366,
                    "twfy_id": "25376",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 03 October 2025 - \u00a35,950.00"
                },
                {
                    "id": 13502,
                    "parent_interest_id": 12649.0,
                    "member": "Sir James Cleverly",
                    "party": "conservative",
                    "mnis_id": 4366,
                    "twfy_id": "25376",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 08 August 2025 - \u00a312,750.00"
                },
                {
                    "id": 14114,
                    "parent_interest_id": 12649.0,
                    "member": "Sir James Cleverly",
                    "party": "conservative",
                    "mnis_id": 4366,
                    "twfy_id": "25376",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 05 December 2025 - \u00a36,800.00"
                },
                {
                    "id": 14246,
                    "parent_interest_id": 12649.0,
                    "member": "Sir James Cleverly",
                    "party": "conservative",
                    "mnis_id": 4366,
                    "twfy_id": "25376",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 19 December 2025 - \u00a35,950.00"
                },
                {
                    "id": 12653,
                    "parent_interest_id": "",
                    "member": "Bambos Charalambous",
                    "party": "labour",
                    "mnis_id": 4610,
                    "twfy_id": "25676",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Cyprus between 26 May 2025 and 29 May 2025"
                },
                {
                    "id": 12654,
                    "parent_interest_id": "",
                    "member": "Mike Reader",
                    "party": "labour",
                    "mnis_id": 5316,
                    "twfy_id": "26630",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Built Enviroment Networking Limited - \u00a3550.00"
                },
                {
                    "id": 12655,
                    "parent_interest_id": "",
                    "member": "Nigel Huddleston",
                    "party": "conservative",
                    "mnis_id": 4407,
                    "twfy_id": "25381",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Carlton Club (London) Ltd - \u00a3840.00"
                },
                {
                    "id": 12656,
                    "parent_interest_id": "",
                    "member": "Mike Reader",
                    "party": "labour",
                    "mnis_id": 5316,
                    "twfy_id": "26630",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Mace Consult Limited - \u00a3161.28"
                },
                {
                    "id": 12657,
                    "parent_interest_id": "",
                    "member": "Sonia Kumar",
                    "party": "labour",
                    "mnis_id": 5274,
                    "twfy_id": "26590",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "SME4LABOUR LTD - \u00a31,500.00"
                },
                {
                    "id": 12658,
                    "parent_interest_id": "",
                    "member": "Paula Barker",
                    "party": "labour",
                    "mnis_id": 4828,
                    "twfy_id": "25819",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Taiwan between 24 May 2025 and 30 May 2025"
                },
                {
                    "id": 12659,
                    "parent_interest_id": "",
                    "member": "Connor Naismith",
                    "party": "labour",
                    "mnis_id": 5273,
                    "twfy_id": "26506",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Taiwan between 24 May 2025 and 30 May 2025"
                },
                {
                    "id": 12660,
                    "parent_interest_id": "",
                    "member": "Mrs Kemi Badenoch",
                    "party": "conservative",
                    "mnis_id": 4597,
                    "twfy_id": "25693",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "J.C. Bamford Excavators Limited - \u00a3150,000.00"
                },
                {
                    "id": 12661,
                    "parent_interest_id": "",
                    "member": "Dan Tomlinson",
                    "party": "labour",
                    "mnis_id": 5282,
                    "twfy_id": "26502",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Cyprus between 26 May 2025 and 29 May 2025"
                },
                {
                    "id": 12662,
                    "parent_interest_id": "",
                    "member": "Andrew Griffith",
                    "party": "conservative",
                    "mnis_id": 4874,
                    "twfy_id": "25927",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "James Mellon - \u00a35,000.00"
                },
                {
                    "id": 12663,
                    "parent_interest_id": "",
                    "member": "Navendu Mishra",
                    "party": "labour",
                    "mnis_id": 4811,
                    "twfy_id": "25836",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Taiwan between 24 May 2025 and 30 May 2025"
                },
                {
                    "id": 12664,
                    "parent_interest_id": "",
                    "member": "Gill Furniss",
                    "party": "labour",
                    "mnis_id": 4571,
                    "twfy_id": "25489",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Taiwan between 24 May 2025 and 30 May 2025"
                },
                {
                    "id": 12666,
                    "parent_interest_id": "",
                    "member": "Sir Roger Gale",
                    "party": "conservative",
                    "mnis_id": 87,
                    "twfy_id": "10217",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Cyprus between 26 May 2025 and 29 May 2025"
                },
                {
                    "id": 12667,
                    "parent_interest_id": "",
                    "member": "Sir Roger Gale",
                    "party": "conservative",
                    "mnis_id": 87,
                    "twfy_id": "10217",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Honorary Citizenship of the Republic of Cyprus"
                },
                {
                    "id": 12668,
                    "parent_interest_id": "",
                    "member": "Jack Abbott",
                    "party": "labourco-operative",
                    "mnis_id": 5131,
                    "twfy_id": "26385",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Cambridgeshire and Peterborough Combined Authority - \u00a31,195.00"
                },
                {
                    "id": 12669,
                    "parent_interest_id": "",
                    "member": "Kate Osborne",
                    "party": "labour",
                    "mnis_id": 4783,
                    "twfy_id": "25794",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Football Association - \u00a3350.00"
                },
                {
                    "id": 12670,
                    "parent_interest_id": "",
                    "member": "Munira Wilson",
                    "party": "liberal-democrat",
                    "mnis_id": 4776,
                    "twfy_id": "25820",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Parliamentary Vice-President of London Councils. This is an unpaid role."
                },
                {
                    "id": 12671,
                    "parent_interest_id": "",
                    "member": "Alan Mak",
                    "party": "conservative",
                    "mnis_id": 4484,
                    "twfy_id": "25285",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Informa Telecoms & Media Ltd - \u00a32,085.00"
                },
                {
                    "id": 12672,
                    "parent_interest_id": "",
                    "member": "Pat Cullen",
                    "party": "sinn-fein",
                    "mnis_id": 5261,
                    "twfy_id": "26614",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to United States between 26 May 2025 and 02 June 2025"
                },
                {
                    "id": 12673,
                    "parent_interest_id": "",
                    "member": "Apsana Begum",
                    "party": "labour",
                    "mnis_id": 4790,
                    "twfy_id": "25914",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Sri Lanka between 24 May 2025 and 02 June 2025"
                },
                {
                    "id": 12674,
                    "parent_interest_id": "",
                    "member": "Charlie Maynard",
                    "party": "liberal-democrat",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Marriott Harrison - \u00a328,009.80"
                },
                {
                    "id": 12675,
                    "parent_interest_id": "",
                    "member": "Charlie Maynard",
                    "party": "liberal-democrat",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "William Day - \u00a324,000.00"
                },
                {
                    "id": 12676,
                    "parent_interest_id": "",
                    "member": "Charlie Maynard",
                    "party": "liberal-democrat",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Riz Mokal - \u00a335,370.00"
                },
                {
                    "id": 12677,
                    "parent_interest_id": "",
                    "member": "Zarah Sultana",
                    "party": "your-party",
                    "mnis_id": 4786,
                    "twfy_id": "25909",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Bloody Sunday Trust - \u00a3831.14"
                },
                {
                    "id": 12679,
                    "parent_interest_id": "",
                    "member": "Patrick Hurley",
                    "party": "labour",
                    "mnis_id": 5052,
                    "twfy_id": "26463",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "SXSW London t/a Panarise Ltd - \u00a31,560.00"
                },
                {
                    "id": 12680,
                    "parent_interest_id": "",
                    "member": "Alan Mak",
                    "party": "conservative",
                    "mnis_id": 4484,
                    "twfy_id": "25285",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Outward Capital LLP - \u00a31,641.32"
                },
                {
                    "id": 12681,
                    "parent_interest_id": "",
                    "member": "Stuart Andrew",
                    "party": "conservative",
                    "mnis_id": 4032,
                    "twfy_id": "24864",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Ascot Racecourse Limited - \u00a3550.00"
                },
                {
                    "id": 12682,
                    "parent_interest_id": "",
                    "member": "Clive Lewis",
                    "party": "labour",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Compass - Together for a Good Society Ltd - \u00a36,903.75"
                },
                {
                    "id": 12683,
                    "parent_interest_id": "",
                    "member": "Mark Sewards",
                    "party": "labour",
                    "mnis_id": 5166,
                    "twfy_id": "26440",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Gibraltar between 04 June 2025 and 06 June 2025"
                },
                {
                    "id": 12685,
                    "parent_interest_id": "",
                    "member": "Dame Caroline Dinenage",
                    "party": "conservative",
                    "mnis_id": 4008,
                    "twfy_id": "24873",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The British Academy of Songwriters, Composers and Authors, trading as The Ivors Academy - \u00a31,175.00"
                },
                {
                    "id": 12686,
                    "parent_interest_id": "",
                    "member": "Bob Blackman",
                    "party": "conservative",
                    "mnis_id": 4005,
                    "twfy_id": "24945",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Cyprus between 26 May 2025 and 02 June 2025"
                },
                {
                    "id": 12687,
                    "parent_interest_id": "",
                    "member": "Max Wilkinson",
                    "party": "liberal-democrat",
                    "mnis_id": 5055,
                    "twfy_id": "26344",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Lucky Onion Group Ltd - \u00a3476.00"
                },
                {
                    "id": 12688,
                    "parent_interest_id": "",
                    "member": "Tim Roca",
                    "party": "labour",
                    "mnis_id": 5287,
                    "twfy_id": "26549",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Gibraltar between 04 June 2025 and 06 June 2025"
                },
                {
                    "id": 12689,
                    "parent_interest_id": "",
                    "member": "Sir Andrew Mitchell",
                    "party": "conservative",
                    "mnis_id": 1211,
                    "twfy_id": "11115",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Senior Advisor to the Chief Executive Officer - Africa50"
                },
                {
                    "id": 12690,
                    "parent_interest_id": 12689.0,
                    "member": "Sir Andrew Mitchell",
                    "party": "conservative",
                    "mnis_id": 1211,
                    "twfy_id": "11115",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement starting 27 June 2025 - \u00a322,000.00"
                },
                {
                    "id": 12691,
                    "parent_interest_id": "",
                    "member": "Martin Vickers",
                    "party": "conservative",
                    "mnis_id": 3957,
                    "twfy_id": "24814",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Cyprus between 26 May 2025 and 29 May 2025"
                },
                {
                    "id": 12692,
                    "parent_interest_id": "",
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of the Advisory Board of United Against a Nuclear Iran. This is a non-profit that campaigns against Iran's nuclear ambitions.  This is an unpaid role."
                },
                {
                    "id": 12693,
                    "parent_interest_id": "",
                    "member": "Natalie Fleet",
                    "party": "labour",
                    "mnis_id": 5053,
                    "twfy_id": "26343",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Football Association - \u00a3705.00"
                },
                {
                    "id": 12694,
                    "parent_interest_id": "",
                    "member": "Tahir Ali",
                    "party": "labour",
                    "mnis_id": 4747,
                    "twfy_id": "25888",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Taiwan between 24 May 2025 and 30 May 2025"
                },
                {
                    "id": 12698,
                    "parent_interest_id": "",
                    "member": "Sir Jeremy Hunt",
                    "party": "conservative",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Global Media IP Ltd - \u00a31,250.00"
                },
                {
                    "id": 12699,
                    "parent_interest_id": "",
                    "member": "David Simmonds",
                    "party": "conservative",
                    "mnis_id": 4872,
                    "twfy_id": "25892",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Parliamentary Vice-President of London Councils. This is an unpaid role."
                },
                {
                    "id": 12700,
                    "parent_interest_id": "",
                    "member": "Tony Vaughan",
                    "party": "labour",
                    "mnis_id": 5067,
                    "twfy_id": "26346",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to France on 12 June 2025"
                },
                {
                    "id": 12702,
                    "parent_interest_id": "",
                    "member": "Dawn Butler",
                    "party": "labour",
                    "mnis_id": 1489,
                    "twfy_id": "11447",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Ghana between 23 May 2025 and 01 June 2025"
                },
                {
                    "id": 12703,
                    "parent_interest_id": "",
                    "member": "Mr Paul Kohler",
                    "party": "liberal-democrat",
                    "mnis_id": 5321,
                    "twfy_id": "26570",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "AFC Wimbledon - \u00a3700.00"
                },
                {
                    "id": 12704,
                    "parent_interest_id": "",
                    "member": "Bell Ribeiro-Addy",
                    "party": "labour",
                    "mnis_id": 4764,
                    "twfy_id": "25856",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Ghana between 23 May 2025 and 01 June 2025"
                },
                {
                    "id": 12705,
                    "parent_interest_id": "",
                    "member": "Wendy Morton",
                    "party": "conservative",
                    "mnis_id": 4358,
                    "twfy_id": "25342",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Kelliher Insurance Group - \u00a35,000.00"
                },
                {
                    "id": 12707,
                    "parent_interest_id": "",
                    "member": "Chris Law",
                    "party": "scottish-national-party",
                    "mnis_id": 4403,
                    "twfy_id": "25270",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Japan between 27 May 2025 and 05 June 2025"
                },
                {
                    "id": 12709,
                    "parent_interest_id": "",
                    "member": "Jack Abbott",
                    "party": "labourco-operative",
                    "mnis_id": 5131,
                    "twfy_id": "26385",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Ipswich Town Football Club Company Limited - \u00a31,060.00"
                },
                {
                    "id": 12710,
                    "parent_interest_id": "",
                    "member": "Sarah Sackman",
                    "party": "labour",
                    "mnis_id": 5204,
                    "twfy_id": "26438",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Trevor Chinn - \u00a32,500.00"
                },
                {
                    "id": 12711,
                    "parent_interest_id": "",
                    "member": "Anna Gelderd",
                    "party": "labour",
                    "mnis_id": 5353,
                    "twfy_id": "26618",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to France between 07 June 2025 and 11 June 2025"
                },
                {
                    "id": 12712,
                    "parent_interest_id": "",
                    "member": "Mark Pritchard",
                    "party": "conservative",
                    "mnis_id": 1576,
                    "twfy_id": "11946",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Ukraine between 29 May 2025 and 01 June 2025"
                },
                {
                    "id": 12713,
                    "parent_interest_id": "",
                    "member": "Caroline Voaden",
                    "party": "liberal-democrat",
                    "mnis_id": 5216,
                    "twfy_id": "26511",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Shellfish Association of Great Britain - \u00a3440.00"
                },
                {
                    "id": 12714,
                    "parent_interest_id": "",
                    "member": "Munira Wilson",
                    "party": "liberal-democrat",
                    "mnis_id": 4776,
                    "twfy_id": "25820",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Durham Group Estates - \u00a35,000.00"
                },
                {
                    "id": 12715,
                    "parent_interest_id": "",
                    "member": "Joe Powell",
                    "party": "labour",
                    "mnis_id": 5229,
                    "twfy_id": "26477",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "SXSW London Limited - \u00a31,300.00"
                },
                {
                    "id": 12717,
                    "parent_interest_id": "",
                    "member": "Sir Jeremy Hunt",
                    "party": "conservative",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "HSBC UK (Ian Stuart, CEO) - \u00a31,236.00"
                },
                {
                    "id": 12718,
                    "parent_interest_id": "",
                    "member": "Sir John Whittingdale",
                    "party": "conservative",
                    "mnis_id": 39,
                    "twfy_id": "10632",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Betting & Gaming Council - \u00a33,600.00"
                },
                {
                    "id": 12719,
                    "parent_interest_id": "",
                    "member": "Jon Pearce",
                    "party": "labour",
                    "mnis_id": 5115,
                    "twfy_id": "26362",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Palestine between 25 May 2025 and 29 May 2025"
                },
                {
                    "id": 12721,
                    "parent_interest_id": "",
                    "member": "Sir Jeremy Hunt",
                    "party": "conservative",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Speaking engagement - A Bit of TLC Ltd"
                },
                {
                    "id": 12722,
                    "parent_interest_id": 12721.0,
                    "member": "Sir Jeremy Hunt",
                    "party": "conservative",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 26 June 2025 - \u00a3250.00"
                },
                {
                    "id": 12724,
                    "parent_interest_id": "",
                    "member": "Lisa Smart",
                    "party": "liberal-democrat",
                    "mnis_id": 5070,
                    "twfy_id": "26556",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Hilary Stone - \u00a32,000.00"
                },
                {
                    "id": 12725,
                    "parent_interest_id": "",
                    "member": "Esther McVey",
                    "party": "conservative",
                    "mnis_id": 4084,
                    "twfy_id": "24882",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Guest on TV show - News UK"
                },
                {
                    "id": 12726,
                    "parent_interest_id": 12725.0,
                    "member": "Esther McVey",
                    "party": "conservative",
                    "mnis_id": 4084,
                    "twfy_id": "24882",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 29 May 2025 - \u00a3320.00"
                },
                {
                    "id": 12930,
                    "parent_interest_id": 12725.0,
                    "member": "Esther McVey",
                    "party": "conservative",
                    "mnis_id": 4084,
                    "twfy_id": "24882",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 02 July 2025 - \u00a3280.00"
                },
                {
                    "id": 13223,
                    "parent_interest_id": 12725.0,
                    "member": "Esther McVey",
                    "party": "conservative",
                    "mnis_id": 4084,
                    "twfy_id": "24882",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 03 September 2025 - \u00a3280.00"
                },
                {
                    "id": 13778,
                    "parent_interest_id": 12725.0,
                    "member": "Esther McVey",
                    "party": "conservative",
                    "mnis_id": 4084,
                    "twfy_id": "24882",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 04 November 2025 - \u00a3240.00"
                },
                {
                    "id": 12727,
                    "parent_interest_id": "",
                    "member": "Sir Andrew Mitchell",
                    "party": "conservative",
                    "mnis_id": 1211,
                    "twfy_id": "11115",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Aid Alliance - \u00a31,600.00"
                },
                {
                    "id": 12729,
                    "parent_interest_id": "",
                    "member": "Mike Reader",
                    "party": "labour",
                    "mnis_id": 5316,
                    "twfy_id": "26630",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Mace Consult Limited - \u00a3201.60"
                },
                {
                    "id": 12730,
                    "parent_interest_id": "",
                    "member": "Josh Simons",
                    "party": "labour",
                    "mnis_id": 5060,
                    "twfy_id": "26328",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Michael Craven - \u00a35,000.00"
                },
                {
                    "id": 12733,
                    "parent_interest_id": "",
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Member of the advisory board - Sulnox Group Plc"
                },
                {
                    "id": 12735,
                    "parent_interest_id": 12733.0,
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement - \u00a38,750.00"
                },
                {
                    "id": 13046,
                    "parent_interest_id": 12733.0,
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 14 July 2025 - \u00a32,517.02"
                },
                {
                    "id": 12734,
                    "parent_interest_id": "",
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Appointment as a patron of Hong Kong Watch. This is an unpaid role."
                },
                {
                    "id": 12736,
                    "parent_interest_id": "",
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Writing - The Spectator"
                },
                {
                    "id": 12739,
                    "parent_interest_id": "",
                    "member": "Steve Yemm",
                    "party": "labour",
                    "mnis_id": 5194,
                    "twfy_id": "26469",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Royal British Legion Trading Ltd - \u00a33,750.00"
                },
                {
                    "id": 12744,
                    "parent_interest_id": "",
                    "member": "Tom Rutland",
                    "party": "labour",
                    "mnis_id": 5222,
                    "twfy_id": "26467",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Lawn Tennis Association - \u00a3399.47"
                },
                {
                    "id": 12745,
                    "parent_interest_id": "",
                    "member": "Graham Stuart",
                    "party": "conservative",
                    "mnis_id": 1482,
                    "twfy_id": "11406",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "LTA - \u00a31,198.40"
                },
                {
                    "id": 12746,
                    "parent_interest_id": "",
                    "member": "Jeremy Corbyn",
                    "party": "independent",
                    "mnis_id": 185,
                    "twfy_id": "10133",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "How The Light Gets In (TVF Limited) - \u00a3155.00"
                },
                {
                    "id": 12749,
                    "parent_interest_id": "",
                    "member": "Mr Louie French",
                    "party": "conservative",
                    "mnis_id": 4932,
                    "twfy_id": "26055",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Ascot Racecourse - \u00a3590.00"
                },
                {
                    "id": 12751,
                    "parent_interest_id": "",
                    "member": "Tonia Antoniazzi",
                    "party": "labour",
                    "mnis_id": 4623,
                    "twfy_id": "25634",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Vice-chair of the British Irish Parliamentary Assembly. This is an unpaid role."
                },
                {
                    "id": 12753,
                    "parent_interest_id": "",
                    "member": "Mike Reader",
                    "party": "labour",
                    "mnis_id": 5316,
                    "twfy_id": "26630",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Jockey Club Racecourses Ltd - \u00a3680.00"
                },
                {
                    "id": 12754,
                    "parent_interest_id": "",
                    "member": "Greg Smith",
                    "party": "conservative",
                    "mnis_id": 4778,
                    "twfy_id": "25925",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Ascot Racecourse Limited - \u00a3590.00"
                },
                {
                    "id": 12755,
                    "parent_interest_id": "",
                    "member": "Sir Oliver Dowden",
                    "party": "conservative",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Kamal Pankhania - \u00a3450.00"
                },
                {
                    "id": 12756,
                    "parent_interest_id": "",
                    "member": "Sir Oliver Dowden",
                    "party": "conservative",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Fazan Tahir - \u00a33,700.00"
                },
                {
                    "id": 12757,
                    "parent_interest_id": "",
                    "member": "Sir Oliver Dowden",
                    "party": "conservative",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "category": "Gifts and benefits from sources outside the UK",
                    "category_code": "5",
                    "summary": "SM Entertainment - \u00a3400.00"
                },
                {
                    "id": 12758,
                    "parent_interest_id": "",
                    "member": "Jim McMahon",
                    "party": "labourco-operative",
                    "mnis_id": 4569,
                    "twfy_id": "25475",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Oldham Athletic Football Club - \u00a3580.00"
                },
                {
                    "id": 12759,
                    "parent_interest_id": "",
                    "member": "Jim McMahon",
                    "party": "labourco-operative",
                    "mnis_id": 4569,
                    "twfy_id": "25475",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Oldham Athletic Football Club - \u00a3110.00"
                },
                {
                    "id": 12762,
                    "parent_interest_id": "",
                    "member": "Liam Byrne",
                    "party": "labour",
                    "mnis_id": 1171,
                    "twfy_id": "11360",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Sir Trevor Chinn - \u00a32,500.00"
                },
                {
                    "id": 12763,
                    "parent_interest_id": "",
                    "member": "Charlie Maynard",
                    "party": "liberal-democrat",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in 315 Holding Company Pte Ltd (Nhi Dong 315)"
                },
                {
                    "id": 12764,
                    "parent_interest_id": "",
                    "member": "Helen Maguire",
                    "party": "liberal-democrat",
                    "mnis_id": 5336,
                    "twfy_id": "26627",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Royal United Services Institute - \u00a3840.00"
                },
                {
                    "id": 12765,
                    "parent_interest_id": "",
                    "member": "Alison Griffiths",
                    "party": "conservative",
                    "mnis_id": 5203,
                    "twfy_id": "26536",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Lawn Tennis Association Limited - \u00a3420.00"
                },
                {
                    "id": 12766,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Leader of Restore Britain. This is an unpaid role."
                },
                {
                    "id": 12767,
                    "parent_interest_id": "",
                    "member": "Sir Oliver Dowden",
                    "party": "conservative",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Strategy Adviser - Francisco Partners Management LP"
                },
                {
                    "id": 13559,
                    "parent_interest_id": 12767.0,
                    "member": "Sir Oliver Dowden",
                    "party": "conservative",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 08 October 2025 - \u00a325,000.00"
                },
                {
                    "id": 14316,
                    "parent_interest_id": 12767.0,
                    "member": "Sir Oliver Dowden",
                    "party": "conservative",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 02 January 2026 - \u00a335,000.00"
                },
                {
                    "id": 12768,
                    "parent_interest_id": "",
                    "member": "Clive Lewis",
                    "party": "labour",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Glastonbury Festivals Limited - \u00a3388.75"
                },
                {
                    "id": 12769,
                    "parent_interest_id": "",
                    "member": "Mr Toby Perkins",
                    "party": "labour",
                    "mnis_id": 3952,
                    "twfy_id": "24845",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Lawn Tennis Association - \u00a3399.47"
                },
                {
                    "id": 12770,
                    "parent_interest_id": "",
                    "member": "Mr Toby Perkins",
                    "party": "labour",
                    "mnis_id": 3952,
                    "twfy_id": "24845",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Lawn Tennis Association - \u00a31,015.12"
                },
                {
                    "id": 12771,
                    "parent_interest_id": "",
                    "member": "David Mundell",
                    "party": "conservative",
                    "mnis_id": 1512,
                    "twfy_id": "11970",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "LTA Operations Limited - \u00a3399.47"
                },
                {
                    "id": 12772,
                    "parent_interest_id": "",
                    "member": "David Mundell",
                    "party": "conservative",
                    "mnis_id": 1512,
                    "twfy_id": "11970",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Tanzania between 21 June 2025 and 27 June 2025"
                },
                {
                    "id": 12773,
                    "parent_interest_id": "",
                    "member": "Priti Patel",
                    "party": "conservative",
                    "mnis_id": 4066,
                    "twfy_id": "24778",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Jockey Club Racecourses Ltd - \u00a3680.00"
                },
                {
                    "id": 12774,
                    "parent_interest_id": "",
                    "member": "Jack Rankin",
                    "party": "conservative",
                    "mnis_id": 5340,
                    "twfy_id": "26622",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Ascot Racecourse Limited - \u00a3550.00"
                },
                {
                    "id": 12775,
                    "parent_interest_id": "",
                    "member": "Ben Obese-Jecty",
                    "party": "conservative",
                    "mnis_id": 5089,
                    "twfy_id": "26354",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Board Member of the Cromwell Museum, Huntingdon. This is an unpaid role."
                },
                {
                    "id": 12776,
                    "parent_interest_id": "",
                    "member": "Jeremy Corbyn",
                    "party": "independent",
                    "mnis_id": 185,
                    "twfy_id": "10133",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Belgium between 11 June 2025 and 12 June 2025"
                },
                {
                    "id": 12777,
                    "parent_interest_id": "",
                    "member": "Jack Rankin",
                    "party": "conservative",
                    "mnis_id": 5340,
                    "twfy_id": "26622",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Leonard and Judith Licht - \u00a330,000.00"
                },
                {
                    "id": 12778,
                    "parent_interest_id": "",
                    "member": "Carla Denyer",
                    "party": "green",
                    "mnis_id": 5102,
                    "twfy_id": "26379",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Incisive Business Media - \u00a3495.00"
                },
                {
                    "id": 12779,
                    "parent_interest_id": "",
                    "member": "Barry Gardiner",
                    "party": "labour",
                    "mnis_id": 146,
                    "twfy_id": "10220",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to France between 09 June 2025 and 11 June 2025"
                },
                {
                    "id": 12780,
                    "parent_interest_id": "",
                    "member": "Saqib Bhatti",
                    "party": "conservative",
                    "mnis_id": 4818,
                    "twfy_id": "25847",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Warwickshire County Cricket Club Ltd - \u00a32,400.00"
                },
                {
                    "id": 12781,
                    "parent_interest_id": "",
                    "member": "Dr Simon Opher",
                    "party": "labour",
                    "mnis_id": 5030,
                    "twfy_id": "26313",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "SXSW London - \u00a31,300.00"
                },
                {
                    "id": 12782,
                    "parent_interest_id": "",
                    "member": "Rachel Taylor",
                    "party": "labour",
                    "mnis_id": 5065,
                    "twfy_id": "26478",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Lawn Tennis Association - \u00a3399.47"
                },
                {
                    "id": 12783,
                    "parent_interest_id": "",
                    "member": "Steve Race",
                    "party": "labour",
                    "mnis_id": 5064,
                    "twfy_id": "26345",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Tanzania between 21 June 2025 and 27 June 2025"
                },
                {
                    "id": 12784,
                    "parent_interest_id": "",
                    "member": "Kim Leadbeater",
                    "party": "labour",
                    "mnis_id": 4923,
                    "twfy_id": "26040",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Lawn Tennis Association - \u00a3630.00"
                },
                {
                    "id": 12785,
                    "parent_interest_id": "",
                    "member": "Natalie Fleet",
                    "party": "labour",
                    "mnis_id": 5053,
                    "twfy_id": "26343",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Football Association Ltd - \u00a3525.00"
                },
                {
                    "id": 12786,
                    "parent_interest_id": "",
                    "member": "Rachel Taylor",
                    "party": "labour",
                    "mnis_id": 5065,
                    "twfy_id": "26478",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Premier League - \u00a31,798.00"
                },
                {
                    "id": 12787,
                    "parent_interest_id": "",
                    "member": "Andrew Western",
                    "party": "labour",
                    "mnis_id": 4979,
                    "twfy_id": "26120",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Homes for Britain Ltd - \u00a35,000.00"
                },
                {
                    "id": 12788,
                    "parent_interest_id": "",
                    "member": "Helen Grant",
                    "party": "conservative",
                    "mnis_id": 4018,
                    "twfy_id": "24796",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Lawn Tennis Association Limited - \u00a3399.47"
                },
                {
                    "id": 12789,
                    "parent_interest_id": "",
                    "member": "Helen Grant",
                    "party": "conservative",
                    "mnis_id": 4018,
                    "twfy_id": "24796",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Lawn Tennis Association Ltd - \u00a31,015.12"
                },
                {
                    "id": 12790,
                    "parent_interest_id": "",
                    "member": "Harriet Cross",
                    "party": "conservative",
                    "mnis_id": 5311,
                    "twfy_id": "26538",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "London Marathon Events Ltd - \u00a3350.00"
                },
                {
                    "id": 12796,
                    "parent_interest_id": "",
                    "member": "Ms Diane Abbott",
                    "party": "independent",
                    "mnis_id": 172,
                    "twfy_id": "10001",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Ghana between 23 May 2025 and 01 June 2025"
                },
                {
                    "id": 12797,
                    "parent_interest_id": "",
                    "member": "James Murray",
                    "party": "labourco-operative",
                    "mnis_id": 4797,
                    "twfy_id": "25801",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "BBC - \u00a3221.20"
                },
                {
                    "id": 12798,
                    "parent_interest_id": "",
                    "member": "James Murray",
                    "party": "labourco-operative",
                    "mnis_id": 4797,
                    "twfy_id": "25801",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "BBC - \u00a3498.30"
                },
                {
                    "id": 12799,
                    "parent_interest_id": "",
                    "member": "Mr Peter Bedford",
                    "party": "conservative",
                    "mnis_id": 5330,
                    "twfy_id": "26625",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Football Association Limited - \u00a3350.00"
                },
                {
                    "id": 12800,
                    "parent_interest_id": "",
                    "member": "Sir Andrew Mitchell",
                    "party": "conservative",
                    "mnis_id": 1211,
                    "twfy_id": "11115",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Glass Express Midlands Ltd - \u00a37,500.00"
                },
                {
                    "id": 12801,
                    "parent_interest_id": "",
                    "member": "Mr Joshua Reynolds",
                    "party": "liberal-democrat",
                    "mnis_id": 5343,
                    "twfy_id": "26608",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Ahmed Hindawi - \u00a35,000.00"
                },
                {
                    "id": 12802,
                    "parent_interest_id": "",
                    "member": "Alex Brewer",
                    "party": "liberal-democrat",
                    "mnis_id": 5263,
                    "twfy_id": "26366",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Patrick Foster - \u00a35,600.00"
                },
                {
                    "id": 12803,
                    "parent_interest_id": "",
                    "member": "Richard Baker",
                    "party": "labour",
                    "mnis_id": 5253,
                    "twfy_id": "13952",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Aberdeen"
                },
                {
                    "id": 12804,
                    "parent_interest_id": "",
                    "member": "Dame Meg Hillier",
                    "party": "labourco-operative",
                    "mnis_id": 1524,
                    "twfy_id": "11605",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Canada between 15 June 2025 and 19 June 2025"
                },
                {
                    "id": 12805,
                    "parent_interest_id": "",
                    "member": "Olivia Blake",
                    "party": "labour",
                    "mnis_id": 4864,
                    "twfy_id": "25908",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to France on 12 June 2025"
                },
                {
                    "id": 12807,
                    "parent_interest_id": "",
                    "member": "Alan Mak",
                    "party": "conservative",
                    "mnis_id": 4484,
                    "twfy_id": "25285",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Yasin Al-Gailani - \u00a35,000.00"
                },
                {
                    "id": 12808,
                    "parent_interest_id": "",
                    "member": "Alex Sobel",
                    "party": "labourco-operative",
                    "mnis_id": 4658,
                    "twfy_id": "25680",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Knights Tailoring Ltd - \u00a3750.00"
                },
                {
                    "id": 12813,
                    "parent_interest_id": "",
                    "member": "Alan Mak",
                    "party": "conservative",
                    "mnis_id": 4484,
                    "twfy_id": "25285",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Stanley Fink - \u00a35,000.00"
                },
                {
                    "id": 12814,
                    "parent_interest_id": "",
                    "member": "Stuart Andrew",
                    "party": "conservative",
                    "mnis_id": 4032,
                    "twfy_id": "24864",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Silverstone Circuits Limited - \u00a32,390.00"
                },
                {
                    "id": 12815,
                    "parent_interest_id": "",
                    "member": "Stuart Andrew",
                    "party": "conservative",
                    "mnis_id": 4032,
                    "twfy_id": "24864",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The All England Lawn and Tennis Club (Wimbledon) Limited - \u00a31,066.00"
                },
                {
                    "id": 12816,
                    "parent_interest_id": "",
                    "member": "Margaret Mullane",
                    "party": "labour",
                    "mnis_id": 5272,
                    "twfy_id": "26495",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "CEME - \u00a32,100.00"
                },
                {
                    "id": 12820,
                    "parent_interest_id": "",
                    "member": "Mr Andrew Snowden",
                    "party": "conservative",
                    "mnis_id": 5072,
                    "twfy_id": "26347",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Fylde Borough Council - \u00a3400.00"
                },
                {
                    "id": 12821,
                    "parent_interest_id": "",
                    "member": "Mike Martin",
                    "party": "liberal-democrat",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Dominic Mathon - \u00a3800.00"
                },
                {
                    "id": 12822,
                    "parent_interest_id": "",
                    "member": "Mark Garnier",
                    "party": "conservative",
                    "mnis_id": 4074,
                    "twfy_id": "24824",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Silverstone Circuits Limited - \u00a31,400.00"
                },
                {
                    "id": 12823,
                    "parent_interest_id": "",
                    "member": "Josh Dean",
                    "party": "labour",
                    "mnis_id": 5187,
                    "twfy_id": "26456",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of Future Living, a domestic abuse charity based in Hertford. This is an unpaid role."
                },
                {
                    "id": 12824,
                    "parent_interest_id": "",
                    "member": "Gareth Davies",
                    "party": "conservative",
                    "mnis_id": 4850,
                    "twfy_id": "25858",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Senior Fellow at the Mossavar-Rahmani Center for Business and Government at Harvard Kennedy School. This is an unpaid role."
                },
                {
                    "id": 12827,
                    "parent_interest_id": "",
                    "member": "Sarah Champion",
                    "party": "labour",
                    "mnis_id": 4267,
                    "twfy_id": "25168",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Jersey between 24 June 2025 and 30 June 2025"
                },
                {
                    "id": 12828,
                    "parent_interest_id": "",
                    "member": "Tahir Ali",
                    "party": "labour",
                    "mnis_id": 4747,
                    "twfy_id": "25888",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Director of Tahir Ali Campaigns Ltd. A company established for my re-election campaign."
                },
                {
                    "id": 12829,
                    "parent_interest_id": "",
                    "member": "David Chadwick",
                    "party": "liberal-democrat",
                    "mnis_id": 5284,
                    "twfy_id": "26518",
                    "category": "Gifts and benefits from sources outside the UK",
                    "category_code": "5",
                    "summary": "CMS Analytics - \u00a3995.00"
                },
                {
                    "id": 12831,
                    "parent_interest_id": "",
                    "member": "John Glen",
                    "party": "conservative",
                    "mnis_id": 4051,
                    "twfy_id": "24839",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Future Global Resources Ltd"
                },
                {
                    "id": 12832,
                    "parent_interest_id": "",
                    "member": "Mr Joshua Reynolds",
                    "party": "liberal-democrat",
                    "mnis_id": 5343,
                    "twfy_id": "26608",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Silverstone Circuits Limited - \u00a31,400.00"
                },
                {
                    "id": 12833,
                    "parent_interest_id": "",
                    "member": "Yasmin Qureshi",
                    "party": "labour",
                    "mnis_id": 3924,
                    "twfy_id": "24775",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Silverstone Circuits Limited - \u00a31,400.00"
                },
                {
                    "id": 12834,
                    "parent_interest_id": "",
                    "member": "Alan Gemmell",
                    "party": "labour",
                    "mnis_id": 5185,
                    "twfy_id": "26476",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Global Media & Entertainment Limited - \u00a3500.00"
                },
                {
                    "id": 12835,
                    "parent_interest_id": "",
                    "member": "John Glen",
                    "party": "conservative",
                    "mnis_id": 4051,
                    "twfy_id": "24839",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Blue International Holdings Limited"
                },
                {
                    "id": 12837,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Laurent Sartran - \u00a38,000.00"
                },
                {
                    "id": 12838,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Derek Holder - \u00a35,000.00"
                },
                {
                    "id": 12840,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Benyamin Naeem Habib - \u00a35,000.00"
                },
                {
                    "id": 12841,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Hepburn Bio Care Ltd - \u00a35,000.00"
                },
                {
                    "id": 12842,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Margaret Hepburn - \u00a35,000.00"
                },
                {
                    "id": 12843,
                    "parent_interest_id": "",
                    "member": "Charlie Dewhirst",
                    "party": "conservative",
                    "mnis_id": 5169,
                    "twfy_id": "26461",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Ascot Racecourse Limited - \u00a3590.00"
                },
                {
                    "id": 12845,
                    "parent_interest_id": "",
                    "member": "Mr Andrew Snowden",
                    "party": "conservative",
                    "mnis_id": 5072,
                    "twfy_id": "26347",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "John James - \u00a32,500.00"
                },
                {
                    "id": 12846,
                    "parent_interest_id": "",
                    "member": "Alan Mak",
                    "party": "conservative",
                    "mnis_id": 4484,
                    "twfy_id": "25285",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Chris Wood - \u00a317,500.00"
                },
                {
                    "id": 12847,
                    "parent_interest_id": "",
                    "member": "Alan Mak",
                    "party": "conservative",
                    "mnis_id": 4484,
                    "twfy_id": "25285",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Yan Huo - \u00a320,000.00"
                },
                {
                    "id": 12848,
                    "parent_interest_id": "",
                    "member": "Sarah Champion",
                    "party": "labour",
                    "mnis_id": 4267,
                    "twfy_id": "25168",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Silverstone - \u00a31,400.00"
                },
                {
                    "id": 12849,
                    "parent_interest_id": "",
                    "member": "Mike Martin",
                    "party": "liberal-democrat",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Sue Bishop - \u00a32,000.00"
                },
                {
                    "id": 12850,
                    "parent_interest_id": "",
                    "member": "Cat Eccles",
                    "party": "labour",
                    "mnis_id": 5293,
                    "twfy_id": "26587",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Israel between 25 May 2025 and 29 May 2025"
                },
                {
                    "id": 12852,
                    "parent_interest_id": "",
                    "member": "Andrew Lewin",
                    "party": "labour",
                    "mnis_id": 5061,
                    "twfy_id": "26376",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Best for Britain Ltd - \u00a333,542.32"
                },
                {
                    "id": 12853,
                    "parent_interest_id": "",
                    "member": "Chris Murray",
                    "party": "labour",
                    "mnis_id": 5245,
                    "twfy_id": "26611",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to France on 12 June 2025"
                },
                {
                    "id": 12854,
                    "parent_interest_id": "",
                    "member": "Rishi Sunak",
                    "party": "conservative",
                    "mnis_id": 4483,
                    "twfy_id": "25428",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Senior Advisor - Goldman Sachs International"
                },
                {
                    "id": 14453,
                    "parent_interest_id": 12854.0,
                    "member": "Rishi Sunak",
                    "party": "conservative",
                    "mnis_id": 4483,
                    "twfy_id": "25428",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement starting 08 July 2025 - \u00a31,096,544.13"
                },
                {
                    "id": 12855,
                    "parent_interest_id": "",
                    "member": "Rebecca Smith",
                    "party": "conservative",
                    "mnis_id": 5301,
                    "twfy_id": "26512",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Silverstone Circuits Ltd - \u00a3800.00"
                },
                {
                    "id": 12856,
                    "parent_interest_id": "",
                    "member": "Rebecca Smith",
                    "party": "conservative",
                    "mnis_id": 5301,
                    "twfy_id": "26512",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Board member of the Policy Research Unit. This is an unpaid role."
                },
                {
                    "id": 12857,
                    "parent_interest_id": "",
                    "member": "Rebecca Smith",
                    "party": "conservative",
                    "mnis_id": 5301,
                    "twfy_id": "26512",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Motorsport UK - \u00a31,400.00"
                },
                {
                    "id": 12858,
                    "parent_interest_id": "",
                    "member": "Rebecca Smith",
                    "party": "conservative",
                    "mnis_id": 5301,
                    "twfy_id": "26512",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Babcock International Group - \u00a3140.00"
                },
                {
                    "id": 12859,
                    "parent_interest_id": "",
                    "member": "Rebecca Smith",
                    "party": "conservative",
                    "mnis_id": 5301,
                    "twfy_id": "26512",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Babcock International Group - \u00a385.00"
                },
                {
                    "id": 12860,
                    "parent_interest_id": "",
                    "member": "Rebecca Smith",
                    "party": "conservative",
                    "mnis_id": 5301,
                    "twfy_id": "26512",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Babcock International Group - \u00a390.00"
                },
                {
                    "id": 12861,
                    "parent_interest_id": "",
                    "member": "Rebecca Smith",
                    "party": "conservative",
                    "mnis_id": 5301,
                    "twfy_id": "26512",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Babcock International Group - \u00a325.00"
                },
                {
                    "id": 12862,
                    "parent_interest_id": "",
                    "member": "Peter Prinsley",
                    "party": "labour",
                    "mnis_id": 5163,
                    "twfy_id": "26383",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Israel between 25 May 2025 and 29 May 2025"
                },
                {
                    "id": 12863,
                    "parent_interest_id": "",
                    "member": "John Glen",
                    "party": "conservative",
                    "mnis_id": 4051,
                    "twfy_id": "24839",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Ascot Racecourse Limited - \u00a3590.00"
                },
                {
                    "id": 12864,
                    "parent_interest_id": "",
                    "member": "Ben Obese-Jecty",
                    "party": "conservative",
                    "mnis_id": 5089,
                    "twfy_id": "26354",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Silverstone Circuits Ltd - \u00a31,400.00"
                },
                {
                    "id": 12865,
                    "parent_interest_id": "",
                    "member": "Dame Karen Bradley",
                    "party": "conservative",
                    "mnis_id": 4110,
                    "twfy_id": "24725",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Silverstone Circuits Ltd - \u00a34,928.00"
                },
                {
                    "id": 12866,
                    "parent_interest_id": "",
                    "member": "Dan Tomlinson",
                    "party": "labour",
                    "mnis_id": 5282,
                    "twfy_id": "26502",
                    "category": "Gifts and benefits from sources outside the UK",
                    "category_code": "5",
                    "summary": "Stripe Matter, Inc - \u00a3369.00"
                },
                {
                    "id": 12868,
                    "parent_interest_id": "",
                    "member": "Sarah Bool",
                    "party": "conservative",
                    "mnis_id": 5355,
                    "twfy_id": "26635",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Silverstone Circuits Ltd - \u00a32,000.00"
                },
                {
                    "id": 12869,
                    "parent_interest_id": "",
                    "member": "Sarah Bool",
                    "party": "conservative",
                    "mnis_id": 5355,
                    "twfy_id": "26635",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Silverstone Circuits Limited - \u00a3700.00"
                },
                {
                    "id": 12870,
                    "parent_interest_id": "",
                    "member": "Sarah Bool",
                    "party": "conservative",
                    "mnis_id": 5355,
                    "twfy_id": "26635",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Silverstone Circuits Limited - \u00a31,195.00"
                },
                {
                    "id": 12872,
                    "parent_interest_id": "",
                    "member": "Shaun Davies",
                    "party": "labour",
                    "mnis_id": 5041,
                    "twfy_id": "26332",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of the Nexus Advisory Board (unpaid) at The King's Fund"
                },
                {
                    "id": 12876,
                    "parent_interest_id": "",
                    "member": "Jack Rankin",
                    "party": "conservative",
                    "mnis_id": 5340,
                    "twfy_id": "26622",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Mrs Barbara Hilton - \u00a32,000.00"
                },
                {
                    "id": 12877,
                    "parent_interest_id": "",
                    "member": "Dr Rosena Allin-Khan",
                    "party": "labour",
                    "mnis_id": 4573,
                    "twfy_id": "25579",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Switzerland between 18 June 2025 and 19 June 2025"
                },
                {
                    "id": 12878,
                    "parent_interest_id": "",
                    "member": "Alan Mak",
                    "party": "conservative",
                    "mnis_id": 4484,
                    "twfy_id": "25285",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Damon de Laszlo - \u00a35,000.00"
                },
                {
                    "id": 12879,
                    "parent_interest_id": "",
                    "member": "Dr Ellie Chowns",
                    "party": "green",
                    "mnis_id": 5249,
                    "twfy_id": "26577",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Glastonbury Festival Events Limited - \u00a3393.50"
                },
                {
                    "id": 12880,
                    "parent_interest_id": "",
                    "member": "Mrs Kemi Badenoch",
                    "party": "conservative",
                    "mnis_id": 4597,
                    "twfy_id": "25693",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The All England Lawn Tennis Club (CHAMPIONSHIPS) Limited - \u00a31,396.00"
                },
                {
                    "id": 12881,
                    "parent_interest_id": "",
                    "member": "Priti Patel",
                    "party": "conservative",
                    "mnis_id": 4066,
                    "twfy_id": "24778",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Silverstone Circuits Ltd - \u00a32,390.00"
                },
                {
                    "id": 12882,
                    "parent_interest_id": "",
                    "member": "Leigh Ingham",
                    "party": "labour",
                    "mnis_id": 5290,
                    "twfy_id": "26392",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Google UK Ltd - \u00a32,908.02"
                },
                {
                    "id": 12883,
                    "parent_interest_id": "",
                    "member": "Andrew Griffith",
                    "party": "conservative",
                    "mnis_id": 4874,
                    "twfy_id": "25927",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Charles Lewington - \u00a3750.00"
                },
                {
                    "id": 12884,
                    "parent_interest_id": "",
                    "member": "John Glen",
                    "party": "conservative",
                    "mnis_id": 4051,
                    "twfy_id": "24839",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "I am unpaid Director of the Policy Research Unit Ltd ( PRU)"
                },
                {
                    "id": 12886,
                    "parent_interest_id": "",
                    "member": "Jon Pearce",
                    "party": "labour",
                    "mnis_id": 5115,
                    "twfy_id": "26362",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Mark Adlestone - \u00a32,500.00"
                },
                {
                    "id": 12888,
                    "parent_interest_id": "",
                    "member": "Douglas McAllister",
                    "party": "labour",
                    "mnis_id": 5057,
                    "twfy_id": "26334",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A trusteeship, and Chair of Board, with a newly formed local charitable trust, Dalmuir Community Golf Course, a SCIO. This is an unpaid role."
                },
                {
                    "id": 12890,
                    "parent_interest_id": "",
                    "member": "Zarah Sultana",
                    "party": "your-party",
                    "mnis_id": 4786,
                    "twfy_id": "25909",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Bosnia and Herzegovina between 10 July 2025 and 13 July 2025"
                },
                {
                    "id": 12891,
                    "parent_interest_id": "",
                    "member": "Zarah Sultana",
                    "party": "your-party",
                    "mnis_id": 4786,
                    "twfy_id": "25909",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Glastonbury Festival Events Ltd - \u00a3630.84"
                },
                {
                    "id": 12892,
                    "parent_interest_id": "",
                    "member": "Seamus Logan",
                    "party": "scottish-national-party",
                    "mnis_id": 5280,
                    "twfy_id": "26534",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "R&A Championships Limited - \u00a3750.00"
                },
                {
                    "id": 12893,
                    "parent_interest_id": "",
                    "member": "Graham Stuart",
                    "party": "conservative",
                    "mnis_id": 1482,
                    "twfy_id": "11406",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "LTA - \u00a3200.00"
                },
                {
                    "id": 12894,
                    "parent_interest_id": "",
                    "member": "Fred Thomas",
                    "party": "labour",
                    "mnis_id": 5174,
                    "twfy_id": "26441",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Google UK Ltd - \u00a32,090.84"
                },
                {
                    "id": 12895,
                    "parent_interest_id": "",
                    "member": "Shabana Mahmood",
                    "party": "labour",
                    "mnis_id": 3914,
                    "twfy_id": "24788",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Manjit Jhooty - \u00a32,500.00"
                },
                {
                    "id": 12896,
                    "parent_interest_id": "",
                    "member": "Josh MacAlister",
                    "party": "labour",
                    "mnis_id": 5033,
                    "twfy_id": "26321",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Cressida Pollock and Danny Luhde-Thompson - \u00a310,000.00"
                },
                {
                    "id": 12897,
                    "parent_interest_id": "",
                    "member": "Sir Iain Duncan Smith",
                    "party": "conservative",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Centre for Social Justice (CSJ) - \u00a3377.00"
                },
                {
                    "id": 12898,
                    "parent_interest_id": "",
                    "member": "Ms Nusrat Ghani",
                    "party": "conservative",
                    "mnis_id": 4460,
                    "twfy_id": "25354",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Google UK Ltd - \u00a31,057.78"
                },
                {
                    "id": 12899,
                    "parent_interest_id": "",
                    "member": "Graham Stuart",
                    "party": "conservative",
                    "mnis_id": 1482,
                    "twfy_id": "11406",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "LTA - \u00a3540.00"
                },
                {
                    "id": 12900,
                    "parent_interest_id": "",
                    "member": "Zarah Sultana",
                    "party": "your-party",
                    "mnis_id": 4786,
                    "twfy_id": "25909",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Spain between 23 June 2025 and 25 June 2025"
                },
                {
                    "id": 12901,
                    "parent_interest_id": "",
                    "member": "Josh MacAlister",
                    "party": "labour",
                    "mnis_id": 5033,
                    "twfy_id": "26321",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Lord (David) Sainsbury - \u00a320,000.00"
                },
                {
                    "id": 12902,
                    "parent_interest_id": "",
                    "member": "Alan Mak",
                    "party": "conservative",
                    "mnis_id": 4484,
                    "twfy_id": "25285",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "David Smyth - \u00a32,500.00"
                },
                {
                    "id": 12903,
                    "parent_interest_id": "",
                    "member": "D\u00e1ire Hughes",
                    "party": "sinn-fein",
                    "mnis_id": 5292,
                    "twfy_id": "26470",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Portugal between 12 June 2025 and 15 June 2025"
                },
                {
                    "id": 12904,
                    "parent_interest_id": "",
                    "member": "Jess Brown-Fuller",
                    "party": "liberal-democrat",
                    "mnis_id": 5335,
                    "twfy_id": "26372",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Silverstone Circuits Ltd - \u00a32,390.00"
                },
                {
                    "id": 12905,
                    "parent_interest_id": "",
                    "member": "Emma Reynolds",
                    "party": "labour",
                    "mnis_id": 4077,
                    "twfy_id": "24868",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Paul Mainds - \u00a3350.00"
                },
                {
                    "id": 12907,
                    "parent_interest_id": "",
                    "member": "Charlie Maynard",
                    "party": "liberal-democrat",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "William Day - \u00a34,200.00"
                },
                {
                    "id": 12908,
                    "parent_interest_id": "",
                    "member": "Charlie Maynard",
                    "party": "liberal-democrat",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Riz Mokal - \u00a33,978.00"
                },
                {
                    "id": 12909,
                    "parent_interest_id": "",
                    "member": "Charlie Maynard",
                    "party": "liberal-democrat",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Marriott Harrison LLP - \u00a316,095.60"
                },
                {
                    "id": 12910,
                    "parent_interest_id": "",
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Parliamentary patron of the Conservative Friends of CANZUK. This is an unpaid role."
                },
                {
                    "id": 12911,
                    "parent_interest_id": "",
                    "member": "Greg Smith",
                    "party": "conservative",
                    "mnis_id": 4778,
                    "twfy_id": "25925",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Silverstone Circuits Ltd - \u00a34,590.00"
                },
                {
                    "id": 12912,
                    "parent_interest_id": "",
                    "member": "Kirith Entwistle",
                    "party": "labour",
                    "mnis_id": 5095,
                    "twfy_id": "26378",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Kenya between 08 April 2025 and 13 April 2025"
                },
                {
                    "id": 12913,
                    "parent_interest_id": "",
                    "member": "Tonia Antoniazzi",
                    "party": "labour",
                    "mnis_id": 4623,
                    "twfy_id": "25634",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The National Tennis Company - \u00a3540.00"
                },
                {
                    "id": 12914,
                    "parent_interest_id": "",
                    "member": "Helen Grant",
                    "party": "conservative",
                    "mnis_id": 4018,
                    "twfy_id": "24796",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Lawn Tennis Association - \u00a3640.00"
                },
                {
                    "id": 12917,
                    "parent_interest_id": "",
                    "member": "Stuart Andrew",
                    "party": "conservative",
                    "mnis_id": 4032,
                    "twfy_id": "24864",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Lawn Tennis Association - \u00a31,280.00"
                },
                {
                    "id": 12918,
                    "parent_interest_id": "",
                    "member": "Nigel Huddleston",
                    "party": "conservative",
                    "mnis_id": 4407,
                    "twfy_id": "25381",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Lawn Tennis Association - \u00a31,280.00"
                },
                {
                    "id": 12921,
                    "parent_interest_id": "",
                    "member": "Derek Twigg",
                    "party": "labour",
                    "mnis_id": 429,
                    "twfy_id": "10610",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of the Executive of the British American Parliamentary Group (BAPG). This is an unpaid role."
                },
                {
                    "id": 12922,
                    "parent_interest_id": "",
                    "member": "Helen Maguire",
                    "party": "liberal-democrat",
                    "mnis_id": 5336,
                    "twfy_id": "26627",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Gibraltar between 09 July 2025 and 11 July 2025"
                },
                {
                    "id": 12924,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "\u00a3586,172.81 withdrawn from a Crowdfunder in Rupert's name. The money was withdrawn on 23/06/2025 directly in to the Rape Gang Inquiry CIC's bank account account."
                },
                {
                    "id": 12925,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Peter Lawery - \u00a35,000.00"
                },
                {
                    "id": 12926,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "David Swift - \u00a35,000.00"
                },
                {
                    "id": 12927,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Christopher Newman - \u00a35,000.00"
                },
                {
                    "id": 12928,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Munish Sharma - \u00a32,000.00"
                },
                {
                    "id": 12929,
                    "parent_interest_id": "",
                    "member": "David Mundell",
                    "party": "conservative",
                    "mnis_id": 1512,
                    "twfy_id": "11970",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "James Stewart - \u00a33,500.00"
                },
                {
                    "id": 12932,
                    "parent_interest_id": "",
                    "member": "Adam Jogee",
                    "party": "labour",
                    "mnis_id": 5168,
                    "twfy_id": "26541",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Anton\u2019 de Piro - \u00a3696.00"
                },
                {
                    "id": 12933,
                    "parent_interest_id": "",
                    "member": "Dr Neil Shastri-Hurst",
                    "party": "conservative",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "UB Healthcare Ltd - \u00a3300.00"
                },
                {
                    "id": 12935,
                    "parent_interest_id": "",
                    "member": "Laura Trott",
                    "party": "conservative",
                    "mnis_id": 4780,
                    "twfy_id": "25851",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Lord Philip Harris - \u00a325,000.00"
                },
                {
                    "id": 12936,
                    "parent_interest_id": "",
                    "member": "Mr James Frith",
                    "party": "labour",
                    "mnis_id": 4637,
                    "twfy_id": "25622",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "PRS for Music Limited - \u00a33,122.00"
                },
                {
                    "id": 12938,
                    "parent_interest_id": "",
                    "member": "Jo White",
                    "party": "labour",
                    "mnis_id": 5105,
                    "twfy_id": "26358",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Bawtry Farms Ltd - \u00a35,000.00"
                },
                {
                    "id": 12939,
                    "parent_interest_id": "",
                    "member": "Tom Rutland",
                    "party": "labour",
                    "mnis_id": 5222,
                    "twfy_id": "26467",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "BBC - \u00a3243.00"
                },
                {
                    "id": 12940,
                    "parent_interest_id": "",
                    "member": "Tom Rutland",
                    "party": "labour",
                    "mnis_id": 5222,
                    "twfy_id": "26467",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "BBC - \u00a3240.00"
                },
                {
                    "id": 12941,
                    "parent_interest_id": "",
                    "member": "Clive Lewis",
                    "party": "labour",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Vice Chair of the Climate and Nature Crisis Caucus. The secretariat is provided by Zero Hour Ltd. Related donations that meet the threshold will be registered separately."
                },
                {
                    "id": 12942,
                    "parent_interest_id": "",
                    "member": "Dame Caroline Dinenage",
                    "party": "conservative",
                    "mnis_id": 4008,
                    "twfy_id": "24873",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Google UK Ltd - \u00a31,982.84"
                },
                {
                    "id": 12945,
                    "parent_interest_id": "",
                    "member": "Uma Kumaran",
                    "party": "labour",
                    "mnis_id": 5278,
                    "twfy_id": "26542",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "UK Athletics Limited - \u00a3400.00"
                },
                {
                    "id": 12948,
                    "parent_interest_id": "",
                    "member": "Alicia Kearns",
                    "party": "conservative",
                    "mnis_id": 4805,
                    "twfy_id": "25906",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Taiwan between 05 July 2025 and 16 July 2025"
                },
                {
                    "id": 12949,
                    "parent_interest_id": "",
                    "member": "Sarah Bool",
                    "party": "conservative",
                    "mnis_id": 5355,
                    "twfy_id": "26635",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Silverstone Circuits Limited - \u00a3100.00"
                },
                {
                    "id": 12950,
                    "parent_interest_id": "",
                    "member": "Mr Louie French",
                    "party": "conservative",
                    "mnis_id": 4932,
                    "twfy_id": "26055",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Lawn Tennis Association - \u00a31,280.00"
                },
                {
                    "id": 12951,
                    "parent_interest_id": "",
                    "member": "Mr Louie French",
                    "party": "conservative",
                    "mnis_id": 4932,
                    "twfy_id": "26055",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Silverstone - \u00a31,400.00"
                },
                {
                    "id": 12956,
                    "parent_interest_id": "",
                    "member": "Suella Braverman",
                    "party": "reform",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to France on 09 July 2025"
                },
                {
                    "id": 12957,
                    "parent_interest_id": "",
                    "member": "Suella Braverman",
                    "party": "reform",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Prosperity Institute - \u00a31,175.32"
                },
                {
                    "id": 12958,
                    "parent_interest_id": "",
                    "member": "Jim Allister",
                    "party": "traditional-unionist-voice",
                    "mnis_id": 5356,
                    "twfy_id": "25122",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "R & A Golf \u2018The Open\u2019 - \u00a3400.00"
                },
                {
                    "id": 12959,
                    "parent_interest_id": "",
                    "member": "Jess Phillips",
                    "party": "labour",
                    "mnis_id": 4370,
                    "twfy_id": "25364",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Live Nation Ltd - \u00a3565.00"
                },
                {
                    "id": 12960,
                    "parent_interest_id": "",
                    "member": "Monica Harding",
                    "party": "liberal-democrat",
                    "mnis_id": 5299,
                    "twfy_id": "26516",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Tanzania between 21 June 2025 and 27 June 2025"
                },
                {
                    "id": 12961,
                    "parent_interest_id": "",
                    "member": "Shabana Mahmood",
                    "party": "labour",
                    "mnis_id": 3914,
                    "twfy_id": "24788",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Andeep Mangal - \u00a32,500.00"
                },
                {
                    "id": 12962,
                    "parent_interest_id": "",
                    "member": "Dr Simon Opher",
                    "party": "labour",
                    "mnis_id": 5030,
                    "twfy_id": "26313",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Vice Chair of the Climate and Nature Crisis Caucus. This is an unpaid role."
                },
                {
                    "id": 12963,
                    "parent_interest_id": "",
                    "member": "Sir Gavin Williamson",
                    "party": "conservative",
                    "mnis_id": 4108,
                    "twfy_id": "24729",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid member of the advisory board of Buenassa SARL."
                },
                {
                    "id": 12964,
                    "parent_interest_id": "",
                    "member": "Preet Kaur Gill",
                    "party": "labourco-operative",
                    "mnis_id": 4603,
                    "twfy_id": "25666",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Warwickshire County Cricket Club - \u00a31,198.80"
                },
                {
                    "id": 12965,
                    "parent_interest_id": "",
                    "member": "Sir Oliver Dowden",
                    "party": "conservative",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Fenchurch Advisory Partners LLP - \u00a31,301.80"
                },
                {
                    "id": 12966,
                    "parent_interest_id": "",
                    "member": "Chris Curtis",
                    "party": "labour",
                    "mnis_id": 5118,
                    "twfy_id": "26396",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Google UK Ltd - \u00a33,965.92"
                },
                {
                    "id": 12967,
                    "parent_interest_id": "",
                    "member": "Gregor Poynton",
                    "party": "labour",
                    "mnis_id": 5167,
                    "twfy_id": "26428",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Strand Partners - \u00a32,000.00"
                },
                {
                    "id": 12968,
                    "parent_interest_id": "",
                    "member": "Gregor Poynton",
                    "party": "labour",
                    "mnis_id": 5167,
                    "twfy_id": "26428",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "SME4Labour LTD - \u00a31,500.00"
                },
                {
                    "id": 12969,
                    "parent_interest_id": "",
                    "member": "Sir Jeremy Hunt",
                    "party": "conservative",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "LTA Ltd - \u00a31,316.00"
                },
                {
                    "id": 12970,
                    "parent_interest_id": "",
                    "member": "Mr Will Forster",
                    "party": "liberal-democrat",
                    "mnis_id": 5322,
                    "twfy_id": "26560",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Silverstone Circuits Limited - \u00a31,400.00"
                },
                {
                    "id": 12971,
                    "parent_interest_id": "",
                    "member": "Chris Hinchliff",
                    "party": "labour",
                    "mnis_id": 5244,
                    "twfy_id": "26505",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Vice Chair of the Climate and Nature Crisis Caucus. This is an unpaid role."
                },
                {
                    "id": 12973,
                    "parent_interest_id": "",
                    "member": "David Pinto-Duschinsky",
                    "party": "labour",
                    "mnis_id": 5360,
                    "twfy_id": "26632",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Sir Trevor Chinn - \u00a31,250.00"
                },
                {
                    "id": 12974,
                    "parent_interest_id": "",
                    "member": "David Pinto-Duschinsky",
                    "party": "labour",
                    "mnis_id": 5360,
                    "twfy_id": "26632",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Sir Trevor Chinn - \u00a31,250.00"
                },
                {
                    "id": 12975,
                    "parent_interest_id": "",
                    "member": "Victoria Collins",
                    "party": "liberal-democrat",
                    "mnis_id": 5201,
                    "twfy_id": "26539",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "PRS for Music - \u00a32,872.00"
                },
                {
                    "id": 12976,
                    "parent_interest_id": "",
                    "member": "Amanda Hack",
                    "party": "labour",
                    "mnis_id": 5149,
                    "twfy_id": "26449",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Football Association Limited - \u00a3525.00"
                },
                {
                    "id": 12977,
                    "parent_interest_id": "",
                    "member": "Imogen Walker",
                    "party": "labour",
                    "mnis_id": 5136,
                    "twfy_id": "26409",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "SME4Labour Ltd - \u00a31,500.00"
                },
                {
                    "id": 12978,
                    "parent_interest_id": "",
                    "member": "Imogen Walker",
                    "party": "labour",
                    "mnis_id": 5136,
                    "twfy_id": "26409",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Strand Partners - \u00a32,000.00"
                },
                {
                    "id": 12979,
                    "parent_interest_id": "",
                    "member": "Jack Abbott",
                    "party": "labourco-operative",
                    "mnis_id": 5131,
                    "twfy_id": "26385",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Ipswich Town Football Club Company Limited - \u00a31,128.00"
                },
                {
                    "id": 12980,
                    "parent_interest_id": "",
                    "member": "Paula Barker",
                    "party": "labour",
                    "mnis_id": 4828,
                    "twfy_id": "25819",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Silverstone Circuit - \u00a31,400.00"
                },
                {
                    "id": 12981,
                    "parent_interest_id": "",
                    "member": "Dan Aldridge",
                    "party": "labour",
                    "mnis_id": 5172,
                    "twfy_id": "26453",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Google UK Ltd - \u00a32,908.02"
                },
                {
                    "id": 12982,
                    "parent_interest_id": "",
                    "member": "Warinder Juss",
                    "party": "labour",
                    "mnis_id": 5230,
                    "twfy_id": "26533",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Premier League - \u00a3600.00"
                },
                {
                    "id": 12983,
                    "parent_interest_id": "",
                    "member": "Sir Jeremy Hunt",
                    "party": "conservative",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Speaking engagement - Buxton Arts Festival Ltd"
                },
                {
                    "id": 12984,
                    "parent_interest_id": 12983.0,
                    "member": "Sir Jeremy Hunt",
                    "party": "conservative",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 21 July 2025 - \u00a3300.00"
                },
                {
                    "id": 12989,
                    "parent_interest_id": "",
                    "member": "Jonathan Davies",
                    "party": "labour",
                    "mnis_id": 5256,
                    "twfy_id": "26557",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Motorsport UK - \u00a31,400.00"
                },
                {
                    "id": 12990,
                    "parent_interest_id": "",
                    "member": "Jake Richards",
                    "party": "labour",
                    "mnis_id": 5082,
                    "twfy_id": "26486",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Google UK Ltd - \u00a32,908.02"
                },
                {
                    "id": 12991,
                    "parent_interest_id": "",
                    "member": "Alan Mak",
                    "party": "conservative",
                    "mnis_id": 4484,
                    "twfy_id": "25285",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Chevening\u00a0Industries Limited - \u00a311,705.27"
                },
                {
                    "id": 12992,
                    "parent_interest_id": "",
                    "member": "Steve Race",
                    "party": "labour",
                    "mnis_id": 5064,
                    "twfy_id": "26345",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Google UK Ltd - \u00a31,982.84"
                },
                {
                    "id": 12994,
                    "parent_interest_id": "",
                    "member": "Sir Gavin Williamson",
                    "party": "conservative",
                    "mnis_id": 4108,
                    "twfy_id": "24729",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Taiwan between 28 June 2025 and 06 July 2025"
                },
                {
                    "id": 12995,
                    "parent_interest_id": "",
                    "member": "Sir Andrew Mitchell",
                    "party": "conservative",
                    "mnis_id": 1211,
                    "twfy_id": "11115",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Beaver Metals & Metallic Extractors - \u00a310,000.00"
                },
                {
                    "id": 12996,
                    "parent_interest_id": "",
                    "member": "Dr Roz Savage",
                    "party": "liberal-democrat",
                    "mnis_id": 5352,
                    "twfy_id": "26603",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Vice Chair of the Climate and Nature Crisis Caucus. This is an unpaid role."
                },
                {
                    "id": 12997,
                    "parent_interest_id": "",
                    "member": "Robert Jenrick",
                    "party": "reform",
                    "mnis_id": 4320,
                    "twfy_id": "25227",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Fergus Hall - \u00a310,000.00"
                },
                {
                    "id": 12999,
                    "parent_interest_id": "",
                    "member": "Ed Davey",
                    "party": "liberal-democrat",
                    "mnis_id": 188,
                    "twfy_id": "10155",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "James Moore - \u00a36,000.00"
                },
                {
                    "id": 13000,
                    "parent_interest_id": "",
                    "member": "Ed Davey",
                    "party": "liberal-democrat",
                    "mnis_id": 188,
                    "twfy_id": "10155",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Stuart Robb - \u00a35,000.00"
                },
                {
                    "id": 13003,
                    "parent_interest_id": "",
                    "member": "Dr Neil Hudson",
                    "party": "conservative",
                    "mnis_id": 4853,
                    "twfy_id": "25875",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Independent Non-Executive Board Member - British Horseracing Authority's Horse Welfare Board"
                },
                {
                    "id": 13004,
                    "parent_interest_id": 13003.0,
                    "member": "Dr Neil Hudson",
                    "party": "conservative",
                    "mnis_id": 4853,
                    "twfy_id": "25875",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement starting 15 July 2025 - \u00a3416.67"
                },
                {
                    "id": 13005,
                    "parent_interest_id": "",
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to United States between 10 July 2025 and 14 July 2025"
                },
                {
                    "id": 13007,
                    "parent_interest_id": "",
                    "member": "Alex Brewer",
                    "party": "liberal-democrat",
                    "mnis_id": 5263,
                    "twfy_id": "26366",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Lucy Greenwood - \u00a35,000.00"
                },
                {
                    "id": 13008,
                    "parent_interest_id": "",
                    "member": "Jo White",
                    "party": "labour",
                    "mnis_id": 5105,
                    "twfy_id": "26358",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Tritax Big Box REIT plc - \u00a35,000.00"
                },
                {
                    "id": 13009,
                    "parent_interest_id": "",
                    "member": "Callum Anderson",
                    "party": "labour",
                    "mnis_id": 5193,
                    "twfy_id": "26380",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Silverstone Circuits Limited - \u00a34,590.00"
                },
                {
                    "id": 13010,
                    "parent_interest_id": "",
                    "member": "Laura Trott",
                    "party": "conservative",
                    "mnis_id": 4780,
                    "twfy_id": "25851",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Charles Max Keymer - \u00a32,500.00"
                },
                {
                    "id": 13012,
                    "parent_interest_id": "",
                    "member": "Dr Al Pinkerton",
                    "party": "liberal-democrat",
                    "mnis_id": 5288,
                    "twfy_id": "26593",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Gibraltar between 09 July 2025 and 11 July 2025"
                },
                {
                    "id": 13014,
                    "parent_interest_id": "",
                    "member": "Gavin Robinson",
                    "party": "dup",
                    "mnis_id": 4360,
                    "twfy_id": "25280",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Belfast City Airport - \u00a31,140.00"
                },
                {
                    "id": 13015,
                    "parent_interest_id": "",
                    "member": "Monica Harding",
                    "party": "liberal-democrat",
                    "mnis_id": 5299,
                    "twfy_id": "26516",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Kirsty Hewens - \u00a3750.00"
                },
                {
                    "id": 13016,
                    "parent_interest_id": "",
                    "member": "Rachel Taylor",
                    "party": "labour",
                    "mnis_id": 5065,
                    "twfy_id": "26478",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Lawn Tennis Association Limited - \u00a3540.00"
                },
                {
                    "id": 13017,
                    "parent_interest_id": "",
                    "member": "Charlie Dewhirst",
                    "party": "conservative",
                    "mnis_id": 5169,
                    "twfy_id": "26461",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Silverstone Circuits Ltd - \u00a3800.00"
                },
                {
                    "id": 13018,
                    "parent_interest_id": "",
                    "member": "Mrs Sharon Hodgson",
                    "party": "labour",
                    "mnis_id": 1521,
                    "twfy_id": "11592",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "LACA Ltd - \u00a3522.00"
                },
                {
                    "id": 13020,
                    "parent_interest_id": "",
                    "member": "Pete Wishart",
                    "party": "scottish-national-party",
                    "mnis_id": 1440,
                    "twfy_id": "11333",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "UK Music - \u00a3739.90"
                },
                {
                    "id": 13021,
                    "parent_interest_id": "",
                    "member": "Neil Coyle",
                    "party": "labour",
                    "mnis_id": 4368,
                    "twfy_id": "25326",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Southwark Cathedral Dean and Chapter - \u00a3705.60"
                },
                {
                    "id": 13022,
                    "parent_interest_id": "",
                    "member": "Sarah Sackman",
                    "party": "labour",
                    "mnis_id": 5204,
                    "twfy_id": "26438",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Richard Greer - \u00a32,000.00"
                },
                {
                    "id": 13023,
                    "parent_interest_id": "",
                    "member": "Sarah Sackman",
                    "party": "labour",
                    "mnis_id": 5204,
                    "twfy_id": "26438",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Trevor Chinn - \u00a31,250.00"
                },
                {
                    "id": 13024,
                    "parent_interest_id": "",
                    "member": "Alan Mak",
                    "party": "conservative",
                    "mnis_id": 4484,
                    "twfy_id": "25285",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Michael Ashcroft - \u00a37,500.00"
                },
                {
                    "id": 13027,
                    "parent_interest_id": "",
                    "member": "Gareth Snell",
                    "party": "labourco-operative",
                    "mnis_id": 4595,
                    "twfy_id": "25601",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Daniel Luhde-Thompson - \u00a310,000.00"
                },
                {
                    "id": 13030,
                    "parent_interest_id": "",
                    "member": "Nigel Huddleston",
                    "party": "conservative",
                    "mnis_id": 4407,
                    "twfy_id": "25381",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A director of C&UCO Properties Limited (Parent Company) \nA director of C&UCO Management Limited (subsidiary of above)\nA director of C&UCO Services Limited (subsidiary of above)\nThese are unpaid roles."
                },
                {
                    "id": 13032,
                    "parent_interest_id": "",
                    "member": "Charlotte Cane",
                    "party": "liberal-democrat",
                    "mnis_id": 5182,
                    "twfy_id": "26425",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Jockey Club - \u00a3800.00"
                },
                {
                    "id": 13035,
                    "parent_interest_id": "",
                    "member": "Harpreet Uppal",
                    "party": "labour",
                    "mnis_id": 5289,
                    "twfy_id": "26508",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "John Perry - \u00a31,766.29"
                },
                {
                    "id": 13036,
                    "parent_interest_id": "",
                    "member": "Mike Reader",
                    "party": "labour",
                    "mnis_id": 5316,
                    "twfy_id": "26630",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Mace Consult Limited - \u00a3575.04"
                },
                {
                    "id": 13037,
                    "parent_interest_id": "",
                    "member": "Mike Reader",
                    "party": "labour",
                    "mnis_id": 5316,
                    "twfy_id": "26630",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Nutricia Limited - \u00a3540.00"
                },
                {
                    "id": 13038,
                    "parent_interest_id": "",
                    "member": "Mike Reader",
                    "party": "labour",
                    "mnis_id": 5316,
                    "twfy_id": "26630",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The British Racing Drivers' Club Limited - \u00a31,195.00"
                },
                {
                    "id": 13040,
                    "parent_interest_id": "",
                    "member": "Joe Powell",
                    "party": "labour",
                    "mnis_id": 5229,
                    "twfy_id": "26477",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "David Sainsbury - \u00a322,013.49"
                },
                {
                    "id": 13041,
                    "parent_interest_id": "",
                    "member": "Adam Thompson",
                    "party": "labour",
                    "mnis_id": 5044,
                    "twfy_id": "26326",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Honorary Associate Professorship based within the Department of Foundation Engineering and Physical Sciences, Faculty of Engineering, University of Nottingham. This is an unpaid role."
                },
                {
                    "id": 13043,
                    "parent_interest_id": "",
                    "member": "Yuan Yang",
                    "party": "labour",
                    "mnis_id": 5267,
                    "twfy_id": "26600",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Daniel Luhde-Thompson - \u00a310,000.00"
                },
                {
                    "id": 13045,
                    "parent_interest_id": "",
                    "member": "Mr Paul Kohler",
                    "party": "liberal-democrat",
                    "mnis_id": 5321,
                    "twfy_id": "26570",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "UK Music - \u00a3599.88"
                },
                {
                    "id": 13048,
                    "parent_interest_id": "",
                    "member": "Mr Paul Kohler",
                    "party": "liberal-democrat",
                    "mnis_id": 5321,
                    "twfy_id": "26570",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The All England Lawn Tennis Club (Championships) Limited - \u00a3560.00"
                },
                {
                    "id": 13049,
                    "parent_interest_id": "",
                    "member": "Warinder Juss",
                    "party": "labour",
                    "mnis_id": 5230,
                    "twfy_id": "26533",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Premier League - \u00a3700.00"
                },
                {
                    "id": 13050,
                    "parent_interest_id": "",
                    "member": "Georgia Gould",
                    "party": "labour",
                    "mnis_id": 5305,
                    "twfy_id": "26528",
                    "category": "Family members engaged in third-party lobbying",
                    "category_code": "10",
                    "summary": "Alex Zatman employed as Lobbyist"
                },
                {
                    "id": 13051,
                    "parent_interest_id": "",
                    "member": "Clive Lewis",
                    "party": "labour",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Optimistic Trout Productions C.I.C - \u00a3375.00"
                },
                {
                    "id": 13053,
                    "parent_interest_id": "",
                    "member": "Paul Holmes",
                    "party": "conservative",
                    "mnis_id": 4803,
                    "twfy_id": "25808",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Lawn Tennis Association - \u00a3640.00"
                },
                {
                    "id": 13054,
                    "parent_interest_id": "",
                    "member": "Jenny Riddell-Carpenter",
                    "party": "labour",
                    "mnis_id": 5160,
                    "twfy_id": "26472",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "I was elected as Chair of the Labour Rural Research Group (LRRG), a formally constituted group within the Labour Party focused on rural policy development and advocacy. This is an unpaid role. I provide strategic direction for the group and oversee its external engagement and staffing support arrangements."
                },
                {
                    "id": 13055,
                    "parent_interest_id": "",
                    "member": "Chris Curtis",
                    "party": "labour",
                    "mnis_id": 5118,
                    "twfy_id": "26396",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "The YIMBY Initiative Ltd - \u00a35,666.66"
                },
                {
                    "id": 13056,
                    "parent_interest_id": "",
                    "member": "Sir Keir Starmer",
                    "party": "labour",
                    "mnis_id": 4514,
                    "twfy_id": "25353",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Ascot Authority (Holdings) Limited - \u00a3650.00"
                },
                {
                    "id": 13057,
                    "parent_interest_id": "",
                    "member": "Pam Cox",
                    "party": "labour",
                    "mnis_id": 5042,
                    "twfy_id": "26324",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "I served as an unpaid Colchester City Councillor from July 2024. (I opted not to take up the associated financial allowance following my election.)"
                },
                {
                    "id": 13058,
                    "parent_interest_id": "",
                    "member": "Kevin McKenna",
                    "party": "labour",
                    "mnis_id": 5300,
                    "twfy_id": "26529",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Homes for Britain Ltd - \u00a32,800.00"
                },
                {
                    "id": 13059,
                    "parent_interest_id": "",
                    "member": "Mr Toby Perkins",
                    "party": "labour",
                    "mnis_id": 3952,
                    "twfy_id": "24845",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Lawn Tennis Association - \u00a3320.00"
                },
                {
                    "id": 13060,
                    "parent_interest_id": "",
                    "member": "Mr Toby Perkins",
                    "party": "labour",
                    "mnis_id": 3952,
                    "twfy_id": "24845",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "All England Lawn Tennis Club (Championships)  Ltd - \u00a3520.00"
                },
                {
                    "id": 13063,
                    "parent_interest_id": "",
                    "member": "David Chadwick",
                    "party": "liberal-democrat",
                    "mnis_id": 5284,
                    "twfy_id": "26518",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in London"
                },
                {
                    "id": 13064,
                    "parent_interest_id": "",
                    "member": "Dr Caroline Johnson",
                    "party": "conservative",
                    "mnis_id": 4592,
                    "twfy_id": "25597",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Switzerland between 14 July 2025 and 17 July 2025"
                },
                {
                    "id": 13065,
                    "parent_interest_id": "",
                    "member": "Tonia Antoniazzi",
                    "party": "labour",
                    "mnis_id": 4623,
                    "twfy_id": "25634",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "R & A Chamionships Limited - \u00a3900.00"
                },
                {
                    "id": 13067,
                    "parent_interest_id": "",
                    "member": "Luke Pollard",
                    "party": "labourco-operative",
                    "mnis_id": 4682,
                    "twfy_id": "25690",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "University of Plymouth - \u00a31,788.00"
                },
                {
                    "id": 13068,
                    "parent_interest_id": "",
                    "member": "Sarah Coombes",
                    "party": "labour",
                    "mnis_id": 5088,
                    "twfy_id": "26452",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Lawn Tennis Association - \u00a3460.00"
                },
                {
                    "id": 13069,
                    "parent_interest_id": "",
                    "member": "Luke Pollard",
                    "party": "labourco-operative",
                    "mnis_id": 4682,
                    "twfy_id": "25690",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Babcock International - \u00a3376.80"
                },
                {
                    "id": 13070,
                    "parent_interest_id": "",
                    "member": "Sir John Whittingdale",
                    "party": "conservative",
                    "mnis_id": 39,
                    "twfy_id": "10632",
                    "category": "Gifts and benefits from sources outside the UK",
                    "category_code": "5",
                    "summary": "Embassy of the State of Qatar - \u00a31,200.00"
                },
                {
                    "id": 13071,
                    "parent_interest_id": "",
                    "member": "Rachel Taylor",
                    "party": "labour",
                    "mnis_id": 5065,
                    "twfy_id": "26478",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Director - Rachel Taylor Consultancy Limited"
                },
                {
                    "id": 13072,
                    "parent_interest_id": 13071.0,
                    "member": "Rachel Taylor",
                    "party": "labour",
                    "mnis_id": 5065,
                    "twfy_id": "26478",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 31 July 2025 - \u00a315,624.00"
                },
                {
                    "id": 13073,
                    "parent_interest_id": "",
                    "member": "Tonia Antoniazzi",
                    "party": "labour",
                    "mnis_id": 4623,
                    "twfy_id": "25634",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Betting & Gaming Council - \u00a32,400.00"
                },
                {
                    "id": 13075,
                    "parent_interest_id": "",
                    "member": "Charlotte Nichols",
                    "party": "labour",
                    "mnis_id": 4799,
                    "twfy_id": "25885",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Thailand between 14 July 2025 and 18 July 2025"
                },
                {
                    "id": 13076,
                    "parent_interest_id": "",
                    "member": "Dan Carden",
                    "party": "labour",
                    "mnis_id": 4651,
                    "twfy_id": "25642",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Mr. Alan Halsall - \u00a35,000.00"
                },
                {
                    "id": 13078,
                    "parent_interest_id": "",
                    "member": "Dr Rosena Allin-Khan",
                    "party": "labour",
                    "mnis_id": 4573,
                    "twfy_id": "25579",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Waheed Alli - \u00a35,000.00"
                },
                {
                    "id": 13079,
                    "parent_interest_id": "",
                    "member": "Ed Davey",
                    "party": "liberal-democrat",
                    "mnis_id": 188,
                    "twfy_id": "10155",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Ramesh Dewan - \u00a33,277.85"
                },
                {
                    "id": 13080,
                    "parent_interest_id": "",
                    "member": "Rebecca Harris",
                    "party": "conservative",
                    "mnis_id": 3948,
                    "twfy_id": "24731",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "L Bennett and Son Ltd - \u00a33,650.00"
                },
                {
                    "id": 13081,
                    "parent_interest_id": "",
                    "member": "Steff Aquarone",
                    "party": "liberal-democrat",
                    "mnis_id": 5164,
                    "twfy_id": "26491",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Anthony Smith - \u00a32,500.00"
                },
                {
                    "id": 13084,
                    "parent_interest_id": "",
                    "member": "Grahame Morris",
                    "party": "labour",
                    "mnis_id": 3973,
                    "twfy_id": "24715",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Premier League - \u00a31,298.00"
                },
                {
                    "id": 13085,
                    "parent_interest_id": "",
                    "member": "James Naish",
                    "party": "labour",
                    "mnis_id": 5047,
                    "twfy_id": "26329",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Vice Chair of the Labour Rural Research Group (LRRG), a formal group within the Labour Party focused on rural policy development and advocacy. This is an unpaid role and I stand in for the Chair when and as required."
                },
                {
                    "id": 13087,
                    "parent_interest_id": "",
                    "member": "Tim Roca",
                    "party": "labour",
                    "mnis_id": 5287,
                    "twfy_id": "26549",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Kenya between 22 July 2025 and 25 July 2025"
                },
                {
                    "id": 13088,
                    "parent_interest_id": "",
                    "member": "Mike Martin",
                    "party": "liberal-democrat",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Dominic Mathon - \u00a3800.00"
                },
                {
                    "id": 13089,
                    "parent_interest_id": "",
                    "member": "Steff Aquarone",
                    "party": "liberal-democrat",
                    "mnis_id": 5164,
                    "twfy_id": "26491",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Centaur Media PLC was a client of Mango Online Learning Development Solutions Limited of which I am a shareholder. Any payments will be drawn down as dividends."
                },
                {
                    "id": 13090,
                    "parent_interest_id": "",
                    "member": "Kanishka Narayan",
                    "party": "labour",
                    "mnis_id": 5039,
                    "twfy_id": "26333",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "India Legal Services Limited - \u00a34,000.00"
                },
                {
                    "id": 13092,
                    "parent_interest_id": "",
                    "member": "Priti Patel",
                    "party": "conservative",
                    "mnis_id": 4066,
                    "twfy_id": "24778",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Duke of Richmond and Gordon CBE DL - \u00a31,000.00"
                },
                {
                    "id": 13093,
                    "parent_interest_id": "",
                    "member": "Priti Patel",
                    "party": "conservative",
                    "mnis_id": 4066,
                    "twfy_id": "24778",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "High Commissioner of India in the UK - \u00a3600.00"
                },
                {
                    "id": 13094,
                    "parent_interest_id": "",
                    "member": "Samantha Niblett",
                    "party": "labour",
                    "mnis_id": 5150,
                    "twfy_id": "26414",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "DHP Family Ltd - \u00a3834.60"
                },
                {
                    "id": 13095,
                    "parent_interest_id": "",
                    "member": "Lola McEvoy",
                    "party": "labour",
                    "mnis_id": 5037,
                    "twfy_id": "26315",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "The YIMBY Initiative Ltd - \u00a35,666.66"
                },
                {
                    "id": 13096,
                    "parent_interest_id": "",
                    "member": "Kit Malthouse",
                    "party": "conservative",
                    "mnis_id": 4495,
                    "twfy_id": "25346",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Chairman and Director - County Asset Finance Limited"
                },
                {
                    "id": 13098,
                    "parent_interest_id": 13096.0,
                    "member": "Kit Malthouse",
                    "party": "conservative",
                    "mnis_id": 4495,
                    "twfy_id": "25346",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement starting 01 July 2025 - \u00a325,000.00"
                },
                {
                    "id": 13100,
                    "parent_interest_id": "",
                    "member": "Michael Payne",
                    "party": "labour",
                    "mnis_id": 5146,
                    "twfy_id": "26408",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Kenya between 22 July 2025 and 25 July 2025"
                },
                {
                    "id": 13101,
                    "parent_interest_id": "",
                    "member": "Charlie Maynard",
                    "party": "liberal-democrat",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "William Day - \u00a3840.00"
                },
                {
                    "id": 13102,
                    "parent_interest_id": "",
                    "member": "Charlie Maynard",
                    "party": "liberal-democrat",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Riz Mokal - \u00a31,014.00"
                },
                {
                    "id": 13103,
                    "parent_interest_id": "",
                    "member": "Chris Philp",
                    "party": "conservative",
                    "mnis_id": 4503,
                    "twfy_id": "25377",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Football Association - \u00a3390.00"
                },
                {
                    "id": 13104,
                    "parent_interest_id": "",
                    "member": "Alan Mak",
                    "party": "conservative",
                    "mnis_id": 4484,
                    "twfy_id": "25285",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Graham Edwards - \u00a38,500.00"
                },
                {
                    "id": 13106,
                    "parent_interest_id": "",
                    "member": "Jess Brown-Fuller",
                    "party": "liberal-democrat",
                    "mnis_id": 5335,
                    "twfy_id": "26372",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "James Moore - \u00a35,000.00"
                },
                {
                    "id": 13108,
                    "parent_interest_id": "",
                    "member": "Ms Nusrat Ghani",
                    "party": "conservative",
                    "mnis_id": 4460,
                    "twfy_id": "25354",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Charles Gordon-Lennox (The Duke of Richmond) - \u00a3420.00"
                },
                {
                    "id": 13110,
                    "parent_interest_id": "",
                    "member": "Simon Hoare",
                    "party": "conservative",
                    "mnis_id": 4494,
                    "twfy_id": "25427",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Vice Chair of the Climate and Nature Crisis Caucus. This is an unpaid role."
                },
                {
                    "id": 13111,
                    "parent_interest_id": "",
                    "member": "Olivia Blake",
                    "party": "labour",
                    "mnis_id": 4864,
                    "twfy_id": "25908",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Zero Hour Ltd - \u00a39,147.00"
                },
                {
                    "id": 13112,
                    "parent_interest_id": "",
                    "member": "John Glen",
                    "party": "conservative",
                    "mnis_id": 4051,
                    "twfy_id": "24839",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of Christian Responsibility in Public Affairs.  This is an unpaid role."
                },
                {
                    "id": 13113,
                    "parent_interest_id": "",
                    "member": "Shabana Mahmood",
                    "party": "labour",
                    "mnis_id": 3914,
                    "twfy_id": "24788",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Global Foods (Birmingham) Limited - \u00a32,500.00"
                },
                {
                    "id": 13114,
                    "parent_interest_id": "",
                    "member": "Sir Gavin Williamson",
                    "party": "conservative",
                    "mnis_id": 4108,
                    "twfy_id": "24729",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Israel between 28 July 2025 and 31 July 2025"
                },
                {
                    "id": 13115,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in BSU Holdings Limited"
                },
                {
                    "id": 13119,
                    "parent_interest_id": "",
                    "member": "Josh Dean",
                    "party": "labour",
                    "mnis_id": 5187,
                    "twfy_id": "26456",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in East Hertfordshire"
                },
                {
                    "id": 13120,
                    "parent_interest_id": "",
                    "member": "Simon Lightwood",
                    "party": "labourco-operative",
                    "mnis_id": 4943,
                    "twfy_id": "26085",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Coca Cola Europacific Partners - \u00a35,000.00"
                },
                {
                    "id": 13121,
                    "parent_interest_id": "",
                    "member": "Simon Lightwood",
                    "party": "labourco-operative",
                    "mnis_id": 4943,
                    "twfy_id": "26085",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "UKREiiF (The UK's Real Estate Investment and Infrastructure Forum) - \u00a3950.00"
                },
                {
                    "id": 13122,
                    "parent_interest_id": "",
                    "member": "Kevin Hollinrake",
                    "party": "conservative",
                    "mnis_id": 4474,
                    "twfy_id": "25415",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Director of C&UCO Management Limited"
                },
                {
                    "id": 13123,
                    "parent_interest_id": "",
                    "member": "Kevin Hollinrake",
                    "party": "conservative",
                    "mnis_id": 4474,
                    "twfy_id": "25415",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Director of C&UCO Properties Limited"
                },
                {
                    "id": 13124,
                    "parent_interest_id": "",
                    "member": "Kevin Hollinrake",
                    "party": "conservative",
                    "mnis_id": 4474,
                    "twfy_id": "25415",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Director of C&UCO Services Limited"
                },
                {
                    "id": 13125,
                    "parent_interest_id": "",
                    "member": "Charlie Maynard",
                    "party": "liberal-democrat",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Marriott Harrison LLP - \u00a34,929.60"
                },
                {
                    "id": 13126,
                    "parent_interest_id": "",
                    "member": "Danny Kruger",
                    "party": "reform",
                    "mnis_id": 4858,
                    "twfy_id": "25913",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "QinetiQ Group plc - \u00a3380.00"
                },
                {
                    "id": 13127,
                    "parent_interest_id": "",
                    "member": "Alicia Kearns",
                    "party": "conservative",
                    "mnis_id": 4805,
                    "twfy_id": "25906",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Great Britain China Centre - \u00a31,350.00"
                },
                {
                    "id": 13128,
                    "parent_interest_id": "",
                    "member": "Sean Woodcock",
                    "party": "labour",
                    "mnis_id": 5328,
                    "twfy_id": "26552",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Jordan between 20 July 2025 and 25 July 2025"
                },
                {
                    "id": 13129,
                    "parent_interest_id": "",
                    "member": "Sarah Coombes",
                    "party": "labour",
                    "mnis_id": 5088,
                    "twfy_id": "26452",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Jordan between 20 July 2025 and 25 July 2025"
                },
                {
                    "id": 13131,
                    "parent_interest_id": "",
                    "member": "Maria Eagle",
                    "party": "labour",
                    "mnis_id": 483,
                    "twfy_id": "10183",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Football Association Ltd - \u00a3390.00"
                },
                {
                    "id": 13132,
                    "parent_interest_id": "",
                    "member": "Sir Geoffrey Cox",
                    "party": "conservative",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Legal services - Prime Ministers Office Republic of Mauritius"
                },
                {
                    "id": 13133,
                    "parent_interest_id": 13132.0,
                    "member": "Sir Geoffrey Cox",
                    "party": "conservative",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 15 August 2025 - \u00a311,050.00"
                },
                {
                    "id": 13355,
                    "parent_interest_id": 13132.0,
                    "member": "Sir Geoffrey Cox",
                    "party": "conservative",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 15 September 2025 - \u00a311,050.00"
                },
                {
                    "id": 13808,
                    "parent_interest_id": 13132.0,
                    "member": "Sir Geoffrey Cox",
                    "party": "conservative",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 15 October 2025 - \u00a311,050.00"
                },
                {
                    "id": 14201,
                    "parent_interest_id": 13132.0,
                    "member": "Sir Geoffrey Cox",
                    "party": "conservative",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 01 December 2025 - \u00a311,050.00"
                },
                {
                    "id": 13134,
                    "parent_interest_id": "",
                    "member": "Mark Ferguson",
                    "party": "labour",
                    "mnis_id": 5031,
                    "twfy_id": "26310",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "UNISON - \u00a32,050.00"
                },
                {
                    "id": 13135,
                    "parent_interest_id": "",
                    "member": "Gareth Bacon",
                    "party": "conservative",
                    "mnis_id": 4798,
                    "twfy_id": "25750",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Speaking engagement at the FrontierTechX 2025 Conference - Abiflo Ltd"
                },
                {
                    "id": 13136,
                    "parent_interest_id": 13135.0,
                    "member": "Gareth Bacon",
                    "party": "conservative",
                    "mnis_id": 4798,
                    "twfy_id": "25750",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 25 July 2025 - \u00a3500.00"
                },
                {
                    "id": 13137,
                    "parent_interest_id": "",
                    "member": "John Glen",
                    "party": "conservative",
                    "mnis_id": 4051,
                    "twfy_id": "24839",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Jordan between 20 July 2025 and 25 July 2025"
                },
                {
                    "id": 13139,
                    "parent_interest_id": "",
                    "member": "Bob Blackman",
                    "party": "conservative",
                    "mnis_id": 4005,
                    "twfy_id": "24945",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Israel between 24 July 2025 and 31 July 2025"
                },
                {
                    "id": 13142,
                    "parent_interest_id": "",
                    "member": "Mr Gregory Campbell",
                    "party": "dup",
                    "mnis_id": 1409,
                    "twfy_id": "10780",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "R & A Championships Limited - \u00a3750.00"
                },
                {
                    "id": 13143,
                    "parent_interest_id": "",
                    "member": "Vikki Slade",
                    "party": "liberal-democrat",
                    "mnis_id": 5327,
                    "twfy_id": "26582",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Vice President of the LGA Liberal Democrats"
                },
                {
                    "id": 13144,
                    "parent_interest_id": "",
                    "member": "George Freeman",
                    "party": "conservative",
                    "mnis_id": 4020,
                    "twfy_id": "24817",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Director of Regeneration Theatre Company, a not-for-profit outreach theatre company founded by me and my wife, a professional theatre director, in conjunction with the National Youth Arts Trust (Reg Charity No:1152367). The theatre company is funded by philanthropic donors through the National Youth Arts Trust."
                },
                {
                    "id": 13146,
                    "parent_interest_id": "",
                    "member": "Sir Gavin Williamson",
                    "party": "conservative",
                    "mnis_id": 4108,
                    "twfy_id": "24729",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of the advisory board for Restore Britain. This is an unpaid role."
                },
                {
                    "id": 13147,
                    "parent_interest_id": "",
                    "member": "Lee Anderson",
                    "party": "reform",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to France between 01 August 2025 and 06 August 2025"
                },
                {
                    "id": 13148,
                    "parent_interest_id": "",
                    "member": "George Freeman",
                    "party": "conservative",
                    "mnis_id": 4020,
                    "twfy_id": "24817",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Steve Harman - \u00a3500.00"
                },
                {
                    "id": 13152,
                    "parent_interest_id": "",
                    "member": "Kate Osborne",
                    "party": "labour",
                    "mnis_id": 4783,
                    "twfy_id": "25794",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "The Associated Society of Locomotive Engineers and Firemen (ASLEF) - \u00a32,000.00"
                },
                {
                    "id": 13153,
                    "parent_interest_id": "",
                    "member": "Stephen Kinnock",
                    "party": "labour",
                    "mnis_id": 4359,
                    "twfy_id": "25297",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to United States between 13 August 2025 and 17 August 2025"
                },
                {
                    "id": 13154,
                    "parent_interest_id": "",
                    "member": "Jo White",
                    "party": "labour",
                    "mnis_id": 5105,
                    "twfy_id": "26358",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Hull Trains Company Limited - \u00a31,634.40"
                },
                {
                    "id": 13155,
                    "parent_interest_id": "",
                    "member": "Zarah Sultana",
                    "party": "your-party",
                    "mnis_id": 4786,
                    "twfy_id": "25909",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Green Blade Fayre Ltd - \u00a3570.00"
                },
                {
                    "id": 13157,
                    "parent_interest_id": "",
                    "member": "Jess Phillips",
                    "party": "labour",
                    "mnis_id": 4370,
                    "twfy_id": "25364",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Seabright Live Ltd - \u00a3362.00"
                },
                {
                    "id": 13159,
                    "parent_interest_id": "",
                    "member": "Jon Pearce",
                    "party": "labour",
                    "mnis_id": 5115,
                    "twfy_id": "26362",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Jon Mendelsohn - \u00a35,000.00"
                },
                {
                    "id": 13163,
                    "parent_interest_id": "",
                    "member": "Alan Gemmell",
                    "party": "labour",
                    "mnis_id": 5185,
                    "twfy_id": "26476",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Great Britain China Centre - \u00a31,350.00"
                },
                {
                    "id": 13164,
                    "parent_interest_id": "",
                    "member": "Dan Carden",
                    "party": "labour",
                    "mnis_id": 4651,
                    "twfy_id": "25642",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Embassy of Qatar - \u00a3574.00"
                },
                {
                    "id": 13165,
                    "parent_interest_id": "",
                    "member": "Ms Julie Minns",
                    "party": "labour",
                    "mnis_id": 5094,
                    "twfy_id": "26403",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Food and Drink Federation - \u00a3359.00"
                },
                {
                    "id": 13166,
                    "parent_interest_id": "",
                    "member": "Rosie Wrighting",
                    "party": "labour",
                    "mnis_id": 5331,
                    "twfy_id": "26615",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Jordan between 20 July 2025 and 25 July 2025"
                },
                {
                    "id": 13167,
                    "parent_interest_id": "",
                    "member": "Jon Pearce",
                    "party": "labour",
                    "mnis_id": 5115,
                    "twfy_id": "26362",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "PRS for Music Limited - \u00a3760.00"
                },
                {
                    "id": 13168,
                    "parent_interest_id": "",
                    "member": "Rachel Taylor",
                    "party": "labour",
                    "mnis_id": 5065,
                    "twfy_id": "26478",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Poland between 29 July 2025 and 03 August 2025"
                },
                {
                    "id": 13169,
                    "parent_interest_id": "",
                    "member": "Baggy Shanker",
                    "party": "labourco-operative",
                    "mnis_id": 5176,
                    "twfy_id": "26489",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "BJD (GB) Ltd - \u00a35,000.00"
                },
                {
                    "id": 13170,
                    "parent_interest_id": "",
                    "member": "Nick Thomas-Symonds",
                    "party": "labour",
                    "mnis_id": 4479,
                    "twfy_id": "25279",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "BBC - \u00a3160.00"
                },
                {
                    "id": 13171,
                    "parent_interest_id": "",
                    "member": "Jenny Riddell-Carpenter",
                    "party": "labour",
                    "mnis_id": 5160,
                    "twfy_id": "26472",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Anthony Trevor Langham - \u00a38,250.00"
                },
                {
                    "id": 13173,
                    "parent_interest_id": "",
                    "member": "Angela Rayner",
                    "party": "labour",
                    "mnis_id": 4356,
                    "twfy_id": "25429",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "BN1 Events Collective Ltd - \u00a31,100.00"
                },
                {
                    "id": 13174,
                    "parent_interest_id": "",
                    "member": "Graham Stuart",
                    "party": "conservative",
                    "mnis_id": 1482,
                    "twfy_id": "11406",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Speaking engagement - These Executive Minds (TEXEM) Ltd"
                },
                {
                    "id": 13175,
                    "parent_interest_id": 13174.0,
                    "member": "Graham Stuart",
                    "party": "conservative",
                    "mnis_id": 1482,
                    "twfy_id": "11406",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 07 August 2025 - \u00a31,000.00"
                },
                {
                    "id": 13176,
                    "parent_interest_id": "",
                    "member": "Wendy Chamberlain",
                    "party": "liberal-democrat",
                    "mnis_id": 4765,
                    "twfy_id": "25872",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Ghana between 28 July 2025 and 03 August 2025"
                },
                {
                    "id": 13177,
                    "parent_interest_id": "",
                    "member": "Clive Lewis",
                    "party": "labour",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Tommy Sheppard - \u00a3328.98"
                },
                {
                    "id": 13179,
                    "parent_interest_id": "",
                    "member": "Robert Jenrick",
                    "party": "reform",
                    "mnis_id": 4320,
                    "twfy_id": "25227",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "West End Medical Practice Limited - \u00a310,000.00"
                },
                {
                    "id": 13180,
                    "parent_interest_id": "",
                    "member": "Jenny Riddell-Carpenter",
                    "party": "labour",
                    "mnis_id": 5160,
                    "twfy_id": "26472",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Susan Clare Parsons - \u00a38,250.00"
                },
                {
                    "id": 13181,
                    "parent_interest_id": "",
                    "member": "Katrina Murray",
                    "party": "labour",
                    "mnis_id": 5309,
                    "twfy_id": "26494",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Vodafone - \u00a3650.00"
                },
                {
                    "id": 13182,
                    "parent_interest_id": "",
                    "member": "Kate Osborne",
                    "party": "labour",
                    "mnis_id": 4783,
                    "twfy_id": "25794",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Football Supporters\u2019 Association - \u00a3675.00"
                },
                {
                    "id": 13183,
                    "parent_interest_id": "",
                    "member": "James McMurdock",
                    "party": "independent",
                    "mnis_id": 5361,
                    "twfy_id": "26636",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Directorship of Gym Live Health and Fitness Limited. This is a dormant company awaiting strike off."
                },
                {
                    "id": 13184,
                    "parent_interest_id": "",
                    "member": "Lucy Powell",
                    "party": "labourco-operative",
                    "mnis_id": 4263,
                    "twfy_id": "25165",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Sky UK Limited - \u00a3432.00"
                },
                {
                    "id": 13185,
                    "parent_interest_id": "",
                    "member": "Sarah Coombes",
                    "party": "labour",
                    "mnis_id": 5088,
                    "twfy_id": "26452",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Daniel Luhde-Thompson - \u00a310,000.00"
                },
                {
                    "id": 13186,
                    "parent_interest_id": "",
                    "member": "Mr Tanmanjeet Singh Dhesi",
                    "party": "labour",
                    "mnis_id": 4638,
                    "twfy_id": "25695",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Ghana between 28 July 2025 and 03 August 2025"
                },
                {
                    "id": 13187,
                    "parent_interest_id": "",
                    "member": "Lewis Cocking",
                    "party": "conservative",
                    "mnis_id": 5050,
                    "twfy_id": "26316",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "ITV Breakfast Broadcasting Ltd - \u00a3181.26"
                },
                {
                    "id": 13188,
                    "parent_interest_id": "",
                    "member": "Lewis Cocking",
                    "party": "conservative",
                    "mnis_id": 5050,
                    "twfy_id": "26316",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "ITV Breakfast Broadcasting Ltd - \u00a3181.26"
                },
                {
                    "id": 13189,
                    "parent_interest_id": "",
                    "member": "Dan Carden",
                    "party": "labour",
                    "mnis_id": 4651,
                    "twfy_id": "25642",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Duchess of Richmond - \u00a3750.00"
                },
                {
                    "id": 13190,
                    "parent_interest_id": "",
                    "member": "Chris Law",
                    "party": "scottish-national-party",
                    "mnis_id": 4403,
                    "twfy_id": "25270",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Non-executive Board Member of the Parliamentary Knowledge Schemes. This is an unpaid role."
                },
                {
                    "id": 13191,
                    "parent_interest_id": "",
                    "member": "Mr James Frith",
                    "party": "labour",
                    "mnis_id": 4637,
                    "twfy_id": "25622",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Sky UK Ltd - \u00a3432.00"
                },
                {
                    "id": 13192,
                    "parent_interest_id": "",
                    "member": "Dr Ellie Chowns",
                    "party": "green",
                    "mnis_id": 5249,
                    "twfy_id": "26577",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "BBC - \u00a346.32"
                },
                {
                    "id": 13195,
                    "parent_interest_id": "",
                    "member": "Dr Danny Chambers",
                    "party": "liberal-democrat",
                    "mnis_id": 5304,
                    "twfy_id": "26607",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Veterinary Voices Ltd"
                },
                {
                    "id": 13198,
                    "parent_interest_id": "",
                    "member": "Mr Luke Charters",
                    "party": "labour",
                    "mnis_id": 5199,
                    "twfy_id": "26480",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "City of York Council - \u00a3322.00"
                },
                {
                    "id": 13199,
                    "parent_interest_id": "",
                    "member": "Saqib Bhatti",
                    "party": "conservative",
                    "mnis_id": 4818,
                    "twfy_id": "25847",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Dukehill Services Limited - \u00a35,000.00"
                },
                {
                    "id": 13200,
                    "parent_interest_id": "",
                    "member": "Mike Martin",
                    "party": "liberal-democrat",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Antony Harris - \u00a31,250.00"
                },
                {
                    "id": 13201,
                    "parent_interest_id": "",
                    "member": "Mike Martin",
                    "party": "liberal-democrat",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Charles Pope - \u00a31,500.00"
                },
                {
                    "id": 13202,
                    "parent_interest_id": "",
                    "member": "Mike Martin",
                    "party": "liberal-democrat",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Dominic Mathon - \u00a3800.00"
                },
                {
                    "id": 13204,
                    "parent_interest_id": "",
                    "member": "Mark Sewards",
                    "party": "labour",
                    "mnis_id": 5166,
                    "twfy_id": "26440",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Neural Voice AI - \u00a33,000.00"
                },
                {
                    "id": 13205,
                    "parent_interest_id": "",
                    "member": "Jack Rankin",
                    "party": "conservative",
                    "mnis_id": 5340,
                    "twfy_id": "26622",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Israel between 24 August 2025 and 29 August 2025"
                },
                {
                    "id": 13206,
                    "parent_interest_id": "",
                    "member": "Jack Rankin",
                    "party": "conservative",
                    "mnis_id": 5340,
                    "twfy_id": "26622",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Mrs Barbara Hilton - \u00a35,000.00"
                },
                {
                    "id": 13208,
                    "parent_interest_id": "",
                    "member": "Nick Timothy",
                    "party": "conservative",
                    "mnis_id": 5062,
                    "twfy_id": "26335",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Jockey Club Rooms - \u00a3780.00"
                },
                {
                    "id": 13209,
                    "parent_interest_id": "",
                    "member": "Nigel Huddleston",
                    "party": "conservative",
                    "mnis_id": 4407,
                    "twfy_id": "25381",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Israel between 24 August 2025 and 29 August 2025"
                },
                {
                    "id": 13210,
                    "parent_interest_id": "",
                    "member": "Alex Davies-Jones",
                    "party": "labour",
                    "mnis_id": 4849,
                    "twfy_id": "25824",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Football Association - \u00a3390.00"
                },
                {
                    "id": 13211,
                    "parent_interest_id": "",
                    "member": "Lincoln Jopp",
                    "party": "conservative",
                    "mnis_id": 5332,
                    "twfy_id": "26573",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Israel between 24 August 2025 and 29 August 2025"
                },
                {
                    "id": 13212,
                    "parent_interest_id": "",
                    "member": "Gill Furniss",
                    "party": "labour",
                    "mnis_id": 4571,
                    "twfy_id": "25489",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Co-Chair of the British Irish Parliamentary Assembly."
                },
                {
                    "id": 13213,
                    "parent_interest_id": "",
                    "member": "Lisa Nandy",
                    "party": "labour",
                    "mnis_id": 4082,
                    "twfy_id": "24831",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Communication Workers Union - \u00a32,000.04"
                },
                {
                    "id": 13214,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Great Yarmouth Racecourse - \u00a3556.00"
                },
                {
                    "id": 13215,
                    "parent_interest_id": "",
                    "member": "Dr Neil Shastri-Hurst",
                    "party": "conservative",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Legal services rendered as a barrister - Confidential in accordance with footnote 9 of paragraph 8(b) of the Code of Conduct and Guide to the Rules"
                },
                {
                    "id": 13216,
                    "parent_interest_id": 13215.0,
                    "member": "Dr Neil Shastri-Hurst",
                    "party": "conservative",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 03 September 2025 - \u00a31,700.00"
                },
                {
                    "id": 13218,
                    "parent_interest_id": "",
                    "member": "Mike Martin",
                    "party": "liberal-democrat",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "William Reeve - \u00a31,500.00"
                },
                {
                    "id": 13219,
                    "parent_interest_id": "",
                    "member": "Mike Martin",
                    "party": "liberal-democrat",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "William Reeve - \u00a31,500.00"
                },
                {
                    "id": 13220,
                    "parent_interest_id": "",
                    "member": "Jessica Toale",
                    "party": "labour",
                    "mnis_id": 5202,
                    "twfy_id": "26567",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Newcastle upon Tyne"
                },
                {
                    "id": 13221,
                    "parent_interest_id": "",
                    "member": "Jessica Toale",
                    "party": "labour",
                    "mnis_id": 5202,
                    "twfy_id": "26567",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Julia Davies - \u00a31,759.52"
                },
                {
                    "id": 13225,
                    "parent_interest_id": "",
                    "member": "Melanie Ward",
                    "party": "labour",
                    "mnis_id": 5240,
                    "twfy_id": "26610",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Great Britain China Centre - \u00a31,350.00"
                },
                {
                    "id": 13226,
                    "parent_interest_id": "",
                    "member": "Zarah Sultana",
                    "party": "your-party",
                    "mnis_id": 4786,
                    "twfy_id": "25909",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Team Love - \u00a3562.50"
                },
                {
                    "id": 13229,
                    "parent_interest_id": "",
                    "member": "Euan Stainbank",
                    "party": "labour",
                    "mnis_id": 5110,
                    "twfy_id": "26407",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Vodaphone Three - \u00a3650.00"
                },
                {
                    "id": 13233,
                    "parent_interest_id": "",
                    "member": "Claire Young",
                    "party": "liberal-democrat",
                    "mnis_id": 5140,
                    "twfy_id": "26458",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Steve Webb - \u00a35,000.00"
                },
                {
                    "id": 13234,
                    "parent_interest_id": "",
                    "member": "Laura Trott",
                    "party": "conservative",
                    "mnis_id": 4780,
                    "twfy_id": "25851",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Lord John Nash - \u00a33,000.00"
                },
                {
                    "id": 13236,
                    "parent_interest_id": "",
                    "member": "Warinder Juss",
                    "party": "labour",
                    "mnis_id": 5230,
                    "twfy_id": "26533",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Wolverhampton Wanderers (Wolves) Foundation - \u00a3120.00"
                },
                {
                    "id": 13237,
                    "parent_interest_id": "",
                    "member": "Richard Tice",
                    "party": "reform",
                    "mnis_id": 5161,
                    "twfy_id": "26399",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to France between 04 August 2025 and 06 August 2025"
                },
                {
                    "id": 13238,
                    "parent_interest_id": "",
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Holding below registrable threshold in Juliand Digital Ltd (productivity software). These shares were transferred to a blind trust in May 2023 and returned August 2025."
                },
                {
                    "id": 13240,
                    "parent_interest_id": "",
                    "member": "Warinder Juss",
                    "party": "labour",
                    "mnis_id": 5230,
                    "twfy_id": "26533",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Wolverhampton Wanderers (Wolves) Foundation - \u00a3885.00"
                },
                {
                    "id": 13244,
                    "parent_interest_id": "",
                    "member": "Sarah Bool",
                    "party": "conservative",
                    "mnis_id": 5355,
                    "twfy_id": "26635",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Rugby World Cup (England 2025) - \u00a3386.00"
                },
                {
                    "id": 13246,
                    "parent_interest_id": "",
                    "member": "Andrew Bowie",
                    "party": "conservative",
                    "mnis_id": 4601,
                    "twfy_id": "25703",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Israel between 25 August 2025 and 29 August 2025"
                },
                {
                    "id": 13247,
                    "parent_interest_id": "",
                    "member": "Josh Simons",
                    "party": "labour",
                    "mnis_id": 5060,
                    "twfy_id": "26328",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Wigan Warriors - \u00a3610.00"
                },
                {
                    "id": 13248,
                    "parent_interest_id": "",
                    "member": "Mike Martin",
                    "party": "liberal-democrat",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Field View Mentors Limited - \u00a33,000.00"
                },
                {
                    "id": 13249,
                    "parent_interest_id": "",
                    "member": "Alan Mak",
                    "party": "conservative",
                    "mnis_id": 4484,
                    "twfy_id": "25285",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Partner (Unsalaried) - Spex Capital Limited"
                },
                {
                    "id": 13250,
                    "parent_interest_id": "",
                    "member": "Chris McDonald",
                    "party": "labour",
                    "mnis_id": 5116,
                    "twfy_id": "26367",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Professor in Practice at the Durham University Business School. This is an unpaid role."
                },
                {
                    "id": 13251,
                    "parent_interest_id": "",
                    "member": "Dr Roz Savage",
                    "party": "liberal-democrat",
                    "mnis_id": 5352,
                    "twfy_id": "26603",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to United States between 07 August 2025 and 19 August 2025"
                },
                {
                    "id": 13252,
                    "parent_interest_id": "",
                    "member": "Sojan Joseph",
                    "party": "labour",
                    "mnis_id": 5247,
                    "twfy_id": "26578",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Switzerland between 05 September 2025 and 06 September 2025"
                },
                {
                    "id": 13255,
                    "parent_interest_id": "",
                    "member": "Ann Davies",
                    "party": "plaid-cymru",
                    "mnis_id": 5177,
                    "twfy_id": "26359",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "President of Carmarthenshire Farmers' Union of Wales"
                },
                {
                    "id": 13256,
                    "parent_interest_id": "",
                    "member": "Fred Thomas",
                    "party": "labour",
                    "mnis_id": 5174,
                    "twfy_id": "26441",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Honorary unpaid position as 'ambassador' for the HALO Trust, the UK mine clearance and conflict prevention charity."
                },
                {
                    "id": 13257,
                    "parent_interest_id": "",
                    "member": "Chris Bryant",
                    "party": "labour",
                    "mnis_id": 1446,
                    "twfy_id": "10761",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Edinburgh International Book Festival - \u00a3345.00"
                },
                {
                    "id": 13258,
                    "parent_interest_id": "",
                    "member": "Chris Bryant",
                    "party": "labour",
                    "mnis_id": 1446,
                    "twfy_id": "10761",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Bloomsbury Publishing Plc - \u00a3363.30"
                },
                {
                    "id": 13259,
                    "parent_interest_id": "",
                    "member": "Kim Johnson",
                    "party": "labour",
                    "mnis_id": 4824,
                    "twfy_id": "25803",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Ghana between 28 July 2025 and 03 August 2025"
                },
                {
                    "id": 13260,
                    "parent_interest_id": "",
                    "member": "Chris Kane",
                    "party": "labour",
                    "mnis_id": 5155,
                    "twfy_id": "26415",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Festivals Edinburgh Limited - \u00a3860.00"
                },
                {
                    "id": 13261,
                    "parent_interest_id": "",
                    "member": "Rebecca Smith",
                    "party": "conservative",
                    "mnis_id": 5301,
                    "twfy_id": "26512",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Israel between 24 August 2025 and 29 August 2025"
                },
                {
                    "id": 13263,
                    "parent_interest_id": "",
                    "member": "Jeremy Corbyn",
                    "party": "independent",
                    "mnis_id": 185,
                    "twfy_id": "10133",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Japan between 01 August 2025 and 18 August 2025"
                },
                {
                    "id": 13264,
                    "parent_interest_id": "",
                    "member": "Yuan Yang",
                    "party": "labour",
                    "mnis_id": 5267,
                    "twfy_id": "26600",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Jeremy Oppenheim - \u00a32,000.00"
                },
                {
                    "id": 13267,
                    "parent_interest_id": "",
                    "member": "Jeremy Corbyn",
                    "party": "independent",
                    "mnis_id": 185,
                    "twfy_id": "10133",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Director of Your Party UK Ltd, a private company limited by guarantee without share capital which was incorporated on 31 July 2025"
                },
                {
                    "id": 13268,
                    "parent_interest_id": "",
                    "member": "Emma Lewell",
                    "party": "labour",
                    "mnis_id": 4277,
                    "twfy_id": "25181",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Great Run Company /Film Nova - \u00a3400.00"
                },
                {
                    "id": 13269,
                    "parent_interest_id": "",
                    "member": "Tim Roca",
                    "party": "labour",
                    "mnis_id": 5287,
                    "twfy_id": "26549",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Harish Sodha - \u00a320,000.00"
                },
                {
                    "id": 13270,
                    "parent_interest_id": "",
                    "member": "Zarah Sultana",
                    "party": "your-party",
                    "mnis_id": 4786,
                    "twfy_id": "25909",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director, Your Party UK Ltd. This is an unpaid role."
                },
                {
                    "id": 13271,
                    "parent_interest_id": "",
                    "member": "Nick Timothy",
                    "party": "conservative",
                    "mnis_id": 5062,
                    "twfy_id": "26335",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Andrew Law - \u00a33,744.00"
                },
                {
                    "id": 13272,
                    "parent_interest_id": "",
                    "member": "Iqbal Mohamed",
                    "party": "independent",
                    "mnis_id": 5268,
                    "twfy_id": "26620",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Director of Your Party UK Ltd, a private company limited by guarantee."
                },
                {
                    "id": 13274,
                    "parent_interest_id": "",
                    "member": "Christine Jardine",
                    "party": "liberal-democrat",
                    "mnis_id": 4634,
                    "twfy_id": "25675",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Royal Edinburgh Military Tattoo - \u00a3370.00"
                },
                {
                    "id": 13275,
                    "parent_interest_id": "",
                    "member": "Sir Iain Duncan Smith",
                    "party": "conservative",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Taiwan between 24 August 2025 and 28 August 2025"
                },
                {
                    "id": 13276,
                    "parent_interest_id": "",
                    "member": "Amanda Martin",
                    "party": "labour",
                    "mnis_id": 5294,
                    "twfy_id": "26430",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Victorious Festivals Limited - \u00a3320.00"
                },
                {
                    "id": 13277,
                    "parent_interest_id": "",
                    "member": "Amanda Martin",
                    "party": "labour",
                    "mnis_id": 5294,
                    "twfy_id": "26430",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Fix Radio Limited - \u00a3440.00"
                },
                {
                    "id": 13278,
                    "parent_interest_id": "",
                    "member": "Amanda Martin",
                    "party": "labour",
                    "mnis_id": 5294,
                    "twfy_id": "26430",
                    "category": "Gifts and benefits from sources outside the UK",
                    "category_code": "5",
                    "summary": "HM Government of Gibraltar - \u00a31,708.00"
                },
                {
                    "id": 13280,
                    "parent_interest_id": "",
                    "member": "Lola McEvoy",
                    "party": "labour",
                    "mnis_id": 5037,
                    "twfy_id": "26315",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "The YIMBY Initiative Ltd - \u00a32,833.33"
                },
                {
                    "id": 13281,
                    "parent_interest_id": "",
                    "member": "Jess Brown-Fuller",
                    "party": "liberal-democrat",
                    "mnis_id": 5335,
                    "twfy_id": "26372",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Cherie Robertson - \u00a32,000.00"
                },
                {
                    "id": 13282,
                    "parent_interest_id": "",
                    "member": "Jess Brown-Fuller",
                    "party": "liberal-democrat",
                    "mnis_id": 5335,
                    "twfy_id": "26372",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Richard Evans - \u00a33,000.00"
                },
                {
                    "id": 13283,
                    "parent_interest_id": "",
                    "member": "Mr Lee Dillon",
                    "party": "liberal-democrat",
                    "mnis_id": 5310,
                    "twfy_id": "26584",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "(1) Chartered Institute of Housing and (2) National Housing Federation - \u00a3850.00"
                },
                {
                    "id": 13284,
                    "parent_interest_id": "",
                    "member": "Charlie Maynard",
                    "party": "liberal-democrat",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "category": "Gifts and benefits from sources outside the UK",
                    "category_code": "5",
                    "summary": "Ailsa Roell - \u00a314,000.00"
                },
                {
                    "id": 13285,
                    "parent_interest_id": "",
                    "member": "Chris Murray",
                    "party": "labour",
                    "mnis_id": 5245,
                    "twfy_id": "26611",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Royal Navy - \u00a31,574.00"
                },
                {
                    "id": 13286,
                    "parent_interest_id": "",
                    "member": "Mike Martin",
                    "party": "liberal-democrat",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Ramesh Dewan - \u00a33,153.28"
                },
                {
                    "id": 13288,
                    "parent_interest_id": "",
                    "member": "Sarah Sackman",
                    "party": "labour",
                    "mnis_id": 5204,
                    "twfy_id": "26438",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Trevor Chinn - \u00a31,250.00"
                },
                {
                    "id": 13289,
                    "parent_interest_id": "",
                    "member": "Sarah Sackman",
                    "party": "labour",
                    "mnis_id": 5204,
                    "twfy_id": "26438",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "STRATHGROVE LIMITED - \u00a32,500.00"
                },
                {
                    "id": 13291,
                    "parent_interest_id": "",
                    "member": "Callum Anderson",
                    "party": "labour",
                    "mnis_id": 5193,
                    "twfy_id": "26380",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Quoted Companies Alliance (QCA) - \u00a3475.00"
                },
                {
                    "id": 13294,
                    "parent_interest_id": "",
                    "member": "David Pinto-Duschinsky",
                    "party": "labour",
                    "mnis_id": 5360,
                    "twfy_id": "26632",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Sir Trevor Chinn - \u00a31,250.00"
                },
                {
                    "id": 13295,
                    "parent_interest_id": "",
                    "member": "David Pinto-Duschinsky",
                    "party": "labour",
                    "mnis_id": 5360,
                    "twfy_id": "26632",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Jon Mendelsohn - \u00a32,500.00"
                },
                {
                    "id": 13296,
                    "parent_interest_id": "",
                    "member": "Ayoub Khan",
                    "party": "independent",
                    "mnis_id": 5357,
                    "twfy_id": "26631",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Director of Your Party UK Ltd, a private company limited by guarantee without share capital which was incorporated on 31 July 2025"
                },
                {
                    "id": 13297,
                    "parent_interest_id": "",
                    "member": "Jessica Morden",
                    "party": "labour",
                    "mnis_id": 1548,
                    "twfy_id": "11732",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Ex officio Chair of the Parliamentary Labour Party"
                },
                {
                    "id": 13298,
                    "parent_interest_id": "",
                    "member": "Jessica Morden",
                    "party": "labour",
                    "mnis_id": 1548,
                    "twfy_id": "11732",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Observing member of the Labour Party National Executive Committee and National Policy Forum"
                },
                {
                    "id": 13299,
                    "parent_interest_id": "",
                    "member": "Jessica Morden",
                    "party": "labour",
                    "mnis_id": 1548,
                    "twfy_id": "11732",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Chair of Community Union Parliamentary group. This is an unpaid role."
                },
                {
                    "id": 13301,
                    "parent_interest_id": "",
                    "member": "Alan Mak",
                    "party": "conservative",
                    "mnis_id": 4484,
                    "twfy_id": "25285",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Royal Edinburgh Military Tattoo (Charities) Ltd - \u00a3864.00"
                },
                {
                    "id": 13302,
                    "parent_interest_id": "",
                    "member": "Sarah Gibson",
                    "party": "liberal-democrat",
                    "mnis_id": 5239,
                    "twfy_id": "26585",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Lecturer (Part-Time) - University of Bath"
                },
                {
                    "id": 13486,
                    "parent_interest_id": 13302.0,
                    "member": "Sarah Gibson",
                    "party": "liberal-democrat",
                    "mnis_id": 5239,
                    "twfy_id": "26585",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 25 July 2024 - \u00a33,914.50"
                },
                {
                    "id": 13487,
                    "parent_interest_id": 13302.0,
                    "member": "Sarah Gibson",
                    "party": "liberal-democrat",
                    "mnis_id": 5239,
                    "twfy_id": "26585",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 25 August 2024 - \u00a33,914.50"
                },
                {
                    "id": 13488,
                    "parent_interest_id": 13302.0,
                    "member": "Sarah Gibson",
                    "party": "liberal-democrat",
                    "mnis_id": 5239,
                    "twfy_id": "26585",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 25 September 2024 - \u00a34,064.50"
                },
                {
                    "id": 13489,
                    "parent_interest_id": 13302.0,
                    "member": "Sarah Gibson",
                    "party": "liberal-democrat",
                    "mnis_id": 5239,
                    "twfy_id": "26585",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 25 October 2024 - \u00a3797.90"
                },
                {
                    "id": 13490,
                    "parent_interest_id": 13302.0,
                    "member": "Sarah Gibson",
                    "party": "liberal-democrat",
                    "mnis_id": 5239,
                    "twfy_id": "26585",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 25 November 2024 - \u00a3797.90"
                },
                {
                    "id": 13491,
                    "parent_interest_id": 13302.0,
                    "member": "Sarah Gibson",
                    "party": "liberal-democrat",
                    "mnis_id": 5239,
                    "twfy_id": "26585",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 25 January 2025 - \u00a3797.90"
                },
                {
                    "id": 13492,
                    "parent_interest_id": 13302.0,
                    "member": "Sarah Gibson",
                    "party": "liberal-democrat",
                    "mnis_id": 5239,
                    "twfy_id": "26585",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 25 February 2025 - \u00a3797.90"
                },
                {
                    "id": 13493,
                    "parent_interest_id": 13302.0,
                    "member": "Sarah Gibson",
                    "party": "liberal-democrat",
                    "mnis_id": 5239,
                    "twfy_id": "26585",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 25 March 2025 - \u00a3802.48"
                },
                {
                    "id": 13494,
                    "parent_interest_id": 13302.0,
                    "member": "Sarah Gibson",
                    "party": "liberal-democrat",
                    "mnis_id": 5239,
                    "twfy_id": "26585",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 25 April 2025 - \u00a3825.98"
                },
                {
                    "id": 13495,
                    "parent_interest_id": 13302.0,
                    "member": "Sarah Gibson",
                    "party": "liberal-democrat",
                    "mnis_id": 5239,
                    "twfy_id": "26585",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 25 May 2025 - \u00a3825.98"
                },
                {
                    "id": 13497,
                    "parent_interest_id": 13302.0,
                    "member": "Sarah Gibson",
                    "party": "liberal-democrat",
                    "mnis_id": 5239,
                    "twfy_id": "26585",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 25 July 2025 - \u00a3825.98"
                },
                {
                    "id": 13498,
                    "parent_interest_id": 13302.0,
                    "member": "Sarah Gibson",
                    "party": "liberal-democrat",
                    "mnis_id": 5239,
                    "twfy_id": "26585",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 25 August 2025 - \u00a3837.55"
                },
                {
                    "id": 13685,
                    "parent_interest_id": 13302.0,
                    "member": "Sarah Gibson",
                    "party": "liberal-democrat",
                    "mnis_id": 5239,
                    "twfy_id": "26585",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 25 September 2025 - \u00a3837.55"
                },
                {
                    "id": 13686,
                    "parent_interest_id": 13302.0,
                    "member": "Sarah Gibson",
                    "party": "liberal-democrat",
                    "mnis_id": 5239,
                    "twfy_id": "26585",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 25 October 2025 - \u00a3418.78"
                },
                {
                    "id": 13738,
                    "parent_interest_id": 13302.0,
                    "member": "Sarah Gibson",
                    "party": "liberal-democrat",
                    "mnis_id": 5239,
                    "twfy_id": "26585",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 25 June 2025 - \u00a3825.98"
                },
                {
                    "id": 14002,
                    "parent_interest_id": 13302.0,
                    "member": "Sarah Gibson",
                    "party": "liberal-democrat",
                    "mnis_id": 5239,
                    "twfy_id": "26585",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 25 November 2025 - \u00a3418.78"
                },
                {
                    "id": 14051,
                    "parent_interest_id": 13302.0,
                    "member": "Sarah Gibson",
                    "party": "liberal-democrat",
                    "mnis_id": 5239,
                    "twfy_id": "26585",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement starting 01 December 2025 - \u00a3418.78"
                },
                {
                    "id": 13304,
                    "parent_interest_id": "",
                    "member": "Matt Bishop",
                    "party": "labour",
                    "mnis_id": 5323,
                    "twfy_id": "26574",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Gibraltar between 08 September 2025 and 10 September 2025"
                },
                {
                    "id": 13305,
                    "parent_interest_id": "",
                    "member": "Andrew Bowie",
                    "party": "conservative",
                    "mnis_id": 4601,
                    "twfy_id": "25703",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Sweden between 20 August 2025 and 22 August 2025"
                },
                {
                    "id": 13306,
                    "parent_interest_id": "",
                    "member": "Carla Denyer",
                    "party": "green",
                    "mnis_id": 5102,
                    "twfy_id": "26379",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Greenbelt Festivals - \u00a3980.92"
                },
                {
                    "id": 13307,
                    "parent_interest_id": "",
                    "member": "Yuan Yang",
                    "party": "labour",
                    "mnis_id": 5267,
                    "twfy_id": "26600",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Edinburgh Book Festival - \u00a3600.00"
                },
                {
                    "id": 13308,
                    "parent_interest_id": "",
                    "member": "Sally Jameson",
                    "party": "labourco-operative",
                    "mnis_id": 5178,
                    "twfy_id": "26406",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Parliamentary Chair of SIGOMA.  This is an unpaid role."
                },
                {
                    "id": 13310,
                    "parent_interest_id": "",
                    "member": "Charlie Maynard",
                    "party": "liberal-democrat",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "William Day - \u00a36,300.00"
                },
                {
                    "id": 13312,
                    "parent_interest_id": "",
                    "member": "Charlie Maynard",
                    "party": "liberal-democrat",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Marriott Harrison LLP - \u00a323,410.80"
                },
                {
                    "id": 13313,
                    "parent_interest_id": "",
                    "member": "Chris Curtis",
                    "party": "labour",
                    "mnis_id": 5118,
                    "twfy_id": "26396",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "The Yimby Initiative Ltd - \u00a32,833.33"
                },
                {
                    "id": 13314,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Joint ownership of a racehorse"
                },
                {
                    "id": 13315,
                    "parent_interest_id": "",
                    "member": "Mr Douglas Alexander",
                    "party": "labourco-operative",
                    "mnis_id": 632,
                    "twfy_id": "10661",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Political Co-Chair of Scottish Labour\u2019s 2026 Scottish Election Campaign. This is a part time and unpaid role."
                },
                {
                    "id": 13316,
                    "parent_interest_id": "",
                    "member": "Stephen Flynn",
                    "party": "scottish-national-party",
                    "mnis_id": 4735,
                    "twfy_id": "25867",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Royal Edinburgh Military Tattoo - \u00a3904.00"
                },
                {
                    "id": 13317,
                    "parent_interest_id": "",
                    "member": "Mr Adnan Hussain",
                    "party": "independent",
                    "mnis_id": 5231,
                    "twfy_id": "26595",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Secretary of Your Party UK Ltd, a private company limited by guarantee without share capital which was incorporated on 31 July 2025"
                },
                {
                    "id": 13319,
                    "parent_interest_id": "",
                    "member": "Jesse Norman",
                    "party": "conservative",
                    "mnis_id": 3991,
                    "twfy_id": "24827",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to France between 05 September 2025 and 07 September 2025"
                },
                {
                    "id": 13320,
                    "parent_interest_id": "",
                    "member": "Emma Foody",
                    "party": "labourco-operative",
                    "mnis_id": 5029,
                    "twfy_id": "26311",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director -Bridget Phillipson Campaigns Ltd. This is an unpaid role."
                },
                {
                    "id": 13322,
                    "parent_interest_id": "",
                    "member": "Shaun Davies",
                    "party": "labour",
                    "mnis_id": 5041,
                    "twfy_id": "26332",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Honorary Vice President of the National Association of Local Councils (NALC) (Unpaid)"
                },
                {
                    "id": 13323,
                    "parent_interest_id": "",
                    "member": "Mr Andrew Snowden",
                    "party": "conservative",
                    "mnis_id": 5072,
                    "twfy_id": "26347",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Fox Brothers - \u00a32,500.00"
                },
                {
                    "id": 13324,
                    "parent_interest_id": "",
                    "member": "Sir Gavin Williamson",
                    "party": "conservative",
                    "mnis_id": 4108,
                    "twfy_id": "24729",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Oberons Petroleum Limited"
                },
                {
                    "id": 13325,
                    "parent_interest_id": "",
                    "member": "Josh Babarinde",
                    "party": "liberal-democrat",
                    "mnis_id": 5086,
                    "twfy_id": "26353",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Carl Michel - \u00a32,000.00"
                },
                {
                    "id": 13326,
                    "parent_interest_id": "",
                    "member": "Josh Babarinde",
                    "party": "liberal-democrat",
                    "mnis_id": 5086,
                    "twfy_id": "26353",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Carl Michel - \u00a32,000.00"
                },
                {
                    "id": 13327,
                    "parent_interest_id": "",
                    "member": "Josh Babarinde",
                    "party": "liberal-democrat",
                    "mnis_id": 5086,
                    "twfy_id": "26353",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Ian Wrigglesworth - \u00a32,000.00"
                },
                {
                    "id": 13328,
                    "parent_interest_id": "",
                    "member": "Wes Streeting",
                    "party": "labour",
                    "mnis_id": 4504,
                    "twfy_id": "25320",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Francesca Perrin - \u00a350,000.00"
                },
                {
                    "id": 13329,
                    "parent_interest_id": "",
                    "member": "Pete Wishart",
                    "party": "scottish-national-party",
                    "mnis_id": 1440,
                    "twfy_id": "11333",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Royal Edinburgh Military Tattoo - \u00a3452.00"
                },
                {
                    "id": 13331,
                    "parent_interest_id": "",
                    "member": "Chris Murray",
                    "party": "labour",
                    "mnis_id": 5245,
                    "twfy_id": "26611",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Refugee, Asylum and Migration Policy Project (RAMP) - \u00a313,000.00"
                },
                {
                    "id": 13332,
                    "parent_interest_id": "",
                    "member": "Alan Gemmell",
                    "party": "labour",
                    "mnis_id": 5185,
                    "twfy_id": "26476",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Diageo PLC - \u00a3320.00"
                },
                {
                    "id": 13333,
                    "parent_interest_id": "",
                    "member": "Dr Simon Opher",
                    "party": "labour",
                    "mnis_id": 5030,
                    "twfy_id": "26313",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Palestine between 14 September 2025 and 16 September 2025"
                },
                {
                    "id": 13334,
                    "parent_interest_id": "",
                    "member": "Jon Pearce",
                    "party": "labour",
                    "mnis_id": 5115,
                    "twfy_id": "26362",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Mr Trevor Chinn - \u00a31,250.00"
                },
                {
                    "id": 13335,
                    "parent_interest_id": "",
                    "member": "Jon Pearce",
                    "party": "labour",
                    "mnis_id": 5115,
                    "twfy_id": "26362",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Trevor Chinn - \u00a31,250.00"
                },
                {
                    "id": 13336,
                    "parent_interest_id": "",
                    "member": "Mr Hamish Falconer",
                    "party": "labour",
                    "mnis_id": 5148,
                    "twfy_id": "26446",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Michael Craven - \u00a33,000.00"
                },
                {
                    "id": 13337,
                    "parent_interest_id": "",
                    "member": "Ayoub Khan",
                    "party": "independent",
                    "mnis_id": 5357,
                    "twfy_id": "26631",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Qatar between 06 December 2024 and 09 December 2024"
                },
                {
                    "id": 13338,
                    "parent_interest_id": "",
                    "member": "Dan Carden",
                    "party": "labour",
                    "mnis_id": 4651,
                    "twfy_id": "25642",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Advisor - Green Rock Robotics INC."
                },
                {
                    "id": 13339,
                    "parent_interest_id": 13338.0,
                    "member": "Dan Carden",
                    "party": "labour",
                    "mnis_id": 4651,
                    "twfy_id": "25642",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement starting 27 August 2025 - \u00a31,458.00"
                },
                {
                    "id": 13340,
                    "parent_interest_id": "",
                    "member": "Naz Shah",
                    "party": "labour",
                    "mnis_id": 4409,
                    "twfy_id": "25385",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Pakistan between 03 August 2025 and 28 August 2025"
                },
                {
                    "id": 13342,
                    "parent_interest_id": "",
                    "member": "Alan Mak",
                    "party": "conservative",
                    "mnis_id": 4484,
                    "twfy_id": "25285",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Portugal between 04 September 2025 and 06 September 2025"
                },
                {
                    "id": 13343,
                    "parent_interest_id": "",
                    "member": "Steff Aquarone",
                    "party": "liberal-democrat",
                    "mnis_id": 5164,
                    "twfy_id": "26491",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Econsultancy Limited is a client of Mango Online Learning and Development Solutions Ltd., in which I am a shareholder and director."
                },
                {
                    "id": 13345,
                    "parent_interest_id": "",
                    "member": "Steff Aquarone",
                    "party": "liberal-democrat",
                    "mnis_id": 5164,
                    "twfy_id": "26491",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Michael Holland - \u00a32,000.00"
                },
                {
                    "id": 13346,
                    "parent_interest_id": "",
                    "member": "Liz Saville Roberts",
                    "party": "plaid-cymru",
                    "mnis_id": 4521,
                    "twfy_id": "25302",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Germany between 24 August 2025 and 29 August 2025"
                },
                {
                    "id": 13347,
                    "parent_interest_id": "",
                    "member": "Sir Mel Stride",
                    "party": "conservative",
                    "mnis_id": 3935,
                    "twfy_id": "24914",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to United States between 06 September 2025 and 10 September 2025"
                },
                {
                    "id": 13348,
                    "parent_interest_id": "",
                    "member": "Sir Keir Starmer",
                    "party": "labour",
                    "mnis_id": 4514,
                    "twfy_id": "25353",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Arsenal Football Club Limited - \u00a31,000.00"
                },
                {
                    "id": 13349,
                    "parent_interest_id": "",
                    "member": "Rebecca Paul",
                    "party": "conservative",
                    "mnis_id": 5297,
                    "twfy_id": "26466",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Partnership share in Addidi LLP. The partnership holds investments in private business. (The shares are below the threshold for registration under Category 7.)"
                },
                {
                    "id": 13352,
                    "parent_interest_id": "",
                    "member": "Sir James Cleverly",
                    "party": "conservative",
                    "mnis_id": 4366,
                    "twfy_id": "25376",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Non-executive Board Member of the Parliamentary Knowledge Schemes. This is an unpaid role."
                },
                {
                    "id": 13353,
                    "parent_interest_id": "",
                    "member": "Robert Jenrick",
                    "party": "reform",
                    "mnis_id": 4320,
                    "twfy_id": "25227",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Attestor Limited - \u00a315,000.00"
                },
                {
                    "id": 13354,
                    "parent_interest_id": "",
                    "member": "Lizzi Collinge",
                    "party": "labour",
                    "mnis_id": 5225,
                    "twfy_id": "26592",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Lancashire County Councillor, (unpaid since 30 August 2024 and previously registered under Category 1)"
                },
                {
                    "id": 13359,
                    "parent_interest_id": "",
                    "member": "Amanda Hack",
                    "party": "labour",
                    "mnis_id": 5149,
                    "twfy_id": "26449",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Leicestershire County Councillor, (unpaid since 4 July 2024 and previously registered under Category 1)"
                },
                {
                    "id": 13363,
                    "parent_interest_id": "",
                    "member": "John Finucane",
                    "party": "sinn-fein",
                    "mnis_id": 4823,
                    "twfy_id": "25821",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to United States between 16 September 2025 and 21 September 2025"
                },
                {
                    "id": 13364,
                    "parent_interest_id": "",
                    "member": "Mr Adnan Hussain",
                    "party": "independent",
                    "mnis_id": 5231,
                    "twfy_id": "26595",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director of A&H Bros (& others) Investments Ltd."
                },
                {
                    "id": 13365,
                    "parent_interest_id": "",
                    "member": "Alberto Costa",
                    "party": "conservative",
                    "mnis_id": 4439,
                    "twfy_id": "25413",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Michael Fry - \u00a31,800.00"
                },
                {
                    "id": 13366,
                    "parent_interest_id": "",
                    "member": "Jonathan Reynolds",
                    "party": "labourco-operative",
                    "mnis_id": 4119,
                    "twfy_id": "24929",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Sunderland Association Football Club - \u00a3360.00"
                },
                {
                    "id": 13368,
                    "parent_interest_id": "",
                    "member": "Barry Gardiner",
                    "party": "labour",
                    "mnis_id": 146,
                    "twfy_id": "10220",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Speech on the future of the water industry to the Board of Directors - Castle Water Ltd"
                },
                {
                    "id": 13369,
                    "parent_interest_id": 13368.0,
                    "member": "Barry Gardiner",
                    "party": "labour",
                    "mnis_id": 146,
                    "twfy_id": "10220",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 05 September 2025 - \u00a33,500.00"
                },
                {
                    "id": 13370,
                    "parent_interest_id": "",
                    "member": "Charlie Maynard",
                    "party": "liberal-democrat",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Marriott Harrison LLP - \u00a320,077.20"
                },
                {
                    "id": 13371,
                    "parent_interest_id": "",
                    "member": "Charlie Maynard",
                    "party": "liberal-democrat",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "William Day - \u00a34,200.00"
                },
                {
                    "id": 13372,
                    "parent_interest_id": "",
                    "member": "Catherine West",
                    "party": "labour",
                    "mnis_id": 4523,
                    "twfy_id": "25328",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in New South Wales"
                },
                {
                    "id": 13374,
                    "parent_interest_id": "",
                    "member": "Edward Morello",
                    "party": "liberal-democrat",
                    "mnis_id": 5326,
                    "twfy_id": "26604",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Gibraltar between 08 September 2025 and 11 September 2025"
                },
                {
                    "id": 13375,
                    "parent_interest_id": "",
                    "member": "Dame Caroline Dinenage",
                    "party": "conservative",
                    "mnis_id": 4008,
                    "twfy_id": "24873",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Rugby World Cup (England 2025) - \u00a3424.60"
                },
                {
                    "id": 13376,
                    "parent_interest_id": "",
                    "member": "Ms Nusrat Ghani",
                    "party": "conservative",
                    "mnis_id": 4460,
                    "twfy_id": "25354",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Honorary, unpaid role as Vice President of Association of Sail Training Organisations (ASTO)"
                },
                {
                    "id": 13377,
                    "parent_interest_id": "",
                    "member": "Sir Mel Stride",
                    "party": "conservative",
                    "mnis_id": 3935,
                    "twfy_id": "24914",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Graham Edwards - \u00a34,000.00"
                },
                {
                    "id": 13378,
                    "parent_interest_id": "",
                    "member": "Ms Nusrat Ghani",
                    "party": "conservative",
                    "mnis_id": 4460,
                    "twfy_id": "25354",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Honorary, Unpaid role as Vice President of The Seafarers Charity"
                },
                {
                    "id": 13379,
                    "parent_interest_id": "",
                    "member": "Jonathan Davies",
                    "party": "labour",
                    "mnis_id": 5256,
                    "twfy_id": "26557",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Chesterfield Borough Councillor, (unpaid since 11 September 2024 and previously registered under Category 1)"
                },
                {
                    "id": 13380,
                    "parent_interest_id": "",
                    "member": "Lee Pitcher",
                    "party": "labour",
                    "mnis_id": 5233,
                    "twfy_id": "26464",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Vice President of the Association of Drainage Authorities"
                },
                {
                    "id": 13381,
                    "parent_interest_id": "",
                    "member": "Shockat Adam",
                    "party": "independent",
                    "mnis_id": 5120,
                    "twfy_id": "26364",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Director of Your Party UK Ltd, a private company limited by guarantee without share capital which was incorporated on 31 July 2025"
                },
                {
                    "id": 13382,
                    "parent_interest_id": "",
                    "member": "Shaun Davies",
                    "party": "labour",
                    "mnis_id": 5041,
                    "twfy_id": "26332",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Councillor at Telford and Wrekin Council, (unpaid since 30 August 2024 and previously registered under Category 1)"
                },
                {
                    "id": 13383,
                    "parent_interest_id": "",
                    "member": "Blake Stephenson",
                    "party": "conservative",
                    "mnis_id": 5100,
                    "twfy_id": "26355",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Central Bedfordshire Councillor, (unpaid since 31 July 2024 and previously registered under Category 1)"
                },
                {
                    "id": 13386,
                    "parent_interest_id": "",
                    "member": "Dr Zubir Ahmed",
                    "party": "labour",
                    "mnis_id": 5213,
                    "twfy_id": "26483",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Emergency vascular  surgeon - NHS Fife"
                },
                {
                    "id": 13387,
                    "parent_interest_id": 13386.0,
                    "member": "Dr Zubir Ahmed",
                    "party": "labour",
                    "mnis_id": 5213,
                    "twfy_id": "26483",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 30 August 2025 - \u00a317,920.00"
                },
                {
                    "id": 13388,
                    "parent_interest_id": "",
                    "member": "Michael Wheeler",
                    "party": "labour",
                    "mnis_id": 5242,
                    "twfy_id": "26551",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "World Rugby Ltd - \u00a3386.40"
                },
                {
                    "id": 13389,
                    "parent_interest_id": "",
                    "member": "John Glen",
                    "party": "conservative",
                    "mnis_id": 4051,
                    "twfy_id": "24839",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of Alabare - homeless charity HQ in Salisbury but serving the south west and Wales. This is an unpaid role."
                },
                {
                    "id": 13390,
                    "parent_interest_id": "",
                    "member": "Calum Miller",
                    "party": "liberal-democrat",
                    "mnis_id": 5346,
                    "twfy_id": "26617",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Nick Clegg - \u00a310,000.00"
                },
                {
                    "id": 13391,
                    "parent_interest_id": "",
                    "member": "Dr Neil Shastri-Hurst",
                    "party": "conservative",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Lord Banner KC - \u00a3445.10"
                },
                {
                    "id": 13392,
                    "parent_interest_id": "",
                    "member": "Alex Burghart",
                    "party": "conservative",
                    "mnis_id": 4613,
                    "twfy_id": "25659",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Speaking engagement - Primary Access & Research Limited"
                },
                {
                    "id": 13393,
                    "parent_interest_id": 13392.0,
                    "member": "Alex Burghart",
                    "party": "conservative",
                    "mnis_id": 4613,
                    "twfy_id": "25659",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 26 September 2025 - \u00a31,500.00"
                },
                {
                    "id": 13394,
                    "parent_interest_id": "",
                    "member": "Steff Aquarone",
                    "party": "liberal-democrat",
                    "mnis_id": 5164,
                    "twfy_id": "26491",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Anthony Smith - \u00a32,500.00"
                },
                {
                    "id": 13395,
                    "parent_interest_id": "",
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to United States between 05 September 2025 and 08 September 2025"
                },
                {
                    "id": 13396,
                    "parent_interest_id": "",
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to India between 28 August 2025 and 01 September 2025"
                },
                {
                    "id": 13397,
                    "parent_interest_id": "",
                    "member": "Kevin Hollinrake",
                    "party": "conservative",
                    "mnis_id": 4474,
                    "twfy_id": "25415",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Carlton Club - \u00a3840.00"
                },
                {
                    "id": 13398,
                    "parent_interest_id": "",
                    "member": "Nick Timothy",
                    "party": "conservative",
                    "mnis_id": 5062,
                    "twfy_id": "26335",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "I publish a Substack Newsletter consisting of weekly essays and columns for paid subscribers."
                },
                {
                    "id": 13401,
                    "parent_interest_id": "",
                    "member": "Chris Evans",
                    "party": "labourco-operative",
                    "mnis_id": 4040,
                    "twfy_id": "24721",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Turkey between 15 September 2025 and 18 September 2025"
                },
                {
                    "id": 13403,
                    "parent_interest_id": "",
                    "member": "Euan Stainbank",
                    "party": "labour",
                    "mnis_id": 5110,
                    "twfy_id": "26407",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Ambassador for Ancre Somme Association Scotland who support the Armed Forces, past, present, and future. This is an unpaid role."
                },
                {
                    "id": 13406,
                    "parent_interest_id": "",
                    "member": "Ed Davey",
                    "party": "liberal-democrat",
                    "mnis_id": 188,
                    "twfy_id": "10155",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Guest radio hosting - Global Media Group Services Limited"
                },
                {
                    "id": 13407,
                    "parent_interest_id": 13406.0,
                    "member": "Ed Davey",
                    "party": "liberal-democrat",
                    "mnis_id": 188,
                    "twfy_id": "10155",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 25 September 2025 - \u00a31,000.00"
                },
                {
                    "id": 13410,
                    "parent_interest_id": "",
                    "member": "Liz Saville Roberts",
                    "party": "plaid-cymru",
                    "mnis_id": 4521,
                    "twfy_id": "25302",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A Trustee of World Horse Welfare for a four-year term commencing on 1/01/2026. This is an unpaid role."
                },
                {
                    "id": 13412,
                    "parent_interest_id": "",
                    "member": "Andrew Rosindell",
                    "party": "reform",
                    "mnis_id": 1447,
                    "twfy_id": "11199",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Nealade Limited - \u00a35,000.00"
                },
                {
                    "id": 13413,
                    "parent_interest_id": "",
                    "member": "Andrew Rosindell",
                    "party": "reform",
                    "mnis_id": 1447,
                    "twfy_id": "11199",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Barry Hearn OBE - \u00a35,000.00"
                },
                {
                    "id": 13414,
                    "parent_interest_id": "",
                    "member": "Andrew Rosindell",
                    "party": "reform",
                    "mnis_id": 1447,
                    "twfy_id": "11199",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "The Lord Glendonrbook - \u00a31,500.00"
                },
                {
                    "id": 13420,
                    "parent_interest_id": "",
                    "member": "Rachel Gilmour",
                    "party": "liberal-democrat",
                    "mnis_id": 5252,
                    "twfy_id": "26543",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Bampton"
                },
                {
                    "id": 13421,
                    "parent_interest_id": "",
                    "member": "Andrew Lewin",
                    "party": "labour",
                    "mnis_id": 5061,
                    "twfy_id": "26376",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Best for Britain Limited - \u00a334,469.82"
                },
                {
                    "id": 13423,
                    "parent_interest_id": "",
                    "member": "Neil Duncan-Jordan",
                    "party": "labour",
                    "mnis_id": 5359,
                    "twfy_id": "26633",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "BCP Unison Branch - \u00a32,000.00"
                },
                {
                    "id": 13425,
                    "parent_interest_id": "",
                    "member": "Bridget Phillipson",
                    "party": "labour",
                    "mnis_id": 4046,
                    "twfy_id": "24709",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Paul Callaghan - \u00a36,000.00"
                },
                {
                    "id": 13426,
                    "parent_interest_id": "",
                    "member": "Bridget Phillipson",
                    "party": "labour",
                    "mnis_id": 4046,
                    "twfy_id": "24709",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Paul Callaghan - \u00a34,000.00"
                },
                {
                    "id": 13429,
                    "parent_interest_id": "",
                    "member": "Shabana Mahmood",
                    "party": "labour",
                    "mnis_id": 3914,
                    "twfy_id": "24788",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Francesca Perrin - \u00a350,000.00"
                },
                {
                    "id": 13430,
                    "parent_interest_id": "",
                    "member": "Bridget Phillipson",
                    "party": "labour",
                    "mnis_id": 4046,
                    "twfy_id": "24709",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "89up Ltd - \u00a35,268.97"
                },
                {
                    "id": 13431,
                    "parent_interest_id": "",
                    "member": "Bridget Phillipson",
                    "party": "labour",
                    "mnis_id": 4046,
                    "twfy_id": "24709",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "89Up Ltd - \u00a31,500.00"
                },
                {
                    "id": 13433,
                    "parent_interest_id": "",
                    "member": "Dr Rosena Allin-Khan",
                    "party": "labour",
                    "mnis_id": 4573,
                    "twfy_id": "25579",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "DCD Properties - \u00a35,000.00"
                },
                {
                    "id": 13434,
                    "parent_interest_id": "",
                    "member": "Darren Jones",
                    "party": "labour",
                    "mnis_id": 4621,
                    "twfy_id": "25637",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Lord David Sainsbury of Turville - \u00a344,400.00"
                },
                {
                    "id": 13435,
                    "parent_interest_id": "",
                    "member": "Antonia Bance",
                    "party": "labour",
                    "mnis_id": 5048,
                    "twfy_id": "26342",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "GMB - \u00a3900.00"
                },
                {
                    "id": 13437,
                    "parent_interest_id": "",
                    "member": "Rachel Reeves",
                    "party": "labour",
                    "mnis_id": 4031,
                    "twfy_id": "24851",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Alison Wedgwood - \u00a330,000.00"
                },
                {
                    "id": 13438,
                    "parent_interest_id": "",
                    "member": "Max Wilkinson",
                    "party": "liberal-democrat",
                    "mnis_id": 5055,
                    "twfy_id": "26344",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Allwyn Entertainment Ltd - \u00a31,485.00"
                },
                {
                    "id": 13439,
                    "parent_interest_id": "",
                    "member": "Munira Wilson",
                    "party": "liberal-democrat",
                    "mnis_id": 4776,
                    "twfy_id": "25820",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Allwyn Entertainment Ltd - \u00a31,190.00"
                },
                {
                    "id": 13441,
                    "parent_interest_id": "",
                    "member": "Katrina Murray",
                    "party": "labour",
                    "mnis_id": 5309,
                    "twfy_id": "26494",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "A.G. Barr PLC - \u00a3490.00"
                },
                {
                    "id": 13446,
                    "parent_interest_id": "",
                    "member": "Greg Smith",
                    "party": "conservative",
                    "mnis_id": 4778,
                    "twfy_id": "25925",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to United Arab Emirates between 08 September 2025 and 10 September 2025"
                },
                {
                    "id": 13449,
                    "parent_interest_id": "",
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Speaking engagement - Imperial Independent Media"
                },
                {
                    "id": 13450,
                    "parent_interest_id": 13449.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 08 May 2025 - \u00a36,493.11"
                },
                {
                    "id": 13451,
                    "parent_interest_id": 13449.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 19 May 2025 - \u00a36,493.11"
                },
                {
                    "id": 13452,
                    "parent_interest_id": 13449.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 10 June 2025 - \u00a312,986.23"
                },
                {
                    "id": 13453,
                    "parent_interest_id": "",
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Speaking engagement - BTC Inc"
                },
                {
                    "id": 13454,
                    "parent_interest_id": 13453.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 22 September 2025 - \u00a37,410.00"
                },
                {
                    "id": 13456,
                    "parent_interest_id": "",
                    "member": "Bridget Phillipson",
                    "party": "labour",
                    "mnis_id": 4046,
                    "twfy_id": "24709",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Baron Sainsbury of Turville (David Sainsbury) - \u00a320,000.00"
                },
                {
                    "id": 13457,
                    "parent_interest_id": "",
                    "member": "Bridget Phillipson",
                    "party": "labour",
                    "mnis_id": 4046,
                    "twfy_id": "24709",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Francesca Perrin - \u00a315,000.00"
                },
                {
                    "id": 13458,
                    "parent_interest_id": "",
                    "member": "Robin Swann",
                    "party": "uup",
                    "mnis_id": 5319,
                    "twfy_id": "25141",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Honorary Associate of the British Veterinary Association."
                },
                {
                    "id": 13459,
                    "parent_interest_id": "",
                    "member": "Laura Kyrke-Smith",
                    "party": "labour",
                    "mnis_id": 5341,
                    "twfy_id": "26629",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to United States between 17 September 2025 and 21 September 2025"
                },
                {
                    "id": 13460,
                    "parent_interest_id": "",
                    "member": "Richard Baker",
                    "party": "labour",
                    "mnis_id": 5253,
                    "twfy_id": "13952",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Ukraine between 10 September 2025 and 15 September 2025"
                },
                {
                    "id": 13461,
                    "parent_interest_id": "",
                    "member": "Mark Sewards",
                    "party": "labour",
                    "mnis_id": 5166,
                    "twfy_id": "26440",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Ukraine between 10 September 2025 and 15 September 2025"
                },
                {
                    "id": 13462,
                    "parent_interest_id": "",
                    "member": "Sir Jeremy Wright",
                    "party": "conservative",
                    "mnis_id": 1560,
                    "twfy_id": "11791",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Speaking engagement - Any Questions"
                },
                {
                    "id": 13512,
                    "parent_interest_id": 13462.0,
                    "member": "Sir Jeremy Wright",
                    "party": "conservative",
                    "mnis_id": 1560,
                    "twfy_id": "11791",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 14 March 2025 - \u00a3200.00"
                },
                {
                    "id": 13513,
                    "parent_interest_id": 13462.0,
                    "member": "Sir Jeremy Wright",
                    "party": "conservative",
                    "mnis_id": 1560,
                    "twfy_id": "11791",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 03 October 2025 - \u00a3200.00"
                },
                {
                    "id": 13463,
                    "parent_interest_id": "",
                    "member": "Bridget Phillipson",
                    "party": "labour",
                    "mnis_id": 4046,
                    "twfy_id": "24709",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "I am the beneficiary of the work of Bridget Phillipson Campaigns Ltd, which is a private company limited by guarantee without share capital."
                },
                {
                    "id": 13464,
                    "parent_interest_id": "",
                    "member": "Bridget Phillipson",
                    "party": "labour",
                    "mnis_id": 4046,
                    "twfy_id": "24709",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Culture Quarter Ventures Ltd - \u00a31,531.20"
                },
                {
                    "id": 13465,
                    "parent_interest_id": "",
                    "member": "Tom Rutland",
                    "party": "labour",
                    "mnis_id": 5222,
                    "twfy_id": "26467",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "GMB Trade Union - \u00a31,800.00"
                },
                {
                    "id": 13466,
                    "parent_interest_id": "",
                    "member": "Dame Karen Bradley",
                    "party": "conservative",
                    "mnis_id": 4110,
                    "twfy_id": "24725",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Allwyn Entertainment Ltd - \u00a31,190.00"
                },
                {
                    "id": 13467,
                    "parent_interest_id": "",
                    "member": "Melanie Ward",
                    "party": "labour",
                    "mnis_id": 5240,
                    "twfy_id": "26610",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to United States between 17 September 2025 and 21 September 2025"
                },
                {
                    "id": 13468,
                    "parent_interest_id": "",
                    "member": "Chris Coghlan",
                    "party": "liberal-democrat",
                    "mnis_id": 5198,
                    "twfy_id": "26445",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Reservist army officer - British Army"
                },
                {
                    "id": 13940,
                    "parent_interest_id": 13468.0,
                    "member": "Chris Coghlan",
                    "party": "liberal-democrat",
                    "mnis_id": 5198,
                    "twfy_id": "26445",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 31 October 2025 - \u00a3403.04"
                },
                {
                    "id": 14066,
                    "parent_interest_id": 13468.0,
                    "member": "Chris Coghlan",
                    "party": "liberal-democrat",
                    "mnis_id": 5198,
                    "twfy_id": "26445",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 28 November 2025 - \u00a3530.82"
                },
                {
                    "id": 14379,
                    "parent_interest_id": 13468.0,
                    "member": "Chris Coghlan",
                    "party": "liberal-democrat",
                    "mnis_id": 5198,
                    "twfy_id": "26445",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 31 December 2025 - \u00a3430.56"
                },
                {
                    "id": 13469,
                    "parent_interest_id": "",
                    "member": "Bridget Phillipson",
                    "party": "labour",
                    "mnis_id": 4046,
                    "twfy_id": "24709",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Iain Simpson - \u00a35,000.00"
                },
                {
                    "id": 13471,
                    "parent_interest_id": "",
                    "member": "Warinder Juss",
                    "party": "labour",
                    "mnis_id": 5230,
                    "twfy_id": "26533",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Wolverhampton Wanderers (Wolves) Foundation - \u00a322.00"
                },
                {
                    "id": 13475,
                    "parent_interest_id": "",
                    "member": "Dame Nia Griffith",
                    "party": "labour",
                    "mnis_id": 1541,
                    "twfy_id": "11692",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Ukraine between 10 September 2025 and 15 September 2025"
                },
                {
                    "id": 13476,
                    "parent_interest_id": "",
                    "member": "Stephen Gethins",
                    "party": "scottish-national-party",
                    "mnis_id": 4434,
                    "twfy_id": "25324",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Bosnia and Herzegovina between 25 September 2025 and 27 September 2025"
                },
                {
                    "id": 13477,
                    "parent_interest_id": "",
                    "member": "Sonia Kumar",
                    "party": "labour",
                    "mnis_id": 5274,
                    "twfy_id": "26590",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Ukraine between 10 September 2025 and 15 September 2025"
                },
                {
                    "id": 13480,
                    "parent_interest_id": "",
                    "member": "Mark Garnier",
                    "party": "conservative",
                    "mnis_id": 4074,
                    "twfy_id": "24824",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Thailand between 20 September 2025 and 25 September 2025"
                },
                {
                    "id": 13481,
                    "parent_interest_id": "",
                    "member": "Bell Ribeiro-Addy",
                    "party": "labour",
                    "mnis_id": 4764,
                    "twfy_id": "25856",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "TSSA Union: The Independent Trade Union for Transport  Workers - \u00a31,155.00"
                },
                {
                    "id": 13482,
                    "parent_interest_id": "",
                    "member": "Priti Patel",
                    "party": "conservative",
                    "mnis_id": 4066,
                    "twfy_id": "24778",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Clarion Defence (UK) Ltd - \u00a3598.00"
                },
                {
                    "id": 13484,
                    "parent_interest_id": "",
                    "member": "Martin Vickers",
                    "party": "conservative",
                    "mnis_id": 3957,
                    "twfy_id": "24814",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Gibraltar between 07 September 2025 and 11 September 2025"
                },
                {
                    "id": 13499,
                    "parent_interest_id": "",
                    "member": "Charlie Dewhirst",
                    "party": "conservative",
                    "mnis_id": 5169,
                    "twfy_id": "26461",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Israel between 14 September 2025 and 17 September 2025"
                },
                {
                    "id": 13504,
                    "parent_interest_id": "",
                    "member": "Lucy Powell",
                    "party": "labourco-operative",
                    "mnis_id": 4263,
                    "twfy_id": "25165",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Sean Wadsworth - \u00a36,000.00"
                },
                {
                    "id": 13505,
                    "parent_interest_id": "",
                    "member": "Lucy Powell",
                    "party": "labourco-operative",
                    "mnis_id": 4263,
                    "twfy_id": "25165",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Martin Taylor - \u00a310,000.00"
                },
                {
                    "id": 13506,
                    "parent_interest_id": "",
                    "member": "Lucy Powell",
                    "party": "labourco-operative",
                    "mnis_id": 4263,
                    "twfy_id": "25165",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Ecotricity Group Ltd - \u00a315,000.00"
                },
                {
                    "id": 13508,
                    "parent_interest_id": "",
                    "member": "Dame Caroline Dinenage",
                    "party": "conservative",
                    "mnis_id": 4008,
                    "twfy_id": "24873",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Victorious Festival 2025 - \u00a3500.00"
                },
                {
                    "id": 13509,
                    "parent_interest_id": "",
                    "member": "Jonathan Reynolds",
                    "party": "labourco-operative",
                    "mnis_id": 4119,
                    "twfy_id": "24929",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Manchester United Football Club Limited - \u00a31,500.00"
                },
                {
                    "id": 13510,
                    "parent_interest_id": "",
                    "member": "Gregory Stafford",
                    "party": "conservative",
                    "mnis_id": 5351,
                    "twfy_id": "26626",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Rt Hon. The Lord Banner KC - \u00a3445.10"
                },
                {
                    "id": 13514,
                    "parent_interest_id": "",
                    "member": "John Cooper",
                    "party": "conservative",
                    "mnis_id": 5358,
                    "twfy_id": "26634",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Taiwan between 27 September 2025 and 03 October 2025"
                },
                {
                    "id": 13515,
                    "parent_interest_id": "",
                    "member": "Rebecca Paul",
                    "party": "conservative",
                    "mnis_id": 5297,
                    "twfy_id": "26466",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Taiwan between 27 September 2025 and 03 October 2025"
                },
                {
                    "id": 13517,
                    "parent_interest_id": "",
                    "member": "Tonia Antoniazzi",
                    "party": "labour",
                    "mnis_id": 4623,
                    "twfy_id": "25634",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Allwyn Entertainment Ltd - \u00a31,190.00"
                },
                {
                    "id": 13518,
                    "parent_interest_id": "",
                    "member": "Dr Lauren Sullivan",
                    "party": "labour",
                    "mnis_id": 5269,
                    "twfy_id": "26435",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Gravesham Borough Council - \u00a31,564.00"
                },
                {
                    "id": 13520,
                    "parent_interest_id": "",
                    "member": "Chris Curtis",
                    "party": "labour",
                    "mnis_id": 5118,
                    "twfy_id": "26396",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Saudi Arabia between 31 August 2025 and 03 September 2025"
                },
                {
                    "id": 13523,
                    "parent_interest_id": "",
                    "member": "James Cartlidge",
                    "party": "conservative",
                    "mnis_id": 4519,
                    "twfy_id": "25414",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "James Uffindell - \u00a35,000.00"
                },
                {
                    "id": 13525,
                    "parent_interest_id": "",
                    "member": "Andrew Griffith",
                    "party": "conservative",
                    "mnis_id": 4874,
                    "twfy_id": "25927",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Taiwan between 27 September 2025 and 03 October 2025"
                },
                {
                    "id": 13526,
                    "parent_interest_id": "",
                    "member": "Sir Oliver Dowden",
                    "party": "conservative",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "London Town Group of Companies Limited - \u00a3758.59"
                },
                {
                    "id": 13527,
                    "parent_interest_id": "",
                    "member": "James Cartlidge",
                    "party": "conservative",
                    "mnis_id": 4519,
                    "twfy_id": "25414",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Dr Sarah Ingham - \u00a32,005.90"
                },
                {
                    "id": 13528,
                    "parent_interest_id": "",
                    "member": "Mark Garnier",
                    "party": "conservative",
                    "mnis_id": 4074,
                    "twfy_id": "24824",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to South Korea between 25 September 2025 and 01 October 2025"
                },
                {
                    "id": 13530,
                    "parent_interest_id": "",
                    "member": "Jacob Collier",
                    "party": "labour",
                    "mnis_id": 5077,
                    "twfy_id": "26382",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Bahrain between 02 May 2025 and 05 May 2025"
                },
                {
                    "id": 13534,
                    "parent_interest_id": "",
                    "member": "Mike Reader",
                    "party": "labour",
                    "mnis_id": 5316,
                    "twfy_id": "26630",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Bahrain between 02 May 2025 and 05 May 2025"
                },
                {
                    "id": 13536,
                    "parent_interest_id": "",
                    "member": "Jonathan Davies",
                    "party": "labour",
                    "mnis_id": 5256,
                    "twfy_id": "26557",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Bahrain between 02 May 2025 and 05 May 2025"
                },
                {
                    "id": 13538,
                    "parent_interest_id": "",
                    "member": "Kit Malthouse",
                    "party": "conservative",
                    "mnis_id": 4495,
                    "twfy_id": "25346",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Lockhouse Systems Ltd"
                },
                {
                    "id": 13539,
                    "parent_interest_id": "",
                    "member": "Kit Malthouse",
                    "party": "conservative",
                    "mnis_id": 4495,
                    "twfy_id": "25346",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid director of Lockhouse Systems Ltd, a software and technology development company"
                },
                {
                    "id": 13541,
                    "parent_interest_id": "",
                    "member": "Peter Swallow",
                    "party": "labour",
                    "mnis_id": 5165,
                    "twfy_id": "26369",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Brunei between 25 May 2025 and 29 May 2025"
                },
                {
                    "id": 13542,
                    "parent_interest_id": "",
                    "member": "Naushabah Khan",
                    "party": "labour",
                    "mnis_id": 5215,
                    "twfy_id": "26562",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Brunei between 25 May 2025 and 29 May 2025"
                },
                {
                    "id": 13546,
                    "parent_interest_id": "",
                    "member": "Bridget Phillipson",
                    "party": "labour",
                    "mnis_id": 4046,
                    "twfy_id": "24709",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Fast Foster & Company Ltd - \u00a32,000.00"
                },
                {
                    "id": 13549,
                    "parent_interest_id": "",
                    "member": "Dr Al Pinkerton",
                    "party": "liberal-democrat",
                    "mnis_id": 5288,
                    "twfy_id": "26593",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Brunei between 25 May 2025 and 29 May 2025"
                },
                {
                    "id": 13550,
                    "parent_interest_id": "",
                    "member": "Suella Braverman",
                    "party": "reform",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Thorburns Communications Ltd - \u00a3514.00"
                },
                {
                    "id": 13552,
                    "parent_interest_id": "",
                    "member": "Charlie Maynard",
                    "party": "liberal-democrat",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "William Day - \u00a34,200.00"
                },
                {
                    "id": 13553,
                    "parent_interest_id": "",
                    "member": "Charlie Maynard",
                    "party": "liberal-democrat",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Marriott Harrison - \u00a37,272.00"
                },
                {
                    "id": 13554,
                    "parent_interest_id": "",
                    "member": "Clive Lewis",
                    "party": "labour",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Blue Earth Summit Limited - \u00a3695.00"
                },
                {
                    "id": 13555,
                    "parent_interest_id": "",
                    "member": "David Chadwick",
                    "party": "liberal-democrat",
                    "mnis_id": 5284,
                    "twfy_id": "26518",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Adam Management Holdings - \u00a33,750.00"
                },
                {
                    "id": 13556,
                    "parent_interest_id": "",
                    "member": "Bridget Phillipson",
                    "party": "labour",
                    "mnis_id": 4046,
                    "twfy_id": "24709",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Jim Murphy - \u00a310,000.00"
                },
                {
                    "id": 13557,
                    "parent_interest_id": "",
                    "member": "Bridget Phillipson",
                    "party": "labour",
                    "mnis_id": 4046,
                    "twfy_id": "24709",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Baron Sainsbury of Turville (David Sainsbury ) - \u00a320,000.00"
                },
                {
                    "id": 13558,
                    "parent_interest_id": "",
                    "member": "Tom Gordon",
                    "party": "liberal-democrat",
                    "mnis_id": 5032,
                    "twfy_id": "26312",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Brunei between 25 May 2025 and 29 May 2025"
                },
                {
                    "id": 13561,
                    "parent_interest_id": "",
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Turkey between 15 September 2025 and 18 September 2025"
                },
                {
                    "id": 13563,
                    "parent_interest_id": "",
                    "member": "Anneliese Dodds",
                    "party": "labourco-operative",
                    "mnis_id": 4657,
                    "twfy_id": "25618",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Germany between 14 October 2025 and 16 October 2025"
                },
                {
                    "id": 13564,
                    "parent_interest_id": "",
                    "member": "Luke Akehurst",
                    "party": "labour",
                    "mnis_id": 5112,
                    "twfy_id": "26420",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Estonia between 12 October 2025 and 15 October 2025"
                },
                {
                    "id": 13565,
                    "parent_interest_id": "",
                    "member": "Alicia Kearns",
                    "party": "conservative",
                    "mnis_id": 4805,
                    "twfy_id": "25906",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Switzerland between 05 October 2025 and 06 October 2025"
                },
                {
                    "id": 13566,
                    "parent_interest_id": "",
                    "member": "Luke Murphy",
                    "party": "labour",
                    "mnis_id": 5248,
                    "twfy_id": "26488",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid member of the independent Housing Policy and Delivery Oversight Committee"
                },
                {
                    "id": 13567,
                    "parent_interest_id": "",
                    "member": "Anna Sabine",
                    "party": "liberal-democrat",
                    "mnis_id": 5286,
                    "twfy_id": "26497",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "James Moore - \u00a33,032.25"
                },
                {
                    "id": 13568,
                    "parent_interest_id": "",
                    "member": "Dr Rosena Allin-Khan",
                    "party": "labour",
                    "mnis_id": 4573,
                    "twfy_id": "25579",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to United States between 23 September 2025 and 25 September 2025"
                },
                {
                    "id": 13571,
                    "parent_interest_id": "",
                    "member": "Sir Gavin Williamson",
                    "party": "conservative",
                    "mnis_id": 4108,
                    "twfy_id": "24729",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Consultant - Odysight AI"
                },
                {
                    "id": 13832,
                    "parent_interest_id": 13571.0,
                    "member": "Sir Gavin Williamson",
                    "party": "conservative",
                    "mnis_id": 4108,
                    "twfy_id": "24729",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement starting 15 September 2025 - \u00a34,000.00"
                },
                {
                    "id": 13572,
                    "parent_interest_id": "",
                    "member": "Justin Madders",
                    "party": "labour",
                    "mnis_id": 4418,
                    "twfy_id": "25378",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Lebanon between 06 October 2025 and 10 October 2025"
                },
                {
                    "id": 13575,
                    "parent_interest_id": "",
                    "member": "Amanda Martin",
                    "party": "labour",
                    "mnis_id": 5294,
                    "twfy_id": "26430",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Bahrain between 02 May 2025 and 05 May 2025"
                },
                {
                    "id": 13576,
                    "parent_interest_id": "",
                    "member": "Mr Adnan Hussain",
                    "party": "independent",
                    "mnis_id": 5231,
                    "twfy_id": "26595",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Nominating officer for Your Party, registered with the Electoral Commission under reference PP18172."
                },
                {
                    "id": 13577,
                    "parent_interest_id": "",
                    "member": "Richard Tice",
                    "party": "reform",
                    "mnis_id": 5161,
                    "twfy_id": "26399",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Israel between 26 September 2025 and 30 September 2025"
                },
                {
                    "id": 13578,
                    "parent_interest_id": "",
                    "member": "Richard Tice",
                    "party": "reform",
                    "mnis_id": 5161,
                    "twfy_id": "26399",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Richard Thoburn - \u00a3450.00"
                },
                {
                    "id": 13579,
                    "parent_interest_id": "",
                    "member": "Ruth Jones",
                    "party": "labour",
                    "mnis_id": 4716,
                    "twfy_id": "25746",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Labour Animal Welfare Society - \u00a31,660.08"
                },
                {
                    "id": 13580,
                    "parent_interest_id": "",
                    "member": "Nigel Huddleston",
                    "party": "conservative",
                    "mnis_id": 4407,
                    "twfy_id": "25381",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "BBC - \u00a3202.00"
                },
                {
                    "id": 13581,
                    "parent_interest_id": "",
                    "member": "Nigel Huddleston",
                    "party": "conservative",
                    "mnis_id": 4407,
                    "twfy_id": "25381",
                    "category": "Gifts and benefits from sources outside the UK",
                    "category_code": "5",
                    "summary": "Fanatics (International) Limited - \u00a3329.50"
                },
                {
                    "id": 13585,
                    "parent_interest_id": "",
                    "member": "Dame Harriett Baldwin",
                    "party": "conservative",
                    "mnis_id": 4107,
                    "twfy_id": "24785",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of the British School of Brussels, Pater Dupierreuxlaan 1, 3080 Tervuren, Belgium, which my father helped to establish. This is an unpaid position."
                },
                {
                    "id": 13588,
                    "parent_interest_id": "",
                    "member": "Chris Curtis",
                    "party": "labour",
                    "mnis_id": 5118,
                    "twfy_id": "26396",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Glen Earrach Energy - \u00a3310.21"
                },
                {
                    "id": 13590,
                    "parent_interest_id": "",
                    "member": "Chris Curtis",
                    "party": "labour",
                    "mnis_id": 5118,
                    "twfy_id": "26396",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "The YIMBY Initiative Ltd - \u00a35,666.66"
                },
                {
                    "id": 13591,
                    "parent_interest_id": "",
                    "member": "Sir Iain Duncan Smith",
                    "party": "conservative",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Centre for Social Justice (CSJ) - \u00a32,687.50"
                },
                {
                    "id": 13592,
                    "parent_interest_id": "",
                    "member": "Chris Curtis",
                    "party": "labour",
                    "mnis_id": 5118,
                    "twfy_id": "26396",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Royal Institute of British Architects - \u00a3474.00"
                },
                {
                    "id": 13593,
                    "parent_interest_id": "",
                    "member": "Mark Ferguson",
                    "party": "labour",
                    "mnis_id": 5031,
                    "twfy_id": "26310",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "UNISON - \u00a3900.00"
                },
                {
                    "id": 13598,
                    "parent_interest_id": "",
                    "member": "Mr Louie French",
                    "party": "conservative",
                    "mnis_id": 4932,
                    "twfy_id": "26055",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Allwyn National Lottery - \u00a31,190.00"
                },
                {
                    "id": 13599,
                    "parent_interest_id": "",
                    "member": "Mr Louie French",
                    "party": "conservative",
                    "mnis_id": 4932,
                    "twfy_id": "26055",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Andrew Dawber - \u00a35,000.00"
                },
                {
                    "id": 13600,
                    "parent_interest_id": "",
                    "member": "Catherine McKinnell",
                    "party": "labour",
                    "mnis_id": 4125,
                    "twfy_id": "24818",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "BPI (British Recorded Music Industry) Ltd - \u00a3330.00"
                },
                {
                    "id": 13601,
                    "parent_interest_id": "",
                    "member": "Jeremy Corbyn",
                    "party": "independent",
                    "mnis_id": 185,
                    "twfy_id": "10133",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Italy between 11 October 2025 and 12 October 2025"
                },
                {
                    "id": 13602,
                    "parent_interest_id": "",
                    "member": "Zarah Sultana",
                    "party": "your-party",
                    "mnis_id": 4786,
                    "twfy_id": "25909",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to France between 03 October 2025 and 06 October 2025"
                },
                {
                    "id": 13603,
                    "parent_interest_id": "",
                    "member": "Neil Coyle",
                    "party": "labour",
                    "mnis_id": 4368,
                    "twfy_id": "25326",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Sunil Gupta - \u00a32,500.00"
                },
                {
                    "id": 13604,
                    "parent_interest_id": "",
                    "member": "Colum Eastwood",
                    "party": "social-democratic-and-labour-party",
                    "mnis_id": 4846,
                    "twfy_id": "25130",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Lebanon between 06 October 2025 and 10 October 2025"
                },
                {
                    "id": 13605,
                    "parent_interest_id": "",
                    "member": "Mrs Sharon Hodgson",
                    "party": "labour",
                    "mnis_id": 1521,
                    "twfy_id": "11592",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "British Recorded Music Industry - \u00a3660.00"
                },
                {
                    "id": 13606,
                    "parent_interest_id": "",
                    "member": "Mrs Sharon Hodgson",
                    "party": "labour",
                    "mnis_id": 1521,
                    "twfy_id": "11592",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Royal Albert Hall - \u00a3592.00"
                },
                {
                    "id": 13607,
                    "parent_interest_id": "",
                    "member": "Sir Bernard Jenkin",
                    "party": "conservative",
                    "mnis_id": 40,
                    "twfy_id": "10312",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "I am a Trustee of the Parliament Choir, which was an All Party Parliamentary Group until 2019, but is now an autonomous body under the patronage of the Speaker of the House of Commons and the Lords Speaker. The choir is open to all who work in Parliament."
                },
                {
                    "id": 13608,
                    "parent_interest_id": "",
                    "member": "Yvette Cooper",
                    "party": "labour",
                    "mnis_id": 420,
                    "twfy_id": "10131",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Barbara Follett - \u00a32,350.00"
                },
                {
                    "id": 13609,
                    "parent_interest_id": "",
                    "member": "Lisa Smart",
                    "party": "liberal-democrat",
                    "mnis_id": 5070,
                    "twfy_id": "26556",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Adam Management Holdings Ltd - \u00a32,000.00"
                },
                {
                    "id": 13611,
                    "parent_interest_id": "",
                    "member": "Alex Sobel",
                    "party": "labourco-operative",
                    "mnis_id": 4658,
                    "twfy_id": "25680",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "BPI - \u00a3660.00"
                },
                {
                    "id": 13612,
                    "parent_interest_id": "",
                    "member": "Naushabah Khan",
                    "party": "labour",
                    "mnis_id": 5215,
                    "twfy_id": "26562",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Councillor at Medway Council, (unpaid since 31 July 2024 and previously registered under Category 1)"
                },
                {
                    "id": 13613,
                    "parent_interest_id": "",
                    "member": "Amanda Martin",
                    "party": "labour",
                    "mnis_id": 5294,
                    "twfy_id": "26430",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "HM Government of Gibraltar - \u00a31,950.00"
                },
                {
                    "id": 13614,
                    "parent_interest_id": "",
                    "member": "Josh Simons",
                    "party": "labour",
                    "mnis_id": 5060,
                    "twfy_id": "26328",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Francesca Perrin - \u00a330,000.00"
                },
                {
                    "id": 13615,
                    "parent_interest_id": "",
                    "member": "Alberto Costa",
                    "party": "conservative",
                    "mnis_id": 4439,
                    "twfy_id": "25413",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "I am an executive committee member of the Lutterworth and District Action Group (unpaid)."
                },
                {
                    "id": 13616,
                    "parent_interest_id": "",
                    "member": "Monica Harding",
                    "party": "liberal-democrat",
                    "mnis_id": 5299,
                    "twfy_id": "26516",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Mark Brett - \u00a320,000.00"
                },
                {
                    "id": 13618,
                    "parent_interest_id": "",
                    "member": "Ruth Jones",
                    "party": "labour",
                    "mnis_id": 4716,
                    "twfy_id": "25746",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Channel 4 Television Company Limited - \u00a3468.00"
                },
                {
                    "id": 13619,
                    "parent_interest_id": "",
                    "member": "Vikki Slade",
                    "party": "liberal-democrat",
                    "mnis_id": 5327,
                    "twfy_id": "26582",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Bahrain between 02 May 2025 and 05 May 2025"
                },
                {
                    "id": 13620,
                    "parent_interest_id": "",
                    "member": "Alan Gemmell",
                    "party": "labour",
                    "mnis_id": 5185,
                    "twfy_id": "26476",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Bahrain between 02 May 2025 and 05 May 2025"
                },
                {
                    "id": 13621,
                    "parent_interest_id": "",
                    "member": "Monica Harding",
                    "party": "liberal-democrat",
                    "mnis_id": 5299,
                    "twfy_id": "26516",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Tim Hewens - \u00a3750.00"
                },
                {
                    "id": 13622,
                    "parent_interest_id": "",
                    "member": "Ms Julie Minns",
                    "party": "labour",
                    "mnis_id": 5094,
                    "twfy_id": "26403",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Citadel Policy & Communications Ltd - \u00a3580.00"
                },
                {
                    "id": 13623,
                    "parent_interest_id": "",
                    "member": "Sojan Joseph",
                    "party": "labour",
                    "mnis_id": 5247,
                    "twfy_id": "26578",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Switzerland between 08 October 2025 and 09 October 2025"
                },
                {
                    "id": 13625,
                    "parent_interest_id": "",
                    "member": "Jack Rankin",
                    "party": "conservative",
                    "mnis_id": 5340,
                    "twfy_id": "26622",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Ascot Racecourse Limited - \u00a3275.00"
                },
                {
                    "id": 13626,
                    "parent_interest_id": "",
                    "member": "Sir Jeremy Hunt",
                    "party": "conservative",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Speaking engagement - Intelligence Squared Ltd"
                },
                {
                    "id": 13628,
                    "parent_interest_id": 13626.0,
                    "member": "Sir Jeremy Hunt",
                    "party": "conservative",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment expected for services on 20 October 2025 - \u00a3500.00"
                },
                {
                    "id": 13627,
                    "parent_interest_id": "",
                    "member": "Rishi Sunak",
                    "party": "conservative",
                    "mnis_id": 4483,
                    "twfy_id": "25428",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Sunday Times columnist - Times Media Limited"
                },
                {
                    "id": 14449,
                    "parent_interest_id": 13627.0,
                    "member": "Rishi Sunak",
                    "party": "conservative",
                    "mnis_id": 4483,
                    "twfy_id": "25428",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement starting 21 October 2025 - \u00a328,500.00"
                },
                {
                    "id": 13629,
                    "parent_interest_id": "",
                    "member": "Rishi Sunak",
                    "party": "conservative",
                    "mnis_id": 4483,
                    "twfy_id": "25428",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Senior Advisor - Microsoft Corporation"
                },
                {
                    "id": 13630,
                    "parent_interest_id": "",
                    "member": "Rishi Sunak",
                    "party": "conservative",
                    "mnis_id": 4483,
                    "twfy_id": "25428",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Senior Advisor - Anthropic Public Benefit Corporation"
                },
                {
                    "id": 14273,
                    "parent_interest_id": 13630.0,
                    "member": "Rishi Sunak",
                    "party": "conservative",
                    "mnis_id": 4483,
                    "twfy_id": "25428",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement starting 26 September 2025 - \u00a3373,000.00"
                },
                {
                    "id": 13631,
                    "parent_interest_id": "",
                    "member": "Rishi Sunak",
                    "party": "conservative",
                    "mnis_id": 4483,
                    "twfy_id": "25428",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of the Bloomberg New Economy Forum Advisory Board.  This is an unpaid role."
                },
                {
                    "id": 13632,
                    "parent_interest_id": "",
                    "member": "Steve Darling",
                    "party": "liberal-democrat",
                    "mnis_id": 5066,
                    "twfy_id": "26349",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Jerome Betts - \u00a32,000.00"
                },
                {
                    "id": 13635,
                    "parent_interest_id": "",
                    "member": "Melanie Ward",
                    "party": "labour",
                    "mnis_id": 5240,
                    "twfy_id": "26610",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Saudi Arabia between 30 September 2025 and 03 October 2025"
                },
                {
                    "id": 13637,
                    "parent_interest_id": "",
                    "member": "Daisy Cooper",
                    "party": "liberal-democrat",
                    "mnis_id": 4769,
                    "twfy_id": "25901",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Ahmed Hindawi and Nagwa Abdelmottaleb - \u00a310,000.00"
                },
                {
                    "id": 13638,
                    "parent_interest_id": "",
                    "member": "Bridget Phillipson",
                    "party": "labour",
                    "mnis_id": 4046,
                    "twfy_id": "24709",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Labour First - \u00a33,923.00"
                },
                {
                    "id": 13640,
                    "parent_interest_id": "",
                    "member": "Lucy Powell",
                    "party": "labourco-operative",
                    "mnis_id": 4263,
                    "twfy_id": "25165",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Theodore Caplan - \u00a35,000.00"
                },
                {
                    "id": 13641,
                    "parent_interest_id": "",
                    "member": "Lucy Powell",
                    "party": "labourco-operative",
                    "mnis_id": 4263,
                    "twfy_id": "25165",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Small Axe Communications Ltd - \u00a320,000.00"
                },
                {
                    "id": 13642,
                    "parent_interest_id": "",
                    "member": "Lucy Powell",
                    "party": "labourco-operative",
                    "mnis_id": 4263,
                    "twfy_id": "25165",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Ivy Business Centre Ltd - \u00a310,000.00"
                },
                {
                    "id": 13644,
                    "parent_interest_id": "",
                    "member": "Suella Braverman",
                    "party": "reform",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Conservative Friends of Israel Ltd - \u00a3745.95"
                },
                {
                    "id": 13645,
                    "parent_interest_id": "",
                    "member": "Mark Garnier",
                    "party": "conservative",
                    "mnis_id": 4074,
                    "twfy_id": "24824",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Business referral - GBMW Ltd"
                },
                {
                    "id": 13646,
                    "parent_interest_id": 13645.0,
                    "member": "Mark Garnier",
                    "party": "conservative",
                    "mnis_id": 4074,
                    "twfy_id": "24824",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 23 October 2025 - \u00a310,620.00"
                },
                {
                    "id": 13647,
                    "parent_interest_id": "",
                    "member": "Sarah Edwards",
                    "party": "labour",
                    "mnis_id": 5001,
                    "twfy_id": "26277",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Edwin DeSilva - \u00a3495.00"
                },
                {
                    "id": 13648,
                    "parent_interest_id": "",
                    "member": "Josh Babarinde",
                    "party": "liberal-democrat",
                    "mnis_id": 5086,
                    "twfy_id": "26353",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Adam Management Holdings Limited - \u00a37,500.00"
                },
                {
                    "id": 13649,
                    "parent_interest_id": "",
                    "member": "Dame Harriett Baldwin",
                    "party": "conservative",
                    "mnis_id": 4107,
                    "twfy_id": "24785",
                    "category": "Gifts and benefits from sources outside the UK",
                    "category_code": "5",
                    "summary": "The British School of Brussels - \u00a3386.79"
                },
                {
                    "id": 13650,
                    "parent_interest_id": "",
                    "member": "Mike Martin",
                    "party": "liberal-democrat",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Dominic Mathon - \u00a3800.00"
                },
                {
                    "id": 13651,
                    "parent_interest_id": "",
                    "member": "Sir Oliver Dowden",
                    "party": "conservative",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Deep Shah - \u00a32,556.00"
                },
                {
                    "id": 13652,
                    "parent_interest_id": "",
                    "member": "Rachel Gilmour",
                    "party": "liberal-democrat",
                    "mnis_id": 5252,
                    "twfy_id": "26543",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Ukraine between 10 September 2025 and 15 September 2025"
                },
                {
                    "id": 13653,
                    "parent_interest_id": "",
                    "member": "Clive Lewis",
                    "party": "labour",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Compass - Together for a Good Society Ltd - \u00a313,756.95"
                },
                {
                    "id": 13654,
                    "parent_interest_id": "",
                    "member": "Robert Jenrick",
                    "party": "reform",
                    "mnis_id": 4320,
                    "twfy_id": "25227",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Mr Paul Haggar - \u00a310,000.00"
                },
                {
                    "id": 13655,
                    "parent_interest_id": "",
                    "member": "Alberto Costa",
                    "party": "conservative",
                    "mnis_id": 4439,
                    "twfy_id": "25413",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Italy between 05 October 2025 and 12 October 2025"
                },
                {
                    "id": 13657,
                    "parent_interest_id": "",
                    "member": "Yasmin Qureshi",
                    "party": "labour",
                    "mnis_id": 3924,
                    "twfy_id": "24775",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Saudi Arabia between 11 October 2025 and 14 October 2025"
                },
                {
                    "id": 13658,
                    "parent_interest_id": "",
                    "member": "Oliver Ryan",
                    "party": "independent",
                    "mnis_id": 5135,
                    "twfy_id": "26381",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Saudi Arabia between 11 October 2025 and 14 October 2025"
                },
                {
                    "id": 13659,
                    "parent_interest_id": "",
                    "member": "Matt Bishop",
                    "party": "labour",
                    "mnis_id": 5323,
                    "twfy_id": "26574",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Forest of Dean District Councillor (unpaid since 19 July 2024 and previously registered under Category 1)"
                },
                {
                    "id": 13660,
                    "parent_interest_id": "",
                    "member": "Oliver Ryan",
                    "party": "independent",
                    "mnis_id": 5135,
                    "twfy_id": "26381",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Anthony George Watson - \u00a34,600.00"
                },
                {
                    "id": 13661,
                    "parent_interest_id": "",
                    "member": "Jeremy Corbyn",
                    "party": "independent",
                    "mnis_id": 185,
                    "twfy_id": "10133",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to South Africa between 26 September 2025 and 04 October 2025"
                },
                {
                    "id": 13662,
                    "parent_interest_id": "",
                    "member": "Danny Kruger",
                    "party": "reform",
                    "mnis_id": 4858,
                    "twfy_id": "25913",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Israel between 06 October 2025 and 11 October 2025"
                },
                {
                    "id": 13663,
                    "parent_interest_id": "",
                    "member": "Jeremy Corbyn",
                    "party": "independent",
                    "mnis_id": 185,
                    "twfy_id": "10133",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Malaysia between 12 October 2025 and 14 October 2025"
                },
                {
                    "id": 13664,
                    "parent_interest_id": "",
                    "member": "Cat Smith",
                    "party": "labour",
                    "mnis_id": 4436,
                    "twfy_id": "25432",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Israel between 06 October 2025 and 09 October 2025"
                },
                {
                    "id": 13668,
                    "parent_interest_id": "",
                    "member": "Sam Carling",
                    "party": "labour",
                    "mnis_id": 5308,
                    "twfy_id": "26558",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Cambridge City Councillor, (unpaid since 18 July 2024 and previously registered under Category 1)"
                },
                {
                    "id": 13669,
                    "parent_interest_id": "",
                    "member": "John McDonnell",
                    "party": "labour",
                    "mnis_id": 178,
                    "twfy_id": "10383",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Public and Commercial Services Union (PCS) - \u00a336,077.00"
                },
                {
                    "id": 13670,
                    "parent_interest_id": "",
                    "member": "Cat Eccles",
                    "party": "labour",
                    "mnis_id": 5293,
                    "twfy_id": "26587",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Dudley Metropolitan Borough Councillor, (unpaid since 15 July 2024 and previously registered under Category 1)"
                },
                {
                    "id": 13671,
                    "parent_interest_id": "",
                    "member": "John McDonnell",
                    "party": "labour",
                    "mnis_id": 178,
                    "twfy_id": "10383",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Rail, Maritime and Transport Union - \u00a325,091.00"
                },
                {
                    "id": 13672,
                    "parent_interest_id": "",
                    "member": "Andrew Rosindell",
                    "party": "reform",
                    "mnis_id": 1447,
                    "twfy_id": "11199",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Chair and Director of Westminster Africa Business Association Ltd. This is a membership organisation which seeks to connect Africa with Westminster by promoting good politics and increasing trade. This is an unpaid role."
                },
                {
                    "id": 13673,
                    "parent_interest_id": "",
                    "member": "John Lamont",
                    "party": "conservative",
                    "mnis_id": 4608,
                    "twfy_id": "14026",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Marco Compagnoni - \u00a35,000.00"
                },
                {
                    "id": 13674,
                    "parent_interest_id": "",
                    "member": "David Williams",
                    "party": "labour",
                    "mnis_id": 5151,
                    "twfy_id": "26397",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Stoke-on-Trent City Councillor, (unpaid since August 2024 and previously registered under Category 1)"
                },
                {
                    "id": 13679,
                    "parent_interest_id": "",
                    "member": "Dr Lauren Sullivan",
                    "party": "labour",
                    "mnis_id": 5269,
                    "twfy_id": "26435",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Switzerland between 08 October 2025 and 09 October 2025"
                },
                {
                    "id": 13680,
                    "parent_interest_id": "",
                    "member": "Dr Lauren Sullivan",
                    "party": "labour",
                    "mnis_id": 5269,
                    "twfy_id": "26435",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Appointment as a Trustee of Liverpool School of Tropical Medicine. This is an unpaid role."
                },
                {
                    "id": 13681,
                    "parent_interest_id": "",
                    "member": "Kevin McKenna",
                    "party": "labour",
                    "mnis_id": 5300,
                    "twfy_id": "26529",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Switzerland between 08 October 2025 and 09 October 2025"
                },
                {
                    "id": 13682,
                    "parent_interest_id": "",
                    "member": "Sir Jeremy Wright",
                    "party": "conservative",
                    "mnis_id": 1560,
                    "twfy_id": "11791",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Canada between 22 October 2025 and 24 October 2025"
                },
                {
                    "id": 13687,
                    "parent_interest_id": "",
                    "member": "Sir Bernard Jenkin",
                    "party": "conservative",
                    "mnis_id": 40,
                    "twfy_id": "10312",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Essex"
                },
                {
                    "id": 13689,
                    "parent_interest_id": "",
                    "member": "Sir Edward Leigh",
                    "party": "conservative",
                    "mnis_id": 345,
                    "twfy_id": "10352",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Italy between 05 October 2025 and 08 October 2025"
                },
                {
                    "id": 13690,
                    "parent_interest_id": "",
                    "member": "Bobby Dean",
                    "party": "liberal-democrat",
                    "mnis_id": 5083,
                    "twfy_id": "26371",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Switzerland between 17 September 2025 and 18 September 2025"
                },
                {
                    "id": 13691,
                    "parent_interest_id": "",
                    "member": "John Lamont",
                    "party": "conservative",
                    "mnis_id": 4608,
                    "twfy_id": "14026",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Rob Harding - \u00a35,000.00"
                },
                {
                    "id": 13693,
                    "parent_interest_id": "",
                    "member": "John Slinger",
                    "party": "labour",
                    "mnis_id": 5127,
                    "twfy_id": "26564",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Saudi Arabia between 11 October 2025 and 15 October 2025"
                },
                {
                    "id": 13710,
                    "parent_interest_id": "",
                    "member": "James Murray",
                    "party": "labourco-operative",
                    "mnis_id": 4797,
                    "twfy_id": "25801",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Mentorn Media - \u00a3475.00"
                },
                {
                    "id": 13711,
                    "parent_interest_id": "",
                    "member": "Zarah Sultana",
                    "party": "your-party",
                    "mnis_id": 4786,
                    "twfy_id": "25909",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in MOU Operations Ltd, a private company limited by guarantee without share capital, which was established to receive and hold funds and data prior to the establishment of Your Party."
                },
                {
                    "id": 13713,
                    "parent_interest_id": "",
                    "member": "Patricia Ferguson",
                    "party": "labour",
                    "mnis_id": 5190,
                    "twfy_id": "13984",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Italy between 05 October 2025 and 08 October 2025"
                },
                {
                    "id": 13714,
                    "parent_interest_id": "",
                    "member": "Fleur Anderson",
                    "party": "labour",
                    "mnis_id": 4788,
                    "twfy_id": "25813",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Denmark between 23 October 2025 and 24 October 2025"
                },
                {
                    "id": 13715,
                    "parent_interest_id": "",
                    "member": "Alex Sobel",
                    "party": "labourco-operative",
                    "mnis_id": 4658,
                    "twfy_id": "25680",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Vice Chair of the Climate and Nature Crisis Caucus. This is an unpaid role."
                },
                {
                    "id": 13719,
                    "parent_interest_id": "",
                    "member": "Phil Brickell",
                    "party": "labour",
                    "mnis_id": 5128,
                    "twfy_id": "26368",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Germany between 14 October 2025 and 16 October 2025"
                },
                {
                    "id": 13720,
                    "parent_interest_id": "",
                    "member": "Peter Kyle",
                    "party": "labour",
                    "mnis_id": 4505,
                    "twfy_id": "25418",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Lawrence Eke - \u00a35,000.00"
                },
                {
                    "id": 13721,
                    "parent_interest_id": "",
                    "member": "Graham Leadbitter",
                    "party": "scottish-national-party",
                    "mnis_id": 5277,
                    "twfy_id": "26499",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Denmark between 23 October 2025 and 24 October 2025"
                },
                {
                    "id": 13722,
                    "parent_interest_id": "",
                    "member": "Matt Bishop",
                    "party": "labour",
                    "mnis_id": 5323,
                    "twfy_id": "26574",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of Harry's Pals charity. This is an unpaid role."
                },
                {
                    "id": 13723,
                    "parent_interest_id": "",
                    "member": "Mr Louie French",
                    "party": "conservative",
                    "mnis_id": 4932,
                    "twfy_id": "26055",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Ascot Racecourse - \u00a3250.00"
                },
                {
                    "id": 13724,
                    "parent_interest_id": "",
                    "member": "Bob Blackman",
                    "party": "conservative",
                    "mnis_id": 4005,
                    "twfy_id": "24945",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Ascot - \u00a3550.00"
                },
                {
                    "id": 13725,
                    "parent_interest_id": "",
                    "member": "Peter Prinsley",
                    "party": "labour",
                    "mnis_id": 5163,
                    "twfy_id": "26383",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Norwich City Councillor, (unpaid since August 2024 and previously registered under Category 1)"
                },
                {
                    "id": 13726,
                    "parent_interest_id": "",
                    "member": "Louise Haigh",
                    "party": "labour",
                    "mnis_id": 4473,
                    "twfy_id": "25357",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Guest Panellist - Have I Got News For You, Series 70"
                },
                {
                    "id": 13736,
                    "parent_interest_id": 13726.0,
                    "member": "Louise Haigh",
                    "party": "labour",
                    "mnis_id": 4473,
                    "twfy_id": "25357",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment expected for services on 31 October 2025 - \u00a31,500.00"
                },
                {
                    "id": 13728,
                    "parent_interest_id": "",
                    "member": "Sir Jeremy Wright",
                    "party": "conservative",
                    "mnis_id": 1560,
                    "twfy_id": "11791",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Speaking Engagement - These Executive Minds (TEXEM) Limited"
                },
                {
                    "id": 13729,
                    "parent_interest_id": 13728.0,
                    "member": "Sir Jeremy Wright",
                    "party": "conservative",
                    "mnis_id": 1560,
                    "twfy_id": "11791",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment expected for services on 26 November 2025 - \u00a31,000.00"
                },
                {
                    "id": 13730,
                    "parent_interest_id": "",
                    "member": "Mr Louie French",
                    "party": "conservative",
                    "mnis_id": 4932,
                    "twfy_id": "26055",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Estonia between 12 October 2025 and 15 October 2025"
                },
                {
                    "id": 13731,
                    "parent_interest_id": "",
                    "member": "Cameron Thomas",
                    "party": "liberal-democrat",
                    "mnis_id": 5354,
                    "twfy_id": "26532",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Ukraine between 05 October 2025 and 11 October 2025"
                },
                {
                    "id": 13732,
                    "parent_interest_id": "",
                    "member": "Laura Trott",
                    "party": "conservative",
                    "mnis_id": 4780,
                    "twfy_id": "25851",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Speaking Engagement - Association of Consulting Actuaries (ACA)"
                },
                {
                    "id": 13733,
                    "parent_interest_id": 13732.0,
                    "member": "Laura Trott",
                    "party": "conservative",
                    "mnis_id": 4780,
                    "twfy_id": "25851",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 22 October 2025 - \u00a36,000.00"
                },
                {
                    "id": 13734,
                    "parent_interest_id": "",
                    "member": "Catherine McKinnell",
                    "party": "labour",
                    "mnis_id": 4125,
                    "twfy_id": "24818",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Chair of the RAF Association Commons and Lords Branch. This is an unpaid role."
                },
                {
                    "id": 13735,
                    "parent_interest_id": "",
                    "member": "Jessica Toale",
                    "party": "labour",
                    "mnis_id": 5202,
                    "twfy_id": "26567",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Ukraine between 10 September 2025 and 15 September 2025"
                },
                {
                    "id": 13737,
                    "parent_interest_id": "",
                    "member": "Neil Coyle",
                    "party": "labour",
                    "mnis_id": 4368,
                    "twfy_id": "25326",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Parliamentary Host and Honorary Chairman of the British Chinese Council"
                },
                {
                    "id": 13739,
                    "parent_interest_id": "",
                    "member": "Dame Karen Bradley",
                    "party": "conservative",
                    "mnis_id": 4110,
                    "twfy_id": "24725",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of the Inter Parliamentary Union Executive Committee. This is an unpaid role."
                },
                {
                    "id": 13740,
                    "parent_interest_id": "",
                    "member": "Alex Burghart",
                    "party": "conservative",
                    "mnis_id": 4613,
                    "twfy_id": "25659",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Cliveden Literary Festival - \u00a32,302.00"
                },
                {
                    "id": 13743,
                    "parent_interest_id": "",
                    "member": "Joe Robertson",
                    "party": "conservative",
                    "mnis_id": 5255,
                    "twfy_id": "26504",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Classic FM - \u00a3307.70"
                },
                {
                    "id": 13744,
                    "parent_interest_id": "",
                    "member": "Gideon Amos",
                    "party": "liberal-democrat",
                    "mnis_id": 5250,
                    "twfy_id": "26531",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Denmark between 23 October 2025 and 24 October 2025"
                },
                {
                    "id": 13745,
                    "parent_interest_id": "",
                    "member": "Peter Dowd",
                    "party": "labour",
                    "mnis_id": 4397,
                    "twfy_id": "25309",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Italy between 05 October 2025 and 11 October 2025"
                },
                {
                    "id": 13747,
                    "parent_interest_id": "",
                    "member": "John Whitby",
                    "party": "labour",
                    "mnis_id": 5342,
                    "twfy_id": "26613",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Derby City Councillor, (unpaid since 10 October 2024 and previously registered under Category 1)"
                },
                {
                    "id": 13748,
                    "parent_interest_id": "",
                    "member": "Sir Keir Starmer",
                    "party": "labour",
                    "mnis_id": 4514,
                    "twfy_id": "25353",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Arsenal Football Club Limited - \u00a31,000.00"
                },
                {
                    "id": 13749,
                    "parent_interest_id": "",
                    "member": "Wendy Chamberlain",
                    "party": "liberal-democrat",
                    "mnis_id": 4765,
                    "twfy_id": "25872",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Patrick H Foster - \u00a312,000.00"
                },
                {
                    "id": 13750,
                    "parent_interest_id": "",
                    "member": "Tom Rutland",
                    "party": "labour",
                    "mnis_id": 5222,
                    "twfy_id": "26467",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Ticketmaster UK Limited - \u00a3663.90"
                },
                {
                    "id": 13751,
                    "parent_interest_id": "",
                    "member": "Shaun Davies",
                    "party": "labour",
                    "mnis_id": 5041,
                    "twfy_id": "26332",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Mail Solutions Limited - \u00a32,253.53"
                },
                {
                    "id": 13752,
                    "parent_interest_id": "",
                    "member": "Wes Streeting",
                    "party": "labour",
                    "mnis_id": 4504,
                    "twfy_id": "25320",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "SRE Hotels (Cliveden) Ltd - \u00a32,498.00"
                },
                {
                    "id": 13754,
                    "parent_interest_id": "",
                    "member": "Vikki Slade",
                    "party": "liberal-democrat",
                    "mnis_id": 5327,
                    "twfy_id": "26582",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director of Bournemouth, Christchurch and Poole (BCP) Accommodation Bid Ltd, which formed part of my previous role as leader of BCP Council. This was an unpaid role."
                },
                {
                    "id": 13755,
                    "parent_interest_id": "",
                    "member": "Catherine McKinnell",
                    "party": "labour",
                    "mnis_id": 4125,
                    "twfy_id": "24818",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Husband is a member of the Hospitality Sector Council, a forum to facilitate cooperation between the hospitality sector and Government. This is an unpaid role."
                },
                {
                    "id": 13756,
                    "parent_interest_id": "",
                    "member": "Robbie Moore",
                    "party": "conservative",
                    "mnis_id": 4861,
                    "twfy_id": "25922",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Marco Compagnoni - \u00a35,000.00"
                },
                {
                    "id": 13757,
                    "parent_interest_id": "",
                    "member": "Robbie Moore",
                    "party": "conservative",
                    "mnis_id": 4861,
                    "twfy_id": "25922",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Robert Harding - \u00a35,000.00"
                },
                {
                    "id": 13758,
                    "parent_interest_id": "",
                    "member": "Clive Lewis",
                    "party": "labour",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Compass - Together for a Good Society Ltd - \u00a313,400.00"
                },
                {
                    "id": 13761,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to San Marino between 21 October 2025 and 26 October 2025"
                },
                {
                    "id": 13768,
                    "parent_interest_id": "",
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Speaking engagement - Hillsdale College"
                },
                {
                    "id": 13769,
                    "parent_interest_id": 13768.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 20 October 2025 - \u00a311,349.29"
                },
                {
                    "id": 13771,
                    "parent_interest_id": "",
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Speaking engagement - Blockworks Inc"
                },
                {
                    "id": 13772,
                    "parent_interest_id": 13771.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment expected for services on 13 October 2025 - \u00a330,000.00"
                },
                {
                    "id": 13773,
                    "parent_interest_id": "",
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Speaking engagement - Zebu Group Limited"
                },
                {
                    "id": 13774,
                    "parent_interest_id": 13773.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment expected for services on 22 October 2025 - \u00a320,000.00"
                },
                {
                    "id": 13775,
                    "parent_interest_id": "",
                    "member": "Helen Maguire",
                    "party": "liberal-democrat",
                    "mnis_id": 5336,
                    "twfy_id": "26627",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Ukraine between 05 October 2025 and 11 October 2025"
                },
                {
                    "id": 13776,
                    "parent_interest_id": "",
                    "member": "Lisa Smart",
                    "party": "liberal-democrat",
                    "mnis_id": 5070,
                    "twfy_id": "26556",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Ahmed Hindawi - \u00a35,000.00"
                },
                {
                    "id": 13777,
                    "parent_interest_id": "",
                    "member": "Lisa Smart",
                    "party": "liberal-democrat",
                    "mnis_id": 5070,
                    "twfy_id": "26556",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Dominic Mathon - \u00a32,500.00"
                },
                {
                    "id": 13784,
                    "parent_interest_id": "",
                    "member": "Alex Sobel",
                    "party": "labourco-operative",
                    "mnis_id": 4658,
                    "twfy_id": "25680",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of Leeds International Aid Fund. This is an unpaid role."
                },
                {
                    "id": 13785,
                    "parent_interest_id": "",
                    "member": "Bambos Charalambous",
                    "party": "labour",
                    "mnis_id": 4610,
                    "twfy_id": "25676",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Cyprus between 10 October 2025 and 13 October 2025"
                },
                {
                    "id": 13786,
                    "parent_interest_id": "",
                    "member": "Lisa Smart",
                    "party": "liberal-democrat",
                    "mnis_id": 5070,
                    "twfy_id": "26556",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Hilary Stone - \u00a32,500.00"
                },
                {
                    "id": 13787,
                    "parent_interest_id": "",
                    "member": "Clive Lewis",
                    "party": "labour",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Spain between 26 October 2025 and 28 October 2025"
                },
                {
                    "id": 13788,
                    "parent_interest_id": "",
                    "member": "Jonathan Reynolds",
                    "party": "labourco-operative",
                    "mnis_id": 4119,
                    "twfy_id": "24929",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Show Racism The Red Card - \u00a3720.00"
                },
                {
                    "id": 13789,
                    "parent_interest_id": "",
                    "member": "Jess Phillips",
                    "party": "labour",
                    "mnis_id": 4370,
                    "twfy_id": "25364",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Birmingham Hippodrome Theatre - \u00a3204.00"
                },
                {
                    "id": 13790,
                    "parent_interest_id": "",
                    "member": "Jess Phillips",
                    "party": "labour",
                    "mnis_id": 4370,
                    "twfy_id": "25364",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Birmingham Hippodrome Theatre - \u00a3298.00"
                },
                {
                    "id": 13791,
                    "parent_interest_id": "",
                    "member": "Jonathan Hinder",
                    "party": "labour",
                    "mnis_id": 5264,
                    "twfy_id": "26522",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director of Blue Labour Campaign Limited. This is an unpaid role."
                },
                {
                    "id": 13794,
                    "parent_interest_id": "",
                    "member": "Dame Chi Onwurah",
                    "party": "labour",
                    "mnis_id": 4124,
                    "twfy_id": "24807",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Newcastle City Council - \u00a3275.00"
                },
                {
                    "id": 13795,
                    "parent_interest_id": "",
                    "member": "David Smith",
                    "party": "labour",
                    "mnis_id": 5218,
                    "twfy_id": "26606",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director of Blue Labour Campaign Limited. This is an unpaid role."
                },
                {
                    "id": 13796,
                    "parent_interest_id": "",
                    "member": "Sir Mel Stride",
                    "party": "conservative",
                    "mnis_id": 3935,
                    "twfy_id": "24914",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Honorary Fellowship awarded by St Edmund Hall, University of Oxford. This is an unpaid role."
                },
                {
                    "id": 13797,
                    "parent_interest_id": "",
                    "member": "Dame Chi Onwurah",
                    "party": "labour",
                    "mnis_id": 4124,
                    "twfy_id": "24807",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Brunei between 25 May 2025 and 30 May 2025"
                },
                {
                    "id": 13798,
                    "parent_interest_id": "",
                    "member": "Mike Martin",
                    "party": "liberal-democrat",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Dominic Mathon - \u00a3800.00"
                },
                {
                    "id": 13799,
                    "parent_interest_id": "",
                    "member": "Josh Simons",
                    "party": "labour",
                    "mnis_id": 5060,
                    "twfy_id": "26328",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Wigan Warriors - \u00a3620.00"
                },
                {
                    "id": 13800,
                    "parent_interest_id": "",
                    "member": "Daisy Cooper",
                    "party": "liberal-democrat",
                    "mnis_id": 4769,
                    "twfy_id": "25901",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Carl Michel - \u00a32,000.00"
                },
                {
                    "id": 13801,
                    "parent_interest_id": "",
                    "member": "Naushabah Khan",
                    "party": "labour",
                    "mnis_id": 5215,
                    "twfy_id": "26562",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Home For Britain Ltd - \u00a33,000.00"
                },
                {
                    "id": 13802,
                    "parent_interest_id": "",
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to United States between 07 October 2025 and 10 October 2025"
                },
                {
                    "id": 13804,
                    "parent_interest_id": "",
                    "member": "George Freeman",
                    "party": "conservative",
                    "mnis_id": 4020,
                    "twfy_id": "24817",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Austria between 28 October 2025 and 29 October 2025"
                },
                {
                    "id": 13806,
                    "parent_interest_id": "",
                    "member": "Sir Roger Gale",
                    "party": "conservative",
                    "mnis_id": 87,
                    "twfy_id": "10217",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Cyprus between 10 October 2025 and 13 October 2025"
                },
                {
                    "id": 13807,
                    "parent_interest_id": "",
                    "member": "Alan Mak",
                    "party": "conservative",
                    "mnis_id": 4484,
                    "twfy_id": "25285",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Hugh Sloane - \u00a37,500.00"
                },
                {
                    "id": 13810,
                    "parent_interest_id": "",
                    "member": "George Freeman",
                    "party": "conservative",
                    "mnis_id": 4020,
                    "twfy_id": "24817",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Luxembourg on 23 October 2025"
                },
                {
                    "id": 13812,
                    "parent_interest_id": "",
                    "member": "Mrs Kemi Badenoch",
                    "party": "conservative",
                    "mnis_id": 4597,
                    "twfy_id": "25693",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "J.C. Bamford Excavators Ltd - \u00a350,000.00"
                },
                {
                    "id": 13815,
                    "parent_interest_id": "",
                    "member": "Sir Oliver Dowden",
                    "party": "conservative",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to United Arab Emirates between 28 October 2025 and 31 October 2025"
                },
                {
                    "id": 13817,
                    "parent_interest_id": "",
                    "member": "Andrew Pakes",
                    "party": "labourco-operative",
                    "mnis_id": 5243,
                    "twfy_id": "26601",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Australia between 22 October 2025 and 29 October 2025"
                },
                {
                    "id": 13819,
                    "parent_interest_id": "",
                    "member": "Dame Harriett Baldwin",
                    "party": "conservative",
                    "mnis_id": 4107,
                    "twfy_id": "24785",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "KKCG UK Advisory Ltd - \u00a3410.00"
                },
                {
                    "id": 13821,
                    "parent_interest_id": "",
                    "member": "Amanda Hack",
                    "party": "labour",
                    "mnis_id": 5149,
                    "twfy_id": "26449",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Premier League - \u00a31,295.00"
                },
                {
                    "id": 13822,
                    "parent_interest_id": "",
                    "member": "Andrew Rosindell",
                    "party": "reform",
                    "mnis_id": 1447,
                    "twfy_id": "11199",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to San Marino between 21 October 2025 and 26 October 2025"
                },
                {
                    "id": 13823,
                    "parent_interest_id": "",
                    "member": "Dame Chi Onwurah",
                    "party": "labour",
                    "mnis_id": 4124,
                    "twfy_id": "24807",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Cristina Caffarra - \u00a3169.00"
                },
                {
                    "id": 13824,
                    "parent_interest_id": "",
                    "member": "Lisa Smart",
                    "party": "liberal-democrat",
                    "mnis_id": 5070,
                    "twfy_id": "26556",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Elizabeth Desmond - \u00a31,641.49"
                },
                {
                    "id": 13825,
                    "parent_interest_id": "",
                    "member": "Zarah Sultana",
                    "party": "your-party",
                    "mnis_id": 4786,
                    "twfy_id": "25909",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director of MOU Operations Ltd, a private company limited by guarantee without share capital, which was established to receive and hold funds and data prior to the establishment of Your Party. This is an unpaid role."
                },
                {
                    "id": 13826,
                    "parent_interest_id": "",
                    "member": "Christine Jardine",
                    "party": "liberal-democrat",
                    "mnis_id": 4634,
                    "twfy_id": "25675",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Vatican City between 21 October 2025 and 23 October 2025"
                },
                {
                    "id": 13827,
                    "parent_interest_id": "",
                    "member": "Charlie Maynard",
                    "party": "liberal-democrat",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "West Oxfordshire District Councillor, (unpaid and previously registered under Category 1)"
                },
                {
                    "id": 13828,
                    "parent_interest_id": "",
                    "member": "James Naish",
                    "party": "labour",
                    "mnis_id": 5047,
                    "twfy_id": "26329",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Bassetlaw District Councillor, (unpaid since July 2024 and previously registered under Category 1)"
                },
                {
                    "id": 13829,
                    "parent_interest_id": "",
                    "member": "Yuan Yang",
                    "party": "labour",
                    "mnis_id": 5267,
                    "twfy_id": "26600",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in London"
                },
                {
                    "id": 13831,
                    "parent_interest_id": "",
                    "member": "Dr Ben Spencer",
                    "party": "conservative",
                    "mnis_id": 4785,
                    "twfy_id": "25889",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Japan between 08 October 2025 and 16 October 2025"
                },
                {
                    "id": 13835,
                    "parent_interest_id": "",
                    "member": "Terry Jermy",
                    "party": "labour",
                    "mnis_id": 5338,
                    "twfy_id": "26616",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Brekland Councillor, (unpaid from 31 July 2024 and previously registered under Category 1)"
                },
                {
                    "id": 13836,
                    "parent_interest_id": "",
                    "member": "Mrs Kemi Badenoch",
                    "party": "conservative",
                    "mnis_id": 4597,
                    "twfy_id": "25693",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to United States between 17 October 2025 and 20 October 2025"
                },
                {
                    "id": 13838,
                    "parent_interest_id": "",
                    "member": "Sammy Wilson",
                    "party": "dup",
                    "mnis_id": 1593,
                    "twfy_id": "11374",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Israel between 23 October 2025 and 30 October 2025"
                },
                {
                    "id": 13839,
                    "parent_interest_id": "",
                    "member": "Munira Wilson",
                    "party": "liberal-democrat",
                    "mnis_id": 4776,
                    "twfy_id": "25820",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "James Sleeman - \u00a312,000.00"
                },
                {
                    "id": 13841,
                    "parent_interest_id": "",
                    "member": "Cameron Thomas",
                    "party": "liberal-democrat",
                    "mnis_id": 5354,
                    "twfy_id": "26532",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Knights Tailoring Ltd - \u00a3624.00"
                },
                {
                    "id": 13843,
                    "parent_interest_id": "",
                    "member": "Liz Saville Roberts",
                    "party": "plaid-cymru",
                    "mnis_id": 4521,
                    "twfy_id": "25302",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Public and Commercial Services Union - \u00a33,780.00"
                },
                {
                    "id": 13844,
                    "parent_interest_id": "",
                    "member": "Aphra Brandreth",
                    "party": "conservative",
                    "mnis_id": 5241,
                    "twfy_id": "26553",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "RTC Education Ltd - \u00a380.00"
                },
                {
                    "id": 13845,
                    "parent_interest_id": "",
                    "member": "Liz Saville Roberts",
                    "party": "plaid-cymru",
                    "mnis_id": 4521,
                    "twfy_id": "25302",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "The Prison Officers Association - \u00a33,780.00"
                },
                {
                    "id": 13846,
                    "parent_interest_id": "",
                    "member": "Liz Saville Roberts",
                    "party": "plaid-cymru",
                    "mnis_id": 4521,
                    "twfy_id": "25302",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "The Police Federation - \u00a33,780.00"
                },
                {
                    "id": 13847,
                    "parent_interest_id": "",
                    "member": "Liz Saville Roberts",
                    "party": "plaid-cymru",
                    "mnis_id": 4521,
                    "twfy_id": "25302",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "NAPO - the Probation and Family Courts Union - \u00a33,780.00"
                },
                {
                    "id": 13848,
                    "parent_interest_id": "",
                    "member": "Liz Saville Roberts",
                    "party": "plaid-cymru",
                    "mnis_id": 4521,
                    "twfy_id": "25302",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "University and College Union (UCU) - \u00a33,780.00"
                },
                {
                    "id": 13849,
                    "parent_interest_id": "",
                    "member": "Liz Saville Roberts",
                    "party": "plaid-cymru",
                    "mnis_id": 4521,
                    "twfy_id": "25302",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Public and Commercial Services Union - \u00a35,670.00"
                },
                {
                    "id": 13850,
                    "parent_interest_id": "",
                    "member": "Liz Saville Roberts",
                    "party": "plaid-cymru",
                    "mnis_id": 4521,
                    "twfy_id": "25302",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "The Prison Officers Association - \u00a35,670.00"
                },
                {
                    "id": 13851,
                    "parent_interest_id": "",
                    "member": "Liz Saville Roberts",
                    "party": "plaid-cymru",
                    "mnis_id": 4521,
                    "twfy_id": "25302",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "The Police Federation - \u00a35,670.00"
                },
                {
                    "id": 13852,
                    "parent_interest_id": "",
                    "member": "Liz Saville Roberts",
                    "party": "plaid-cymru",
                    "mnis_id": 4521,
                    "twfy_id": "25302",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "NAPO - the Probation and Family Courts Union - \u00a35,670.00"
                },
                {
                    "id": 13853,
                    "parent_interest_id": "",
                    "member": "Liz Saville Roberts",
                    "party": "plaid-cymru",
                    "mnis_id": 4521,
                    "twfy_id": "25302",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "University and College Union (UCU) - \u00a35,670.00"
                },
                {
                    "id": 13854,
                    "parent_interest_id": "",
                    "member": "Aphra Brandreth",
                    "party": "conservative",
                    "mnis_id": 5241,
                    "twfy_id": "26553",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "RTC Education Ltd - \u00a3833.33"
                },
                {
                    "id": 13855,
                    "parent_interest_id": "",
                    "member": "Afzal Khan",
                    "party": "labour",
                    "mnis_id": 4671,
                    "twfy_id": "25662",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Bahrain between 30 October 2025 and 03 November 2025"
                },
                {
                    "id": 13856,
                    "parent_interest_id": "",
                    "member": "Afzal Khan",
                    "party": "labour",
                    "mnis_id": 4671,
                    "twfy_id": "25662",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Italy between 05 November 2025 and 09 November 2025"
                },
                {
                    "id": 13857,
                    "parent_interest_id": "",
                    "member": "Helena Dollimore",
                    "party": "labourco-operative",
                    "mnis_id": 5192,
                    "twfy_id": "26507",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "GMB Southern Region - \u00a36,600.00"
                },
                {
                    "id": 13858,
                    "parent_interest_id": "",
                    "member": "Helena Dollimore",
                    "party": "labourco-operative",
                    "mnis_id": 5192,
                    "twfy_id": "26507",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "UNISON - \u00a31,500.00"
                },
                {
                    "id": 13859,
                    "parent_interest_id": "",
                    "member": "Lola McEvoy",
                    "party": "labour",
                    "mnis_id": 5037,
                    "twfy_id": "26315",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid membership of a panel that collectively decides on the location of the installation of green plaques in Darlington. The plaques commemorate sites of local industrial historic significance. No official role within the panel nor any veto powers.  This is an unpaid role."
                },
                {
                    "id": 13860,
                    "parent_interest_id": "",
                    "member": "Charlie Maynard",
                    "party": "liberal-democrat",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Marriott Harrison LLP - \u00a35,135.40"
                },
                {
                    "id": 13861,
                    "parent_interest_id": "",
                    "member": "Bill Esterson",
                    "party": "labour",
                    "mnis_id": 4061,
                    "twfy_id": "24905",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Denmark between 22 October 2025 and 24 October 2025"
                },
                {
                    "id": 13862,
                    "parent_interest_id": "",
                    "member": "Brian Mathew",
                    "party": "liberal-democrat",
                    "mnis_id": 5214,
                    "twfy_id": "26509",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Wiltshire Council Councillor, (previously registered under Category 1)"
                },
                {
                    "id": 13863,
                    "parent_interest_id": "",
                    "member": "Tahir Ali",
                    "party": "labour",
                    "mnis_id": 4747,
                    "twfy_id": "25888",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Saudi Arabia between 08 October 2025 and 18 October 2025"
                },
                {
                    "id": 13864,
                    "parent_interest_id": "",
                    "member": "David Taylor",
                    "party": "labour",
                    "mnis_id": 5348,
                    "twfy_id": "26576",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Japan between 09 October 2025 and 19 October 2025"
                },
                {
                    "id": 13865,
                    "parent_interest_id": "",
                    "member": "Imran Hussain",
                    "party": "labour",
                    "mnis_id": 4394,
                    "twfy_id": "25375",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Saudi Arabia between 08 October 2025 and 18 October 2025"
                },
                {
                    "id": 13867,
                    "parent_interest_id": "",
                    "member": "Gregor Poynton",
                    "party": "labour",
                    "mnis_id": 5167,
                    "twfy_id": "26428",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Daniel Luhde-Thompson - \u00a310,000.00"
                },
                {
                    "id": 13868,
                    "parent_interest_id": "",
                    "member": "Mohammad Yasin",
                    "party": "labour",
                    "mnis_id": 4598,
                    "twfy_id": "25649",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Saudi Arabia between 08 October 2025 and 18 October 2025"
                },
                {
                    "id": 13872,
                    "parent_interest_id": "",
                    "member": "Liz Saville Roberts",
                    "party": "plaid-cymru",
                    "mnis_id": 4521,
                    "twfy_id": "25302",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "First Trenitalia West Coast Rail Limited, trading as Avanti West Coast - \u00a3388.80"
                },
                {
                    "id": 13873,
                    "parent_interest_id": "",
                    "member": "Sarah Hall",
                    "party": "labourco-operative",
                    "mnis_id": 5154,
                    "twfy_id": "26416",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Finland between 27 October 2025 and 29 October 2025"
                },
                {
                    "id": 13874,
                    "parent_interest_id": "",
                    "member": "Anna Gelderd",
                    "party": "labour",
                    "mnis_id": 5353,
                    "twfy_id": "26618",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Japan between 09 October 2025 and 17 October 2025"
                },
                {
                    "id": 13875,
                    "parent_interest_id": "",
                    "member": "Mr Luke Charters",
                    "party": "labour",
                    "mnis_id": 5199,
                    "twfy_id": "26480",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Switzerland between 06 November 2025 and 08 November 2025"
                },
                {
                    "id": 13876,
                    "parent_interest_id": "",
                    "member": "Mr Gagan Mohindra",
                    "party": "conservative",
                    "mnis_id": 4804,
                    "twfy_id": "25920",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "UK Hospitality Industries - \u00a3307.80"
                },
                {
                    "id": 13877,
                    "parent_interest_id": "",
                    "member": "Tonia Antoniazzi",
                    "party": "labour",
                    "mnis_id": 4623,
                    "twfy_id": "25634",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "UK Hospitality Industries - \u00a3307.80"
                },
                {
                    "id": 13879,
                    "parent_interest_id": "",
                    "member": "James Murray",
                    "party": "labourco-operative",
                    "mnis_id": 4797,
                    "twfy_id": "25801",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "BBC - \u00a3328.30"
                },
                {
                    "id": 13880,
                    "parent_interest_id": "",
                    "member": "Charlotte Nichols",
                    "party": "labour",
                    "mnis_id": 4799,
                    "twfy_id": "25885",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Finland between 27 October 2025 and 29 October 2025"
                },
                {
                    "id": 13884,
                    "parent_interest_id": "",
                    "member": "Ms Polly Billington",
                    "party": "labour",
                    "mnis_id": 5123,
                    "twfy_id": "26360",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Denmark between 23 October 2025 and 24 October 2025"
                },
                {
                    "id": 13885,
                    "parent_interest_id": "",
                    "member": "Andrew Griffith",
                    "party": "conservative",
                    "mnis_id": 4874,
                    "twfy_id": "25927",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "J.C. Bamford Excavators Ltd - \u00a325,000.00"
                },
                {
                    "id": 13886,
                    "parent_interest_id": "",
                    "member": "Adam Jogee",
                    "party": "labour",
                    "mnis_id": 5168,
                    "twfy_id": "26541",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to San Marino between 21 October 2025 and 24 October 2025"
                },
                {
                    "id": 13887,
                    "parent_interest_id": "",
                    "member": "Graham Leadbitter",
                    "party": "scottish-national-party",
                    "mnis_id": 5277,
                    "twfy_id": "26499",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Switzerland between 05 November 2025 and 08 November 2025"
                },
                {
                    "id": 13888,
                    "parent_interest_id": "",
                    "member": "Lewis Cocking",
                    "party": "conservative",
                    "mnis_id": 5050,
                    "twfy_id": "26316",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "ITV Breakfast Broadcasting Ltd - \u00a3101.84"
                },
                {
                    "id": 13891,
                    "parent_interest_id": "",
                    "member": "Dame Harriett Baldwin",
                    "party": "conservative",
                    "mnis_id": 4107,
                    "twfy_id": "24785",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Spain between 13 November 2025 and 15 November 2025"
                },
                {
                    "id": 13892,
                    "parent_interest_id": "",
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Italy between 20 October 2025 and 21 October 2025"
                },
                {
                    "id": 13895,
                    "parent_interest_id": "",
                    "member": "Dr Roz Savage",
                    "party": "liberal-democrat",
                    "mnis_id": 5352,
                    "twfy_id": "26603",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "National Farmers' Union - \u00a370.21"
                },
                {
                    "id": 13896,
                    "parent_interest_id": "",
                    "member": "Dr Roz Savage",
                    "party": "liberal-democrat",
                    "mnis_id": 5352,
                    "twfy_id": "26603",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "NFU - \u00a341.63"
                },
                {
                    "id": 13897,
                    "parent_interest_id": "",
                    "member": "Dr Roz Savage",
                    "party": "liberal-democrat",
                    "mnis_id": 5352,
                    "twfy_id": "26603",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "NFU - \u00a3111.42"
                },
                {
                    "id": 13898,
                    "parent_interest_id": "",
                    "member": "Dr Roz Savage",
                    "party": "liberal-democrat",
                    "mnis_id": 5352,
                    "twfy_id": "26603",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "NFU - \u00a392.12"
                },
                {
                    "id": 13899,
                    "parent_interest_id": "",
                    "member": "Darren Jones",
                    "party": "labour",
                    "mnis_id": 4621,
                    "twfy_id": "25637",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Penpole Events Limited - \u00a32,820.00"
                },
                {
                    "id": 13900,
                    "parent_interest_id": "",
                    "member": "Katrina Murray",
                    "party": "labour",
                    "mnis_id": 5309,
                    "twfy_id": "26494",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Switzerland between 05 November 2025 and 07 November 2025"
                },
                {
                    "id": 13901,
                    "parent_interest_id": "",
                    "member": "Jenny Riddell-Carpenter",
                    "party": "labour",
                    "mnis_id": 5160,
                    "twfy_id": "26472",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Anthony Trevor Langham - \u00a3390.00"
                },
                {
                    "id": 13902,
                    "parent_interest_id": "",
                    "member": "Rachel Taylor",
                    "party": "labour",
                    "mnis_id": 5065,
                    "twfy_id": "26478",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Rugby Football Union - \u00a3329.00"
                },
                {
                    "id": 13905,
                    "parent_interest_id": "",
                    "member": "Alison Griffiths",
                    "party": "conservative",
                    "mnis_id": 5203,
                    "twfy_id": "26536",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid Director of Gisborne Ltd (Strategy and Marketing Consulting, Technology Sector).  This interest was previously registered under Category 1."
                },
                {
                    "id": 13906,
                    "parent_interest_id": "",
                    "member": "Nigel Huddleston",
                    "party": "conservative",
                    "mnis_id": 4407,
                    "twfy_id": "25381",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Football Association Premier League Ltd - \u00a3500.00"
                },
                {
                    "id": 13907,
                    "parent_interest_id": "",
                    "member": "Naz Shah",
                    "party": "labour",
                    "mnis_id": 4409,
                    "twfy_id": "25385",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Italy between 03 November 2025 and 09 November 2025"
                },
                {
                    "id": 13909,
                    "parent_interest_id": "",
                    "member": "Barry Gardiner",
                    "party": "labour",
                    "mnis_id": 146,
                    "twfy_id": "10220",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to United States between 25 October 2025 and 05 November 2025"
                },
                {
                    "id": 13913,
                    "parent_interest_id": "",
                    "member": "Andrew Lewin",
                    "party": "labour",
                    "mnis_id": 5061,
                    "twfy_id": "26376",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Best for Britain Ltd - \u00a32,481.90"
                },
                {
                    "id": 13914,
                    "parent_interest_id": "",
                    "member": "Andrew Rosindell",
                    "party": "reform",
                    "mnis_id": 1447,
                    "twfy_id": "11199",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Switzerland between 06 November 2025 and 08 November 2025"
                },
                {
                    "id": 13915,
                    "parent_interest_id": "",
                    "member": "Mark Ferguson",
                    "party": "labour",
                    "mnis_id": 5031,
                    "twfy_id": "26310",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Governor, Larkspur Community Primary School"
                },
                {
                    "id": 13916,
                    "parent_interest_id": "",
                    "member": "Max Wilkinson",
                    "party": "liberal-democrat",
                    "mnis_id": 5055,
                    "twfy_id": "26344",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "James Moore - \u00a32,500.00"
                },
                {
                    "id": 13917,
                    "parent_interest_id": "",
                    "member": "Alex Ballinger",
                    "party": "labour",
                    "mnis_id": 5238,
                    "twfy_id": "26580",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member, Rowley Regis Town Board. This is an unpaid role."
                },
                {
                    "id": 13918,
                    "parent_interest_id": "",
                    "member": "Alex Ballinger",
                    "party": "labour",
                    "mnis_id": 5238,
                    "twfy_id": "26580",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member, Halesowen Abbey Trust Board.  This is an unpaid role."
                },
                {
                    "id": 13919,
                    "parent_interest_id": "",
                    "member": "Bill Esterson",
                    "party": "labour",
                    "mnis_id": 4061,
                    "twfy_id": "24905",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Finland between 26 October 2025 and 28 October 2025"
                },
                {
                    "id": 13920,
                    "parent_interest_id": "",
                    "member": "Carla Denyer",
                    "party": "green",
                    "mnis_id": 5102,
                    "twfy_id": "26379",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Vice Chair of the Climate and Nature Crisis Caucus. This is an unpaid role."
                },
                {
                    "id": 13921,
                    "parent_interest_id": "",
                    "member": "Richard Quigley",
                    "party": "labour",
                    "mnis_id": 5144,
                    "twfy_id": "26373",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Switzerland between 05 November 2025 and 07 November 2025"
                },
                {
                    "id": 13922,
                    "parent_interest_id": "",
                    "member": "Max Wilkinson",
                    "party": "liberal-democrat",
                    "mnis_id": 5055,
                    "twfy_id": "26344",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Julian Dunkerton - \u00a35,000.00"
                },
                {
                    "id": 13924,
                    "parent_interest_id": "",
                    "member": "Mr Connor Rand",
                    "party": "labour",
                    "mnis_id": 5159,
                    "twfy_id": "26473",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "GMB Trade Union - \u00a3450.00"
                },
                {
                    "id": 13925,
                    "parent_interest_id": "",
                    "member": "Mr Connor Rand",
                    "party": "labour",
                    "mnis_id": 5159,
                    "twfy_id": "26473",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Trustee of the Achieve and Learn Trust (UID: 16821 Multi-academy trust). This is an unpaid role."
                },
                {
                    "id": 13926,
                    "parent_interest_id": "",
                    "member": "Robert Jenrick",
                    "party": "reform",
                    "mnis_id": 4320,
                    "twfy_id": "25227",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Scott Harris - \u00a35,000.00"
                },
                {
                    "id": 13927,
                    "parent_interest_id": "",
                    "member": "Martin Vickers",
                    "party": "conservative",
                    "mnis_id": 3957,
                    "twfy_id": "24814",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Vatican City between 21 October 2025 and 26 October 2025"
                },
                {
                    "id": 13928,
                    "parent_interest_id": "",
                    "member": "Rebecca Long Bailey",
                    "party": "labour",
                    "mnis_id": 4396,
                    "twfy_id": "25368",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "National Union of Journalists - \u00a319,606.00"
                },
                {
                    "id": 13929,
                    "parent_interest_id": "",
                    "member": "Rebecca Long Bailey",
                    "party": "labour",
                    "mnis_id": 4396,
                    "twfy_id": "25368",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Bakers, Food and Allied Workers Union - \u00a319,440.00"
                },
                {
                    "id": 13930,
                    "parent_interest_id": "",
                    "member": "Ruth Cadbury",
                    "party": "labour",
                    "mnis_id": 4389,
                    "twfy_id": "25343",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Switzerland between 05 November 2025 and 08 November 2025"
                },
                {
                    "id": 13931,
                    "parent_interest_id": "",
                    "member": "Katie Lam",
                    "party": "conservative",
                    "mnis_id": 5285,
                    "twfy_id": "26588",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Selvanayagam Pankayachelvan - \u00a37,000.00"
                },
                {
                    "id": 13932,
                    "parent_interest_id": "",
                    "member": "Sir Mel Stride",
                    "party": "conservative",
                    "mnis_id": 3935,
                    "twfy_id": "24914",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "J. C. Bamford Excavators Limited - \u00a325,000.00"
                },
                {
                    "id": 13933,
                    "parent_interest_id": "",
                    "member": "Mike Reader",
                    "party": "labour",
                    "mnis_id": 5316,
                    "twfy_id": "26630",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Mace Consult Limited - \u00a390.72"
                },
                {
                    "id": 13934,
                    "parent_interest_id": "",
                    "member": "Natalie Fleet",
                    "party": "labour",
                    "mnis_id": 5053,
                    "twfy_id": "26343",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Godfrey Coaching Ltd - \u00a37,200.00"
                },
                {
                    "id": 13935,
                    "parent_interest_id": "",
                    "member": "Mike Reader",
                    "party": "labour",
                    "mnis_id": 5316,
                    "twfy_id": "26630",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "SME4LABOUR LTD - \u00a3300.00"
                },
                {
                    "id": 13937,
                    "parent_interest_id": "",
                    "member": "Mike Reader",
                    "party": "labour",
                    "mnis_id": 5316,
                    "twfy_id": "26630",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Belgium between 26 October 2025 and 27 October 2025"
                },
                {
                    "id": 13938,
                    "parent_interest_id": "",
                    "member": "Jess Brown-Fuller",
                    "party": "liberal-democrat",
                    "mnis_id": 5335,
                    "twfy_id": "26372",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Adam Management Holdings Ltd - \u00a35,000.00"
                },
                {
                    "id": 13939,
                    "parent_interest_id": "",
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to United States between 06 November 2025 and 09 November 2025"
                },
                {
                    "id": 13941,
                    "parent_interest_id": "",
                    "member": "Mark Garnier",
                    "party": "conservative",
                    "mnis_id": 4074,
                    "twfy_id": "24824",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Non executive director - Space Solar Group Holdings"
                },
                {
                    "id": 13942,
                    "parent_interest_id": 13941.0,
                    "member": "Mark Garnier",
                    "party": "conservative",
                    "mnis_id": 4074,
                    "twfy_id": "24824",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement starting 18 November 2025 - \u00a30.00"
                },
                {
                    "id": 13943,
                    "parent_interest_id": "",
                    "member": "Lisa Smart",
                    "party": "liberal-democrat",
                    "mnis_id": 5070,
                    "twfy_id": "26556",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Elizabeth Desmond - \u00a33,000.00"
                },
                {
                    "id": 13944,
                    "parent_interest_id": "",
                    "member": "Tonia Antoniazzi",
                    "party": "labour",
                    "mnis_id": 4623,
                    "twfy_id": "25634",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Rugby Football Union - \u00a3369.60"
                },
                {
                    "id": 13945,
                    "parent_interest_id": "",
                    "member": "Alicia Kearns",
                    "party": "conservative",
                    "mnis_id": 4805,
                    "twfy_id": "25906",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Great Britain China Centre - \u00a31,100.00"
                },
                {
                    "id": 13947,
                    "parent_interest_id": "",
                    "member": "David Burton-Sampson",
                    "party": "labour",
                    "mnis_id": 5106,
                    "twfy_id": "26442",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "UK Finance - \u00a3474.00"
                },
                {
                    "id": 13948,
                    "parent_interest_id": "",
                    "member": "Dr Ben Spencer",
                    "party": "conservative",
                    "mnis_id": 4785,
                    "twfy_id": "25889",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Carol and Clive Chase - \u00a36,000.00"
                },
                {
                    "id": 13949,
                    "parent_interest_id": "",
                    "member": "Melanie Ward",
                    "party": "labour",
                    "mnis_id": 5240,
                    "twfy_id": "26610",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Great Britain China Centre - \u00a31,100.00"
                },
                {
                    "id": 13950,
                    "parent_interest_id": "",
                    "member": "Yuan Yang",
                    "party": "labour",
                    "mnis_id": 5267,
                    "twfy_id": "26600",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Edinburgh Book Festival - \u00a3373.50"
                },
                {
                    "id": 13952,
                    "parent_interest_id": "",
                    "member": "Dr Lauren Sullivan",
                    "party": "labour",
                    "mnis_id": 5269,
                    "twfy_id": "26435",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Kent County Councillor, (unpaid since 1 August 2024 and previously registered under Category 1)."
                },
                {
                    "id": 13953,
                    "parent_interest_id": "",
                    "member": "Dr Lauren Sullivan",
                    "party": "labour",
                    "mnis_id": 5269,
                    "twfy_id": "26435",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Gravesham Borough Councillor, (unpaid since 1 August 2024 and previously registered under Category 1)."
                },
                {
                    "id": 13954,
                    "parent_interest_id": "",
                    "member": "Baggy Shanker",
                    "party": "labourco-operative",
                    "mnis_id": 5176,
                    "twfy_id": "26489",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Derby City Councillor, (unpaid since 25 October 2024 and previously registered under Category 1)."
                },
                {
                    "id": 13955,
                    "parent_interest_id": "",
                    "member": "Michael Payne",
                    "party": "labour",
                    "mnis_id": 5146,
                    "twfy_id": "26408",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Gedling Borough Councillor, (unpaid since 10 October 2024 and previously registered under Category 1)."
                },
                {
                    "id": 13956,
                    "parent_interest_id": "",
                    "member": "David Reed",
                    "party": "conservative",
                    "mnis_id": 5347,
                    "twfy_id": "26628",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Armed Forces APPG - \u00a325.00"
                },
                {
                    "id": 13957,
                    "parent_interest_id": "",
                    "member": "David Reed",
                    "party": "conservative",
                    "mnis_id": 5347,
                    "twfy_id": "26628",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Armed Forces APPG - \u00a360.00"
                },
                {
                    "id": 13958,
                    "parent_interest_id": "",
                    "member": "David Reed",
                    "party": "conservative",
                    "mnis_id": 5347,
                    "twfy_id": "26628",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Armed Forces APPG - \u00a360.00"
                },
                {
                    "id": 13959,
                    "parent_interest_id": "",
                    "member": "David Reed",
                    "party": "conservative",
                    "mnis_id": 5347,
                    "twfy_id": "26628",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Armed Forces APPG - \u00a360.00"
                },
                {
                    "id": 13960,
                    "parent_interest_id": "",
                    "member": "David Reed",
                    "party": "conservative",
                    "mnis_id": 5347,
                    "twfy_id": "26628",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Armed Forces APPG - \u00a360.00"
                },
                {
                    "id": 13961,
                    "parent_interest_id": "",
                    "member": "David Reed",
                    "party": "conservative",
                    "mnis_id": 5347,
                    "twfy_id": "26628",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Armed Forces APPG - \u00a360.00"
                },
                {
                    "id": 13962,
                    "parent_interest_id": "",
                    "member": "Dr Beccy Cooper",
                    "party": "labour",
                    "mnis_id": 5307,
                    "twfy_id": "26515",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Kenya between 12 October 2025 and 17 October 2025"
                },
                {
                    "id": 13963,
                    "parent_interest_id": "",
                    "member": "Sir Andrew Mitchell",
                    "party": "conservative",
                    "mnis_id": 1211,
                    "twfy_id": "11115",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Aid Alliance - \u00a32,000.00"
                },
                {
                    "id": 13964,
                    "parent_interest_id": "",
                    "member": "Dr Beccy Cooper",
                    "party": "labour",
                    "mnis_id": 5307,
                    "twfy_id": "26515",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Switzerland between 08 October 2025 and 09 October 2025"
                },
                {
                    "id": 13965,
                    "parent_interest_id": "",
                    "member": "Helen Hayes",
                    "party": "labour",
                    "mnis_id": 4510,
                    "twfy_id": "25310",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Switzerland between 05 November 2025 and 07 November 2025"
                },
                {
                    "id": 13972,
                    "parent_interest_id": "",
                    "member": "Jack Abbott",
                    "party": "labourco-operative",
                    "mnis_id": 5131,
                    "twfy_id": "26385",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Ipswich Town Football Club Company Limited - \u00a3540.00"
                },
                {
                    "id": 13974,
                    "parent_interest_id": "",
                    "member": "Dan Carden",
                    "party": "labour",
                    "mnis_id": 4651,
                    "twfy_id": "25642",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Germany between 12 November 2025 and 14 November 2025"
                },
                {
                    "id": 13975,
                    "parent_interest_id": "",
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Italy between 27 October 2025 and 29 October 2025"
                },
                {
                    "id": 13976,
                    "parent_interest_id": "",
                    "member": "Priti Patel",
                    "party": "conservative",
                    "mnis_id": 4066,
                    "twfy_id": "24778",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Bahrain between 30 October 2025 and 03 November 2025"
                },
                {
                    "id": 13977,
                    "parent_interest_id": "",
                    "member": "Sam Carling",
                    "party": "labour",
                    "mnis_id": 5308,
                    "twfy_id": "26558",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Burghley House Preservation Trust Ltd - \u00a3561.00"
                },
                {
                    "id": 13978,
                    "parent_interest_id": "",
                    "member": "Sam Carling",
                    "party": "labour",
                    "mnis_id": 5308,
                    "twfy_id": "26558",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Burghley House Preservation Trust Ltd - \u00a327.50"
                },
                {
                    "id": 13979,
                    "parent_interest_id": "",
                    "member": "Layla Moran",
                    "party": "liberal-democrat",
                    "mnis_id": 4656,
                    "twfy_id": "25689",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Bahrain between 31 October 2025 and 03 November 2025"
                },
                {
                    "id": 13983,
                    "parent_interest_id": "",
                    "member": "Mrs Kemi Badenoch",
                    "party": "conservative",
                    "mnis_id": 4597,
                    "twfy_id": "25693",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Charles Keymer - \u00a341,812.50"
                },
                {
                    "id": 13986,
                    "parent_interest_id": "",
                    "member": "Liam Conlon",
                    "party": "labour",
                    "mnis_id": 5132,
                    "twfy_id": "26401",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Switzerland between 05 November 2025 and 07 November 2025"
                },
                {
                    "id": 13987,
                    "parent_interest_id": "",
                    "member": "Clive Lewis",
                    "party": "labour",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Compass - Together for a Good Society Ltd - \u00a37.00"
                },
                {
                    "id": 13988,
                    "parent_interest_id": "",
                    "member": "Clive Lewis",
                    "party": "labour",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Compass - Together for a Good Society Ltd - \u00a3294.88"
                },
                {
                    "id": 13989,
                    "parent_interest_id": "",
                    "member": "Sir Ashley Fox",
                    "party": "conservative",
                    "mnis_id": 5101,
                    "twfy_id": "26370",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Agratas Limited - \u00a3430.00"
                },
                {
                    "id": 13990,
                    "parent_interest_id": "",
                    "member": "Christine Jardine",
                    "party": "liberal-democrat",
                    "mnis_id": 4634,
                    "twfy_id": "25675",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Scottish Rugby Limited - \u00a3798.00"
                },
                {
                    "id": 13991,
                    "parent_interest_id": "",
                    "member": "Clive Lewis",
                    "party": "labour",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Executive Committee Member, British Group Inter-Parliamentary Union"
                },
                {
                    "id": 13992,
                    "parent_interest_id": "",
                    "member": "Kate Osamor",
                    "party": "labourco-operative",
                    "mnis_id": 4515,
                    "twfy_id": "25365",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A Member of the British Group Interparliamentary Union Executive Committee. This is an unpaid role."
                },
                {
                    "id": 13995,
                    "parent_interest_id": "",
                    "member": "Saqib Bhatti",
                    "party": "conservative",
                    "mnis_id": 4818,
                    "twfy_id": "25847",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "P Investments Limited - \u00a320,000.00"
                },
                {
                    "id": 13996,
                    "parent_interest_id": "",
                    "member": "Rachel Taylor",
                    "party": "labour",
                    "mnis_id": 5065,
                    "twfy_id": "26478",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "North Warwickshire Borough Councillor, (unpaid since 5 July 2024 and previously registered under Category 1)"
                },
                {
                    "id": 13997,
                    "parent_interest_id": "",
                    "member": "Alex Sobel",
                    "party": "labourco-operative",
                    "mnis_id": 4658,
                    "twfy_id": "25680",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of Executive Committee of the British Group of the Inter Parliamentary Union"
                },
                {
                    "id": 13998,
                    "parent_interest_id": "",
                    "member": "Steve Barclay",
                    "party": "conservative",
                    "mnis_id": 4095,
                    "twfy_id": "24916",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Mr Ian Crewe - \u00a33,000.00"
                },
                {
                    "id": 13999,
                    "parent_interest_id": "",
                    "member": "Alex Norris",
                    "party": "labourco-operative",
                    "mnis_id": 4641,
                    "twfy_id": "25687",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Nottingham Forest Football Club - \u00a3250.00"
                },
                {
                    "id": 14000,
                    "parent_interest_id": "",
                    "member": "Alex Norris",
                    "party": "labourco-operative",
                    "mnis_id": 4641,
                    "twfy_id": "25687",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Nottingham Forest Football Club - \u00a3250.00"
                },
                {
                    "id": 14001,
                    "parent_interest_id": "",
                    "member": "Chris Curtis",
                    "party": "labour",
                    "mnis_id": 5118,
                    "twfy_id": "26396",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to France between 19 November 2025 and 22 November 2025"
                },
                {
                    "id": 14003,
                    "parent_interest_id": "",
                    "member": "Sir Jeremy Hunt",
                    "party": "conservative",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Gibraltar between 15 November 2025 and 16 November 2025"
                },
                {
                    "id": 14004,
                    "parent_interest_id": "",
                    "member": "Blake Stephenson",
                    "party": "conservative",
                    "mnis_id": 5100,
                    "twfy_id": "26355",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Brazil between 11 November 2025 and 18 November 2025"
                },
                {
                    "id": 14006,
                    "parent_interest_id": "",
                    "member": "Laura Trott",
                    "party": "conservative",
                    "mnis_id": 4780,
                    "twfy_id": "25851",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Speaking Engagement - Coex Partners"
                },
                {
                    "id": 14007,
                    "parent_interest_id": 14006.0,
                    "member": "Laura Trott",
                    "party": "conservative",
                    "mnis_id": 4780,
                    "twfy_id": "25851",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 06 November 2025 - \u00a36,000.00"
                },
                {
                    "id": 14008,
                    "parent_interest_id": "",
                    "member": "Laura Trott",
                    "party": "conservative",
                    "mnis_id": 4780,
                    "twfy_id": "25851",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Lord Agnew - \u00a310,000.00"
                },
                {
                    "id": 14009,
                    "parent_interest_id": "",
                    "member": "Laura Trott",
                    "party": "conservative",
                    "mnis_id": 4780,
                    "twfy_id": "25851",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "National Theatre - \u00a3138.00"
                },
                {
                    "id": 14011,
                    "parent_interest_id": "",
                    "member": "Sir John Whittingdale",
                    "party": "conservative",
                    "mnis_id": 39,
                    "twfy_id": "10632",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "A Member of the Executive Committee of the British Group of the Inter Parliamentary Union. This is an unpaid position."
                },
                {
                    "id": 14012,
                    "parent_interest_id": "",
                    "member": "Sir John Whittingdale",
                    "party": "conservative",
                    "mnis_id": 39,
                    "twfy_id": "10632",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of the Board of the Conservative Party. This is an unpaid position."
                },
                {
                    "id": 14013,
                    "parent_interest_id": "",
                    "member": "Sarah Bool",
                    "party": "conservative",
                    "mnis_id": 5355,
                    "twfy_id": "26635",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Armed Forces Parliamentary Trust - \u00a365.62"
                },
                {
                    "id": 14014,
                    "parent_interest_id": "",
                    "member": "Michael Payne",
                    "party": "labour",
                    "mnis_id": 5146,
                    "twfy_id": "26408",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Poland between 02 November 2025 and 04 November 2025"
                },
                {
                    "id": 14015,
                    "parent_interest_id": "",
                    "member": "Tim Roca",
                    "party": "labour",
                    "mnis_id": 5287,
                    "twfy_id": "26549",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Poland between 02 November 2025 and 04 November 2025"
                },
                {
                    "id": 14016,
                    "parent_interest_id": "",
                    "member": "Anneliese Dodds",
                    "party": "labourco-operative",
                    "mnis_id": 4657,
                    "twfy_id": "25618",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Brazil between 11 November 2025 and 17 November 2025"
                },
                {
                    "id": 14017,
                    "parent_interest_id": "",
                    "member": "Saqib Bhatti",
                    "party": "conservative",
                    "mnis_id": 4818,
                    "twfy_id": "25847",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Jaguar Land Rover Limited - \u00a3355.00"
                },
                {
                    "id": 14018,
                    "parent_interest_id": "",
                    "member": "Mr Andrew Snowden",
                    "party": "conservative",
                    "mnis_id": 5072,
                    "twfy_id": "26347",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Colin Shenton - \u00a31,500.00"
                },
                {
                    "id": 14019,
                    "parent_interest_id": "",
                    "member": "Mr Andrew Snowden",
                    "party": "conservative",
                    "mnis_id": 5072,
                    "twfy_id": "26347",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Colin Shenton - \u00a31,500.00"
                },
                {
                    "id": 14020,
                    "parent_interest_id": "",
                    "member": "Adam Jogee",
                    "party": "labour",
                    "mnis_id": 5168,
                    "twfy_id": "26541",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Switzerland between 05 November 2025 and 08 November 2025"
                },
                {
                    "id": 14023,
                    "parent_interest_id": "",
                    "member": "Lee Anderson",
                    "party": "reform",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of the Kirkby Town Board for Ashfield. This is an unpaid role."
                },
                {
                    "id": 14024,
                    "parent_interest_id": "",
                    "member": "Sarah Bool",
                    "party": "conservative",
                    "mnis_id": 5355,
                    "twfy_id": "26635",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Armed Forces Parliamentary Scheme - \u00a3170.60"
                },
                {
                    "id": 14026,
                    "parent_interest_id": "",
                    "member": "Sarah Bool",
                    "party": "conservative",
                    "mnis_id": 5355,
                    "twfy_id": "26635",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Armed Forces Parliamentary Trust - \u00a376.00"
                },
                {
                    "id": 14027,
                    "parent_interest_id": "",
                    "member": "Sarah Bool",
                    "party": "conservative",
                    "mnis_id": 5355,
                    "twfy_id": "26635",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Armed Forces Parliamentary Trust - \u00a3123.20"
                },
                {
                    "id": 14029,
                    "parent_interest_id": "",
                    "member": "Sarah Bool",
                    "party": "conservative",
                    "mnis_id": 5355,
                    "twfy_id": "26635",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Malta between 14 November 2025 and 16 November 2025"
                },
                {
                    "id": 14030,
                    "parent_interest_id": "",
                    "member": "Barry Gardiner",
                    "party": "labour",
                    "mnis_id": 146,
                    "twfy_id": "10220",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "speaking and media appearances - MATV Channel"
                },
                {
                    "id": 14031,
                    "parent_interest_id": 14030.0,
                    "member": "Barry Gardiner",
                    "party": "labour",
                    "mnis_id": 146,
                    "twfy_id": "10220",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 20 November 2025 - \u00a33,000.00"
                },
                {
                    "id": 14033,
                    "parent_interest_id": "",
                    "member": "Lee Anderson",
                    "party": "reform",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Nottingham Forest Football Club Limited - \u00a3750.00"
                },
                {
                    "id": 14034,
                    "parent_interest_id": "",
                    "member": "John Finucane",
                    "party": "sinn-fein",
                    "mnis_id": 4823,
                    "twfy_id": "25821",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Spain between 06 November 2025 and 07 November 2025"
                },
                {
                    "id": 14035,
                    "parent_interest_id": "",
                    "member": "Alex Brewer",
                    "party": "liberal-democrat",
                    "mnis_id": 5263,
                    "twfy_id": "26366",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Lucy Greenwood - \u00a32,000.00"
                },
                {
                    "id": 14036,
                    "parent_interest_id": "",
                    "member": "Alex Brewer",
                    "party": "liberal-democrat",
                    "mnis_id": 5263,
                    "twfy_id": "26366",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Alan Montgomery - \u00a32,500.00"
                },
                {
                    "id": 14037,
                    "parent_interest_id": "",
                    "member": "Mark Ferguson",
                    "party": "labour",
                    "mnis_id": 5031,
                    "twfy_id": "26310",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Lord (David) Sainsbury - \u00a320,000.00"
                },
                {
                    "id": 14038,
                    "parent_interest_id": "",
                    "member": "Clive Lewis",
                    "party": "labour",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Staff support provided by Trumble Films Ltd. This was previously registered under Category 2(b) but the final value was below the threshold for that category."
                },
                {
                    "id": 14039,
                    "parent_interest_id": "",
                    "member": "David Reed",
                    "party": "conservative",
                    "mnis_id": 5347,
                    "twfy_id": "26628",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Taiwan between 03 November 2025 and 08 November 2025"
                },
                {
                    "id": 14040,
                    "parent_interest_id": "",
                    "member": "Dr Simon Opher",
                    "party": "labour",
                    "mnis_id": 5030,
                    "twfy_id": "26313",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Vice President of Cotswold Canal Trust. This is an unpaid role."
                },
                {
                    "id": 14041,
                    "parent_interest_id": "",
                    "member": "Rupert Lowe",
                    "party": "independent",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Chairman of Great Yarmouth First. This is an unpaid role."
                },
                {
                    "id": 14042,
                    "parent_interest_id": "",
                    "member": "Andrew George",
                    "party": "liberal-democrat",
                    "mnis_id": 227,
                    "twfy_id": "10222",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Volunteer Board member of the Cornwall Community Land Trust (CCLT). This is an unpaid role. (My role as Chief Executive of CCLT ended on 1 September 2024 and was previously registered under Category 1)."
                },
                {
                    "id": 14043,
                    "parent_interest_id": "",
                    "member": "Chris Webb",
                    "party": "labour",
                    "mnis_id": 5025,
                    "twfy_id": "26305",
                    "category": "Gifts and benefits from sources outside the UK",
                    "category_code": "5",
                    "summary": "Riyadh Season - \u00a31,000.00"
                },
                {
                    "id": 14044,
                    "parent_interest_id": "",
                    "member": "George Freeman",
                    "party": "conservative",
                    "mnis_id": 4020,
                    "twfy_id": "24817",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to United Arab Emirates between 05 November 2025 and 12 November 2025"
                },
                {
                    "id": 14047,
                    "parent_interest_id": "",
                    "member": "Pippa Heylings",
                    "party": "liberal-democrat",
                    "mnis_id": 5078,
                    "twfy_id": "26421",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Brazil between 11 November 2025 and 19 November 2025"
                },
                {
                    "id": 14048,
                    "parent_interest_id": "",
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Austria between 06 November 2025 and 07 November 2025"
                },
                {
                    "id": 14049,
                    "parent_interest_id": "",
                    "member": "Dawn Butler",
                    "party": "labour",
                    "mnis_id": 1489,
                    "twfy_id": "11447",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Speaking engagement - Gibson, Dunn & Crutcher LLP"
                },
                {
                    "id": 14050,
                    "parent_interest_id": 14049.0,
                    "member": "Dawn Butler",
                    "party": "labour",
                    "mnis_id": 1489,
                    "twfy_id": "11447",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 10 November 2025 - \u00a32,500.00"
                },
                {
                    "id": 14052,
                    "parent_interest_id": "",
                    "member": "Anna Sabine",
                    "party": "liberal-democrat",
                    "mnis_id": 5286,
                    "twfy_id": "26497",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The FA Group - \u00a3358.00"
                },
                {
                    "id": 14057,
                    "parent_interest_id": "",
                    "member": "Brian Mathew",
                    "party": "liberal-democrat",
                    "mnis_id": 5214,
                    "twfy_id": "26509",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unitary Councillor on Wiltshire Council (unpaid since 1 May 2025 and previously registered under Category 1)."
                },
                {
                    "id": 14058,
                    "parent_interest_id": "",
                    "member": "Mrs Kemi Badenoch",
                    "party": "conservative",
                    "mnis_id": 4597,
                    "twfy_id": "25693",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Global Media & Entertainment Ltd - \u00a31,250.00"
                },
                {
                    "id": 14059,
                    "parent_interest_id": "",
                    "member": "Sarah Sackman",
                    "party": "labour",
                    "mnis_id": 5204,
                    "twfy_id": "26438",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Miriam Grabiner - \u00a31,300.00"
                },
                {
                    "id": 14060,
                    "parent_interest_id": "",
                    "member": "Sarah Sackman",
                    "party": "labour",
                    "mnis_id": 5204,
                    "twfy_id": "26438",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Strathgrove Ltd - \u00a32,500.00"
                },
                {
                    "id": 14061,
                    "parent_interest_id": "",
                    "member": "Sarah Sackman",
                    "party": "labour",
                    "mnis_id": 5204,
                    "twfy_id": "26438",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Richard Greer - \u00a31,000.00"
                },
                {
                    "id": 14062,
                    "parent_interest_id": "",
                    "member": "Amanda Martin",
                    "party": "labour",
                    "mnis_id": 5294,
                    "twfy_id": "26430",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Portsmouth Community Football Club - \u00a3375.00"
                },
                {
                    "id": 14063,
                    "parent_interest_id": "",
                    "member": "John Lamont",
                    "party": "conservative",
                    "mnis_id": 4608,
                    "twfy_id": "14026",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "John James - \u00a32,500.00"
                },
                {
                    "id": 14065,
                    "parent_interest_id": "",
                    "member": "Victoria Atkins",
                    "party": "conservative",
                    "mnis_id": 4399,
                    "twfy_id": "25424",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Agricultural Engineers Association - \u00a3540.00"
                },
                {
                    "id": 14067,
                    "parent_interest_id": "",
                    "member": "Amanda Hack",
                    "party": "labour",
                    "mnis_id": 5149,
                    "twfy_id": "26449",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Belgium between 26 October 2025 and 27 October 2025"
                },
                {
                    "id": 14068,
                    "parent_interest_id": "",
                    "member": "James Naish",
                    "party": "labour",
                    "mnis_id": 5047,
                    "twfy_id": "26329",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Nottingham Forest Football Club Limited - \u00a3640.00"
                },
                {
                    "id": 14069,
                    "parent_interest_id": "",
                    "member": "Steve Yemm",
                    "party": "labour",
                    "mnis_id": 5194,
                    "twfy_id": "26469",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Royal Society of Chemistry - \u00a33,732.00"
                },
                {
                    "id": 14071,
                    "parent_interest_id": "",
                    "member": "Sarah Sackman",
                    "party": "labour",
                    "mnis_id": 5204,
                    "twfy_id": "26438",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Sir Trevor Chinn - \u00a31,250.00"
                },
                {
                    "id": 14072,
                    "parent_interest_id": "",
                    "member": "James Murray",
                    "party": "labourco-operative",
                    "mnis_id": 4797,
                    "twfy_id": "25801",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Mentorn Media - \u00a3295.00"
                },
                {
                    "id": 14073,
                    "parent_interest_id": "",
                    "member": "Joe Powell",
                    "party": "labour",
                    "mnis_id": 5229,
                    "twfy_id": "26477",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "David Sainsbury - \u00a326,827.06"
                },
                {
                    "id": 14074,
                    "parent_interest_id": "",
                    "member": "Mr Paul Kohler",
                    "party": "liberal-democrat",
                    "mnis_id": 5321,
                    "twfy_id": "26570",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Poland between 03 November 2025 and 05 November 2025"
                },
                {
                    "id": 14076,
                    "parent_interest_id": "",
                    "member": "Uma Kumaran",
                    "party": "labour",
                    "mnis_id": 5278,
                    "twfy_id": "26542",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Brazil between 10 November 2025 and 17 November 2025"
                },
                {
                    "id": 14077,
                    "parent_interest_id": "",
                    "member": "Amanda Hack",
                    "party": "labour",
                    "mnis_id": 5149,
                    "twfy_id": "26449",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Ceramics UK - \u00a3438.00"
                },
                {
                    "id": 14078,
                    "parent_interest_id": "",
                    "member": "Clive Lewis",
                    "party": "labour",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Compass - Together for a Good Society Ltd - \u00a3254.00"
                },
                {
                    "id": 14079,
                    "parent_interest_id": "",
                    "member": "Mike Martin",
                    "party": "liberal-democrat",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Book Royalties - Hurst and Co"
                },
                {
                    "id": 14081,
                    "parent_interest_id": 14079.0,
                    "member": "Mike Martin",
                    "party": "liberal-democrat",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 02 December 2025 - \u00a32,386.45"
                },
                {
                    "id": 14083,
                    "parent_interest_id": "",
                    "member": "Mike Martin",
                    "party": "liberal-democrat",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Simon Curtis - \u00a31,000.00"
                },
                {
                    "id": 14084,
                    "parent_interest_id": "",
                    "member": "Mike Martin",
                    "party": "liberal-democrat",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Dominic Mathon - \u00a32,000.00"
                },
                {
                    "id": 14085,
                    "parent_interest_id": "",
                    "member": "Mike Martin",
                    "party": "liberal-democrat",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Carl Michel - \u00a32,000.00"
                },
                {
                    "id": 14086,
                    "parent_interest_id": "",
                    "member": "Mike Martin",
                    "party": "liberal-democrat",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Stephen Gosling - \u00a32,000.00"
                },
                {
                    "id": 14087,
                    "parent_interest_id": "",
                    "member": "Mike Martin",
                    "party": "liberal-democrat",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Susan Barone - \u00a35,000.00"
                },
                {
                    "id": 14088,
                    "parent_interest_id": "",
                    "member": "Dr Jeevun Sandher",
                    "party": "labour",
                    "mnis_id": 5259,
                    "twfy_id": "26521",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Turgelstar Enterprises Limited"
                },
                {
                    "id": 14089,
                    "parent_interest_id": "",
                    "member": "Mike Martin",
                    "party": "liberal-democrat",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Andy Byrne - \u00a35,000.00"
                },
                {
                    "id": 14090,
                    "parent_interest_id": "",
                    "member": "Mike Martin",
                    "party": "liberal-democrat",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Leslie Hurst - \u00a31,500.00"
                },
                {
                    "id": 14091,
                    "parent_interest_id": "",
                    "member": "Mike Martin",
                    "party": "liberal-democrat",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Leslie Hurst - \u00a31,000.00"
                },
                {
                    "id": 14092,
                    "parent_interest_id": "",
                    "member": "Mike Martin",
                    "party": "liberal-democrat",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Phillip Kerle - \u00a31,000.00"
                },
                {
                    "id": 14093,
                    "parent_interest_id": "",
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Gifts and benefits from sources outside the UK",
                    "category_code": "5",
                    "summary": "Helping a Hero - \u00a35,000.00"
                },
                {
                    "id": 14094,
                    "parent_interest_id": "",
                    "member": "Martin Rhodes",
                    "party": "labour",
                    "mnis_id": 5251,
                    "twfy_id": "26575",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Vice President of the Association for Decentralised Energy\nThis is an honorary, unpaid position with no decision-making role in the organisation."
                },
                {
                    "id": 14096,
                    "parent_interest_id": "",
                    "member": "Sarah Coombes",
                    "party": "labour",
                    "mnis_id": 5088,
                    "twfy_id": "26452",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Brazil between 09 November 2025 and 17 November 2025"
                },
                {
                    "id": 14097,
                    "parent_interest_id": "",
                    "member": "David Pinto-Duschinsky",
                    "party": "labour",
                    "mnis_id": 5360,
                    "twfy_id": "26632",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Sir Trevor Chinn - \u00a31,250.00"
                },
                {
                    "id": 14098,
                    "parent_interest_id": "",
                    "member": "Sojan Joseph",
                    "party": "labour",
                    "mnis_id": 5247,
                    "twfy_id": "26578",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Appointed as honorary vice chair of the Catholic Union of Great Britain.  This is an unpaid role."
                },
                {
                    "id": 14099,
                    "parent_interest_id": "",
                    "member": "Robbie Moore",
                    "party": "conservative",
                    "mnis_id": 4861,
                    "twfy_id": "25922",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "John James - \u00a32,500.00"
                },
                {
                    "id": 14104,
                    "parent_interest_id": "",
                    "member": "Stephen Morgan",
                    "party": "labour",
                    "mnis_id": 4653,
                    "twfy_id": "25658",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Mr Abdul Sattar Shere-Mohammod (known as Shere M Sattar) - \u00a35,000.00"
                },
                {
                    "id": 14105,
                    "parent_interest_id": "",
                    "member": "Stephen Morgan",
                    "party": "labour",
                    "mnis_id": 4653,
                    "twfy_id": "25658",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Mr Adbul Sattar Shere-Mohammod (known as Shere M Sattar) - \u00a35,000.00"
                },
                {
                    "id": 14106,
                    "parent_interest_id": "",
                    "member": "Stephen Morgan",
                    "party": "labour",
                    "mnis_id": 4653,
                    "twfy_id": "25658",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Mr Abdul Sattar Shere-Mohammod (known as Shere M Sattar) - \u00a35,000.00"
                },
                {
                    "id": 14107,
                    "parent_interest_id": "",
                    "member": "Mike Martin",
                    "party": "liberal-democrat",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Jonathon Goodfellow - \u00a31,500.00"
                },
                {
                    "id": 14109,
                    "parent_interest_id": "",
                    "member": "Andrew Griffith",
                    "party": "conservative",
                    "mnis_id": 4874,
                    "twfy_id": "25927",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Richardson Enterprises Ltd - \u00a35,000.00"
                },
                {
                    "id": 14110,
                    "parent_interest_id": "",
                    "member": "Mike Martin",
                    "party": "liberal-democrat",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Jonathon Goodfellow - \u00a31,000.00"
                },
                {
                    "id": 14111,
                    "parent_interest_id": "",
                    "member": "Steve Yemm",
                    "party": "labour",
                    "mnis_id": 5194,
                    "twfy_id": "26469",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "IChemE hosted a science engagement session as part of Chemistry Week in Parliament, attended by young constituents from a school in my constituency, and funded the cost of their train/tube travel to and from Mansfield (the value of the travel costs are below the threshold for registration under Category 2.)"
                },
                {
                    "id": 14112,
                    "parent_interest_id": "",
                    "member": "Nick Timothy",
                    "party": "conservative",
                    "mnis_id": 5062,
                    "twfy_id": "26335",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Tattersalls Ltd - \u00a310,000.00"
                },
                {
                    "id": 14119,
                    "parent_interest_id": "",
                    "member": "Neil Coyle",
                    "party": "labour",
                    "mnis_id": 4368,
                    "twfy_id": "25326",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Bread Ahead - \u00a31,930.00"
                },
                {
                    "id": 14120,
                    "parent_interest_id": "",
                    "member": "Alison Bennett",
                    "party": "liberal-democrat",
                    "mnis_id": 5283,
                    "twfy_id": "26498",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of Mid Sussex District Council, (unpaid since 30 September 2024 and previously registered under Category 1)."
                },
                {
                    "id": 14123,
                    "parent_interest_id": "",
                    "member": "Angela Rayner",
                    "party": "labour",
                    "mnis_id": 4356,
                    "twfy_id": "25429",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Martin Littler - \u00a35,000.00"
                },
                {
                    "id": 14124,
                    "parent_interest_id": "",
                    "member": "Navendu Mishra",
                    "party": "labour",
                    "mnis_id": 4811,
                    "twfy_id": "25836",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "The Fire Brigades Union (FBU) - \u00a31,918.21"
                },
                {
                    "id": 14125,
                    "parent_interest_id": "",
                    "member": "James Naish",
                    "party": "labour",
                    "mnis_id": 5047,
                    "twfy_id": "26329",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "The Fusion Cluster - \u00a31,678.00"
                },
                {
                    "id": 14127,
                    "parent_interest_id": "",
                    "member": "Carla Denyer",
                    "party": "green",
                    "mnis_id": 5102,
                    "twfy_id": "26379",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "ITV STUDIOS LIMITED - \u00a3855.40"
                },
                {
                    "id": 14129,
                    "parent_interest_id": "",
                    "member": "Alicia Kearns",
                    "party": "conservative",
                    "mnis_id": 4805,
                    "twfy_id": "25906",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Qatar between 04 December 2025 and 08 December 2025"
                },
                {
                    "id": 14130,
                    "parent_interest_id": "",
                    "member": "Alicia Kearns",
                    "party": "conservative",
                    "mnis_id": 4805,
                    "twfy_id": "25906",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Finland between 25 November 2025 and 28 November 2025"
                },
                {
                    "id": 14131,
                    "parent_interest_id": "",
                    "member": "Simon Lightwood",
                    "party": "labourco-operative",
                    "mnis_id": 4943,
                    "twfy_id": "26085",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "UNISON - \u00a32,000.00"
                },
                {
                    "id": 14137,
                    "parent_interest_id": "",
                    "member": "Fred Thomas",
                    "party": "labour",
                    "mnis_id": 5174,
                    "twfy_id": "26441",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Finland between 26 November 2025 and 29 November 2025"
                },
                {
                    "id": 14139,
                    "parent_interest_id": "",
                    "member": "Mike Martin",
                    "party": "liberal-democrat",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "John Harley - \u00a32,000.00"
                },
                {
                    "id": 14140,
                    "parent_interest_id": "",
                    "member": "Nick Timothy",
                    "party": "conservative",
                    "mnis_id": 5062,
                    "twfy_id": "26335",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Hilton Nathanson - \u00a35,000.00"
                },
                {
                    "id": 14142,
                    "parent_interest_id": "",
                    "member": "Ayoub Khan",
                    "party": "independent",
                    "mnis_id": 5357,
                    "twfy_id": "26631",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Your Party UK Ltd - \u00a3324.80"
                },
                {
                    "id": 14143,
                    "parent_interest_id": "",
                    "member": "Ayoub Khan",
                    "party": "independent",
                    "mnis_id": 5357,
                    "twfy_id": "26631",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in AK International Enterprises Ltd"
                },
                {
                    "id": 14144,
                    "parent_interest_id": "",
                    "member": "Tessa Munt",
                    "party": "liberal-democrat",
                    "mnis_id": 4089,
                    "twfy_id": "24942",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director of WhistleblowersUK, a not for profit organisation"
                },
                {
                    "id": 14145,
                    "parent_interest_id": "",
                    "member": "Tessa Munt",
                    "party": "liberal-democrat",
                    "mnis_id": 4089,
                    "twfy_id": "24942",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Vice Chair of WhistleblowersUK, a not for profit organisation.  This is an unpaid role."
                },
                {
                    "id": 14146,
                    "parent_interest_id": "",
                    "member": "Tessa Munt",
                    "party": "liberal-democrat",
                    "mnis_id": 4089,
                    "twfy_id": "24942",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director, Inaura School"
                },
                {
                    "id": 14147,
                    "parent_interest_id": "",
                    "member": "Neil Coyle",
                    "party": "labour",
                    "mnis_id": 4368,
                    "twfy_id": "25326",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Southwark Cathedral - \u00a36,660.00"
                },
                {
                    "id": 14148,
                    "parent_interest_id": "",
                    "member": "Sir Andrew Mitchell",
                    "party": "conservative",
                    "mnis_id": 1211,
                    "twfy_id": "11115",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Aid Alliance - \u00a31,600.00"
                },
                {
                    "id": 14149,
                    "parent_interest_id": "",
                    "member": "James MacCleary",
                    "party": "liberal-democrat",
                    "mnis_id": 5265,
                    "twfy_id": "26581",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Italy between 24 October 2025 and 26 October 2025"
                },
                {
                    "id": 14150,
                    "parent_interest_id": "",
                    "member": "Graeme Downie",
                    "party": "labour",
                    "mnis_id": 5275,
                    "twfy_id": "26503",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to United States between 30 November 2025 and 05 December 2025"
                },
                {
                    "id": 14151,
                    "parent_interest_id": "",
                    "member": "Catherine McKinnell",
                    "party": "labour",
                    "mnis_id": 4125,
                    "twfy_id": "24818",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to United States between 30 November 2025 and 05 December 2025"
                },
                {
                    "id": 14152,
                    "parent_interest_id": "",
                    "member": "Max Wilkinson",
                    "party": "liberal-democrat",
                    "mnis_id": 5055,
                    "twfy_id": "26344",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Gleeds UK Ltd - \u00a31,000.00"
                },
                {
                    "id": 14153,
                    "parent_interest_id": "",
                    "member": "Dan Jarvis",
                    "party": "labour",
                    "mnis_id": 4243,
                    "twfy_id": "25067",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "OPD Group Ltd - \u00a315,000.00"
                },
                {
                    "id": 14154,
                    "parent_interest_id": "",
                    "member": "Ben Obese-Jecty",
                    "party": "conservative",
                    "mnis_id": 5089,
                    "twfy_id": "26354",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to United States between 30 November 2025 and 05 December 2025"
                },
                {
                    "id": 14156,
                    "parent_interest_id": "",
                    "member": "Alex Ballinger",
                    "party": "labour",
                    "mnis_id": 5238,
                    "twfy_id": "26580",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Qatar between 05 December 2025 and 08 December 2025"
                },
                {
                    "id": 14158,
                    "parent_interest_id": "",
                    "member": "Gordon McKee",
                    "party": "labour",
                    "mnis_id": 5189,
                    "twfy_id": "26462",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "George James McGowan - \u00a33,000.00"
                },
                {
                    "id": 14159,
                    "parent_interest_id": "",
                    "member": "David Reed",
                    "party": "conservative",
                    "mnis_id": 5347,
                    "twfy_id": "26628",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to United States between 30 November 2025 and 05 December 2025"
                },
                {
                    "id": 14160,
                    "parent_interest_id": "",
                    "member": "Dr Beccy Cooper",
                    "party": "labour",
                    "mnis_id": 5307,
                    "twfy_id": "26515",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "The British Society for Antimicrobial Chemotherapy - \u00a310,158.72"
                },
                {
                    "id": 14163,
                    "parent_interest_id": "",
                    "member": "David Reed",
                    "party": "conservative",
                    "mnis_id": 5347,
                    "twfy_id": "26628",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Armed Forces APPG - \u00a360.00"
                },
                {
                    "id": 14164,
                    "parent_interest_id": "",
                    "member": "Sarah Champion",
                    "party": "labour",
                    "mnis_id": 4267,
                    "twfy_id": "25168",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Qatar between 05 December 2025 and 08 December 2025"
                },
                {
                    "id": 14165,
                    "parent_interest_id": "",
                    "member": "Katie White",
                    "party": "labour",
                    "mnis_id": 5260,
                    "twfy_id": "26520",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Wellcome Trust - \u00a31,500.00"
                },
                {
                    "id": 14170,
                    "parent_interest_id": "",
                    "member": "Olivia Blake",
                    "party": "labour",
                    "mnis_id": 4864,
                    "twfy_id": "25908",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Myleene Klass - \u00a3450.00"
                },
                {
                    "id": 14171,
                    "parent_interest_id": "",
                    "member": "Katie White",
                    "party": "labour",
                    "mnis_id": 5260,
                    "twfy_id": "26520",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Conduit Club - \u00a31,750.00"
                },
                {
                    "id": 14172,
                    "parent_interest_id": "",
                    "member": "Afzal Khan",
                    "party": "labour",
                    "mnis_id": 4671,
                    "twfy_id": "25662",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Turkey between 15 December 2025 and 19 December 2025"
                },
                {
                    "id": 14173,
                    "parent_interest_id": "",
                    "member": "Sir John Whittingdale",
                    "party": "conservative",
                    "mnis_id": 39,
                    "twfy_id": "10632",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Qatar between 05 December 2025 and 08 December 2025"
                },
                {
                    "id": 14174,
                    "parent_interest_id": "",
                    "member": "Mike Reader",
                    "party": "labour",
                    "mnis_id": 5316,
                    "twfy_id": "26630",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Mace Consult Limited - \u00a345.36"
                },
                {
                    "id": 14175,
                    "parent_interest_id": "",
                    "member": "Dr Rosena Allin-Khan",
                    "party": "labour",
                    "mnis_id": 4573,
                    "twfy_id": "25579",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Global Media and Entertainment - \u00a31,000.00"
                },
                {
                    "id": 14176,
                    "parent_interest_id": "",
                    "member": "Rosie Wrighting",
                    "party": "labour",
                    "mnis_id": 5331,
                    "twfy_id": "26615",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Brazil between 12 November 2025 and 15 November 2025"
                },
                {
                    "id": 14177,
                    "parent_interest_id": "",
                    "member": "Rosie Wrighting",
                    "party": "labour",
                    "mnis_id": 5331,
                    "twfy_id": "26615",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "British Fashion Council LTD - \u00a32,200.00"
                },
                {
                    "id": 14179,
                    "parent_interest_id": "",
                    "member": "Rushanara Ali",
                    "party": "labour",
                    "mnis_id": 4138,
                    "twfy_id": "24958",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Qatar between 05 December 2025 and 08 December 2025"
                },
                {
                    "id": 14180,
                    "parent_interest_id": "",
                    "member": "Alan Gemmell",
                    "party": "labour",
                    "mnis_id": 5185,
                    "twfy_id": "26476",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Global Media & Entertainment Limited - \u00a3500.00"
                },
                {
                    "id": 14181,
                    "parent_interest_id": "",
                    "member": "Sir Mel Stride",
                    "party": "conservative",
                    "mnis_id": 3935,
                    "twfy_id": "24914",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Kensington, Bayswater, Chelsea & Fulham Conservatives - \u00a3340.00"
                },
                {
                    "id": 14182,
                    "parent_interest_id": "",
                    "member": "Priti Patel",
                    "party": "conservative",
                    "mnis_id": 4066,
                    "twfy_id": "24778",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Israel between 21 November 2025 and 25 November 2025"
                },
                {
                    "id": 14184,
                    "parent_interest_id": "",
                    "member": "Dr Rupa Huq",
                    "party": "labour",
                    "mnis_id": 4511,
                    "twfy_id": "25284",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Qatar between 05 December 2025 and 09 December 2025"
                },
                {
                    "id": 14185,
                    "parent_interest_id": "",
                    "member": "Olivia Bailey",
                    "party": "labour",
                    "mnis_id": 5337,
                    "twfy_id": "26609",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Unison South East - \u00a31,900.00"
                },
                {
                    "id": 14186,
                    "parent_interest_id": "",
                    "member": "Olivia Bailey",
                    "party": "labour",
                    "mnis_id": 5337,
                    "twfy_id": "26609",
                    "category": "Family members engaged in third-party lobbying",
                    "category_code": "10",
                    "summary": "Fionnuala McGoldrick employed as Lobbyist"
                },
                {
                    "id": 14190,
                    "parent_interest_id": "",
                    "member": "Jess Brown-Fuller",
                    "party": "liberal-democrat",
                    "mnis_id": 5335,
                    "twfy_id": "26372",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Ramesh Dewan - \u00a32,182.50"
                },
                {
                    "id": 14191,
                    "parent_interest_id": "",
                    "member": "Anna Gelderd",
                    "party": "labour",
                    "mnis_id": 5353,
                    "twfy_id": "26618",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Brazil between 02 November 2025 and 07 November 2025"
                },
                {
                    "id": 14192,
                    "parent_interest_id": "",
                    "member": "Kevin Hollinrake",
                    "party": "conservative",
                    "mnis_id": 4474,
                    "twfy_id": "25415",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Flamingo Land Ltd - \u00a31,000.00"
                },
                {
                    "id": 14193,
                    "parent_interest_id": "",
                    "member": "Naz Shah",
                    "party": "labour",
                    "mnis_id": 4409,
                    "twfy_id": "25385",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Qatar between 05 December 2025 and 14 December 2025"
                },
                {
                    "id": 14194,
                    "parent_interest_id": "",
                    "member": "Claire Coutinho",
                    "party": "conservative",
                    "mnis_id": 4806,
                    "twfy_id": "25890",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "IPGL Limited - \u00a35,000.00"
                },
                {
                    "id": 14195,
                    "parent_interest_id": "",
                    "member": "Sir Keir Starmer",
                    "party": "labour",
                    "mnis_id": 4514,
                    "twfy_id": "25353",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Arsenal Football Club Limited - \u00a31,000.00"
                },
                {
                    "id": 14196,
                    "parent_interest_id": "",
                    "member": "Melanie Ward",
                    "party": "labour",
                    "mnis_id": 5240,
                    "twfy_id": "26610",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Qatar between 05 December 2025 and 08 December 2025"
                },
                {
                    "id": 14197,
                    "parent_interest_id": "",
                    "member": "Florence Eshalomi",
                    "party": "labourco-operative",
                    "mnis_id": 4870,
                    "twfy_id": "25759",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Qatar between 05 December 2025 and 08 December 2025"
                },
                {
                    "id": 14199,
                    "parent_interest_id": "",
                    "member": "George Freeman",
                    "party": "conservative",
                    "mnis_id": 4020,
                    "twfy_id": "24817",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Hong Kong between 05 December 2025 and 12 December 2025"
                },
                {
                    "id": 14200,
                    "parent_interest_id": "",
                    "member": "Zarah Sultana",
                    "party": "your-party",
                    "mnis_id": 4786,
                    "twfy_id": "25909",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to South Africa between 10 December 2025 and 15 December 2025"
                },
                {
                    "id": 14202,
                    "parent_interest_id": "",
                    "member": "Sir Geoffrey Cox",
                    "party": "conservative",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Legal services - Travers Thorp Alberga"
                },
                {
                    "id": 14203,
                    "parent_interest_id": 14202.0,
                    "member": "Sir Geoffrey Cox",
                    "party": "conservative",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 01 December 2025 - \u00a327,500.00"
                },
                {
                    "id": 14204,
                    "parent_interest_id": "",
                    "member": "Sir Andrew Mitchell",
                    "party": "conservative",
                    "mnis_id": 1211,
                    "twfy_id": "11115",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Qatar between 05 December 2025 and 07 December 2025"
                },
                {
                    "id": 14207,
                    "parent_interest_id": "",
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to United Arab Emirates between 06 December 2025 and 08 December 2025"
                },
                {
                    "id": 14208,
                    "parent_interest_id": "",
                    "member": "Phil Brickell",
                    "party": "labour",
                    "mnis_id": 5128,
                    "twfy_id": "26368",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Elected member of the Executive of the British Group of the Inter Parliamentary Union. This is an unpaid role."
                },
                {
                    "id": 14210,
                    "parent_interest_id": "",
                    "member": "Munira Wilson",
                    "party": "liberal-democrat",
                    "mnis_id": 4776,
                    "twfy_id": "25820",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Robin Brown - \u00a310,000.00"
                },
                {
                    "id": 14211,
                    "parent_interest_id": "",
                    "member": "Munira Wilson",
                    "party": "liberal-democrat",
                    "mnis_id": 4776,
                    "twfy_id": "25820",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Lord Tim Clement-Jones - \u00a33,000.00"
                },
                {
                    "id": 14212,
                    "parent_interest_id": "",
                    "member": "Daisy Cooper",
                    "party": "liberal-democrat",
                    "mnis_id": 4769,
                    "twfy_id": "25901",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "College Street Partners Ltd - \u00a320,000.00"
                },
                {
                    "id": 14213,
                    "parent_interest_id": "",
                    "member": "Sarah Owen",
                    "party": "labour",
                    "mnis_id": 4777,
                    "twfy_id": "25823",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "easyJet PLC - \u00a3495.58"
                },
                {
                    "id": 14214,
                    "parent_interest_id": "",
                    "member": "John Grady",
                    "party": "labour",
                    "mnis_id": 5170,
                    "twfy_id": "26426",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Qatar between 05 December 2025 and 08 December 2025"
                },
                {
                    "id": 14215,
                    "parent_interest_id": "",
                    "member": "Iqbal Mohamed",
                    "party": "independent",
                    "mnis_id": 5268,
                    "twfy_id": "26620",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Qatar between 05 December 2025 and 09 December 2025"
                },
                {
                    "id": 14216,
                    "parent_interest_id": "",
                    "member": "George Freeman",
                    "party": "conservative",
                    "mnis_id": 4020,
                    "twfy_id": "24817",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Speaker at the Oxford Global CEO Programme 2025 (in Hong Kong and Singapore) - Oxford Institute of Digital Health"
                },
                {
                    "id": 14217,
                    "parent_interest_id": 14216.0,
                    "member": "George Freeman",
                    "party": "conservative",
                    "mnis_id": 4020,
                    "twfy_id": "24817",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 12 December 2025 - \u00a35,000.00"
                },
                {
                    "id": 14218,
                    "parent_interest_id": "",
                    "member": "Charlie Maynard",
                    "party": "liberal-democrat",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Richard McBrien - \u00a3366.00"
                },
                {
                    "id": 14219,
                    "parent_interest_id": "",
                    "member": "Charlie Maynard",
                    "party": "liberal-democrat",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Matthew Rice - \u00a32,925.00"
                },
                {
                    "id": 14224,
                    "parent_interest_id": "",
                    "member": "Jack Rankin",
                    "party": "conservative",
                    "mnis_id": 5340,
                    "twfy_id": "26622",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Dominic J Brisby - \u00a32,000.00"
                },
                {
                    "id": 14225,
                    "parent_interest_id": "",
                    "member": "Priti Patel",
                    "party": "conservative",
                    "mnis_id": 4066,
                    "twfy_id": "24778",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Middle East Association - \u00a3360.00"
                },
                {
                    "id": 14226,
                    "parent_interest_id": "",
                    "member": "Priti Patel",
                    "party": "conservative",
                    "mnis_id": 4066,
                    "twfy_id": "24778",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to United States between 02 December 2025 and 06 December 2025"
                },
                {
                    "id": 14227,
                    "parent_interest_id": "",
                    "member": "Priti Patel",
                    "party": "conservative",
                    "mnis_id": 4066,
                    "twfy_id": "24778",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Embassy of Bahrain - \u00a395.00"
                },
                {
                    "id": 14231,
                    "parent_interest_id": "",
                    "member": "Sir Oliver Dowden",
                    "party": "conservative",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to United Arab Emirates between 06 December 2025 and 11 December 2025"
                },
                {
                    "id": 14232,
                    "parent_interest_id": "",
                    "member": "Charlie Maynard",
                    "party": "liberal-democrat",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Alasdair Breach - \u00a312,500.00"
                },
                {
                    "id": 14233,
                    "parent_interest_id": "",
                    "member": "Charlie Maynard",
                    "party": "liberal-democrat",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Alasdair Breach - \u00a312,500.00"
                },
                {
                    "id": 14234,
                    "parent_interest_id": "",
                    "member": "Charlie Maynard",
                    "party": "liberal-democrat",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Alasdair Breach - \u00a312,500.00"
                },
                {
                    "id": 14235,
                    "parent_interest_id": "",
                    "member": "Shockat Adam",
                    "party": "independent",
                    "mnis_id": 5120,
                    "twfy_id": "26364",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Your Party - \u00a3324.80"
                },
                {
                    "id": 14236,
                    "parent_interest_id": "",
                    "member": "Shockat Adam",
                    "party": "independent",
                    "mnis_id": 5120,
                    "twfy_id": "26364",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Qatar between 05 December 2025 and 08 December 2025"
                },
                {
                    "id": 14238,
                    "parent_interest_id": "",
                    "member": "Dan Carden",
                    "party": "labour",
                    "mnis_id": 4651,
                    "twfy_id": "25642",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Qatar between 04 December 2025 and 09 December 2025"
                },
                {
                    "id": 14239,
                    "parent_interest_id": "",
                    "member": "Shaun Davies",
                    "party": "labour",
                    "mnis_id": 5041,
                    "twfy_id": "26332",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of the Pride in Place Neighbourhood Board. This is an unpaid role."
                },
                {
                    "id": 14240,
                    "parent_interest_id": "",
                    "member": "Marsha De Cordova",
                    "party": "labour",
                    "mnis_id": 4676,
                    "twfy_id": "25620",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Qatar between 05 December 2025 and 08 December 2025"
                },
                {
                    "id": 14243,
                    "parent_interest_id": "",
                    "member": "Sir Geoffrey Cox",
                    "party": "conservative",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Legal services - Defence and Home Affairs Division, Prime Minister's Office, Republic of Mauritius"
                },
                {
                    "id": 14244,
                    "parent_interest_id": 14243.0,
                    "member": "Sir Geoffrey Cox",
                    "party": "conservative",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 14 December 2025 - \u00a311,050.00"
                },
                {
                    "id": 14457,
                    "parent_interest_id": 14243.0,
                    "member": "Sir Geoffrey Cox",
                    "party": "conservative",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 14 January 2026 - \u00a311,050.00"
                },
                {
                    "id": 14245,
                    "parent_interest_id": "",
                    "member": "Kanishka Narayan",
                    "party": "labour",
                    "mnis_id": 5039,
                    "twfy_id": "26333",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Mundev Wouhra - \u00a310,000.00"
                },
                {
                    "id": 14248,
                    "parent_interest_id": "",
                    "member": "David Simmonds",
                    "party": "conservative",
                    "mnis_id": 4872,
                    "twfy_id": "25892",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "The Refugee, Asylum and Migration Policy Project (RAMP) - \u00a33,250.00"
                },
                {
                    "id": 14249,
                    "parent_interest_id": "",
                    "member": "Keir Mather",
                    "party": "labour",
                    "mnis_id": 4993,
                    "twfy_id": "26271",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Unison - \u00a32,000.00"
                },
                {
                    "id": 14251,
                    "parent_interest_id": "",
                    "member": "Helen Whately",
                    "party": "conservative",
                    "mnis_id": 4527,
                    "twfy_id": "25398",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Richard Oldfield - \u00a37,500.00"
                },
                {
                    "id": 14253,
                    "parent_interest_id": "",
                    "member": "Olivia Blake",
                    "party": "labour",
                    "mnis_id": 4864,
                    "twfy_id": "25908",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "The Refugee, Asylum and Migration Policy Project (RAMP) - \u00a33,250.00"
                },
                {
                    "id": 14254,
                    "parent_interest_id": "",
                    "member": "Helen Maguire",
                    "party": "liberal-democrat",
                    "mnis_id": 5336,
                    "twfy_id": "26627",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "National Liberal Club - \u00a31,140.00"
                },
                {
                    "id": 14259,
                    "parent_interest_id": "",
                    "member": "Freddie van Mierlo",
                    "party": "liberal-democrat",
                    "mnis_id": 5296,
                    "twfy_id": "26540",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "National Liberal Club - \u00a31,140.00"
                },
                {
                    "id": 14264,
                    "parent_interest_id": "",
                    "member": "Tonia Antoniazzi",
                    "party": "labour",
                    "mnis_id": 4623,
                    "twfy_id": "25634",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to United States between 11 December 2025 and 17 December 2025"
                },
                {
                    "id": 14266,
                    "parent_interest_id": "",
                    "member": "Sir Keir Starmer",
                    "party": "labour",
                    "mnis_id": 4514,
                    "twfy_id": "25353",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Arsenal Football Club Limited - \u00a31,000.00"
                },
                {
                    "id": 14269,
                    "parent_interest_id": "",
                    "member": "Sir James Cleverly",
                    "party": "conservative",
                    "mnis_id": 4366,
                    "twfy_id": "25376",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Senior Adviser - BOKA Capital Ltd"
                },
                {
                    "id": 14270,
                    "parent_interest_id": 14269.0,
                    "member": "Sir James Cleverly",
                    "party": "conservative",
                    "mnis_id": 4366,
                    "twfy_id": "25376",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement starting 02 January 2026 - \u00a352,000.00"
                },
                {
                    "id": 14271,
                    "parent_interest_id": "",
                    "member": "Claire Young",
                    "party": "liberal-democrat",
                    "mnis_id": 5140,
                    "twfy_id": "26458",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "National Liberal Club - \u00a31,140.00"
                },
                {
                    "id": 14272,
                    "parent_interest_id": "",
                    "member": "Chris Murray",
                    "party": "labour",
                    "mnis_id": 5245,
                    "twfy_id": "26611",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Refugee, Asylum and Migration Policy Project (RAMP) - \u00a36,500.00"
                },
                {
                    "id": 14278,
                    "parent_interest_id": "",
                    "member": "Catherine West",
                    "party": "labour",
                    "mnis_id": 4523,
                    "twfy_id": "25328",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Speaking engagement - Ravenswood School"
                },
                {
                    "id": 14279,
                    "parent_interest_id": 14278.0,
                    "member": "Catherine West",
                    "party": "labour",
                    "mnis_id": 4523,
                    "twfy_id": "25328",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 05 January 2026 - \u00a31,489.80"
                },
                {
                    "id": 14280,
                    "parent_interest_id": "",
                    "member": "Chris Curtis",
                    "party": "labour",
                    "mnis_id": 5118,
                    "twfy_id": "26396",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Google UK Ltd - \u00a3100.00"
                },
                {
                    "id": 14281,
                    "parent_interest_id": "",
                    "member": "Andrew Griffith",
                    "party": "conservative",
                    "mnis_id": 4874,
                    "twfy_id": "25927",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "James Mellon - \u00a35,000.00"
                },
                {
                    "id": 14282,
                    "parent_interest_id": "",
                    "member": "Andrew Lewin",
                    "party": "labour",
                    "mnis_id": 5061,
                    "twfy_id": "26376",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Best for Britain Ltd - \u00a335,332.32"
                },
                {
                    "id": 14283,
                    "parent_interest_id": "",
                    "member": "Andrew Rosindell",
                    "party": "reform",
                    "mnis_id": 1447,
                    "twfy_id": "11199",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Ebury Court Residential Care - \u00a33,000.00"
                },
                {
                    "id": 14284,
                    "parent_interest_id": "",
                    "member": "Victoria Collins",
                    "party": "liberal-democrat",
                    "mnis_id": 5201,
                    "twfy_id": "26539",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "National Liberal Club - \u00a31,140.00"
                },
                {
                    "id": 14285,
                    "parent_interest_id": "",
                    "member": "Shaun Davies",
                    "party": "labour",
                    "mnis_id": 5041,
                    "twfy_id": "26332",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "European Innovation Ltd - \u00a31,500.00"
                },
                {
                    "id": 14286,
                    "parent_interest_id": "",
                    "member": "Shaun Davies",
                    "party": "labour",
                    "mnis_id": 5041,
                    "twfy_id": "26332",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "European Innovation Ltd - \u00a3950.00"
                },
                {
                    "id": 14288,
                    "parent_interest_id": "",
                    "member": "Wendy Chamberlain",
                    "party": "liberal-democrat",
                    "mnis_id": 4765,
                    "twfy_id": "25872",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Claire Enders - \u00a315,000.00"
                },
                {
                    "id": 14289,
                    "parent_interest_id": "",
                    "member": "Joe Robertson",
                    "party": "conservative",
                    "mnis_id": 5255,
                    "twfy_id": "26504",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "East Wight Patrons Club - \u00a31,888.74"
                },
                {
                    "id": 14290,
                    "parent_interest_id": "",
                    "member": "Ian Byrne",
                    "party": "labour",
                    "mnis_id": 4831,
                    "twfy_id": "25816",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Chair of the Cross-Party Group for Social Work. This is an unpaid role."
                },
                {
                    "id": 14293,
                    "parent_interest_id": "",
                    "member": "Dame Chi Onwurah",
                    "party": "labour",
                    "mnis_id": 4124,
                    "twfy_id": "24807",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to South Korea between 13 December 2025 and 17 December 2025"
                },
                {
                    "id": 14294,
                    "parent_interest_id": "",
                    "member": "Munira Wilson",
                    "party": "liberal-democrat",
                    "mnis_id": 4776,
                    "twfy_id": "25820",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Harlequin Football Club Ltd - \u00a3996.00"
                },
                {
                    "id": 14295,
                    "parent_interest_id": "",
                    "member": "Brendan O'Hara",
                    "party": "scottish-national-party",
                    "mnis_id": 4371,
                    "twfy_id": "25370",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Thailand between 30 November 2025 and 06 December 2025"
                },
                {
                    "id": 14296,
                    "parent_interest_id": "",
                    "member": "Brendan O'Hara",
                    "party": "scottish-national-party",
                    "mnis_id": 4371,
                    "twfy_id": "25370",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Enersoft International Ltd - \u00a3625.00"
                },
                {
                    "id": 14298,
                    "parent_interest_id": "",
                    "member": "Emma Reynolds",
                    "party": "labour",
                    "mnis_id": 4077,
                    "twfy_id": "24868",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Ditchley Foundation - \u00a3540.00"
                },
                {
                    "id": 14300,
                    "parent_interest_id": "",
                    "member": "Sir Bernard Jenkin",
                    "party": "conservative",
                    "mnis_id": 40,
                    "twfy_id": "10312",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Richard Matthews - \u00a3300.00"
                },
                {
                    "id": 14301,
                    "parent_interest_id": "",
                    "member": "Shaun Davies",
                    "party": "labour",
                    "mnis_id": 5041,
                    "twfy_id": "26332",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Telford & Wrekin Labour Group of Councillors - \u00a312,000.00"
                },
                {
                    "id": 14302,
                    "parent_interest_id": "",
                    "member": "Victoria Collins",
                    "party": "liberal-democrat",
                    "mnis_id": 5201,
                    "twfy_id": "26539",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Allison Wren - \u00a35,000.00"
                },
                {
                    "id": 14304,
                    "parent_interest_id": "",
                    "member": "Victoria Collins",
                    "party": "liberal-democrat",
                    "mnis_id": 5201,
                    "twfy_id": "26539",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Bridget Fox - \u00a31,773.60"
                },
                {
                    "id": 14306,
                    "parent_interest_id": "",
                    "member": "Alison Griffiths",
                    "party": "conservative",
                    "mnis_id": 5203,
                    "twfy_id": "26536",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Financial Times - \u00a32,638.80"
                },
                {
                    "id": 14307,
                    "parent_interest_id": "",
                    "member": "Mr Paul Kohler",
                    "party": "liberal-democrat",
                    "mnis_id": 5321,
                    "twfy_id": "26570",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "National Liberal Club - \u00a31,140.00"
                },
                {
                    "id": 14315,
                    "parent_interest_id": "",
                    "member": "Clive Lewis",
                    "party": "labour",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Good Law Project Ltd - \u00a31,800.00"
                },
                {
                    "id": 14317,
                    "parent_interest_id": "",
                    "member": "Blake Stephenson",
                    "party": "conservative",
                    "mnis_id": 5100,
                    "twfy_id": "26355",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "British Association for Shooting and Conservation - \u00a3440.00"
                },
                {
                    "id": 14319,
                    "parent_interest_id": "",
                    "member": "Helen Maguire",
                    "party": "liberal-democrat",
                    "mnis_id": 5336,
                    "twfy_id": "26627",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Bridget Kendrick - \u00a35,000.00"
                },
                {
                    "id": 14320,
                    "parent_interest_id": "",
                    "member": "Helen Maguire",
                    "party": "liberal-democrat",
                    "mnis_id": 5336,
                    "twfy_id": "26627",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Reeten Banerji - \u00a33,000.00"
                },
                {
                    "id": 14321,
                    "parent_interest_id": "",
                    "member": "Dame Chi Onwurah",
                    "party": "labour",
                    "mnis_id": 4124,
                    "twfy_id": "24807",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Newcastle Eagles Basketball Ltd - \u00a3336.00"
                },
                {
                    "id": 14322,
                    "parent_interest_id": "",
                    "member": "Dame Chi Onwurah",
                    "party": "labour",
                    "mnis_id": 4124,
                    "twfy_id": "24807",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Newcastle College - \u00a3500.00"
                },
                {
                    "id": 14325,
                    "parent_interest_id": "",
                    "member": "David Chadwick",
                    "party": "liberal-democrat",
                    "mnis_id": 5284,
                    "twfy_id": "26518",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "National Liberal Club - \u00a3983.90"
                },
                {
                    "id": 14329,
                    "parent_interest_id": "",
                    "member": "Greg Smith",
                    "party": "conservative",
                    "mnis_id": 4778,
                    "twfy_id": "25925",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "British Association for Shooting and Conservation - \u00a3440.00"
                },
                {
                    "id": 14330,
                    "parent_interest_id": "",
                    "member": "Angela Rayner",
                    "party": "labour",
                    "mnis_id": 4356,
                    "twfy_id": "25429",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Refrigeration House Limited - \u00a350,000.00"
                },
                {
                    "id": 14331,
                    "parent_interest_id": "",
                    "member": "Helen Whately",
                    "party": "conservative",
                    "mnis_id": 4527,
                    "twfy_id": "25398",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Lord (Stanley) Fink - \u00a35,000.00"
                },
                {
                    "id": 14332,
                    "parent_interest_id": "",
                    "member": "Wendy Morton",
                    "party": "conservative",
                    "mnis_id": 4358,
                    "twfy_id": "25342",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Gibraltar between 15 December 2025 and 16 December 2025"
                },
                {
                    "id": 14333,
                    "parent_interest_id": "",
                    "member": "Gareth Davies",
                    "party": "conservative",
                    "mnis_id": 4850,
                    "twfy_id": "25858",
                    "category": "Shareholdings",
                    "category_code": "7",
                    "summary": "Shares in Marlborough Street Ventures Ltd"
                },
                {
                    "id": 14336,
                    "parent_interest_id": "",
                    "member": "Calum Miller",
                    "party": "liberal-democrat",
                    "mnis_id": 5346,
                    "twfy_id": "26617",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Visiting Fellow, Nuffield College, Oxford. This is an unpaid role."
                },
                {
                    "id": 14338,
                    "parent_interest_id": "",
                    "member": "Calum Miller",
                    "party": "liberal-democrat",
                    "mnis_id": 5346,
                    "twfy_id": "26617",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Ambassador for a local charity in my constituency, Alexandra House of Joy. This is an unpaid role."
                },
                {
                    "id": 14339,
                    "parent_interest_id": "",
                    "member": "Gareth Bacon",
                    "party": "conservative",
                    "mnis_id": 4798,
                    "twfy_id": "25750",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Israel between 04 January 2026 and 09 January 2026"
                },
                {
                    "id": 14340,
                    "parent_interest_id": "",
                    "member": "Bobby Dean",
                    "party": "liberal-democrat",
                    "mnis_id": 5083,
                    "twfy_id": "26371",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Councillor on Sutton Council, (unpaid since 30 July 2024 and previously registered under Category 1)"
                },
                {
                    "id": 14342,
                    "parent_interest_id": "",
                    "member": "Dame Harriett Baldwin",
                    "party": "conservative",
                    "mnis_id": 4107,
                    "twfy_id": "24785",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Speaking Engagement - MHP Group"
                },
                {
                    "id": 14343,
                    "parent_interest_id": 14342.0,
                    "member": "Dame Harriett Baldwin",
                    "party": "conservative",
                    "mnis_id": 4107,
                    "twfy_id": "24785",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 15 January 2026 - \u00a3760.00"
                },
                {
                    "id": 14344,
                    "parent_interest_id": "",
                    "member": "Dan Tomlinson",
                    "party": "labour",
                    "mnis_id": 5282,
                    "twfy_id": "26502",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Mr George McGowan - \u00a33,000.00"
                },
                {
                    "id": 14345,
                    "parent_interest_id": "",
                    "member": "Shaun Davies",
                    "party": "labour",
                    "mnis_id": 5041,
                    "twfy_id": "26332",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Newton - \u00a34,200.00"
                },
                {
                    "id": 14346,
                    "parent_interest_id": "",
                    "member": "Sarah Bool",
                    "party": "conservative",
                    "mnis_id": 5355,
                    "twfy_id": "26635",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Israel between 04 January 2026 and 08 January 2026"
                },
                {
                    "id": 14347,
                    "parent_interest_id": "",
                    "member": "Marie Goldman",
                    "party": "liberal-democrat",
                    "mnis_id": 5073,
                    "twfy_id": "26338",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "National Liberal Club - \u00a31,140.00"
                },
                {
                    "id": 14348,
                    "parent_interest_id": "",
                    "member": "Uma Kumaran",
                    "party": "labour",
                    "mnis_id": 5278,
                    "twfy_id": "26542",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Qatar between 05 December 2025 and 08 December 2025"
                },
                {
                    "id": 14349,
                    "parent_interest_id": "",
                    "member": "Graham Stuart",
                    "party": "conservative",
                    "mnis_id": 1482,
                    "twfy_id": "11406",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Australia between 26 December 2025 and 06 January 2026"
                },
                {
                    "id": 14350,
                    "parent_interest_id": "",
                    "member": "Al Carns",
                    "party": "labour",
                    "mnis_id": 5235,
                    "twfy_id": "26599",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Nepal between 16 May 2025 and 23 May 2025"
                },
                {
                    "id": 14351,
                    "parent_interest_id": "",
                    "member": "David Pinto-Duschinsky",
                    "party": "labour",
                    "mnis_id": 5360,
                    "twfy_id": "26632",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Francesca Perrin - \u00a330,000.00"
                },
                {
                    "id": 14352,
                    "parent_interest_id": "",
                    "member": "Mrs Kemi Badenoch",
                    "party": "conservative",
                    "mnis_id": 4597,
                    "twfy_id": "25693",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Watt Trading Ltd - \u00a310,000.00"
                },
                {
                    "id": 14353,
                    "parent_interest_id": "",
                    "member": "Mary Creagh",
                    "party": "labour",
                    "mnis_id": 1579,
                    "twfy_id": "11898",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Coventry City Football Club Ltd - \u00a3500.00"
                },
                {
                    "id": 14354,
                    "parent_interest_id": "",
                    "member": "Mr Gagan Mohindra",
                    "party": "conservative",
                    "mnis_id": 4804,
                    "twfy_id": "25920",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Australia between 19 December 2025 and 05 January 2026"
                },
                {
                    "id": 14356,
                    "parent_interest_id": "",
                    "member": "Seamus Logan",
                    "party": "scottish-national-party",
                    "mnis_id": 5280,
                    "twfy_id": "26534",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Ireland between 08 January 2026 and 11 January 2026"
                },
                {
                    "id": 14359,
                    "parent_interest_id": "",
                    "member": "Dr Danny Chambers",
                    "party": "liberal-democrat",
                    "mnis_id": 5304,
                    "twfy_id": "26607",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "National Liberal Club - \u00a31,140.00"
                },
                {
                    "id": 14360,
                    "parent_interest_id": "",
                    "member": "Luke Taylor",
                    "party": "liberal-democrat",
                    "mnis_id": 5103,
                    "twfy_id": "26443",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "National Liberal Club - \u00a31,140.00"
                },
                {
                    "id": 14361,
                    "parent_interest_id": "",
                    "member": "Anna Firth",
                    "party": "unknown",
                    "mnis_id": 4936,
                    "twfy_id": "26059",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Israel between 04 January 2026 and 09 January 2026"
                },
                {
                    "id": 14362,
                    "parent_interest_id": "",
                    "member": "Bobby Dean",
                    "party": "liberal-democrat",
                    "mnis_id": 5083,
                    "twfy_id": "26371",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "National Liberal Club - \u00a31,140.00"
                },
                {
                    "id": 14363,
                    "parent_interest_id": "",
                    "member": "Charlotte Cane",
                    "party": "liberal-democrat",
                    "mnis_id": 5182,
                    "twfy_id": "26425",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "National Liberal Club - \u00a31,140.00"
                },
                {
                    "id": 14365,
                    "parent_interest_id": "",
                    "member": "Munira Wilson",
                    "party": "liberal-democrat",
                    "mnis_id": 4776,
                    "twfy_id": "25820",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Football Association Premier League Ltd - \u00a31,300.00"
                },
                {
                    "id": 14367,
                    "parent_interest_id": "",
                    "member": "Helen Whately",
                    "party": "conservative",
                    "mnis_id": 4527,
                    "twfy_id": "25398",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Edward Garton Woods - \u00a35,000.00"
                },
                {
                    "id": 14368,
                    "parent_interest_id": "",
                    "member": "James Wild",
                    "party": "conservative",
                    "mnis_id": 4787,
                    "twfy_id": "25866",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Australia between 26 December 2025 and 06 January 2026"
                },
                {
                    "id": 14377,
                    "parent_interest_id": "",
                    "member": "Kit Malthouse",
                    "party": "conservative",
                    "mnis_id": 4495,
                    "twfy_id": "25346",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Qatar between 05 December 2025 and 08 December 2025"
                },
                {
                    "id": 14378,
                    "parent_interest_id": "",
                    "member": "Dr Danny Chambers",
                    "party": "liberal-democrat",
                    "mnis_id": 5304,
                    "twfy_id": "26607",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "The British Society for Antimicrobial Chemotherapy - \u00a32,222.22"
                },
                {
                    "id": 14380,
                    "parent_interest_id": "",
                    "member": "Lucy Powell",
                    "party": "labourco-operative",
                    "mnis_id": 4263,
                    "twfy_id": "25165",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Playscan Limited - \u00a350,000.00"
                },
                {
                    "id": 14381,
                    "parent_interest_id": "",
                    "member": "Karl Turner",
                    "party": "labour",
                    "mnis_id": 4030,
                    "twfy_id": "24767",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Neil Hudgell Limited - \u00a33,000.00"
                },
                {
                    "id": 14382,
                    "parent_interest_id": "",
                    "member": "Amanda Martin",
                    "party": "labour",
                    "mnis_id": 5294,
                    "twfy_id": "26430",
                    "category": "Gifts and benefits from sources outside the UK",
                    "category_code": "5",
                    "summary": "Paddy Power part of Flutter Entertainment plc - \u00a31,000.00"
                },
                {
                    "id": 14383,
                    "parent_interest_id": "",
                    "member": "Mark Ferguson",
                    "party": "labour",
                    "mnis_id": 5031,
                    "twfy_id": "26310",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "UNISON - \u00a32,000.00"
                },
                {
                    "id": 14384,
                    "parent_interest_id": "",
                    "member": "David Chadwick",
                    "party": "liberal-democrat",
                    "mnis_id": 5284,
                    "twfy_id": "26518",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Michael Watson - \u00a31,600.00"
                },
                {
                    "id": 14385,
                    "parent_interest_id": "",
                    "member": "Alison Bennett",
                    "party": "liberal-democrat",
                    "mnis_id": 5283,
                    "twfy_id": "26498",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The National Liberal Club - \u00a31,140.00"
                },
                {
                    "id": 14386,
                    "parent_interest_id": "",
                    "member": "Alison Bennett",
                    "party": "liberal-democrat",
                    "mnis_id": 5283,
                    "twfy_id": "26498",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Ian Howard - \u00a35,000.00"
                },
                {
                    "id": 14387,
                    "parent_interest_id": "",
                    "member": "Dr Ben Spencer",
                    "party": "conservative",
                    "mnis_id": 4785,
                    "twfy_id": "25889",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Bansols Beta Ltd - \u00a310,000.00"
                },
                {
                    "id": 14388,
                    "parent_interest_id": "",
                    "member": "Gareth Davies",
                    "party": "conservative",
                    "mnis_id": 4850,
                    "twfy_id": "25858",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Unpaid directorship of Marlborough Street Ventures Ltd"
                },
                {
                    "id": 14389,
                    "parent_interest_id": "",
                    "member": "Daisy Cooper",
                    "party": "liberal-democrat",
                    "mnis_id": 4769,
                    "twfy_id": "25901",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "National Liberal Club - \u00a31,140.00"
                },
                {
                    "id": 14391,
                    "parent_interest_id": "",
                    "member": "Ayoub Khan",
                    "party": "independent",
                    "mnis_id": 5357,
                    "twfy_id": "26631",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "International Centre of Justice for Palestinians - \u00a340,000.00"
                },
                {
                    "id": 14392,
                    "parent_interest_id": "",
                    "member": "David Chadwick",
                    "party": "liberal-democrat",
                    "mnis_id": 5284,
                    "twfy_id": "26518",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Brecon & Radnorshire Lib Dem 49 Club - \u00a34,100.00"
                },
                {
                    "id": 14393,
                    "parent_interest_id": "",
                    "member": "Laura Trott",
                    "party": "conservative",
                    "mnis_id": 4780,
                    "twfy_id": "25851",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Sophie Smith - \u00a34,000.00"
                },
                {
                    "id": 14394,
                    "parent_interest_id": "",
                    "member": "Rachael Maskell",
                    "party": "labourco-operative",
                    "mnis_id": 4471,
                    "twfy_id": "25433",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "University and College Union - \u00a325,187.00"
                },
                {
                    "id": 14397,
                    "parent_interest_id": "",
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Switzerland between 21 January 2026 and 22 January 2026"
                },
                {
                    "id": 14400,
                    "parent_interest_id": "",
                    "member": "Mike Reader",
                    "party": "labour",
                    "mnis_id": 5316,
                    "twfy_id": "26630",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Homes for Britain Ltd - \u00a32,155.00"
                },
                {
                    "id": 14401,
                    "parent_interest_id": "",
                    "member": "David Smith",
                    "party": "labour",
                    "mnis_id": 5218,
                    "twfy_id": "26606",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "I was elected as Secretary of the Labour Rural Research Group (LRRG), a formally constituted group within the Labour Party focused on rural policy development and advocacy. This is an unpaid role. I work with the Exec to provide strategic direction and organisation for the group."
                },
                {
                    "id": 14402,
                    "parent_interest_id": "",
                    "member": "Wera Hobhouse",
                    "party": "liberal-democrat",
                    "mnis_id": 4602,
                    "twfy_id": "25648",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "BGIPU (British Group Inter-Parliamentary Union) Executive Committee. This is an unpaid role."
                },
                {
                    "id": 14403,
                    "parent_interest_id": "",
                    "member": "Kevin McKenna",
                    "party": "labour",
                    "mnis_id": 5300,
                    "twfy_id": "26529",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Homes for Britain Ltd - \u00a32,200.00"
                },
                {
                    "id": 14405,
                    "parent_interest_id": "",
                    "member": "Liz Twist",
                    "party": "labour",
                    "mnis_id": 4618,
                    "twfy_id": "25623",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "UNISON - \u00a32,000.00"
                },
                {
                    "id": 14407,
                    "parent_interest_id": "",
                    "member": "Sir Keir Starmer",
                    "party": "labour",
                    "mnis_id": 4514,
                    "twfy_id": "25353",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Arsenal Football Club Limited - \u00a31,000.00"
                },
                {
                    "id": 14408,
                    "parent_interest_id": "",
                    "member": "Paul Holmes",
                    "party": "conservative",
                    "mnis_id": 4803,
                    "twfy_id": "25808",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Israel between 04 January 2026 and 09 January 2026"
                },
                {
                    "id": 14410,
                    "parent_interest_id": "",
                    "member": "Margaret Mullane",
                    "party": "labour",
                    "mnis_id": 5272,
                    "twfy_id": "26495",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Barking and Dagenham College - \u00a3750.00"
                },
                {
                    "id": 14411,
                    "parent_interest_id": "",
                    "member": "David Mundell",
                    "party": "conservative",
                    "mnis_id": 1512,
                    "twfy_id": "11970",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "James Stewart - \u00a36,000.00"
                },
                {
                    "id": 14412,
                    "parent_interest_id": "",
                    "member": "Terry Jermy",
                    "party": "labour",
                    "mnis_id": 5338,
                    "twfy_id": "26616",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "I was elected as an Officer of the Labour Rural Research Group (LRRG), a formally constituted group within the Labour Party, focused on rural policy development and advocacy. This is an unpaid role."
                },
                {
                    "id": 14415,
                    "parent_interest_id": "",
                    "member": "Nigel Huddleston",
                    "party": "conservative",
                    "mnis_id": 4407,
                    "twfy_id": "25381",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Motorsport UK - \u00a31,200.00"
                },
                {
                    "id": 14417,
                    "parent_interest_id": "",
                    "member": "Maya Ellis",
                    "party": "labour",
                    "mnis_id": 5228,
                    "twfy_id": "26479",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Treasurer - Labour Rural Research Group. This is an unpaid role."
                },
                {
                    "id": 14418,
                    "parent_interest_id": "",
                    "member": "Mr Louie French",
                    "party": "conservative",
                    "mnis_id": 4932,
                    "twfy_id": "26055",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Professional Darts Corporation - \u00a32,000.00"
                },
                {
                    "id": 14419,
                    "parent_interest_id": "",
                    "member": "Chris Hinchliff",
                    "party": "labour",
                    "mnis_id": 5244,
                    "twfy_id": "26505",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "I was elected as an Officer of the Labour Rural Research Group (LRRG), a formally constituted group within the Labour Party focused on rural policy development and advocacy. This is an unpaid role. As an Officer, I am involved in the direction of the group and contribute to its work and engagements."
                },
                {
                    "id": 14421,
                    "parent_interest_id": "",
                    "member": "Mrs Kemi Badenoch",
                    "party": "conservative",
                    "mnis_id": 4597,
                    "twfy_id": "25693",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "James Mellon - \u00a310,000.00"
                },
                {
                    "id": 14423,
                    "parent_interest_id": "",
                    "member": "Lisa Smart",
                    "party": "liberal-democrat",
                    "mnis_id": 5070,
                    "twfy_id": "26556",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "National Liberal Club - \u00a31,140.00"
                },
                {
                    "id": 14424,
                    "parent_interest_id": "",
                    "member": "Bob Blackman",
                    "party": "conservative",
                    "mnis_id": 4005,
                    "twfy_id": "24945",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to India between 02 January 2026 and 06 January 2026"
                },
                {
                    "id": 14425,
                    "parent_interest_id": "",
                    "member": "Sir Iain Duncan Smith",
                    "party": "conservative",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Appearances on GB News - GB News Ltd"
                },
                {
                    "id": 14426,
                    "parent_interest_id": 14425.0,
                    "member": "Sir Iain Duncan Smith",
                    "party": "conservative",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 15 January 2026 - \u00a3320.00"
                },
                {
                    "id": 14573,
                    "parent_interest_id": 14425.0,
                    "member": "Sir Iain Duncan Smith",
                    "party": "conservative",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 13 February 2026 - \u00a340.00"
                },
                {
                    "id": 14427,
                    "parent_interest_id": "",
                    "member": "Martin Vickers",
                    "party": "conservative",
                    "mnis_id": 3957,
                    "twfy_id": "24814",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Estates UK - \u00a31,510.41"
                },
                {
                    "id": 14430,
                    "parent_interest_id": "",
                    "member": "Greg Smith",
                    "party": "conservative",
                    "mnis_id": 4778,
                    "twfy_id": "25925",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Motorsport UK - \u00a31,200.00"
                },
                {
                    "id": 14431,
                    "parent_interest_id": "",
                    "member": "Greg Smith",
                    "party": "conservative",
                    "mnis_id": 4778,
                    "twfy_id": "25925",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Israel between 04 January 2026 and 09 January 2026"
                },
                {
                    "id": 14433,
                    "parent_interest_id": "",
                    "member": "Emily Darlington",
                    "party": "labour",
                    "mnis_id": 5139,
                    "twfy_id": "26412",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Barbara Daniel - \u00a3350.00"
                },
                {
                    "id": 14434,
                    "parent_interest_id": "",
                    "member": "Andy MacNae",
                    "party": "labour",
                    "mnis_id": 5134,
                    "twfy_id": "26391",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Election as officer of the Labour Rural Research Group with specific interest in outdoor recreation and access to nature."
                },
                {
                    "id": 14435,
                    "parent_interest_id": "",
                    "member": "Munira Wilson",
                    "party": "liberal-democrat",
                    "mnis_id": 4776,
                    "twfy_id": "25820",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Orla Dunn - \u00a35,000.00"
                },
                {
                    "id": 14436,
                    "parent_interest_id": "",
                    "member": "Rebecca Long Bailey",
                    "party": "labour",
                    "mnis_id": 4396,
                    "twfy_id": "25368",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Key Cities (Network) - \u00a31,667.00"
                },
                {
                    "id": 14437,
                    "parent_interest_id": "",
                    "member": "Ian Sollom",
                    "party": "liberal-democrat",
                    "mnis_id": 5096,
                    "twfy_id": "26457",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "National Liberal Club - \u00a31,140.00"
                },
                {
                    "id": 14438,
                    "parent_interest_id": "",
                    "member": "Iqbal Mohamed",
                    "party": "independent",
                    "mnis_id": 5268,
                    "twfy_id": "26620",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "International Centre of Justice for Palestinians (ICJP) - \u00a340,000.00"
                },
                {
                    "id": 14439,
                    "parent_interest_id": "",
                    "member": "Z\u00f6e Franklin",
                    "party": "liberal-democrat",
                    "mnis_id": 5313,
                    "twfy_id": "26555",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "National Liberal Club - \u00a31,140.00"
                },
                {
                    "id": 14440,
                    "parent_interest_id": "",
                    "member": "Leigh Ingham",
                    "party": "labour",
                    "mnis_id": 5290,
                    "twfy_id": "26392",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Elected member of the Executive of the British Group of the Inter Parliamentary Union (BGIPU). This is an unpaid role."
                },
                {
                    "id": 14441,
                    "parent_interest_id": "",
                    "member": "Angela Rayner",
                    "party": "labour",
                    "mnis_id": 4356,
                    "twfy_id": "25429",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director of The Office of Angela Rayner Limited (A limited company by guarantee with no shares or shareholders). This is an unpaid role."
                },
                {
                    "id": 14442,
                    "parent_interest_id": "",
                    "member": "David Mundell",
                    "party": "conservative",
                    "mnis_id": 1512,
                    "twfy_id": "11970",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of Friends of Wamphray Church Steering Group"
                },
                {
                    "id": 14447,
                    "parent_interest_id": "",
                    "member": "Ian Byrne",
                    "party": "labour",
                    "mnis_id": 4831,
                    "twfy_id": "25816",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Social Workers Union (SWU) and British Association of Social Workers (BASW) - \u00a34,868.12"
                },
                {
                    "id": 14450,
                    "parent_interest_id": "",
                    "member": "Stephen Flynn",
                    "party": "scottish-national-party",
                    "mnis_id": 4735,
                    "twfy_id": "25867",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Enersoft International Ltd - \u00a3900.00"
                },
                {
                    "id": 14452,
                    "parent_interest_id": "",
                    "member": "Monica Harding",
                    "party": "liberal-democrat",
                    "mnis_id": 5299,
                    "twfy_id": "26516",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "National Liberal Club - \u00a31,348.00"
                },
                {
                    "id": 14454,
                    "parent_interest_id": "",
                    "member": "Monica Harding",
                    "party": "liberal-democrat",
                    "mnis_id": 5299,
                    "twfy_id": "26516",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Tim Hewens - \u00a3750.00"
                },
                {
                    "id": 14455,
                    "parent_interest_id": "",
                    "member": "Yuan Yang",
                    "party": "labour",
                    "mnis_id": 5267,
                    "twfy_id": "26600",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Secretary and Member of Executive Committee of Tribune Group of Labour MPs. This is an unpaid role."
                },
                {
                    "id": 14459,
                    "parent_interest_id": "",
                    "member": "Stephen Kinnock",
                    "party": "labour",
                    "mnis_id": 4359,
                    "twfy_id": "25297",
                    "category": "Gifts and benefits from sources outside the UK",
                    "category_code": "5",
                    "summary": "Solix ApS - \u00a32,877.60"
                },
                {
                    "id": 14461,
                    "parent_interest_id": "",
                    "member": "Vicky Foxcroft",
                    "party": "labour",
                    "mnis_id": 4491,
                    "twfy_id": "25380",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Vice-Treasurer and Member of Executive Committee of Tribune Group of Labour MPs. This is an unpaid role."
                },
                {
                    "id": 14462,
                    "parent_interest_id": "",
                    "member": "Lee Anderson",
                    "party": "reform",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Iain Gorman - \u00a35,000.00"
                },
                {
                    "id": 14465,
                    "parent_interest_id": "",
                    "member": "Dan Carden",
                    "party": "labour",
                    "mnis_id": 4651,
                    "twfy_id": "25642",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Writing articles - Associated Newspapers Ltd (ANMFS Ltd)"
                },
                {
                    "id": 14466,
                    "parent_interest_id": 14465.0,
                    "member": "Dan Carden",
                    "party": "labour",
                    "mnis_id": 4651,
                    "twfy_id": "25642",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 29 January 2026 - \u00a3850.00"
                },
                {
                    "id": 14467,
                    "parent_interest_id": "",
                    "member": "Jesse Norman",
                    "party": "conservative",
                    "mnis_id": 3991,
                    "twfy_id": "24827",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to France between 15 January 2026 and 17 January 2026"
                },
                {
                    "id": 14468,
                    "parent_interest_id": "",
                    "member": "Angela Rayner",
                    "party": "labour",
                    "mnis_id": 4356,
                    "twfy_id": "25429",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Trevor Chinn - \u00a32,500.00"
                },
                {
                    "id": 14469,
                    "parent_interest_id": "",
                    "member": "Angela Rayner",
                    "party": "labour",
                    "mnis_id": 4356,
                    "twfy_id": "25429",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Richard Greer - \u00a35,000.00"
                },
                {
                    "id": 14470,
                    "parent_interest_id": "",
                    "member": "Josh Simons",
                    "party": "labour",
                    "mnis_id": 5060,
                    "twfy_id": "26328",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Sir Trevor Edwin Chinn - \u00a31,250.00"
                },
                {
                    "id": 14471,
                    "parent_interest_id": "",
                    "member": "Martin McCluskey",
                    "party": "labour",
                    "mnis_id": 5129,
                    "twfy_id": "26427",
                    "category": "Land and property (within or outside the UK)",
                    "category_code": "6",
                    "summary": "Property in Greenock"
                },
                {
                    "id": 14472,
                    "parent_interest_id": "",
                    "member": "Sarah Bool",
                    "party": "conservative",
                    "mnis_id": 5355,
                    "twfy_id": "26635",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Motorsport UK Association Ltd - \u00a3600.00"
                },
                {
                    "id": 14473,
                    "parent_interest_id": "",
                    "member": "Layla Moran",
                    "party": "liberal-democrat",
                    "mnis_id": 4656,
                    "twfy_id": "25689",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Peter Frankopan - \u00a32,400.00"
                },
                {
                    "id": 14474,
                    "parent_interest_id": "",
                    "member": "Layla Moran",
                    "party": "liberal-democrat",
                    "mnis_id": 4656,
                    "twfy_id": "25689",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Hugo Brunner - \u00a32,400.00"
                },
                {
                    "id": 14475,
                    "parent_interest_id": "",
                    "member": "Layla Moran",
                    "party": "liberal-democrat",
                    "mnis_id": 4656,
                    "twfy_id": "25689",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Dermot Roaf - \u00a31,800.00"
                },
                {
                    "id": 14476,
                    "parent_interest_id": "",
                    "member": "Layla Moran",
                    "party": "liberal-democrat",
                    "mnis_id": 4656,
                    "twfy_id": "25689",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Layla Moran - \u00a31,800.00"
                },
                {
                    "id": 14477,
                    "parent_interest_id": "",
                    "member": "Dr Beccy Cooper",
                    "party": "labour",
                    "mnis_id": 5307,
                    "twfy_id": "26515",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Aid Alliance - \u00a31,860.00"
                },
                {
                    "id": 14478,
                    "parent_interest_id": "",
                    "member": "Dr Beccy Cooper",
                    "party": "labour",
                    "mnis_id": 5307,
                    "twfy_id": "26515",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Treasurer and Member of Executive Committee of Tribune Group of Labour MPs. This is an unpaid role."
                },
                {
                    "id": 14482,
                    "parent_interest_id": "",
                    "member": "Josh Simons",
                    "party": "labour",
                    "mnis_id": 5060,
                    "twfy_id": "26328",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Sir Trevor Edwin Chinn - \u00a31,250.00"
                },
                {
                    "id": 14483,
                    "parent_interest_id": "",
                    "member": "Fleur Anderson",
                    "party": "labour",
                    "mnis_id": 4788,
                    "twfy_id": "25813",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Aid Alliance - \u00a31,860.00"
                },
                {
                    "id": 14485,
                    "parent_interest_id": "",
                    "member": "Mr Andrew Snowden",
                    "party": "conservative",
                    "mnis_id": 5072,
                    "twfy_id": "26347",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "D-Tec International - \u00a32,500.00"
                },
                {
                    "id": 14487,
                    "parent_interest_id": "",
                    "member": "Gareth Davies",
                    "party": "conservative",
                    "mnis_id": 4850,
                    "twfy_id": "25858",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to France between 15 January 2026 and 17 January 2026"
                },
                {
                    "id": 14488,
                    "parent_interest_id": "",
                    "member": "Aphra Brandreth",
                    "party": "conservative",
                    "mnis_id": 5241,
                    "twfy_id": "26553",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Mr Philip Rimmer - \u00a32,060.12"
                },
                {
                    "id": 14489,
                    "parent_interest_id": "",
                    "member": "Justin Madders",
                    "party": "labour",
                    "mnis_id": 4418,
                    "twfy_id": "25378",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of Executive Committee of Tribune Group of Labour MPs.  This is an unpaid role."
                },
                {
                    "id": 14490,
                    "parent_interest_id": "",
                    "member": "Munira Wilson",
                    "party": "liberal-democrat",
                    "mnis_id": 4776,
                    "twfy_id": "25820",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "James Heath - \u00a32,400.00"
                },
                {
                    "id": 14491,
                    "parent_interest_id": "",
                    "member": "Munira Wilson",
                    "party": "liberal-democrat",
                    "mnis_id": 4776,
                    "twfy_id": "25820",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Jasper Cook - \u00a32,400.00"
                },
                {
                    "id": 14492,
                    "parent_interest_id": "",
                    "member": "Alberto Costa",
                    "party": "conservative",
                    "mnis_id": 4439,
                    "twfy_id": "25413",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Tratos UK Limited - \u00a34,276.55"
                },
                {
                    "id": 14494,
                    "parent_interest_id": "",
                    "member": "Yuan Yang",
                    "party": "labour",
                    "mnis_id": 5267,
                    "twfy_id": "26600",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Eric Lonergan - \u00a35,000.00"
                },
                {
                    "id": 14496,
                    "parent_interest_id": "",
                    "member": "Irene Campbell",
                    "party": "labour",
                    "mnis_id": 5145,
                    "twfy_id": "26419",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Netherlands between 18 January 2026 and 19 January 2026"
                },
                {
                    "id": 14501,
                    "parent_interest_id": "",
                    "member": "Alex Brewer",
                    "party": "liberal-democrat",
                    "mnis_id": 5263,
                    "twfy_id": "26366",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Alan Montomery - \u00a32,511.00"
                },
                {
                    "id": 14502,
                    "parent_interest_id": "",
                    "member": "Mike Martin",
                    "party": "liberal-democrat",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Dominic Mathon - \u00a3800.00"
                },
                {
                    "id": 14503,
                    "parent_interest_id": "",
                    "member": "Mike Martin",
                    "party": "liberal-democrat",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Dominic Mathon - \u00a3800.00"
                },
                {
                    "id": 14504,
                    "parent_interest_id": "",
                    "member": "Mike Martin",
                    "party": "liberal-democrat",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Dominic Mathon - \u00a3800.00"
                },
                {
                    "id": 14505,
                    "parent_interest_id": "",
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Advisory Board Member (I have a shareholding that is below the threshold for registration under Category 7)"
                },
                {
                    "id": 14506,
                    "parent_interest_id": "",
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of the International Advisory Board [unpaid]"
                },
                {
                    "id": 14507,
                    "parent_interest_id": "",
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Advisor - Observer Research Foundation Middle East"
                },
                {
                    "id": 14508,
                    "parent_interest_id": 14507.0,
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement starting 31 January 2026 - \u00a33,067.88"
                },
                {
                    "id": 14509,
                    "parent_interest_id": "",
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Advisory Board Member (I have a shareholding that is below the threshold for registration under Category 7)."
                },
                {
                    "id": 14513,
                    "parent_interest_id": "",
                    "member": "Wes Streeting",
                    "party": "labour",
                    "mnis_id": 4504,
                    "twfy_id": "25320",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "OPD Group Ltd (a company controlled by Peter Hearn) - \u00a355,000.00"
                },
                {
                    "id": 14515,
                    "parent_interest_id": "",
                    "member": "Dr Neil Shastri-Hurst",
                    "party": "conservative",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "THE NORTON MOTORCYCLE CO. LIMITED - \u00a3899.00"
                },
                {
                    "id": 14516,
                    "parent_interest_id": "",
                    "member": "Dr Neil Shastri-Hurst",
                    "party": "conservative",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "THE NORTON MOTORCYCLE CO. LIMITED - \u00a340.00"
                },
                {
                    "id": 14518,
                    "parent_interest_id": "",
                    "member": "Brendan O'Hara",
                    "party": "scottish-national-party",
                    "mnis_id": 4371,
                    "twfy_id": "25370",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Enersoft International Limited - \u00a3900.00"
                },
                {
                    "id": 14519,
                    "parent_interest_id": "",
                    "member": "John Glen",
                    "party": "conservative",
                    "mnis_id": 4051,
                    "twfy_id": "24839",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Non Executive Director, Open Banking Limited - Open Banking Limited"
                },
                {
                    "id": 14520,
                    "parent_interest_id": 14519.0,
                    "member": "John Glen",
                    "party": "conservative",
                    "mnis_id": 4051,
                    "twfy_id": "24839",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement starting 09 February 2026 - \u00a360,000.00"
                },
                {
                    "id": 14521,
                    "parent_interest_id": "",
                    "member": "Tony Vaughan",
                    "party": "labour",
                    "mnis_id": 5067,
                    "twfy_id": "26346",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "The Refugee, Asylum and Migration Policy Project (RAMP) - \u00a320,438.89"
                },
                {
                    "id": 14522,
                    "parent_interest_id": "",
                    "member": "Tony Vaughan",
                    "party": "labour",
                    "mnis_id": 5067,
                    "twfy_id": "26346",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "The Refugee, Asylum and Migration Policy Project (RAMP) - \u00a35,561.11"
                },
                {
                    "id": 14523,
                    "parent_interest_id": "",
                    "member": "Laura Trott",
                    "party": "conservative",
                    "mnis_id": 4780,
                    "twfy_id": "25851",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to France between 15 January 2025 and 17 January 2025"
                },
                {
                    "id": 14524,
                    "parent_interest_id": "",
                    "member": "Graeme Downie",
                    "party": "labour",
                    "mnis_id": 5275,
                    "twfy_id": "26503",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "Babcock International PLC - \u00a3177.00"
                },
                {
                    "id": 14525,
                    "parent_interest_id": "",
                    "member": "Zarah Sultana",
                    "party": "your-party",
                    "mnis_id": 4786,
                    "twfy_id": "25909",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Colombia between 22 January 2026 and 29 January 2026"
                },
                {
                    "id": 14527,
                    "parent_interest_id": "",
                    "member": "Angela Rayner",
                    "party": "labour",
                    "mnis_id": 4356,
                    "twfy_id": "25429",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Richard Greer - \u00a35,000.00"
                },
                {
                    "id": 14528,
                    "parent_interest_id": "",
                    "member": "Angela Rayner",
                    "party": "labour",
                    "mnis_id": 4356,
                    "twfy_id": "25429",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Martin Littler - \u00a35,000.00"
                },
                {
                    "id": 14532,
                    "parent_interest_id": "",
                    "member": "Bambos Charalambous",
                    "party": "labour",
                    "mnis_id": 4610,
                    "twfy_id": "25676",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Football Association Premier League Ltd - \u00a3550.00"
                },
                {
                    "id": 14533,
                    "parent_interest_id": "",
                    "member": "Alex Burghart",
                    "party": "conservative",
                    "mnis_id": 4613,
                    "twfy_id": "25659",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to France between 15 January 2026 and 17 January 2026"
                },
                {
                    "id": 14535,
                    "parent_interest_id": "",
                    "member": "Sir Mel Stride",
                    "party": "conservative",
                    "mnis_id": 3935,
                    "twfy_id": "24914",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Susan Green - \u00a32,000.00"
                },
                {
                    "id": 14537,
                    "parent_interest_id": "",
                    "member": "Sir Mel Stride",
                    "party": "conservative",
                    "mnis_id": 3935,
                    "twfy_id": "24914",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "IPGL Limited - \u00a32,000.00"
                },
                {
                    "id": 14538,
                    "parent_interest_id": "",
                    "member": "Matt Bishop",
                    "party": "labour",
                    "mnis_id": 5323,
                    "twfy_id": "26574",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Director of PATA Nurseries. This is an unpaid role."
                },
                {
                    "id": 14539,
                    "parent_interest_id": "",
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Canada between 12 January 2026 and 17 January 2026"
                },
                {
                    "id": 14541,
                    "parent_interest_id": "",
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Taiwan between 17 January 2026 and 21 January 2026"
                },
                {
                    "id": 14544,
                    "parent_interest_id": "",
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Chairman of the Conservative Friends of Hong Kong. This is an unpaid role."
                },
                {
                    "id": 14546,
                    "parent_interest_id": "",
                    "member": "Sir Oliver Dowden",
                    "party": "conservative",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to United Arab Emirates between 27 January 2026 and 30 January 2026"
                },
                {
                    "id": 14549,
                    "parent_interest_id": "",
                    "member": "Jack Rankin",
                    "party": "conservative",
                    "mnis_id": 5340,
                    "twfy_id": "26622",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Paul Beck - \u00a33,000.00"
                },
                {
                    "id": 14551,
                    "parent_interest_id": "",
                    "member": "Bambos Charalambous",
                    "party": "labour",
                    "mnis_id": 4610,
                    "twfy_id": "25676",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "English National Opera - \u00a3358.00"
                },
                {
                    "id": 14552,
                    "parent_interest_id": "",
                    "member": "Mr Peter Bedford",
                    "party": "conservative",
                    "mnis_id": 5330,
                    "twfy_id": "26625",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "East Midlands Enterprise Foundation - \u00a3500.00"
                },
                {
                    "id": 14558,
                    "parent_interest_id": "",
                    "member": "Yasmin Qureshi",
                    "party": "labour",
                    "mnis_id": 3924,
                    "twfy_id": "24775",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Pakistan between 22 January 2026 and 27 January 2026"
                },
                {
                    "id": 14559,
                    "parent_interest_id": "",
                    "member": "Daisy Cooper",
                    "party": "liberal-democrat",
                    "mnis_id": 4769,
                    "twfy_id": "25901",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Thomas Gosling - \u00a310,000.00"
                },
                {
                    "id": 14560,
                    "parent_interest_id": "",
                    "member": "Daisy Cooper",
                    "party": "liberal-democrat",
                    "mnis_id": 4769,
                    "twfy_id": "25901",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Ewan Kirk - \u00a310,000.00"
                },
                {
                    "id": 14561,
                    "parent_interest_id": "",
                    "member": "Mark Sewards",
                    "party": "labour",
                    "mnis_id": 5166,
                    "twfy_id": "26440",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Israel between 25 January 2026 and 29 January 2026"
                },
                {
                    "id": 14562,
                    "parent_interest_id": "",
                    "member": "Mark Sewards",
                    "party": "labour",
                    "mnis_id": 5166,
                    "twfy_id": "26440",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Premier League - \u00a3386.86"
                },
                {
                    "id": 14563,
                    "parent_interest_id": "",
                    "member": "Liz Jarvis",
                    "party": "liberal-democrat",
                    "mnis_id": 5040,
                    "twfy_id": "26325",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Football Association Premier League - \u00a3555.00"
                },
                {
                    "id": 14564,
                    "parent_interest_id": "",
                    "member": "Torsten Bell",
                    "party": "labour",
                    "mnis_id": 5069,
                    "twfy_id": "26331",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to France between 15 January 2026 and 17 January 2026"
                },
                {
                    "id": 14568,
                    "parent_interest_id": "",
                    "member": "Mrs Kemi Badenoch",
                    "party": "conservative",
                    "mnis_id": 4597,
                    "twfy_id": "25693",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "RNIE Group LTD - \u00a310,000.00"
                },
                {
                    "id": 14572,
                    "parent_interest_id": "",
                    "member": "Miatta Fahnbulleh",
                    "party": "labourco-operative",
                    "mnis_id": 5099,
                    "twfy_id": "26389",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Gary Lubner - \u00a328,500.00"
                },
                {
                    "id": 14575,
                    "parent_interest_id": "",
                    "member": "Sir Iain Duncan Smith",
                    "party": "conservative",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to United States between 01 February 2026 and 08 February 2026"
                },
                {
                    "id": 14576,
                    "parent_interest_id": "",
                    "member": "Nick Timothy",
                    "party": "conservative",
                    "mnis_id": 5062,
                    "twfy_id": "26335",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Andrew Sells - \u00a35,000.00"
                },
                {
                    "id": 14577,
                    "parent_interest_id": "",
                    "member": "Andrew Rosindell",
                    "party": "reform",
                    "mnis_id": 1447,
                    "twfy_id": "11199",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Barry Hearn OBE - \u00a310,000.00"
                },
                {
                    "id": 14578,
                    "parent_interest_id": "",
                    "member": "Sir Keir Starmer",
                    "party": "labour",
                    "mnis_id": 4514,
                    "twfy_id": "25353",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Arsenal Football Club Limited - \u00a31,000.00"
                },
                {
                    "id": 14580,
                    "parent_interest_id": "",
                    "member": "Sir Andrew Mitchell",
                    "party": "conservative",
                    "mnis_id": 1211,
                    "twfy_id": "11115",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Adviser - SuBaha Investments"
                },
                {
                    "id": 14581,
                    "parent_interest_id": 14580.0,
                    "member": "Sir Andrew Mitchell",
                    "party": "conservative",
                    "mnis_id": 1211,
                    "twfy_id": "11115",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "category_code": "1.2",
                    "summary": "Agreement starting 02 February 2026 - \u00a344,304.00"
                },
                {
                    "id": 14584,
                    "parent_interest_id": "",
                    "member": "Calum Miller",
                    "party": "liberal-democrat",
                    "mnis_id": 5346,
                    "twfy_id": "26617",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Jonathan Conibear - \u00a35,000.00"
                },
                {
                    "id": 14586,
                    "parent_interest_id": "",
                    "member": "Sir Jeremy Wright",
                    "party": "conservative",
                    "mnis_id": 1560,
                    "twfy_id": "11791",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to Germany between 22 January 2026 and 23 January 2026"
                },
                {
                    "id": 14587,
                    "parent_interest_id": "",
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Speaking engagement - The Club for Growth"
                },
                {
                    "id": 14588,
                    "parent_interest_id": 14587.0,
                    "member": "Nigel Farage",
                    "party": "reform",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment expected for services on 07 March 2026 - \u00a327,856.88"
                },
                {
                    "id": 14589,
                    "parent_interest_id": "",
                    "member": "Monica Harding",
                    "party": "liberal-democrat",
                    "mnis_id": 5299,
                    "twfy_id": "26516",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "category_code": "3",
                    "summary": "The Football Association Premier League Ltd - \u00a31,110.00"
                },
                {
                    "id": 14591,
                    "parent_interest_id": "",
                    "member": "Chris Law",
                    "party": "scottish-national-party",
                    "mnis_id": 4403,
                    "twfy_id": "25270",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to India between 23 January 2026 and 26 January 2026"
                },
                {
                    "id": 14593,
                    "parent_interest_id": "",
                    "member": "Sir Geoffrey Cox",
                    "party": "conservative",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "category": "Employment and earnings",
                    "category_code": "1",
                    "summary": "Legal services - Al Daar Al Mihnia Accounting and Legal Consultation LLC"
                },
                {
                    "id": 14595,
                    "parent_interest_id": 14593.0,
                    "member": "Sir Geoffrey Cox",
                    "party": "conservative",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "category": "Employment and earnings - Ad hoc payments",
                    "category_code": "1.1",
                    "summary": "Payment received on 31 January 2026 - \u00a3110,591.51"
                },
                {
                    "id": 14594,
                    "parent_interest_id": "",
                    "member": "Jo White",
                    "party": "labour",
                    "mnis_id": 5105,
                    "twfy_id": "26358",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Elected member of Bassetlaw District Council for Worksop East ward. This is an unpaid role for which I do not receive remuneration. (It was previously registered under Category 1.)"
                },
                {
                    "id": 14596,
                    "parent_interest_id": "",
                    "member": "Dan Carden",
                    "party": "labour",
                    "mnis_id": 4651,
                    "twfy_id": "25642",
                    "category": "Visits outside the UK",
                    "category_code": "4",
                    "summary": "International visit to United Arab Emirates between 27 January 2026 and 01 February 2026"
                },
                {
                    "id": 14597,
                    "parent_interest_id": "",
                    "member": "Sir Andrew Mitchell",
                    "party": "conservative",
                    "mnis_id": 1211,
                    "twfy_id": "11115",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "Aid Alliance - \u00a32,400.00"
                },
                {
                    "id": 14598,
                    "parent_interest_id": "",
                    "member": "Vikki Slade",
                    "party": "liberal-democrat",
                    "mnis_id": 5327,
                    "twfy_id": "26582",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "category_code": "2",
                    "summary": "James Moore - \u00a32,500.00"
                },
                {
                    "id": 14600,
                    "parent_interest_id": "",
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Member of the Leadership Council, Fortify Rights. This is an unpaid role."
                },
                {
                    "id": 14601,
                    "parent_interest_id": "",
                    "member": "Tom Tugendhat",
                    "party": "conservative",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "category": "Miscellaneous",
                    "category_code": "8",
                    "summary": "Chairman, Conservative Friends of Hong Kong. This is an unpaid role."
                }
            ]
        },
        {
            "title": "Category 1",
            "description": "Employment and earnings",
            "custom": {
                "row_count": 283
            },
            "name": "category_1",
            "profile": "data-resource",
            "format": "json",
            "hashing": "md5",
            "encoding": "utf-8",
            "schema": {
                "fields": [
                    {
                        "name": "id",
                        "type": "integer",
                        "description": "Unique identifier for the interest",
                        "constraints": {
                            "unique": true
                        },
                        "example": "10097"
                    },
                    {
                        "name": "summary",
                        "type": "string",
                        "description": "Text summary of the interest",
                        "constraints": {
                            "unique": false
                        },
                        "example": "Academic Work - Liberty Fund Inc"
                    },
                    {
                        "name": "parent_interest_id",
                        "type": "number",
                        "description": "Unique identifier for the parent interest",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                NaN
                            ]
                        },
                        "example": ""
                    },
                    {
                        "name": "registered",
                        "type": "string",
                        "description": "Registered date",
                        "constraints": {
                            "unique": false
                        },
                        "example": "2013-09-07"
                    },
                    {
                        "name": "published",
                        "type": "string",
                        "description": "Published date",
                        "constraints": {
                            "unique": false
                        },
                        "example": "2023-03-26"
                    },
                    {
                        "name": "updated_1",
                        "type": "string",
                        "description": "Updated date",
                        "constraints": {
                            "unique": false
                        },
                        "example": "2014-01-15"
                    },
                    {
                        "name": "category",
                        "type": "string",
                        "description": "Category of the interest",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                "Employment and earnings"
                            ]
                        },
                        "example": "Employment and earnings"
                    },
                    {
                        "name": "mnis_id",
                        "type": "integer",
                        "description": "Parliamentary ID of the MP",
                        "constraints": {
                            "unique": false
                        },
                        "example": "1171"
                    },
                    {
                        "name": "twfy_id",
                        "type": "string",
                        "description": "TheyWorkForYou ID of the MP",
                        "constraints": {
                            "unique": false
                        },
                        "example": "10001"
                    },
                    {
                        "name": "party",
                        "type": "string",
                        "description": "Political party of the MP",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                "conservative",
                                "dup",
                                "green",
                                "independent",
                                "labour",
                                "labourco-operative",
                                "liberal-democrat",
                                "plaid-cymru",
                                "reform",
                                "scottish-national-party",
                                "sinn-fein"
                            ]
                        },
                        "example": "conservative"
                    },
                    {
                        "name": "member",
                        "type": "string",
                        "description": "Name of the MP",
                        "constraints": {
                            "unique": false
                        },
                        "example": "Adam Dance"
                    },
                    {
                        "name": "job_title",
                        "type": "string",
                        "description": "Description of the job role",
                        "constraints": {
                            "unique": false
                        },
                        "example": "Academic Work"
                    },
                    {
                        "name": "start_date",
                        "type": "string",
                        "description": "Start date of the role",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                ""
                            ]
                        },
                        "example": ""
                    },
                    {
                        "name": "end_date",
                        "type": "string",
                        "description": "End date of the role",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                ""
                            ]
                        },
                        "example": ""
                    },
                    {
                        "name": "is_until_further_notice",
                        "type": "boolean",
                        "description": "Whether the role is until further notice",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                false,
                                true
                            ]
                        },
                        "example": "False"
                    },
                    {
                        "name": "payer_name",
                        "type": "string",
                        "description": "Name of the payer",
                        "constraints": {
                            "unique": false
                        },
                        "example": "A Bit of TLC Ltd"
                    },
                    {
                        "name": "payer_is_private_individual",
                        "type": "boolean",
                        "description": "Whether the payer is a private individual",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                false,
                                true
                            ]
                        },
                        "example": "False"
                    },
                    {
                        "name": "is_paid_as_director_of_payer",
                        "type": "boolean",
                        "description": "Whether the payment is made as a director of the payer",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                false,
                                true
                            ]
                        },
                        "example": "False"
                    },
                    {
                        "name": "payer_nature_of_business",
                        "type": "string",
                        "description": "Nature of the payer's business",
                        "constraints": {
                            "unique": false
                        },
                        "example": "A UK investment firm with permissions to operate a Multilateral Trading Facility (\"MTF\"), an Organised Trading Facility (\u201cOTF\u201d) and an Approved Publication Arrangement (\u201cAPA\u201d)."
                    },
                    {
                        "name": "payer_public_address",
                        "type": "string",
                        "description": "Public address of the payer",
                        "constraints": {
                            "unique": false
                        },
                        "example": "1 Boat Brae, Rattray, Blairgowrie, PH10 7BH"
                    },
                    {
                        "name": "has_sought_acoba_advice",
                        "type": "string",
                        "description": "Whether the MP has sought advice from the Advisory Committee on Business Appointments",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                "False",
                                "True"
                            ]
                        },
                        "example": "False"
                    },
                    {
                        "name": "link",
                        "type": "string",
                        "description": "Link to the interest in the Parliament API",
                        "constraints": {
                            "unique": true
                        },
                        "example": "https://interests-api.parliament.uk/api/v1/Interests/10097"
                    },
                    {
                        "name": "updated_2",
                        "type": "string",
                        "description": "Date the interest was updated",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                "2015-10-02",
                                "2017-07-06",
                                "2022-04-25",
                                "2023-04-14",
                                "2023-06-30",
                                "2023-10-19",
                                "2024-01-03",
                                "2024-04-12",
                                "2024-07-30",
                                "2025-03-07",
                                "2025-07-14",
                                "2025-09-15"
                            ]
                        },
                        "example": "2015-10-02"
                    },
                    {
                        "name": "updated_3",
                        "type": "string",
                        "description": "Date the interest was updated",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                "2020-03-13",
                                "2024-08-02",
                                "2025-11-11",
                                "2026-02-09"
                            ]
                        },
                        "example": "2020-03-13"
                    },
                    {
                        "name": "updated_4",
                        "type": "string",
                        "description": "Date the interest was updated",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                "2021-11-16"
                            ]
                        },
                        "example": "2021-11-16"
                    },
                    {
                        "name": "updated_5",
                        "type": "string",
                        "description": "Date the interest was updated",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                "2022-06-21"
                            ]
                        },
                        "example": "2022-06-21"
                    },
                    {
                        "name": "updated_6",
                        "type": "string",
                        "description": "Date the interest was updated",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                "2022-10-07"
                            ]
                        },
                        "example": "2022-10-07"
                    },
                    {
                        "name": "updated_7",
                        "type": "string",
                        "description": "Date the interest was updated",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                "2023-10-26"
                            ]
                        },
                        "example": "2023-10-26"
                    },
                    {
                        "name": "category_code",
                        "type": "string",
                        "description": "Code for the category of the interest",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                "1"
                            ]
                        },
                        "example": "1"
                    }
                ]
            },
            "hash": "1dbb912c11dbc565351347b8b7358ccf",
            "data": [
                {
                    "id": 14593,
                    "summary": "Legal services - Al Daar Al Mihnia Accounting and Legal Consultation LLC",
                    "parent_interest_id": "",
                    "registered": "2026-02-23",
                    "published": "2026-02-23",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "party": "conservative",
                    "member": "Sir Geoffrey Cox",
                    "job_title": "Legal services",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Al Daar Al Mihnia Accounting and Legal Consultation LLC",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Law firm",
                    "payer_public_address": "Office 2103, Addax Tower, Al Reem Island, Abu Dhabi, United Arab Emirates",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14593",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 14580,
                    "summary": "Adviser - SuBaha Investments",
                    "parent_interest_id": "",
                    "registered": "2026-02-23",
                    "published": "2026-02-23",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 1211,
                    "twfy_id": "11115",
                    "party": "conservative",
                    "member": "Sir Andrew Mitchell",
                    "job_title": "Adviser",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "SuBaha Investments",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "SuBaha Investments is set up as a diversified investment manager that will operate a collection of investment funds under a single corporate structure.  The corporate structure is a Collective Investment Scheme (CIS) Manager",
                    "payer_public_address": "SuBaha Investments  c/o IQEQ Fund Services (Mauritius) Limited 33, Edith Cavell Street Port-Louis 11324 Mauritius",
                    "has_sought_acoba_advice": true,
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14580",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 14587,
                    "summary": "Speaking engagement - The Club for Growth",
                    "parent_interest_id": "",
                    "registered": "2026-02-19",
                    "published": "2026-02-19",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "job_title": "Speaking engagement",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "The Club for Growth",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "2001 L St NW, Suite 600 Washington DC 20036",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14587",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 14507,
                    "summary": "Advisor - Observer Research Foundation Middle East",
                    "parent_interest_id": "",
                    "registered": "2026-02-06",
                    "published": "2026-02-09",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "party": "conservative",
                    "member": "Tom Tugendhat",
                    "job_title": "Advisor",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Observer Research Foundation Middle East",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Think tank",
                    "payer_public_address": "12.03 Convention Tower, Dubai World Trade Centre, Dubai, United Arab Emirates",
                    "has_sought_acoba_advice": true,
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14507",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 14519,
                    "summary": "Non Executive Director, Open Banking Limited - Open Banking Limited",
                    "parent_interest_id": "",
                    "registered": "2026-02-09",
                    "published": "2026-02-09",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4051,
                    "twfy_id": "24839",
                    "party": "conservative",
                    "member": "John Glen",
                    "job_title": "Non Executive Director, Open Banking Limited",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "Open Banking Limited",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": true,
                    "payer_nature_of_business": "Open Banking Limited (OBL) \u2013 the Implementation Entity described in the CMA Order \u2013 built the UK\u2019s world-leading Open Banking Standard and industry guidelines to drive competition, innovation and transparency in UK retail banking.",
                    "payer_public_address": "8th Floor, 100 Bishopsgate, London EC2N 4AG United Kingdom",
                    "has_sought_acoba_advice": true,
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14519",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 14465,
                    "summary": "Writing articles - Associated Newspapers Ltd (ANMFS Ltd)",
                    "parent_interest_id": "",
                    "registered": "2026-02-02",
                    "published": "2026-02-02",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4651,
                    "twfy_id": "25642",
                    "party": "labour",
                    "member": "Dan Carden",
                    "job_title": "Writing articles",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Associated Newspapers Ltd (ANMFS Ltd)",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "Northcliffe House, 2 Derry  Street, London W8 5TT",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14465",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 5336,
                    "summary": "Writing articles - Guardian news and media",
                    "parent_interest_id": "",
                    "registered": "2026-01-29",
                    "published": "2026-01-30",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4088,
                    "twfy_id": "24949",
                    "party": "labourco-operative",
                    "member": "Ms Stella Creasy",
                    "job_title": "Writing articles",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Guardian news and media",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "90 York Way, London N1 9GU",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/5336",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 14425,
                    "summary": "Appearances on GB News - GB News Ltd",
                    "parent_interest_id": "",
                    "registered": "2026-01-27",
                    "published": "2026-01-27",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "party": "conservative",
                    "member": "Sir Iain Duncan Smith",
                    "job_title": "Appearances on GB News",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "GB News Ltd",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "UK-based television and broadcasting company",
                    "payer_public_address": "The Point, 37 North Wharf Road, London W2 1AF",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14425",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 14342,
                    "summary": "Speaking Engagement - MHP Group",
                    "parent_interest_id": "",
                    "registered": "2026-01-16",
                    "published": "2026-01-16",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4107,
                    "twfy_id": "24785",
                    "party": "conservative",
                    "member": "Dame Harriett Baldwin",
                    "job_title": "Speaking Engagement",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "MHP Group",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Public relations and communications activities",
                    "payer_public_address": "60 Great Portland Street, London W1W 7RT",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14342",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 14269,
                    "summary": "Senior Adviser - BOKA Capital Ltd",
                    "parent_interest_id": "",
                    "registered": "2026-01-07",
                    "published": "2026-01-07",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4366,
                    "twfy_id": "25376",
                    "party": "conservative",
                    "member": "Sir James Cleverly",
                    "job_title": "Senior Adviser",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "BOKA Capital Ltd",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Technology investment firm",
                    "payer_public_address": "Devonshire House, 1 Mayfair Place, London W1J 8AJ",
                    "has_sought_acoba_advice": true,
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14269",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 14278,
                    "summary": "Speaking engagement - Ravenswood School",
                    "parent_interest_id": "",
                    "registered": "2026-01-06",
                    "published": "2026-01-06",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4523,
                    "twfy_id": "25328",
                    "party": "labour",
                    "member": "Catherine West",
                    "job_title": "Speaking engagement",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Ravenswood School",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "10 Henry Street, Gordon NSW 2072, Australia",
                    "has_sought_acoba_advice": false,
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14278",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 14243,
                    "summary": "Legal services - Defence and Home Affairs Division, Prime Minister's Office, Republic of Mauritius",
                    "parent_interest_id": "",
                    "registered": "2025-12-31",
                    "published": "2025-12-31",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "party": "conservative",
                    "member": "Sir Geoffrey Cox",
                    "job_title": "Legal services",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Defence and Home Affairs Division, Prime Minister's Office, Republic of Mauritius",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "7th Level, New Government Centre, Port Louis, Mauritius",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14243",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 14216,
                    "summary": "Speaker at the Oxford Global CEO Programme 2025 (in Hong Kong and Singapore) - Oxford Institute of Digital Health",
                    "parent_interest_id": "",
                    "registered": "2025-12-23",
                    "published": "2025-12-29",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4020,
                    "twfy_id": "24817",
                    "party": "conservative",
                    "member": "George Freeman",
                    "job_title": "Speaker at the Oxford Global CEO Programme 2025 (in Hong Kong and Singapore)",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "Oxford Institute of Digital Health",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "Radcliffe Primary Care Building, Radcliffe Observatory Quarter, Woodstock Road, Oxford, OX2 6GG",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14216",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 14202,
                    "summary": "Legal services - Travers Thorp Alberga",
                    "parent_interest_id": "",
                    "registered": "2025-12-22",
                    "published": "2025-12-22",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "party": "conservative",
                    "member": "Sir Geoffrey Cox",
                    "job_title": "Legal services",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Travers Thorp Alberga",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Attorneys at law",
                    "payer_public_address": "Harbour Place, 2nd Floor, South Church Street, Grand Cayman, KY1-1106, Cayman Islands",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14202",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 14079,
                    "summary": "Book Royalties - Hurst and Co",
                    "parent_interest_id": "",
                    "registered": "2025-12-05",
                    "published": "2025-12-05",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "party": "liberal-democrat",
                    "member": "Mike Martin",
                    "job_title": "Book Royalties",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Hurst and Co",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Book Publishers",
                    "payer_public_address": "Somerset House, New Wing, Strand, London WC2R 1LA",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14079",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 14049,
                    "summary": "Speaking engagement - Gibson, Dunn & Crutcher LLP",
                    "parent_interest_id": "",
                    "registered": "2025-12-03",
                    "published": "2025-12-03",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 1489,
                    "twfy_id": "11447",
                    "party": "labour",
                    "member": "Dawn Butler",
                    "job_title": "Speaking engagement",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Gibson, Dunn & Crutcher LLP",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Law Firm",
                    "payer_public_address": "Telephone House, 2-4 Temple Avenue, London EC4Y 0HB",
                    "has_sought_acoba_advice": false,
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14049",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 13728,
                    "summary": "Speaking Engagement - These Executive Minds (TEXEM) Limited",
                    "parent_interest_id": "",
                    "registered": "2025-12-01",
                    "published": "2025-12-01",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 1560,
                    "twfy_id": "11791",
                    "party": "conservative",
                    "member": "Sir Jeremy Wright",
                    "job_title": "Speaking Engagement",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "These Executive Minds (TEXEM) Limited",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Provider of executive education and leadership development programmes",
                    "payer_public_address": "Office B1, Redlands Business Centre, 3-5 Tapton House Road, Sheffield, South Yorks S10 5BY",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13728",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 14006,
                    "summary": "Speaking Engagement - Coex Partners",
                    "parent_interest_id": "",
                    "registered": "2025-11-28",
                    "published": "2025-12-01",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4780,
                    "twfy_id": "25851",
                    "party": "conservative",
                    "member": "Laura Trott",
                    "job_title": "Speaking Engagement",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Coex Partners",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Speaking engagement for 8 hours",
                    "payer_public_address": "135 Bishopsgate, London EC2M 3TP",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14006",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 14030,
                    "summary": "speaking and media appearances - MATV Channel",
                    "parent_interest_id": "",
                    "registered": "2025-12-01",
                    "published": "2025-12-01",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 146,
                    "twfy_id": "10220",
                    "party": "labour",
                    "member": "Barry Gardiner",
                    "job_title": "speaking and media appearances",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "MATV Channel",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Television Station",
                    "payer_public_address": "Unit 2 & 3 Stanley House, Orchard Close, Wembley HA0 1TZ",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14030",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 13468,
                    "summary": "Reservist army officer - British Army",
                    "parent_interest_id": "",
                    "registered": "2025-11-24",
                    "published": "2025-11-25",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5198,
                    "twfy_id": "26445",
                    "party": "liberal-democrat",
                    "member": "Chris Coghlan",
                    "job_title": "Reservist army officer",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "British Army",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "MOD, London Guards, 27 St John's Hill, Battersea SW11 1TT",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13468",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 13941,
                    "summary": "Non executive director - Space Solar Group Holdings",
                    "parent_interest_id": "",
                    "registered": "2025-11-22",
                    "published": "2025-11-22",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4074,
                    "twfy_id": "24824",
                    "party": "conservative",
                    "member": "Mark Garnier",
                    "job_title": "Non executive director",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Space Solar Group Holdings",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": true,
                    "payer_nature_of_business": "Space Based Solar Power",
                    "payer_public_address": "Electron Building, Fermi Avenue, Harwell Campus, OX11 0QR",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13941",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 13773,
                    "summary": "Speaking engagement - Zebu Group Limited",
                    "parent_interest_id": "",
                    "registered": "2025-11-12",
                    "published": "2025-11-12",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "job_title": "Speaking engagement",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Zebu Group Limited",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "73 Cornhill, London EC3V 3 QQ",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13773",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 7046,
                    "summary": "Council Leader, Ynys Mon - Cyngor Ynys Mon",
                    "parent_interest_id": "",
                    "registered": "2025-11-12",
                    "published": "2025-11-12",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5085,
                    "twfy_id": "26454",
                    "party": "plaid-cymru",
                    "member": "Llinos Medi",
                    "job_title": "Council Leader, Ynys Mon",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "Cyngor Ynys Mon",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "Council Office, Llangefni, Ynys Mon, LL77 7TW",
                    "has_sought_acoba_advice": false,
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/7046",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 13771,
                    "summary": "Speaking engagement - Blockworks Inc",
                    "parent_interest_id": "",
                    "registered": "2025-11-12",
                    "published": "2025-11-12",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "job_title": "Speaking engagement",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Blockworks Inc",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "133 W 19th St. New York NY 10011",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13771",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 13571,
                    "summary": "Consultant - Odysight AI",
                    "parent_interest_id": "",
                    "registered": "2025-11-11",
                    "published": "2025-11-11",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4108,
                    "twfy_id": "24729",
                    "party": "conservative",
                    "member": "Sir Gavin Williamson",
                    "job_title": "Consultant",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Odysight AI",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "USA Office, 112 North Curry Street, Carson City, Nevada, 897703",
                    "has_sought_acoba_advice": false,
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13571",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 13768,
                    "summary": "Speaking engagement - Hillsdale College",
                    "parent_interest_id": "",
                    "registered": "2025-11-05",
                    "published": "2025-11-06",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "job_title": "Speaking engagement",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Hillsdale College",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "33 E. College St, Hillsdale, Michigan 49242",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13768",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 13726,
                    "summary": "Guest Panellist - Have I Got News For You, Series 70",
                    "parent_interest_id": "",
                    "registered": "2025-11-03",
                    "published": "2025-11-03",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4473,
                    "twfy_id": "25357",
                    "party": "labour",
                    "member": "Louise Haigh",
                    "job_title": "Guest Panellist",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Have I Got News For You, Series 70",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Production Company",
                    "payer_public_address": "Hat Trick Productions, 33 Oval Road, London NW1 7EA",
                    "has_sought_acoba_advice": false,
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13726",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 13732,
                    "summary": "Speaking Engagement - Association of Consulting Actuaries (ACA)",
                    "parent_interest_id": "",
                    "registered": "2025-11-03",
                    "published": "2025-11-03",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4780,
                    "twfy_id": "25851",
                    "party": "conservative",
                    "member": "Laura Trott",
                    "job_title": "Speaking Engagement",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "Association of Consulting Actuaries (ACA)",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "First Floor (129) 40 Gracechurch Street, London EC3V 0BT",
                    "has_sought_acoba_advice": false,
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13732",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 13630,
                    "summary": "Senior Advisor - Anthropic Public Benefit Corporation",
                    "parent_interest_id": "",
                    "registered": "2025-10-29",
                    "published": "2025-10-29",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4483,
                    "twfy_id": "25428",
                    "party": "conservative",
                    "member": "Rishi Sunak",
                    "job_title": "Senior Advisor",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Anthropic Public Benefit Corporation",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Artificial intelligence company",
                    "payer_public_address": "Anthropic PBC, 548 Market Street, PMB 90375, San Francisco, California, USA",
                    "has_sought_acoba_advice": true,
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13630",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 13629,
                    "summary": "Senior Advisor - Microsoft Corporation",
                    "parent_interest_id": "",
                    "registered": "2025-10-29",
                    "published": "2025-10-29",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4483,
                    "twfy_id": "25428",
                    "party": "conservative",
                    "member": "Rishi Sunak",
                    "job_title": "Senior Advisor",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Microsoft Corporation",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "1 Microsoft Way, Redmond, WA 98052, United States of America",
                    "has_sought_acoba_advice": true,
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13629",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 13627,
                    "summary": "Sunday Times columnist - Times Media Limited",
                    "parent_interest_id": "",
                    "registered": "2025-10-29",
                    "published": "2025-10-29",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4483,
                    "twfy_id": "25428",
                    "party": "conservative",
                    "member": "Rishi Sunak",
                    "job_title": "Sunday Times columnist",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Times Media Limited",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "1 London Bridge Street, London SE1 9GF",
                    "has_sought_acoba_advice": true,
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13627",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 13645,
                    "summary": "Business referral - GBMW Ltd",
                    "parent_interest_id": "",
                    "registered": "2025-10-28",
                    "published": "2025-10-28",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4074,
                    "twfy_id": "24824",
                    "party": "conservative",
                    "member": "Mark Garnier",
                    "job_title": "Business referral",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "GBMW Ltd",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Service company",
                    "payer_public_address": "39 Grange Road, Darlington DL1 5NB",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13645",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 13626,
                    "summary": "Speaking engagement - Intelligence Squared Ltd",
                    "parent_interest_id": "",
                    "registered": "2025-10-23",
                    "published": "2025-10-23",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "party": "conservative",
                    "member": "Sir Jeremy Hunt",
                    "job_title": "Speaking engagement",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "Intelligence Squared Ltd",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Events production, debates, discussions and podcasts",
                    "payer_public_address": "48 Sellons Ave, London NW10 4HH",
                    "has_sought_acoba_advice": false,
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13626",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 13462,
                    "summary": "Speaking engagement - Any Questions",
                    "parent_interest_id": "",
                    "registered": "2025-10-13",
                    "published": "2025-10-13",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 1560,
                    "twfy_id": "11791",
                    "party": "conservative",
                    "member": "Sir Jeremy Wright",
                    "job_title": "Speaking engagement",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Any Questions",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "BBC Radio 4",
                    "payer_public_address": "BBC Broadcasting House, London W1A 1AA",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13462",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 13449,
                    "summary": "Speaking engagement - Imperial Independent Media",
                    "parent_interest_id": "",
                    "registered": "2025-10-03",
                    "published": "2025-10-06",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "job_title": "Speaking engagement",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Imperial Independent Media",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Global consulting firm",
                    "payer_public_address": "200 W 34th Ave Pmb 162, Anchorage, Alaska, United States",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13449",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 13453,
                    "summary": "Speaking engagement - BTC Inc",
                    "parent_interest_id": "",
                    "registered": "2025-10-03",
                    "published": "2025-10-06",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "job_title": "Speaking engagement",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "BTC Inc",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "6339 Charlotte Pike Unit #B321 Nashville TN 37209 US",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13453",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 13302,
                    "summary": "Lecturer (Part-Time) - University of Bath",
                    "parent_interest_id": "",
                    "registered": "2025-10-01",
                    "published": "2025-10-01",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5239,
                    "twfy_id": "26585",
                    "party": "liberal-democrat",
                    "member": "Sarah Gibson",
                    "job_title": "Lecturer (Part-Time)",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "University of Bath",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "The University of Bath, Claverton Down, Bath BA2 7AY",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13302",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 13406,
                    "summary": "Guest radio hosting - Global Media Group Services Limited",
                    "parent_interest_id": "",
                    "registered": "2025-09-30",
                    "published": "2025-09-30",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 188,
                    "twfy_id": "10155",
                    "party": "liberal-democrat",
                    "member": "Ed Davey",
                    "job_title": "Guest radio hosting",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "Global Media Group Services Limited",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Media services",
                    "payer_public_address": "Global, 30 Leicester Square London WC2H 7LA",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13406",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 13392,
                    "summary": "Speaking engagement - Primary Access & Research Limited",
                    "parent_interest_id": "",
                    "registered": "2025-09-30",
                    "published": "2025-09-30",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4613,
                    "twfy_id": "25659",
                    "party": "conservative",
                    "member": "Alex Burghart",
                    "job_title": "Speaking engagement",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Primary Access & Research Limited",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Political analysis",
                    "payer_public_address": "22 Friars Street, Sudbury, Suffolk CO10 2AA",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13392",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 13386,
                    "summary": "Emergency vascular  surgeon - NHS Fife",
                    "parent_interest_id": "",
                    "registered": "2025-09-30",
                    "published": "2025-09-30",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5213,
                    "twfy_id": "26483",
                    "party": "labour",
                    "member": "Dr Zubir Ahmed",
                    "job_title": "Emergency vascular  surgeon",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "NHS Fife",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "NHS organisation",
                    "payer_public_address": "Hayfield Road, Kirkcaldy KY2 5AH",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13386",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 13368,
                    "summary": "Speech on the future of the water industry to the Board of Directors - Castle Water Ltd",
                    "parent_interest_id": "",
                    "registered": "2025-09-24",
                    "published": "2025-09-24",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 146,
                    "twfy_id": "10220",
                    "party": "labour",
                    "member": "Barry Gardiner",
                    "job_title": "Speech on the future of the water industry to the Board of Directors",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "Castle Water Ltd",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Water collection and supplier",
                    "payer_public_address": "1 Boat Brae, Rattray, Blairgowrie, PH10 7BH",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13368",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 13338,
                    "summary": "Advisor - Green Rock Robotics INC.",
                    "parent_interest_id": "",
                    "registered": "2025-09-19",
                    "published": "2025-09-19",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4651,
                    "twfy_id": "25642",
                    "party": "labour",
                    "member": "Dan Carden",
                    "job_title": "Advisor",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "Green Rock Robotics INC.",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Robotics and aviation",
                    "payer_public_address": "3150 N Sheffield Ave #201 Chicago IL 60657 USA",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13338",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 13249,
                    "summary": "Partner (Unsalaried) - Spex Capital Limited",
                    "parent_interest_id": "",
                    "registered": "2025-09-07",
                    "published": "2025-09-07",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4484,
                    "twfy_id": "25285",
                    "party": "conservative",
                    "member": "Alan Mak",
                    "job_title": "Partner (Unsalaried)",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Spex Capital Limited",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Investment advisor",
                    "payer_public_address": "Albany House, Claremont Lane, Esher, KT10 9FQ",
                    "has_sought_acoba_advice": true,
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13249",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 13215,
                    "summary": "Legal services rendered as a barrister - Confidential in accordance with footnote 9 of paragraph 8(b) of the Code of Conduct and Guide to the Rules",
                    "parent_interest_id": "",
                    "registered": "2025-09-03",
                    "published": "2025-09-03",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "party": "conservative",
                    "member": "Dr Neil Shastri-Hurst",
                    "job_title": "Legal services rendered as a barrister",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Confidential in accordance with footnote 9 of paragraph 8(b) of the Code of Conduct and Guide to the Rules",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Solicitor",
                    "payer_public_address": "Address not published in accordance with footnote 9 ofparagraph 8(b) of the Code of Conduct and Guide to the Rules",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13215",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 12446,
                    "summary": "Writing reviews - The Spectator",
                    "parent_interest_id": "",
                    "registered": "2025-09-01",
                    "published": "2025-09-01",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4613,
                    "twfy_id": "25659",
                    "party": "conservative",
                    "member": "Alex Burghart",
                    "job_title": "Writing reviews",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "The Spectator",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "22 Old Queen Street, London SW1H 9HP",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12446",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 13174,
                    "summary": "Speaking engagement - These Executive Minds (TEXEM) Ltd",
                    "parent_interest_id": "",
                    "registered": "2025-08-26",
                    "published": "2025-08-26",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 1482,
                    "twfy_id": "11406",
                    "party": "conservative",
                    "member": "Graham Stuart",
                    "job_title": "Speaking engagement",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "These Executive Minds (TEXEM) Ltd",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Management Consultancy",
                    "payer_public_address": "Redlands Business Centre, 3 - 5 Tapton House Road, Sheffield S10 5BY",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13174",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 13135,
                    "summary": "Speaking engagement at the FrontierTechX 2025 Conference - Abiflo Ltd",
                    "parent_interest_id": "",
                    "registered": "2025-08-16",
                    "published": "2025-08-18",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4798,
                    "twfy_id": "25750",
                    "party": "conservative",
                    "member": "Gareth Bacon",
                    "job_title": "Speaking engagement at the FrontierTechX 2025 Conference",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "Abiflo Ltd",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Consultancy",
                    "payer_public_address": "142 Centenary Plaza, 18 Holliday Street, Birmingham B1 1TH",
                    "has_sought_acoba_advice": false,
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13135",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 13132,
                    "summary": "Legal services - Prime Ministers Office Republic of Mauritius",
                    "parent_interest_id": "",
                    "registered": "2025-08-15",
                    "published": "2025-08-18",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "party": "conservative",
                    "member": "Sir Geoffrey Cox",
                    "job_title": "Legal services",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Prime Ministers Office Republic of Mauritius",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "Defence and Home Affairs Division, 7th Level, New Government Centre, Port Louis, Mauritius",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13132",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 13096,
                    "summary": "Chairman and Director - County Asset Finance Limited",
                    "parent_interest_id": "",
                    "registered": "2025-08-12",
                    "published": "2025-08-12",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4495,
                    "twfy_id": "25346",
                    "party": "conservative",
                    "member": "Kit Malthouse",
                    "job_title": "Chairman and Director",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "County Asset Finance Limited",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": true,
                    "payer_nature_of_business": "Finance company",
                    "payer_public_address": "Midland Court, Central Park, Lutterworth LE17 4PN",
                    "has_sought_acoba_advice": true,
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13096",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 13071,
                    "summary": "Director - Rachel Taylor Consultancy Limited",
                    "parent_interest_id": "",
                    "registered": "2025-08-06",
                    "published": "2025-08-06",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5065,
                    "twfy_id": "26478",
                    "party": "labour",
                    "member": "Rachel Taylor",
                    "job_title": "Director",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "Rachel Taylor Consultancy Limited",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": true,
                    "payer_nature_of_business": "Provision of Legal Services",
                    "payer_public_address": "The Old College, Ratcliffe Road, Atherstone, CV9 1LF",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13071",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 13003,
                    "summary": "Independent Non-Executive Board Member - British Horseracing Authority's Horse Welfare Board",
                    "parent_interest_id": "",
                    "registered": "2025-07-25",
                    "published": "2025-07-28",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4853,
                    "twfy_id": "25875",
                    "party": "conservative",
                    "member": "Dr Neil Hudson",
                    "job_title": "Independent Non-Executive Board Member",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "British Horseracing Authority's Horse Welfare Board",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "Holborn Gate, 26 Southampton Buildings, London WC2A 1AN",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13003",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 12854,
                    "summary": "Senior Advisor - Goldman Sachs International",
                    "parent_interest_id": "",
                    "registered": "2025-07-25",
                    "published": "2025-07-25",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4483,
                    "twfy_id": "25428",
                    "party": "conservative",
                    "member": "Rishi Sunak",
                    "job_title": "Senior Advisor",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Goldman Sachs International",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Investment Bank",
                    "payer_public_address": "Plumtree Court, 25 Shoe Lane, London EC4A 4AU",
                    "has_sought_acoba_advice": true,
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12854",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 12983,
                    "summary": "Speaking engagement - Buxton Arts Festival Ltd",
                    "parent_interest_id": "",
                    "registered": "2025-07-24",
                    "published": "2025-07-24",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "party": "conservative",
                    "member": "Sir Jeremy Hunt",
                    "job_title": "Speaking engagement",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "Buxton Arts Festival Ltd",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Reg. charity who promote the arts via an annual summer festival",
                    "payer_public_address": "3 The Square, Buxton, Derbyshire, SK17 6AZ",
                    "has_sought_acoba_advice": false,
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12983",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 12689,
                    "summary": "Senior Advisor to the Chief Executive Officer - Africa50",
                    "parent_interest_id": "",
                    "registered": "2025-07-10",
                    "published": "2025-07-10",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 1211,
                    "twfy_id": "11115",
                    "party": "conservative",
                    "member": "Sir Andrew Mitchell",
                    "job_title": "Senior Advisor to the Chief Executive Officer",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "Africa50",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Africa50 helps bridge Africa\u2019s infrastructure funding gap by facilitating project development, mobilizing public and private sector finance, and investing in infrastructure on the continent",
                    "payer_public_address": "Tour Ivoire 3 - 8\u00e8me \u00e9tage, Marina de Casablanca, Boulevard des Almohades, Casablanca 20000 Morocco",
                    "has_sought_acoba_advice": true,
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12689",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 12767,
                    "summary": "Strategy Adviser - Francisco Partners Management LP",
                    "parent_interest_id": "",
                    "registered": "2025-07-09",
                    "published": "2025-07-09",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "party": "conservative",
                    "member": "Sir Oliver Dowden",
                    "job_title": "Strategy Adviser",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Francisco Partners Management LP",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Global technology investment firm",
                    "payer_public_address": "1 Letterman Drive, Building C, Suite 410, San Francisco, California 94129",
                    "has_sought_acoba_advice": true,
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12767",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 12736,
                    "summary": "Writing - The Spectator",
                    "parent_interest_id": "",
                    "registered": "2025-06-27",
                    "published": "2025-06-30",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "party": "conservative",
                    "member": "Tom Tugendhat",
                    "job_title": "Writing",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "The Spectator",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Newspaper",
                    "payer_public_address": "22 Old Queen St, London SW1H 9HP",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12736",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 12733,
                    "summary": "Member of the advisory board - Sulnox Group Plc",
                    "parent_interest_id": "",
                    "registered": "2025-06-27",
                    "published": "2025-06-30",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "party": "conservative",
                    "member": "Tom Tugendhat",
                    "job_title": "Member of the advisory board",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Sulnox Group Plc",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Environmental science and technology company",
                    "payer_public_address": "10-12 Orange Street, London, England, WC2H 7DQ",
                    "has_sought_acoba_advice": true,
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12733",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 12725,
                    "summary": "Guest on TV show - News UK",
                    "parent_interest_id": "",
                    "registered": "2025-06-26",
                    "published": "2025-06-26",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4084,
                    "twfy_id": "24882",
                    "party": "conservative",
                    "member": "Esther McVey",
                    "job_title": "Guest on TV show",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "News UK",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "1 London Bridge Street, London, SE1 9GF",
                    "has_sought_acoba_advice": true,
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12725",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 12721,
                    "summary": "Speaking engagement - A Bit of TLC Ltd",
                    "parent_interest_id": "",
                    "registered": "2025-06-26",
                    "published": "2025-06-26",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "party": "conservative",
                    "member": "Sir Jeremy Hunt",
                    "job_title": "Speaking engagement",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "A Bit of TLC Ltd",
                    "payer_is_private_individual": true,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Curating & hosting events and activities",
                    "payer_public_address": "",
                    "has_sought_acoba_advice": false,
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12721",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 12649,
                    "summary": "Speaking engagements - JLA Speakers Ltd",
                    "parent_interest_id": "",
                    "registered": "2025-06-18",
                    "published": "2025-06-18",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4366,
                    "twfy_id": "25376",
                    "party": "conservative",
                    "member": "Sir James Cleverly",
                    "job_title": "Speaking engagements",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "JLA Speakers Ltd",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Speaking agency",
                    "payer_public_address": "14 Berners Street, London W1T 3LJ",
                    "has_sought_acoba_advice": true,
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12649",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 12619,
                    "summary": "Speaking Events on web seminars - Asian Democracy Limited",
                    "parent_interest_id": "",
                    "registered": "2025-06-12",
                    "published": "2025-06-13",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 146,
                    "twfy_id": "10220",
                    "party": "labour",
                    "member": "Barry Gardiner",
                    "job_title": "Speaking Events on web seminars",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Asian Democracy Limited",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Service activities",
                    "payer_public_address": "34 South Molton Street, London W1K 5RG",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12619",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 12609,
                    "summary": "Podcast - Republic",
                    "parent_interest_id": "",
                    "registered": "2025-06-11",
                    "published": "2025-06-11",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4764,
                    "twfy_id": "25856",
                    "party": "labour",
                    "member": "Bell Ribeiro-Addy",
                    "job_title": "Podcast",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "Republic",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "20-22 Wenlock Road, London N1 7F",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12609",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 12469,
                    "summary": "Compliance Officer - Tradeweb Europe Limited",
                    "parent_interest_id": "",
                    "registered": "2025-05-20",
                    "published": "2025-05-27",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5100,
                    "twfy_id": "26355",
                    "party": "conservative",
                    "member": "Blake Stephenson",
                    "job_title": "Compliance Officer",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "Tradeweb Europe Limited",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "A UK investment firm with permissions to operate a Multilateral Trading Facility (\"MTF\"), an Organised Trading Facility (\u201cOTF\u201d) and an Approved Publication Arrangement (\u201cAPA\u201d).",
                    "payer_public_address": "1 Fore Street Avenue, Moorgate, London EC2Y 9DT",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12469",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 12483,
                    "summary": "Adviser - Bloomsbury Home Care Limited",
                    "parent_interest_id": "",
                    "registered": "2025-05-21",
                    "published": "2025-05-21",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 3912,
                    "twfy_id": "24787",
                    "party": "conservative",
                    "member": "Richard Fuller",
                    "job_title": "Adviser",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Bloomsbury Home Care Limited",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Home Care",
                    "payer_public_address": "5 Station Road, Thorpe-Le-Soken, Clacton on Sea CO16 0HY",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12483",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 12180,
                    "summary": "Writing Article - Mail on Sunday",
                    "parent_interest_id": "",
                    "registered": "2025-05-12",
                    "published": "2025-05-12",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5030,
                    "twfy_id": "26313",
                    "party": "labour",
                    "member": "Dr Simon Opher",
                    "job_title": "Writing Article",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Mail on Sunday",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "newspaper",
                    "payer_public_address": "Northcliffe House, 2, Derry St, London W85TT",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12180",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 12321,
                    "summary": "Member of the Advisory Board of Steps Together Group - Steps Together Group Ltd",
                    "parent_interest_id": "",
                    "registered": "2025-04-30",
                    "published": "2025-05-01",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4651,
                    "twfy_id": "25642",
                    "party": "labour",
                    "member": "Dan Carden",
                    "job_title": "Member of the Advisory Board of Steps Together Group",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Steps Together Group Ltd",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Addiction rehabilitation and treatment services",
                    "payer_public_address": "Rear Ground Floor, Hygeia Building, 66-68 College Road, Harrow, Middlesex HA1 1BE",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12321",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 12316,
                    "summary": "Speaking - Washington Speakers Bureau",
                    "parent_interest_id": "",
                    "registered": "2025-04-29",
                    "published": "2025-04-29",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4483,
                    "twfy_id": "25428",
                    "party": "conservative",
                    "member": "Rishi Sunak",
                    "job_title": "Speaking",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Washington Speakers Bureau",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "1275 New Jersey Ave SE, Suite 403 Washington, DC 20003",
                    "has_sought_acoba_advice": true,
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12316",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 12296,
                    "summary": "Writing articles - Byline Media Holdings Ltd",
                    "parent_interest_id": "",
                    "registered": "2025-04-28",
                    "published": "2025-04-28",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "party": "labour",
                    "member": "Clive Lewis",
                    "job_title": "Writing articles",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Byline Media Holdings Ltd",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "Churchill House, 137 - 139 Brent Street, London, England, NW4 4DJ",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12296",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 12104,
                    "summary": "Writing articles - Byline Times",
                    "parent_interest_id": "",
                    "registered": "2025-04-28",
                    "published": "2025-04-28",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "party": "labour",
                    "member": "Clive Lewis",
                    "job_title": "Writing articles",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Byline Times",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "Churchill House, 137 - 139 Brent Street, London, England NW4 4DJ",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12104",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 12276,
                    "summary": "Writing an article - Daily Mail",
                    "parent_interest_id": "",
                    "registered": "2025-04-24",
                    "published": "2025-04-24",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "party": "conservative",
                    "member": "Tom Tugendhat",
                    "job_title": "Writing an article",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Daily Mail",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Newspaper",
                    "payer_public_address": "Northcliffe House, 2 Derry Street, Kensington, London W8 5TT",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12276",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 12266,
                    "summary": "Consultant - BPP Holdings Limited (BPP),",
                    "parent_interest_id": "",
                    "registered": "2025-04-23",
                    "published": "2025-04-23",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4095,
                    "twfy_id": "24916",
                    "party": "conservative",
                    "member": "Steve Barclay",
                    "job_title": "Consultant",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "BPP Holdings Limited (BPP),",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "education",
                    "payer_public_address": "BPP House, Aldine Place, 142-144 Uxbridge Road, London W12 8AA",
                    "has_sought_acoba_advice": true,
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12266",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 12237,
                    "summary": "Writing articles - Telegraph Media Group Holdings Limited",
                    "parent_interest_id": "",
                    "registered": "2025-04-16",
                    "published": "2025-04-16",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4320,
                    "twfy_id": "25227",
                    "party": "reform",
                    "member": "Robert Jenrick",
                    "job_title": "Writing articles",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Telegraph Media Group Holdings Limited",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Newspaper",
                    "payer_public_address": "111, Buckingham Palace Road, London SW1W 0DT",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12237",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 12172,
                    "summary": "Speaking - YPO United Mosaic Inc",
                    "parent_interest_id": "",
                    "registered": "2025-04-03",
                    "published": "2025-04-03",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "party": "conservative",
                    "member": "Tom Tugendhat",
                    "job_title": "Speaking",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "YPO United Mosaic Inc",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Non-profit organisation, education",
                    "payer_public_address": "191 North Wacker Drive,  Chicago IL, 60606",
                    "has_sought_acoba_advice": true,
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12172",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 12175,
                    "summary": "Public speaking - Spoken Ltd",
                    "parent_interest_id": "",
                    "registered": "2025-04-03",
                    "published": "2025-04-03",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "party": "conservative",
                    "member": "Tom Tugendhat",
                    "job_title": "Public speaking",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Spoken Ltd",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Speaking bureau",
                    "payer_public_address": "Somerset House, Strand, London WC2R 1LA",
                    "has_sought_acoba_advice": true,
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12175",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 12134,
                    "summary": "Jeremy Vine guest reviewer on the breakfast program, discussing current news affairs of the day. - ITN Productions",
                    "parent_interest_id": "",
                    "registered": "2025-04-01",
                    "published": "2025-04-02",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4938,
                    "twfy_id": "26061",
                    "party": "labour",
                    "member": "Paulette Hamilton",
                    "job_title": "Jeremy Vine guest reviewer on the breakfast program, discussing current news affairs of the day.",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "ITN Productions",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Channel 5 Studio",
                    "payer_public_address": "200 Gray's Inn road, London WC1X 8XZ",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12134",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 12062,
                    "summary": "Speaking engagements - Eden & Partners",
                    "parent_interest_id": "",
                    "registered": "2025-04-02",
                    "published": "2025-04-02",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 1489,
                    "twfy_id": "11447",
                    "party": "labour",
                    "member": "Dawn Butler",
                    "job_title": "Speaking engagements",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Eden & Partners",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "deliver training programmes",
                    "payer_public_address": "1 West Street, Lewes BN7 2NZ",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12062",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 12160,
                    "summary": "Commentator - News PTY",
                    "parent_interest_id": "",
                    "registered": "2025-04-01",
                    "published": "2025-04-02",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "job_title": "Commentator",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "News PTY",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "2 Holt Street, Surry Hills, New South Wales",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12160",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 12136,
                    "summary": "Paperback publication - Robert Caskie",
                    "parent_interest_id": "",
                    "registered": "2025-04-01",
                    "published": "2025-04-01",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5069,
                    "twfy_id": "26331",
                    "party": "labour",
                    "member": "Torsten Bell",
                    "job_title": "Paperback publication",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Robert Caskie",
                    "payer_is_private_individual": true,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Agent",
                    "payer_public_address": "",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12136",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 12122,
                    "summary": "Establishing an advisory board; attending meetings - Steps Together Rehab (St Helen's) Ltd",
                    "parent_interest_id": "",
                    "registered": "2025-03-31",
                    "published": "2025-03-31",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4651,
                    "twfy_id": "25642",
                    "party": "labour",
                    "member": "Dan Carden",
                    "job_title": "Establishing an advisory board; attending meetings",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Steps Together Rehab (St Helen's) Ltd",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "Hygeia Building, Rear Ground Floor, 66-68 College Road, Harrow, Middlesex HA1 1BE",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12122",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 12101,
                    "summary": "Media appearances - GB News",
                    "parent_interest_id": "",
                    "registered": "2025-03-27",
                    "published": "2025-03-27",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 146,
                    "twfy_id": "10220",
                    "party": "labour",
                    "member": "Barry Gardiner",
                    "job_title": "Media appearances",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "GB News",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Television news channel",
                    "payer_public_address": "Riverbank House 2 Swan Lane, London EC4R 3TT",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12101",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 12090,
                    "summary": "Speaking to university students - The Oxford Study Abroad Programme (OSAP)",
                    "parent_interest_id": "",
                    "registered": "2025-03-26",
                    "published": "2025-03-26",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4657,
                    "twfy_id": "25618",
                    "party": "labourco-operative",
                    "member": "Anneliese Dodds",
                    "job_title": "Speaking to university students",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "The Oxford Study Abroad Programme (OSAP)",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "Third Floor, Chester House, 21-27 George Street Oxford OX1 2AY",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12090",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 11980,
                    "summary": "Guest appearance on Have I Got News For You - Hat Trick Productions",
                    "parent_interest_id": "",
                    "registered": "2025-03-20",
                    "published": "2025-03-26",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 188,
                    "twfy_id": "10155",
                    "party": "liberal-democrat",
                    "member": "Ed Davey",
                    "job_title": "Guest appearance on Have I Got News For You",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Hat Trick Productions",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Production Company",
                    "payer_public_address": "33 Oval Rd, London NW1 7EA",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11980",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 12068,
                    "summary": "Speaking Engagement - Together Financial Services Ltd",
                    "parent_interest_id": "",
                    "registered": "2025-03-23",
                    "published": "2025-03-23",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4474,
                    "twfy_id": "25415",
                    "party": "conservative",
                    "member": "Kevin Hollinrake",
                    "job_title": "Speaking Engagement",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Together Financial Services Ltd",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Financial Services",
                    "payer_public_address": "Lake View, Lake Side, Cheadle SK8 3GW",
                    "has_sought_acoba_advice": true,
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12068",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 12031,
                    "summary": "Media Appearance - GB News",
                    "parent_interest_id": "",
                    "registered": "2025-03-18",
                    "published": "2025-03-18",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "party": "independent",
                    "member": "Rupert Lowe",
                    "job_title": "Media Appearance",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "GB News",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "The Point, 37 North Wharf Road, London W2 1AF",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12031",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 11924,
                    "summary": "Legal - Dentons Mauritius LLP",
                    "parent_interest_id": "",
                    "registered": "2025-03-04",
                    "published": "2025-03-04",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "party": "conservative",
                    "member": "Sir Geoffrey Cox",
                    "job_title": "Legal",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Dentons Mauritius LLP",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Law firm",
                    "payer_public_address": "Mezzanine, Ground and 3rd Floor, Les Jamalacs, Vieux Conseil Street, Port Louis, Mauritius",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11924",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 11931,
                    "summary": "Panel Eveny - Omnicom Media Group",
                    "parent_interest_id": "",
                    "registered": "2025-03-04",
                    "published": "2025-03-04",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4764,
                    "twfy_id": "25856",
                    "party": "labour",
                    "member": "Bell Ribeiro-Addy",
                    "job_title": "Panel Eveny",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Omnicom Media Group",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "Bankside 2-3, 90-100 Southwark Street, London SE1 0SW",
                    "has_sought_acoba_advice": false,
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11931",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 11914,
                    "summary": "Fostering - Derby City Council Social Services",
                    "parent_interest_id": "",
                    "registered": "2025-03-03",
                    "published": "2025-03-03",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5342,
                    "twfy_id": "26613",
                    "party": "labour",
                    "member": "John Whitby",
                    "job_title": "Fostering",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Derby City Council Social Services",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Local Authority",
                    "payer_public_address": "Derby City Council, Council House, Corporation Street Derby DE1 2FS",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11914",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 11839,
                    "summary": "Lecturer in British Government and Politics at Richmond American University London - Richmond American University London",
                    "parent_interest_id": "",
                    "registered": "2025-02-28",
                    "published": "2025-03-03",
                    "updated_1": "2025-07-14",
                    "category": "Employment and earnings",
                    "mnis_id": 350,
                    "twfy_id": "10265",
                    "party": "conservative",
                    "member": "Sir John Hayes",
                    "job_title": "Lecturer in British Government and Politics at Richmond American University London",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "Richmond American University London",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "Building 12, Chiswick Park, 566 Chiswick High Road, London W4 5AN",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11839",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 11863,
                    "summary": "Owner - Ravenswell Farm",
                    "parent_interest_id": "",
                    "registered": "2025-02-25",
                    "published": "2025-02-25",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "party": "independent",
                    "member": "Rupert Lowe",
                    "job_title": "Owner",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Ravenswell Farm",
                    "payer_is_private_individual": true,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Agricultural Land",
                    "payer_public_address": "",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11863",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 11847,
                    "summary": "Speaking engagements (Speech and workshop) - The Improvement and Development Agency (IDeA) for Local Government",
                    "parent_interest_id": "",
                    "registered": "2025-02-21",
                    "published": "2025-02-21",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4764,
                    "twfy_id": "25856",
                    "party": "labour",
                    "member": "Bell Ribeiro-Addy",
                    "job_title": "Speaking engagements (Speech and workshop)",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "The Improvement and Development Agency (IDeA) for Local Government",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "18 Smith Square, London SW1P 3HZ",
                    "has_sought_acoba_advice": false,
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11847",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 11842,
                    "summary": "Advisor to the Board of Trustees - The Guy Foundation Family Trust",
                    "parent_interest_id": "",
                    "registered": "2025-02-20",
                    "published": "2025-02-20",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4020,
                    "twfy_id": "24817",
                    "party": "conservative",
                    "member": "George Freeman",
                    "job_title": "Advisor to the Board of Trustees",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "The Guy Foundation Family Trust",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "A UK-based charitable foundation established in 2018 to facilitate thinking and research on the role of quantum mechanics and thermodynamics in living systems, with the ultimate goal of using this understanding to advance healthcare. The Foundation has not previously received government funding.",
                    "payer_public_address": "The Estate Office, Chedington Court, Chedington, Beaminster DT8 3HY",
                    "has_sought_acoba_advice": true,
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11842",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 11826,
                    "summary": "William C. Edwards Distinguished Visiting Fellow at the Hoover Institution, Stanford University - Hoover Institution",
                    "parent_interest_id": "",
                    "registered": "2025-02-18",
                    "published": "2025-02-18",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4483,
                    "twfy_id": "25428",
                    "party": "conservative",
                    "member": "Rishi Sunak",
                    "job_title": "William C. Edwards Distinguished Visiting Fellow at the Hoover Institution, Stanford University",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Hoover Institution",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "434 Galvez Mall Stanford University Stanford, CA 94305-6003",
                    "has_sought_acoba_advice": true,
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11826",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 11814,
                    "summary": "Library copyright fees - Public Lending Right",
                    "parent_interest_id": "",
                    "registered": "2025-02-17",
                    "published": "2025-02-17",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4504,
                    "twfy_id": "25320",
                    "party": "labour",
                    "member": "Wes Streeting",
                    "job_title": "Library copyright fees",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Public Lending Right",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "British Library, Boston Spa, Wetherby LS23 7BQ",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11814",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 11770,
                    "summary": "Writing a book - HarperCollins Publishing",
                    "parent_interest_id": "",
                    "registered": "2025-02-07",
                    "published": "2025-02-10",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 188,
                    "twfy_id": "10155",
                    "party": "liberal-democrat",
                    "member": "Ed Davey",
                    "job_title": "Writing a book",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "HarperCollins Publishing",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Publishing company",
                    "payer_public_address": "The News Building, 1 London Bridge Street, London SE1 9GF",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11770",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 11767,
                    "summary": "Writing articles - Telegraph Media Group Limited",
                    "parent_interest_id": "",
                    "registered": "2025-02-06",
                    "published": "2025-02-06",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "party": "conservative",
                    "member": "Tom Tugendhat",
                    "job_title": "Writing articles",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Telegraph Media Group Limited",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Newspaper",
                    "payer_public_address": "111 Buckingham Palace Road, London SW1W 0DT",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11767",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 11698,
                    "summary": "Payment of an amount owing from previous role as EY partner (that ended in May 2024 prior to my election) - EY",
                    "parent_interest_id": "",
                    "registered": "2025-01-29",
                    "published": "2025-01-29",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5360,
                    "twfy_id": "26632",
                    "party": "labour",
                    "member": "David Pinto-Duschinsky",
                    "job_title": "Payment of an amount owing from previous role as EY partner (that ended in May 2024 prior to my election)",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "EY",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "EY is a major global audit and consulting firm",
                    "payer_public_address": "1 More London Place, London SE1 2AF",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11698",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 11729,
                    "summary": "Chair - International Finance Facility for Education",
                    "parent_interest_id": "",
                    "registered": "2025-01-28",
                    "published": "2025-01-29",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4118,
                    "twfy_id": "24961",
                    "party": "conservative",
                    "member": "Sir Julian Smith",
                    "job_title": "Chair",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "International Finance Facility for Education",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": true,
                    "payer_nature_of_business": "IFFED is a Geneva-based foundation providing a financing engine for global education.",
                    "payer_public_address": "Route de Chene 30A, c/o L&S Trust Services SA, 1208 Geneve",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11729",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 11719,
                    "summary": "Writing - News Corp UK & Ireland Limited",
                    "parent_interest_id": "",
                    "registered": "2025-01-28",
                    "published": "2025-01-28",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "party": "conservative",
                    "member": "Tom Tugendhat",
                    "job_title": "Writing",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "News Corp UK & Ireland Limited",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Journalism",
                    "payer_public_address": "1 London Bridge Street, London, SE1 9GF",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11719",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 11565,
                    "summary": "Social media activity on X - X formerly Twitter",
                    "parent_interest_id": "",
                    "registered": "",
                    "published": "2025-01-11",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5161,
                    "twfy_id": "26399",
                    "party": "reform",
                    "member": "Richard Tice",
                    "job_title": "Social media activity on X",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "X formerly Twitter",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "Market Square, 1355 Market St suite 900, San Francisco, CA 94103, United States",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11565",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 11622,
                    "summary": "Strategy Adviser - Pierce Protocols Limited trading as Heni",
                    "parent_interest_id": "",
                    "registered": "2025-01-09",
                    "published": "2025-01-09",
                    "updated_1": "2025-05-12",
                    "category": "Employment and earnings",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "party": "conservative",
                    "member": "Sir Oliver Dowden",
                    "job_title": "Strategy Adviser",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "Pierce Protocols Limited trading as Heni",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "an international art services business",
                    "payer_public_address": "126-134 Baker Street, London W1U 6UE",
                    "has_sought_acoba_advice": true,
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11622",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 11542,
                    "summary": "Brand Ambassador - Direct Bullion",
                    "parent_interest_id": "",
                    "registered": "2024-12-20",
                    "published": "2024-12-20",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "job_title": "Brand Ambassador",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Direct Bullion",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "Level 1, Devonshire House, One Mayfair Place, London W1J8AJ",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11542",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 11502,
                    "summary": "Social Media - X Corp",
                    "parent_interest_id": "",
                    "registered": "2024-12-16",
                    "published": "2024-12-17",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "party": "reform",
                    "member": "Lee Anderson",
                    "job_title": "Social Media",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "X Corp",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Social media",
                    "payer_public_address": "Market Square, 1355 Market Street Suite 900, San Francisco, California 94103",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11502",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 11512,
                    "summary": "Legal services - Garden Court Chambers",
                    "parent_interest_id": "",
                    "registered": "2024-12-16",
                    "published": "2024-12-16",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5067,
                    "twfy_id": "26346",
                    "party": "labour",
                    "member": "Tony Vaughan",
                    "job_title": "Legal services",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Garden Court Chambers",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Barristers' chambers",
                    "payer_public_address": "57-60 Lincoln's Inn Fields, London WC2A 3LJ",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11512",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 11466,
                    "summary": "Gameshow guest appearances - ITV Studios Limited",
                    "parent_interest_id": "",
                    "registered": "2024-12-10",
                    "published": "2024-12-10",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5102,
                    "twfy_id": "26379",
                    "party": "green",
                    "member": "Carla Denyer",
                    "job_title": "Gameshow guest appearances",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "ITV Studios Limited",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Television programme production",
                    "payer_public_address": "Itv White City, 201 Wood Lane, London, United Kingdom, W12 7RU",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11466",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 11471,
                    "summary": "Professor of International Relations - School of International Relations, University of St Andrews",
                    "parent_interest_id": "",
                    "registered": "2024-12-10",
                    "published": "2024-12-10",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4434,
                    "twfy_id": "25324",
                    "party": "scottish-national-party",
                    "member": "Stephen Gethins",
                    "job_title": "Professor of International Relations",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "School of International Relations, University of St Andrews",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Some limited teaching and research activities as part of the School's overall work.",
                    "payer_public_address": "The Arts Faculty Building, the Scores, St Andrews, KY16 9AX",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11471",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 11413,
                    "summary": "Social Media - X Corp",
                    "parent_interest_id": "",
                    "registered": "2024-12-03",
                    "published": "2024-12-03",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "party": "independent",
                    "member": "Rupert Lowe",
                    "job_title": "Social Media",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "X Corp",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "Market Square, 1355 Market Street Suite, 900 San Francisco, California, 94103",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11413",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 11422,
                    "summary": "Advisory Board, Science, Innovation and Technology - Space 4 Earth VC Fund",
                    "parent_interest_id": "",
                    "registered": "2024-12-03",
                    "published": "2024-12-03",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4020,
                    "twfy_id": "24817",
                    "party": "conservative",
                    "member": "George Freeman",
                    "job_title": "Advisory Board, Science, Innovation and Technology",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Space 4 Earth VC Fund",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "S4E VC Fund is being set up as a new Fund focused on investing in space related technologies which promote: efficient and sustainable production of food, clean water for everyone, decarbonisation, and the end to deforestation. The Fund does not have a relationship with the government. The fund will be a standard GP/LP fund structure, with the investment advisor and the advisory board based in the UK. The General Partner could be located in the Channel Islands depending on requirements by investors, however the core of the Fund and its Fund Manager and advisory board will be in the UK.",
                    "payer_public_address": "4 Cavendish Square, London, W1G 0PG",
                    "has_sought_acoba_advice": true,
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11422",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 11337,
                    "summary": "Legal services - Jai Stern Solicitors",
                    "parent_interest_id": "",
                    "registered": "2024-11-25",
                    "published": "2024-11-25",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "party": "conservative",
                    "member": "Sir Geoffrey Cox",
                    "job_title": "Legal services",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Jai Stern Solicitors",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "1 Mayfair Place, Devonshire House, Mayfair W1J 8AJ",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11337",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 11326,
                    "summary": "Polish edition of book published - Grupa Wydawnicza Foksal Ltd",
                    "parent_interest_id": "",
                    "registered": "2024-11-21",
                    "published": "2024-11-21",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5267,
                    "twfy_id": "26600",
                    "party": "labour",
                    "member": "Yuan Yang",
                    "job_title": "Polish edition of book published",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Grupa Wydawnicza Foksal Ltd",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Publishing company in Poland that have agreed to publish Yuan's book.",
                    "payer_public_address": "ul. Domaniewska 48, 02-672 Warszawa",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11326",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 11317,
                    "summary": "Writing an autobiography - Viking- Penguin via Blake Friedmann Literary, TV & Film Agency Ltd",
                    "parent_interest_id": "",
                    "registered": "2024-11-20",
                    "published": "2024-11-20",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 172,
                    "twfy_id": "10001",
                    "party": "independent",
                    "member": "Ms Diane Abbott",
                    "job_title": "Writing an autobiography",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Viking- Penguin via Blake Friedmann Literary, TV & Film Agency Ltd",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Book advance on first UK publication",
                    "payer_public_address": "Ground Floor, 15 Highbury Place, London, N5 1QP",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11317",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 11308,
                    "summary": "Royalties with Authors Licensing and Collecting Society - Authors Licensing and Collecting Society",
                    "parent_interest_id": "",
                    "registered": "",
                    "published": "2024-11-20",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4657,
                    "twfy_id": "25618",
                    "party": "labourco-operative",
                    "member": "Anneliese Dodds",
                    "job_title": "Royalties with Authors Licensing and Collecting Society",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Authors Licensing and Collecting Society",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "International House, 1 St Katharine's Way, London E1W 1UN",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11308",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 11294,
                    "summary": "Strategy Adviser - Caxton Associates LLP",
                    "parent_interest_id": "",
                    "registered": "2024-11-19",
                    "published": "2024-11-19",
                    "updated_1": "2025-04-08",
                    "category": "Employment and earnings",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "party": "conservative",
                    "member": "Sir Oliver Dowden",
                    "job_title": "Strategy Adviser",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "Caxton Associates LLP",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Global Macro Hedge Fund",
                    "payer_public_address": "20 Carlton House Terrace, 2nd Floor, London, SW1Y 5AN",
                    "has_sought_acoba_advice": true,
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11294",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 11256,
                    "summary": "Advisor - Nighthawk Partners Limited",
                    "parent_interest_id": "",
                    "registered": "2024-11-13",
                    "published": "2024-11-13",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4020,
                    "twfy_id": "24817",
                    "party": "conservative",
                    "member": "George Freeman",
                    "job_title": "Advisor",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Nighthawk Partners Limited",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Nighthawk Partners Limited gives eligible, UK SME\u2019s instant access to working capital that is being used for Innovation, UK and International Commercialisation. The company\u2019s mission is to incentivise UK SMEs to succeed even when their working capital has been adversely impacted by tough economic times.",
                    "payer_public_address": "2 Catherine Place London, SW1E 6HF  United Kingdom",
                    "has_sought_acoba_advice": true,
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11256",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 11234,
                    "summary": "Political panellist - TV - ITN",
                    "parent_interest_id": "",
                    "registered": "2024-11-11",
                    "published": "2024-11-11",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4480,
                    "twfy_id": "25308",
                    "party": "labour",
                    "member": "Carolyn Harris",
                    "job_title": "Political panellist - TV",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "ITN",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "TV Channel",
                    "payer_public_address": "200 Grays Inn Road, London WC1X 8XZ",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11234",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 11008,
                    "summary": "speaking engagement - Chartwell Partners Ltd",
                    "parent_interest_id": "",
                    "registered": "2024-10-22",
                    "published": "2024-10-23",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "party": "conservative",
                    "member": "Sir Jeremy Hunt",
                    "job_title": "speaking engagement",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Chartwell Partners Ltd",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Publishing Agent",
                    "payer_public_address": "123 Buckingham Palace Road, London SW1W 9SH",
                    "has_sought_acoba_advice": false,
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11008",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 10930,
                    "summary": "Writing articles - Telegraph Media Group Holdings Ltd",
                    "parent_interest_id": "",
                    "registered": "2024-10-07",
                    "published": "2024-10-09",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "party": "reform",
                    "member": "Suella Braverman",
                    "job_title": "Writing articles",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Telegraph Media Group Holdings Ltd",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Media/newspaper",
                    "payer_public_address": "111 Buckingham Palace Road, London SW1W 0DT",
                    "has_sought_acoba_advice": true,
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/10930",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 10919,
                    "summary": "Guest presenter - LBC - Global Media Group",
                    "parent_interest_id": "",
                    "registered": "2024-10-07",
                    "published": "2024-10-09",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 1536,
                    "twfy_id": "11656",
                    "party": "labour",
                    "member": "Emily Thornberry",
                    "job_title": "Guest presenter - LBC",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Global Media Group",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "30 Leicester Square, London WC2H 7LA",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/10919",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 10819,
                    "summary": "Author royalties - ALCS",
                    "parent_interest_id": "",
                    "registered": "2024-09-26",
                    "published": "2024-09-26",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 1446,
                    "twfy_id": "10761",
                    "party": "labour",
                    "member": "Chris Bryant",
                    "job_title": "Author royalties",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "ALCS",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Authors Licensing and Collection Society",
                    "payer_public_address": "6th Floor, International House, 1 St Katharine's Way, London E1W 1UN",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/10819",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 10773,
                    "summary": "Writing a book - A M Heath & Company Limited,",
                    "parent_interest_id": "",
                    "registered": "2024-09-25",
                    "published": "2024-09-25",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4409,
                    "twfy_id": "25385",
                    "party": "labour",
                    "member": "Naz Shah",
                    "job_title": "Writing a book",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "A M Heath & Company Limited,",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Literary Agency",
                    "payer_public_address": "6 Warwick Court, London WC1R 5DJ",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/10773",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 10746,
                    "summary": "Speaking engagement - Edinburgh International Book Festival",
                    "parent_interest_id": "",
                    "registered": "2024-09-18",
                    "published": "2024-09-18",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5267,
                    "twfy_id": "26600",
                    "party": "labour",
                    "member": "Yuan Yang",
                    "job_title": "Speaking engagement",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "Edinburgh International Book Festival",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Literary festival",
                    "payer_public_address": "121 George Street, Edinburgh EH2 4YN",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/10746",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 10669,
                    "summary": "Guest contributor to radio show - Global Radio Services Ltd",
                    "parent_interest_id": "",
                    "registered": "2024-09-09",
                    "published": "2024-09-11",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "party": "reform",
                    "member": "Suella Braverman",
                    "job_title": "Guest contributor to radio show",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Global Radio Services Ltd",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Media company/ radio broadcaster",
                    "payer_public_address": "30, Leicester Square, London WC2H 7LA",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/10669",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 10507,
                    "summary": "Speaking engagements - The Advocacy Team",
                    "parent_interest_id": "",
                    "registered": "2024-08-27",
                    "published": "2024-09-02",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4764,
                    "twfy_id": "25856",
                    "party": "labour",
                    "member": "Bell Ribeiro-Addy",
                    "job_title": "Speaking engagements",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "The Advocacy Team",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "8 Devonshire Square, London EC2M 4PL",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/10507",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 10624,
                    "summary": "Social media work - Google",
                    "parent_interest_id": "",
                    "registered": "2024-09-02",
                    "published": "2024-09-02",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "job_title": "Social media work",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Google",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "Google Google Building Gordon House, Barrow St, Grand Canal Dock, Dublin 4, D04 V4X7 Ireland",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/10624",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 10545,
                    "summary": "Interim Head of Leader's Office - Sandwell Metropolitan Borough Council",
                    "parent_interest_id": "",
                    "registered": "2024-08-26",
                    "published": "2024-09-02",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5136,
                    "twfy_id": "26409",
                    "party": "labour",
                    "member": "Imogen Walker",
                    "job_title": "Interim Head of Leader's Office",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "Sandwell Metropolitan Borough Council",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "Sandwell Council House, Freeth St, Oldbury B69 3DE",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/10545",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 10573,
                    "summary": "Legal services provided before my election to Parliament - Deka Chambers",
                    "parent_interest_id": "",
                    "registered": "2024-08-28",
                    "published": "2024-09-02",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5082,
                    "twfy_id": "26486",
                    "party": "labour",
                    "member": "Jake Richards",
                    "job_title": "Legal services provided before my election to Parliament",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Deka Chambers",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Barrister Chambers",
                    "payer_public_address": "5 Norwich Street, London EC4A 1DR",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/10573",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 6541,
                    "summary": "Councillor - Devon County Council",
                    "parent_interest_id": "",
                    "registered": "2024-08-02",
                    "published": "2024-08-30",
                    "updated_1": "2024-08-29",
                    "category": "Employment and earnings",
                    "mnis_id": 5111,
                    "twfy_id": "26484",
                    "party": "liberal-democrat",
                    "member": "Martin Wrigley",
                    "job_title": "Councillor",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "Devon County Council",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "County Hall, Topsham Road, Exeter, Devon EX2 4QD",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/6541",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 7901,
                    "summary": "Councillor - Essex County Council",
                    "parent_interest_id": "",
                    "registered": "2024-07-31",
                    "published": "2024-08-30",
                    "updated_1": "2025-03-31",
                    "category": "Employment and earnings",
                    "mnis_id": 5073,
                    "twfy_id": "26338",
                    "party": "liberal-democrat",
                    "member": "Marie Goldman",
                    "job_title": "Councillor",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "Essex County Council",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "County Hall, 19 Market Road, Chelmsford CM1 1QH",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/7901",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 6538,
                    "summary": "Councillor - Teignbridge district council",
                    "parent_interest_id": "",
                    "registered": "2024-08-02",
                    "published": "2024-08-30",
                    "updated_1": "2024-08-29",
                    "category": "Employment and earnings",
                    "mnis_id": 5111,
                    "twfy_id": "26484",
                    "party": "liberal-democrat",
                    "member": "Martin Wrigley",
                    "job_title": "Councillor",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Teignbridge district council",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "Forde house, Brunel Rd, Newton Abbot TQ12 4XX",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/6538",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 10412,
                    "summary": "Introducer - Paykage UK Limited",
                    "parent_interest_id": "",
                    "registered": "2024-08-12",
                    "published": "2024-08-06",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4074,
                    "twfy_id": "24824",
                    "party": "conservative",
                    "member": "Mark Garnier",
                    "job_title": "Introducer",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Paykage UK Limited",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Financial intermediary",
                    "payer_public_address": "73 Cornhill, London EC3V 3QQ",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/10412",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 8448,
                    "summary": "Director and major shareholder - Lowe Holdings Ltd",
                    "parent_interest_id": "",
                    "registered": "2024-07-31",
                    "published": "2024-08-04",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "party": "independent",
                    "member": "Rupert Lowe",
                    "job_title": "Director and major shareholder",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Lowe Holdings Ltd",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": true,
                    "payer_nature_of_business": "Holding company for Lowe and Oliver Ltd electrical contactors",
                    "payer_public_address": "Cumnor Road, Wootton, Oxford",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/8448",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 10097,
                    "summary": "Local Councillor - Chichester District Council",
                    "parent_interest_id": "",
                    "registered": "2024-08-04",
                    "published": "2024-08-04",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5335,
                    "twfy_id": "26372",
                    "party": "liberal-democrat",
                    "member": "Jess Brown-Fuller",
                    "job_title": "Local Councillor",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Chichester District Council",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "District Council",
                    "payer_public_address": "East Pallant House, Chichester District Council, Chichester, PO19 1TY",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/10097",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 6871,
                    "summary": "County Councillor - Leicestershire County Council",
                    "parent_interest_id": "",
                    "registered": "2024-08-04",
                    "published": "2024-08-04",
                    "updated_1": "2025-09-17",
                    "category": "Employment and earnings",
                    "mnis_id": 5149,
                    "twfy_id": "26449",
                    "party": "labour",
                    "member": "Amanda Hack",
                    "job_title": "County Councillor",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "Leicestershire County Council",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "County Hall, Glenfield LE3 8HA",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/6871",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 6168,
                    "summary": "County Councillor - Norfolk County Councillor",
                    "parent_interest_id": "",
                    "registered": "2024-08-04",
                    "published": "2024-08-04",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5164,
                    "twfy_id": "26491",
                    "party": "liberal-democrat",
                    "member": "Steff Aquarone",
                    "job_title": "County Councillor",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Norfolk County Councillor",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Elected member",
                    "payer_public_address": "Martinuea Lane, Norwich NR1 2DH",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/6168",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 9226,
                    "summary": "Social media - X Corp",
                    "parent_interest_id": "",
                    "registered": "2024-08-04",
                    "published": "2024-08-04",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "job_title": "Social media",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "X Corp",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "Market Square, 1355 Market St Suite 900 San Francisco California 94103",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/9226",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 8449,
                    "summary": "Director - J Brand Limited",
                    "parent_interest_id": "",
                    "registered": "2024-07-31",
                    "published": "2024-08-04",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "party": "independent",
                    "member": "Rupert Lowe",
                    "job_title": "Director",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "J Brand Limited",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": true,
                    "payer_nature_of_business": "Data related contractor, 100% owned by me",
                    "payer_public_address": "2 Margaret Street, London, W1W 8RD",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/8449",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 6943,
                    "summary": "medical reports - Premex Services",
                    "parent_interest_id": "",
                    "registered": "2024-07-25",
                    "published": "2024-08-04",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5163,
                    "twfy_id": "26383",
                    "party": "labour",
                    "member": "Peter Prinsley",
                    "job_title": "medical reports",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Premex Services",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "medical report agent",
                    "payer_public_address": "",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/6943",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 9613,
                    "summary": "Self-employed barrister - Ricardo Gama",
                    "parent_interest_id": "",
                    "registered": "2024-08-03",
                    "published": "2024-08-04",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5204,
                    "twfy_id": "26438",
                    "party": "labour",
                    "member": "Sarah Sackman",
                    "job_title": "Self-employed barrister",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "Ricardo Gama",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Solicitors",
                    "payer_public_address": "Panagram, 27 Goswell Road, London EC61M 7AJ",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/9613",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 9916,
                    "summary": "District Councillor and Chair, Climate Change and Environment Committee - South Cambridgeshire District Council",
                    "parent_interest_id": "",
                    "registered": "2024-08-03",
                    "published": "2024-08-04",
                    "updated_1": "2025-03-03",
                    "category": "Employment and earnings",
                    "mnis_id": 5078,
                    "twfy_id": "26421",
                    "party": "liberal-democrat",
                    "member": "Pippa Heylings",
                    "job_title": "District Councillor and Chair, Climate Change and Environment Committee",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "South Cambridgeshire District Council",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "South Cambridgeshire Hall Cambourne Business Park Cambourne, Cambridge CB23 6EA",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/9916",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 9057,
                    "summary": "Councillor - West Berkshire Council",
                    "parent_interest_id": "",
                    "registered": "2024-08-01",
                    "published": "2024-08-04",
                    "updated_1": "2025-12-05",
                    "category": "Employment and earnings",
                    "mnis_id": 5310,
                    "twfy_id": "26584",
                    "party": "liberal-democrat",
                    "member": "Mr Lee Dillon",
                    "job_title": "Councillor",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "West Berkshire Council",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "West Berkshire Council, Market Street, Newbury RG14 5LD",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/9057",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 9502,
                    "summary": "Consultant Solicitor - Fox Whitfield",
                    "parent_interest_id": "",
                    "registered": "2024-08-02",
                    "published": "2024-08-04",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5324,
                    "twfy_id": "26571",
                    "party": "labour",
                    "member": "Sarah Russell",
                    "job_title": "Consultant Solicitor",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Fox Whitfield",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Specialist employment law firm",
                    "payer_public_address": "Unit 10, Wealden Forest Park, Herne Common, Herne Bay, Kent CT6 7QL",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/9502",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 6922,
                    "summary": "Legal services - The Khan Partnership",
                    "parent_interest_id": "",
                    "registered": "2024-07-22",
                    "published": "2024-08-04",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "party": "conservative",
                    "member": "Sir Geoffrey Cox",
                    "job_title": "Legal services",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "The Khan Partnership",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Solicitors",
                    "payer_public_address": "48-49 Russell Square, London, WC1B 4JP",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/6922",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 8304,
                    "summary": "Director - Shu Investments Ltd",
                    "parent_interest_id": "",
                    "registered": "2024-07-31",
                    "published": "2024-08-04",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5120,
                    "twfy_id": "26364",
                    "party": "independent",
                    "member": "Shockat Adam",
                    "job_title": "Director",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Shu Investments Ltd",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": true,
                    "payer_nature_of_business": "Investment Company",
                    "payer_public_address": "S11 The Atkins Building, Lower Bond Street, Hinkley LE10 1QU",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/8304",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 9158,
                    "summary": "Sole director and shareholder - What'sNextCommunicationsLTD",
                    "parent_interest_id": "",
                    "registered": "2024-08-01",
                    "published": "2024-08-04",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5109,
                    "twfy_id": "26357",
                    "party": "labour",
                    "member": "Chris Bloore",
                    "job_title": "Sole director and shareholder",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "What'sNextCommunicationsLTD",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": true,
                    "payer_nature_of_business": "Consultancy firm offering training and communications services.",
                    "payer_public_address": "9 Bridge Street, Walton-On-Thames KT12 1AE",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/9158",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 8440,
                    "summary": "Adviser (Science & Technology) at GHGSat Limited - GHGSat Limited",
                    "parent_interest_id": "",
                    "registered": "2024-07-31",
                    "published": "2024-08-04",
                    "updated_1": "2024-10-23",
                    "category": "Employment and earnings",
                    "mnis_id": 4020,
                    "twfy_id": "24817",
                    "party": "conservative",
                    "member": "George Freeman",
                    "job_title": "Adviser (Science & Technology) at GHGSat Limited",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "GHGSat Limited",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "A private sector company that uses its own satellites and aircraft sensors to measure greenhouse gas emissions directly from industrial sites, providing actionable insights to help businesses monitor, manage, and reduce their emissions.",
                    "payer_public_address": "Albert House, 256-260 Old Street, London EC1V 9DD UK.",
                    "has_sought_acoba_advice": true,
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/8440",
                    "updated_2": "2025-03-07",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 8631,
                    "summary": "Devon County Councillor - Devon County Council",
                    "parent_interest_id": "",
                    "registered": "2024-08-01",
                    "published": "2024-08-04",
                    "updated_1": "2025-06-12",
                    "category": "Employment and earnings",
                    "mnis_id": 5138,
                    "twfy_id": "26388",
                    "party": "liberal-democrat",
                    "member": "Ian Roome",
                    "job_title": "Devon County Councillor",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "Devon County Council",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "County Council",
                    "payer_public_address": "Devon County Council, Topsham Road County Hall, Exeter EX2 4QD",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/8631",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 8453,
                    "summary": "Director - Data-Path Office Net Work Services Ltd",
                    "parent_interest_id": "",
                    "registered": "2024-07-31",
                    "published": "2024-08-04",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "party": "independent",
                    "member": "Rupert Lowe",
                    "job_title": "Director",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Data-Path Office Net Work Services Ltd",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": true,
                    "payer_nature_of_business": "Data contractor",
                    "payer_public_address": "Crewkerne Business Park, Northern Way, Crewkerne, TA18 7HU",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/8453",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 9003,
                    "summary": "Company Director - Open Door Property Holidays Ltd",
                    "parent_interest_id": "",
                    "registered": "2024-08-01",
                    "published": "2024-08-04",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5047,
                    "twfy_id": "26329",
                    "party": "labour",
                    "member": "James Naish",
                    "job_title": "Company Director",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Open Door Property Holidays Ltd",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": true,
                    "payer_nature_of_business": "Property management",
                    "payer_public_address": "Office 5 Rec 2, Retford Enterprise Centre, Randall Way, Retford, DN22 7GR",
                    "has_sought_acoba_advice": false,
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/9003",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 7105,
                    "summary": "medical practice - Premex",
                    "parent_interest_id": "",
                    "registered": "2024-07-25",
                    "published": "2024-08-04",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5163,
                    "twfy_id": "26383",
                    "party": "labour",
                    "member": "Peter Prinsley",
                    "job_title": "medical practice",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Premex",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "medical report agent",
                    "payer_public_address": "",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/7105",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 8641,
                    "summary": "Member of Devon and Somerset Fire Authority - Devon and Somerset Fire & Rescue Authority",
                    "parent_interest_id": "",
                    "registered": "2024-08-01",
                    "published": "2024-08-04",
                    "updated_1": "2025-02-04",
                    "category": "Employment and earnings",
                    "mnis_id": 5138,
                    "twfy_id": "26388",
                    "party": "liberal-democrat",
                    "member": "Ian Roome",
                    "job_title": "Member of Devon and Somerset Fire Authority",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "Devon and Somerset Fire & Rescue Authority",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "Service HQ, The Knowle, Clyst St George, Exeter EX3 0NW",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/8641",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 8907,
                    "summary": "Member of Plymouth City Council - Plymouth City Council",
                    "parent_interest_id": "",
                    "registered": "2024-08-01",
                    "published": "2024-08-04",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5301,
                    "twfy_id": "26512",
                    "party": "conservative",
                    "member": "Rebecca Smith",
                    "job_title": "Member of Plymouth City Council",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Plymouth City Council",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "Ballard House, West Hoe Road, Plymouth PL1 3BJ",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/8907",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 7936,
                    "summary": "NHS surgeon - NHS golden jubilee",
                    "parent_interest_id": "",
                    "registered": "2024-08-04",
                    "published": "2024-08-04",
                    "updated_1": "2025-10-17",
                    "category": "Employment and earnings",
                    "mnis_id": 5213,
                    "twfy_id": "26483",
                    "party": "labour",
                    "member": "Dr Zubir Ahmed",
                    "job_title": "NHS surgeon",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "NHS golden jubilee",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "Agamemon street Clydebank",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/7936",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 9527,
                    "summary": "Chair & Member of the Authority - Nottinghamshire & City of Nottingham Fire Authority",
                    "parent_interest_id": "",
                    "registered": "2024-08-02",
                    "published": "2024-08-04",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5146,
                    "twfy_id": "26408",
                    "party": "labour",
                    "member": "Michael Payne",
                    "job_title": "Chair & Member of the Authority",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Nottinghamshire & City of Nottingham Fire Authority",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": true,
                    "payer_nature_of_business": "",
                    "payer_public_address": "Nottinghamshire Fire and Rescue Service Joint Headquarters, Sherwood Lodge, Arnold, Nottingham NG5 8PP",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/9527",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 8909,
                    "summary": "Writing articles - Telegraph media group",
                    "parent_interest_id": "",
                    "registered": "2024-08-04",
                    "published": "2024-08-04",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "job_title": "Writing articles",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Telegraph media group",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "111 Buckingham Palace Road, London, SW1W 0DT",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/8909",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 8916,
                    "summary": "Social media work - Meta Platforms",
                    "parent_interest_id": "",
                    "registered": "2024-08-04",
                    "published": "2024-08-04",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "job_title": "Social media work",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Meta Platforms",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "1 Meta Way Menlo Park, CA",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/8916",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 8451,
                    "summary": "Consultant Solicitor - Rebel Law Ltd",
                    "parent_interest_id": "",
                    "registered": "2024-07-31",
                    "published": "2024-08-04",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5324,
                    "twfy_id": "26571",
                    "party": "labour",
                    "member": "Sarah Russell",
                    "job_title": "Consultant Solicitor",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Rebel Law Ltd",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Law firm specialising in employment law",
                    "payer_public_address": "124 City Road, London EC1V 2NX",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/8451",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 7074,
                    "summary": "Councillor - Isle of Wight Council",
                    "parent_interest_id": "",
                    "registered": "2024-08-01",
                    "published": "2024-08-04",
                    "updated_1": "2026-01-07",
                    "category": "Employment and earnings",
                    "mnis_id": 5255,
                    "twfy_id": "26504",
                    "party": "conservative",
                    "member": "Joe Robertson",
                    "job_title": "Councillor",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "Isle of Wight Council",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Local Authority",
                    "payer_public_address": "County Hall, Newport, Isle of Wight",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/7074",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 8764,
                    "summary": "District Councillor - Lewes District Council",
                    "parent_interest_id": "",
                    "registered": "2024-08-01",
                    "published": "2024-08-04",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5265,
                    "twfy_id": "26581",
                    "party": "liberal-democrat",
                    "member": "James MacCleary",
                    "job_title": "District Councillor",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "Lewes District Council",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "6 High Street, Lewes, BN7 2AD",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/8764",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 8550,
                    "summary": "Director - Alpha Eye Clinic LTD",
                    "parent_interest_id": "",
                    "registered": "2024-07-31",
                    "published": "2024-08-04",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5120,
                    "twfy_id": "26364",
                    "party": "independent",
                    "member": "Shockat Adam",
                    "job_title": "Director",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Alpha Eye Clinic LTD",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": true,
                    "payer_nature_of_business": "Ophthalmology services",
                    "payer_public_address": "S11 The Atkins Building lower Bond Street  Hinckley LE10 1QU",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/8550",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 8454,
                    "summary": "Director - PE487 Ltd",
                    "parent_interest_id": "",
                    "registered": "2024-07-31",
                    "published": "2024-08-04",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "party": "independent",
                    "member": "Rupert Lowe",
                    "job_title": "Director",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "PE487 Ltd",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": true,
                    "payer_nature_of_business": "Freeze drying pharma related business",
                    "payer_public_address": "Biopharma House, Winnall Valley Road, Winchester, S023 0OL",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/8454",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 9240,
                    "summary": "Cameo video recordings - Baron App Inc (Cameo)",
                    "parent_interest_id": "",
                    "registered": "2024-08-04",
                    "published": "2024-08-04",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "job_title": "Cameo video recordings",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Baron App Inc (Cameo)",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "2045 W Grand Ave Suite B Chicago IL 60612",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/9240",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 9483,
                    "summary": "Councillor - Somerset Council",
                    "parent_interest_id": "",
                    "registered": "2024-08-04",
                    "published": "2024-08-04",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4089,
                    "twfy_id": "24942",
                    "party": "liberal-democrat",
                    "member": "Tessa Munt",
                    "job_title": "Councillor",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Somerset Council",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "County Hall, Taunton, Somerset",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/9483",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 9835,
                    "summary": "Consultant - Clarity Legal Ltd",
                    "parent_interest_id": "",
                    "registered": "2024-08-04",
                    "published": "2024-08-04",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5231,
                    "twfy_id": "26595",
                    "party": "independent",
                    "member": "Mr Adnan Hussain",
                    "job_title": "Consultant",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Clarity Legal Ltd",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Rental company",
                    "payer_public_address": "Unit 16A, Fort St, Blackburn BB1 5DP",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/9835",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 7406,
                    "summary": "Screenwriter - Rochelle Stevens & Co Ltd",
                    "parent_interest_id": "",
                    "registered": "2024-08-03",
                    "published": "2024-08-04",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5254,
                    "twfy_id": "26523",
                    "party": "labour",
                    "member": "Alison Hume",
                    "job_title": "Screenwriter",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Rochelle Stevens & Co Ltd",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Writing Agent",
                    "payer_public_address": "2 Terretts Place, Upper Street, London N1 1QZ",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/7406",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 8713,
                    "summary": "Councillor - Cornwall Council",
                    "parent_interest_id": "",
                    "registered": "2024-08-04",
                    "published": "2024-08-04",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 227,
                    "twfy_id": "10222",
                    "party": "liberal-democrat",
                    "member": "Andrew George",
                    "job_title": "Councillor",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "Cornwall Council",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Local authority",
                    "payer_public_address": "County Hall, Truro, Kernow TR1 2EY",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/8713",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 7013,
                    "summary": "Councillor - Wiltshire Council",
                    "parent_interest_id": "",
                    "registered": "2024-07-25",
                    "published": "2024-08-04",
                    "updated_1": "2025-05-09",
                    "category": "Employment and earnings",
                    "mnis_id": 5239,
                    "twfy_id": "26585",
                    "party": "liberal-democrat",
                    "member": "Sarah Gibson",
                    "job_title": "Councillor",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "Wiltshire Council",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "Council House, Bourne Hill, Salisbury SP1 3UZ",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/7013",
                    "updated_2": "2025-09-15",
                    "updated_3": "2025-11-11",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 8623,
                    "summary": "District Councillor - North Devon District Council",
                    "parent_interest_id": "",
                    "registered": "2024-08-01",
                    "published": "2024-08-04",
                    "updated_1": "2025-06-12",
                    "category": "Employment and earnings",
                    "mnis_id": 5138,
                    "twfy_id": "26388",
                    "party": "liberal-democrat",
                    "member": "Ian Roome",
                    "job_title": "District Councillor",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "North Devon District Council",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "North Devon District Council, PO Box 379, Barnstaple EX32 2GR",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/8623",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 8273,
                    "summary": "District Councillor - East Cambridgeshire District Council",
                    "parent_interest_id": "",
                    "registered": "2024-07-30",
                    "published": "2024-08-04",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5182,
                    "twfy_id": "26425",
                    "party": "liberal-democrat",
                    "member": "Charlotte Cane",
                    "job_title": "District Councillor",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "East Cambridgeshire District Council",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "District Council",
                    "payer_public_address": "The Grange, Nutholt Lane Ely CB7 4EE",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/8273",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 5989,
                    "summary": "Barrister - Legal Aid Agency",
                    "parent_interest_id": "",
                    "registered": "2024-08-03",
                    "published": "2024-08-03",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5067,
                    "twfy_id": "26346",
                    "party": "labour",
                    "member": "Tony Vaughan",
                    "job_title": "Barrister",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Legal Aid Agency",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Legal services provided by me to a lay client, who is assisted by the Agency.",
                    "payer_public_address": "102 Petty France, London SW1H 9AJ",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/5989",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 9814,
                    "summary": "Editor - Millennium Steel Publishing",
                    "parent_interest_id": "",
                    "registered": "2024-08-03",
                    "published": "2024-08-03",
                    "updated_1": "2025-12-14",
                    "category": "Employment and earnings",
                    "mnis_id": 5116,
                    "twfy_id": "26367",
                    "party": "labour",
                    "member": "Chris McDonald",
                    "job_title": "Editor",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "Millennium Steel Publishing",
                    "payer_is_private_individual": true,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Publishing scientific and technological journals for industry.",
                    "payer_public_address": "",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/9814",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 6402,
                    "summary": "Freelance work as an Accountant and Business Consultant - Plumtree Hotels Ltd",
                    "parent_interest_id": "",
                    "registered": "2024-08-03",
                    "published": "2024-08-03",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5046,
                    "twfy_id": "26336",
                    "party": "labour",
                    "member": "Andrew Ranger",
                    "job_title": "Freelance work as an Accountant and Business Consultant",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Plumtree Hotels Ltd",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": true,
                    "payer_nature_of_business": "Management of hotels",
                    "payer_public_address": "Dragon Hotel, Market Square, Montgomery, Powys SY15 6PA",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/6402",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 9605,
                    "summary": "Self-employed barrister - London Borough of Camden Planning Department",
                    "parent_interest_id": "",
                    "registered": "2024-08-03",
                    "published": "2024-08-03",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5204,
                    "twfy_id": "26438",
                    "party": "labour",
                    "member": "Sarah Sackman",
                    "job_title": "Self-employed barrister",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "London Borough of Camden Planning Department",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "5 Pancras Square, London N1C 4AG",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/9605",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 6036,
                    "summary": "Visiting Professor in Geopolitics - Royal Holloway University",
                    "parent_interest_id": "",
                    "registered": "2024-08-02",
                    "published": "2024-08-02",
                    "updated_1": "2025-04-14",
                    "category": "Employment and earnings",
                    "mnis_id": 5288,
                    "twfy_id": "26593",
                    "party": "liberal-democrat",
                    "member": "Dr Al Pinkerton",
                    "job_title": "Visiting Professor in Geopolitics",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Royal Holloway University",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Higher Education institution",
                    "payer_public_address": "Egham, Surrey TW20 0EX",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/6036",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 6764,
                    "summary": "Elected county councillor - Oxfordshire County Council",
                    "parent_interest_id": "",
                    "registered": "2024-08-02",
                    "published": "2024-08-02",
                    "updated_1": "2025-05-07",
                    "category": "Employment and earnings",
                    "mnis_id": 5346,
                    "twfy_id": "26617",
                    "party": "liberal-democrat",
                    "member": "Calum Miller",
                    "job_title": "Elected county councillor",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "Oxfordshire County Council",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "New Road, Oxford OX1 1ND",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/6764",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 6762,
                    "summary": "Teaching and researching - Blavatnik School of Government, Oxford University",
                    "parent_interest_id": "",
                    "registered": "2024-08-02",
                    "published": "2024-08-02",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5346,
                    "twfy_id": "26617",
                    "party": "liberal-democrat",
                    "member": "Calum Miller",
                    "job_title": "Teaching and researching",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "Blavatnik School of Government, Oxford University",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "Radcliffe Observatory Quarter, Woodstock Road, Oxford OX2 6GG",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/6762",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 8967,
                    "summary": "Company director - Open Door Property Ltd",
                    "parent_interest_id": "",
                    "registered": "2024-08-02",
                    "published": "2024-08-02",
                    "updated_1": "2025-08-26",
                    "category": "Employment and earnings",
                    "mnis_id": 5047,
                    "twfy_id": "26329",
                    "party": "labour",
                    "member": "James Naish",
                    "job_title": "Company director",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "Open Door Property Ltd",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": true,
                    "payer_nature_of_business": "Property sales and consulting",
                    "payer_public_address": "Office 5 Rec 2, Retford Enterprise Centre, Randall Way, Retford, DN22 7GR",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/8967",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 6646,
                    "summary": "Councillor - Merton Council",
                    "parent_interest_id": "",
                    "registered": "2024-08-02",
                    "published": "2024-08-02",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5321,
                    "twfy_id": "26570",
                    "party": "liberal-democrat",
                    "member": "Mr Paul Kohler",
                    "job_title": "Councillor",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Merton Council",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "Merton Civic Centre, London Road, Morden SM4 5DX",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/6646",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 6584,
                    "summary": "District Councillor - Stratford-on-Avon District Council",
                    "parent_interest_id": "",
                    "registered": "2024-08-01",
                    "published": "2024-08-01",
                    "updated_1": "2025-04-23",
                    "category": "Employment and earnings",
                    "mnis_id": 5122,
                    "twfy_id": "26569",
                    "party": "liberal-democrat",
                    "member": "Manuela Perteghella",
                    "job_title": "District Councillor",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "Stratford-on-Avon District Council",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "local authority",
                    "payer_public_address": "Elizabeth House Church Street Stratford upon Avon CV37 6HX",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/6584",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 6167,
                    "summary": "Councillor - East Sussex County Council",
                    "parent_interest_id": "",
                    "registered": "2024-08-01",
                    "published": "2024-08-01",
                    "updated_1": "2025-09-20",
                    "category": "Employment and earnings",
                    "mnis_id": 5265,
                    "twfy_id": "26581",
                    "party": "liberal-democrat",
                    "member": "James MacCleary",
                    "job_title": "Councillor",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "East Sussex County Council",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "County Hall, Lewes, BN7 1UE",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/6167",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 6994,
                    "summary": "Columnist - Daily Telegraph",
                    "parent_interest_id": "",
                    "registered": "2024-08-01",
                    "published": "2024-08-01",
                    "updated_1": "2025-09-10",
                    "category": "Employment and earnings",
                    "mnis_id": 5062,
                    "twfy_id": "26335",
                    "party": "conservative",
                    "member": "Nick Timothy",
                    "job_title": "Columnist",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "Daily Telegraph",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "National newspaper",
                    "payer_public_address": "111 Buckingham Palace Road, London SW1W 0DT",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/6994",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 8300,
                    "summary": "Director - Sask Optics Ltd",
                    "parent_interest_id": "",
                    "registered": "2024-07-31",
                    "published": "2024-07-31",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5120,
                    "twfy_id": "26364",
                    "party": "independent",
                    "member": "Shockat Adam",
                    "job_title": "Director",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Sask Optics Ltd",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": true,
                    "payer_nature_of_business": "Chain of Optometry Practices",
                    "payer_public_address": "T03 The Atkins Building, Lower Bond Street, Hinckley, Leicestershire LE10 1QU",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/8300",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 3869,
                    "summary": "Speaking engagements - Coulthwaite Group Pte Ltd (trading as CWG Speakers)",
                    "parent_interest_id": "",
                    "registered": "",
                    "published": "2024-07-31",
                    "updated_1": "2024-05-02",
                    "category": "Employment and earnings",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "party": "reform",
                    "member": "Suella Braverman",
                    "job_title": "Speaking engagements",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Coulthwaite Group Pte Ltd (trading as CWG Speakers)",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "21 Woodlands Close, #08- 44, Primz Bizhub Singapore 737854",
                    "has_sought_acoba_advice": true,
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/3869",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 7897,
                    "summary": "Councillor - Chelmsford City Council",
                    "parent_interest_id": "",
                    "registered": "2024-07-31",
                    "published": "2024-07-31",
                    "updated_1": "2025-03-31",
                    "category": "Employment and earnings",
                    "mnis_id": 5073,
                    "twfy_id": "26338",
                    "party": "liberal-democrat",
                    "member": "Marie Goldman",
                    "job_title": "Councillor",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "Chelmsford City Council",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Chelmsford City Council",
                    "payer_public_address": "Civic Centre, Duke Street, Chelmsford CM1 1JE",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/7897",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 7644,
                    "summary": "Barrister (employee) and until 3 February 2025, Director - Bank View Solicitors Limited",
                    "parent_interest_id": "",
                    "registered": "2024-07-30",
                    "published": "2024-07-30",
                    "updated_1": "2025-09-24",
                    "category": "Employment and earnings",
                    "mnis_id": 5231,
                    "twfy_id": "26595",
                    "party": "independent",
                    "member": "Mr Adnan Hussain",
                    "job_title": "Barrister (employee) and until 3 February 2025, Director",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Bank View Solicitors Limited",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": true,
                    "payer_nature_of_business": "",
                    "payer_public_address": "Bank View House, 55 Preston New Road, Blackburn",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/7644",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 6887,
                    "summary": "County Councillor (and until 29 July 2024, Cabinet Member) - Carmarthenshire County Council",
                    "parent_interest_id": "",
                    "registered": "2024-07-30",
                    "published": "2024-07-30",
                    "updated_1": "2025-02-11",
                    "category": "Employment and earnings",
                    "mnis_id": 5177,
                    "twfy_id": "26359",
                    "party": "plaid-cymru",
                    "member": "Ann Davies",
                    "job_title": "County Councillor (and until 29 July 2024, Cabinet Member)",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "Carmarthenshire County Council",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "County Hall, Carmarthen SA31 1JP",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/6887",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 8078,
                    "summary": "Metro Mayor of the West of England - West of England Mayoral Combined Authority",
                    "parent_interest_id": "",
                    "registered": "2024-07-30",
                    "published": "2024-07-30",
                    "updated_1": "2025-05-17",
                    "category": "Employment and earnings",
                    "mnis_id": 221,
                    "twfy_id": "10458",
                    "party": "independent",
                    "member": "Dan Norris",
                    "job_title": "Metro Mayor of the West of England",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "West of England Mayoral Combined Authority",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Regional Government",
                    "payer_public_address": "Rivergate House, 70 Redcliff Street, Redcliff Bristol BS1 6AL",
                    "has_sought_acoba_advice": false,
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/8078",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 6678,
                    "summary": "County Councillor - Oxfordshire County Council",
                    "parent_interest_id": "",
                    "registered": "2024-07-29",
                    "published": "2024-07-29",
                    "updated_1": "2025-05-07",
                    "category": "Employment and earnings",
                    "mnis_id": 5296,
                    "twfy_id": "26540",
                    "party": "liberal-democrat",
                    "member": "Freddie van Mierlo",
                    "job_title": "County Councillor",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "Oxfordshire County Council",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "County Hall, New Road, Oxford OX1 1ND",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/6678",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 6759,
                    "summary": "Borough Councillor - Eastleigh Borough Council",
                    "parent_interest_id": "",
                    "registered": "2024-07-29",
                    "published": "2024-07-29",
                    "updated_1": "2025-02-03",
                    "category": "Employment and earnings",
                    "mnis_id": 5040,
                    "twfy_id": "26325",
                    "party": "liberal-democrat",
                    "member": "Liz Jarvis",
                    "job_title": "Borough Councillor",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "Eastleigh Borough Council",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Borough Council",
                    "payer_public_address": "Eastleigh House, Upper Market Street SO50 9YN",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/6759",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 7603,
                    "summary": "Chairman of Advisory Board, Nodenza Venture Partners - Nodenza Venture Partners",
                    "parent_interest_id": "",
                    "registered": "2024-07-26",
                    "published": "2024-07-26",
                    "updated_1": "2024-10-22",
                    "category": "Employment and earnings",
                    "mnis_id": 4020,
                    "twfy_id": "24817",
                    "party": "conservative",
                    "member": "George Freeman",
                    "job_title": "Chairman of Advisory Board, Nodenza Venture Partners",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Nodenza Venture Partners",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Nodenza Venture Partners is a venture capital firm specialising in biotechnology and medical device investments.",
                    "payer_public_address": "228 Park Avenue South, PMB 67135, New York, NY, 10003-1502, United States",
                    "has_sought_acoba_advice": true,
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/7603",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 7520,
                    "summary": "Partner of a law firm and consultant to a law firm. - Shepherd and Wedderburn LLP",
                    "parent_interest_id": "",
                    "registered": "2024-07-26",
                    "published": "2024-07-26",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5170,
                    "twfy_id": "26426",
                    "party": "labour",
                    "member": "John Grady",
                    "job_title": "Partner of a law firm and consultant to a law firm.",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "Shepherd and Wedderburn LLP",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "A law firm",
                    "payer_public_address": "9 Haymarket Square Edinburgh EH3 8FY",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/7520",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 7605,
                    "summary": "Science and Technology Advisor, The Pioneer Group - Pioneer Group Limited",
                    "parent_interest_id": "",
                    "registered": "2024-07-26",
                    "published": "2024-07-26",
                    "updated_1": "2024-10-22",
                    "category": "Employment and earnings",
                    "mnis_id": 4020,
                    "twfy_id": "24817",
                    "party": "conservative",
                    "member": "George Freeman",
                    "job_title": "Science and Technology Advisor, The Pioneer Group",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Pioneer Group Limited",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Pioneer is a private property management company that provides venture building, incubation, and venture investment support to early stage companies, as well as the development and operation of life science incubator facilities.",
                    "payer_public_address": "New Derwent House, 69-73 Theobalds Road, London WC1X 8TA",
                    "has_sought_acoba_advice": true,
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/7605",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 6484,
                    "summary": "Councillor - Calderdale Council",
                    "parent_interest_id": "",
                    "registered": "2024-07-26",
                    "published": "2024-07-26",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5295,
                    "twfy_id": "26545",
                    "party": "labour",
                    "member": "Josh Fenton-Glynn",
                    "job_title": "Councillor",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Calderdale Council",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "Halifax Town Hall HX1",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/6484",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 6941,
                    "summary": "private medical practice - Private patient payments",
                    "parent_interest_id": "",
                    "registered": "2024-07-25",
                    "published": "2024-07-25",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5163,
                    "twfy_id": "26383",
                    "party": "labour",
                    "member": "Peter Prinsley",
                    "job_title": "private medical practice",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Private patient payments",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "[private]",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/6941",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 6522,
                    "summary": "District Councillor - South Oxfordshire District Council",
                    "parent_interest_id": "",
                    "registered": "2024-07-25",
                    "published": "2024-07-25",
                    "updated_1": "2025-04-22",
                    "category": "Employment and earnings",
                    "mnis_id": 5296,
                    "twfy_id": "26540",
                    "party": "liberal-democrat",
                    "member": "Freddie van Mierlo",
                    "job_title": "District Councillor",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "South Oxfordshire District Council",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "Abbey House, Abbey Close, Abingdon OX14 3JE",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/6522",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 6315,
                    "summary": "NHS consultant surgeon - James Paget University Hospital",
                    "parent_interest_id": "",
                    "registered": "2024-07-24",
                    "published": "2024-07-24",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5163,
                    "twfy_id": "26383",
                    "party": "labour",
                    "member": "Peter Prinsley",
                    "job_title": "NHS consultant surgeon",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "James Paget University Hospital",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "Great Yarmouth NR31 6LA",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/6315",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 6322,
                    "summary": "private medical practice - Peter Prinsley private medical practice",
                    "parent_interest_id": "",
                    "registered": "2024-07-24",
                    "published": "2024-07-24",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5163,
                    "twfy_id": "26383",
                    "party": "labour",
                    "member": "Peter Prinsley",
                    "job_title": "private medical practice",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Peter Prinsley private medical practice",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "Spire Hospital Old Watton Road, Norwich NR4 7TD",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/6322",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 7260,
                    "summary": "District Councillor - Mid Devon District Council",
                    "parent_interest_id": "",
                    "registered": "2024-07-24",
                    "published": "2024-07-24",
                    "updated_1": "2025-11-13",
                    "category": "Employment and earnings",
                    "mnis_id": 5252,
                    "twfy_id": "26543",
                    "party": "liberal-democrat",
                    "member": "Rachel Gilmour",
                    "job_title": "District Councillor",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "Mid Devon District Council",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Local Government",
                    "payer_public_address": "Phoenix House, Phoenix Lane, Tiverton, Devon EX16 6PP",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/7260",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 7043,
                    "summary": "County Councillor - Surrey County Council",
                    "parent_interest_id": "",
                    "registered": "2024-07-23",
                    "published": "2024-07-23",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5297,
                    "twfy_id": "26466",
                    "party": "conservative",
                    "member": "Rebecca Paul",
                    "job_title": "County Councillor",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Surrey County Council",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "Woodhatch Place, 11 Cockshot Hill, Reigate RH2 8EF",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/7043",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 6997,
                    "summary": "Head of Campaigns, Communications and DIgital, the TUC - Trades Union Congress",
                    "parent_interest_id": "",
                    "registered": "2024-07-23",
                    "published": "2024-07-23",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5048,
                    "twfy_id": "26342",
                    "party": "labour",
                    "member": "Antonia Bance",
                    "job_title": "Head of Campaigns, Communications and DIgital, the TUC",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "Trades Union Congress",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Trade union",
                    "payer_public_address": "Congress House, Great Russell St, London WC1B 3LS",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/6997",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 6852,
                    "summary": "Presenter - GB News Ltd",
                    "parent_interest_id": "",
                    "registered": "2024-07-22",
                    "published": "2024-07-22",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "job_title": "Presenter",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "GB News Ltd",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "Riverbank House, 2 Swan Lane, London EC4R3TT",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/6852",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 6919,
                    "summary": "Legal Services - Bachubhai Munim & Co",
                    "parent_interest_id": "",
                    "registered": "2024-07-22",
                    "published": "2024-07-22",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "party": "conservative",
                    "member": "Sir Geoffrey Cox",
                    "job_title": "Legal Services",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "Bachubhai Munim & Co",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Advocates & Solicitors",
                    "payer_public_address": "312 Tulsiani Chambers, Mumbai",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/6919",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 6832,
                    "summary": "Solicitor - Thompsons Solicitors LLP",
                    "parent_interest_id": "",
                    "registered": "2024-07-22",
                    "published": "2024-07-22",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5230,
                    "twfy_id": "26533",
                    "party": "labour",
                    "member": "Warinder Juss",
                    "job_title": "Solicitor",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Thompsons Solicitors LLP",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "Congress House, Great Russell Street, London WC1B 3LW",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/6832",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 6775,
                    "summary": "West Sussex County Councillor - West Sussex County Council",
                    "parent_interest_id": "",
                    "registered": "2024-07-22",
                    "published": "2024-07-22",
                    "updated_1": "2026-01-15",
                    "category": "Employment and earnings",
                    "mnis_id": 5329,
                    "twfy_id": "26624",
                    "party": "liberal-democrat",
                    "member": "John Milne",
                    "job_title": "West Sussex County Councillor",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "West Sussex County Council",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "County Hall, Chichester, West Sussex PO19 1RG",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/6775",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 6926,
                    "summary": "Legal services - Bower Cotton",
                    "parent_interest_id": "",
                    "registered": "2024-07-22",
                    "published": "2024-07-22",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "party": "conservative",
                    "member": "Sir Geoffrey Cox",
                    "job_title": "Legal services",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "Bower Cotton",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Solicitors",
                    "payer_public_address": "34 Ely Place, Holborn, London EC1N 6TD",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/6926",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 6318,
                    "summary": "Writing a book - RCW Literary Agency",
                    "parent_interest_id": "",
                    "registered": "2024-07-16",
                    "published": "2024-07-18",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5267,
                    "twfy_id": "26600",
                    "party": "labour",
                    "member": "Yuan Yang",
                    "job_title": "Writing a book",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "RCW Literary Agency",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Literary agency",
                    "payer_public_address": "20 Powis Mews, London W11 1JN",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/6318",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 6653,
                    "summary": "Non Executive Director - Quidnet REIT Ltd",
                    "parent_interest_id": "",
                    "registered": "2024-07-18",
                    "published": "2024-07-18",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5161,
                    "twfy_id": "26399",
                    "party": "reform",
                    "member": "Richard Tice",
                    "job_title": "Non Executive Director",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Quidnet REIT Ltd",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": true,
                    "payer_nature_of_business": "Property Investment",
                    "payer_public_address": "24 Berkeley Square",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/6653",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 6053,
                    "summary": "Councillor - Birmingham City Council",
                    "parent_interest_id": "",
                    "registered": "2024-07-10",
                    "published": "2024-07-17",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5357,
                    "twfy_id": "26631",
                    "party": "independent",
                    "member": "Ayoub Khan",
                    "job_title": "Councillor",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Birmingham City Council",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "Council House, Victoria Square, Birmingham B1 1BB",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/6053",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 6240,
                    "summary": "Physiotherapist - Dudley Group NHS Foundation Trust",
                    "parent_interest_id": "",
                    "registered": "2024-07-15",
                    "published": "2024-07-17",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5274,
                    "twfy_id": "26590",
                    "party": "labour",
                    "member": "Sonia Kumar",
                    "job_title": "Physiotherapist",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Dudley Group NHS Foundation Trust",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "Russells Hall Hospital, Pensnett Road, Dudley DY1 2HQ",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/6240",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 6545,
                    "summary": "Locum Doctor - NHS",
                    "parent_interest_id": "",
                    "registered": "2024-07-17",
                    "published": "2024-07-17",
                    "updated_1": "2025-05-12",
                    "category": "Employment and earnings",
                    "mnis_id": 5030,
                    "twfy_id": "26313",
                    "party": "labour",
                    "member": "Dr Simon Opher",
                    "job_title": "Locum Doctor",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "NHS",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "May Lane Surgery, Dursley, Glos GL11 4JN",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/6545",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 6454,
                    "summary": "Councillor - Woking Borough Council",
                    "parent_interest_id": "",
                    "registered": "2024-07-16",
                    "published": "2024-07-16",
                    "updated_1": "2025-05-30",
                    "category": "Employment and earnings",
                    "mnis_id": 5322,
                    "twfy_id": "26560",
                    "party": "liberal-democrat",
                    "member": "Mr Will Forster",
                    "job_title": "Councillor",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "Woking Borough Council",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "Civic Offices, Gloucester Square, Woking GU21 6YL",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/6454",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 6354,
                    "summary": "Local Councillor - RBWM - Royal Borough of Windsor & Maidenhead",
                    "parent_interest_id": "",
                    "registered": "2024-07-16",
                    "published": "2024-07-16",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5343,
                    "twfy_id": "26608",
                    "party": "liberal-democrat",
                    "member": "Mr Joshua Reynolds",
                    "job_title": "Local Councillor - RBWM",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Royal Borough of Windsor & Maidenhead",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Local Council",
                    "payer_public_address": "Town Hall, St Ives Road, Maidenhead SL6 1RF",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/6354",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 6476,
                    "summary": "Councilor - Somerset Council",
                    "parent_interest_id": "",
                    "registered": "2024-07-16",
                    "published": "2024-07-16",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5191,
                    "twfy_id": "26459",
                    "party": "liberal-democrat",
                    "member": "Adam Dance",
                    "job_title": "Councilor",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Somerset Council",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "County Hall, The Crescent, Taunton TA1 4DY",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/6476",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 6352,
                    "summary": "Councillor - Surrey County Council",
                    "parent_interest_id": "",
                    "registered": "2024-07-16",
                    "published": "2024-07-16",
                    "updated_1": "2025-05-30",
                    "category": "Employment and earnings",
                    "mnis_id": 5322,
                    "twfy_id": "26560",
                    "party": "liberal-democrat",
                    "member": "Mr Will Forster",
                    "job_title": "Councillor",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "Surrey County Council",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "11 Cockshot Hill, Woodhatch, Reigate RH2 8EF",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/6352",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 6308,
                    "summary": "Partner in retail fashion business - Pure",
                    "parent_interest_id": "",
                    "registered": "2024-07-15",
                    "published": "2024-07-15",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5049,
                    "twfy_id": "26322",
                    "party": "labour",
                    "member": "Michelle Scrogham",
                    "job_title": "Partner in retail fashion business",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Pure",
                    "payer_is_private_individual": true,
                    "is_paid_as_director_of_payer": true,
                    "payer_nature_of_business": "Retail fashion",
                    "payer_public_address": "",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/6308",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 6301,
                    "summary": "County Councillor - Leicestershire County Council",
                    "parent_interest_id": "",
                    "registered": "2024-07-15",
                    "published": "2024-07-15",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5330,
                    "twfy_id": "26625",
                    "party": "conservative",
                    "member": "Mr Peter Bedford",
                    "job_title": "County Councillor",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "Leicestershire County Council",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Local Authority",
                    "payer_public_address": "Leicestershire County Council, County Hall, Glenfield, Leicester LE3 8RA",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/6301",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 6253,
                    "summary": "Councillor - Hertfordshire County Council",
                    "parent_interest_id": "",
                    "registered": "2024-07-15",
                    "published": "2024-07-15",
                    "updated_1": "2025-05-06",
                    "category": "Employment and earnings",
                    "mnis_id": 5050,
                    "twfy_id": "26316",
                    "party": "conservative",
                    "member": "Lewis Cocking",
                    "job_title": "Councillor",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "Hertfordshire County Council",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "County Hall, Pegs Lane, Hertford SG13 8DQ",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/6253",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 5988,
                    "summary": "Barrister - Doughty Street Chambers",
                    "parent_interest_id": "",
                    "registered": "2024-07-10",
                    "published": "2024-07-12",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5067,
                    "twfy_id": "26346",
                    "party": "labour",
                    "member": "Tony Vaughan",
                    "job_title": "Barrister",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Doughty Street Chambers",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Legal services",
                    "payer_public_address": "54 Doughty Street, London WC1N 2LS",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/5988",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 6127,
                    "summary": "Councillor - BCP Council",
                    "parent_interest_id": "",
                    "registered": "2024-07-11",
                    "published": "2024-07-11",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5327,
                    "twfy_id": "26582",
                    "party": "liberal-democrat",
                    "member": "Vikki Slade",
                    "job_title": "Councillor",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "BCP Council",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Local Authority",
                    "payer_public_address": "Civic Centre, Bourne Avenue, Bournemouth BH2 6DY",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/6127",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 6087,
                    "summary": "Member of the Appeals Committee for the Human Fertilisation and Embryology Authority - Human Fertilisation and Embryology Authority",
                    "parent_interest_id": "",
                    "registered": "2024-07-11",
                    "published": "2024-07-11",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "party": "conservative",
                    "member": "Dr Neil Shastri-Hurst",
                    "job_title": "Member of the Appeals Committee for the Human Fertilisation and Embryology Authority",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Human Fertilisation and Embryology Authority",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "2nd Floor, 2 Redman Place, London E20 1JQ",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/6087",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 6052,
                    "summary": "Director & Employee, Barrister - Chambers of Ayoub Khan Ltd",
                    "parent_interest_id": "",
                    "registered": "2024-07-10",
                    "published": "2024-07-10",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5357,
                    "twfy_id": "26631",
                    "party": "independent",
                    "member": "Ayoub Khan",
                    "job_title": "Director & Employee, Barrister",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Chambers of Ayoub Khan Ltd",
                    "payer_is_private_individual": true,
                    "is_paid_as_director_of_payer": true,
                    "payer_nature_of_business": "Barrister",
                    "payer_public_address": "",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/6052",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 6031,
                    "summary": "Barrister - No5 Chambers",
                    "parent_interest_id": "",
                    "registered": "2024-07-10",
                    "published": "2024-07-10",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "party": "conservative",
                    "member": "Dr Neil Shastri-Hurst",
                    "job_title": "Barrister",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "No5 Chambers",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "103 Colmore Row, Birmingham B3 3AG",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/6031",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 3871,
                    "summary": "Writing and adapting a book - United Agents",
                    "parent_interest_id": "",
                    "registered": "",
                    "published": "2024-07-08",
                    "updated_1": "2024-07-08",
                    "category": "Employment and earnings",
                    "mnis_id": 1446,
                    "twfy_id": "10761",
                    "party": "labour",
                    "member": "Chris Bryant",
                    "job_title": "Writing and adapting a book",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "United Agents",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "12-26 Lexington Street, London W1F 0LE",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/3871",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 5774,
                    "summary": "Appearances on ITV programmes - ITV PLC",
                    "parent_interest_id": "",
                    "registered": "",
                    "published": "2024-05-16",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4573,
                    "twfy_id": "25579",
                    "party": "labour",
                    "member": "Dr Rosena Allin-Khan",
                    "job_title": "Appearances on ITV programmes",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "ITV PLC",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "ITV White City, 201 Wood Lane, London W12 7RU",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/5774",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 5727,
                    "summary": "Legal services - Bortoft Bell Solicitors",
                    "parent_interest_id": "",
                    "registered": "",
                    "published": "2024-05-13",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "party": "conservative",
                    "member": "Sir Geoffrey Cox",
                    "job_title": "Legal services",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Bortoft Bell Solicitors",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "2 John Street, London WC1N 2ES",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/5727",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 5729,
                    "summary": "Legal services - CGS Solicitors",
                    "parent_interest_id": "",
                    "registered": "",
                    "published": "2024-05-13",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "party": "conservative",
                    "member": "Sir Geoffrey Cox",
                    "job_title": "Legal services",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "CGS Solicitors",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "4th Floor, 1 Minster Court, Mincing Lane, London EC3R 7AA",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/5729",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 5638,
                    "summary": "Speaker - Chartwell Speakers",
                    "parent_interest_id": "",
                    "registered": "2024-05-07",
                    "published": "2024-05-09",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4020,
                    "twfy_id": "24817",
                    "party": "conservative",
                    "member": "George Freeman",
                    "job_title": "Speaker",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Chartwell Speakers",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "speaker bureau and literary agency",
                    "payer_public_address": "WeWork, Colonnade Walk, 123 Buckingham Palace Road, London SW1W 9SH",
                    "has_sought_acoba_advice": true,
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/5638",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 5320,
                    "summary": "Royalties for a book - David Luxton",
                    "parent_interest_id": "",
                    "registered": "",
                    "published": "2024-04-19",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4040,
                    "twfy_id": "24721",
                    "party": "labourco-operative",
                    "member": "Chris Evans",
                    "job_title": "Royalties for a book",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "David Luxton",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Literary Agent",
                    "payer_public_address": "First Floor, Jebsen House, 53-61 High Street, Ruislip, Middlesex, England, HA4 7BD",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/5320",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 4482,
                    "summary": "Library copyright fees - Public Lending Right",
                    "parent_interest_id": "",
                    "registered": "",
                    "published": "2024-04-18",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4370,
                    "twfy_id": "25364",
                    "party": "labour",
                    "member": "Jess Phillips",
                    "job_title": "Library copyright fees",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Public Lending Right",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "British Library, Boston Spa, Wetherby LS23 7BQ",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/4482",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 5282,
                    "summary": "Practice at the Bar of England and Wales - Thomas More Chambers",
                    "parent_interest_id": "",
                    "registered": "",
                    "published": "2024-04-14",
                    "updated_1": "2023-08-02",
                    "category": "Employment and earnings",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "party": "conservative",
                    "member": "Sir Geoffrey Cox",
                    "job_title": "Practice at the Bar of England and Wales",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Thomas More Chambers",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "7 Lincoln's Inn Fields, London WC2A 3BP",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/5282",
                    "updated_2": "2024-04-12",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 5142,
                    "summary": "Legal Services - Director of Public Prosecutions Mauritius",
                    "parent_interest_id": "",
                    "registered": "",
                    "published": "2024-04-09",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "party": "conservative",
                    "member": "Sir Geoffrey Cox",
                    "job_title": "Legal Services",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "Director of Public Prosecutions Mauritius",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "Level 10, 16 Garden Tower Building, Poudriere St, Port Louis, Mauritius",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/5142",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 4480,
                    "summary": "Royalties",
                    "parent_interest_id": "",
                    "registered": "",
                    "published": "2024-03-26",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4370,
                    "twfy_id": "25364",
                    "party": "labour",
                    "member": "Jess Phillips",
                    "job_title": "Royalties",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Authors' Licensing and Collecting Society (ALCS)",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Collection of copyright payments for authors",
                    "payer_public_address": "6th Floor, International House, 1 St Katharine's Way, London E1W 1UN",
                    "has_sought_acoba_advice": false,
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/4480",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 4959,
                    "summary": "Director - MAP Advisory Ltd",
                    "parent_interest_id": "",
                    "registered": "2013-09-07",
                    "published": "2024-03-18",
                    "updated_1": "2015-07-07",
                    "category": "Employment and earnings",
                    "mnis_id": 1576,
                    "twfy_id": "11946",
                    "party": "conservative",
                    "member": "Mark Pritchard",
                    "job_title": "Director",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "MAP Advisory Ltd",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "c/o Cooper Parry , 3rd Floor, 86-90 Paul Street, London, EC2A 4NE",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/4959",
                    "updated_2": "2022-04-25",
                    "updated_3": "2026-02-09",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 4836,
                    "summary": "Independent Non-executive Director - Super Sharp Space Systems",
                    "parent_interest_id": "",
                    "registered": "",
                    "published": "2024-03-18",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4074,
                    "twfy_id": "24824",
                    "party": "conservative",
                    "member": "Mark Garnier",
                    "job_title": "Independent Non-executive Director",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Super Sharp Space Systems",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Low orbit Earth observation telescopes",
                    "payer_public_address": "G0 Stirling House, Cambridge Innovation Park, Denney End Road, Waterbeach CB25 9PB",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/4836",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 4718,
                    "summary": "Independent Non-Executive Director",
                    "parent_interest_id": "",
                    "registered": "2022-03-21",
                    "published": "2024-03-18",
                    "updated_1": "2023-04-04",
                    "category": "Employment and earnings",
                    "mnis_id": 4008,
                    "twfy_id": "24873",
                    "party": "conservative",
                    "member": "Dame Caroline Dinenage",
                    "job_title": "Independent Non-Executive Director",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "LNT Care Developments Group",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Residential care home developer and constructor",
                    "payer_public_address": "Helios 47, Isabella Road, Garforth LS25 2DY",
                    "has_sought_acoba_advice": true,
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/4718",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 4711,
                    "summary": "Consultant Global Counsel - Withers LLP",
                    "parent_interest_id": "",
                    "registered": "2020-10-19",
                    "published": "2024-03-18",
                    "updated_1": "2021-10-19",
                    "category": "Employment and earnings",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "party": "conservative",
                    "member": "Sir Geoffrey Cox",
                    "job_title": "Consultant Global Counsel",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Withers LLP",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "20 Old Bailey, London EC4M 7AN",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/4711",
                    "updated_2": "2024-01-03",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 4706,
                    "summary": "Director - Carclew Limited",
                    "parent_interest_id": "",
                    "registered": "",
                    "published": "2024-03-18",
                    "updated_1": "2017-06-20",
                    "category": "Employment and earnings",
                    "mnis_id": 242,
                    "twfy_id": "10103",
                    "party": "conservative",
                    "member": "Sir Christopher Chope",
                    "job_title": "Director",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Carclew Limited",
                    "payer_is_private_individual": true,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/4706",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 4853,
                    "summary": "Columnist - Reach Plc (Reach Shared Services Ltd)",
                    "parent_interest_id": "",
                    "registered": "",
                    "published": "2024-03-18",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 350,
                    "twfy_id": "10265",
                    "party": "conservative",
                    "member": "Sir John Hayes",
                    "job_title": "Columnist",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Reach Plc (Reach Shared Services Ltd)",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "5 St Pauls Square, Liverpool L3 9SJ",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/4853",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 4855,
                    "summary": "Part-time professor in Political Studies - University of Greater Manchester",
                    "parent_interest_id": "",
                    "registered": "",
                    "published": "2024-03-18",
                    "updated_1": "2025-02-13",
                    "category": "Employment and earnings",
                    "mnis_id": 350,
                    "twfy_id": "10265",
                    "party": "conservative",
                    "member": "Sir John Hayes",
                    "job_title": "Part-time professor in Political Studies",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "University of Greater Manchester",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "Deane Road, Bolton BL3 5AB",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/4855",
                    "updated_2": "2025-07-14",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 4865,
                    "summary": "Consultant paediatrician - North West Anglia NHS Foundation Trust",
                    "parent_interest_id": "",
                    "registered": "2017-01-09",
                    "published": "2024-03-18",
                    "updated_1": "2017-04-27",
                    "category": "Employment and earnings",
                    "mnis_id": 4592,
                    "twfy_id": "25597",
                    "party": "conservative",
                    "member": "Dr Caroline Johnson",
                    "job_title": "Consultant paediatrician",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "North West Anglia NHS Foundation Trust",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "Peterborough City Hospital, Bretton Gate, Bretton PE3 9GZ",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/4865",
                    "updated_2": "2017-07-06",
                    "updated_3": "2020-03-13",
                    "updated_4": "2021-11-16",
                    "updated_5": "2022-06-21",
                    "updated_6": "2022-10-07",
                    "updated_7": "2023-10-26",
                    "category_code": "1"
                },
                {
                    "id": 4136,
                    "summary": "Writing a book - Head of Zeus \u2013 UK",
                    "parent_interest_id": "",
                    "registered": "",
                    "published": "2024-03-18",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 1171,
                    "twfy_id": "11360",
                    "party": "labour",
                    "member": "Liam Byrne",
                    "job_title": "Writing a book",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Head of Zeus \u2013 UK",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "5-8 Hardwick Street, London EC1R 4RG",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/4136",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 3818,
                    "summary": "Member of the Advisory Board of the House Magazine - Political Engagement Limited",
                    "parent_interest_id": "",
                    "registered": "2021-07-01",
                    "published": "2024-03-18",
                    "updated_1": "2022-12-09",
                    "category": "Employment and earnings",
                    "mnis_id": 4110,
                    "twfy_id": "24725",
                    "party": "conservative",
                    "member": "Dame Karen Bradley",
                    "job_title": "Member of the Advisory Board of the House Magazine",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Political Engagement Limited",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "11th Floor, Millbank Tower, 21-24 Millbank, London SW1P 4QP",
                    "has_sought_acoba_advice": true,
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/3818",
                    "updated_2": "2023-10-19",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 5019,
                    "summary": "EMI - Royalty payments - EMI",
                    "parent_interest_id": "",
                    "registered": "2015-05-01",
                    "published": "2024-03-18",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 1440,
                    "twfy_id": "11333",
                    "party": "scottish-national-party",
                    "member": "Pete Wishart",
                    "job_title": "EMI - Royalty payments",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "EMI",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "EMI House, 43 Brook Green, London W6 7EF",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/5019",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 4308,
                    "summary": "Writing articles - Reach Group Limited",
                    "parent_interest_id": "",
                    "registered": "",
                    "published": "2024-03-18",
                    "updated_1": "2024-11-29",
                    "category": "Employment and earnings",
                    "mnis_id": 4084,
                    "twfy_id": "24882",
                    "party": "conservative",
                    "member": "Esther McVey",
                    "job_title": "Writing articles",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Reach Group Limited",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "21st Floor, One Canada Square, Canary Wharf, London E14 5AP",
                    "has_sought_acoba_advice": true,
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/4308",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 4286,
                    "summary": "Writing an article",
                    "parent_interest_id": "",
                    "registered": "",
                    "published": "2024-03-18",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "party": "labour",
                    "member": "Clive Lewis",
                    "job_title": "Writing an article",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Guardian News & Media Limited",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "PO Box 68164, Kings Place, 90 York Way, London N1P 2AP",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/4286",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 4935,
                    "summary": "Copyright payments for books written before my election to Parliament - Authors\u2019 Licensing and Collecting Society",
                    "parent_interest_id": "",
                    "registered": "",
                    "published": "2024-03-18",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4514,
                    "twfy_id": "25353",
                    "party": "labour",
                    "member": "Sir Keir Starmer",
                    "job_title": "Copyright payments for books written before my election to Parliament",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Authors\u2019 Licensing and Collecting Society",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "4 Battle Bridge Lane, London SE1 2HX",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/4935",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 4169,
                    "summary": "Writing a book - Conville and Walsh",
                    "parent_interest_id": "",
                    "registered": "",
                    "published": "2024-03-18",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 420,
                    "twfy_id": "10131",
                    "party": "labour",
                    "member": "Yvette Cooper",
                    "job_title": "Writing a book",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Conville and Walsh",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "literary agent",
                    "payer_public_address": "Haymarket House, London SW1Y 4SP",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/4169",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 4251,
                    "summary": "Royalties on a textbook",
                    "parent_interest_id": "",
                    "registered": "",
                    "published": "2024-03-18",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4657,
                    "twfy_id": "25618",
                    "party": "labourco-operative",
                    "member": "Anneliese Dodds",
                    "job_title": "Royalties on a textbook",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Bloomsbury Publishers Plc",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "50 Bedford Square, London WC1B 3DP",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/4251",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 4707,
                    "summary": "Partner - East Beckham partnership",
                    "parent_interest_id": "",
                    "registered": "2015-05-01",
                    "published": "2024-03-18",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 249,
                    "twfy_id": "10119",
                    "party": "conservative",
                    "member": "Sir Geoffrey Clifton-Brown",
                    "job_title": "Partner",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "East Beckham partnership",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Arable farming",
                    "payer_public_address": "Norfolk",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/4707",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 4923,
                    "summary": "Non-executive Director - CSA Catapult Innovation Centre",
                    "parent_interest_id": "",
                    "registered": "2022-12-19",
                    "published": "2024-03-18",
                    "updated_1": "2023-04-12",
                    "category": "Employment and earnings",
                    "mnis_id": 4656,
                    "twfy_id": "25689",
                    "party": "liberal-democrat",
                    "member": "Layla Moran",
                    "job_title": "Non-executive Director",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": true,
                    "payer_name": "CSA Catapult Innovation Centre",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": true,
                    "payer_nature_of_business": "a centre established to help the UK become a global leader in compound semiconductors",
                    "payer_public_address": "Imperial Park Innovation Centre, Celtic Way, Newport NP10 8BE",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/4923",
                    "updated_2": "2023-06-30",
                    "updated_3": "2024-08-02",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 4335,
                    "summary": "Writing a book",
                    "parent_interest_id": "",
                    "registered": "",
                    "published": "2024-03-18",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 1211,
                    "twfy_id": "11115",
                    "party": "conservative",
                    "member": "Sir Andrew Mitchell",
                    "job_title": "Writing a book",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "AM Heath & Co Ltd",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "5 Warwick Court, London WC1R 5DJ",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/4335",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 4940,
                    "summary": "Legal services provided before my election to Parliament",
                    "parent_interest_id": "",
                    "registered": "",
                    "published": "2024-03-18",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4514,
                    "twfy_id": "25353",
                    "party": "labour",
                    "member": "Sir Keir Starmer",
                    "job_title": "Legal services provided before my election to Parliament",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Birnberg Pierce",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "14 Inverness Street, London NW1 7HJ",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/4940",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 4833,
                    "summary": "Chair of the Advisory Board",
                    "parent_interest_id": "",
                    "registered": "",
                    "published": "2024-03-18",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4074,
                    "twfy_id": "24824",
                    "party": "conservative",
                    "member": "Mark Garnier",
                    "job_title": "Chair of the Advisory Board",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Shetland Space Centre",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "Moray Park, Seaford Avenue, Grantown-on-Spey PH26 3J",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/4833",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 4791,
                    "summary": "Writing articles in Diplomat Magazine - Aros Corporation Ltd",
                    "parent_interest_id": "",
                    "registered": "",
                    "published": "2024-03-18",
                    "updated_1": "2024-04-30",
                    "category": "Employment and earnings",
                    "mnis_id": 40,
                    "twfy_id": "10312",
                    "party": "conservative",
                    "member": "Sir Bernard Jenkin",
                    "job_title": "Writing articles in Diplomat Magazine",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Aros Corporation Ltd",
                    "payer_is_private_individual": true,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/4791",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 5020,
                    "summary": "Ridge Records - Royalty payments - Ridge Records Limited",
                    "parent_interest_id": "",
                    "registered": "",
                    "published": "2024-03-18",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 1440,
                    "twfy_id": "11333",
                    "party": "scottish-national-party",
                    "member": "Pete Wishart",
                    "job_title": "Ridge Records - Royalty payments",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Ridge Records Limited",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": true,
                    "payer_nature_of_business": "",
                    "payer_public_address": "1 York Street, Aberdeen AB11 5DL.",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/5020",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 3835,
                    "summary": "Royalties for books",
                    "parent_interest_id": "",
                    "registered": "",
                    "published": "2024-03-18",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4479,
                    "twfy_id": "25279",
                    "party": "labour",
                    "member": "Nick Thomas-Symonds",
                    "job_title": "Royalties for books",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "The Wylie Agency (UK) Ltd",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "17 Bedford Square, London WC1B 3JA",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/3835",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 4181,
                    "summary": "Legal services",
                    "parent_interest_id": "",
                    "registered": "",
                    "published": "2024-03-18",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "party": "conservative",
                    "member": "Sir Geoffrey Cox",
                    "job_title": "Legal services",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "CMS Holborn Asia",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "Holborn Law LLC, 7 Straights View, Marina One East Tower, #19-01, 018936, Singapore",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/4181",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 4375,
                    "summary": "Writing articles",
                    "parent_interest_id": "",
                    "registered": "",
                    "published": "2024-03-18",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4370,
                    "twfy_id": "25364",
                    "party": "labour",
                    "member": "Jess Phillips",
                    "job_title": "Writing articles",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Guardian News & Media Ltd",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "Kings Place, 90 York Way, London N1P 2AP",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/4375",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 4932,
                    "summary": "Academic Work - Liberty Fund Inc",
                    "parent_interest_id": "",
                    "registered": "",
                    "published": "2024-03-18",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 3991,
                    "twfy_id": "24827",
                    "party": "conservative",
                    "member": "Jesse Norman",
                    "job_title": "Academic Work",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Liberty Fund Inc",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "private educational foundation",
                    "payer_public_address": "11301 N. Meridian Street, Carmel, IN 46032-4564, USA",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/4932",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 4849,
                    "summary": "Strategic Adviser - BB Energy Trading Ltd",
                    "parent_interest_id": "",
                    "registered": "",
                    "published": "2024-03-18",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 350,
                    "twfy_id": "10265",
                    "party": "conservative",
                    "member": "Sir John Hayes",
                    "job_title": "Strategic Adviser",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "BB Energy Trading Ltd",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "an international energy company trading worldwide",
                    "payer_public_address": "12-14 Ansdell St, London W8 5BN",
                    "has_sought_acoba_advice": true,
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/4849",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 4353,
                    "summary": "Writing Books - Peters Fraser & Dunlop Ltd",
                    "parent_interest_id": "",
                    "registered": "",
                    "published": "2024-03-18",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 3991,
                    "twfy_id": "24827",
                    "party": "conservative",
                    "member": "Jesse Norman",
                    "job_title": "Writing Books",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Peters Fraser & Dunlop Ltd",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "Book Publisher",
                    "payer_public_address": "55 New Oxford Street, London WC1A 1BS",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/4353",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 4058,
                    "summary": "Chairing a training event",
                    "parent_interest_id": "",
                    "registered": "",
                    "published": "2024-03-18",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4844,
                    "twfy_id": "25853",
                    "party": "conservative",
                    "member": "Matt Vickers",
                    "job_title": "Chairing a training event",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "International Centre for Parliamentary Studies",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "Millbank Tower, London SW1P 4QP",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/4058",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 4424,
                    "summary": "Writing a book - Peters Fraser & Dunlop Limited",
                    "parent_interest_id": "",
                    "registered": "",
                    "published": "2024-03-18",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4031,
                    "twfy_id": "24851",
                    "party": "labour",
                    "member": "Rachel Reeves",
                    "job_title": "Writing a book",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Peters Fraser & Dunlop Limited",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "55 New Oxford Street, London WC1A 1BS",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/4424",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 5017,
                    "summary": "Adviser",
                    "parent_interest_id": "",
                    "registered": "",
                    "published": "2024-03-18",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4108,
                    "twfy_id": "24729",
                    "party": "conservative",
                    "member": "Sir Gavin Williamson",
                    "job_title": "Adviser",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "RTC Education Ltd",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "A provider of undergraduate and postgraduate education programmes to UK and international students.",
                    "payer_public_address": "153 Great Titchfield Street, London W1W 5BD",
                    "has_sought_acoba_advice": true,
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/5017",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 4321,
                    "summary": "Panelist on TV programme - GB News",
                    "parent_interest_id": "",
                    "registered": "",
                    "published": "2024-03-18",
                    "updated_1": "2025-01-24",
                    "category": "Employment and earnings",
                    "mnis_id": 4084,
                    "twfy_id": "24882",
                    "party": "conservative",
                    "member": "Esther McVey",
                    "job_title": "Panelist on TV programme",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "GB News",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "Riverbank House, 2 Swan Lane, London EC4R 3TT",
                    "has_sought_acoba_advice": true,
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/4321",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 4249,
                    "summary": "Being a member of a grants application panel",
                    "parent_interest_id": "",
                    "registered": "",
                    "published": "2024-03-18",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4676,
                    "twfy_id": "25620",
                    "party": "labour",
                    "member": "Marsha De Cordova",
                    "job_title": "Being a member of a grants application panel",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Fight for Sight",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "18 Mansell Street, London E1 8AA",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/4249",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 4742,
                    "summary": "Director",
                    "parent_interest_id": "",
                    "registered": "",
                    "published": "2024-03-18",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4823,
                    "twfy_id": "25821",
                    "party": "sinn-fein",
                    "member": "John Finucane",
                    "job_title": "Director",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Finucane Toner Ltd",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": true,
                    "payer_nature_of_business": "Solicitors",
                    "payer_public_address": "76-78 Castle St, Belfast BT1 1HD",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/4742",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 4341,
                    "summary": "Surgeon Commander - Royal Naval Reserve",
                    "parent_interest_id": "",
                    "registered": "",
                    "published": "2024-03-18",
                    "updated_1": "2014-01-15",
                    "category": "Employment and earnings",
                    "mnis_id": 1466,
                    "twfy_id": "11132",
                    "party": "conservative",
                    "member": "Dr Andrew Murrison",
                    "job_title": "Surgeon Commander",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Royal Naval Reserve",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "HMS President, St Katherine\u2019s Dock, London",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/4341",
                    "updated_2": "2015-10-02",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 4138,
                    "summary": "Member of the Advisory Board of the House Magazine",
                    "parent_interest_id": "",
                    "registered": "2021-09-22",
                    "published": "2024-03-16",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 1442,
                    "twfy_id": "10785",
                    "party": "liberal-democrat",
                    "member": "Mr Alistair Carmichael",
                    "job_title": "Member of the Advisory Board of the House Magazine",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Dods Group Ltd",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "11th Floor, The Shard, 32 London Bridge St, London SE1 9SG",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/4138",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 4217,
                    "summary": "Advisory Director - Investcorp Securities Ltd",
                    "parent_interest_id": "",
                    "registered": "2020-01-09",
                    "published": "2024-03-16",
                    "updated_1": "2022-07-18",
                    "category": "Employment and earnings",
                    "mnis_id": 3912,
                    "twfy_id": "24787",
                    "party": "conservative",
                    "member": "Richard Fuller",
                    "job_title": "Advisory Director",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Investcorp Securities Ltd",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": true,
                    "payer_nature_of_business": "a venture capital company",
                    "payer_public_address": "48 Grosvenor St, London W1K 3HW",
                    "has_sought_acoba_advice": false,
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/4217",
                    "updated_2": "2023-04-14",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 4017,
                    "summary": "Sitting on hearings as an Independent Associate Manager - Birmingham and Solihull Mental Health Trust",
                    "parent_interest_id": "",
                    "registered": "2022-03-21",
                    "published": "2024-03-16",
                    "updated_1": "2023-10-05",
                    "category": "Employment and earnings",
                    "mnis_id": 4938,
                    "twfy_id": "26061",
                    "party": "labour",
                    "member": "Paulette Hamilton",
                    "job_title": "Sitting on hearings as an Independent Associate Manager",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Birmingham and Solihull Mental Health Trust",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "Unit 1 B1, 50 Summer Hill Road, Birmingham B1 3RB",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/4017",
                    "updated_2": "2024-07-30",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 4026,
                    "summary": "Preparing and delivering training and development session",
                    "parent_interest_id": "",
                    "registered": "",
                    "published": "2024-03-16",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4938,
                    "twfy_id": "26061",
                    "party": "labour",
                    "member": "Paulette Hamilton",
                    "job_title": "Preparing and delivering training and development session",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "King\u2019s Fund",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "Cavendish Square, London W1G OAN",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/4026",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 3636,
                    "summary": "Doctor",
                    "parent_interest_id": "",
                    "registered": "",
                    "published": "2024-03-16",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4573,
                    "twfy_id": "25579",
                    "party": "labour",
                    "member": "Dr Rosena Allin-Khan",
                    "job_title": "Doctor",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "St George's Hospital NHS Trust",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "Blackshaw Road, London SW17 0QT",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/3636",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 4196,
                    "summary": "Member of the Advisory Board of THI Holdings GmbH, Eberhardstrasse 65, 70173 Stuttgart",
                    "parent_interest_id": "",
                    "registered": "",
                    "published": "2024-03-16",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 373,
                    "twfy_id": "10162",
                    "party": "conservative",
                    "member": "David Davis",
                    "job_title": "Member of the Advisory Board of THI Holdings GmbH, Eberhardstrasse 65, 70173 Stuttgart",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "THI Investments UK Ltd",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "an investment company",
                    "payer_public_address": "17 Grosvenor Street, London W1K 4QG",
                    "has_sought_acoba_advice": true,
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/4196",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 4365,
                    "summary": "Writing books - United Agents",
                    "parent_interest_id": "",
                    "registered": "",
                    "published": "2024-03-16",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4370,
                    "twfy_id": "25364",
                    "party": "labour",
                    "member": "Jess Phillips",
                    "job_title": "Writing books",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "United Agents",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "Lexington House, 12-26 Lexington St, Soho, London W1F 0LE",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/4365",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 4033,
                    "summary": "Non-executive director",
                    "parent_interest_id": "",
                    "registered": "",
                    "published": "2024-03-16",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4739,
                    "twfy_id": "25904",
                    "party": "conservative",
                    "member": "Jerome Mayhew",
                    "job_title": "Non-executive director",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Walsingham Estate Management Ltd",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "property and land maintenance and development",
                    "payer_public_address": "Estate Office, 10 Common Place, Walsingham, NR22 6BP",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/4033",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 4178,
                    "summary": "Presenter/Contributor on GB News",
                    "parent_interest_id": "",
                    "registered": "",
                    "published": "2024-03-16",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "party": "reform",
                    "member": "Lee Anderson",
                    "job_title": "Presenter/Contributor on GB News",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "GB News Limited",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "Riverbank House, 2 Swan Lane, London EC4R 3TT",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/4178",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 4029,
                    "summary": "Preparing and delivering training and development sessions",
                    "parent_interest_id": "",
                    "registered": "",
                    "published": "2024-03-16",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4938,
                    "twfy_id": "26061",
                    "party": "labour",
                    "member": "Paulette Hamilton",
                    "job_title": "Preparing and delivering training and development sessions",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Centaura Ltd",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "18 River Street, Lancaster LA1 1AD",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/4029",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 3671,
                    "summary": "Writing articles for News UK and Ireland - News UK and Ireland",
                    "parent_interest_id": "",
                    "registered": "",
                    "published": "2024-03-13",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "party": "conservative",
                    "member": "Sir Iain Duncan Smith",
                    "job_title": "Writing articles for News UK and Ireland",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "News UK and Ireland",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "1 London Bridge Street, London SE1 9GF",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/3671",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 3677,
                    "summary": "Writing articles - Associated Newspapers Ltd (ANMFS Ltd)",
                    "parent_interest_id": "",
                    "registered": "",
                    "published": "2024-03-13",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "party": "conservative",
                    "member": "Sir Iain Duncan Smith",
                    "job_title": "Writing articles",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Associated Newspapers Ltd (ANMFS Ltd)",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "Northcliffe House, 2 Derry Street, London W8 5TT",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/3677",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 3680,
                    "summary": "Writing articles - Daily Telegraph and Sunday Telegraph",
                    "parent_interest_id": "",
                    "registered": "",
                    "published": "2024-03-13",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "party": "conservative",
                    "member": "Sir Iain Duncan Smith",
                    "job_title": "Writing articles",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Daily Telegraph and Sunday Telegraph",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "111 Buckingham Palace Rd, London SW1W 0DT",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/3680",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 3721,
                    "summary": "Writing a book",
                    "parent_interest_id": "",
                    "registered": "",
                    "published": "2024-03-13",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 1444,
                    "twfy_id": "10901",
                    "party": "conservative",
                    "member": "Mr Mark Francois",
                    "job_title": "Writing a book",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Kindle Direct Publishing (KDP) Amazon.com Inc",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "410 Terry Avenue, North Seattle, Washington 98109, USA",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/3721",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 3694,
                    "summary": "Writing articles - Reach Shared Services Ltd",
                    "parent_interest_id": "",
                    "registered": "",
                    "published": "2024-03-13",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "party": "conservative",
                    "member": "Sir Iain Duncan Smith",
                    "job_title": "Writing articles",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Reach Shared Services Ltd",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "3rd Floor, 5 St Paul\u2019s Square, Liverpool L3 9SJ",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/3694",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 3715,
                    "summary": "Writing a book - David Luxton Associates Ltd",
                    "parent_interest_id": "",
                    "registered": "",
                    "published": "2024-03-13",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4040,
                    "twfy_id": "24721",
                    "party": "labourco-operative",
                    "member": "Chris Evans",
                    "job_title": "Writing a book",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "David Luxton Associates Ltd",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "23 Hillcourt Avenue, London N12 8EY",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/3715",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                },
                {
                    "id": 4893,
                    "summary": "Farming and administrative duties",
                    "parent_interest_id": "",
                    "registered": "",
                    "published": "2023-03-26",
                    "updated_1": "",
                    "category": "Employment and earnings",
                    "mnis_id": 4857,
                    "twfy_id": "25562",
                    "party": "dup",
                    "member": "Carla Lockhart",
                    "job_title": "Farming and administrative duties",
                    "start_date": "",
                    "end_date": "",
                    "is_until_further_notice": false,
                    "payer_name": "Carla Lockhart and Rodney Condell",
                    "payer_is_private_individual": false,
                    "is_paid_as_director_of_payer": false,
                    "payer_nature_of_business": "",
                    "payer_public_address": "5 Morrow Park, Clabby, BT75 0LT",
                    "has_sought_acoba_advice": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/4893",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "updated_7": "",
                    "category_code": "1"
                }
            ]
        },
        {
            "title": "Category 1.1",
            "description": "Employment and earnings - Ad hoc payments",
            "custom": {
                "row_count": 587
            },
            "name": "category_1.1",
            "profile": "data-resource",
            "format": "json",
            "hashing": "md5",
            "encoding": "utf-8",
            "schema": {
                "fields": [
                    {
                        "name": "id",
                        "type": "integer",
                        "description": "Unique identifier for the interest",
                        "constraints": {
                            "unique": true
                        },
                        "example": "10825"
                    },
                    {
                        "name": "summary",
                        "type": "string",
                        "description": "Text summary of the interest",
                        "constraints": {
                            "unique": false
                        },
                        "example": "Payment expected for services on 01 September 2022 - \u00a35,000.00"
                    },
                    {
                        "name": "parent_interest_id",
                        "type": "integer",
                        "description": "Unique identifier for the parent interest",
                        "constraints": {
                            "unique": false
                        },
                        "example": "10545"
                    },
                    {
                        "name": "registered",
                        "type": "string",
                        "description": "registered date",
                        "constraints": {
                            "unique": false
                        },
                        "example": "2022-09-22"
                    },
                    {
                        "name": "published",
                        "type": "string",
                        "description": "published date",
                        "constraints": {
                            "unique": false
                        },
                        "example": "2024-03-18"
                    },
                    {
                        "name": "updated_1",
                        "type": "string",
                        "description": "updated date",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                "2025-05-22",
                                "2025-09-18",
                                "2025-11-20",
                                "2025-12-09",
                                "2025-12-18",
                                "2025-12-22",
                                "2026-01-22"
                            ]
                        },
                        "example": "2025-05-22"
                    },
                    {
                        "name": "category",
                        "type": "string",
                        "description": "Category of the interest",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                "Employment and earnings - Ad hoc payments"
                            ]
                        },
                        "example": "Employment and earnings - Ad hoc payments"
                    },
                    {
                        "name": "mnis_id",
                        "type": "integer",
                        "description": "Parliament's unique identifier for the member",
                        "constraints": {
                            "unique": false
                        },
                        "example": "1171"
                    },
                    {
                        "name": "twfy_id",
                        "type": "string",
                        "description": "TheyWorkForYou ID for the member",
                        "constraints": {
                            "unique": false
                        },
                        "example": "10001"
                    },
                    {
                        "name": "party",
                        "type": "string",
                        "description": "TWFY ID for the party as of this release date",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                "conservative",
                                "green",
                                "independent",
                                "labour",
                                "labourco-operative",
                                "liberal-democrat",
                                "plaid-cymru",
                                "reform",
                                "scottish-national-party"
                            ]
                        },
                        "example": "conservative"
                    },
                    {
                        "name": "member",
                        "type": "string",
                        "description": "Name of the MP",
                        "constraints": {
                            "unique": false
                        },
                        "example": "Alex Burghart"
                    },
                    {
                        "name": "payment_received",
                        "type": "boolean",
                        "description": "Whether there was a payment received",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                false,
                                true
                            ]
                        },
                        "example": "False"
                    },
                    {
                        "name": "received_date",
                        "type": "string",
                        "description": "Date the payment was received",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                ""
                            ]
                        },
                        "example": ""
                    },
                    {
                        "name": "job_title",
                        "type": "string",
                        "description": "Job the MP was paid for",
                        "constraints": {
                            "unique": false
                        },
                        "example": "Adaptation of authored works."
                    },
                    {
                        "name": "payment_type",
                        "type": "string",
                        "description": "Type of payment",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                "In kind",
                                "Monetary"
                            ]
                        },
                        "example": "In kind"
                    },
                    {
                        "name": "payment_description",
                        "type": "string",
                        "description": "Description of the payment",
                        "constraints": {
                            "unique": false
                        },
                        "example": "(Includes 15% to be deducted on account of Chambers fees)"
                    },
                    {
                        "name": "value",
                        "type": "number",
                        "description": "Value of the payment (\u00a3)",
                        "constraints": {
                            "unique": false
                        },
                        "example": "100.0"
                    },
                    {
                        "name": "hours_worked",
                        "type": "number",
                        "description": "Hours worked for the payment",
                        "constraints": {
                            "unique": false
                        },
                        "example": "0.0"
                    },
                    {
                        "name": "hours_details",
                        "type": "string",
                        "description": "Details of the hours worked",
                        "constraints": {
                            "unique": false
                        },
                        "example": "(A balance of \u00a31,393.44 was paid on 22 December 2025)"
                    },
                    {
                        "name": "is_ultimate_payer_different",
                        "type": "boolean",
                        "description": "Whether the ultimate payer is different",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                false,
                                true
                            ]
                        },
                        "example": "False"
                    },
                    {
                        "name": "ultimate_payer_name",
                        "type": "string",
                        "description": "Name of the ultimate payer",
                        "constraints": {
                            "unique": false
                        },
                        "example": "ALCS"
                    },
                    {
                        "name": "ultimate_payer_protected_by_confidentiality",
                        "type": "boolean",
                        "description": "Whether the ultimate payer is protected by confidentiality",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                false
                            ]
                        },
                        "example": "False"
                    },
                    {
                        "name": "ultimate_payer_address",
                        "type": "string",
                        "description": "Address of the ultimate payer",
                        "constraints": {
                            "unique": false
                        },
                        "example": "1 Bishops Square, London E1 6AD"
                    },
                    {
                        "name": "ultimate_payer_nature_of_business",
                        "type": "string",
                        "description": "Nature of business of the ultimate payer",
                        "constraints": {
                            "unique": false
                        },
                        "example": "An industry insights & market intelligence firm for the investment community"
                    },
                    {
                        "name": "is_payment_donated",
                        "type": "boolean",
                        "description": "Whether the payment was donated",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                false,
                                true
                            ]
                        },
                        "example": "False"
                    },
                    {
                        "name": "donatee_paid_by",
                        "type": "string",
                        "description": "Who the payment was donated to",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                "Donated by the Member to the recipient",
                                "Paid direct to the recipient by the payer"
                            ]
                        },
                        "example": "Donated by the Member to the recipient"
                    },
                    {
                        "name": "donatee_type",
                        "type": "string",
                        "description": "Type of the donatee",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                "Charity",
                                "Community organisation",
                                "Other"
                            ]
                        },
                        "example": "Charity"
                    },
                    {
                        "name": "donatee_details",
                        "type": "string",
                        "description": "Details of the donatee",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                "All Party Parliamentary Group secretariat Beyond Pills",
                                "Jamaica Hurricane Melissa Relief Fund"
                            ]
                        },
                        "example": "All Party Parliamentary Group secretariat Beyond Pills"
                    },
                    {
                        "name": "link",
                        "type": "string",
                        "description": "Link to the interest",
                        "constraints": {
                            "unique": true
                        },
                        "example": "https://interests-api.parliament.uk/api/v1/Interests/10825"
                    },
                    {
                        "name": "category_code",
                        "type": "string",
                        "description": "Code for the category of the interest",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                "1.1"
                            ]
                        },
                        "example": "1.1"
                    }
                ]
            },
            "hash": "8833b770e189ce72b75f9dd792e753c5",
            "data": [
                {
                    "id": 14595,
                    "summary": "Payment received on 31 January 2026 - \u00a3110,591.51",
                    "parent_interest_id": 14593,
                    "registered": "2026-02-23",
                    "published": "2026-02-23",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "party": "conservative",
                    "member": "Sir Geoffrey Cox",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 110591.51,
                    "hours_worked": 50.0,
                    "hours_details": "For work undertaken between 1 January and 27 February 2026 (and continuing)",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14595",
                    "category_code": "1.1"
                },
                {
                    "id": 14599,
                    "summary": "Payment received on 12 February 2026 - \u00a3249.98",
                    "parent_interest_id": 11814,
                    "registered": "2026-02-23",
                    "published": "2026-02-23",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4504,
                    "twfy_id": "25320",
                    "party": "labour",
                    "member": "Wes Streeting",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Library copyright fees",
                    "value": 249.98,
                    "hours_worked": 0.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14599",
                    "category_code": "1.1"
                },
                {
                    "id": 14588,
                    "summary": "Payment expected for services on 07 March 2026 - \u00a327,856.88",
                    "parent_interest_id": 14587,
                    "registered": "2026-02-19",
                    "published": "2026-02-19",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "payment_received": false,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "This is amount has been converted from USD to GBP",
                    "value": 27856.88,
                    "hours_worked": 12.0,
                    "hours_details": "This is an estimate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14588",
                    "category_code": "1.1"
                },
                {
                    "id": 14583,
                    "summary": "Payment received on 13 February 2026 - \u00a3432.18",
                    "parent_interest_id": 9226,
                    "registered": "2026-02-18",
                    "published": "2026-02-18",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 432.18,
                    "hours_worked": 4.0,
                    "hours_details": "This is an estimate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14583",
                    "category_code": "1.1"
                },
                {
                    "id": 14582,
                    "summary": "Payment received on 04 February 2026 - \u00a3893.69",
                    "parent_interest_id": 9226,
                    "registered": "2026-02-18",
                    "published": "2026-02-18",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 893.69,
                    "hours_worked": 4.0,
                    "hours_details": "This is an estimate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14582",
                    "category_code": "1.1"
                },
                {
                    "id": 14579,
                    "summary": "Payment received on 18 February 2026 - \u00a32,209.01",
                    "parent_interest_id": 11413,
                    "registered": "2026-02-18",
                    "published": "2026-02-18",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "party": "independent",
                    "member": "Rupert Lowe",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2209.01,
                    "hours_worked": 5.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14579",
                    "category_code": "1.1"
                },
                {
                    "id": 14570,
                    "summary": "Payment received on 11 February 2026 - \u00a312,000.00",
                    "parent_interest_id": 11008,
                    "registered": "2026-02-17",
                    "published": "2026-02-17",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "party": "conservative",
                    "member": "Sir Jeremy Hunt",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "Speaking engagement",
                    "payment_type": "Monetary",
                    "payment_description": "Speaking engagement",
                    "value": 12000.0,
                    "hours_worked": 3.5,
                    "hours_details": "",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Dentons UK and Middle East LLP",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "One Fleet Place, London, EC4M 7WS",
                    "ultimate_payer_nature_of_business": "Legal Services",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14570",
                    "category_code": "1.1"
                },
                {
                    "id": 14569,
                    "summary": "Payment received on 11 February 2026 - \u00a316,000.00",
                    "parent_interest_id": 11008,
                    "registered": "2026-02-17",
                    "published": "2026-02-17",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "party": "conservative",
                    "member": "Sir Jeremy Hunt",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "Speaking engagement",
                    "payment_type": "Monetary",
                    "payment_description": "Speaking engagement",
                    "value": 16000.0,
                    "hours_worked": 2.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Macfarlanes LLP",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "20 Cursitor Street, London, EC4A 1LT",
                    "ultimate_payer_nature_of_business": "Legal Services",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14569",
                    "category_code": "1.1"
                },
                {
                    "id": 14574,
                    "summary": "Payment received on 17 February 2026 - \u00a3500.00",
                    "parent_interest_id": 3680,
                    "registered": "2026-02-17",
                    "published": "2026-02-17",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "party": "conservative",
                    "member": "Sir Iain Duncan Smith",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "received for articles published on 11 January 2026 and 20 January 2026",
                    "value": 500.0,
                    "hours_worked": 8.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14574",
                    "category_code": "1.1"
                },
                {
                    "id": 14573,
                    "summary": "Payment received on 13 February 2026 - \u00a340.00",
                    "parent_interest_id": 14425,
                    "registered": "2026-02-17",
                    "published": "2026-02-17",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "party": "conservative",
                    "member": "Sir Iain Duncan Smith",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "for an appearance Good Afternoon Britain on 29 January 2026",
                    "value": 40.0,
                    "hours_worked": 1.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14573",
                    "category_code": "1.1"
                },
                {
                    "id": 14545,
                    "summary": "Payment received on 06 February 2026 - \u00a310,000.00",
                    "parent_interest_id": 11622,
                    "registered": "2026-02-17",
                    "published": "2026-02-17",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "party": "conservative",
                    "member": "Sir Oliver Dowden",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 10000.0,
                    "hours_worked": 20.0,
                    "hours_details": "Up to two days per month",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14545",
                    "category_code": "1.1"
                },
                {
                    "id": 14557,
                    "summary": "Payment expected for services on 26 January 2026 - \u00a35,880.00",
                    "parent_interest_id": 11839,
                    "registered": "2026-02-13",
                    "published": "2026-02-13",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 350,
                    "twfy_id": "10265",
                    "party": "conservative",
                    "member": "Sir John Hayes",
                    "payment_received": false,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Lecturer in British Government and Politics at Richmond American University London",
                    "value": 5880.0,
                    "hours_worked": 15.0,
                    "hours_details": "over period Jan 26th 2026 to April 20th 2026",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14557",
                    "category_code": "1.1"
                },
                {
                    "id": 14556,
                    "summary": "Payment received on 12 February 2026 - \u00a3365.92",
                    "parent_interest_id": 4482,
                    "registered": "2026-02-13",
                    "published": "2026-02-13",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4370,
                    "twfy_id": "25364",
                    "party": "labour",
                    "member": "Jess Phillips",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 365.92,
                    "hours_worked": 0.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14556",
                    "category_code": "1.1"
                },
                {
                    "id": 14547,
                    "summary": "Payment received on 03 February 2026 - \u00a32,166.66",
                    "parent_interest_id": 4308,
                    "registered": "2026-02-11",
                    "published": "2026-02-12",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4084,
                    "twfy_id": "24882",
                    "party": "conservative",
                    "member": "Esther McVey",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "For four full page columns in the Daily Express and four weekly podcasts.",
                    "value": 2166.66,
                    "hours_worked": 12.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14547",
                    "category_code": "1.1"
                },
                {
                    "id": 14101,
                    "summary": "Payment received on 09 January 2026 - \u00a3325.85",
                    "parent_interest_id": 11565,
                    "registered": "2026-02-04",
                    "published": "2026-02-05",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5161,
                    "twfy_id": "26399",
                    "party": "reform",
                    "member": "Richard Tice",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 325.85,
                    "hours_worked": 30.0,
                    "hours_details": "Estimated as it is a social media account, and earnings are based on a variety of factors such as engagements.",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14101",
                    "category_code": "1.1"
                },
                {
                    "id": 14497,
                    "summary": "Payment received on 03 February 2026 - \u00a3216.21",
                    "parent_interest_id": 11565,
                    "registered": "2026-02-04",
                    "published": "2026-02-05",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5161,
                    "twfy_id": "26399",
                    "party": "reform",
                    "member": "Richard Tice",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 216.21,
                    "hours_worked": 20.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14497",
                    "category_code": "1.1"
                },
                {
                    "id": 14500,
                    "summary": "Payment received on 03 February 2026 - \u00a32,000.00",
                    "parent_interest_id": 4836,
                    "registered": "2026-02-05",
                    "published": "2026-02-05",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4074,
                    "twfy_id": "24824",
                    "party": "conservative",
                    "member": "Mark Garnier",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Additional work as chair of the audit committee of Super Sharp, to meet with auditors for an annual audit.",
                    "value": 2000.0,
                    "hours_worked": 8.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14500",
                    "category_code": "1.1"
                },
                {
                    "id": 14479,
                    "summary": "Payment received on 13 January 2026 - \u00a34,100.00",
                    "parent_interest_id": 4136,
                    "registered": "2026-02-03",
                    "published": "2026-02-04",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1171,
                    "twfy_id": "11360",
                    "party": "labour",
                    "member": "Liam Byrne",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Further advance of \u00a34,100 on book contract from Zeus.",
                    "value": 4100.0,
                    "hours_worked": 0.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14479",
                    "category_code": "1.1"
                },
                {
                    "id": 14493,
                    "summary": "Payment received on 23 January 2026 - \u00a3200.00",
                    "parent_interest_id": 3671,
                    "registered": "2026-02-04",
                    "published": "2026-02-04",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "party": "conservative",
                    "member": "Sir Iain Duncan Smith",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Written article for The Times, published 7th January 2026",
                    "value": 200.0,
                    "hours_worked": 4.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14493",
                    "category_code": "1.1"
                },
                {
                    "id": 14451,
                    "summary": "Payment received on 16 January 2026 - \u00a327,400.66",
                    "parent_interest_id": 11826,
                    "registered": "2026-01-30",
                    "published": "2026-02-02",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4483,
                    "twfy_id": "25428",
                    "party": "conservative",
                    "member": "Rishi Sunak",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Part of a quarterly stipend to cover expenses, including travel, necessary to attend meetings and conferences.",
                    "value": 27400.66,
                    "hours_worked": 20.0,
                    "hours_details": "This payment is purely to cover expenses so not for hours worked",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14451",
                    "category_code": "1.1"
                },
                {
                    "id": 14460,
                    "summary": "Payment received on 29 January 2026 - \u00a3347.00",
                    "parent_interest_id": 5336,
                    "registered": "2026-02-02",
                    "published": "2026-02-02",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4088,
                    "twfy_id": "24949",
                    "party": "labourco-operative",
                    "member": "Ms Stella Creasy",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Writing an article for the guardian, payment to be allocated to my staffing budget",
                    "value": 347.0,
                    "hours_worked": 2.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14460",
                    "category_code": "1.1"
                },
                {
                    "id": 14456,
                    "summary": "Payment received on 07 January 2026 - \u00a31,131.00",
                    "parent_interest_id": 5988,
                    "registered": "2026-01-31",
                    "published": "2026-02-02",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5067,
                    "twfy_id": "26346",
                    "party": "labour",
                    "member": "Tony Vaughan",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "all work carried out prior to July 2024",
                    "value": 1131.0,
                    "hours_worked": 3.0,
                    "hours_details": "approximate",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "confidential",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "confidential",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14456",
                    "category_code": "1.1"
                },
                {
                    "id": 14457,
                    "summary": "Payment received on 14 January 2026 - \u00a311,050.00",
                    "parent_interest_id": 14243,
                    "registered": "2026-02-02",
                    "published": "2026-02-02",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "party": "conservative",
                    "member": "Sir Geoffrey Cox",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 11050.0,
                    "hours_worked": 13.0,
                    "hours_details": "For work undertaken between 1 and 31 December 2025",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14457",
                    "category_code": "1.1"
                },
                {
                    "id": 14458,
                    "summary": "Payment received on 14 January 2026 - \u00a37,500.00",
                    "parent_interest_id": 4711,
                    "registered": "2026-02-02",
                    "published": "2026-02-02",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "party": "conservative",
                    "member": "Sir Geoffrey Cox",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 7500.0,
                    "hours_worked": 7.5,
                    "hours_details": "For work undertaken between 1 October and 31 December 2025",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14458",
                    "category_code": "1.1"
                },
                {
                    "id": 14466,
                    "summary": "Payment received on 29 January 2026 - \u00a3850.00",
                    "parent_interest_id": 14465,
                    "registered": "2026-02-02",
                    "published": "2026-02-02",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4651,
                    "twfy_id": "25642",
                    "party": "labour",
                    "member": "Dan Carden",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Article published in the Mail on Sunday on 4th January 2026",
                    "value": 850.0,
                    "hours_worked": 4.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": true,
                    "donatee_paid_by": "Donated by the Member to the recipient",
                    "donatee_type": "Charity",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14466",
                    "category_code": "1.1"
                },
                {
                    "id": 14337,
                    "summary": "Payment received on 27 November 2025 - \u00a3150.00",
                    "parent_interest_id": 5336,
                    "registered": "2026-01-30",
                    "published": "2026-01-30",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4088,
                    "twfy_id": "24949",
                    "party": "labourco-operative",
                    "member": "Ms Stella Creasy",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "for an article written in November 2025, payment to be allocated to my staffing budget",
                    "value": 150.0,
                    "hours_worked": 2.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14337",
                    "category_code": "1.1"
                },
                {
                    "id": 14444,
                    "summary": "Payment received on 29 January 2026 - \u00a34,000.00",
                    "parent_interest_id": 12266,
                    "registered": "2026-01-30",
                    "published": "2026-01-30",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4095,
                    "twfy_id": "24916",
                    "party": "conservative",
                    "member": "Steve Barclay",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 4000.0,
                    "hours_worked": 10.5,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14444",
                    "category_code": "1.1"
                },
                {
                    "id": 14445,
                    "summary": "Payment received on 06 March 2025 - \u00a3296.68",
                    "parent_interest_id": 5336,
                    "registered": "2026-01-30",
                    "published": "2026-01-30",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4088,
                    "twfy_id": "24949",
                    "party": "labourco-operative",
                    "member": "Ms Stella Creasy",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Writing an article, payment to be allocated to my staffing budget",
                    "value": 296.68,
                    "hours_worked": 2.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14445",
                    "category_code": "1.1"
                },
                {
                    "id": 14428,
                    "summary": "Payment received on 16 January 2026 - \u00a3650.00",
                    "parent_interest_id": 12101,
                    "registered": "2026-01-27",
                    "published": "2026-01-28",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 146,
                    "twfy_id": "10220",
                    "party": "labour",
                    "member": "Barry Gardiner",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 650.0,
                    "hours_worked": 20.0,
                    "hours_details": "Estimated as time required for research and travel",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14428",
                    "category_code": "1.1"
                },
                {
                    "id": 14432,
                    "summary": "Payment received on 28 January 2026 - \u00a31,573.00",
                    "parent_interest_id": 6053,
                    "registered": "2026-01-28",
                    "published": "2026-01-28",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5357,
                    "twfy_id": "26631",
                    "party": "independent",
                    "member": "Ayoub Khan",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1573.0,
                    "hours_worked": 176.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14432",
                    "category_code": "1.1"
                },
                {
                    "id": 14429,
                    "summary": "Payment received on 22 January 2026 - \u00a31,000.00",
                    "parent_interest_id": 12619,
                    "registered": "2026-01-27",
                    "published": "2026-01-28",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 146,
                    "twfy_id": "10220",
                    "party": "labour",
                    "member": "Barry Gardiner",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1000.0,
                    "hours_worked": 40.0,
                    "hours_details": "estimated includes preparation for seminar and speeches",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14429",
                    "category_code": "1.1"
                },
                {
                    "id": 14409,
                    "summary": "Payment received on 23 January 2026 - \u00a31,273.85",
                    "parent_interest_id": 11698,
                    "registered": "2026-01-26",
                    "published": "2026-01-27",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5360,
                    "twfy_id": "26632",
                    "party": "labour",
                    "member": "David Pinto-Duschinsky",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1273.85,
                    "hours_worked": 0.0,
                    "hours_details": "This is a payment in respect to my previous employment. It is an amount owing from my employment as an EY Partner, which ended in May 2024 prior to my election",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14409",
                    "category_code": "1.1"
                },
                {
                    "id": 14414,
                    "summary": "Payment received on 07 January 2026 - \u00a3794.78",
                    "parent_interest_id": 9226,
                    "registered": "2026-01-26",
                    "published": "2026-01-27",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 794.78,
                    "hours_worked": 4.0,
                    "hours_details": "This is an estimate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14414",
                    "category_code": "1.1"
                },
                {
                    "id": 14426,
                    "summary": "Payment received on 15 January 2026 - \u00a3320.00",
                    "parent_interest_id": 14425,
                    "registered": "2026-01-27",
                    "published": "2026-01-27",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "party": "conservative",
                    "member": "Sir Iain Duncan Smith",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 320.0,
                    "hours_worked": 8.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14426",
                    "category_code": "1.1"
                },
                {
                    "id": 14413,
                    "summary": "Payment received on 21 January 2026 - \u00a3504.14",
                    "parent_interest_id": 9226,
                    "registered": "2026-01-26",
                    "published": "2026-01-27",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 504.14,
                    "hours_worked": 4.0,
                    "hours_details": "This is an estimate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14413",
                    "category_code": "1.1"
                },
                {
                    "id": 14398,
                    "summary": "Payment received on 21 January 2026 - \u00a3137.92",
                    "parent_interest_id": 11502,
                    "registered": "2026-01-23",
                    "published": "2026-01-26",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "party": "reform",
                    "member": "Lee Anderson",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 137.92,
                    "hours_worked": 9.0,
                    "hours_details": "Hours: 9 hrs. This is an estimated amount of hours.",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14398",
                    "category_code": "1.1"
                },
                {
                    "id": 14390,
                    "summary": "Payment received on 12 January 2026 - \u00a310,000.00",
                    "parent_interest_id": 11622,
                    "registered": "2026-01-22",
                    "published": "2026-01-23",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "party": "conservative",
                    "member": "Sir Oliver Dowden",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 10000.0,
                    "hours_worked": 20.0,
                    "hours_details": "Up to two days per month",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14390",
                    "category_code": "1.1"
                },
                {
                    "id": 14379,
                    "summary": "Payment received on 31 December 2025 - \u00a3430.56",
                    "parent_interest_id": 13468,
                    "registered": "2026-01-21",
                    "published": "2026-01-22",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5198,
                    "twfy_id": "26445",
                    "party": "liberal-democrat",
                    "member": "Chris Coghlan",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Army Reservist pay",
                    "value": 430.56,
                    "hours_worked": 25.0,
                    "hours_details": "Estimated",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14379",
                    "category_code": "1.1"
                },
                {
                    "id": 14316,
                    "summary": "Payment received on 02 January 2026 - \u00a335,000.00",
                    "parent_interest_id": 12767,
                    "registered": "2026-01-19",
                    "published": "2026-01-19",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "party": "conservative",
                    "member": "Sir Oliver Dowden",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 35000.0,
                    "hours_worked": 56.0,
                    "hours_details": "7 days",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14316",
                    "category_code": "1.1"
                },
                {
                    "id": 14343,
                    "summary": "Payment received on 15 January 2026 - \u00a3760.00",
                    "parent_interest_id": 14342,
                    "registered": "2026-01-16",
                    "published": "2026-01-16",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4107,
                    "twfy_id": "24785",
                    "party": "conservative",
                    "member": "Dame Harriett Baldwin",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "The whole payment was donated to a charity in my constituency",
                    "value": 760.0,
                    "hours_worked": 2.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": true,
                    "donatee_paid_by": "Paid direct to the recipient by the payer",
                    "donatee_type": "Charity",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14343",
                    "category_code": "1.1"
                },
                {
                    "id": 14334,
                    "summary": "Payment received on 14 January 2026 - \u00a3489.20",
                    "parent_interest_id": 11729,
                    "registered": "2026-01-15",
                    "published": "2026-01-15",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4118,
                    "twfy_id": "24961",
                    "party": "conservative",
                    "member": "Sir Julian Smith",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Payment received for expenses incurred in December 2025",
                    "value": 489.2,
                    "hours_worked": 0.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14334",
                    "category_code": "1.1"
                },
                {
                    "id": 14335,
                    "summary": "Payment received on 17 December 2025 - \u00a31,049.41",
                    "parent_interest_id": 11729,
                    "registered": "2026-01-15",
                    "published": "2026-01-15",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4118,
                    "twfy_id": "24961",
                    "party": "conservative",
                    "member": "Sir Julian Smith",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "In kind",
                    "payment_description": "Travel paid for a trip to Bern December 2025",
                    "value": 1049.41,
                    "hours_worked": 0.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14335",
                    "category_code": "1.1"
                },
                {
                    "id": 14326,
                    "summary": "Payment received on 23 December 2025 - \u00a3750.00",
                    "parent_interest_id": 10669,
                    "registered": "2026-01-13",
                    "published": "2026-01-13",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "party": "reform",
                    "member": "Suella Braverman",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "Writing an article",
                    "payment_type": "Monetary",
                    "payment_description": "for writing an article for the LBC website/app",
                    "value": 750.0,
                    "hours_worked": 3.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14326",
                    "category_code": "1.1"
                },
                {
                    "id": 14327,
                    "summary": "Payment received on 23 December 2025 - \u00a3750.00",
                    "parent_interest_id": 10930,
                    "registered": "2026-01-13",
                    "published": "2026-01-13",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "party": "reform",
                    "member": "Suella Braverman",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Article",
                    "value": 750.0,
                    "hours_worked": 3.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14327",
                    "category_code": "1.1"
                },
                {
                    "id": 14323,
                    "summary": "Payment received on 24 December 2025 - \u00a3125.23",
                    "parent_interest_id": 11502,
                    "registered": "2026-01-13",
                    "published": "2026-01-13",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "party": "reform",
                    "member": "Lee Anderson",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 125.23,
                    "hours_worked": 6.0,
                    "hours_details": "Hours: 6 hrs. This is an estimated amount of hours.",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14323",
                    "category_code": "1.1"
                },
                {
                    "id": 14324,
                    "summary": "Payment received on 07 January 2026 - \u00a396.57",
                    "parent_interest_id": 11502,
                    "registered": "2026-01-13",
                    "published": "2026-01-13",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "party": "reform",
                    "member": "Lee Anderson",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 96.57,
                    "hours_worked": 5.0,
                    "hours_details": "Hours: 5 hrs. This is an estimated amount of hours.",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14324",
                    "category_code": "1.1"
                },
                {
                    "id": 14328,
                    "summary": "Payment received on 07 January 2026 - \u00a33,000.00",
                    "parent_interest_id": 10930,
                    "registered": "2026-01-13",
                    "published": "2026-01-13",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "party": "reform",
                    "member": "Suella Braverman",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "articles",
                    "value": 3000.0,
                    "hours_worked": 12.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14328",
                    "category_code": "1.1"
                },
                {
                    "id": 14292,
                    "summary": "Payment received on 08 January 2026 - \u00a31,850.25",
                    "parent_interest_id": 11413,
                    "registered": "2026-01-08",
                    "published": "2026-01-09",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "party": "independent",
                    "member": "Rupert Lowe",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1850.25,
                    "hours_worked": 5.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14292",
                    "category_code": "1.1"
                },
                {
                    "id": 14291,
                    "summary": "Payment received on 08 January 2026 - \u00a3700.00",
                    "parent_interest_id": 6031,
                    "registered": "2026-01-08",
                    "published": "2026-01-09",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "party": "conservative",
                    "member": "Dr Neil Shastri-Hurst",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 700.0,
                    "hours_worked": 3.5,
                    "hours_details": "Approximate number of hours worked",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Blythe Liggins LLP",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "Edmund House, Rugby Road, Leamington Spa, Warwickshire CV32 6EL",
                    "ultimate_payer_nature_of_business": "Solicitor",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14291",
                    "category_code": "1.1"
                },
                {
                    "id": 14287,
                    "summary": "Payment received on 23 December 2025 - \u00a34,000.00",
                    "parent_interest_id": 12266,
                    "registered": "2026-01-07",
                    "published": "2026-01-07",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4095,
                    "twfy_id": "24916",
                    "party": "conservative",
                    "member": "Steve Barclay",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 4000.0,
                    "hours_worked": 10.5,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14287",
                    "category_code": "1.1"
                },
                {
                    "id": 14274,
                    "summary": "Payment received on 15 December 2025 - \u00a31,000.00",
                    "parent_interest_id": 12101,
                    "registered": "2026-01-06",
                    "published": "2026-01-06",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 146,
                    "twfy_id": "10220",
                    "party": "labour",
                    "member": "Barry Gardiner",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1000.0,
                    "hours_worked": 35.0,
                    "hours_details": "estimated research time and travel",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14274",
                    "category_code": "1.1"
                },
                {
                    "id": 14277,
                    "summary": "Payment received on 06 January 2026 - \u00a32,166.66",
                    "parent_interest_id": 4308,
                    "registered": "2026-01-06",
                    "published": "2026-01-06",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4084,
                    "twfy_id": "24882",
                    "party": "conservative",
                    "member": "Esther McVey",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "For four full page columns in the Daily Express.",
                    "value": 2166.66,
                    "hours_worked": 12.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14277",
                    "category_code": "1.1"
                },
                {
                    "id": 14279,
                    "summary": "Payment received on 05 January 2026 - \u00a31,489.80",
                    "parent_interest_id": 14278,
                    "registered": "2026-01-06",
                    "published": "2026-01-06",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4523,
                    "twfy_id": "25328",
                    "party": "labour",
                    "member": "Catherine West",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1489.8,
                    "hours_worked": 4.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14279",
                    "category_code": "1.1"
                },
                {
                    "id": 14275,
                    "summary": "Payment received on 24 December 2025 - \u00a31,000.00",
                    "parent_interest_id": 12619,
                    "registered": "2026-01-06",
                    "published": "2026-01-06",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 146,
                    "twfy_id": "10220",
                    "party": "labour",
                    "member": "Barry Gardiner",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1000.0,
                    "hours_worked": 30.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14275",
                    "category_code": "1.1"
                },
                {
                    "id": 14260,
                    "summary": "Payment received on 10 December 2025 - \u00a31,367.55",
                    "parent_interest_id": 9226,
                    "registered": "2026-01-05",
                    "published": "2026-01-05",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1367.55,
                    "hours_worked": 20.0,
                    "hours_details": "This is an estimate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14260",
                    "category_code": "1.1"
                },
                {
                    "id": 14262,
                    "summary": "Payment received on 24 December 2025 - \u00a3128.67",
                    "parent_interest_id": 10624,
                    "registered": "2026-01-05",
                    "published": "2026-01-05",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 128.67,
                    "hours_worked": 1.0,
                    "hours_details": "This number is an estimate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14262",
                    "category_code": "1.1"
                },
                {
                    "id": 14246,
                    "summary": "Payment received on 19 December 2025 - \u00a35,950.00",
                    "parent_interest_id": 12649,
                    "registered": "2026-01-05",
                    "published": "2026-01-05",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4366,
                    "twfy_id": "25376",
                    "party": "conservative",
                    "member": "Sir James Cleverly",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 5950.0,
                    "hours_worked": 8.0,
                    "hours_details": "preparation and speech work",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Propertydrum Ltd",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "18, Church Street, Epsom KT17 4QD",
                    "ultimate_payer_nature_of_business": "a media and events platform serving UK property agency",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14246",
                    "category_code": "1.1"
                },
                {
                    "id": 14257,
                    "summary": "Payment received on 19 December 2025 - \u00a3250.00",
                    "parent_interest_id": 11767,
                    "registered": "2026-01-05",
                    "published": "2026-01-05",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "party": "conservative",
                    "member": "Tom Tugendhat",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 250.0,
                    "hours_worked": 2.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14257",
                    "category_code": "1.1"
                },
                {
                    "id": 14263,
                    "summary": "Payment received on 24 December 2025 - \u00a3420.96",
                    "parent_interest_id": 9226,
                    "registered": "2026-01-05",
                    "published": "2026-01-05",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 420.96,
                    "hours_worked": 4.0,
                    "hours_details": "This number is an estimate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14263",
                    "category_code": "1.1"
                },
                {
                    "id": 14247,
                    "summary": "Payment received on 19 December 2025 - \u00a337,246.80",
                    "parent_interest_id": 6852,
                    "registered": "2026-01-05",
                    "published": "2026-01-05",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 37246.8,
                    "hours_worked": 12.0,
                    "hours_details": "This number is an estimate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14247",
                    "category_code": "1.1"
                },
                {
                    "id": 14252,
                    "summary": "Payment received on 26 December 2025 - \u00a31,573.00",
                    "parent_interest_id": 6053,
                    "registered": "2026-01-05",
                    "published": "2026-01-05",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5357,
                    "twfy_id": "26631",
                    "party": "independent",
                    "member": "Ayoub Khan",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1573.0,
                    "hours_worked": 184.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14252",
                    "category_code": "1.1"
                },
                {
                    "id": 14256,
                    "summary": "Payment received on 19 December 2025 - \u00a3250.00",
                    "parent_interest_id": 11767,
                    "registered": "2026-01-05",
                    "published": "2026-01-05",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "party": "conservative",
                    "member": "Tom Tugendhat",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Writing an article",
                    "value": 250.0,
                    "hours_worked": 2.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14256",
                    "category_code": "1.1"
                },
                {
                    "id": 14258,
                    "summary": "Payment received on 22 December 2025 - \u00a3500.00",
                    "parent_interest_id": 11719,
                    "registered": "2026-01-05",
                    "published": "2026-01-05",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "party": "conservative",
                    "member": "Tom Tugendhat",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 500.0,
                    "hours_worked": 3.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14258",
                    "category_code": "1.1"
                },
                {
                    "id": 14261,
                    "summary": "Payment received on 10 December 2025 - \u00a374.73",
                    "parent_interest_id": 9226,
                    "registered": "2026-01-05",
                    "published": "2026-01-05",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 74.73,
                    "hours_worked": 1.0,
                    "hours_details": "This number is an estimate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14261",
                    "category_code": "1.1"
                },
                {
                    "id": 14255,
                    "summary": "Payment received on 19 December 2025 - \u00a3250.00",
                    "parent_interest_id": 11767,
                    "registered": "2026-01-05",
                    "published": "2026-01-05",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "party": "conservative",
                    "member": "Tom Tugendhat",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 250.0,
                    "hours_worked": 2.0,
                    "hours_details": "Approximate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14255",
                    "category_code": "1.1"
                },
                {
                    "id": 14244,
                    "summary": "Payment received on 14 December 2025 - \u00a311,050.00",
                    "parent_interest_id": 14243,
                    "registered": "2025-12-31",
                    "published": "2025-12-31",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "party": "conservative",
                    "member": "Sir Geoffrey Cox",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 11050.0,
                    "hours_worked": 13.0,
                    "hours_details": "For work undertaken between 1 and 30 November 2025",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14244",
                    "category_code": "1.1"
                },
                {
                    "id": 14242,
                    "summary": "Payment received on 14 December 2025 - \u00a347,500.00",
                    "parent_interest_id": 4711,
                    "registered": "2025-12-31",
                    "published": "2025-12-31",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "party": "conservative",
                    "member": "Sir Geoffrey Cox",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 47500.0,
                    "hours_worked": 40.0,
                    "hours_details": "For work undertaken between 1 July and 30 November 2025",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14242",
                    "category_code": "1.1"
                },
                {
                    "id": 14237,
                    "summary": "Payment received on 18 November 2025 - \u00a3216.53",
                    "parent_interest_id": 7406,
                    "registered": "2025-12-30",
                    "published": "2025-12-30",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5254,
                    "twfy_id": "26523",
                    "party": "labour",
                    "member": "Alison Hume",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Digital residual payments",
                    "value": 216.53,
                    "hours_worked": 0.0,
                    "hours_details": "Residual payment",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "ALCS",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "6th Floor, International House, 1 St Katharine's Way, London E1W 1UN.",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14237",
                    "category_code": "1.1"
                },
                {
                    "id": 14217,
                    "summary": "Payment received on 12 December 2025 - \u00a35,000.00",
                    "parent_interest_id": 14216,
                    "registered": "2025-12-29",
                    "published": "2025-12-29",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4020,
                    "twfy_id": "24817",
                    "party": "conservative",
                    "member": "George Freeman",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 5000.0,
                    "hours_worked": 2.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14217",
                    "category_code": "1.1"
                },
                {
                    "id": 14220,
                    "summary": "Payment received on 01 December 2025 - \u00a32,166.66",
                    "parent_interest_id": 4308,
                    "registered": "2025-12-23",
                    "published": "2025-12-23",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4084,
                    "twfy_id": "24882",
                    "party": "conservative",
                    "member": "Esther McVey",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "For four full page columns in the Daily Express.",
                    "value": 2166.66,
                    "hours_worked": 12.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14220",
                    "category_code": "1.1"
                },
                {
                    "id": 14198,
                    "summary": "Payment received on 15 December 2025 - \u00a310,000.00",
                    "parent_interest_id": 11622,
                    "registered": "2025-12-20",
                    "published": "2025-12-22",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "party": "conservative",
                    "member": "Sir Oliver Dowden",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 10000.0,
                    "hours_worked": 20.0,
                    "hours_details": "up to two days per month",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14198",
                    "category_code": "1.1"
                },
                {
                    "id": 14201,
                    "summary": "Payment received on 01 December 2025 - \u00a311,050.00",
                    "parent_interest_id": 13132,
                    "registered": "2025-12-22",
                    "published": "2025-12-22",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "party": "conservative",
                    "member": "Sir Geoffrey Cox",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 11050.0,
                    "hours_worked": 13.0,
                    "hours_details": "For work undertaken between 1 and 31 October 2025",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14201",
                    "category_code": "1.1"
                },
                {
                    "id": 14203,
                    "summary": "Payment received on 01 December 2025 - \u00a327,500.00",
                    "parent_interest_id": 14202,
                    "registered": "2025-12-22",
                    "published": "2025-12-22",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "party": "conservative",
                    "member": "Sir Geoffrey Cox",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 27500.0,
                    "hours_worked": 22.0,
                    "hours_details": "For work undertaken between 1 September and 30 November 2025",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14203",
                    "category_code": "1.1"
                },
                {
                    "id": 12540,
                    "summary": "Payment received on 02 June 2025 - \u00a32,000.00",
                    "parent_interest_id": 4836,
                    "registered": "2025-12-22",
                    "published": "2025-12-22",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4074,
                    "twfy_id": "24824",
                    "party": "conservative",
                    "member": "Mark Garnier",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "One day additional work for Super Sharp Space Systems as non executive director",
                    "value": 2000.0,
                    "hours_worked": 10.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12540",
                    "category_code": "1.1"
                },
                {
                    "id": 14206,
                    "summary": "Payment received on 17 December 2025 - \u00a32,462.56",
                    "parent_interest_id": 5988,
                    "registered": "2025-12-22",
                    "published": "2025-12-22",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5067,
                    "twfy_id": "26346",
                    "party": "labour",
                    "member": "Tony Vaughan",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "All work carried out prior to July 2024",
                    "value": 2462.56,
                    "hours_worked": 8.0,
                    "hours_details": "approximate hours worked",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "confidential",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "confidential",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14206",
                    "category_code": "1.1"
                },
                {
                    "id": 14209,
                    "summary": "Payment received on 10 December 2025 - \u00a3143.65",
                    "parent_interest_id": 11502,
                    "registered": "2025-12-22",
                    "published": "2025-12-22",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "party": "reform",
                    "member": "Lee Anderson",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 143.65,
                    "hours_worked": 8.0,
                    "hours_details": "Hours worked: This is an estimated amount of hours",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14209",
                    "category_code": "1.1"
                },
                {
                    "id": 6350,
                    "summary": "Payment received on 24 May 2024 - \u00a315,000.00",
                    "parent_interest_id": 4833,
                    "registered": "2025-12-22",
                    "published": "2025-12-22",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4074,
                    "twfy_id": "24824",
                    "party": "conservative",
                    "member": "Mark Garnier",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 15000.0,
                    "hours_worked": 0.0,
                    "hours_details": "No additional hours. (This is in relation to an outstanding payment owed since 31 August 2023.)",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/6350",
                    "category_code": "1.1"
                },
                {
                    "id": 14183,
                    "summary": "Payment received on 11 December 2025 - \u00a33,200.00",
                    "parent_interest_id": 12175,
                    "registered": "2025-12-19",
                    "published": "2025-12-19",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "party": "conservative",
                    "member": "Tom Tugendhat",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Speaking at a conference event for Defaqto on 27 November 2025.",
                    "value": 3200.0,
                    "hours_worked": 7.0,
                    "hours_details": "(estimated), including travel and preparation time",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Defaqto",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "12 Haddenham Business Park, Haddenham HP17 8LJ",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": true,
                    "donatee_paid_by": "Donated by the Member to the recipient",
                    "donatee_type": "Charity",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14183",
                    "category_code": "1.1"
                },
                {
                    "id": 14189,
                    "summary": "Payment received on 12 December 2025 - \u00a3850.00",
                    "parent_interest_id": 4321,
                    "registered": "2025-12-19",
                    "published": "2025-12-19",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4084,
                    "twfy_id": "24882",
                    "party": "conservative",
                    "member": "Esther McVey",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "For four shows.",
                    "value": 850.0,
                    "hours_worked": 8.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14189",
                    "category_code": "1.1"
                },
                {
                    "id": 14162,
                    "summary": "Payment expected for services on 17 December 2025 - \u00a3150.00",
                    "parent_interest_id": 3818,
                    "registered": "2025-12-17",
                    "published": "2025-12-17",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4110,
                    "twfy_id": "24725",
                    "party": "conservative",
                    "member": "Dame Karen Bradley",
                    "payment_received": false,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "for a meeting",
                    "value": 150.0,
                    "hours_worked": 1.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14162",
                    "category_code": "1.1"
                },
                {
                    "id": 14141,
                    "summary": "Payment received on 05 December 2025 - \u00a3300.00",
                    "parent_interest_id": 12134,
                    "registered": "2025-12-15",
                    "published": "2025-12-15",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4938,
                    "twfy_id": "26061",
                    "party": "labour",
                    "member": "Paulette Hamilton",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 300.0,
                    "hours_worked": 5.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14141",
                    "category_code": "1.1"
                },
                {
                    "id": 14133,
                    "summary": "Payment expected for services on 14 December 2025 - \u00a33,000.00",
                    "parent_interest_id": 9814,
                    "registered": "2025-12-14",
                    "published": "2025-12-15",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5116,
                    "twfy_id": "26367",
                    "party": "labour",
                    "member": "Chris McDonald",
                    "payment_received": false,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 3000.0,
                    "hours_worked": 42.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14133",
                    "category_code": "1.1"
                },
                {
                    "id": 14132,
                    "summary": "Payment received on 08 December 2025 - \u00a3385.51",
                    "parent_interest_id": 11729,
                    "registered": "2025-12-15",
                    "published": "2025-12-15",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4118,
                    "twfy_id": "24961",
                    "party": "conservative",
                    "member": "Sir Julian Smith",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Incidental expenses reimbursment, incurred end Oct- Nov 2025",
                    "value": 385.51,
                    "hours_worked": 0.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14132",
                    "category_code": "1.1"
                },
                {
                    "id": 14128,
                    "summary": "Payment received on 13 November 2025 - \u00a3143.65",
                    "parent_interest_id": 11502,
                    "registered": "2025-12-11",
                    "published": "2025-12-12",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "party": "reform",
                    "member": "Lee Anderson",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 143.65,
                    "hours_worked": 7.0,
                    "hours_details": "This is an estimated amount of hours",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14128",
                    "category_code": "1.1"
                },
                {
                    "id": 14126,
                    "summary": "Payment received on 08 December 2025 - \u00a31,800.00",
                    "parent_interest_id": 11466,
                    "registered": "2025-12-11",
                    "published": "2025-12-11",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5102,
                    "twfy_id": "26379",
                    "party": "green",
                    "member": "Carla Denyer",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Fee for three appearances on Christmas University Challenge. Payment to be donated to charity",
                    "value": 1800.0,
                    "hours_worked": 10.0,
                    "hours_details": "Estimated hours",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": true,
                    "donatee_paid_by": "Donated by the Member to the recipient",
                    "donatee_type": "Charity",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14126",
                    "category_code": "1.1"
                },
                {
                    "id": 14121,
                    "summary": "Payment expected for services on 10 December 2025 - \u00a337,246.80",
                    "parent_interest_id": 6852,
                    "registered": "2025-12-10",
                    "published": "2025-12-11",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "payment_received": false,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Date given is the date the invoice was submitted for payment",
                    "value": 37246.8,
                    "hours_worked": 12.0,
                    "hours_details": "This number is an estimate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14121",
                    "category_code": "1.1"
                },
                {
                    "id": 14114,
                    "summary": "Payment received on 05 December 2025 - \u00a36,800.00",
                    "parent_interest_id": 12649,
                    "registered": "2025-12-10",
                    "published": "2025-12-10",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4366,
                    "twfy_id": "25376",
                    "party": "conservative",
                    "member": "Sir James Cleverly",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 6800.0,
                    "hours_worked": 7.0,
                    "hours_details": "approximate hours including preparation and speech delivery",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Marketing in Partnership Ltd",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "New London House, 172 Drury Lane, London WC2B 5QR",
                    "ultimate_payer_nature_of_business": "Marketing and events communications agency specialising in Financial Services",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14114",
                    "category_code": "1.1"
                },
                {
                    "id": 14117,
                    "summary": "Payment expected for services on 08 December 2025 - \u00a3100.00",
                    "parent_interest_id": 12296,
                    "registered": "2025-12-10",
                    "published": "2025-12-10",
                    "updated_1": "2026-01-22",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "party": "labour",
                    "member": "Clive Lewis",
                    "payment_received": false,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Payment for one article",
                    "value": 100.0,
                    "hours_worked": 1.0,
                    "hours_details": "Approximate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14117",
                    "category_code": "1.1"
                },
                {
                    "id": 14118,
                    "summary": "Payment expected for services on 10 December 2025 - \u00a3100.00",
                    "parent_interest_id": 12296,
                    "registered": "2025-12-10",
                    "published": "2025-12-10",
                    "updated_1": "2026-01-22",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "party": "labour",
                    "member": "Clive Lewis",
                    "payment_received": false,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "One article written",
                    "value": 100.0,
                    "hours_worked": 1.0,
                    "hours_details": "Approximate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14118",
                    "category_code": "1.1"
                },
                {
                    "id": 14116,
                    "summary": "Payment received on 25 November 2025 - \u00a3750.00",
                    "parent_interest_id": 10669,
                    "registered": "2025-12-10",
                    "published": "2025-12-10",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "party": "reform",
                    "member": "Suella Braverman",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "Writing an article (not presenting a show)",
                    "payment_type": "Monetary",
                    "payment_description": "Writing an article",
                    "value": 750.0,
                    "hours_worked": 3.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14116",
                    "category_code": "1.1"
                },
                {
                    "id": 14115,
                    "summary": "Payment received on 09 December 2025 - \u00a33,000.00",
                    "parent_interest_id": 10930,
                    "registered": "2025-12-10",
                    "published": "2025-12-10",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "party": "reform",
                    "member": "Suella Braverman",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Writing articles",
                    "value": 3000.0,
                    "hours_worked": 12.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14115",
                    "category_code": "1.1"
                },
                {
                    "id": 14113,
                    "summary": "Payment received on 09 December 2025 - \u00a3250.00",
                    "parent_interest_id": 3680,
                    "registered": "2025-12-10",
                    "published": "2025-12-10",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "party": "conservative",
                    "member": "Sir Iain Duncan Smith",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Written article published on 18 November 2025",
                    "value": 250.0,
                    "hours_worked": 4.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14113",
                    "category_code": "1.1"
                },
                {
                    "id": 14108,
                    "summary": "Payment received on 25 July 2024 - \u00a31,530.67",
                    "parent_interest_id": 7046,
                    "registered": "2025-12-09",
                    "published": "2025-12-09",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5085,
                    "twfy_id": "26454",
                    "party": "plaid-cymru",
                    "member": "Llinos Medi",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1530.67,
                    "hours_worked": 50.0,
                    "hours_details": "Hours are approximate - closure of role as Leader of Council and Councillor casework",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14108",
                    "category_code": "1.1"
                },
                {
                    "id": 14095,
                    "summary": "Payment received on 05 December 2025 - \u00a3300.00",
                    "parent_interest_id": 11234,
                    "registered": "2025-12-08",
                    "published": "2025-12-08",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4480,
                    "twfy_id": "25308",
                    "party": "labour",
                    "member": "Carolyn Harris",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 300.0,
                    "hours_worked": 7.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14095",
                    "category_code": "1.1"
                },
                {
                    "id": 14081,
                    "summary": "Payment received on 02 December 2025 - \u00a32,386.45",
                    "parent_interest_id": 14079,
                    "registered": "2025-12-05",
                    "published": "2025-12-05",
                    "updated_1": "2025-12-09",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "party": "liberal-democrat",
                    "member": "Mike Martin",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2386.45,
                    "hours_worked": 0.0,
                    "hours_details": "Book Royalties so hours worked not applicable",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14081",
                    "category_code": "1.1"
                },
                {
                    "id": 14080,
                    "summary": "Payment received on 10 January 2025 - \u00a32,562.50",
                    "parent_interest_id": 9605,
                    "registered": "2025-12-05",
                    "published": "2025-12-05",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5204,
                    "twfy_id": "26438",
                    "party": "labour",
                    "member": "Sarah Sackman",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "14 Greenaway Gardens [Planning Advice]",
                    "value": 2562.5,
                    "hours_worked": 13.0,
                    "hours_details": "Estimated",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14080",
                    "category_code": "1.1"
                },
                {
                    "id": 14022,
                    "summary": "Payment received on 17 November 2025 - \u00a315,000.00",
                    "parent_interest_id": 11294,
                    "registered": "2025-12-04",
                    "published": "2025-12-04",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "party": "conservative",
                    "member": "Sir Oliver Dowden",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 15000.0,
                    "hours_worked": 30.0,
                    "hours_details": "up to one day per month for a three month period",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14022",
                    "category_code": "1.1"
                },
                {
                    "id": 14066,
                    "summary": "Payment received on 28 November 2025 - \u00a3530.82",
                    "parent_interest_id": 13468,
                    "registered": "2025-12-03",
                    "published": "2025-12-03",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5198,
                    "twfy_id": "26445",
                    "party": "liberal-democrat",
                    "member": "Chris Coghlan",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Army Reservist pay",
                    "value": 530.82,
                    "hours_worked": 32.0,
                    "hours_details": "Estimated",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14066",
                    "category_code": "1.1"
                },
                {
                    "id": 14053,
                    "summary": "Payment received on 26 November 2025 - \u00a3113.05",
                    "parent_interest_id": 11502,
                    "registered": "2025-12-03",
                    "published": "2025-12-03",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "party": "reform",
                    "member": "Lee Anderson",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 113.05,
                    "hours_worked": 5.0,
                    "hours_details": "This is an estimated amount of hours",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14053",
                    "category_code": "1.1"
                },
                {
                    "id": 14055,
                    "summary": "Payment received on 26 November 2025 - \u00a3128,536.66",
                    "parent_interest_id": 12316,
                    "registered": "2025-12-03",
                    "published": "2025-12-03",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4483,
                    "twfy_id": "25428",
                    "party": "conservative",
                    "member": "Rishi Sunak",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 128536.66,
                    "hours_worked": 5.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Sportico Media LLC",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "Sportico Media, LLC. 11175 Santa Monica Blvd Los Angeles, CA 90025",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14055",
                    "category_code": "1.1"
                },
                {
                    "id": 14050,
                    "summary": "Payment received on 10 November 2025 - \u00a32,500.00",
                    "parent_interest_id": 14049,
                    "registered": "2025-12-03",
                    "published": "2025-12-03",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1489,
                    "twfy_id": "11447",
                    "party": "labour",
                    "member": "Dawn Butler",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Speaking engagement at a Black History Month Event",
                    "value": 2500.0,
                    "hours_worked": 4.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": true,
                    "donatee_paid_by": "Donated by the Member to the recipient",
                    "donatee_type": "Other",
                    "donatee_details": "Jamaica Hurricane Melissa Relief Fund",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14050",
                    "category_code": "1.1"
                },
                {
                    "id": 14002,
                    "summary": "Payment received on 25 November 2025 - \u00a3418.78",
                    "parent_interest_id": 13302,
                    "registered": "2025-12-03",
                    "published": "2025-12-03",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5239,
                    "twfy_id": "26585",
                    "party": "liberal-democrat",
                    "member": "Sarah Gibson",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 418.78,
                    "hours_worked": 15.8,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14002",
                    "category_code": "1.1"
                },
                {
                    "id": 14056,
                    "summary": "Payment received on 24 November 2025 - \u00a313,984.52",
                    "parent_interest_id": 11826,
                    "registered": "2025-12-03",
                    "published": "2025-12-03",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4483,
                    "twfy_id": "25428",
                    "party": "conservative",
                    "member": "Rishi Sunak",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Part payment of the quarterly stipend to cover expenses, including travel, necessary to attend meetings and conferences.",
                    "value": 13984.52,
                    "hours_worked": 10.0,
                    "hours_details": "This payment is purely to cover expenses, so not for hours worked",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14056",
                    "category_code": "1.1"
                },
                {
                    "id": 14054,
                    "summary": "Payment received on 13 November 2025 - \u00a3132.66",
                    "parent_interest_id": 11502,
                    "registered": "2025-12-03",
                    "published": "2025-12-03",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "party": "reform",
                    "member": "Lee Anderson",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 132.66,
                    "hours_worked": 5.0,
                    "hours_details": "This is an estimated amount of hours",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14054",
                    "category_code": "1.1"
                },
                {
                    "id": 14021,
                    "summary": "Payment received on 17 November 2025 - \u00a310,000.00",
                    "parent_interest_id": 11622,
                    "registered": "2025-12-01",
                    "published": "2025-12-01",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "party": "conservative",
                    "member": "Sir Oliver Dowden",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 10000.0,
                    "hours_worked": 20.0,
                    "hours_details": "up to two days per month",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14021",
                    "category_code": "1.1"
                },
                {
                    "id": 14007,
                    "summary": "Payment received on 06 November 2025 - \u00a36,000.00",
                    "parent_interest_id": 14006,
                    "registered": "2025-11-28",
                    "published": "2025-12-01",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4780,
                    "twfy_id": "25851",
                    "party": "conservative",
                    "member": "Laura Trott",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 6000.0,
                    "hours_worked": 8.0,
                    "hours_details": "Speaking Engagement",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14007",
                    "category_code": "1.1"
                },
                {
                    "id": 14032,
                    "summary": "Payment received on 27 November 2025 - \u00a31,000.00",
                    "parent_interest_id": 12619,
                    "registered": "2025-12-01",
                    "published": "2025-12-01",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 146,
                    "twfy_id": "10220",
                    "party": "labour",
                    "member": "Barry Gardiner",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1000.0,
                    "hours_worked": 25.0,
                    "hours_details": "estimated",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14032",
                    "category_code": "1.1"
                },
                {
                    "id": 14028,
                    "summary": "Payment received on 14 November 2025 - \u00a31,250.00",
                    "parent_interest_id": 12101,
                    "registered": "2025-12-01",
                    "published": "2025-12-01",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 146,
                    "twfy_id": "10220",
                    "party": "labour",
                    "member": "Barry Gardiner",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1250.0,
                    "hours_worked": 20.0,
                    "hours_details": "estimated based on research required",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14028",
                    "category_code": "1.1"
                },
                {
                    "id": 14005,
                    "summary": "Payment received on 25 November 2025 - \u00a3529.27",
                    "parent_interest_id": 3835,
                    "registered": "2025-11-28",
                    "published": "2025-12-01",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4479,
                    "twfy_id": "25279",
                    "party": "labour",
                    "member": "Nick Thomas-Symonds",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Royalty payments for a previously published book",
                    "value": 529.27,
                    "hours_worked": 0.0,
                    "hours_details": "No extra hours",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Weidenfeld & Nicolson United Kingdom, Orion Publishing Group",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "Carmelite House, 50 Victoria Embankment, London EC47 0DZ",
                    "ultimate_payer_nature_of_business": "Publisher",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14005",
                    "category_code": "1.1"
                },
                {
                    "id": 13729,
                    "summary": "Payment expected for services on 26 November 2025 - \u00a31,000.00",
                    "parent_interest_id": 13728,
                    "registered": "2025-12-01",
                    "published": "2025-12-01",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1560,
                    "twfy_id": "11791",
                    "party": "conservative",
                    "member": "Sir Jeremy Wright",
                    "payment_received": false,
                    "received_date": "",
                    "job_title": "Speaking Engagement",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1000.0,
                    "hours_worked": 3.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13729",
                    "category_code": "1.1"
                },
                {
                    "id": 14025,
                    "summary": "Payment received on 28 November 2025 - \u00a345,480.00",
                    "parent_interest_id": 6852,
                    "registered": "2025-12-01",
                    "published": "2025-12-01",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 45480.0,
                    "hours_worked": 12.0,
                    "hours_details": "This number is an estimate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14025",
                    "category_code": "1.1"
                },
                {
                    "id": 14031,
                    "summary": "Payment received on 20 November 2025 - \u00a33,000.00",
                    "parent_interest_id": 14030,
                    "registered": "2025-12-01",
                    "published": "2025-12-01",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 146,
                    "twfy_id": "10220",
                    "party": "labour",
                    "member": "Barry Gardiner",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 3000.0,
                    "hours_worked": 40.0,
                    "hours_details": "approximate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14031",
                    "category_code": "1.1"
                },
                {
                    "id": 13994,
                    "summary": "Payment received on 28 November 2025 - \u00a31,573.00",
                    "parent_interest_id": 6053,
                    "registered": "2025-11-28",
                    "published": "2025-11-28",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5357,
                    "twfy_id": "26631",
                    "party": "independent",
                    "member": "Ayoub Khan",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1573.0,
                    "hours_worked": 160.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13994",
                    "category_code": "1.1"
                },
                {
                    "id": 13993,
                    "summary": "Payment received on 27 November 2025 - \u00a34,000.00",
                    "parent_interest_id": 12266,
                    "registered": "2025-11-28",
                    "published": "2025-11-28",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4095,
                    "twfy_id": "24916",
                    "party": "conservative",
                    "member": "Steve Barclay",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 4000.0,
                    "hours_worked": 10.5,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13993",
                    "category_code": "1.1"
                },
                {
                    "id": 13985,
                    "summary": "Payment expected for services on 13 November 2025 - \u00a324,000.00",
                    "parent_interest_id": 11008,
                    "registered": "2025-11-27",
                    "published": "2025-11-27",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "party": "conservative",
                    "member": "Sir Jeremy Hunt",
                    "payment_received": false,
                    "received_date": "",
                    "job_title": "Speaking engagement",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 24000.0,
                    "hours_worked": 1.5,
                    "hours_details": "",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Merrill Lynch International",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "2 King Edward Street, London EC1A 1HQ",
                    "ultimate_payer_nature_of_business": "Banking & Financial Services",
                    "is_payment_donated": true,
                    "donatee_paid_by": "Paid direct to the recipient by the payer",
                    "donatee_type": "Charity",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13985",
                    "category_code": "1.1"
                },
                {
                    "id": 13982,
                    "summary": "Payment received on 19 November 2025 - \u00a312,000.00",
                    "parent_interest_id": 11008,
                    "registered": "2025-11-27",
                    "published": "2025-11-27",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "party": "conservative",
                    "member": "Sir Jeremy Hunt",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "Speaking engagement",
                    "payment_type": "Monetary",
                    "payment_description": "Speaking engagement 14 November 2025",
                    "value": 12000.0,
                    "hours_worked": 3.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "LIFE Lebanon",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "85 Portland Street, London W1W 7LT",
                    "ultimate_payer_nature_of_business": "Membership organisation for the Lebanese Diaspora",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13982",
                    "category_code": "1.1"
                },
                {
                    "id": 13981,
                    "summary": "Payment received on 19 November 2025 - \u00a310,000.00",
                    "parent_interest_id": 11008,
                    "registered": "2025-11-27",
                    "published": "2025-11-27",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "party": "conservative",
                    "member": "Sir Jeremy Hunt",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "Speaking engagement",
                    "payment_type": "Monetary",
                    "payment_description": "Speaking engagement 18 November 2025",
                    "value": 10000.0,
                    "hours_worked": 1.5,
                    "hours_details": "",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Lazard and Co",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "Lazard & Co, 20 Manchester Square, London W1U 3PZ",
                    "ultimate_payer_nature_of_business": "Financial Advisory and Asset Management",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13981",
                    "category_code": "1.1"
                },
                {
                    "id": 13980,
                    "summary": "Payment received on 20 November 2025 - \u00a316,000.00",
                    "parent_interest_id": 11008,
                    "registered": "2025-11-27",
                    "published": "2025-11-27",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "party": "conservative",
                    "member": "Sir Jeremy Hunt",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "Speaking engagement",
                    "payment_type": "Monetary",
                    "payment_description": "Speaking engagement 18 November 2025",
                    "value": 16000.0,
                    "hours_worked": 1.5,
                    "hours_details": "",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "J P Morgan Securities Plc",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "J P Morgan Securities Plc, 25 Bank Street, London E14 5JP",
                    "ultimate_payer_nature_of_business": "Banking & Financial Services",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13980",
                    "category_code": "1.1"
                },
                {
                    "id": 13940,
                    "summary": "Payment received on 31 October 2025 - \u00a3403.04",
                    "parent_interest_id": 13468,
                    "registered": "2025-11-24",
                    "published": "2025-11-25",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5198,
                    "twfy_id": "26445",
                    "party": "liberal-democrat",
                    "member": "Chris Coghlan",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Army Reservist pay",
                    "value": 403.04,
                    "hours_worked": 32.0,
                    "hours_details": "Estimated",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13940",
                    "category_code": "1.1"
                },
                {
                    "id": 13946,
                    "summary": "Payment received on 24 November 2025 - \u00a3500.00",
                    "parent_interest_id": 11719,
                    "registered": "2025-11-24",
                    "published": "2025-11-24",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "party": "conservative",
                    "member": "Tom Tugendhat",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 500.0,
                    "hours_worked": 1.0,
                    "hours_details": "Writing an article",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13946",
                    "category_code": "1.1"
                },
                {
                    "id": 13923,
                    "summary": "Payment received on 04 November 2025 - \u00a32,166.66",
                    "parent_interest_id": 4308,
                    "registered": "2025-11-19",
                    "published": "2025-11-19",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4084,
                    "twfy_id": "24882",
                    "party": "conservative",
                    "member": "Esther McVey",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "For four full page columns in the Daily Express.",
                    "value": 2166.66,
                    "hours_worked": 12.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13923",
                    "category_code": "1.1"
                },
                {
                    "id": 13908,
                    "summary": "Payment received on 07 November 2025 - \u00a3450.00",
                    "parent_interest_id": 12134,
                    "registered": "2025-11-18",
                    "published": "2025-11-18",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4938,
                    "twfy_id": "26061",
                    "party": "labour",
                    "member": "Paulette Hamilton",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "One in person appearance and two online appearances.",
                    "value": 450.0,
                    "hours_worked": 5.0,
                    "hours_details": "estimated",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13908",
                    "category_code": "1.1"
                },
                {
                    "id": 13912,
                    "summary": "Payment expected for services on 13 November 2025 - \u00a331,145.62",
                    "parent_interest_id": 12160,
                    "registered": "2025-11-18",
                    "published": "2025-11-18",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "payment_received": false,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Date given is the date the invoice was submitted for payment",
                    "value": 31145.62,
                    "hours_worked": 12.0,
                    "hours_details": "This is an estimate for work undertaken between February and November 2025",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13912",
                    "category_code": "1.1"
                },
                {
                    "id": 13904,
                    "summary": "Payment received on 14 November 2025 - \u00a333,153.60",
                    "parent_interest_id": 6852,
                    "registered": "2025-11-18",
                    "published": "2025-11-18",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 33153.6,
                    "hours_worked": 24.0,
                    "hours_details": "This number is an estimate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13904",
                    "category_code": "1.1"
                },
                {
                    "id": 13889,
                    "summary": "Payment received on 04 November 2025 - \u00a39,378.39",
                    "parent_interest_id": 5988,
                    "registered": "2025-11-17",
                    "published": "2025-11-17",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5067,
                    "twfy_id": "26346",
                    "party": "labour",
                    "member": "Tony Vaughan",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "All work completed prior to 4th July 2024",
                    "value": 9378.39,
                    "hours_worked": 35.0,
                    "hours_details": "number of hours is approximate",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "confidential",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "confidential",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13889",
                    "category_code": "1.1"
                },
                {
                    "id": 13893,
                    "summary": "Payment received on 29 October 2025 - \u00a3145.11",
                    "parent_interest_id": 11502,
                    "registered": "2025-11-17",
                    "published": "2025-11-17",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "party": "reform",
                    "member": "Lee Anderson",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 145.11,
                    "hours_worked": 8.0,
                    "hours_details": "Hours: 8 hours. This is an estimated amount of hours",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13893",
                    "category_code": "1.1"
                },
                {
                    "id": 13894,
                    "summary": "Payment received on 13 November 2025 - \u00a3132.56",
                    "parent_interest_id": 11502,
                    "registered": "2025-11-17",
                    "published": "2025-11-17",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "party": "reform",
                    "member": "Lee Anderson",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 132.56,
                    "hours_worked": 8.0,
                    "hours_details": "Hours: 8 hours. This is an estimated amount of hours",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13894",
                    "category_code": "1.1"
                },
                {
                    "id": 13869,
                    "summary": "Payment expected for services on 12 November 2025 - \u00a316,000.00",
                    "parent_interest_id": 11008,
                    "registered": "2025-11-13",
                    "published": "2025-11-14",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "party": "conservative",
                    "member": "Sir Jeremy Hunt",
                    "payment_received": false,
                    "received_date": "",
                    "job_title": "Speaking engagement",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 16000.0,
                    "hours_worked": 3.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "BNP Paribas",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "10 Harewood Avenue, London NW1 6AA",
                    "ultimate_payer_nature_of_business": "Banking & Financial Services",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13869",
                    "category_code": "1.1"
                },
                {
                    "id": 13878,
                    "summary": "Payment received on 04 November 2025 - \u00a38,225.00",
                    "parent_interest_id": 10773,
                    "registered": "2025-11-14",
                    "published": "2025-11-14",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4409,
                    "twfy_id": "25385",
                    "party": "labour",
                    "member": "Naz Shah",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Second advanced payment for writing my book",
                    "value": 8225.0,
                    "hours_worked": 40.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13878",
                    "category_code": "1.1"
                },
                {
                    "id": 13866,
                    "summary": "Payment received on 13 November 2025 - \u00a31,671.05",
                    "parent_interest_id": 11413,
                    "registered": "2025-11-13",
                    "published": "2025-11-13",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "party": "independent",
                    "member": "Rupert Lowe",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1671.05,
                    "hours_worked": 5.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13866",
                    "category_code": "1.1"
                },
                {
                    "id": 13871,
                    "summary": "Payment received on 25 January 2025 - \u00a31,375.00",
                    "parent_interest_id": 7013,
                    "registered": "2025-11-13",
                    "published": "2025-11-13",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5239,
                    "twfy_id": "26585",
                    "party": "liberal-democrat",
                    "member": "Sarah Gibson",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "this role was unpaid from 26 January 2025",
                    "value": 1375.0,
                    "hours_worked": 5.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13871",
                    "category_code": "1.1"
                },
                {
                    "id": 13870,
                    "summary": "Payment received on 25 December 2024 - \u00a31,492.78",
                    "parent_interest_id": 7013,
                    "registered": "2025-11-13",
                    "published": "2025-11-13",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5239,
                    "twfy_id": "26585",
                    "party": "liberal-democrat",
                    "member": "Sarah Gibson",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1492.78,
                    "hours_worked": 5.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13870",
                    "category_code": "1.1"
                },
                {
                    "id": 13833,
                    "summary": "Payment received on 05 November 2025 - \u00a31,127.38",
                    "parent_interest_id": 11729,
                    "registered": "2025-11-12",
                    "published": "2025-11-12",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4118,
                    "twfy_id": "24961",
                    "party": "conservative",
                    "member": "Sir Julian Smith",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Return travel between London and Zurich plus accommodation.",
                    "value": 1127.38,
                    "hours_worked": 0.0,
                    "hours_details": "I have not specified the number of hours because this expenses payment related to attendance at a voluntary board meeting in my capacity as Chair",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13833",
                    "category_code": "1.1"
                },
                {
                    "id": 13770,
                    "summary": "Payment received on 31 October 2025 - \u00a3135,000.00",
                    "parent_interest_id": 11542,
                    "registered": "2025-11-12",
                    "published": "2025-11-12",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 135000.0,
                    "hours_worked": 4.0,
                    "hours_details": "This is an estimated maximum hours worked per month over the course of a three month period",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13770",
                    "category_code": "1.1"
                },
                {
                    "id": 13772,
                    "summary": "Payment expected for services on 13 October 2025 - \u00a330,000.00",
                    "parent_interest_id": 13771,
                    "registered": "2025-11-12",
                    "published": "2025-11-12",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "payment_received": false,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 30000.0,
                    "hours_worked": 2.0,
                    "hours_details": "This is an estimate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13772",
                    "category_code": "1.1"
                },
                {
                    "id": 13774,
                    "summary": "Payment expected for services on 22 October 2025 - \u00a320,000.00",
                    "parent_interest_id": 13773,
                    "registered": "2025-11-12",
                    "published": "2025-11-12",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "payment_received": false,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 20000.0,
                    "hours_worked": 2.0,
                    "hours_details": "This is an estimate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13774",
                    "category_code": "1.1"
                },
                {
                    "id": 13837,
                    "summary": "Payment received on 11 November 2025 - \u00a3750.00",
                    "parent_interest_id": 3680,
                    "registered": "2025-11-12",
                    "published": "2025-11-12",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "party": "conservative",
                    "member": "Sir Iain Duncan Smith",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Three articles written for The Telegraph Newspaper, published on 9, 20 and 22 October.",
                    "value": 750.0,
                    "hours_worked": 12.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13837",
                    "category_code": "1.1"
                },
                {
                    "id": 13808,
                    "summary": "Payment received on 15 October 2025 - \u00a311,050.00",
                    "parent_interest_id": 13132,
                    "registered": "2025-11-09",
                    "published": "2025-11-10",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "party": "conservative",
                    "member": "Sir Geoffrey Cox",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 11050.0,
                    "hours_worked": 13.0,
                    "hours_details": "For work undertaken between\u00a01 and 30 September 2025",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13808",
                    "category_code": "1.1"
                },
                {
                    "id": 13816,
                    "summary": "Payment received on 07 November 2025 - \u00a341,791.42",
                    "parent_interest_id": 11826,
                    "registered": "2025-11-10",
                    "published": "2025-11-10",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4483,
                    "twfy_id": "25428",
                    "party": "conservative",
                    "member": "Rishi Sunak",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Quarterly stipend to cover expenses, including travel, necessary to attend meetings and conferences.",
                    "value": 41791.42,
                    "hours_worked": 30.0,
                    "hours_details": "This payment is purely to cover expenses, so not for hours worked",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13816",
                    "category_code": "1.1"
                },
                {
                    "id": 13809,
                    "summary": "Payment received on 15 October 2025 - \u00a310,000.00",
                    "parent_interest_id": 6922,
                    "registered": "2025-11-09",
                    "published": "2025-11-10",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "party": "conservative",
                    "member": "Sir Geoffrey Cox",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 10000.0,
                    "hours_worked": 10.0,
                    "hours_details": "For work undertaken between\u00a022 September and 10 October 2025",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13809",
                    "category_code": "1.1"
                },
                {
                    "id": 13818,
                    "summary": "Payment received on 29 October 2025 - \u00a31,000.00",
                    "parent_interest_id": 12619,
                    "registered": "2025-11-10",
                    "published": "2025-11-10",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 146,
                    "twfy_id": "10220",
                    "party": "labour",
                    "member": "Barry Gardiner",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1000.0,
                    "hours_worked": 30.0,
                    "hours_details": "estimated, includes research and speech preparation",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13818",
                    "category_code": "1.1"
                },
                {
                    "id": 13811,
                    "summary": "Payment received on 07 November 2025 - \u00a3300.00",
                    "parent_interest_id": 11234,
                    "registered": "2025-11-10",
                    "published": "2025-11-10",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4480,
                    "twfy_id": "25308",
                    "party": "labour",
                    "member": "Carolyn Harris",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 300.0,
                    "hours_worked": 7.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13811",
                    "category_code": "1.1"
                },
                {
                    "id": 13805,
                    "summary": "Payment received on 17 October 2025 - \u00a32,000.00",
                    "parent_interest_id": 3715,
                    "registered": "2025-11-08",
                    "published": "2025-11-08",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4040,
                    "twfy_id": "24721",
                    "party": "labourco-operative",
                    "member": "Chris Evans",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Payment for publication of a book",
                    "value": 2000.0,
                    "hours_worked": 0.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13805",
                    "category_code": "1.1"
                },
                {
                    "id": 13783,
                    "summary": "Payment received on 06 November 2025 - \u00a3220.00",
                    "parent_interest_id": 3871,
                    "registered": "2025-11-06",
                    "published": "2025-11-07",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1446,
                    "twfy_id": "10761",
                    "party": "labour",
                    "member": "Chris Bryant",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 220.0,
                    "hours_worked": 2.0,
                    "hours_details": "Edinburgh International Book Festival Session",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Edinburgh International Book Festival",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "121 George Street, Edinburgh EH2 4YN",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13783",
                    "category_code": "1.1"
                },
                {
                    "id": 13764,
                    "summary": "Payment received on 15 October 2025 - \u00a31,456.83",
                    "parent_interest_id": 9226,
                    "registered": "2025-11-05",
                    "published": "2025-11-06",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1456.83,
                    "hours_worked": 20.0,
                    "hours_details": "This number is an estimate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13764",
                    "category_code": "1.1"
                },
                {
                    "id": 13766,
                    "summary": "Payment received on 29 October 2025 - \u00a3601.27",
                    "parent_interest_id": 9226,
                    "registered": "2025-11-05",
                    "published": "2025-11-06",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 601.27,
                    "hours_worked": 4.0,
                    "hours_details": "This number is an estimate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13766",
                    "category_code": "1.1"
                },
                {
                    "id": 13778,
                    "summary": "Payment received on 04 November 2025 - \u00a3240.00",
                    "parent_interest_id": 12725,
                    "registered": "2025-11-06",
                    "published": "2025-11-06",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4084,
                    "twfy_id": "24882",
                    "party": "conservative",
                    "member": "Esther McVey",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "For 6 shows.",
                    "value": 240.0,
                    "hours_worked": 1.05,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13778",
                    "category_code": "1.1"
                },
                {
                    "id": 13760,
                    "summary": "Payment received on 28 October 2025 - \u00a3643.01",
                    "parent_interest_id": 4169,
                    "registered": "2025-11-05",
                    "published": "2025-11-06",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 420,
                    "twfy_id": "10131",
                    "party": "labour",
                    "member": "Yvette Cooper",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "For additional sales of a book already published",
                    "value": 643.01,
                    "hours_worked": 0.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13760",
                    "category_code": "1.1"
                },
                {
                    "id": 13763,
                    "summary": "Payment received on 08 October 2025 - \u00a360.34",
                    "parent_interest_id": 9226,
                    "registered": "2025-11-05",
                    "published": "2025-11-06",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 60.34,
                    "hours_worked": 1.0,
                    "hours_details": "This number is an estimate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13763",
                    "category_code": "1.1"
                },
                {
                    "id": 13765,
                    "summary": "Payment received on 23 October 2025 - \u00a3152.66",
                    "parent_interest_id": 10624,
                    "registered": "2025-11-05",
                    "published": "2025-11-06",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 152.66,
                    "hours_worked": 1.0,
                    "hours_details": "This number is an estimate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13765",
                    "category_code": "1.1"
                },
                {
                    "id": 13767,
                    "summary": "Payment received on 30 October 2025 - \u00a38,964.27",
                    "parent_interest_id": 9240,
                    "registered": "2025-11-05",
                    "published": "2025-11-06",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 8964.27,
                    "hours_worked": 8.0,
                    "hours_details": "This is an estimate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13767",
                    "category_code": "1.1"
                },
                {
                    "id": 13762,
                    "summary": "Payment received on 27 October 2025 - \u00a324,000.00",
                    "parent_interest_id": 11008,
                    "registered": "2025-11-05",
                    "published": "2025-11-06",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "party": "conservative",
                    "member": "Sir Jeremy Hunt",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "Speaking at event",
                    "payment_type": "Monetary",
                    "payment_description": "Speaking engagement",
                    "value": 24000.0,
                    "hours_worked": 2.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Siemens Healthcare Ltd",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "Siemens Healthcare Ltd, Parkview, Watchmoor Park, Camberley, Surrey GU15 3YL",
                    "ultimate_payer_nature_of_business": "Healthcare technology",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13762",
                    "category_code": "1.1"
                },
                {
                    "id": 13769,
                    "summary": "Payment received on 20 October 2025 - \u00a311,349.29",
                    "parent_interest_id": 13768,
                    "registered": "2025-11-05",
                    "published": "2025-11-06",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "This amount was converted from US dollars to GB pounds",
                    "value": 11349.29,
                    "hours_worked": 12.0,
                    "hours_details": "This number is an estimate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13769",
                    "category_code": "1.1"
                },
                {
                    "id": 13491,
                    "summary": "Payment received on 25 January 2025 - \u00a3797.90",
                    "parent_interest_id": 13302,
                    "registered": "2025-11-03",
                    "published": "2025-11-03",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5239,
                    "twfy_id": "26585",
                    "party": "liberal-democrat",
                    "member": "Sarah Gibson",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 797.9,
                    "hours_worked": 31.6,
                    "hours_details": "per month",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13491",
                    "category_code": "1.1"
                },
                {
                    "id": 13700,
                    "summary": "Payment received on 28 January 2025 - \u00a31,573.00",
                    "parent_interest_id": 6053,
                    "registered": "2025-11-03",
                    "published": "2025-11-03",
                    "updated_1": "2025-11-20",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5357,
                    "twfy_id": "26631",
                    "party": "independent",
                    "member": "Ayoub Khan",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1573.0,
                    "hours_worked": 184.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13700",
                    "category_code": "1.1"
                },
                {
                    "id": 13738,
                    "summary": "Payment received on 25 June 2025 - \u00a3825.98",
                    "parent_interest_id": 13302,
                    "registered": "2025-11-03",
                    "published": "2025-11-03",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5239,
                    "twfy_id": "26585",
                    "party": "liberal-democrat",
                    "member": "Sarah Gibson",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 825.98,
                    "hours_worked": 31.6,
                    "hours_details": "per month",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13738",
                    "category_code": "1.1"
                },
                {
                    "id": 13488,
                    "summary": "Payment received on 25 September 2024 - \u00a34,064.50",
                    "parent_interest_id": 13302,
                    "registered": "2025-11-03",
                    "published": "2025-11-03",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5239,
                    "twfy_id": "26585",
                    "party": "liberal-democrat",
                    "member": "Sarah Gibson",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 4064.5,
                    "hours_worked": 36.5,
                    "hours_details": "Using TOIL and annual leave",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13488",
                    "category_code": "1.1"
                },
                {
                    "id": 13703,
                    "summary": "Payment received on 28 April 2025 - \u00a31,573.00",
                    "parent_interest_id": 6053,
                    "registered": "2025-11-03",
                    "published": "2025-11-03",
                    "updated_1": "2025-11-20",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5357,
                    "twfy_id": "26631",
                    "party": "independent",
                    "member": "Ayoub Khan",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1573.0,
                    "hours_worked": 160.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13703",
                    "category_code": "1.1"
                },
                {
                    "id": 13705,
                    "summary": "Payment received on 27 June 2025 - \u00a31,573.00",
                    "parent_interest_id": 6053,
                    "registered": "2025-11-03",
                    "published": "2025-11-03",
                    "updated_1": "2025-11-20",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5357,
                    "twfy_id": "26631",
                    "party": "independent",
                    "member": "Ayoub Khan",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1573.0,
                    "hours_worked": 168.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13705",
                    "category_code": "1.1"
                },
                {
                    "id": 13733,
                    "summary": "Payment received on 22 October 2025 - \u00a36,000.00",
                    "parent_interest_id": 13732,
                    "registered": "2025-11-03",
                    "published": "2025-11-03",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4780,
                    "twfy_id": "25851",
                    "party": "conservative",
                    "member": "Laura Trott",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Speech to ACA Annual Dinner",
                    "value": 6000.0,
                    "hours_worked": 16.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13733",
                    "category_code": "1.1"
                },
                {
                    "id": 13709,
                    "summary": "Payment received on 28 October 2025 - \u00a31,573.00",
                    "parent_interest_id": 6053,
                    "registered": "2025-11-03",
                    "published": "2025-11-03",
                    "updated_1": "2025-11-20",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5357,
                    "twfy_id": "26631",
                    "party": "independent",
                    "member": "Ayoub Khan",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1573.0,
                    "hours_worked": 184.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13709",
                    "category_code": "1.1"
                },
                {
                    "id": 13696,
                    "summary": "Payment received on 27 September 2024 - \u00a31,573.00",
                    "parent_interest_id": 6053,
                    "registered": "2025-11-03",
                    "published": "2025-11-03",
                    "updated_1": "2025-11-20",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5357,
                    "twfy_id": "26631",
                    "party": "independent",
                    "member": "Ayoub Khan",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1573.0,
                    "hours_worked": 168.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13696",
                    "category_code": "1.1"
                },
                {
                    "id": 13706,
                    "summary": "Payment received on 28 July 2025 - \u00a31,573.00",
                    "parent_interest_id": 6053,
                    "registered": "2025-11-03",
                    "published": "2025-11-03",
                    "updated_1": "2025-11-20",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5357,
                    "twfy_id": "26631",
                    "party": "independent",
                    "member": "Ayoub Khan",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1573.0,
                    "hours_worked": 184.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13706",
                    "category_code": "1.1"
                },
                {
                    "id": 13493,
                    "summary": "Payment received on 25 March 2025 - \u00a3802.48",
                    "parent_interest_id": 13302,
                    "registered": "2025-11-03",
                    "published": "2025-11-03",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5239,
                    "twfy_id": "26585",
                    "party": "liberal-democrat",
                    "member": "Sarah Gibson",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 802.48,
                    "hours_worked": 31.6,
                    "hours_details": "per month",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13493",
                    "category_code": "1.1"
                },
                {
                    "id": 13697,
                    "summary": "Payment received on 28 October 2024 - \u00a31,573.00",
                    "parent_interest_id": 6053,
                    "registered": "2025-11-03",
                    "published": "2025-11-03",
                    "updated_1": "2025-11-20",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5357,
                    "twfy_id": "26631",
                    "party": "independent",
                    "member": "Ayoub Khan",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1573.0,
                    "hours_worked": 184.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13697",
                    "category_code": "1.1"
                },
                {
                    "id": 13699,
                    "summary": "Payment received on 27 December 2024 - \u00a31,573.00",
                    "parent_interest_id": 6053,
                    "registered": "2025-11-03",
                    "published": "2025-11-03",
                    "updated_1": "2025-11-20",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5357,
                    "twfy_id": "26631",
                    "party": "independent",
                    "member": "Ayoub Khan",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1573.0,
                    "hours_worked": 176.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13699",
                    "category_code": "1.1"
                },
                {
                    "id": 13736,
                    "summary": "Payment expected for services on 31 October 2025 - \u00a31,500.00",
                    "parent_interest_id": 13726,
                    "registered": "2025-11-03",
                    "published": "2025-11-03",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4473,
                    "twfy_id": "25357",
                    "party": "labour",
                    "member": "Louise Haigh",
                    "payment_received": false,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1500.0,
                    "hours_worked": 5.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13736",
                    "category_code": "1.1"
                },
                {
                    "id": 13701,
                    "summary": "Payment received on 28 February 2024 - \u00a31,573.00",
                    "parent_interest_id": 6053,
                    "registered": "2025-11-03",
                    "published": "2025-11-03",
                    "updated_1": "2025-11-20",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5357,
                    "twfy_id": "26631",
                    "party": "independent",
                    "member": "Ayoub Khan",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1573.0,
                    "hours_worked": 160.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13701",
                    "category_code": "1.1"
                },
                {
                    "id": 13702,
                    "summary": "Payment received on 28 March 2025 - \u00a31,573.00",
                    "parent_interest_id": 6053,
                    "registered": "2025-11-03",
                    "published": "2025-11-03",
                    "updated_1": "2025-11-20",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5357,
                    "twfy_id": "26631",
                    "party": "independent",
                    "member": "Ayoub Khan",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1573.0,
                    "hours_worked": 168.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13702",
                    "category_code": "1.1"
                },
                {
                    "id": 13490,
                    "summary": "Payment received on 25 November 2024 - \u00a3797.90",
                    "parent_interest_id": 13302,
                    "registered": "2025-11-03",
                    "published": "2025-11-03",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5239,
                    "twfy_id": "26585",
                    "party": "liberal-democrat",
                    "member": "Sarah Gibson",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 797.9,
                    "hours_worked": 31.6,
                    "hours_details": "per month",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13490",
                    "category_code": "1.1"
                },
                {
                    "id": 13694,
                    "summary": "Payment received on 26 July 2024 - \u00a31,573.00",
                    "parent_interest_id": 6053,
                    "registered": "2025-11-03",
                    "published": "2025-11-03",
                    "updated_1": "2025-11-20",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5357,
                    "twfy_id": "26631",
                    "party": "independent",
                    "member": "Ayoub Khan",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1573.0,
                    "hours_worked": 184.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13694",
                    "category_code": "1.1"
                },
                {
                    "id": 13695,
                    "summary": "Payment received on 28 August 2024 - \u00a31,573.00",
                    "parent_interest_id": 6053,
                    "registered": "2025-11-03",
                    "published": "2025-11-03",
                    "updated_1": "2025-11-20",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5357,
                    "twfy_id": "26631",
                    "party": "independent",
                    "member": "Ayoub Khan",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1573.0,
                    "hours_worked": 176.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13695",
                    "category_code": "1.1"
                },
                {
                    "id": 13707,
                    "summary": "Payment received on 28 August 2025 - \u00a31,573.00",
                    "parent_interest_id": 6053,
                    "registered": "2025-11-03",
                    "published": "2025-11-03",
                    "updated_1": "2025-11-20",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5357,
                    "twfy_id": "26631",
                    "party": "independent",
                    "member": "Ayoub Khan",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1573.0,
                    "hours_worked": 160.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13707",
                    "category_code": "1.1"
                },
                {
                    "id": 13708,
                    "summary": "Payment received on 26 September 2025 - \u00a31,573.00",
                    "parent_interest_id": 6053,
                    "registered": "2025-11-03",
                    "published": "2025-11-03",
                    "updated_1": "2025-11-20",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5357,
                    "twfy_id": "26631",
                    "party": "independent",
                    "member": "Ayoub Khan",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1573.0,
                    "hours_worked": 176.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13708",
                    "category_code": "1.1"
                },
                {
                    "id": 13698,
                    "summary": "Payment received on 28 November 2024 - \u00a31,573.00",
                    "parent_interest_id": 6053,
                    "registered": "2025-11-03",
                    "published": "2025-11-03",
                    "updated_1": "2025-11-20",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5357,
                    "twfy_id": "26631",
                    "party": "independent",
                    "member": "Ayoub Khan",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1573.0,
                    "hours_worked": 168.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13698",
                    "category_code": "1.1"
                },
                {
                    "id": 13704,
                    "summary": "Payment received on 28 May 2025 - \u00a31,573.00",
                    "parent_interest_id": 6053,
                    "registered": "2025-11-03",
                    "published": "2025-11-03",
                    "updated_1": "2025-11-20",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5357,
                    "twfy_id": "26631",
                    "party": "independent",
                    "member": "Ayoub Khan",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1573.0,
                    "hours_worked": 160.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13704",
                    "category_code": "1.1"
                },
                {
                    "id": 13717,
                    "summary": "Payment received on 17 October 2025 - \u00a390.62",
                    "parent_interest_id": 11729,
                    "registered": "2025-10-31",
                    "published": "2025-10-31",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4118,
                    "twfy_id": "24961",
                    "party": "conservative",
                    "member": "Sir Julian Smith",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Expenses reimbursed for attending a voluntary Board meeting.",
                    "value": 90.62,
                    "hours_worked": 0.0,
                    "hours_details": "I have not specified the number of hours because this expense payment related to attendance at a voluntary board meeting in my capacity as Chair",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13717",
                    "category_code": "1.1"
                },
                {
                    "id": 13718,
                    "summary": "Payment received on 29 October 2025 - \u00a31,312.52",
                    "parent_interest_id": 11413,
                    "registered": "2025-10-31",
                    "published": "2025-10-31",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "party": "independent",
                    "member": "Rupert Lowe",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1312.52,
                    "hours_worked": 5.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13718",
                    "category_code": "1.1"
                },
                {
                    "id": 13686,
                    "summary": "Payment received on 25 October 2025 - \u00a3418.78",
                    "parent_interest_id": 13302,
                    "registered": "2025-10-30",
                    "published": "2025-10-31",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5239,
                    "twfy_id": "26585",
                    "party": "liberal-democrat",
                    "member": "Sarah Gibson",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 418.78,
                    "hours_worked": 15.8,
                    "hours_details": "a month",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13686",
                    "category_code": "1.1"
                },
                {
                    "id": 13712,
                    "summary": "Payment received on 31 October 2025 - \u00a34,000.00",
                    "parent_interest_id": 12266,
                    "registered": "2025-10-31",
                    "published": "2025-10-31",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4095,
                    "twfy_id": "24916",
                    "party": "conservative",
                    "member": "Steve Barclay",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 4000.0,
                    "hours_worked": 10.5,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13712",
                    "category_code": "1.1"
                },
                {
                    "id": 13685,
                    "summary": "Payment received on 25 September 2025 - \u00a3837.55",
                    "parent_interest_id": 13302,
                    "registered": "2025-10-30",
                    "published": "2025-10-31",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5239,
                    "twfy_id": "26585",
                    "party": "liberal-democrat",
                    "member": "Sarah Gibson",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 837.55,
                    "hours_worked": 31.6,
                    "hours_details": "a month",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13685",
                    "category_code": "1.1"
                },
                {
                    "id": 13665,
                    "summary": "Payment received on 28 October 2025 - \u00a32,250.00",
                    "parent_interest_id": 10930,
                    "registered": "2025-10-29",
                    "published": "2025-10-29",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "party": "reform",
                    "member": "Suella Braverman",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "articles",
                    "value": 2250.0,
                    "hours_worked": 9.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13665",
                    "category_code": "1.1"
                },
                {
                    "id": 13667,
                    "summary": "Payment received on 16 October 2025 - \u00a3600.00",
                    "parent_interest_id": 4375,
                    "registered": "2025-10-29",
                    "published": "2025-10-29",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4370,
                    "twfy_id": "25364",
                    "party": "labour",
                    "member": "Jess Phillips",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "This is a copyright payment for an article I wrote in 2018",
                    "value": 600.0,
                    "hours_worked": 0.0,
                    "hours_details": "No extra hours worked",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13667",
                    "category_code": "1.1"
                },
                {
                    "id": 13666,
                    "summary": "Payment received on 24 October 2025 - \u00a3750.00",
                    "parent_interest_id": 10669,
                    "registered": "2025-10-29",
                    "published": "2025-10-29",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "party": "reform",
                    "member": "Suella Braverman",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "Writing an article",
                    "payment_type": "Monetary",
                    "payment_description": "Writing (not presenting a show)",
                    "value": 750.0,
                    "hours_worked": 3.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13666",
                    "category_code": "1.1"
                },
                {
                    "id": 13643,
                    "summary": "Payment received on 13 October 2025 - \u00a3250.00",
                    "parent_interest_id": 11767,
                    "registered": "2025-10-28",
                    "published": "2025-10-28",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "party": "conservative",
                    "member": "Tom Tugendhat",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 250.0,
                    "hours_worked": 3.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13643",
                    "category_code": "1.1"
                },
                {
                    "id": 13559,
                    "summary": "Payment received on 08 October 2025 - \u00a325,000.00",
                    "parent_interest_id": 12767,
                    "registered": "2025-10-28",
                    "published": "2025-10-28",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "party": "conservative",
                    "member": "Sir Oliver Dowden",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 25000.0,
                    "hours_worked": 40.0,
                    "hours_details": "five days",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13559",
                    "category_code": "1.1"
                },
                {
                    "id": 13646,
                    "summary": "Payment received on 23 October 2025 - \u00a310,620.00",
                    "parent_interest_id": 13645,
                    "registered": "2025-10-28",
                    "published": "2025-10-28",
                    "updated_1": "2025-12-22",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4074,
                    "twfy_id": "24824",
                    "party": "conservative",
                    "member": "Mark Garnier",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Payment as a result of a business referral.",
                    "value": 10620.0,
                    "hours_worked": 1.0,
                    "hours_details": "(A balance of \u00a31,393.44 was paid on 22 December 2025)",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13646",
                    "category_code": "1.1"
                },
                {
                    "id": 13639,
                    "summary": "Payment received on 23 October 2025 - \u00a3750.00",
                    "parent_interest_id": 3671,
                    "registered": "2025-10-24",
                    "published": "2025-10-24",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "party": "conservative",
                    "member": "Sir Iain Duncan Smith",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Article published by The Sun online and paper copy on 13th August 2025",
                    "value": 750.0,
                    "hours_worked": 6.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13639",
                    "category_code": "1.1"
                },
                {
                    "id": 13628,
                    "summary": "Payment expected for services on 20 October 2025 - \u00a3500.00",
                    "parent_interest_id": 13626,
                    "registered": "2025-10-23",
                    "published": "2025-10-23",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "party": "conservative",
                    "member": "Sir Jeremy Hunt",
                    "payment_received": false,
                    "received_date": "",
                    "job_title": "Speaking engagement",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 500.0,
                    "hours_worked": 2.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13628",
                    "category_code": "1.1"
                },
                {
                    "id": 13633,
                    "summary": "Payment received on 21 October 2025 - \u00a32,918.51",
                    "parent_interest_id": 11326,
                    "registered": "2025-10-23",
                    "published": "2025-10-23",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5267,
                    "twfy_id": "26600",
                    "party": "labour",
                    "member": "Yuan Yang",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2918.51,
                    "hours_worked": 0.0,
                    "hours_details": "Payment received for book sales",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "RCW literary Agency",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "RCW literary Agency, 20 Powis Mews, London W11 1JN",
                    "ultimate_payer_nature_of_business": "Literary Agency",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13633",
                    "category_code": "1.1"
                },
                {
                    "id": 13617,
                    "summary": "Payment received on 30 September 2025 - \u00a3675.49",
                    "parent_interest_id": 4932,
                    "registered": "2025-10-22",
                    "published": "2025-10-22",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 3991,
                    "twfy_id": "24827",
                    "party": "conservative",
                    "member": "Jesse Norman",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 675.49,
                    "hours_worked": 10.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": true,
                    "donatee_paid_by": "Donated by the Member to the recipient",
                    "donatee_type": "Charity",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13617",
                    "category_code": "1.1"
                },
                {
                    "id": 13574,
                    "summary": "Payment received on 30 September 2025 - \u00a3950.00",
                    "parent_interest_id": 12101,
                    "registered": "2025-10-17",
                    "published": "2025-10-20",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 146,
                    "twfy_id": "10220",
                    "party": "labour",
                    "member": "Barry Gardiner",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Appeared on five programmes",
                    "value": 950.0,
                    "hours_worked": 30.0,
                    "hours_details": "estimated as does not include preparation time",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13574",
                    "category_code": "1.1"
                },
                {
                    "id": 13586,
                    "summary": "Payment received on 03 October 2025 - \u00a3253.31",
                    "parent_interest_id": 4353,
                    "registered": "2025-10-20",
                    "published": "2025-10-20",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 3991,
                    "twfy_id": "24827",
                    "party": "conservative",
                    "member": "Jesse Norman",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 253.31,
                    "hours_worked": 0.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Penguin Books Ltd",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "Embassy Gardens. One Embassy Gardens, 8 Viaduct Gardens, London, SW11 7BW",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13586",
                    "category_code": "1.1"
                },
                {
                    "id": 13543,
                    "summary": "Payment received on 03 October 2025 - \u00a310,000.00",
                    "parent_interest_id": 11622,
                    "registered": "2025-10-20",
                    "published": "2025-10-20",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "party": "conservative",
                    "member": "Sir Oliver Dowden",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 10000.0,
                    "hours_worked": 20.0,
                    "hours_details": "up to two days per month",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13543",
                    "category_code": "1.1"
                },
                {
                    "id": 13584,
                    "summary": "Payment received on 17 September 2025 - \u00a3100.35",
                    "parent_interest_id": 11502,
                    "registered": "2025-10-20",
                    "published": "2025-10-20",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "party": "reform",
                    "member": "Lee Anderson",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 100.35,
                    "hours_worked": 5.0,
                    "hours_details": "This is an estimated number of hours",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13584",
                    "category_code": "1.1"
                },
                {
                    "id": 13587,
                    "summary": "Payment received on 09 October 2025 - \u00a366.55",
                    "parent_interest_id": 4353,
                    "registered": "2025-10-20",
                    "published": "2025-10-20",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 3991,
                    "twfy_id": "24827",
                    "party": "conservative",
                    "member": "Jesse Norman",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 66.55,
                    "hours_worked": 0.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "HarperCollins Publishers Ltd",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "The News Building, 1 London Bridge St, London SE1 9GF",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13587",
                    "category_code": "1.1"
                },
                {
                    "id": 13597,
                    "summary": "Payment received on 16 October 2025 - \u00a3141,000.00",
                    "parent_interest_id": 12316,
                    "registered": "2025-10-20",
                    "published": "2025-10-20",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4483,
                    "twfy_id": "25428",
                    "party": "conservative",
                    "member": "Rishi Sunak",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 141000.0,
                    "hours_worked": 5.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "NDTV",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "W-17, 2nd Floor, Greater Kailash - I, New Delhi, 110048, India",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13597",
                    "category_code": "1.1"
                },
                {
                    "id": 13573,
                    "summary": "Payment received on 15 October 2025 - \u00a3400.00",
                    "parent_interest_id": 4321,
                    "registered": "2025-10-17",
                    "published": "2025-10-20",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4084,
                    "twfy_id": "24882",
                    "party": "conservative",
                    "member": "Esther McVey",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "For two shows.",
                    "value": 400.0,
                    "hours_worked": 4.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13573",
                    "category_code": "1.1"
                },
                {
                    "id": 13582,
                    "summary": "Payment received on 15 October 2025 - \u00a3196.24",
                    "parent_interest_id": 11502,
                    "registered": "2025-10-20",
                    "published": "2025-10-20",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "party": "reform",
                    "member": "Lee Anderson",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 196.24,
                    "hours_worked": 10.0,
                    "hours_details": "This is an estimated number of hours",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13582",
                    "category_code": "1.1"
                },
                {
                    "id": 13583,
                    "summary": "Payment received on 01 October 2025 - \u00a3108.75",
                    "parent_interest_id": 11502,
                    "registered": "2025-10-20",
                    "published": "2025-10-20",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "party": "reform",
                    "member": "Lee Anderson",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 108.75,
                    "hours_worked": 8.0,
                    "hours_details": "This is an estimated number of hours",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13583",
                    "category_code": "1.1"
                },
                {
                    "id": 13589,
                    "summary": "Payment received on 16 October 2025 - \u00a398.40",
                    "parent_interest_id": 4353,
                    "registered": "2025-10-20",
                    "published": "2025-10-20",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 3991,
                    "twfy_id": "24827",
                    "party": "conservative",
                    "member": "Jesse Norman",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 98.4,
                    "hours_worked": 0.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Everyman's Library",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "Everyman's Library, 50 Albemarle Street, London, W1S 4BD",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13589",
                    "category_code": "1.1"
                },
                {
                    "id": 13569,
                    "summary": "Payment received on 16 October 2025 - \u00a31,500.00",
                    "parent_interest_id": 6545,
                    "registered": "2025-10-17",
                    "published": "2025-10-17",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5030,
                    "twfy_id": "26313",
                    "party": "labour",
                    "member": "Dr Simon Opher",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Payment for work as a locum at three GP surgeries",
                    "value": 1500.0,
                    "hours_worked": 20.0,
                    "hours_details": "3 GP surgeries",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13569",
                    "category_code": "1.1"
                },
                {
                    "id": 13547,
                    "summary": "Payment received on 01 October 2025 - \u00a3964.25",
                    "parent_interest_id": 11729,
                    "registered": "2025-10-15",
                    "published": "2025-10-16",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4118,
                    "twfy_id": "24961",
                    "party": "conservative",
                    "member": "Sir Julian Smith",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "In kind",
                    "payment_description": "Return travel between London and Geneva plus accommodation",
                    "value": 964.25,
                    "hours_worked": 0.0,
                    "hours_details": "I have not specified the number of hours because this expenses payment related to attendance at a voluntary board meeting in my capacity as Chair",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13547",
                    "category_code": "1.1"
                },
                {
                    "id": 13551,
                    "summary": "Payment received on 16 October 2025 - \u00a3600.00",
                    "parent_interest_id": 4375,
                    "registered": "2025-10-16",
                    "published": "2025-10-16",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4370,
                    "twfy_id": "25364",
                    "party": "labour",
                    "member": "Jess Phillips",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Payment for copywrite fees of an article written in 2018, which the Guardian have syndicated",
                    "value": 600.0,
                    "hours_worked": 0.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13551",
                    "category_code": "1.1"
                },
                {
                    "id": 13548,
                    "summary": "Payment received on 26 September 2025 - \u00a337.49",
                    "parent_interest_id": 5988,
                    "registered": "2025-10-15",
                    "published": "2025-10-16",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5067,
                    "twfy_id": "26346",
                    "party": "labour",
                    "member": "Tony Vaughan",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "this payment is for work carried out prior to July 2024",
                    "value": 37.49,
                    "hours_worked": 0.3,
                    "hours_details": "estimated working time of 20 minutes",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Confidential",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "Confidential",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13548",
                    "category_code": "1.1"
                },
                {
                    "id": 13532,
                    "summary": "Payment expected for services on 29 September 2025 - \u00a3150.00",
                    "parent_interest_id": 12296,
                    "registered": "2025-10-14",
                    "published": "2025-10-15",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "party": "labour",
                    "member": "Clive Lewis",
                    "payment_received": false,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Payment for one article",
                    "value": 150.0,
                    "hours_worked": 0.75,
                    "hours_details": "Approximate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13532",
                    "category_code": "1.1"
                },
                {
                    "id": 13531,
                    "summary": "Payment expected for services on 08 September 2025 - \u00a3150.00",
                    "parent_interest_id": 12296,
                    "registered": "2025-10-14",
                    "published": "2025-10-15",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "party": "labour",
                    "member": "Clive Lewis",
                    "payment_received": false,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Payment for one article",
                    "value": 150.0,
                    "hours_worked": 1.5,
                    "hours_details": "Approximate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13531",
                    "category_code": "1.1"
                },
                {
                    "id": 13540,
                    "summary": "Payment received on 15 October 2025 - \u00a32,055.56",
                    "parent_interest_id": 11413,
                    "registered": "2025-10-15",
                    "published": "2025-10-15",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "party": "independent",
                    "member": "Rupert Lowe",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2055.56,
                    "hours_worked": 5.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13540",
                    "category_code": "1.1"
                },
                {
                    "id": 13529,
                    "summary": "Payment received on 14 October 2025 - \u00a3500.00",
                    "parent_interest_id": 3680,
                    "registered": "2025-10-14",
                    "published": "2025-10-14",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "party": "conservative",
                    "member": "Sir Iain Duncan Smith",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Payment for an article published on 30 September 2025",
                    "value": 500.0,
                    "hours_worked": 8.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13529",
                    "category_code": "1.1"
                },
                {
                    "id": 13502,
                    "summary": "Payment received on 08 August 2025 - \u00a312,750.00",
                    "parent_interest_id": 12649,
                    "registered": "2025-10-13",
                    "published": "2025-10-14",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4366,
                    "twfy_id": "25376",
                    "party": "conservative",
                    "member": "Sir James Cleverly",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 12750.0,
                    "hours_worked": 20.0,
                    "hours_details": "preparation, delivery and travel",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Speakers Associates",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "15 Kinghorn Park, Maidenhead SL6 7TX",
                    "ultimate_payer_nature_of_business": "Preseneters, hosts and workshop delivery for business",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13502",
                    "category_code": "1.1"
                },
                {
                    "id": 13522,
                    "summary": "Payment received on 14 October 2025 - \u00a3630.00",
                    "parent_interest_id": 6031,
                    "registered": "2025-10-14",
                    "published": "2025-10-14",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "party": "conservative",
                    "member": "Dr Neil Shastri-Hurst",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 630.0,
                    "hours_worked": 4.0,
                    "hours_details": "Approximate hours worked",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "True Solicitors LLP",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "Percy House, Percy Street, Newcastle upon Tyne, Tyne & Wear, NE1 4PW",
                    "ultimate_payer_nature_of_business": "Solicitor",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13522",
                    "category_code": "1.1"
                },
                {
                    "id": 13500,
                    "summary": "Payment received on 03 October 2025 - \u00a311,900.00",
                    "parent_interest_id": 12649,
                    "registered": "2025-10-10",
                    "published": "2025-10-13",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4366,
                    "twfy_id": "25376",
                    "party": "conservative",
                    "member": "Sir James Cleverly",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 11900.0,
                    "hours_worked": 18.0,
                    "hours_details": "preparation time and delivery and engagement",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Informa Connect Ltd",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "5 Horwick Place, London, SW1P 1WG",
                    "ultimate_payer_nature_of_business": "Host and facilitate live events, Digital content and training for professionals",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13500",
                    "category_code": "1.1"
                },
                {
                    "id": 13498,
                    "summary": "Payment received on 25 August 2025 - \u00a3837.55",
                    "parent_interest_id": 13302,
                    "registered": "2025-10-13",
                    "published": "2025-10-13",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5239,
                    "twfy_id": "26585",
                    "party": "liberal-democrat",
                    "member": "Sarah Gibson",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 837.55,
                    "hours_worked": 31.6,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13498",
                    "category_code": "1.1"
                },
                {
                    "id": 13492,
                    "summary": "Payment received on 25 February 2025 - \u00a3797.90",
                    "parent_interest_id": 13302,
                    "registered": "2025-10-13",
                    "published": "2025-10-13",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5239,
                    "twfy_id": "26585",
                    "party": "liberal-democrat",
                    "member": "Sarah Gibson",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 797.9,
                    "hours_worked": 31.6,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13492",
                    "category_code": "1.1"
                },
                {
                    "id": 13503,
                    "summary": "Payment received on 29 September 2025 - \u00a31,000.00",
                    "parent_interest_id": 12619,
                    "registered": "2025-10-10",
                    "published": "2025-10-13",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 146,
                    "twfy_id": "10220",
                    "party": "labour",
                    "member": "Barry Gardiner",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1000.0,
                    "hours_worked": 30.0,
                    "hours_details": "Approximate to include speeches",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13503",
                    "category_code": "1.1"
                },
                {
                    "id": 13489,
                    "summary": "Payment received on 25 October 2024 - \u00a3797.90",
                    "parent_interest_id": 13302,
                    "registered": "2025-10-13",
                    "published": "2025-10-13",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5239,
                    "twfy_id": "26585",
                    "party": "liberal-democrat",
                    "member": "Sarah Gibson",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 797.9,
                    "hours_worked": 31.5,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13489",
                    "category_code": "1.1"
                },
                {
                    "id": 13486,
                    "summary": "Payment received on 25 July 2024 - \u00a33,914.50",
                    "parent_interest_id": 13302,
                    "registered": "2025-10-13",
                    "published": "2025-10-13",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5239,
                    "twfy_id": "26585",
                    "party": "liberal-democrat",
                    "member": "Sarah Gibson",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 3914.5,
                    "hours_worked": 36.5,
                    "hours_details": "(I was using some annual leave and TOIL for these months.)",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13486",
                    "category_code": "1.1"
                },
                {
                    "id": 13512,
                    "summary": "Payment received on 14 March 2025 - \u00a3200.00",
                    "parent_interest_id": 13462,
                    "registered": "2025-10-13",
                    "published": "2025-10-13",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1560,
                    "twfy_id": "11791",
                    "party": "conservative",
                    "member": "Sir Jeremy Wright",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Payment received for appearing on Any Questions?",
                    "value": 200.0,
                    "hours_worked": 1.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13512",
                    "category_code": "1.1"
                },
                {
                    "id": 13513,
                    "summary": "Payment received on 03 October 2025 - \u00a3200.00",
                    "parent_interest_id": 13462,
                    "registered": "2025-10-13",
                    "published": "2025-10-13",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1560,
                    "twfy_id": "11791",
                    "party": "conservative",
                    "member": "Sir Jeremy Wright",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Payment received for appearing on Any Questions?",
                    "value": 200.0,
                    "hours_worked": 1.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13513",
                    "category_code": "1.1"
                },
                {
                    "id": 13494,
                    "summary": "Payment received on 25 April 2025 - \u00a3825.98",
                    "parent_interest_id": 13302,
                    "registered": "2025-10-13",
                    "published": "2025-10-13",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5239,
                    "twfy_id": "26585",
                    "party": "liberal-democrat",
                    "member": "Sarah Gibson",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 825.98,
                    "hours_worked": 31.6,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13494",
                    "category_code": "1.1"
                },
                {
                    "id": 13497,
                    "summary": "Payment received on 25 July 2025 - \u00a3825.98",
                    "parent_interest_id": 13302,
                    "registered": "2025-10-13",
                    "published": "2025-10-13",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5239,
                    "twfy_id": "26585",
                    "party": "liberal-democrat",
                    "member": "Sarah Gibson",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 825.98,
                    "hours_worked": 31.6,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13497",
                    "category_code": "1.1"
                },
                {
                    "id": 13487,
                    "summary": "Payment received on 25 August 2024 - \u00a33,914.50",
                    "parent_interest_id": 13302,
                    "registered": "2025-10-13",
                    "published": "2025-10-13",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5239,
                    "twfy_id": "26585",
                    "party": "liberal-democrat",
                    "member": "Sarah Gibson",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 3914.5,
                    "hours_worked": 36.5,
                    "hours_details": "I was using annual leave and TOIL during this period)",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13487",
                    "category_code": "1.1"
                },
                {
                    "id": 13495,
                    "summary": "Payment received on 25 May 2025 - \u00a3825.98",
                    "parent_interest_id": 13302,
                    "registered": "2025-10-13",
                    "published": "2025-10-13",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5239,
                    "twfy_id": "26585",
                    "party": "liberal-democrat",
                    "member": "Sarah Gibson",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 825.98,
                    "hours_worked": 31.6,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13495",
                    "category_code": "1.1"
                },
                {
                    "id": 13485,
                    "summary": "Payment received on 10 October 2025 - \u00a38,220.00",
                    "parent_interest_id": 6031,
                    "registered": "2025-10-10",
                    "published": "2025-10-10",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "party": "conservative",
                    "member": "Dr Neil Shastri-Hurst",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 8220.0,
                    "hours_worked": 35.0,
                    "hours_details": "Approximate number of hours worked",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Prosperity Law LLP",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "Vantage Point, 4 Hardman Street, Spinningfields, Manchester, M3 3HF",
                    "ultimate_payer_nature_of_business": "Solicitor",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13485",
                    "category_code": "1.1"
                },
                {
                    "id": 13501,
                    "summary": "Payment received on 03 October 2025 - \u00a35,950.00",
                    "parent_interest_id": 12649,
                    "registered": "2025-10-10",
                    "published": "2025-10-10",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4366,
                    "twfy_id": "25376",
                    "party": "conservative",
                    "member": "Sir James Cleverly",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 5950.0,
                    "hours_worked": 12.0,
                    "hours_details": "Preparation and delivery",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Builders Merchant Federation",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "1180 Elliott Court, Herald Avenue, Coventry CV5 6UB",
                    "ultimate_payer_nature_of_business": "Trade association representing and protecting  the majority of building materials businesses",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13501",
                    "category_code": "1.1"
                },
                {
                    "id": 13478,
                    "summary": "Payment received on 02 October 2025 - \u00a32,166.66",
                    "parent_interest_id": 4308,
                    "registered": "2025-10-09",
                    "published": "2025-10-09",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4084,
                    "twfy_id": "24882",
                    "party": "conservative",
                    "member": "Esther McVey",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "For four full page columns in the Daily Express.",
                    "value": 2166.66,
                    "hours_worked": 12.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13478",
                    "category_code": "1.1"
                },
                {
                    "id": 13479,
                    "summary": "Payment received on 24 September 2025 - \u00a3290.34",
                    "parent_interest_id": 4935,
                    "registered": "2025-10-09",
                    "published": "2025-10-09",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4514,
                    "twfy_id": "25353",
                    "party": "labour",
                    "member": "Sir Keir Starmer",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 290.34,
                    "hours_worked": 0.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13479",
                    "category_code": "1.1"
                },
                {
                    "id": 13474,
                    "summary": "Payment received on 25 September 2025 - \u00a31,500.00",
                    "parent_interest_id": 10669,
                    "registered": "2025-10-08",
                    "published": "2025-10-08",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "party": "reform",
                    "member": "Suella Braverman",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "Writing articles",
                    "payment_type": "Monetary",
                    "payment_description": "For writing articles for LBC",
                    "value": 1500.0,
                    "hours_worked": 6.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13474",
                    "category_code": "1.1"
                },
                {
                    "id": 13473,
                    "summary": "Payment received on 30 September 2025 - \u00a32,250.00",
                    "parent_interest_id": 10930,
                    "registered": "2025-10-08",
                    "published": "2025-10-08",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "party": "reform",
                    "member": "Suella Braverman",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Articles",
                    "value": 2250.0,
                    "hours_worked": 10.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13473",
                    "category_code": "1.1"
                },
                {
                    "id": 13454,
                    "summary": "Payment received on 22 September 2025 - \u00a37,410.00",
                    "parent_interest_id": 13453,
                    "registered": "2025-10-03",
                    "published": "2025-10-06",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "This amount has been converted from USD to GBp",
                    "value": 7410.0,
                    "hours_worked": 11.0,
                    "hours_details": "This number is an estimate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13454",
                    "category_code": "1.1"
                },
                {
                    "id": 13451,
                    "summary": "Payment received on 19 May 2025 - \u00a36,493.11",
                    "parent_interest_id": 13449,
                    "registered": "2025-10-03",
                    "published": "2025-10-06",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "This 2 of 3 payments which equates to the overall agreed speaker.\n\nThe 3 payments were received across 3 different dates and have been converted from USD to GBP",
                    "value": 6493.11,
                    "hours_worked": 12.0,
                    "hours_details": "This is an estimate and this same amount will be shown on the other two related payments",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13451",
                    "category_code": "1.1"
                },
                {
                    "id": 13452,
                    "summary": "Payment received on 10 June 2025 - \u00a312,986.23",
                    "parent_interest_id": 13449,
                    "registered": "2025-10-03",
                    "published": "2025-10-06",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "This is 3 of 3 payments which equates to the overall agreed speaker fee.\n\nThe payments were received across 3 different dates and have been converted from USD to GBP",
                    "value": 12986.23,
                    "hours_worked": 12.0,
                    "hours_details": "This is an estimate and the same amount will be shown on the other two related payments",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13452",
                    "category_code": "1.1"
                },
                {
                    "id": 13440,
                    "summary": "Payment received on 31 July 2025 - \u00a343,491.60",
                    "parent_interest_id": 6852,
                    "registered": "2025-10-03",
                    "published": "2025-10-06",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 43491.6,
                    "hours_worked": 12.0,
                    "hours_details": "This number is an estimate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13440",
                    "category_code": "1.1"
                },
                {
                    "id": 13448,
                    "summary": "Payment received on 03 October 2025 - \u00a336,729.98",
                    "parent_interest_id": 9240,
                    "registered": "2025-10-03",
                    "published": "2025-10-06",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 36729.98,
                    "hours_worked": 30.0,
                    "hours_details": "This number is an estimate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13448",
                    "category_code": "1.1"
                },
                {
                    "id": 13422,
                    "summary": "Payment received on 01 October 2025 - \u00a31,138.06",
                    "parent_interest_id": 11413,
                    "registered": "2025-10-02",
                    "published": "2025-10-06",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "party": "independent",
                    "member": "Rupert Lowe",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1138.06,
                    "hours_worked": 5.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13422",
                    "category_code": "1.1"
                },
                {
                    "id": 13450,
                    "summary": "Payment received on 08 May 2025 - \u00a36,493.11",
                    "parent_interest_id": 13449,
                    "registered": "2025-10-03",
                    "published": "2025-10-06",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "This is 1 of 3 payments which equates to the overall agreed speaker fee.\n\nThe 3 payments were received across 3 different dates and have been converted from USD to GBP",
                    "value": 6493.11,
                    "hours_worked": 12.0,
                    "hours_details": "This is an estimate and this same amount will be shown on the other two related payments",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13450",
                    "category_code": "1.1"
                },
                {
                    "id": 13442,
                    "summary": "Payment received on 29 August 2025 - \u00a351,438.00",
                    "parent_interest_id": 6852,
                    "registered": "2025-10-03",
                    "published": "2025-10-03",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 51438.0,
                    "hours_worked": 14.0,
                    "hours_details": "This number is an estimate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13442",
                    "category_code": "1.1"
                },
                {
                    "id": 13432,
                    "summary": "Payment received on 01 October 2025 - \u00a37,576.73",
                    "parent_interest_id": 11698,
                    "registered": "2025-10-03",
                    "published": "2025-10-03",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5360,
                    "twfy_id": "26632",
                    "party": "labour",
                    "member": "David Pinto-Duschinsky",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Payment of an amount owing from previous role as EY partner (that ended in May 2024 prior to my election)",
                    "value": 7576.73,
                    "hours_worked": 0.0,
                    "hours_details": "This is an ex-partner payment. It is the payment of an outstanding amount owed from my role as a partner at EY, which ended in May 2024",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13432",
                    "category_code": "1.1"
                },
                {
                    "id": 13444,
                    "summary": "Payment received on 10 September 2025 - \u00a384.38",
                    "parent_interest_id": 9226,
                    "registered": "2025-10-03",
                    "published": "2025-10-03",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 84.38,
                    "hours_worked": 1.0,
                    "hours_details": "This number is an estimate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13444",
                    "category_code": "1.1"
                },
                {
                    "id": 13445,
                    "summary": "Payment received on 17 September 2025 - \u00a32,987.54",
                    "parent_interest_id": 9226,
                    "registered": "2025-10-03",
                    "published": "2025-10-03",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2987.54,
                    "hours_worked": 20.0,
                    "hours_details": "This number is an estimate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13445",
                    "category_code": "1.1"
                },
                {
                    "id": 13447,
                    "summary": "Payment received on 24 September 2025 - \u00a3156.23",
                    "parent_interest_id": 10624,
                    "registered": "2025-10-03",
                    "published": "2025-10-03",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 156.23,
                    "hours_worked": 1.0,
                    "hours_details": "This number is an estimate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13447",
                    "category_code": "1.1"
                },
                {
                    "id": 13443,
                    "summary": "Payment received on 30 September 2025 - \u00a321,108.00",
                    "parent_interest_id": 6852,
                    "registered": "2025-10-03",
                    "published": "2025-10-03",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 21108.0,
                    "hours_worked": 12.0,
                    "hours_details": "This number is an estimate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13443",
                    "category_code": "1.1"
                },
                {
                    "id": 13411,
                    "summary": "Payment received on 30 September 2025 - \u00a3250.00",
                    "parent_interest_id": 3680,
                    "registered": "2025-10-01",
                    "published": "2025-10-01",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "party": "conservative",
                    "member": "Sir Iain Duncan Smith",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Article published on 4 September 2025.",
                    "value": 250.0,
                    "hours_worked": 4.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13411",
                    "category_code": "1.1"
                },
                {
                    "id": 13387,
                    "summary": "Payment received on 30 August 2025 - \u00a317,920.00",
                    "parent_interest_id": 13386,
                    "registered": "2025-09-30",
                    "published": "2025-09-30",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5213,
                    "twfy_id": "26483",
                    "party": "labour",
                    "member": "Dr Zubir Ahmed",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "Emergency vascular surgeon",
                    "payment_type": "Monetary",
                    "payment_description": "Payment for emergency vascular surgery provision in ninewells hospital during parliamentary recess to cover a short notice staff absence.",
                    "value": 17920.0,
                    "hours_worked": 190.0,
                    "hours_details": "No of hours worked is an estimate as it covers emergency on call availability, overnight emergency cover and time spent in hospital operating and performing other clinical duties and providing remote specialist clinical advice",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13387",
                    "category_code": "1.1"
                },
                {
                    "id": 13402,
                    "summary": "Payment received on 28 September 2025 - \u00a37,500.00",
                    "parent_interest_id": 12237,
                    "registered": "2025-09-30",
                    "published": "2025-09-30",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4320,
                    "twfy_id": "25227",
                    "party": "reform",
                    "member": "Robert Jenrick",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 7500.0,
                    "hours_worked": 15.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13402",
                    "category_code": "1.1"
                },
                {
                    "id": 13399,
                    "summary": "Payment received on 29 September 2025 - \u00a34,000.00",
                    "parent_interest_id": 12266,
                    "registered": "2025-09-30",
                    "published": "2025-09-30",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4095,
                    "twfy_id": "24916",
                    "party": "conservative",
                    "member": "Steve Barclay",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 4000.0,
                    "hours_worked": 10.5,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13399",
                    "category_code": "1.1"
                },
                {
                    "id": 13404,
                    "summary": "Payment received on 24 September 2025 - \u00a39,610.55",
                    "parent_interest_id": 11729,
                    "registered": "2025-09-30",
                    "published": "2025-09-30",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4118,
                    "twfy_id": "24961",
                    "party": "conservative",
                    "member": "Sir Julian Smith",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Payment for hours worked January-July 2025 and expenses incurred",
                    "value": 9610.55,
                    "hours_worked": 99.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13404",
                    "category_code": "1.1"
                },
                {
                    "id": 13407,
                    "summary": "Payment received on 25 September 2025 - \u00a31,000.00",
                    "parent_interest_id": 13406,
                    "registered": "2025-09-30",
                    "published": "2025-09-30",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 188,
                    "twfy_id": "10155",
                    "party": "liberal-democrat",
                    "member": "Ed Davey",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1000.0,
                    "hours_worked": 5.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13407",
                    "category_code": "1.1"
                },
                {
                    "id": 13358,
                    "summary": "Payment received on 22 September 2025 - \u00a324,000.00",
                    "parent_interest_id": 11008,
                    "registered": "2025-09-30",
                    "published": "2025-09-30",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "party": "conservative",
                    "member": "Sir Jeremy Hunt",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "Speaking engagement",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 24000.0,
                    "hours_worked": 1.5,
                    "hours_details": "",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Bank of America, N.A. London",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "2 King Edward St, London, EC1A 1HQ",
                    "ultimate_payer_nature_of_business": "Banking & Financial Services",
                    "is_payment_donated": true,
                    "donatee_paid_by": "Paid direct to the recipient by the payer",
                    "donatee_type": "Charity",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13358",
                    "category_code": "1.1"
                },
                {
                    "id": 13385,
                    "summary": "Payment received on 30 August 2025 - \u00a319,878.00",
                    "parent_interest_id": 7936,
                    "registered": "2025-09-30",
                    "published": "2025-09-30",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5213,
                    "twfy_id": "26483",
                    "party": "labour",
                    "member": "Dr Zubir Ahmed",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "General and transplant surgery specialist services",
                    "payment_type": "Monetary",
                    "payment_description": "Payment for work undertaken between July 2024 and July 2025 in general surgery at the Golden Jubilee Hospital and specialist transplant surgery at the Queen Elizabeth University Hospital, and provision of clinical governance support",
                    "value": 19878.0,
                    "hours_worked": 290.0,
                    "hours_details": "Hours worked are an estimate and include on call provision and include emergency surgery provision provided at weekends and night",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13385",
                    "category_code": "1.1"
                },
                {
                    "id": 13400,
                    "summary": "Payment received on 30 September 2025 - \u00a33,750.00",
                    "parent_interest_id": 6031,
                    "registered": "2025-09-30",
                    "published": "2025-09-30",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "party": "conservative",
                    "member": "Dr Neil Shastri-Hurst",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 3750.0,
                    "hours_worked": 25.0,
                    "hours_details": "Approximate number of hours worked",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Talbots Law Limited (formerly Scaiff LLP)",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "23 Foregate Street, Worcester, WR1 1DN",
                    "ultimate_payer_nature_of_business": "Solicitor",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13400",
                    "category_code": "1.1"
                },
                {
                    "id": 13393,
                    "summary": "Payment received on 26 September 2025 - \u00a31,500.00",
                    "parent_interest_id": 13392,
                    "registered": "2025-09-30",
                    "published": "2025-09-30",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4613,
                    "twfy_id": "25659",
                    "party": "conservative",
                    "member": "Alex Burghart",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1500.0,
                    "hours_worked": 4.5,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13393",
                    "category_code": "1.1"
                },
                {
                    "id": 13409,
                    "summary": "Payment received on 29 September 2025 - \u00a3750.00",
                    "parent_interest_id": 4138,
                    "registered": "2025-09-30",
                    "published": "2025-09-30",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1442,
                    "twfy_id": "10785",
                    "party": "liberal-democrat",
                    "member": "Mr Alistair Carmichael",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 750.0,
                    "hours_worked": 5.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13409",
                    "category_code": "1.1"
                },
                {
                    "id": 13367,
                    "summary": "Payment received on 12 September 2025 - \u00a3750.00",
                    "parent_interest_id": 12101,
                    "registered": "2025-09-24",
                    "published": "2025-09-25",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 146,
                    "twfy_id": "10220",
                    "party": "labour",
                    "member": "Barry Gardiner",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "for programmes I was invited to appear on during August and September 2025",
                    "value": 750.0,
                    "hours_worked": 25.0,
                    "hours_details": "Research on current news items required",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13367",
                    "category_code": "1.1"
                },
                {
                    "id": 13369,
                    "summary": "Payment received on 05 September 2025 - \u00a33,500.00",
                    "parent_interest_id": 13368,
                    "registered": "2025-09-24",
                    "published": "2025-09-24",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 146,
                    "twfy_id": "10220",
                    "party": "labour",
                    "member": "Barry Gardiner",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Attending Water Conference in Scotland and keynote speaker to the Board",
                    "value": 3500.0,
                    "hours_worked": 36.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13369",
                    "category_code": "1.1"
                },
                {
                    "id": 13360,
                    "summary": "Payment received on 19 August 2025 - \u00a340,578.73",
                    "parent_interest_id": 11826,
                    "registered": "2025-09-24",
                    "published": "2025-09-24",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4483,
                    "twfy_id": "25428",
                    "party": "conservative",
                    "member": "Rishi Sunak",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "quarterly stipend to cover expenses, including travel, necessary to attend meetings and conferences.",
                    "value": 40578.73,
                    "hours_worked": 30.0,
                    "hours_details": "This payment is purely to cover expenses so not for hours worked",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13360",
                    "category_code": "1.1"
                },
                {
                    "id": 13362,
                    "summary": "Payment received on 18 September 2025 - \u00a31,667.00",
                    "parent_interest_id": 4353,
                    "registered": "2025-09-24",
                    "published": "2025-09-24",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 3991,
                    "twfy_id": "24827",
                    "party": "conservative",
                    "member": "Jesse Norman",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1667.0,
                    "hours_worked": 0.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Hayakawa Publishing Inc",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "2-2 Kanda-tacho, Chiyoda-ku, Tokyo, 101-0046 Japan",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13362",
                    "category_code": "1.1"
                },
                {
                    "id": 13351,
                    "summary": "Payment received on 08 September 2025 - \u00a310,000.00",
                    "parent_interest_id": 11622,
                    "registered": "2025-09-23",
                    "published": "2025-09-23",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "party": "conservative",
                    "member": "Sir Oliver Dowden",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 10000.0,
                    "hours_worked": 20.0,
                    "hours_details": "up to two days per month",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13351",
                    "category_code": "1.1"
                },
                {
                    "id": 13356,
                    "summary": "Payment received on 15 September 2025 - \u00a36,000.00",
                    "parent_interest_id": 6922,
                    "registered": "2025-09-23",
                    "published": "2025-09-23",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "party": "conservative",
                    "member": "Sir Geoffrey Cox",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 6000.0,
                    "hours_worked": 6.0,
                    "hours_details": "for work undertaken between 1 June 2025 and 31 July 2025",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13356",
                    "category_code": "1.1"
                },
                {
                    "id": 13350,
                    "summary": "Payment received on 19 September 2025 - \u00a3300.00",
                    "parent_interest_id": 11234,
                    "registered": "2025-09-23",
                    "published": "2025-09-23",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4480,
                    "twfy_id": "25308",
                    "party": "labour",
                    "member": "Carolyn Harris",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 300.0,
                    "hours_worked": 7.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13350",
                    "category_code": "1.1"
                },
                {
                    "id": 13355,
                    "summary": "Payment received on 15 September 2025 - \u00a311,050.00",
                    "parent_interest_id": 13132,
                    "registered": "2025-09-23",
                    "published": "2025-09-23",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "party": "conservative",
                    "member": "Sir Geoffrey Cox",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 11050.0,
                    "hours_worked": 13.0,
                    "hours_details": "for work undertaken beteen 1 and 31 August 2025",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13355",
                    "category_code": "1.1"
                },
                {
                    "id": 13357,
                    "summary": "Payment received on 15 September 2025 - \u00a37,000.00",
                    "parent_interest_id": 4711,
                    "registered": "2025-09-23",
                    "published": "2025-09-23",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "party": "conservative",
                    "member": "Sir Geoffrey Cox",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 7000.0,
                    "hours_worked": 6.0,
                    "hours_details": "for work undertaken between 1 July 2025 and 31 July 2025",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13357",
                    "category_code": "1.1"
                },
                {
                    "id": 13330,
                    "summary": "Payment received on 16 September 2025 - \u00a3500.00",
                    "parent_interest_id": 3680,
                    "registered": "2025-09-18",
                    "published": "2025-09-18",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "party": "conservative",
                    "member": "Sir Iain Duncan Smith",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Two articles published on 17th August and 1st September 2025",
                    "value": 500.0,
                    "hours_worked": 8.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13330",
                    "category_code": "1.1"
                },
                {
                    "id": 13311,
                    "summary": "Payment received on 08 September 2025 - \u00a330,000.00",
                    "parent_interest_id": 11008,
                    "registered": "2025-09-17",
                    "published": "2025-09-17",
                    "updated_1": "2025-12-18",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "party": "conservative",
                    "member": "Sir Jeremy Hunt",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "Speaking engagement",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 30000.0,
                    "hours_worked": 3.5,
                    "hours_details": "",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "BNP Paribas APAC",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "63/F, Two International Finance Centre, 8 Finance St, Central, Hong Kong",
                    "ultimate_payer_nature_of_business": "Banking and financial services",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13311",
                    "category_code": "1.1"
                },
                {
                    "id": 13318,
                    "summary": "Payment expected for services on 16 September 2025 - \u00a34,800.00",
                    "parent_interest_id": 11008,
                    "registered": "2025-09-17",
                    "published": "2025-09-17",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "party": "conservative",
                    "member": "Sir Jeremy Hunt",
                    "payment_received": false,
                    "received_date": "",
                    "job_title": "speaking engagement",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 4800.0,
                    "hours_worked": 1.15,
                    "hours_details": "",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Intelligence Squared Ltd",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "48 Sellons Ave, London NW10 4HH",
                    "ultimate_payer_nature_of_business": "Media and events",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13318",
                    "category_code": "1.1"
                },
                {
                    "id": 13309,
                    "summary": "Payment received on 12 September 2025 - \u00a34,800.00",
                    "parent_interest_id": 11008,
                    "registered": "2025-09-17",
                    "published": "2025-09-17",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "party": "conservative",
                    "member": "Sir Jeremy Hunt",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "Speaking engagement",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 4800.0,
                    "hours_worked": 1.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Company Chemists Association Ltd",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "PO Box 2650, Watford WD18 1NB",
                    "ultimate_payer_nature_of_business": "Trade Assoc for large pharmacy operators",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13309",
                    "category_code": "1.1"
                },
                {
                    "id": 13321,
                    "summary": "Payment received on 17 September 2025 - \u00a32,161.94",
                    "parent_interest_id": 11413,
                    "registered": "2025-09-17",
                    "published": "2025-09-17",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "party": "independent",
                    "member": "Rupert Lowe",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2161.94,
                    "hours_worked": 5.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13321",
                    "category_code": "1.1"
                },
                {
                    "id": 13292,
                    "summary": "Payment received on 13 September 2025 - \u00a3641.00",
                    "parent_interest_id": 11565,
                    "registered": "2025-09-14",
                    "published": "2025-09-15",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5161,
                    "twfy_id": "26399",
                    "party": "reform",
                    "member": "Richard Tice",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "X monetisation formerly Twitter",
                    "value": 641.0,
                    "hours_worked": 30.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13292",
                    "category_code": "1.1"
                },
                {
                    "id": 13293,
                    "summary": "Payment received on 22 August 2025 - \u00a31,431.00",
                    "parent_interest_id": 5988,
                    "registered": "2025-09-15",
                    "published": "2025-09-15",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5067,
                    "twfy_id": "26346",
                    "party": "labour",
                    "member": "Tony Vaughan",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "work completed on 11/08/2025",
                    "value": 1431.0,
                    "hours_worked": 3.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "confidential",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "confidential",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13293",
                    "category_code": "1.1"
                },
                {
                    "id": 13290,
                    "summary": "Payment received on 02 September 2025 - \u00a31,500.00",
                    "parent_interest_id": 10930,
                    "registered": "2025-09-12",
                    "published": "2025-09-12",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "party": "reform",
                    "member": "Suella Braverman",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "For articles",
                    "value": 1500.0,
                    "hours_worked": 7.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13290",
                    "category_code": "1.1"
                },
                {
                    "id": 13273,
                    "summary": "Payment received on 11 September 2025 - \u00a3150.00",
                    "parent_interest_id": 6031,
                    "registered": "2025-09-11",
                    "published": "2025-09-11",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "party": "conservative",
                    "member": "Dr Neil Shastri-Hurst",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 150.0,
                    "hours_worked": 1.5,
                    "hours_details": "Estimated number of hours of work",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Minster Law Limited",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "Kingfisher House, Calder Park, Wakefield, WF2 7UA",
                    "ultimate_payer_nature_of_business": "Solicitors",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13273",
                    "category_code": "1.1"
                },
                {
                    "id": 13279,
                    "summary": "Payment received on 10 September 2025 - \u00a350,000.00",
                    "parent_interest_id": 3871,
                    "registered": "2025-09-11",
                    "published": "2025-09-11",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1446,
                    "twfy_id": "10761",
                    "party": "labour",
                    "member": "Chris Bryant",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Publication Advance",
                    "value": 50000.0,
                    "hours_worked": 10.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Bloomsbury Publishing Plc",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "50 Bedford Square, London WC1B 3DP",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13279",
                    "category_code": "1.1"
                },
                {
                    "id": 13265,
                    "summary": "Payment received on 09 September 2025 - \u00a3300.00",
                    "parent_interest_id": 10746,
                    "registered": "2025-09-10",
                    "published": "2025-09-10",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5267,
                    "twfy_id": "26600",
                    "party": "labour",
                    "member": "Yuan Yang",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Spoke on two panels at the Edinburgh Book Festival.  The first was a shared event with three authors; the second was an event which Yuan chaired.",
                    "value": 300.0,
                    "hours_worked": 2.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13265",
                    "category_code": "1.1"
                },
                {
                    "id": 13253,
                    "summary": "Payment received on 20 August 2025 - \u00a387.13",
                    "parent_interest_id": 11502,
                    "registered": "2025-09-08",
                    "published": "2025-09-08",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "party": "reform",
                    "member": "Lee Anderson",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 87.13,
                    "hours_worked": 3.0,
                    "hours_details": "This is an estimated amount of hours",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13253",
                    "category_code": "1.1"
                },
                {
                    "id": 13254,
                    "summary": "Payment received on 03 September 2025 - \u00a387.38",
                    "parent_interest_id": 11502,
                    "registered": "2025-09-08",
                    "published": "2025-09-08",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "party": "reform",
                    "member": "Lee Anderson",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 87.38,
                    "hours_worked": 3.0,
                    "hours_details": "This is an estimated amount of hours",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13254",
                    "category_code": "1.1"
                },
                {
                    "id": 13230,
                    "summary": "Payment received on 15 August 2025 - \u00a31,650.00",
                    "parent_interest_id": 12101,
                    "registered": "2025-09-04",
                    "published": "2025-09-05",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 146,
                    "twfy_id": "10220",
                    "party": "labour",
                    "member": "Barry Gardiner",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1650.0,
                    "hours_worked": 30.0,
                    "hours_details": "Estimated and includes in-depth research",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13230",
                    "category_code": "1.1"
                },
                {
                    "id": 13232,
                    "summary": "Payment received on 26 August 2025 - \u00a315,000.00",
                    "parent_interest_id": 11294,
                    "registered": "2025-09-04",
                    "published": "2025-09-05",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "party": "conservative",
                    "member": "Sir Oliver Dowden",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 15000.0,
                    "hours_worked": 30.0,
                    "hours_details": "Up to one day per month for a three month period",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13232",
                    "category_code": "1.1"
                },
                {
                    "id": 13231,
                    "summary": "Payment received on 26 August 2025 - \u00a31,000.00",
                    "parent_interest_id": 12619,
                    "registered": "2025-09-04",
                    "published": "2025-09-05",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 146,
                    "twfy_id": "10220",
                    "party": "labour",
                    "member": "Barry Gardiner",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1000.0,
                    "hours_worked": 12.0,
                    "hours_details": "approximate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13231",
                    "category_code": "1.1"
                },
                {
                    "id": 13242,
                    "summary": "Payment received on 16 July 2025 - \u00a3550.00",
                    "parent_interest_id": 4321,
                    "registered": "2025-09-05",
                    "published": "2025-09-05",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4084,
                    "twfy_id": "24882",
                    "party": "conservative",
                    "member": "Esther McVey",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "For 2 shows.",
                    "value": 550.0,
                    "hours_worked": 5.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13242",
                    "category_code": "1.1"
                },
                {
                    "id": 13223,
                    "summary": "Payment received on 03 September 2025 - \u00a3280.00",
                    "parent_interest_id": 12725,
                    "registered": "2025-09-05",
                    "published": "2025-09-05",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4084,
                    "twfy_id": "24882",
                    "party": "conservative",
                    "member": "Esther McVey",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "For 7 shows.",
                    "value": 280.0,
                    "hours_worked": 1.15,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13223",
                    "category_code": "1.1"
                },
                {
                    "id": 13224,
                    "summary": "Payment received on 26 August 2025 - \u00a310,000.00",
                    "parent_interest_id": 11622,
                    "registered": "2025-09-04",
                    "published": "2025-09-05",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "party": "conservative",
                    "member": "Sir Oliver Dowden",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 10000.0,
                    "hours_worked": 20.0,
                    "hours_details": "up to two days per month",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13224",
                    "category_code": "1.1"
                },
                {
                    "id": 13235,
                    "summary": "Payment received on 04 September 2025 - \u00a3600.00",
                    "parent_interest_id": 12134,
                    "registered": "2025-09-04",
                    "published": "2025-09-05",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4938,
                    "twfy_id": "26061",
                    "party": "labour",
                    "member": "Paulette Hamilton",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "panel member on breakfast programme",
                    "value": 600.0,
                    "hours_worked": 7.0,
                    "hours_details": "attended over two dates (3 July 2025 3.5  hours and 13 August 3.5hours)",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13235",
                    "category_code": "1.1"
                },
                {
                    "id": 13227,
                    "summary": "Payment received on 29 August 2025 - \u00a34,000.00",
                    "parent_interest_id": 12266,
                    "registered": "2025-09-04",
                    "published": "2025-09-04",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4095,
                    "twfy_id": "24916",
                    "party": "conservative",
                    "member": "Steve Barclay",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 4000.0,
                    "hours_worked": 10.5,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13227",
                    "category_code": "1.1"
                },
                {
                    "id": 13216,
                    "summary": "Payment received on 03 September 2025 - \u00a31,700.00",
                    "parent_interest_id": 13215,
                    "registered": "2025-09-03",
                    "published": "2025-09-03",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "party": "conservative",
                    "member": "Dr Neil Shastri-Hurst",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "(of which \u00a3835 was paid to my solicitors)",
                    "value": 1700.0,
                    "hours_worked": 10.0,
                    "hours_details": "Estimated number of hours worked",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13216",
                    "category_code": "1.1"
                },
                {
                    "id": 13217,
                    "summary": "Payment received on 03 September 2025 - \u00a31,542.16",
                    "parent_interest_id": 11413,
                    "registered": "2025-09-03",
                    "published": "2025-09-03",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "party": "independent",
                    "member": "Rupert Lowe",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1542.16,
                    "hours_worked": 5.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13217",
                    "category_code": "1.1"
                },
                {
                    "id": 13222,
                    "summary": "Payment received on 02 September 2025 - \u00a32,166.66",
                    "parent_interest_id": 4308,
                    "registered": "2025-09-03",
                    "published": "2025-09-03",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4084,
                    "twfy_id": "24882",
                    "party": "conservative",
                    "member": "Esther McVey",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "For four full page columns in the Daily Express.",
                    "value": 2166.66,
                    "hours_worked": 12.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13222",
                    "category_code": "1.1"
                },
                {
                    "id": 13197,
                    "summary": "Payment received on 14 August 2024 - \u00a3740.00",
                    "parent_interest_id": 7520,
                    "registered": "2025-08-31",
                    "published": "2025-09-01",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5170,
                    "twfy_id": "26426",
                    "party": "labour",
                    "member": "John Grady",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "This is the final payment to me in respect of consultancy services provided by me to Shepherd and Wedderburn from 1 January 2024 to 5 July 2025. I carried out no work for Shepherd and Wedderburn after 29 May 2024, and ceased to be retained as a consultant on 5 July 2025.",
                    "value": 740.0,
                    "hours_worked": 1.95,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13197",
                    "category_code": "1.1"
                },
                {
                    "id": 13207,
                    "summary": "Payment received on 30 April 2025 - \u00a3200.00",
                    "parent_interest_id": 12446,
                    "registered": "2025-09-01",
                    "published": "2025-09-01",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4613,
                    "twfy_id": "25659",
                    "party": "conservative",
                    "member": "Alex Burghart",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 200.0,
                    "hours_worked": 10.0,
                    "hours_details": "estimate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13207",
                    "category_code": "1.1"
                },
                {
                    "id": 12447,
                    "summary": "Payment received on 28 February 2025 - \u00a3200.00",
                    "parent_interest_id": 12446,
                    "registered": "2025-09-01",
                    "published": "2025-09-01",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4613,
                    "twfy_id": "25659",
                    "party": "conservative",
                    "member": "Alex Burghart",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 200.0,
                    "hours_worked": 10.0,
                    "hours_details": "estimated",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12447",
                    "category_code": "1.1"
                },
                {
                    "id": 13196,
                    "summary": "Payment received on 31 July 2024 - \u00a39,021.00",
                    "parent_interest_id": 7520,
                    "registered": "2025-08-31",
                    "published": "2025-09-01",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5170,
                    "twfy_id": "26426",
                    "party": "labour",
                    "member": "John Grady",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "This entry covers my final amount of profit from Shepherd and Wedderburn for my time as a partner. I ceased to be a partner on 31 December 2023.",
                    "value": 9021.0,
                    "hours_worked": 0.0,
                    "hours_details": "no additional hours",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13196",
                    "category_code": "1.1"
                },
                {
                    "id": 13193,
                    "summary": "Payment received on 31 July 2025 - \u00a3350.00",
                    "parent_interest_id": 12446,
                    "registered": "2025-09-01",
                    "published": "2025-09-01",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4613,
                    "twfy_id": "25659",
                    "party": "conservative",
                    "member": "Alex Burghart",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 350.0,
                    "hours_worked": 10.0,
                    "hours_details": "estimate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13193",
                    "category_code": "1.1"
                },
                {
                    "id": 13178,
                    "summary": "Payment received on 27 August 2025 - \u00a34,200.00",
                    "parent_interest_id": 12237,
                    "registered": "2025-08-27",
                    "published": "2025-08-27",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4320,
                    "twfy_id": "25227",
                    "party": "reform",
                    "member": "Robert Jenrick",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "for articles written",
                    "value": 4200.0,
                    "hours_worked": 16.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13178",
                    "category_code": "1.1"
                },
                {
                    "id": 13175,
                    "summary": "Payment received on 07 August 2025 - \u00a31,000.00",
                    "parent_interest_id": 13174,
                    "registered": "2025-08-26",
                    "published": "2025-08-26",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1482,
                    "twfy_id": "11406",
                    "party": "conservative",
                    "member": "Graham Stuart",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1000.0,
                    "hours_worked": 3.0,
                    "hours_details": "Approximate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13175",
                    "category_code": "1.1"
                },
                {
                    "id": 13172,
                    "summary": "Payment received on 21 August 2025 - \u00a31,000.00",
                    "parent_interest_id": 3871,
                    "registered": "2025-08-26",
                    "published": "2025-08-26",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1446,
                    "twfy_id": "10761",
                    "party": "labour",
                    "member": "Chris Bryant",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "Recording audiobook",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1000.0,
                    "hours_worked": 14.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Bloomsbury Publishing",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "Bloomsbury Publishing, 50 Bedford Square, London WC1B 3DP",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13172",
                    "category_code": "1.1"
                },
                {
                    "id": 13161,
                    "summary": "Payment received on 20 August 2025 - \u00a3250.00",
                    "parent_interest_id": 3680,
                    "registered": "2025-08-21",
                    "published": "2025-08-22",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "party": "conservative",
                    "member": "Sir Iain Duncan Smith",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Article written and published in The Telegraph on 17th July 2025",
                    "value": 250.0,
                    "hours_worked": 4.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13161",
                    "category_code": "1.1"
                },
                {
                    "id": 13162,
                    "summary": "Payment received on 19 August 2025 - \u00a33,750.00",
                    "parent_interest_id": 10930,
                    "registered": "2025-08-21",
                    "published": "2025-08-22",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "party": "reform",
                    "member": "Suella Braverman",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "for 5 articles",
                    "value": 3750.0,
                    "hours_worked": 15.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13162",
                    "category_code": "1.1"
                },
                {
                    "id": 13156,
                    "summary": "Payment received on 31 July 2025 - \u00a312,300.00",
                    "parent_interest_id": 4365,
                    "registered": "2025-08-20",
                    "published": "2025-08-21",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4370,
                    "twfy_id": "25364",
                    "party": "labour",
                    "member": "Jess Phillips",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Payment for release of paperback of previously written book",
                    "value": 12300.0,
                    "hours_worked": 0.0,
                    "hours_details": "no extra hours worked",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Simon and Schuster",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "222 Grays Inn Rd, London WC1X 8HB",
                    "ultimate_payer_nature_of_business": "Publisher",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13156",
                    "category_code": "1.1"
                },
                {
                    "id": 13150,
                    "summary": "Payment received on 14 August 2025 - \u00a3180.00",
                    "parent_interest_id": 12031,
                    "registered": "2025-08-20",
                    "published": "2025-08-20",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "party": "independent",
                    "member": "Rupert Lowe",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 180.0,
                    "hours_worked": 1.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13150",
                    "category_code": "1.1"
                },
                {
                    "id": 13151,
                    "summary": "Payment received on 20 August 2025 - \u00a31,537.55",
                    "parent_interest_id": 11413,
                    "registered": "2025-08-20",
                    "published": "2025-08-20",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "party": "independent",
                    "member": "Rupert Lowe",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1537.55,
                    "hours_worked": 5.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13151",
                    "category_code": "1.1"
                },
                {
                    "id": 13133,
                    "summary": "Payment received on 15 August 2025 - \u00a311,050.00",
                    "parent_interest_id": 13132,
                    "registered": "2025-08-15",
                    "published": "2025-08-18",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "party": "conservative",
                    "member": "Sir Geoffrey Cox",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 11050.0,
                    "hours_worked": 13.0,
                    "hours_details": "for work undertaken between 1 July and 31 July 2025",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13133",
                    "category_code": "1.1"
                },
                {
                    "id": 13140,
                    "summary": "Payment received on 13 July 2025 - \u00a32,250.15",
                    "parent_interest_id": 4308,
                    "registered": "2025-08-18",
                    "published": "2025-08-18",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4084,
                    "twfy_id": "24882",
                    "party": "conservative",
                    "member": "Esther McVey",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "for four full page columns in the Daily Express.",
                    "value": 2250.15,
                    "hours_worked": 12.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13140",
                    "category_code": "1.1"
                },
                {
                    "id": 13138,
                    "summary": "Payment received on 14 August 2025 - \u00a3550.00",
                    "parent_interest_id": 4321,
                    "registered": "2025-08-18",
                    "published": "2025-08-18",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4084,
                    "twfy_id": "24882",
                    "party": "conservative",
                    "member": "Esther McVey",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "For two shows.",
                    "value": 550.0,
                    "hours_worked": 5.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13138",
                    "category_code": "1.1"
                },
                {
                    "id": 13141,
                    "summary": "Payment received on 05 August 2025 - \u00a32,450.66",
                    "parent_interest_id": 4308,
                    "registered": "2025-08-18",
                    "published": "2025-08-18",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4084,
                    "twfy_id": "24882",
                    "party": "conservative",
                    "member": "Esther McVey",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "For four full page columns in the Daily Express.",
                    "value": 2450.66,
                    "hours_worked": 12.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13141",
                    "category_code": "1.1"
                },
                {
                    "id": 13130,
                    "summary": "Payment received on 15 August 2025 - \u00a3300.00",
                    "parent_interest_id": 6031,
                    "registered": "2025-08-15",
                    "published": "2025-08-18",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "party": "conservative",
                    "member": "Dr Neil Shastri-Hurst",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "(Includes 15% to be deducted on account of Chambers' fees)",
                    "value": 300.0,
                    "hours_worked": 2.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Minster Law Limited",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "Kingfisher House, Calder Park, Wakefield WF2 7UA",
                    "ultimate_payer_nature_of_business": "Solicitor",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13130",
                    "category_code": "1.1"
                },
                {
                    "id": 13006,
                    "summary": "Payment received on 21 July 2025 - \u00a340,803.94",
                    "parent_interest_id": 11826,
                    "registered": "2025-08-18",
                    "published": "2025-08-18",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4483,
                    "twfy_id": "25428",
                    "party": "conservative",
                    "member": "Rishi Sunak",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "quarterly stipend to cover expenses, including travel, necessary to attend meetings and conferences.",
                    "value": 40803.94,
                    "hours_worked": 30.0,
                    "hours_details": "This payment is purely to cover expenses so not for hours worked",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13006",
                    "category_code": "1.1"
                },
                {
                    "id": 13136,
                    "summary": "Payment received on 25 July 2025 - \u00a3500.00",
                    "parent_interest_id": 13135,
                    "registered": "2025-08-16",
                    "published": "2025-08-18",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4798,
                    "twfy_id": "25750",
                    "party": "conservative",
                    "member": "Gareth Bacon",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "This payment was made for opening the conference, making an introductory speech about frontier technologies and participating in a discussion panel",
                    "value": 500.0,
                    "hours_worked": 2.0,
                    "hours_details": "Estimated",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13136",
                    "category_code": "1.1"
                },
                {
                    "id": 13105,
                    "summary": "Payment received on 21 July 2025 - \u00a310,000.00",
                    "parent_interest_id": 11622,
                    "registered": "2025-08-14",
                    "published": "2025-08-15",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "party": "conservative",
                    "member": "Sir Oliver Dowden",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 10000.0,
                    "hours_worked": 20.0,
                    "hours_details": "Up to two days per month",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13105",
                    "category_code": "1.1"
                },
                {
                    "id": 13117,
                    "summary": "Payment received on 04 August 2025 - \u00a31,869.84",
                    "parent_interest_id": 5988,
                    "registered": "2025-08-13",
                    "published": "2025-08-13",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5067,
                    "twfy_id": "26346",
                    "party": "labour",
                    "member": "Tony Vaughan",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "All work carried out prior to July 2024",
                    "value": 1869.84,
                    "hours_worked": 9.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "confidential",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "confidential",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13117",
                    "category_code": "1.1"
                },
                {
                    "id": 13116,
                    "summary": "Payment received on 21 July 2025 - \u00a3381.60",
                    "parent_interest_id": 5988,
                    "registered": "2025-08-13",
                    "published": "2025-08-13",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5067,
                    "twfy_id": "26346",
                    "party": "labour",
                    "member": "Tony Vaughan",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 381.6,
                    "hours_worked": 1.0,
                    "hours_details": "total amount of time worked is 48 minutes on 02/07/25",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "confidential",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "confidential",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13116",
                    "category_code": "1.1"
                },
                {
                    "id": 13118,
                    "summary": "Payment received on 05 August 2025 - \u00a3152.64",
                    "parent_interest_id": 5988,
                    "registered": "2025-08-13",
                    "published": "2025-08-13",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5067,
                    "twfy_id": "26346",
                    "party": "labour",
                    "member": "Tony Vaughan",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "All work carried out prior to July 2024",
                    "value": 152.64,
                    "hours_worked": 0.5,
                    "hours_details": "",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "confidential",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "confidential",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13118",
                    "category_code": "1.1"
                },
                {
                    "id": 13109,
                    "summary": "Payment received on 25 July 2025 - \u00a3750.00",
                    "parent_interest_id": 10669,
                    "registered": "2025-08-12",
                    "published": "2025-08-12",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "party": "reform",
                    "member": "Suella Braverman",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "Writing an article",
                    "payment_type": "Monetary",
                    "payment_description": "for 1 article.",
                    "value": 750.0,
                    "hours_worked": 4.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13109",
                    "category_code": "1.1"
                },
                {
                    "id": 13099,
                    "summary": "Payment received on 29 July 2025 - \u00a3946.34",
                    "parent_interest_id": 3835,
                    "registered": "2025-08-08",
                    "published": "2025-08-11",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4479,
                    "twfy_id": "25279",
                    "party": "labour",
                    "member": "Nick Thomas-Symonds",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Royalties for books written before entering Parliament.",
                    "value": 946.34,
                    "hours_worked": 0.0,
                    "hours_details": "no additional hours",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Bloomsbury Publishing PLC",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "50 Bedford Square, London WC1B 3DB",
                    "ultimate_payer_nature_of_business": "Publisher",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13099",
                    "category_code": "1.1"
                },
                {
                    "id": 13091,
                    "summary": "Payment received on 12 March 2025 - \u00a318,450.00",
                    "parent_interest_id": 11317,
                    "registered": "2025-08-08",
                    "published": "2025-08-08",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 172,
                    "twfy_id": "10001",
                    "party": "independent",
                    "member": "Ms Diane Abbott",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Payment for autobiography sales",
                    "value": 18450.0,
                    "hours_worked": 0.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Viking Penguin",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "20 Vauxhall Bridge Road, London SW1V 2SA.",
                    "ultimate_payer_nature_of_business": "Publisher",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13091",
                    "category_code": "1.1"
                },
                {
                    "id": 13086,
                    "summary": "Payment received on 06 August 2025 - \u00a3189.50",
                    "parent_interest_id": 11502,
                    "registered": "2025-08-07",
                    "published": "2025-08-07",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "party": "reform",
                    "member": "Lee Anderson",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 189.5,
                    "hours_worked": 8.0,
                    "hours_details": "This is an estimated amount of hours",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13086",
                    "category_code": "1.1"
                },
                {
                    "id": 13074,
                    "summary": "Payment received on 06 August 2025 - \u00a31,910.63",
                    "parent_interest_id": 11413,
                    "registered": "2025-08-06",
                    "published": "2025-08-06",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "party": "independent",
                    "member": "Rupert Lowe",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1910.63,
                    "hours_worked": 5.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13074",
                    "category_code": "1.1"
                },
                {
                    "id": 13077,
                    "summary": "Payment received on 28 July 2025 - \u00a31,750.00",
                    "parent_interest_id": 11770,
                    "registered": "2025-08-06",
                    "published": "2025-08-06",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 188,
                    "twfy_id": "10155",
                    "party": "liberal-democrat",
                    "member": "Ed Davey",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Recording the audiobook",
                    "value": 1750.0,
                    "hours_worked": 40.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13077",
                    "category_code": "1.1"
                },
                {
                    "id": 13072,
                    "summary": "Payment received on 31 July 2025 - \u00a315,624.00",
                    "parent_interest_id": 13071,
                    "registered": "2025-08-06",
                    "published": "2025-08-06",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5065,
                    "twfy_id": "26478",
                    "party": "labour",
                    "member": "Rachel Taylor",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Dividends declared to cancel Director Loan account in order to wind up company.",
                    "value": 15624.0,
                    "hours_worked": 0.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13072",
                    "category_code": "1.1"
                },
                {
                    "id": 13046,
                    "summary": "Payment received on 14 July 2025 - \u00a32,517.02",
                    "parent_interest_id": 12733,
                    "registered": "2025-08-05",
                    "published": "2025-08-05",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "party": "conservative",
                    "member": "Tom Tugendhat",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "In kind",
                    "payment_description": "Payment to cover the return airfare cost from London to Greece for the purpose of attending a Sulnox Advisory Board Meeting",
                    "value": 2517.02,
                    "hours_worked": 5.5,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13046",
                    "category_code": "1.1"
                },
                {
                    "id": 13062,
                    "summary": "Payment received on 15 July 2025 - \u00a338,000.00",
                    "parent_interest_id": 6922,
                    "registered": "2025-08-05",
                    "published": "2025-08-05",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "party": "conservative",
                    "member": "Sir Geoffrey Cox",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 38000.0,
                    "hours_worked": 30.0,
                    "hours_details": "30 hours for work undertaken from 1 June 2025. The work is ongoing",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13062",
                    "category_code": "1.1"
                },
                {
                    "id": 13061,
                    "summary": "Payment received on 01 August 2025 - \u00a3460.00",
                    "parent_interest_id": 11565,
                    "registered": "2025-08-04",
                    "published": "2025-08-04",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5161,
                    "twfy_id": "26399",
                    "party": "reform",
                    "member": "Richard Tice",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 460.0,
                    "hours_worked": 50.0,
                    "hours_details": "Estimate based on social media activity",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13061",
                    "category_code": "1.1"
                },
                {
                    "id": 13052,
                    "summary": "Payment received on 30 June 2025 - \u00a36,120.00",
                    "parent_interest_id": 6762,
                    "registered": "2025-08-04",
                    "published": "2025-08-04",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5346,
                    "twfy_id": "26617",
                    "party": "liberal-democrat",
                    "member": "Calum Miller",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Provision of one day's teaching, and associated preparation, on a course delivered by the Blavatnik School",
                    "value": 6120.0,
                    "hours_worked": 36.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13052",
                    "category_code": "1.1"
                },
                {
                    "id": 13042,
                    "summary": "Payment received on 22 July 2025 - \u00a331,753.40",
                    "parent_interest_id": 6318,
                    "registered": "2025-08-01",
                    "published": "2025-08-01",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5267,
                    "twfy_id": "26600",
                    "party": "labour",
                    "member": "Yuan Yang",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 31753.4,
                    "hours_worked": 0.0,
                    "hours_details": "Advance due one year after initial publication of the book 'Private Revolutions'. The book was completed before entering Parliament",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Viking Penguin Inc, USA",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "1745 Broadway, New York, NY 10019",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13042",
                    "category_code": "1.1"
                },
                {
                    "id": 13039,
                    "summary": "Payment received on 01 August 2025 - \u00a3300.00",
                    "parent_interest_id": 11234,
                    "registered": "2025-08-01",
                    "published": "2025-08-01",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4480,
                    "twfy_id": "25308",
                    "party": "labour",
                    "member": "Carolyn Harris",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 300.0,
                    "hours_worked": 7.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13039",
                    "category_code": "1.1"
                },
                {
                    "id": 13026,
                    "summary": "Payment expected for services on 24 July 2025 - \u00a314,500.00",
                    "parent_interest_id": 11008,
                    "registered": "2025-07-29",
                    "published": "2025-07-30",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "party": "conservative",
                    "member": "Sir Jeremy Hunt",
                    "payment_received": false,
                    "received_date": "",
                    "job_title": "Speaking engagement",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 14500.0,
                    "hours_worked": 1.5,
                    "hours_details": "",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Primary Health Properties PLC",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "5th Floor, Burdett House, 15-16 Buckingham St, London WC2N 6DU",
                    "ultimate_payer_nature_of_business": "UK Real Estate Investment Trust",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13026",
                    "category_code": "1.1"
                },
                {
                    "id": 13028,
                    "summary": "Payment received on 30 July 2025 - \u00a3212.27",
                    "parent_interest_id": 6031,
                    "registered": "2025-07-30",
                    "published": "2025-07-30",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "party": "conservative",
                    "member": "Dr Neil Shastri-Hurst",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "(Includes 15% to be deducted on account of Chambers' fees)",
                    "value": 212.27,
                    "hours_worked": 1.5,
                    "hours_details": "Approximate hours worked",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Thompsons Solicitors LLP",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "Congress House, 26-28 Great Russell Street, London WC1B 3LW",
                    "ultimate_payer_nature_of_business": "Solicitor",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13028",
                    "category_code": "1.1"
                },
                {
                    "id": 13029,
                    "summary": "Payment received on 23 July 2025 - \u00a3143.56",
                    "parent_interest_id": 11502,
                    "registered": "2025-07-30",
                    "published": "2025-07-30",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "party": "reform",
                    "member": "Lee Anderson",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 143.56,
                    "hours_worked": 8.0,
                    "hours_details": "estimated amount of hours",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13029",
                    "category_code": "1.1"
                },
                {
                    "id": 13031,
                    "summary": "Payment received on 30 July 2025 - \u00a34,000.00",
                    "parent_interest_id": 12266,
                    "registered": "2025-07-30",
                    "published": "2025-07-30",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4095,
                    "twfy_id": "24916",
                    "party": "conservative",
                    "member": "Steve Barclay",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 4000.0,
                    "hours_worked": 10.5,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13031",
                    "category_code": "1.1"
                },
                {
                    "id": 13013,
                    "summary": "Payment received on 28 July 2025 - \u00a31,603.33",
                    "parent_interest_id": 6031,
                    "registered": "2025-07-28",
                    "published": "2025-07-28",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "party": "conservative",
                    "member": "Dr Neil Shastri-Hurst",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "(Includes 15% to be deducted on account of Chambers' fees)",
                    "value": 1603.33,
                    "hours_worked": 8.0,
                    "hours_details": "Approximate number of hours worked",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Slater and Gordon UK Limited",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "Dempster Building, Atlantic Way, Liverpool, Merseyside L3 4UU",
                    "ultimate_payer_nature_of_business": "Solicitor",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13013",
                    "category_code": "1.1"
                },
                {
                    "id": 12998,
                    "summary": "Payment received on 23 July 2025 - \u00a31,200.18",
                    "parent_interest_id": 11413,
                    "registered": "2025-07-25",
                    "published": "2025-07-28",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "party": "independent",
                    "member": "Rupert Lowe",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1200.18,
                    "hours_worked": 5.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12998",
                    "category_code": "1.1"
                },
                {
                    "id": 13011,
                    "summary": "Payment received on 27 June 2025 - \u00a34,106.21",
                    "parent_interest_id": 6036,
                    "registered": "2025-07-28",
                    "published": "2025-07-28",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5288,
                    "twfy_id": "26593",
                    "party": "liberal-democrat",
                    "member": "Dr Al Pinkerton",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Received for delivery of lectures and seminars in capacity as Visiting Professor of Geopolitics",
                    "value": 4106.21,
                    "hours_worked": 40.0,
                    "hours_details": "(This is an accurate account of the hours worked since January 2025)",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13011",
                    "category_code": "1.1"
                },
                {
                    "id": 12993,
                    "summary": "Payment received on 25 July 2025 - \u00a33,762.50",
                    "parent_interest_id": 6031,
                    "registered": "2025-07-25",
                    "published": "2025-07-25",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "party": "conservative",
                    "member": "Dr Neil Shastri-Hurst",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 3762.5,
                    "hours_worked": 21.0,
                    "hours_details": "Approximate hours worked",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Harding Evans Limited Liability Partnership t/a Harding Evans Solicitors",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "Queens Chambers, 2 North Street, Newport, Gwent, NP20 1TE",
                    "ultimate_payer_nature_of_business": "Solicitor",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12993",
                    "category_code": "1.1"
                },
                {
                    "id": 12988,
                    "summary": "Payment received on 17 July 2025 - \u00a38,500.00",
                    "parent_interest_id": 12649,
                    "registered": "2025-07-24",
                    "published": "2025-07-24",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4366,
                    "twfy_id": "25376",
                    "party": "conservative",
                    "member": "Sir James Cleverly",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 8500.0,
                    "hours_worked": 12.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Allen Overy Shearman Sterling LLP",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "1 Bishops Square, London E1 6AD",
                    "ultimate_payer_nature_of_business": "Multinational Law Firm",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12988",
                    "category_code": "1.1"
                },
                {
                    "id": 12984,
                    "summary": "Payment received on 21 July 2025 - \u00a3300.00",
                    "parent_interest_id": 12983,
                    "registered": "2025-07-24",
                    "published": "2025-07-24",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "party": "conservative",
                    "member": "Sir Jeremy Hunt",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Speakers fee",
                    "value": 300.0,
                    "hours_worked": 3.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12984",
                    "category_code": "1.1"
                },
                {
                    "id": 12943,
                    "summary": "Payment received on 21 July 2025 - \u00a3250.00",
                    "parent_interest_id": 3680,
                    "registered": "2025-07-21",
                    "published": "2025-07-21",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "party": "conservative",
                    "member": "Sir Iain Duncan Smith",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Writing an article published on 28th June 2025",
                    "value": 250.0,
                    "hours_worked": 4.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12943",
                    "category_code": "1.1"
                },
                {
                    "id": 12954,
                    "summary": "Payment expected for services on 16 July 2025 - \u00a3150.00",
                    "parent_interest_id": 3818,
                    "registered": "2025-07-21",
                    "published": "2025-07-21",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4110,
                    "twfy_id": "24725",
                    "party": "conservative",
                    "member": "Dame Karen Bradley",
                    "payment_received": false,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "For a meeting",
                    "value": 150.0,
                    "hours_worked": 1.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12954",
                    "category_code": "1.1"
                },
                {
                    "id": 12946,
                    "summary": "Payment received on 17 July 2025 - \u00a34,100.00",
                    "parent_interest_id": 3715,
                    "registered": "2025-07-21",
                    "published": "2025-07-21",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4040,
                    "twfy_id": "24721",
                    "party": "labourco-operative",
                    "member": "Chris Evans",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Further advance for writing a book.",
                    "value": 4100.0,
                    "hours_worked": 100.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Bloomsbury Publishing",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "50 Bedford Square, London WC18 3DP",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12946",
                    "category_code": "1.1"
                },
                {
                    "id": 12923,
                    "summary": "Payment received on 17 July 2025 - \u00a3300.00",
                    "parent_interest_id": 11234,
                    "registered": "2025-07-18",
                    "published": "2025-07-18",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4480,
                    "twfy_id": "25308",
                    "party": "labour",
                    "member": "Carolyn Harris",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 300.0,
                    "hours_worked": 7.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12923",
                    "category_code": "1.1"
                },
                {
                    "id": 12930,
                    "summary": "Payment received on 02 July 2025 - \u00a3280.00",
                    "parent_interest_id": 12725,
                    "registered": "2025-07-18",
                    "published": "2025-07-18",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4084,
                    "twfy_id": "24882",
                    "party": "conservative",
                    "member": "Esther McVey",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "For 7 shows.",
                    "value": 280.0,
                    "hours_worked": 1.15,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12930",
                    "category_code": "1.1"
                },
                {
                    "id": 12934,
                    "summary": "Payment received on 18 July 2025 - \u00a31,500.00",
                    "parent_interest_id": 6031,
                    "registered": "2025-07-18",
                    "published": "2025-07-18",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "party": "conservative",
                    "member": "Dr Neil Shastri-Hurst",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1500.0,
                    "hours_worked": 7.5,
                    "hours_details": "Approximate number of hours worked",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Powell & Co",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "Verbruggens House, Number One Street, Royal Woolwich Arsenal, London, SE18 6HG",
                    "ultimate_payer_nature_of_business": "Solicitor",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12934",
                    "category_code": "1.1"
                },
                {
                    "id": 12919,
                    "summary": "Payment received on 09 July 2025 - \u00a31,465.02",
                    "parent_interest_id": 11729,
                    "registered": "2025-07-17",
                    "published": "2025-07-17",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4118,
                    "twfy_id": "24961",
                    "party": "conservative",
                    "member": "Sir Julian Smith",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Expenses reimbursed for travelling to a voluntary Board meeting attended.",
                    "value": 1465.02,
                    "hours_worked": 0.0,
                    "hours_details": "I have not specified the number of hours because this expense payment related to attendance at a voluntary board meeting in my capacity as Chair",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12919",
                    "category_code": "1.1"
                },
                {
                    "id": 12920,
                    "summary": "Payment received on 01 June 2025 - \u00a34,100.00",
                    "parent_interest_id": 4136,
                    "registered": "2025-07-17",
                    "published": "2025-07-17",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1171,
                    "twfy_id": "11360",
                    "party": "labour",
                    "member": "Liam Byrne",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Advance for book",
                    "value": 4100.0,
                    "hours_worked": 40.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12920",
                    "category_code": "1.1"
                },
                {
                    "id": 12906,
                    "summary": "Payment received on 27 June 2025 - \u00a31,131.00",
                    "parent_interest_id": 5988,
                    "registered": "2025-07-16",
                    "published": "2025-07-16",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5067,
                    "twfy_id": "26346",
                    "party": "labour",
                    "member": "Tony Vaughan",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1131.0,
                    "hours_worked": 3.0,
                    "hours_details": "21/4/25 1.5hours\n23/4/25 1.5hours",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "confidential",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "confidential",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12906",
                    "category_code": "1.1"
                },
                {
                    "id": 12851,
                    "summary": "Payment received on 25 June 2025 - \u00a32,392.50",
                    "parent_interest_id": 11839,
                    "registered": "2025-07-09",
                    "published": "2025-07-14",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 350,
                    "twfy_id": "10265",
                    "party": "conservative",
                    "member": "Sir John Hayes",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2392.5,
                    "hours_worked": 8.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12851",
                    "category_code": "1.1"
                },
                {
                    "id": 12874,
                    "summary": "Payment received on 25 June 2025 - \u00a3105.74",
                    "parent_interest_id": 11502,
                    "registered": "2025-07-11",
                    "published": "2025-07-11",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "party": "reform",
                    "member": "Lee Anderson",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 105.74,
                    "hours_worked": 9.0,
                    "hours_details": "This is an estimated number of hours",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12874",
                    "category_code": "1.1"
                },
                {
                    "id": 12871,
                    "summary": "Payment received on 08 July 2025 - \u00a32,250.00",
                    "parent_interest_id": 10930,
                    "registered": "2025-07-10",
                    "published": "2025-07-11",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "party": "reform",
                    "member": "Suella Braverman",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "For articles",
                    "value": 2250.0,
                    "hours_worked": 9.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12871",
                    "category_code": "1.1"
                },
                {
                    "id": 12873,
                    "summary": "Payment received on 09 July 2025 - \u00a351.91",
                    "parent_interest_id": 11502,
                    "registered": "2025-07-11",
                    "published": "2025-07-11",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "party": "reform",
                    "member": "Lee Anderson",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 51.91,
                    "hours_worked": 3.0,
                    "hours_details": "This is an estimated number of hours",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12873",
                    "category_code": "1.1"
                },
                {
                    "id": 12875,
                    "summary": "Payment received on 09 July 2025 - \u00a31,594.68",
                    "parent_interest_id": 11413,
                    "registered": "2025-07-11",
                    "published": "2025-07-11",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "party": "independent",
                    "member": "Rupert Lowe",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1594.68,
                    "hours_worked": 5.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12875",
                    "category_code": "1.1"
                },
                {
                    "id": 12839,
                    "summary": "Payment received on 30 June 2025 - \u00a31,000.00",
                    "parent_interest_id": 12619,
                    "registered": "2025-07-09",
                    "published": "2025-07-09",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 146,
                    "twfy_id": "10220",
                    "party": "labour",
                    "member": "Barry Gardiner",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1000.0,
                    "hours_worked": 25.0,
                    "hours_details": "estimated",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12839",
                    "category_code": "1.1"
                },
                {
                    "id": 12826,
                    "summary": "Payment received on 08 July 2025 - \u00a3180.00",
                    "parent_interest_id": 12031,
                    "registered": "2025-07-08",
                    "published": "2025-07-08",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "party": "independent",
                    "member": "Rupert Lowe",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 180.0,
                    "hours_worked": 1.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12826",
                    "category_code": "1.1"
                },
                {
                    "id": 12830,
                    "summary": "Payment received on 03 July 2025 - \u00a384.48",
                    "parent_interest_id": 4353,
                    "registered": "2025-07-08",
                    "published": "2025-07-08",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 3991,
                    "twfy_id": "24827",
                    "party": "conservative",
                    "member": "Jesse Norman",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 84.48,
                    "hours_worked": 0.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Ulverscroft - Isis Publishing",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "The Green, Bradgate Road, Anstey, Leicester, Leicestershire LE7 7FU",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12830",
                    "category_code": "1.1"
                },
                {
                    "id": 12825,
                    "summary": "Payment received on 27 June 2025 - \u00a34,000.00",
                    "parent_interest_id": 12266,
                    "registered": "2025-07-08",
                    "published": "2025-07-08",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4095,
                    "twfy_id": "24916",
                    "party": "conservative",
                    "member": "Steve Barclay",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 4000.0,
                    "hours_worked": 10.5,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12825",
                    "category_code": "1.1"
                },
                {
                    "id": 12818,
                    "summary": "Payment received on 10 June 2025 - \u00a3300.00",
                    "parent_interest_id": 5774,
                    "registered": "2025-07-04",
                    "published": "2025-07-07",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4573,
                    "twfy_id": "25579",
                    "party": "labour",
                    "member": "Dr Rosena Allin-Khan",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "For my appearance on the Loose Women show",
                    "value": 300.0,
                    "hours_worked": 5.0,
                    "hours_details": "including preparation time",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12818",
                    "category_code": "1.1"
                },
                {
                    "id": 12819,
                    "summary": "Payment received on 03 July 2025 - \u00a3200.00",
                    "parent_interest_id": 3694,
                    "registered": "2025-07-07",
                    "published": "2025-07-07",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "party": "conservative",
                    "member": "Sir Iain Duncan Smith",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Article published by The Express on 6th May 2025.",
                    "value": 200.0,
                    "hours_worked": 4.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12819",
                    "category_code": "1.1"
                },
                {
                    "id": 12806,
                    "summary": "Payment received on 28 March 2025 - \u00a38,000.00",
                    "parent_interest_id": 12175,
                    "registered": "2025-07-07",
                    "published": "2025-07-07",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "party": "conservative",
                    "member": "Tom Tugendhat",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 8000.0,
                    "hours_worked": 1.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Jefferies International Limited",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "100 Bishopsgate, London EC2N 4JL",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12806",
                    "category_code": "1.1"
                },
                {
                    "id": 12809,
                    "summary": "Payment received on 29 May 2025 - \u00a32,000.00",
                    "parent_interest_id": 11842,
                    "registered": "2025-07-06",
                    "published": "2025-07-06",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4020,
                    "twfy_id": "24817",
                    "party": "conservative",
                    "member": "George Freeman",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2000.0,
                    "hours_worked": 2.0,
                    "hours_details": "Charged and received a one-off payment from The Guy Foundation for extra work undertaken",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12809",
                    "category_code": "1.1"
                },
                {
                    "id": 12810,
                    "summary": "Payment received on 29 June 2025 - \u00a33,000.00",
                    "parent_interest_id": 11842,
                    "registered": "2025-07-06",
                    "published": "2025-07-06",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4020,
                    "twfy_id": "24817",
                    "party": "conservative",
                    "member": "George Freeman",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 3000.0,
                    "hours_worked": 2.0,
                    "hours_details": "Charged and received a one-off payment from The Guy Foundation for extra work undertaken",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12810",
                    "category_code": "1.1"
                },
                {
                    "id": 12811,
                    "summary": "Payment received on 11 June 2025 - \u00a32,000.00",
                    "parent_interest_id": 11256,
                    "registered": "2025-07-06",
                    "published": "2025-07-06",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4020,
                    "twfy_id": "24817",
                    "party": "conservative",
                    "member": "George Freeman",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2000.0,
                    "hours_worked": 2.0,
                    "hours_details": "Charged and received a one-off payment from Nighthawk Partners for extra work undertaken",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12811",
                    "category_code": "1.1"
                },
                {
                    "id": 12752,
                    "summary": "Payment received on 27 June 2025 - \u00a3180.00",
                    "parent_interest_id": 12134,
                    "registered": "2025-06-30",
                    "published": "2025-06-30",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4938,
                    "twfy_id": "26061",
                    "party": "labour",
                    "member": "Paulette Hamilton",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 180.0,
                    "hours_worked": 6.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12752",
                    "category_code": "1.1"
                },
                {
                    "id": 12732,
                    "summary": "Payment received on 30 May 2025 - \u00a3800.00",
                    "parent_interest_id": 12175,
                    "registered": "2025-06-30",
                    "published": "2025-06-30",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "party": "conservative",
                    "member": "Tom Tugendhat",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Payment received for speaking at a dinner event.",
                    "value": 800.0,
                    "hours_worked": 3.0,
                    "hours_details": "(This is Used to offset office costs.)",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Emissary Partners",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "29 Farm Street, London, W1J 5RL",
                    "ultimate_payer_nature_of_business": "Investment Advisors",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12732",
                    "category_code": "1.1"
                },
                {
                    "id": 12743,
                    "summary": "Payment received on 25 June 2025 - \u00a31,500.00",
                    "parent_interest_id": 10669,
                    "registered": "2025-06-29",
                    "published": "2025-06-30",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "party": "reform",
                    "member": "Suella Braverman",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "Writing two articles for the LBC app/ website",
                    "payment_type": "Monetary",
                    "payment_description": "for two articles",
                    "value": 1500.0,
                    "hours_worked": 7.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12743",
                    "category_code": "1.1"
                },
                {
                    "id": 12741,
                    "summary": "Payment received on 30 June 2025 - \u00a310,377.02",
                    "parent_interest_id": 4341,
                    "registered": "2025-06-29",
                    "published": "2025-06-30",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1466,
                    "twfy_id": "11132",
                    "party": "conservative",
                    "member": "Dr Andrew Murrison",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 10377.02,
                    "hours_worked": 184.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12741",
                    "category_code": "1.1"
                },
                {
                    "id": 12750,
                    "summary": "Payment received on 20 June 2025 - \u00a3300.00",
                    "parent_interest_id": 12134,
                    "registered": "2025-06-30",
                    "published": "2025-06-30",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4938,
                    "twfy_id": "26061",
                    "party": "labour",
                    "member": "Paulette Hamilton",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 300.0,
                    "hours_worked": 6.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12750",
                    "category_code": "1.1"
                },
                {
                    "id": 12742,
                    "summary": "Payment received on 26 June 2025 - \u00a33,625.00",
                    "parent_interest_id": 9814,
                    "registered": "2025-06-29",
                    "published": "2025-06-30",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5116,
                    "twfy_id": "26367",
                    "party": "labour",
                    "member": "Chris McDonald",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 3625.0,
                    "hours_worked": 50.0,
                    "hours_details": "Approximately",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12742",
                    "category_code": "1.1"
                },
                {
                    "id": 12728,
                    "summary": "Payment received on 13 June 2025 - \u00a3250.00",
                    "parent_interest_id": 4321,
                    "registered": "2025-06-27",
                    "published": "2025-06-27",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4084,
                    "twfy_id": "24882",
                    "party": "conservative",
                    "member": "Esther McVey",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "For one show.",
                    "value": 250.0,
                    "hours_worked": 2.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12728",
                    "category_code": "1.1"
                },
                {
                    "id": 12722,
                    "summary": "Payment received on 26 June 2025 - \u00a3250.00",
                    "parent_interest_id": 12721,
                    "registered": "2025-06-26",
                    "published": "2025-06-26",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "party": "conservative",
                    "member": "Sir Jeremy Hunt",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "Speaking engagement",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 250.0,
                    "hours_worked": 2.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12722",
                    "category_code": "1.1"
                },
                {
                    "id": 12716,
                    "summary": "Payment received on 26 June 2025 - \u00a320,000.00",
                    "parent_interest_id": 11008,
                    "registered": "2025-06-26",
                    "published": "2025-06-26",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "party": "conservative",
                    "member": "Sir Jeremy Hunt",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "Speaking engagement",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 20000.0,
                    "hours_worked": 8.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Centerview Partners UK LLP",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "10 Norwich Street, London EC4A 1BD",
                    "ultimate_payer_nature_of_business": "Investment Banking and Advisory Firm",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12716",
                    "category_code": "1.1"
                },
                {
                    "id": 12620,
                    "summary": "Payment received on 11 June 2025 - \u00a31,050.10",
                    "parent_interest_id": 11413,
                    "registered": "2025-06-26",
                    "published": "2025-06-26",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "party": "independent",
                    "member": "Rupert Lowe",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1050.1,
                    "hours_worked": 5.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12620",
                    "category_code": "1.1"
                },
                {
                    "id": 12720,
                    "summary": "Payment received on 25 June 2025 - \u00a31,341.75",
                    "parent_interest_id": 11413,
                    "registered": "2025-06-26",
                    "published": "2025-06-26",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "party": "independent",
                    "member": "Rupert Lowe",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1341.75,
                    "hours_worked": 5.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12720",
                    "category_code": "1.1"
                },
                {
                    "id": 12726,
                    "summary": "Payment received on 29 May 2025 - \u00a3320.00",
                    "parent_interest_id": 12725,
                    "registered": "2025-06-26",
                    "published": "2025-06-26",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4084,
                    "twfy_id": "24882",
                    "party": "conservative",
                    "member": "Esther McVey",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "For 8 interviews.",
                    "value": 320.0,
                    "hours_worked": 1.5,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12726",
                    "category_code": "1.1"
                },
                {
                    "id": 12706,
                    "summary": "Payment received on 25 June 2025 - \u00a33,056.23",
                    "parent_interest_id": 6031,
                    "registered": "2025-06-25",
                    "published": "2025-06-25",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "party": "conservative",
                    "member": "Dr Neil Shastri-Hurst",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "(Includes 15% to be deducted on account of Chambers fees)",
                    "value": 3056.23,
                    "hours_worked": 23.0,
                    "hours_details": "Approximate hours worked",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Powell & Co",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "Verbruggens House, Number One Street, Royal Woolwich Arsenal, London SE18 6HG",
                    "ultimate_payer_nature_of_business": "Solicitor",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12706",
                    "category_code": "1.1"
                },
                {
                    "id": 12697,
                    "summary": "Payment received on 20 June 2025 - \u00a316,000.00",
                    "parent_interest_id": 11008,
                    "registered": "2025-06-24",
                    "published": "2025-06-24",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "party": "conservative",
                    "member": "Sir Jeremy Hunt",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "Speaking engagement",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 16000.0,
                    "hours_worked": 3.5,
                    "hours_details": "",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Crowell and Moring UK LLP",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "199 Bishopsgate, London, EC2M 3TY",
                    "ultimate_payer_nature_of_business": "International Law Firm",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12697",
                    "category_code": "1.1"
                },
                {
                    "id": 12701,
                    "summary": "Payment received on 13 June 2025 - \u00a34,387.27",
                    "parent_interest_id": 4353,
                    "registered": "2025-06-24",
                    "published": "2025-06-24",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 3991,
                    "twfy_id": "24827",
                    "party": "conservative",
                    "member": "Jesse Norman",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 4387.27,
                    "hours_worked": 0.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Citic Press Corporation",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "8-10F Block, 2 Fusheng Bldg, A4 Huixin East Street, Beijing, 100029 China",
                    "ultimate_payer_nature_of_business": "Publisher",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12701",
                    "category_code": "1.1"
                },
                {
                    "id": 12695,
                    "summary": "Payment received on 12 June 2025 - \u00a32,400.00",
                    "parent_interest_id": 11008,
                    "registered": "2025-06-24",
                    "published": "2025-06-24",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "party": "conservative",
                    "member": "Sir Jeremy Hunt",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "Speaking engagement",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2400.0,
                    "hours_worked": 1.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Fabric Ventures LLP",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "58 Wood Lane, London W12 7RZ",
                    "ultimate_payer_nature_of_business": "Venture Capital",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12695",
                    "category_code": "1.1"
                },
                {
                    "id": 12696,
                    "summary": "Payment received on 12 June 2025 - \u00a316,000.00",
                    "parent_interest_id": 11008,
                    "registered": "2025-06-24",
                    "published": "2025-06-24",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "party": "conservative",
                    "member": "Sir Jeremy Hunt",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "Speaking engagement",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 16000.0,
                    "hours_worked": 2.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "MiP (Marketing in Partnership Ltd)",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "New London House, 172 Drury Lane, London WC2B 5QR",
                    "ultimate_payer_nature_of_business": "Event organisers",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12696",
                    "category_code": "1.1"
                },
                {
                    "id": 12684,
                    "summary": "Payment received on 12 June 2025 - \u00a311,925.00",
                    "parent_interest_id": 5988,
                    "registered": "2025-06-23",
                    "published": "2025-06-23",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5067,
                    "twfy_id": "26346",
                    "party": "labour",
                    "member": "Tony Vaughan",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Payment for work carried out prior to 4th July 2024",
                    "value": 11925.0,
                    "hours_worked": 60.0,
                    "hours_details": "All work carried out prior to 4th July 2024",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Confidential",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "Confidential",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12684",
                    "category_code": "1.1"
                },
                {
                    "id": 12678,
                    "summary": "Payment received on 18 June 2025 - \u00a3272.48",
                    "parent_interest_id": 6031,
                    "registered": "2025-06-20",
                    "published": "2025-06-20",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "party": "conservative",
                    "member": "Dr Neil Shastri-Hurst",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "(Includes 15% to be deducted on account of Chambers' fees)",
                    "value": 272.48,
                    "hours_worked": 3.0,
                    "hours_details": "Approximate number of hours worked",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Thompsons Solicitors LLP",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "Congress House, 26-28 Great Russell Street, London WC1B 3LW",
                    "ultimate_payer_nature_of_business": "Solicitors",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12678",
                    "category_code": "1.1"
                },
                {
                    "id": 12650,
                    "summary": "Payment received on 21 May 2025 - \u00a321,250.00",
                    "parent_interest_id": 12649,
                    "registered": "2025-06-18",
                    "published": "2025-06-18",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4366,
                    "twfy_id": "25376",
                    "party": "conservative",
                    "member": "Sir James Cleverly",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 21250.0,
                    "hours_worked": 30.0,
                    "hours_details": "Preparation, research, briefing and travelling",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Purus",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "5th Floor, 30 Panton street, London, SW1Y 4AJ",
                    "ultimate_payer_nature_of_business": "Maritime services for gas transport and offshore wind industries",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12650",
                    "category_code": "1.1"
                },
                {
                    "id": 12651,
                    "summary": "Payment received on 21 May 2025 - \u00a37,267.50",
                    "parent_interest_id": 12649,
                    "registered": "2025-06-18",
                    "published": "2025-06-18",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4366,
                    "twfy_id": "25376",
                    "party": "conservative",
                    "member": "Sir James Cleverly",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 7267.5,
                    "hours_worked": 12.0,
                    "hours_details": "preparation",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "KPMG LLP",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "15 Canada Square, London, E14 5GL",
                    "ultimate_payer_nature_of_business": "Multi National professional services network, providing audit, tax and advisory services.",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12651",
                    "category_code": "1.1"
                },
                {
                    "id": 12665,
                    "summary": "Payment received on 16 June 2025 - \u00a3900.00",
                    "parent_interest_id": 12101,
                    "registered": "2025-06-18",
                    "published": "2025-06-18",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 146,
                    "twfy_id": "10220",
                    "party": "labour",
                    "member": "Barry Gardiner",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "various ad hoc media appearances",
                    "value": 900.0,
                    "hours_worked": 25.0,
                    "hours_details": "approximate depending on research required",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12665",
                    "category_code": "1.1"
                },
                {
                    "id": 12652,
                    "summary": "Payment received on 30 May 2025 - \u00a34,000.00",
                    "parent_interest_id": 12266,
                    "registered": "2025-06-17",
                    "published": "2025-06-17",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4095,
                    "twfy_id": "24916",
                    "party": "conservative",
                    "member": "Steve Barclay",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 4000.0,
                    "hours_worked": 10.5,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12652",
                    "category_code": "1.1"
                },
                {
                    "id": 12636,
                    "summary": "Payment received on 31 May 2025 - \u00a34,539.95",
                    "parent_interest_id": 4341,
                    "registered": "2025-06-16",
                    "published": "2025-06-16",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1466,
                    "twfy_id": "11132",
                    "party": "conservative",
                    "member": "Dr Andrew Murrison",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 4539.95,
                    "hours_worked": 80.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12636",
                    "category_code": "1.1"
                },
                {
                    "id": 12638,
                    "summary": "Payment received on 12 June 2025 - \u00a3250.00",
                    "parent_interest_id": 3680,
                    "registered": "2025-06-16",
                    "published": "2025-06-16",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "party": "conservative",
                    "member": "Sir Iain Duncan Smith",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Article published on 16th May",
                    "value": 250.0,
                    "hours_worked": 4.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12638",
                    "category_code": "1.1"
                },
                {
                    "id": 12634,
                    "summary": "Payment expected for services on 13 June 2025 - \u00a3150.00",
                    "parent_interest_id": 12296,
                    "registered": "2025-06-16",
                    "published": "2025-06-16",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "party": "labour",
                    "member": "Clive Lewis",
                    "payment_received": false,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "One article written",
                    "value": 150.0,
                    "hours_worked": 2.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12634",
                    "category_code": "1.1"
                },
                {
                    "id": 12608,
                    "summary": "Payment received on 06 June 2025 - \u00a310,000.00",
                    "parent_interest_id": 11622,
                    "registered": "2025-06-16",
                    "published": "2025-06-16",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "party": "conservative",
                    "member": "Sir Oliver Dowden",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 10000.0,
                    "hours_worked": 20.0,
                    "hours_details": "Up to two days per month",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12608",
                    "category_code": "1.1"
                },
                {
                    "id": 12624,
                    "summary": "Payment expected for services on 06 June 2025 - \u00a3150.00",
                    "parent_interest_id": 12296,
                    "registered": "2025-06-13",
                    "published": "2025-06-13",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "party": "labour",
                    "member": "Clive Lewis",
                    "payment_received": false,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "One article written",
                    "value": 150.0,
                    "hours_worked": 2.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12624",
                    "category_code": "1.1"
                },
                {
                    "id": 12621,
                    "summary": "Payment received on 03 June 2025 - \u00a31,000.00",
                    "parent_interest_id": 12619,
                    "registered": "2025-06-12",
                    "published": "2025-06-13",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 146,
                    "twfy_id": "10220",
                    "party": "labour",
                    "member": "Barry Gardiner",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1000.0,
                    "hours_worked": 20.0,
                    "hours_details": "For various seminars that I was asked to speak at and or chair",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12621",
                    "category_code": "1.1"
                },
                {
                    "id": 12615,
                    "summary": "Payment received on 19 May 2025 - \u00a3188,476.20",
                    "parent_interest_id": 12316,
                    "registered": "2025-06-11",
                    "published": "2025-06-12",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4483,
                    "twfy_id": "25428",
                    "party": "conservative",
                    "member": "Rishi Sunak",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 188476.2,
                    "hours_worked": 4.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Chosun Media",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "The Chosunilbo, 30 Sejong-daero 21 gil, Jung-gu, Seoul, Korea",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12615",
                    "category_code": "1.1"
                },
                {
                    "id": 12614,
                    "summary": "Payment received on 15 May 2025 - \u00a3156,435.24",
                    "parent_interest_id": 12316,
                    "registered": "2025-06-11",
                    "published": "2025-06-12",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4483,
                    "twfy_id": "25428",
                    "party": "conservative",
                    "member": "Rishi Sunak",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 156435.24,
                    "hours_worked": 2.5,
                    "hours_details": "",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Makena Capital",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "Makena Capital Management LLP, 2755 Sand Hill Road, Suite 200, Menlo Park, CA 94025 USA",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12614",
                    "category_code": "1.1"
                },
                {
                    "id": 12618,
                    "summary": "Payment received on 10 June 2025 - \u00a32,250.00",
                    "parent_interest_id": 10930,
                    "registered": "2025-06-12",
                    "published": "2025-06-12",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "party": "reform",
                    "member": "Suella Braverman",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Articles",
                    "value": 2250.0,
                    "hours_worked": 9.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12618",
                    "category_code": "1.1"
                },
                {
                    "id": 12611,
                    "summary": "Payment received on 13 May 2025 - \u00a3300.00",
                    "parent_interest_id": 12609,
                    "registered": "2025-06-11",
                    "published": "2025-06-11",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4764,
                    "twfy_id": "25856",
                    "party": "labour",
                    "member": "Bell Ribeiro-Addy",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 300.0,
                    "hours_worked": 2.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12611",
                    "category_code": "1.1"
                },
                {
                    "id": 12605,
                    "summary": "Payment received on 11 June 2025 - \u00a3106.71",
                    "parent_interest_id": 11502,
                    "registered": "2025-06-11",
                    "published": "2025-06-11",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "party": "reform",
                    "member": "Lee Anderson",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 106.71,
                    "hours_worked": 12.0,
                    "hours_details": "This is an estimated amount of hours",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12605",
                    "category_code": "1.1"
                },
                {
                    "id": 12592,
                    "summary": "Payment received on 16 May 2025 - \u00a312,000.00",
                    "parent_interest_id": 6922,
                    "registered": "2025-06-09",
                    "published": "2025-06-09",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "party": "conservative",
                    "member": "Sir Geoffrey Cox",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 12000.0,
                    "hours_worked": 10.0,
                    "hours_details": "Work undertaken between 1 October and 12 December 2024",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12592",
                    "category_code": "1.1"
                },
                {
                    "id": 12590,
                    "summary": "Payment received on 05 June 2025 - \u00a31,200.00",
                    "parent_interest_id": 6031,
                    "registered": "2025-06-07",
                    "published": "2025-06-09",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "party": "conservative",
                    "member": "Dr Neil Shastri-Hurst",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "(Includes 15% to be deducted on account of Chamebrs' fees)",
                    "value": 1200.0,
                    "hours_worked": 6.0,
                    "hours_details": "Approximate number of hours work",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Talbots Law Limited",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "23 Foregate Street, Worcester WR1 1DN",
                    "ultimate_payer_nature_of_business": "Solicitors",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12590",
                    "category_code": "1.1"
                },
                {
                    "id": 12584,
                    "summary": "Payment received on 29 May 2025 - \u00a31,203.96",
                    "parent_interest_id": 11413,
                    "registered": "2025-06-06",
                    "published": "2025-06-06",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "party": "independent",
                    "member": "Rupert Lowe",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1203.96,
                    "hours_worked": 5.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12584",
                    "category_code": "1.1"
                },
                {
                    "id": 12577,
                    "summary": "Payment received on 03 June 2025 - \u00a31,333.33",
                    "parent_interest_id": 4308,
                    "registered": "2025-06-05",
                    "published": "2025-06-05",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4084,
                    "twfy_id": "24882",
                    "party": "conservative",
                    "member": "Esther McVey",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "for four articles in the Daily Express.",
                    "value": 1333.33,
                    "hours_worked": 8.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12577",
                    "category_code": "1.1"
                },
                {
                    "id": 12578,
                    "summary": "Payment received on 05 June 2025 - \u00a3300.00",
                    "parent_interest_id": 11234,
                    "registered": "2025-06-05",
                    "published": "2025-06-05",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4480,
                    "twfy_id": "25308",
                    "party": "labour",
                    "member": "Carolyn Harris",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 300.0,
                    "hours_worked": 7.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12578",
                    "category_code": "1.1"
                },
                {
                    "id": 12570,
                    "summary": "Payment received on 29 May 2025 - \u00a33,271.17",
                    "parent_interest_id": 5988,
                    "registered": "2025-06-04",
                    "published": "2025-06-04",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5067,
                    "twfy_id": "26346",
                    "party": "labour",
                    "member": "Tony Vaughan",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Payment for work carried out prior to 4th July 2024",
                    "value": 3271.17,
                    "hours_worked": 0.0,
                    "hours_details": "none since my election",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "confidential",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "confidential",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12570",
                    "category_code": "1.1"
                },
                {
                    "id": 12552,
                    "summary": "Payment received on 29 May 2025 - \u00a3101.42",
                    "parent_interest_id": 11502,
                    "registered": "2025-06-03",
                    "published": "2025-06-03",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "party": "reform",
                    "member": "Lee Anderson",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 101.42,
                    "hours_worked": 8.0,
                    "hours_details": "This is an estimated amount of hours",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12552",
                    "category_code": "1.1"
                },
                {
                    "id": 12553,
                    "summary": "Payment received on 14 May 2025 - \u00a386.29",
                    "parent_interest_id": 11502,
                    "registered": "2025-06-03",
                    "published": "2025-06-03",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "party": "reform",
                    "member": "Lee Anderson",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 86.29,
                    "hours_worked": 6.0,
                    "hours_details": "This is an estimated amount of hours",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12553",
                    "category_code": "1.1"
                },
                {
                    "id": 12554,
                    "summary": "Payment received on 30 April 2025 - \u00a325.00",
                    "parent_interest_id": 11502,
                    "registered": "2025-06-03",
                    "published": "2025-06-03",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "party": "reform",
                    "member": "Lee Anderson",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 25.0,
                    "hours_worked": 2.0,
                    "hours_details": "This is an estimated amount of hours",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12554",
                    "category_code": "1.1"
                },
                {
                    "id": 12307,
                    "summary": "Payment received on 15 April 2025 - \u00a326,817.60",
                    "parent_interest_id": 6852,
                    "registered": "2025-05-31",
                    "published": "2025-06-02",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 26817.6,
                    "hours_worked": 12.0,
                    "hours_details": "This is an estimate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12307",
                    "category_code": "1.1"
                },
                {
                    "id": 12306,
                    "summary": "Payment received on 31 March 2025 - \u00a336,688.60",
                    "parent_interest_id": 6852,
                    "registered": "2025-05-31",
                    "published": "2025-06-02",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 36688.6,
                    "hours_worked": 12.0,
                    "hours_details": "This is an estimate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12306",
                    "category_code": "1.1"
                },
                {
                    "id": 12537,
                    "summary": "Payment received on 23 May 2025 - \u00a329,175.75",
                    "parent_interest_id": 3869,
                    "registered": "2025-06-01",
                    "published": "2025-06-01",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "party": "reform",
                    "member": "Suella Braverman",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Speaking at a conference. (This includes \u00a35482.70 to cover return flights, three nights accommodation in Seoul and airport transfers for me.)",
                    "value": 29175.75,
                    "hours_worked": 18.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Chosun Media",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "30 Sejong-daero 21-gil, Jung-gu, Seoul, South Korea",
                    "ultimate_payer_nature_of_business": "South Korea Media organisation",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12537",
                    "category_code": "1.1"
                },
                {
                    "id": 12524,
                    "summary": "Payment received on 15 May 2025 - \u00a3150.00",
                    "parent_interest_id": 4321,
                    "registered": "2025-05-28",
                    "published": "2025-05-28",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4084,
                    "twfy_id": "24882",
                    "party": "conservative",
                    "member": "Esther McVey",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "For one show.",
                    "value": 150.0,
                    "hours_worked": 1.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12524",
                    "category_code": "1.1"
                },
                {
                    "id": 12522,
                    "summary": "Payment received on 27 May 2025 - \u00a31,500.00",
                    "parent_interest_id": 10930,
                    "registered": "2025-05-27",
                    "published": "2025-05-28",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "party": "reform",
                    "member": "Suella Braverman",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Articles",
                    "value": 1500.0,
                    "hours_worked": 6.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12522",
                    "category_code": "1.1"
                },
                {
                    "id": 12504,
                    "summary": "Payment received on 09 May 2025 - \u00a31,099.00",
                    "parent_interest_id": 11565,
                    "registered": "2025-05-24",
                    "published": "2025-05-27",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5161,
                    "twfy_id": "26399",
                    "party": "reform",
                    "member": "Richard Tice",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "For social media posts",
                    "value": 1099.0,
                    "hours_worked": 30.0,
                    "hours_details": "Estimated hard to calculate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12504",
                    "category_code": "1.1"
                },
                {
                    "id": 12512,
                    "summary": "Payment received on 27 May 2025 - \u00a3250.00",
                    "parent_interest_id": 3680,
                    "registered": "2025-05-27",
                    "published": "2025-05-27",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "party": "conservative",
                    "member": "Sir Iain Duncan Smith",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Article published 10th May",
                    "value": 250.0,
                    "hours_worked": 4.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12512",
                    "category_code": "1.1"
                },
                {
                    "id": 12470,
                    "summary": "Payment received on 01 May 2025 - \u00a315,211.53",
                    "parent_interest_id": 12469,
                    "registered": "2025-05-20",
                    "published": "2025-05-27",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5100,
                    "twfy_id": "26355",
                    "party": "conservative",
                    "member": "Blake Stephenson",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Total gross payments (before deductions) associated with the vesting and sale of restricted stock units in Tradeweb Inc. which were earnt whilst in employment before entering Parliament.",
                    "value": 15211.53,
                    "hours_worked": 0.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12470",
                    "category_code": "1.1"
                },
                {
                    "id": 12511,
                    "summary": "Payment received on 23 May 2025 - \u00a3750.00",
                    "parent_interest_id": 3671,
                    "registered": "2025-05-27",
                    "published": "2025-05-27",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "party": "conservative",
                    "member": "Sir Iain Duncan Smith",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Article published online and hard copy 26th March 2025",
                    "value": 750.0,
                    "hours_worked": 6.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12511",
                    "category_code": "1.1"
                },
                {
                    "id": 12515,
                    "summary": "Payment received on 22 May 2025 - \u00a37,500.00",
                    "parent_interest_id": 11770,
                    "registered": "2025-05-27",
                    "published": "2025-05-27",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 188,
                    "twfy_id": "10155",
                    "party": "liberal-democrat",
                    "member": "Ed Davey",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "This payment is a publication advance.",
                    "value": 7500.0,
                    "hours_worked": 30.0,
                    "hours_details": "the number of hours is estimated",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12515",
                    "category_code": "1.1"
                },
                {
                    "id": 12486,
                    "summary": "Payment received on 22 April 2025 - \u00a32,186.66",
                    "parent_interest_id": 6318,
                    "registered": "2025-05-22",
                    "published": "2025-05-22",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5267,
                    "twfy_id": "26600",
                    "party": "labour",
                    "member": "Yuan Yang",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "This payment was part of the final advance for a book written before entering Parliament. It is for the publication of the translated version of the book (and e-book) in Japanese.",
                    "value": 2186.66,
                    "hours_worked": 0.0,
                    "hours_details": "No hours worked since entering parliament",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "The English Agency Japan (Ltd)",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "2-2-30 Kanda-Jinbocho Chiyoda-ku Tokyo 101-0051, Japan",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12486",
                    "category_code": "1.1"
                },
                {
                    "id": 12489,
                    "summary": "Payment received on 22 May 2025 - \u00a3600.00",
                    "parent_interest_id": 6031,
                    "registered": "2025-05-22",
                    "published": "2025-05-22",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "party": "conservative",
                    "member": "Dr Neil Shastri-Hurst",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "(Includes 15% to be deducted on account of Chambers' fees)",
                    "value": 600.0,
                    "hours_worked": 3.0,
                    "hours_details": "Estimated number of hours worked",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Prosperity Law LLP",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "Vantage Point, 4 Hardman Street, Spinningfields, Manchester M3 3HF",
                    "ultimate_payer_nature_of_business": "Solicitor",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12489",
                    "category_code": "1.1"
                },
                {
                    "id": 12488,
                    "summary": "Payment received on 15 May 2025 - \u00a3411.16",
                    "parent_interest_id": 4286,
                    "registered": "2025-05-22",
                    "published": "2025-05-22",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "party": "labour",
                    "member": "Clive Lewis",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Writing one article",
                    "value": 411.16,
                    "hours_worked": 3.0,
                    "hours_details": "Approximate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12488",
                    "category_code": "1.1"
                },
                {
                    "id": 12492,
                    "summary": "Payment received on 09 May 2025 - \u00a31,210.00",
                    "parent_interest_id": 12101,
                    "registered": "2025-05-22",
                    "published": "2025-05-22",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 146,
                    "twfy_id": "10220",
                    "party": "labour",
                    "member": "Barry Gardiner",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1210.0,
                    "hours_worked": 35.0,
                    "hours_details": "approximate, including preparation time",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12492",
                    "category_code": "1.1"
                },
                {
                    "id": 12472,
                    "summary": "Payment received on 05 May 2025 - \u00a32,150.07",
                    "parent_interest_id": 5019,
                    "registered": "2025-05-20",
                    "published": "2025-05-20",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1440,
                    "twfy_id": "11333",
                    "party": "scottish-national-party",
                    "member": "Pete Wishart",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2150.07,
                    "hours_worked": 0.0,
                    "hours_details": "No additional hours worked",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12472",
                    "category_code": "1.1"
                },
                {
                    "id": 12443,
                    "summary": "Payment received on 08 May 2025 - \u00a310,000.00",
                    "parent_interest_id": 11622,
                    "registered": "2025-05-19",
                    "published": "2025-05-20",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "party": "conservative",
                    "member": "Sir Oliver Dowden",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 10000.0,
                    "hours_worked": 20.0,
                    "hours_details": "Up to two days per month",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12443",
                    "category_code": "1.1"
                },
                {
                    "id": 12452,
                    "summary": "Payment received on 07 May 2025 - \u00a3868.71",
                    "parent_interest_id": 5988,
                    "registered": "2025-05-19",
                    "published": "2025-05-19",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5067,
                    "twfy_id": "26346",
                    "party": "labour",
                    "member": "Tony Vaughan",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 868.71,
                    "hours_worked": 0.0,
                    "hours_details": "none since my election",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "confidential",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "confidential",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12452",
                    "category_code": "1.1"
                },
                {
                    "id": 12451,
                    "summary": "Payment received on 25 April 2025 - \u00a32,457.58",
                    "parent_interest_id": 5988,
                    "registered": "2025-05-19",
                    "published": "2025-05-19",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5067,
                    "twfy_id": "26346",
                    "party": "labour",
                    "member": "Tony Vaughan",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2457.58,
                    "hours_worked": 0.0,
                    "hours_details": "none since my election",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "confidential",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "confidential",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12451",
                    "category_code": "1.1"
                },
                {
                    "id": 12449,
                    "summary": "Payment received on 23 April 2025 - \u00a34,017.14",
                    "parent_interest_id": 5988,
                    "registered": "2025-05-19",
                    "published": "2025-05-19",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5067,
                    "twfy_id": "26346",
                    "party": "labour",
                    "member": "Tony Vaughan",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "For work done before 4 July 2024",
                    "value": 4017.14,
                    "hours_worked": 0.0,
                    "hours_details": "none since my election",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "confidential",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "confidential",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12449",
                    "category_code": "1.1"
                },
                {
                    "id": 12455,
                    "summary": "Payment received on 28 April 2025 - \u00a3149.40",
                    "parent_interest_id": 4017,
                    "registered": "2025-05-19",
                    "published": "2025-05-19",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4938,
                    "twfy_id": "26061",
                    "party": "labour",
                    "member": "Paulette Hamilton",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 149.4,
                    "hours_worked": 5.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12455",
                    "category_code": "1.1"
                },
                {
                    "id": 12453,
                    "summary": "Payment received on 09 May 2025 - \u00a3202.20",
                    "parent_interest_id": 5988,
                    "registered": "2025-05-19",
                    "published": "2025-05-19",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5067,
                    "twfy_id": "26346",
                    "party": "labour",
                    "member": "Tony Vaughan",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 202.2,
                    "hours_worked": 0.0,
                    "hours_details": "none since my election",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "confidential",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "confidential",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12453",
                    "category_code": "1.1"
                },
                {
                    "id": 12450,
                    "summary": "Payment received on 24 April 2025 - \u00a3224.51",
                    "parent_interest_id": 5988,
                    "registered": "2025-05-19",
                    "published": "2025-05-19",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5067,
                    "twfy_id": "26346",
                    "party": "labour",
                    "member": "Tony Vaughan",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 224.51,
                    "hours_worked": 0.0,
                    "hours_details": "none since my election",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "confidential",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "confidential",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12450",
                    "category_code": "1.1"
                },
                {
                    "id": 12436,
                    "summary": "Payment received on 28 April 2025 - \u00a34,000.00",
                    "parent_interest_id": 12266,
                    "registered": "2025-05-16",
                    "published": "2025-05-16",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4095,
                    "twfy_id": "24916",
                    "party": "conservative",
                    "member": "Steve Barclay",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 4000.0,
                    "hours_worked": 10.5,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12436",
                    "category_code": "1.1"
                },
                {
                    "id": 12429,
                    "summary": "Payment received on 12 May 2025 - \u00a35,920.00",
                    "parent_interest_id": 11008,
                    "registered": "2025-05-15",
                    "published": "2025-05-15",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "party": "conservative",
                    "member": "Sir Jeremy Hunt",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "Giving a speech",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 5920.0,
                    "hours_worked": 1.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Institutional Investor LLC",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "1270 Avenue of Americas Suite 1100, New York, NY 10020 USA",
                    "ultimate_payer_nature_of_business": "An industry insights & market intelligence firm for the investment community",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12429",
                    "category_code": "1.1"
                },
                {
                    "id": 12433,
                    "summary": "Payment received on 30 April 2025 - \u00a368.53",
                    "parent_interest_id": 11502,
                    "registered": "2025-05-15",
                    "published": "2025-05-15",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "party": "reform",
                    "member": "Lee Anderson",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 68.53,
                    "hours_worked": 3.0,
                    "hours_details": "This is an estimated amount of hours",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12433",
                    "category_code": "1.1"
                },
                {
                    "id": 12434,
                    "summary": "Payment received on 14 May 2025 - \u00a386.29",
                    "parent_interest_id": 11502,
                    "registered": "2025-05-15",
                    "published": "2025-05-15",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "party": "reform",
                    "member": "Lee Anderson",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 86.29,
                    "hours_worked": 4.0,
                    "hours_details": "This is an estimated amount of hours",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12434",
                    "category_code": "1.1"
                },
                {
                    "id": 12430,
                    "summary": "Payment received on 15 May 2025 - \u00a38,000.00",
                    "parent_interest_id": 11008,
                    "registered": "2025-05-15",
                    "published": "2025-05-15",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "party": "conservative",
                    "member": "Sir Jeremy Hunt",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "Giving a speech",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 8000.0,
                    "hours_worked": 1.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "HSBC UK Bank PLC",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "1 Centenary Square, Birmingham B1 1HQ",
                    "ultimate_payer_nature_of_business": "Banking & Financial Services",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12430",
                    "category_code": "1.1"
                },
                {
                    "id": 12423,
                    "summary": "Payment received on 14 May 2025 - \u00a31,026.91",
                    "parent_interest_id": 11413,
                    "registered": "2025-05-14",
                    "published": "2025-05-14",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "party": "independent",
                    "member": "Rupert Lowe",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1026.91,
                    "hours_worked": 5.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12423",
                    "category_code": "1.1"
                },
                {
                    "id": 12421,
                    "summary": "Payment received on 25 April 2025 - \u00a31,000.00",
                    "parent_interest_id": 10919,
                    "registered": "2025-05-13",
                    "published": "2025-05-13",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1536,
                    "twfy_id": "11656",
                    "party": "labour",
                    "member": "Emily Thornberry",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1000.0,
                    "hours_worked": 4.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": true,
                    "donatee_paid_by": "Donated by the Member to the recipient",
                    "donatee_type": "Charity",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12421",
                    "category_code": "1.1"
                },
                {
                    "id": 11976,
                    "summary": "Payment received on 10 February 2025 - \u00a3400.00",
                    "parent_interest_id": 6545,
                    "registered": "2025-05-12",
                    "published": "2025-05-12",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5030,
                    "twfy_id": "26313",
                    "party": "labour",
                    "member": "Dr Simon Opher",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Payment for work as a locum for two GP surgeries",
                    "value": 400.0,
                    "hours_worked": 6.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11976",
                    "category_code": "1.1"
                },
                {
                    "id": 12181,
                    "summary": "Payment received on 20 March 2025 - \u00a3500.00",
                    "parent_interest_id": 12180,
                    "registered": "2025-05-12",
                    "published": "2025-05-12",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5030,
                    "twfy_id": "26313",
                    "party": "labour",
                    "member": "Dr Simon Opher",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "wrote an article for newspaper",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 500.0,
                    "hours_worked": 6.0,
                    "hours_details": "Estimated",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": true,
                    "donatee_paid_by": "Donated by the Member to the recipient",
                    "donatee_type": "Other",
                    "donatee_details": "All Party Parliamentary Group secretariat Beyond Pills",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12181",
                    "category_code": "1.1"
                },
                {
                    "id": 12396,
                    "summary": "Payment received on 29 April 2025 - \u00a3750.00",
                    "parent_interest_id": 10930,
                    "registered": "2025-05-11",
                    "published": "2025-05-12",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "party": "reform",
                    "member": "Suella Braverman",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 750.0,
                    "hours_worked": 4.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12396",
                    "category_code": "1.1"
                },
                {
                    "id": 12400,
                    "summary": "Payment expected for services on 06 May 2025 - \u00a3255.00",
                    "parent_interest_id": 11767,
                    "registered": "2025-05-12",
                    "published": "2025-05-12",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "party": "conservative",
                    "member": "Tom Tugendhat",
                    "payment_received": false,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 255.0,
                    "hours_worked": 2.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12400",
                    "category_code": "1.1"
                },
                {
                    "id": 12407,
                    "summary": "Payment received on 30 April 2025 - \u00a31,050.00",
                    "parent_interest_id": 6545,
                    "registered": "2025-05-12",
                    "published": "2025-05-12",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5030,
                    "twfy_id": "26313",
                    "party": "labour",
                    "member": "Dr Simon Opher",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Payment for work as a locum for three full GP surgeries",
                    "value": 1050.0,
                    "hours_worked": 12.0,
                    "hours_details": "Shifts at GP surgery to cover Dr absences",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12407",
                    "category_code": "1.1"
                },
                {
                    "id": 12389,
                    "summary": "Payment received on 24 April 2025 - \u00a313,200.00",
                    "parent_interest_id": 11008,
                    "registered": "2025-05-08",
                    "published": "2025-05-08",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "party": "conservative",
                    "member": "Sir Jeremy Hunt",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 13200.0,
                    "hours_worked": 4.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Collinson (Central Services) Ltd",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "Sussex House, Perrymount Rd, Haywards Heath, West Sussex RH16 1DN",
                    "ultimate_payer_nature_of_business": "Travel and loyalty program provider",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12389",
                    "category_code": "1.1"
                },
                {
                    "id": 12377,
                    "summary": "Payment received on 29 April 2025 - \u00a3250.00",
                    "parent_interest_id": 3680,
                    "registered": "2025-05-07",
                    "published": "2025-05-07",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "party": "conservative",
                    "member": "Sir Iain Duncan Smith",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "for an article",
                    "value": 250.0,
                    "hours_worked": 4.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12377",
                    "category_code": "1.1"
                },
                {
                    "id": 12354,
                    "summary": "Payment received on 14 April 2025 - \u00a3172.30",
                    "parent_interest_id": 4353,
                    "registered": "2025-05-06",
                    "published": "2025-05-06",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 3991,
                    "twfy_id": "24827",
                    "party": "conservative",
                    "member": "Jesse Norman",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 172.3,
                    "hours_worked": 0.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Penguin Books Ltd",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "20 Vauxhall Bridge Road, London, England SW1V 2SA",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12354",
                    "category_code": "1.1"
                },
                {
                    "id": 12356,
                    "summary": "Payment received on 24 April 2025 - \u00a3137.81",
                    "parent_interest_id": 4353,
                    "registered": "2025-05-06",
                    "published": "2025-05-06",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 3991,
                    "twfy_id": "24827",
                    "party": "conservative",
                    "member": "Jesse Norman",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 137.81,
                    "hours_worked": 0.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Harpercollins Publishers",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "3 London Brg, London SE1 9SG",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12356",
                    "category_code": "1.1"
                },
                {
                    "id": 12358,
                    "summary": "Payment received on 30 April 2025 - \u00a3673.00",
                    "parent_interest_id": 4932,
                    "registered": "2025-05-06",
                    "published": "2025-05-06",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 3991,
                    "twfy_id": "24827",
                    "party": "conservative",
                    "member": "Jesse Norman",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 673.0,
                    "hours_worked": 10.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12358",
                    "category_code": "1.1"
                },
                {
                    "id": 12353,
                    "summary": "Payment received on 14 April 2025 - \u00a3141.28",
                    "parent_interest_id": 4353,
                    "registered": "2025-05-06",
                    "published": "2025-05-06",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 3991,
                    "twfy_id": "24827",
                    "party": "conservative",
                    "member": "Jesse Norman",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 141.28,
                    "hours_worked": 0.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Penguin Books Ltd",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "20 Vauxhall Bridge Road, London SW1V 2SA",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12353",
                    "category_code": "1.1"
                },
                {
                    "id": 12355,
                    "summary": "Payment received on 24 April 2025 - \u00a389.34",
                    "parent_interest_id": 4353,
                    "registered": "2025-05-06",
                    "published": "2025-05-06",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 3991,
                    "twfy_id": "24827",
                    "party": "conservative",
                    "member": "Jesse Norman",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 89.34,
                    "hours_worked": 0.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Everyman's Library",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "50 Albemarle Street, London W1S 4BD",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12355",
                    "category_code": "1.1"
                },
                {
                    "id": 12359,
                    "summary": "Payment received on 22 April 2025 - \u00a31,200.00",
                    "parent_interest_id": 12101,
                    "registered": "2025-05-06",
                    "published": "2025-05-06",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 146,
                    "twfy_id": "10220",
                    "party": "labour",
                    "member": "Barry Gardiner",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Various media appearance",
                    "value": 1200.0,
                    "hours_worked": 18.0,
                    "hours_details": "approximate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12359",
                    "category_code": "1.1"
                },
                {
                    "id": 12344,
                    "summary": "Payment received on 01 May 2025 - \u00a38,000.00",
                    "parent_interest_id": 3871,
                    "registered": "2025-05-02",
                    "published": "2025-05-02",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1446,
                    "twfy_id": "10761",
                    "party": "labour",
                    "member": "Chris Bryant",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Payment for the option on making a drama out of my book.",
                    "value": 8000.0,
                    "hours_worked": 0.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Path\u00e9 Pictures UK",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "6 Ramillies Street, London W1F 7TY",
                    "ultimate_payer_nature_of_business": "Film and television production company",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12344",
                    "category_code": "1.1"
                },
                {
                    "id": 12345,
                    "summary": "Payment received on 22 April 2025 - \u00a337,500.00",
                    "parent_interest_id": 6318,
                    "registered": "2025-05-02",
                    "published": "2025-05-02",
                    "updated_1": "2025-05-22",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5267,
                    "twfy_id": "26600",
                    "party": "labour",
                    "member": "Yuan Yang",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Final advance for publication of a previously written book, published in paperback in April 2025.",
                    "value": 37500.0,
                    "hours_worked": 0.0,
                    "hours_details": "no additional hours",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12345",
                    "category_code": "1.1"
                },
                {
                    "id": 12334,
                    "summary": "Payment received on 30 April 2025 - \u00a3515.35",
                    "parent_interest_id": 3835,
                    "registered": "2025-05-01",
                    "published": "2025-05-01",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4479,
                    "twfy_id": "25279",
                    "party": "labour",
                    "member": "Nick Thomas-Symonds",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Royalties for book written before entering Parliament.",
                    "value": 515.35,
                    "hours_worked": 0.0,
                    "hours_details": "no additional hours",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Weidenfeld & Nicolson United Kingdom, Orion Publishing Group",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "Carmelite House, 50 Victoria Embankment, London. EC47 0DZ",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12334",
                    "category_code": "1.1"
                },
                {
                    "id": 12339,
                    "summary": "Payment received on 01 May 2025 - \u00a3160.00",
                    "parent_interest_id": 6031,
                    "registered": "2025-05-01",
                    "published": "2025-05-01",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "party": "conservative",
                    "member": "Dr Neil Shastri-Hurst",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 160.0,
                    "hours_worked": 2.0,
                    "hours_details": "Approximate number of hours worked",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Thompsons Solicitors LLP",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "1st Floor, Churchill House, 47 Regent Road, Stoke on Trent, Staffordshire, ST1 3BT",
                    "ultimate_payer_nature_of_business": "Solicitors",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12339",
                    "category_code": "1.1"
                },
                {
                    "id": 12338,
                    "summary": "Payment received on 30 April 2025 - \u00a32,000.00",
                    "parent_interest_id": 6031,
                    "registered": "2025-05-01",
                    "published": "2025-05-01",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "party": "conservative",
                    "member": "Dr Neil Shastri-Hurst",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2000.0,
                    "hours_worked": 10.0,
                    "hours_details": "Approximate number of hours worked",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Powell & Co",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "Verbruggens House, Number One Street, Royal Woolwich Arsenal, London, SE18 6HG",
                    "ultimate_payer_nature_of_business": "Solicitor",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12338",
                    "category_code": "1.1"
                },
                {
                    "id": 12333,
                    "summary": "Payment received on 08 April 2025 - \u00a3854.16",
                    "parent_interest_id": 4169,
                    "registered": "2025-05-01",
                    "published": "2025-05-01",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 420,
                    "twfy_id": "10131",
                    "party": "labour",
                    "member": "Yvette Cooper",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "For additional sales of a book already published",
                    "value": 854.16,
                    "hours_worked": 0.0,
                    "hours_details": "no additional hours",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12333",
                    "category_code": "1.1"
                },
                {
                    "id": 12337,
                    "summary": "Payment received on 30 April 2025 - \u00a397.61",
                    "parent_interest_id": 3835,
                    "registered": "2025-05-01",
                    "published": "2025-05-01",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4479,
                    "twfy_id": "25279",
                    "party": "labour",
                    "member": "Nick Thomas-Symonds",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Royalties for book written before entering Parliament.",
                    "value": 97.61,
                    "hours_worked": 0.0,
                    "hours_details": "no additional hours",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Bloomsbury Publishing PLC",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "50 Bedford Square, London WC1B 3DB",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12337",
                    "category_code": "1.1"
                },
                {
                    "id": 12320,
                    "summary": "Payment received on 30 April 2025 - \u00a3671.29",
                    "parent_interest_id": 11413,
                    "registered": "2025-04-30",
                    "published": "2025-04-30",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "party": "independent",
                    "member": "Rupert Lowe",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 671.29,
                    "hours_worked": 5.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12320",
                    "category_code": "1.1"
                },
                {
                    "id": 12323,
                    "summary": "Payment received on 14 April 2025 - \u00a3250.00",
                    "parent_interest_id": 4321,
                    "registered": "2025-04-30",
                    "published": "2025-04-30",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4084,
                    "twfy_id": "24882",
                    "party": "conservative",
                    "member": "Esther McVey",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "for three shows.",
                    "value": 250.0,
                    "hours_worked": 3.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12323",
                    "category_code": "1.1"
                },
                {
                    "id": 12317,
                    "summary": "Payment received on 08 April 2025 - \u00a3160,750.00",
                    "parent_interest_id": 12316,
                    "registered": "2025-04-29",
                    "published": "2025-04-29",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4483,
                    "twfy_id": "25428",
                    "party": "conservative",
                    "member": "Rishi Sunak",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Payment for a Speaking Engagement",
                    "value": 160750.0,
                    "hours_worked": 3.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Bain Capital",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "200 Clarendon Street,  Boston, MA  02116 USA",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12317",
                    "category_code": "1.1"
                },
                {
                    "id": 12301,
                    "summary": "Payment received on 25 March 2025 - \u00a3251.34",
                    "parent_interest_id": 10624,
                    "registered": "2025-04-28",
                    "published": "2025-04-28",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 251.34,
                    "hours_worked": 1.0,
                    "hours_details": "This is an estimate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12301",
                    "category_code": "1.1"
                },
                {
                    "id": 12302,
                    "summary": "Payment received on 16 April 2025 - \u00a3407.09",
                    "parent_interest_id": 10624,
                    "registered": "2025-04-28",
                    "published": "2025-04-28",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 407.09,
                    "hours_worked": 2.0,
                    "hours_details": "This is an estimate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12302",
                    "category_code": "1.1"
                },
                {
                    "id": 12297,
                    "summary": "Payment received on 24 April 2025 - \u00a3300.00",
                    "parent_interest_id": 12296,
                    "registered": "2025-04-28",
                    "published": "2025-04-28",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "party": "labour",
                    "member": "Clive Lewis",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Two articles written",
                    "value": 300.0,
                    "hours_worked": 4.0,
                    "hours_details": "The numbers of hours worked is approximate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12297",
                    "category_code": "1.1"
                },
                {
                    "id": 12295,
                    "summary": "Payment received on 30 April 2025 - \u00a32,810.00",
                    "parent_interest_id": 4341,
                    "registered": "2025-04-28",
                    "published": "2025-04-28",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1466,
                    "twfy_id": "11132",
                    "party": "conservative",
                    "member": "Dr Andrew Murrison",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2810.0,
                    "hours_worked": 58.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12295",
                    "category_code": "1.1"
                },
                {
                    "id": 12304,
                    "summary": "Payment received on 31 March 2025 - \u00a39,338.97",
                    "parent_interest_id": 9240,
                    "registered": "2025-04-28",
                    "published": "2025-04-28",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 9338.97,
                    "hours_worked": 8.0,
                    "hours_details": "This is an estimate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12304",
                    "category_code": "1.1"
                },
                {
                    "id": 12303,
                    "summary": "Payment received on 24 April 2025 - \u00a3170.33",
                    "parent_interest_id": 10624,
                    "registered": "2025-04-28",
                    "published": "2025-04-28",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 170.33,
                    "hours_worked": 1.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12303",
                    "category_code": "1.1"
                },
                {
                    "id": 12305,
                    "summary": "Payment received on 09 April 2025 - \u00a3104.21",
                    "parent_interest_id": 9226,
                    "registered": "2025-04-28",
                    "published": "2025-04-28",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 104.21,
                    "hours_worked": 2.0,
                    "hours_details": "This is an estimate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12305",
                    "category_code": "1.1"
                },
                {
                    "id": 12281,
                    "summary": "Payment received on 15 April 2025 - \u00a32,250.00",
                    "parent_interest_id": 10930,
                    "registered": "2025-04-24",
                    "published": "2025-04-25",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "party": "reform",
                    "member": "Suella Braverman",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "For articles",
                    "value": 2250.0,
                    "hours_worked": 8.0,
                    "hours_details": "approx",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12281",
                    "category_code": "1.1"
                },
                {
                    "id": 12290,
                    "summary": "Payment received on 25 April 2025 - \u00a34,173.75",
                    "parent_interest_id": 6031,
                    "registered": "2025-04-25",
                    "published": "2025-04-25",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "party": "conservative",
                    "member": "Dr Neil Shastri-Hurst",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 4173.75,
                    "hours_worked": 30.0,
                    "hours_details": "Approximate number of hours worked",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Higgs LLP",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "3 Waterfront Business Park, Dudley Road, Brierley Hill, West Midlands, DY5 1LX",
                    "ultimate_payer_nature_of_business": "Solicitor",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12290",
                    "category_code": "1.1"
                },
                {
                    "id": 12277,
                    "summary": "Payment received on 15 April 2025 - \u00a3500.00",
                    "parent_interest_id": 12276,
                    "registered": "2025-04-24",
                    "published": "2025-04-24",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "party": "conservative",
                    "member": "Tom Tugendhat",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 500.0,
                    "hours_worked": 1.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12277",
                    "category_code": "1.1"
                },
                {
                    "id": 12264,
                    "summary": "Payment received on 17 April 2025 - \u00a310,000.00",
                    "parent_interest_id": 11622,
                    "registered": "2025-04-24",
                    "published": "2025-04-24",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "party": "conservative",
                    "member": "Sir Oliver Dowden",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 10000.0,
                    "hours_worked": 20.0,
                    "hours_details": "Up to two days per month",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12264",
                    "category_code": "1.1"
                },
                {
                    "id": 12278,
                    "summary": "Payment expected for services on 23 April 2025 - \u00a3150.00",
                    "parent_interest_id": 3818,
                    "registered": "2025-04-24",
                    "published": "2025-04-24",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4110,
                    "twfy_id": "24725",
                    "party": "conservative",
                    "member": "Dame Karen Bradley",
                    "payment_received": false,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 150.0,
                    "hours_worked": 1.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12278",
                    "category_code": "1.1"
                },
                {
                    "id": 12257,
                    "summary": "Payment received on 22 April 2025 - \u00a36,000.00",
                    "parent_interest_id": 6031,
                    "registered": "2025-04-22",
                    "published": "2025-04-23",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "party": "conservative",
                    "member": "Dr Neil Shastri-Hurst",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 6000.0,
                    "hours_worked": 25.0,
                    "hours_details": "Approximate number of hours worked",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Lime Solicitors",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "Bridgeway House, Bridgeway, Stratford-upon-Avon, CV37 6YX",
                    "ultimate_payer_nature_of_business": "Solicitors",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12257",
                    "category_code": "1.1"
                },
                {
                    "id": 12267,
                    "summary": "Payment received on 28 March 2025 - \u00a34,000.00",
                    "parent_interest_id": 12266,
                    "registered": "2025-04-23",
                    "published": "2025-04-23",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4095,
                    "twfy_id": "24916",
                    "party": "conservative",
                    "member": "Steve Barclay",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 4000.0,
                    "hours_worked": 10.5,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12267",
                    "category_code": "1.1"
                },
                {
                    "id": 12262,
                    "summary": "Payment received on 16 April 2025 - \u00a32,500.00",
                    "parent_interest_id": 11770,
                    "registered": "2025-04-23",
                    "published": "2025-04-23",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 188,
                    "twfy_id": "10155",
                    "party": "liberal-democrat",
                    "member": "Ed Davey",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "The amount is a contractually agreed sum as part of the advance payment from the publishers",
                    "value": 2500.0,
                    "hours_worked": 60.0,
                    "hours_details": "The number of hours worked is approximate and spread over months",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12262",
                    "category_code": "1.1"
                },
                {
                    "id": 12251,
                    "summary": "Payment received on 17 April 2025 - \u00a3300.00",
                    "parent_interest_id": 11234,
                    "registered": "2025-04-22",
                    "published": "2025-04-22",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4480,
                    "twfy_id": "25308",
                    "party": "labour",
                    "member": "Carolyn Harris",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 300.0,
                    "hours_worked": 7.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12251",
                    "category_code": "1.1"
                },
                {
                    "id": 12248,
                    "summary": "Payment received on 08 April 2025 - \u00a33,347.65",
                    "parent_interest_id": 7406,
                    "registered": "2025-04-18",
                    "published": "2025-04-22",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5254,
                    "twfy_id": "26523",
                    "party": "labour",
                    "member": "Alison Hume",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 3347.65,
                    "hours_worked": 0.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "ALCS",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "International House, 6th Floor, 1 St Katharine's Way, London E1W 1UN",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12248",
                    "category_code": "1.1"
                },
                {
                    "id": 12240,
                    "summary": "Payment received on 14 April 2025 - \u00a3230.00",
                    "parent_interest_id": 12031,
                    "registered": "2025-04-17",
                    "published": "2025-04-17",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "party": "independent",
                    "member": "Rupert Lowe",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 230.0,
                    "hours_worked": 2.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12240",
                    "category_code": "1.1"
                },
                {
                    "id": 12222,
                    "summary": "Payment received on 17 March 2025 - \u00a312,203.00",
                    "parent_interest_id": 5142,
                    "registered": "2025-04-11",
                    "published": "2025-04-16",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "party": "conservative",
                    "member": "Sir Geoffrey Cox",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 12203.0,
                    "hours_worked": 0.0,
                    "hours_details": "A final payment for work undertaken between 6 July and 30 September 2024. No additional hours",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12222",
                    "category_code": "1.1"
                },
                {
                    "id": 12238,
                    "summary": "Payment received on 27 March 2025 - \u00a37,500.00",
                    "parent_interest_id": 12237,
                    "registered": "2025-04-16",
                    "published": "2025-04-16",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4320,
                    "twfy_id": "25227",
                    "party": "reform",
                    "member": "Robert Jenrick",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 7500.0,
                    "hours_worked": 15.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12238",
                    "category_code": "1.1"
                },
                {
                    "id": 12239,
                    "summary": "Payment received on 16 April 2025 - \u00a31,661.14",
                    "parent_interest_id": 11413,
                    "registered": "2025-04-16",
                    "published": "2025-04-16",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "party": "independent",
                    "member": "Rupert Lowe",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1661.14,
                    "hours_worked": 5.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12239",
                    "category_code": "1.1"
                },
                {
                    "id": 12224,
                    "summary": "Payment received on 12 April 2025 - \u00a3102.50",
                    "parent_interest_id": 11502,
                    "registered": "2025-04-14",
                    "published": "2025-04-14",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "party": "reform",
                    "member": "Lee Anderson",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 102.5,
                    "hours_worked": 10.0,
                    "hours_details": "This is an estimated amount of hours",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12224",
                    "category_code": "1.1"
                },
                {
                    "id": 12218,
                    "summary": "Payment received on 31 March 2025 - \u00a31,699.30",
                    "parent_interest_id": 4251,
                    "registered": "2025-04-11",
                    "published": "2025-04-11",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4657,
                    "twfy_id": "25618",
                    "party": "labourco-operative",
                    "member": "Anneliese Dodds",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Royalties payments on a previously-published textbook.",
                    "value": 1699.3,
                    "hours_worked": 0.0,
                    "hours_details": "no additional hours",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12218",
                    "category_code": "1.1"
                },
                {
                    "id": 12217,
                    "summary": "Payment received on 26 March 2025 - \u00a3349.69",
                    "parent_interest_id": 11308,
                    "registered": "2025-04-11",
                    "published": "2025-04-11",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4657,
                    "twfy_id": "25618",
                    "party": "labourco-operative",
                    "member": "Anneliese Dodds",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 349.69,
                    "hours_worked": 0.0,
                    "hours_details": "no additional hours",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12217",
                    "category_code": "1.1"
                },
                {
                    "id": 12208,
                    "summary": "Payment received on 02 April 2025 - \u00a323.85",
                    "parent_interest_id": 11502,
                    "registered": "2025-04-09",
                    "published": "2025-04-09",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "party": "reform",
                    "member": "Lee Anderson",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 23.85,
                    "hours_worked": 2.0,
                    "hours_details": "This is an estimated amount of hours",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12208",
                    "category_code": "1.1"
                },
                {
                    "id": 12209,
                    "summary": "Payment received on 19 March 2025 - \u00a384.04",
                    "parent_interest_id": 11502,
                    "registered": "2025-04-09",
                    "published": "2025-04-09",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "party": "reform",
                    "member": "Lee Anderson",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 84.04,
                    "hours_worked": 4.0,
                    "hours_details": "This is an estimated amount of hours",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12209",
                    "category_code": "1.1"
                },
                {
                    "id": 12210,
                    "summary": "Payment received on 05 March 2025 - \u00a3161.38",
                    "parent_interest_id": 11502,
                    "registered": "2025-04-09",
                    "published": "2025-04-09",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "party": "reform",
                    "member": "Lee Anderson",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 161.38,
                    "hours_worked": 8.0,
                    "hours_details": "This is an estimated amount of hours",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12210",
                    "category_code": "1.1"
                },
                {
                    "id": 12190,
                    "summary": "Payment received on 02 April 2025 - \u00a31,333.33",
                    "parent_interest_id": 4308,
                    "registered": "2025-04-04",
                    "published": "2025-04-04",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4084,
                    "twfy_id": "24882",
                    "party": "conservative",
                    "member": "Esther McVey",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "for four articles in the Daily Express.",
                    "value": 1333.33,
                    "hours_worked": 8.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12190",
                    "category_code": "1.1"
                },
                {
                    "id": 12174,
                    "summary": "Payment received on 01 April 2025 - \u00a33,700.00",
                    "parent_interest_id": 12172,
                    "registered": "2025-04-03",
                    "published": "2025-04-03",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "party": "conservative",
                    "member": "Tom Tugendhat",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "Speaking",
                    "payment_type": "Monetary",
                    "payment_description": "used to offset office costs.",
                    "value": 3700.0,
                    "hours_worked": 2.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12174",
                    "category_code": "1.1"
                },
                {
                    "id": 12063,
                    "summary": "Payment received on 26 March 2025 - \u00a3500.00",
                    "parent_interest_id": 12062,
                    "registered": "2025-04-02",
                    "published": "2025-04-02",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1489,
                    "twfy_id": "11447",
                    "party": "labour",
                    "member": "Dawn Butler",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Speaking engagement",
                    "value": 500.0,
                    "hours_worked": 4.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12063",
                    "category_code": "1.1"
                },
                {
                    "id": 12143,
                    "summary": "Payment received on 01 April 2025 - \u00a3250.00",
                    "parent_interest_id": 3680,
                    "registered": "2025-04-02",
                    "published": "2025-04-02",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "party": "conservative",
                    "member": "Sir Iain Duncan Smith",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Article published in the Telegraph on 15th March 2025",
                    "value": 250.0,
                    "hours_worked": 4.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12143",
                    "category_code": "1.1"
                },
                {
                    "id": 12165,
                    "summary": "Payment received on 02 April 2025 - \u00a31,618.12",
                    "parent_interest_id": 11413,
                    "registered": "2025-04-02",
                    "published": "2025-04-02",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "party": "independent",
                    "member": "Rupert Lowe",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1618.12,
                    "hours_worked": 5.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12165",
                    "category_code": "1.1"
                },
                {
                    "id": 12129,
                    "summary": "Payment received on 26 July 2024 - \u00a3150.00",
                    "parent_interest_id": 4017,
                    "registered": "2025-04-01",
                    "published": "2025-04-02",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4938,
                    "twfy_id": "26061",
                    "party": "labour",
                    "member": "Paulette Hamilton",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 150.0,
                    "hours_worked": 3.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12129",
                    "category_code": "1.1"
                },
                {
                    "id": 12156,
                    "summary": "Payment received on 19 March 2025 - \u00a3260.43",
                    "parent_interest_id": 9226,
                    "registered": "2025-04-01",
                    "published": "2025-04-02",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 260.43,
                    "hours_worked": 4.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12156",
                    "category_code": "1.1"
                },
                {
                    "id": 12158,
                    "summary": "Payment received on 25 March 2025 - \u00a3261.34",
                    "parent_interest_id": 10624,
                    "registered": "2025-04-01",
                    "published": "2025-04-02",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 261.34,
                    "hours_worked": 1.0,
                    "hours_details": "This number is estimated",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12158",
                    "category_code": "1.1"
                },
                {
                    "id": 12157,
                    "summary": "Payment received on 25 February 2025 - \u00a32,451.76",
                    "parent_interest_id": 10624,
                    "registered": "2025-04-01",
                    "published": "2025-04-02",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2451.76,
                    "hours_worked": 4.0,
                    "hours_details": "This number is estimate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12157",
                    "category_code": "1.1"
                },
                {
                    "id": 12159,
                    "summary": "Payment received on 28 February 2025 - \u00a335,656.60",
                    "parent_interest_id": 6852,
                    "registered": "2025-04-01",
                    "published": "2025-04-02",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 35656.6,
                    "hours_worked": 23.0,
                    "hours_details": "This number is estimated",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12159",
                    "category_code": "1.1"
                },
                {
                    "id": 12154,
                    "summary": "Payment received on 05 March 2025 - \u00a3330.16",
                    "parent_interest_id": 9226,
                    "registered": "2025-04-01",
                    "published": "2025-04-02",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 330.16,
                    "hours_worked": 5.0,
                    "hours_details": "This number is estimated",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12154",
                    "category_code": "1.1"
                },
                {
                    "id": 12153,
                    "summary": "Payment received on 28 March 2025 - \u00a39,426.65",
                    "parent_interest_id": 9240,
                    "registered": "2025-04-01",
                    "published": "2025-04-02",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 9426.65,
                    "hours_worked": 13.0,
                    "hours_details": "This number is estimated",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12153",
                    "category_code": "1.1"
                },
                {
                    "id": 12135,
                    "summary": "Payment received on 07 February 2025 - \u00a3300.00",
                    "parent_interest_id": 12134,
                    "registered": "2025-04-01",
                    "published": "2025-04-02",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4938,
                    "twfy_id": "26061",
                    "party": "labour",
                    "member": "Paulette Hamilton",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Jeremy Vine guest reviewer Channel 5",
                    "value": 300.0,
                    "hours_worked": 4.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12135",
                    "category_code": "1.1"
                },
                {
                    "id": 12138,
                    "summary": "Payment received on 21 March 2025 - \u00a3300.00",
                    "parent_interest_id": 12134,
                    "registered": "2025-04-01",
                    "published": "2025-04-02",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4938,
                    "twfy_id": "26061",
                    "party": "labour",
                    "member": "Paulette Hamilton",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 300.0,
                    "hours_worked": 4.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12138",
                    "category_code": "1.1"
                },
                {
                    "id": 12137,
                    "summary": "Payment received on 05 March 2025 - \u00a310,865.00",
                    "parent_interest_id": 12136,
                    "registered": "2025-04-01",
                    "published": "2025-04-02",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5069,
                    "twfy_id": "26331",
                    "party": "labour",
                    "member": "Torsten Bell",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Advance for paperback publication",
                    "value": 10865.0,
                    "hours_worked": 0.0,
                    "hours_details": "Payment relates to paperback of a book written prior to being elected",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "The Random House Group",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "One Embassy Gardens, 8 Viaduct Gardens, London SW11 7BW",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12137",
                    "category_code": "1.1"
                },
                {
                    "id": 12155,
                    "summary": "Payment received on 14 March 2025 - \u00a3119.56",
                    "parent_interest_id": 9226,
                    "registered": "2025-04-01",
                    "published": "2025-04-02",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 119.56,
                    "hours_worked": 2.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12155",
                    "category_code": "1.1"
                },
                {
                    "id": 12152,
                    "summary": "Payment received on 26 February 2025 - \u00a317,173.76",
                    "parent_interest_id": 9240,
                    "registered": "2025-04-01",
                    "published": "2025-04-02",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 17173.76,
                    "hours_worked": 24.0,
                    "hours_details": "This number is estimated",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12152",
                    "category_code": "1.1"
                },
                {
                    "id": 12161,
                    "summary": "Payment received on 24 February 2025 - \u00a325,368.00",
                    "parent_interest_id": 12160,
                    "registered": "2025-04-01",
                    "published": "2025-04-02",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 25368.0,
                    "hours_worked": 19.0,
                    "hours_details": "This is an estimated number over several months",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12161",
                    "category_code": "1.1"
                },
                {
                    "id": 12121,
                    "summary": "Payment received on 26 March 2025 - \u00a3636.81",
                    "parent_interest_id": 4935,
                    "registered": "2025-03-31",
                    "published": "2025-04-01",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4514,
                    "twfy_id": "25353",
                    "party": "labour",
                    "member": "Sir Keir Starmer",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 636.81,
                    "hours_worked": 0.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12121",
                    "category_code": "1.1"
                },
                {
                    "id": 12139,
                    "summary": "Payment received on 01 April 2025 - \u00a31,500.00",
                    "parent_interest_id": 10930,
                    "registered": "2025-04-01",
                    "published": "2025-04-01",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "party": "reform",
                    "member": "Suella Braverman",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "For articles",
                    "value": 1500.0,
                    "hours_worked": 6.0,
                    "hours_details": "Articles",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12139",
                    "category_code": "1.1"
                },
                {
                    "id": 12130,
                    "summary": "Payment received on 28 March 2025 - \u00a3111.20",
                    "parent_interest_id": 4017,
                    "registered": "2025-03-31",
                    "published": "2025-03-31",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4938,
                    "twfy_id": "26061",
                    "party": "labour",
                    "member": "Paulette Hamilton",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 111.2,
                    "hours_worked": 4.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12130",
                    "category_code": "1.1"
                },
                {
                    "id": 12123,
                    "summary": "Payment received on 31 March 2025 - \u00a36,000.00",
                    "parent_interest_id": 12122,
                    "registered": "2025-03-31",
                    "published": "2025-03-31",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4651,
                    "twfy_id": "25642",
                    "party": "labour",
                    "member": "Dan Carden",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "work undertaken to design and establish an advisory board",
                    "value": 6000.0,
                    "hours_worked": 16.0,
                    "hours_details": "approximately 16 hours over 7, 8, 20 and 22 March 2025",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12123",
                    "category_code": "1.1"
                },
                {
                    "id": 12109,
                    "summary": "Payment received on 14 March 2025 - \u00a3250.00",
                    "parent_interest_id": 4321,
                    "registered": "2025-03-28",
                    "published": "2025-03-28",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4084,
                    "twfy_id": "24882",
                    "party": "conservative",
                    "member": "Esther McVey",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "for one show.",
                    "value": 250.0,
                    "hours_worked": 2.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12109",
                    "category_code": "1.1"
                },
                {
                    "id": 12102,
                    "summary": "Payment received on 14 March 2025 - \u00a31,950.00",
                    "parent_interest_id": 12101,
                    "registered": "2025-03-27",
                    "published": "2025-03-27",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 146,
                    "twfy_id": "10220",
                    "party": "labour",
                    "member": "Barry Gardiner",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "various media appearances",
                    "value": 1950.0,
                    "hours_worked": 30.0,
                    "hours_details": "Approximate hours",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12102",
                    "category_code": "1.1"
                },
                {
                    "id": 12095,
                    "summary": "Payment received on 27 March 2025 - \u00a31,566.67",
                    "parent_interest_id": 6031,
                    "registered": "2025-03-27",
                    "published": "2025-03-27",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "party": "conservative",
                    "member": "Dr Neil Shastri-Hurst",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "(Includes 15% to be deducted on account of Chambers' fees)",
                    "value": 1566.67,
                    "hours_worked": 8.0,
                    "hours_details": "Approximate number of hours worked",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Higgs LLP",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "3 Waterfront Business Park, Dudley Road, Brierley Hill, West Midlands, DY5 1LX",
                    "ultimate_payer_nature_of_business": "Solicitor",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12095",
                    "category_code": "1.1"
                },
                {
                    "id": 12093,
                    "summary": "Payment received on 26 March 2025 - \u00a3281.08",
                    "parent_interest_id": 10819,
                    "registered": "2025-03-26",
                    "published": "2025-03-26",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1446,
                    "twfy_id": "10761",
                    "party": "labour",
                    "member": "Chris Bryant",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 281.08,
                    "hours_worked": 0.0,
                    "hours_details": "No additional hours",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12093",
                    "category_code": "1.1"
                },
                {
                    "id": 12091,
                    "summary": "Payment received on 20 March 2025 - \u00a31,000.00",
                    "parent_interest_id": 12090,
                    "registered": "2025-03-26",
                    "published": "2025-03-26",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4657,
                    "twfy_id": "25618",
                    "party": "labourco-operative",
                    "member": "Anneliese Dodds",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "In kind",
                    "payment_description": "Donation to local charity - Oxford Community Action",
                    "value": 1000.0,
                    "hours_worked": 1.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": true,
                    "donatee_paid_by": "Paid direct to the recipient by the payer",
                    "donatee_type": "Community organisation",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12091",
                    "category_code": "1.1"
                },
                {
                    "id": 12092,
                    "summary": "Payment received on 21 March 2025 - \u00a3300.00",
                    "parent_interest_id": 11234,
                    "registered": "2025-03-26",
                    "published": "2025-03-26",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4480,
                    "twfy_id": "25308",
                    "party": "labour",
                    "member": "Carolyn Harris",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 300.0,
                    "hours_worked": 7.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12092",
                    "category_code": "1.1"
                },
                {
                    "id": 12058,
                    "summary": "Payment received on 07 March 2025 - \u00a32,000.00",
                    "parent_interest_id": 11980,
                    "registered": "2025-03-20",
                    "published": "2025-03-26",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 188,
                    "twfy_id": "10155",
                    "party": "liberal-democrat",
                    "member": "Ed Davey",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2000.0,
                    "hours_worked": 6.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12058",
                    "category_code": "1.1"
                },
                {
                    "id": 12078,
                    "summary": "Payment received on 25 March 2025 - \u00a31,600.00",
                    "parent_interest_id": 6031,
                    "registered": "2025-03-25",
                    "published": "2025-03-25",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "party": "conservative",
                    "member": "Dr Neil Shastri-Hurst",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1600.0,
                    "hours_worked": 8.0,
                    "hours_details": "Approximate number of hours worked",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "The Co-operative Legal Services Limited",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "Aztec Centre, Aztec West, Almondsbury, Bristol, B232 4SD",
                    "ultimate_payer_nature_of_business": "Solicitor",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12078",
                    "category_code": "1.1"
                },
                {
                    "id": 12079,
                    "summary": "Payment received on 25 March 2025 - \u00a3900.00",
                    "parent_interest_id": 6031,
                    "registered": "2025-03-25",
                    "published": "2025-03-25",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "party": "conservative",
                    "member": "Dr Neil Shastri-Hurst",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 900.0,
                    "hours_worked": 4.5,
                    "hours_details": "",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "The Co-operative Legal Services Limited",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "Aztec Centre, Aztec West, Almondsbury, Bristol, B232 4SD",
                    "ultimate_payer_nature_of_business": "Solicitors",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12079",
                    "category_code": "1.1"
                },
                {
                    "id": 12077,
                    "summary": "Payment received on 25 March 2025 - \u00a32,750.00",
                    "parent_interest_id": 6031,
                    "registered": "2025-03-25",
                    "published": "2025-03-25",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "party": "conservative",
                    "member": "Dr Neil Shastri-Hurst",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2750.0,
                    "hours_worked": 25.0,
                    "hours_details": "Approximate number of hours worked",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "The Co-operative Legal Services Limited",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "Aztec Centre, Aztec West, Almondsbury, Bristol, B232 4SD",
                    "ultimate_payer_nature_of_business": "Solicitor",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12077",
                    "category_code": "1.1"
                },
                {
                    "id": 12087,
                    "summary": "Payment received on 14 March 2025 - \u00a310,000.00",
                    "parent_interest_id": 11622,
                    "registered": "2025-03-25",
                    "published": "2025-03-25",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "party": "conservative",
                    "member": "Sir Oliver Dowden",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 10000.0,
                    "hours_worked": 20.0,
                    "hours_details": "Up to two days per month",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12087",
                    "category_code": "1.1"
                },
                {
                    "id": 12069,
                    "summary": "Payment received on 18 March 2025 - \u00a35,000.00",
                    "parent_interest_id": 12068,
                    "registered": "2025-03-23",
                    "published": "2025-03-23",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4474,
                    "twfy_id": "25415",
                    "party": "conservative",
                    "member": "Kevin Hollinrake",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "as an advance for a speaking engagement on 10 April 2025",
                    "value": 5000.0,
                    "hours_worked": 0.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12069",
                    "category_code": "1.1"
                },
                {
                    "id": 12053,
                    "summary": "Payment expected for services on 19 March 2025 - \u00a3150.00",
                    "parent_interest_id": 3818,
                    "registered": "2025-03-20",
                    "published": "2025-03-20",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4110,
                    "twfy_id": "24725",
                    "party": "conservative",
                    "member": "Dame Karen Bradley",
                    "payment_received": false,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 150.0,
                    "hours_worked": 1.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12053",
                    "category_code": "1.1"
                },
                {
                    "id": 12046,
                    "summary": "Payment received on 18 March 2025 - \u00a3250.00",
                    "parent_interest_id": 3680,
                    "registered": "2025-03-19",
                    "published": "2025-03-20",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "party": "conservative",
                    "member": "Sir Iain Duncan Smith",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Article published in the Telegraph on 24th February 2025",
                    "value": 250.0,
                    "hours_worked": 4.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12046",
                    "category_code": "1.1"
                },
                {
                    "id": 12045,
                    "summary": "Payment received on 28 February 2025 - \u00a3159.20",
                    "parent_interest_id": 4017,
                    "registered": "2025-03-18",
                    "published": "2025-03-19",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4938,
                    "twfy_id": "26061",
                    "party": "labour",
                    "member": "Paulette Hamilton",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 159.2,
                    "hours_worked": 3.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12045",
                    "category_code": "1.1"
                },
                {
                    "id": 12047,
                    "summary": "Payment received on 19 March 2025 - \u00a32,750.55",
                    "parent_interest_id": 11413,
                    "registered": "2025-03-19",
                    "published": "2025-03-19",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "party": "independent",
                    "member": "Rupert Lowe",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2750.55,
                    "hours_worked": 5.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12047",
                    "category_code": "1.1"
                },
                {
                    "id": 12033,
                    "summary": "Payment received on 17 March 2025 - \u00a3720.00",
                    "parent_interest_id": 12031,
                    "registered": "2025-03-18",
                    "published": "2025-03-18",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "party": "independent",
                    "member": "Rupert Lowe",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 720.0,
                    "hours_worked": 4.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12033",
                    "category_code": "1.1"
                },
                {
                    "id": 12021,
                    "summary": "Payment received on 14 March 2025 - \u00a310,000.00",
                    "parent_interest_id": 3871,
                    "registered": "2025-03-17",
                    "published": "2025-03-17",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1446,
                    "twfy_id": "10761",
                    "party": "labour",
                    "member": "Chris Bryant",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "Adaptation of authored works.",
                    "payment_type": "Monetary",
                    "payment_description": "Authored works commissioned for development.",
                    "value": 10000.0,
                    "hours_worked": 0.0,
                    "hours_details": "Payment for adaptation of existing works",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Mother Pictures",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "Biscuit Building, 10 Redchurch Street, London E2 7DD",
                    "ultimate_payer_nature_of_business": "Television programming and broadcasting activities",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12021",
                    "category_code": "1.1"
                },
                {
                    "id": 12011,
                    "summary": "Payment received on 13 March 2025 - \u00a3700.00",
                    "parent_interest_id": 3677,
                    "registered": "2025-03-14",
                    "published": "2025-03-14",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "party": "conservative",
                    "member": "Sir Iain Duncan Smith",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Article published in the Mail on Sunday on 2nd February 2025",
                    "value": 700.0,
                    "hours_worked": 4.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12011",
                    "category_code": "1.1"
                },
                {
                    "id": 12009,
                    "summary": "Payment received on 13 March 2025 - \u00a3350.00",
                    "parent_interest_id": 4286,
                    "registered": "2025-03-13",
                    "published": "2025-03-13",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "party": "labour",
                    "member": "Clive Lewis",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "One article published on 18 February 2025",
                    "value": 350.0,
                    "hours_worked": 3.0,
                    "hours_details": "Approximate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12009",
                    "category_code": "1.1"
                },
                {
                    "id": 11984,
                    "summary": "Payment received on 27 February 2025 - \u00a33,093.72",
                    "parent_interest_id": 4932,
                    "registered": "2025-03-11",
                    "published": "2025-03-11",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 3991,
                    "twfy_id": "24827",
                    "party": "conservative",
                    "member": "Jesse Norman",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 3093.72,
                    "hours_worked": 30.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": true,
                    "donatee_paid_by": "Donated by the Member to the recipient",
                    "donatee_type": "Charity",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11984",
                    "category_code": "1.1"
                },
                {
                    "id": 11970,
                    "summary": "Payment received on 04 March 2025 - \u00a3500.00",
                    "parent_interest_id": 3680,
                    "registered": "2025-03-10",
                    "published": "2025-03-10",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "party": "conservative",
                    "member": "Sir Iain Duncan Smith",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "received for articles published on 13 February 2025 and 14 February 2025.",
                    "value": 500.0,
                    "hours_worked": 8.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11970",
                    "category_code": "1.1"
                },
                {
                    "id": 11974,
                    "summary": "Payment received on 07 March 2025 - \u00a3500.00",
                    "parent_interest_id": 6031,
                    "registered": "2025-03-10",
                    "published": "2025-03-10",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "party": "conservative",
                    "member": "Dr Neil Shastri-Hurst",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 500.0,
                    "hours_worked": 2.5,
                    "hours_details": "Approximate number of hours worked",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Fletchers Solicitors Limited t/a Fletchers Solicitors",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "Dukes House, 34 Hoghton Street, Southport, Merseyside PR9 0PU",
                    "ultimate_payer_nature_of_business": "Solicitor",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11974",
                    "category_code": "1.1"
                },
                {
                    "id": 11969,
                    "summary": "Payment received on 07 March 2025 - \u00a3300.00",
                    "parent_interest_id": 5774,
                    "registered": "2025-03-07",
                    "published": "2025-03-07",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4573,
                    "twfy_id": "25579",
                    "party": "labour",
                    "member": "Dr Rosena Allin-Khan",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "For my appearance on This Morning show",
                    "value": 300.0,
                    "hours_worked": 2.5,
                    "hours_details": "including preparation time",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11969",
                    "category_code": "1.1"
                },
                {
                    "id": 11952,
                    "summary": "Payment received on 27 February 2025 - \u00a3325.00",
                    "parent_interest_id": 4791,
                    "registered": "2025-03-05",
                    "published": "2025-03-06",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 40,
                    "twfy_id": "10312",
                    "party": "conservative",
                    "member": "Sir Bernard Jenkin",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Article for Diplomat Magazine",
                    "value": 325.0,
                    "hours_worked": 2.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11952",
                    "category_code": "1.1"
                },
                {
                    "id": 11954,
                    "summary": "Payment received on 06 March 2025 - \u00a31,000.00",
                    "parent_interest_id": 6031,
                    "registered": "2025-03-06",
                    "published": "2025-03-06",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "party": "conservative",
                    "member": "Dr Neil Shastri-Hurst",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "(Includes 15% to be deducted on account of Chambers' fees)",
                    "value": 1000.0,
                    "hours_worked": 5.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Harding Evans LLP t/a Harding Evans Solicitors",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "Queens Chambers, 2 North Street, Newport, Gwent NP20 1TE",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11954",
                    "category_code": "1.1"
                },
                {
                    "id": 11948,
                    "summary": "Payment received on 05 March 2025 - \u00a33,196.32",
                    "parent_interest_id": 11413,
                    "registered": "2025-03-05",
                    "published": "2025-03-05",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "party": "independent",
                    "member": "Rupert Lowe",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 3196.32,
                    "hours_worked": 5.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11948",
                    "category_code": "1.1"
                },
                {
                    "id": 11947,
                    "summary": "Payment received on 04 March 2025 - \u00a31,333.33",
                    "parent_interest_id": 4308,
                    "registered": "2025-03-05",
                    "published": "2025-03-05",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4084,
                    "twfy_id": "24882",
                    "party": "conservative",
                    "member": "Esther McVey",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "for four articles in the Daily Express.",
                    "value": 1333.33,
                    "hours_worked": 8.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11947",
                    "category_code": "1.1"
                },
                {
                    "id": 11928,
                    "summary": "Payment received on 04 March 2025 - \u00a3750.00",
                    "parent_interest_id": 6031,
                    "registered": "2025-03-04",
                    "published": "2025-03-04",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "party": "conservative",
                    "member": "Dr Neil Shastri-Hurst",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 750.0,
                    "hours_worked": 5.0,
                    "hours_details": "Approximate number of hours work",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Irwin Mitchell LLP (Birmingham)",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "The Colmore Building, 20 Colmore Circus, Birmingham B4 6AH",
                    "ultimate_payer_nature_of_business": "Solicitors",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11928",
                    "category_code": "1.1"
                },
                {
                    "id": 11941,
                    "summary": "Payment received on 04 March 2025 - \u00a32,250.00",
                    "parent_interest_id": 10930,
                    "registered": "2025-03-04",
                    "published": "2025-03-04",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "party": "reform",
                    "member": "Suella Braverman",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "for articles",
                    "value": 2250.0,
                    "hours_worked": 9.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11941",
                    "category_code": "1.1"
                },
                {
                    "id": 11919,
                    "summary": "Payment received on 12 February 2025 - \u00a3665.00",
                    "parent_interest_id": 3636,
                    "registered": "2025-03-03",
                    "published": "2025-03-04",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4573,
                    "twfy_id": "25579",
                    "party": "labour",
                    "member": "Dr Rosena Allin-Khan",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 665.0,
                    "hours_worked": 10.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11919",
                    "category_code": "1.1"
                },
                {
                    "id": 11929,
                    "summary": "Payment received on 04 March 2025 - \u00a3150.00",
                    "parent_interest_id": 6031,
                    "registered": "2025-03-04",
                    "published": "2025-03-04",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "party": "conservative",
                    "member": "Dr Neil Shastri-Hurst",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 150.0,
                    "hours_worked": 2.0,
                    "hours_details": "Approximate number of hours worked",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Minster Law Limited",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "Kingsfisher House, Calder Park, Wakefield, WF2 7UA",
                    "ultimate_payer_nature_of_business": "Solicitors",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11929",
                    "category_code": "1.1"
                },
                {
                    "id": 11927,
                    "summary": "Payment received on 04 March 2025 - \u00a3875.00",
                    "parent_interest_id": 6031,
                    "registered": "2025-03-04",
                    "published": "2025-03-04",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "party": "conservative",
                    "member": "Dr Neil Shastri-Hurst",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 875.0,
                    "hours_worked": 5.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Cordell & Co",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "176-180 High Street, Dorking, Surrey RH 4 1QR",
                    "ultimate_payer_nature_of_business": "Solicitors",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11927",
                    "category_code": "1.1"
                },
                {
                    "id": 11940,
                    "summary": "Payment received on 18 February 2025 - \u00a32,250.00",
                    "parent_interest_id": 10930,
                    "registered": "2025-03-04",
                    "published": "2025-03-04",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "party": "reform",
                    "member": "Suella Braverman",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Articles",
                    "value": 2250.0,
                    "hours_worked": 9.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11940",
                    "category_code": "1.1"
                },
                {
                    "id": 11923,
                    "summary": "Payment received on 17 February 2025 - \u00a316,000.00",
                    "parent_interest_id": 4711,
                    "registered": "2025-03-04",
                    "published": "2025-03-04",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "party": "conservative",
                    "member": "Sir Geoffrey Cox",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 16000.0,
                    "hours_worked": 16.0,
                    "hours_details": "for work undertaken between 1 September and 31 November 2024",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11923",
                    "category_code": "1.1"
                },
                {
                    "id": 11933,
                    "summary": "Payment received on 01 March 2025 - \u00a31,000.00",
                    "parent_interest_id": 11931,
                    "registered": "2025-03-04",
                    "published": "2025-03-04",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4764,
                    "twfy_id": "25856",
                    "party": "labour",
                    "member": "Bell Ribeiro-Addy",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Panel event Black History Month",
                    "value": 1000.0,
                    "hours_worked": 2.5,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11933",
                    "category_code": "1.1"
                },
                {
                    "id": 11925,
                    "summary": "Payment received on 17 February 2025 - \u00a39,375.00",
                    "parent_interest_id": 11924,
                    "registered": "2025-03-04",
                    "published": "2025-03-04",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "party": "conservative",
                    "member": "Sir Geoffrey Cox",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 9375.0,
                    "hours_worked": 6.0,
                    "hours_details": "for work undertaken between 24 February and 26 February 2025",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11925",
                    "category_code": "1.1"
                },
                {
                    "id": 11892,
                    "summary": "Payment expected for services on 23 February 2025 - \u00a3250.00",
                    "parent_interest_id": 4853,
                    "registered": "2025-02-28",
                    "published": "2025-03-03",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 350,
                    "twfy_id": "10265",
                    "party": "conservative",
                    "member": "Sir John Hayes",
                    "payment_received": false,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "For a column in the Sunday Express",
                    "value": 250.0,
                    "hours_worked": 2.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": true,
                    "donatee_paid_by": "Donated by the Member to the recipient",
                    "donatee_type": "Charity",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11892",
                    "category_code": "1.1"
                },
                {
                    "id": 11898,
                    "summary": "Payment expected for services on 20 January 2025 - \u00a34,350.00",
                    "parent_interest_id": 11839,
                    "registered": "2025-02-28",
                    "published": "2025-03-03",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 350,
                    "twfy_id": "10265",
                    "party": "conservative",
                    "member": "Sir John Hayes",
                    "payment_received": false,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Lecturer in British Government and Politics at Richmond American University London, on 10 dates between January 20th 2025 and April 28th 2025",
                    "value": 4350.0,
                    "hours_worked": 10.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11898",
                    "category_code": "1.1"
                },
                {
                    "id": 11891,
                    "summary": "Payment expected for services on 12 January 2025 - \u00a3250.00",
                    "parent_interest_id": 4853,
                    "registered": "2025-02-28",
                    "published": "2025-03-03",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 350,
                    "twfy_id": "10265",
                    "party": "conservative",
                    "member": "Sir John Hayes",
                    "payment_received": false,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "For a column in the Sunday Express",
                    "value": 250.0,
                    "hours_worked": 2.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": true,
                    "donatee_paid_by": "Donated by the Member to the recipient",
                    "donatee_type": "Charity",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11891",
                    "category_code": "1.1"
                },
                {
                    "id": 11920,
                    "summary": "Payment received on 05 February 2025 - \u00a3665.00",
                    "parent_interest_id": 3636,
                    "registered": "2025-03-03",
                    "published": "2025-03-03",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4573,
                    "twfy_id": "25579",
                    "party": "labour",
                    "member": "Dr Rosena Allin-Khan",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 665.0,
                    "hours_worked": 10.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11920",
                    "category_code": "1.1"
                },
                {
                    "id": 11915,
                    "summary": "Payment received on 13 February 2025 - \u00a31,000.00",
                    "parent_interest_id": 11914,
                    "registered": "2025-03-03",
                    "published": "2025-03-03",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5342,
                    "twfy_id": "26613",
                    "party": "labour",
                    "member": "John Whitby",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "allowance bonus paid for year 2023 to 2024.",
                    "value": 1000.0,
                    "hours_worked": 0.0,
                    "hours_details": "none since my election",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11915",
                    "category_code": "1.1"
                },
                {
                    "id": 11890,
                    "summary": "Payment expected for services on 26 February 2025 - \u00a3150.00",
                    "parent_interest_id": 3818,
                    "registered": "2025-02-27",
                    "published": "2025-02-27",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4110,
                    "twfy_id": "24725",
                    "party": "conservative",
                    "member": "Dame Karen Bradley",
                    "payment_received": false,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "for a meeting",
                    "value": 150.0,
                    "hours_worked": 1.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11890",
                    "category_code": "1.1"
                },
                {
                    "id": 11879,
                    "summary": "Payment received on 25 February 2025 - \u00a31,500.00",
                    "parent_interest_id": 11719,
                    "registered": "2025-02-26",
                    "published": "2025-02-27",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "party": "conservative",
                    "member": "Tom Tugendhat",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1500.0,
                    "hours_worked": 4.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11879",
                    "category_code": "1.1"
                },
                {
                    "id": 11872,
                    "summary": "Payment received on 05 February 2025 - \u00a3627.23",
                    "parent_interest_id": 9226,
                    "registered": "2025-02-25",
                    "published": "2025-02-25",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 627.23,
                    "hours_worked": 16.0,
                    "hours_details": "This is an estimate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11872",
                    "category_code": "1.1"
                },
                {
                    "id": 11874,
                    "summary": "Payment received on 21 February 2025 - \u00a317,355.14",
                    "parent_interest_id": 9240,
                    "registered": "2025-02-25",
                    "published": "2025-02-25",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 17355.14,
                    "hours_worked": 24.0,
                    "hours_details": "This is an estimate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11874",
                    "category_code": "1.1"
                },
                {
                    "id": 11871,
                    "summary": "Payment received on 05 February 2025 - \u00a3102.82",
                    "parent_interest_id": 9226,
                    "registered": "2025-02-25",
                    "published": "2025-02-25",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 102.82,
                    "hours_worked": 12.0,
                    "hours_details": "This is an estimate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11871",
                    "category_code": "1.1"
                },
                {
                    "id": 11870,
                    "summary": "Payment received on 31 January 2025 - \u00a330,944.40",
                    "parent_interest_id": 6852,
                    "registered": "2025-02-25",
                    "published": "2025-02-25",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 30944.4,
                    "hours_worked": 25.0,
                    "hours_details": "This is an estimate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11870",
                    "category_code": "1.1"
                },
                {
                    "id": 11866,
                    "summary": "Payment expected for services on 19 February 2025 - \u00a3150.90",
                    "parent_interest_id": 11502,
                    "registered": "2025-02-25",
                    "published": "2025-02-25",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "party": "reform",
                    "member": "Lee Anderson",
                    "payment_received": false,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 150.9,
                    "hours_worked": 7.0,
                    "hours_details": "This is an estimated amount of hours",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11866",
                    "category_code": "1.1"
                },
                {
                    "id": 11860,
                    "summary": "Payment received on 27 January 2025 - \u00a3445.54",
                    "parent_interest_id": 9527,
                    "registered": "2025-02-24",
                    "published": "2025-02-24",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5146,
                    "twfy_id": "26408",
                    "party": "labour",
                    "member": "Michael Payne",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "This was a one-off final payment of a pay award back-dated to April 2024.",
                    "value": 445.54,
                    "hours_worked": 25.0,
                    "hours_details": "Approximate number of hours as this related to a one-off payment for a pay award back-dated to April 2024",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11860",
                    "category_code": "1.1"
                },
                {
                    "id": 11862,
                    "summary": "Payment received on 06 February 2025 - \u00a310,000.00",
                    "parent_interest_id": 11622,
                    "registered": "2025-02-24",
                    "published": "2025-02-24",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "party": "conservative",
                    "member": "Sir Oliver Dowden",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 10000.0,
                    "hours_worked": 20.0,
                    "hours_details": "Up to two days per month",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11862",
                    "category_code": "1.1"
                },
                {
                    "id": 11850,
                    "summary": "Payment received on 14 February 2025 - \u00a3703.49",
                    "parent_interest_id": 9226,
                    "registered": "2025-02-21",
                    "published": "2025-02-24",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 703.49,
                    "hours_worked": 28.0,
                    "hours_details": "This number is an estimate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11850",
                    "category_code": "1.1"
                },
                {
                    "id": 11848,
                    "summary": "Payment received on 18 February 2025 - \u00a3418.45",
                    "parent_interest_id": 11847,
                    "registered": "2025-02-21",
                    "published": "2025-02-21",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4764,
                    "twfy_id": "25856",
                    "party": "labour",
                    "member": "Bell Ribeiro-Addy",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "Speech and workshop at LGA Black, Asian and Minority Ethnic Councillors Masterclass Weekender",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 418.45,
                    "hours_worked": 2.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11848",
                    "category_code": "1.1"
                },
                {
                    "id": 11844,
                    "summary": "Payment received on 21 February 2025 - \u00a3300.00",
                    "parent_interest_id": 11234,
                    "registered": "2025-02-21",
                    "published": "2025-02-21",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4480,
                    "twfy_id": "25308",
                    "party": "labour",
                    "member": "Carolyn Harris",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 300.0,
                    "hours_worked": 7.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11844",
                    "category_code": "1.1"
                },
                {
                    "id": 11838,
                    "summary": "Payment received on 18 February 2025 - \u00a3500.00",
                    "parent_interest_id": 3680,
                    "registered": "2025-02-19",
                    "published": "2025-02-20",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "party": "conservative",
                    "member": "Sir Iain Duncan Smith",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "received for articles published on 5th December 2024 and 19th January 2025.",
                    "value": 500.0,
                    "hours_worked": 8.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11838",
                    "category_code": "1.1"
                },
                {
                    "id": 11833,
                    "summary": "Payment received on 19 February 2025 - \u00a33,439.50",
                    "parent_interest_id": 11413,
                    "registered": "2025-02-19",
                    "published": "2025-02-19",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "party": "independent",
                    "member": "Rupert Lowe",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 3439.5,
                    "hours_worked": 5.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11833",
                    "category_code": "1.1"
                },
                {
                    "id": 11717,
                    "summary": "Payment received on 28 January 2025 - \u00a3700.00",
                    "parent_interest_id": 6031,
                    "registered": "2025-02-18",
                    "published": "2025-02-19",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "party": "conservative",
                    "member": "Dr Neil Shastri-Hurst",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "(Includes 15% to be deducted on account of Chambers' fees)",
                    "value": 700.0,
                    "hours_worked": 4.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Moore Barlow LLP",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "2 Sheen Road, Richmond TW9 1AE",
                    "ultimate_payer_nature_of_business": "Solicitor",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11717",
                    "category_code": "1.1"
                },
                {
                    "id": 11828,
                    "summary": "Payment received on 18 February 2025 - \u00a3500.00",
                    "parent_interest_id": 6031,
                    "registered": "2025-02-18",
                    "published": "2025-02-19",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "party": "conservative",
                    "member": "Dr Neil Shastri-Hurst",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "(Includes 15% to be deducted on account of Chambers' fees)",
                    "value": 500.0,
                    "hours_worked": 2.5,
                    "hours_details": "Approximate hours worked",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "MTUK Solicitors Ltd",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "6 Gate Street, Lincolns Inn Field, London WC2A 3HP",
                    "ultimate_payer_nature_of_business": "Solicitors",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11828",
                    "category_code": "1.1"
                },
                {
                    "id": 11823,
                    "summary": "Payment received on 05 February 2025 - \u00a3211.53",
                    "parent_interest_id": 11502,
                    "registered": "2025-02-18",
                    "published": "2025-02-18",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "party": "reform",
                    "member": "Lee Anderson",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 211.53,
                    "hours_worked": 20.0,
                    "hours_details": "This is an estimated amount of hours",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11823",
                    "category_code": "1.1"
                },
                {
                    "id": 11821,
                    "summary": "Payment received on 14 February 2025 - \u00a31,500.67",
                    "parent_interest_id": 6997,
                    "registered": "2025-02-18",
                    "published": "2025-02-18",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5048,
                    "twfy_id": "26342",
                    "party": "labour",
                    "member": "Antonia Bance",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "The TUC have recently completed their pay negotiations for 2024. As I was employed by them January-July 2024, I was owed back pay as a result. This is a one-off payment.",
                    "value": 1500.67,
                    "hours_worked": 0.0,
                    "hours_details": "I have not worked any additional hours for the TUC. This payment relates to work completed before I became a Member of Parliament",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11821",
                    "category_code": "1.1"
                },
                {
                    "id": 11819,
                    "summary": "Payment received on 05 February 2025 - \u00a33,093.97",
                    "parent_interest_id": 11413,
                    "registered": "2025-02-18",
                    "published": "2025-02-18",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "party": "independent",
                    "member": "Rupert Lowe",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 3093.97,
                    "hours_worked": 5.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11819",
                    "category_code": "1.1"
                },
                {
                    "id": 11816,
                    "summary": "Payment received on 14 February 2025 - \u00a3500.00",
                    "parent_interest_id": 4321,
                    "registered": "2025-02-17",
                    "published": "2025-02-17",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4084,
                    "twfy_id": "24882",
                    "party": "conservative",
                    "member": "Esther McVey",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "for two shows.",
                    "value": 500.0,
                    "hours_worked": 2.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11816",
                    "category_code": "1.1"
                },
                {
                    "id": 11815,
                    "summary": "Payment received on 14 February 2025 - \u00a3358.21",
                    "parent_interest_id": 11814,
                    "registered": "2025-02-17",
                    "published": "2025-02-17",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4504,
                    "twfy_id": "25320",
                    "party": "labour",
                    "member": "Wes Streeting",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 358.21,
                    "hours_worked": 0.0,
                    "hours_details": "No additional hours worked",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11815",
                    "category_code": "1.1"
                },
                {
                    "id": 11790,
                    "summary": "Payment received on 11 February 2025 - \u00a3200.00",
                    "parent_interest_id": 3694,
                    "registered": "2025-02-13",
                    "published": "2025-02-14",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "party": "conservative",
                    "member": "Sir Iain Duncan Smith",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Article published by The Express on 10th December 2024",
                    "value": 200.0,
                    "hours_worked": 4.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11790",
                    "category_code": "1.1"
                },
                {
                    "id": 11733,
                    "summary": "Payment received on 24 January 2025 - \u00a3303.20",
                    "parent_interest_id": 4017,
                    "registered": "2025-02-12",
                    "published": "2025-02-12",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4938,
                    "twfy_id": "26061",
                    "party": "labour",
                    "member": "Paulette Hamilton",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 303.2,
                    "hours_worked": 10.0,
                    "hours_details": "estimated",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11733",
                    "category_code": "1.1"
                },
                {
                    "id": 11784,
                    "summary": "Payment received on 06 February 2025 - \u00a3307.79",
                    "parent_interest_id": 4286,
                    "registered": "2025-02-10",
                    "published": "2025-02-11",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "party": "labour",
                    "member": "Clive Lewis",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "One article published on 31 January 2025",
                    "value": 307.79,
                    "hours_worked": 4.0,
                    "hours_details": "Approximate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11784",
                    "category_code": "1.1"
                },
                {
                    "id": 11740,
                    "summary": "Payment received on 25 January 2025 - \u00a3156.71",
                    "parent_interest_id": 7406,
                    "registered": "2025-02-02",
                    "published": "2025-02-10",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5254,
                    "twfy_id": "26523",
                    "party": "labour",
                    "member": "Alison Hume",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 156.71,
                    "hours_worked": 0.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "ALCS",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "6th Floor, International House, 1 St Katharine's Way, London E1W 1UN",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11740",
                    "category_code": "1.1"
                },
                {
                    "id": 11783,
                    "summary": "Payment received on 04 February 2025 - \u00a34,500.00",
                    "parent_interest_id": 10930,
                    "registered": "2025-02-09",
                    "published": "2025-02-10",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "party": "reform",
                    "member": "Suella Braverman",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "For articles between November and January",
                    "value": 4500.0,
                    "hours_worked": 15.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11783",
                    "category_code": "1.1"
                },
                {
                    "id": 11779,
                    "summary": "Payment received on 31 January 2025 - \u00a32,500.00",
                    "parent_interest_id": 11770,
                    "registered": "2025-02-07",
                    "published": "2025-02-10",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 188,
                    "twfy_id": "10155",
                    "party": "liberal-democrat",
                    "member": "Ed Davey",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Advance Payment for book",
                    "value": 2500.0,
                    "hours_worked": 15.0,
                    "hours_details": "the number of hours worked is estimated because this is an advance payment upon signature",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11779",
                    "category_code": "1.1"
                },
                {
                    "id": 11776,
                    "summary": "Payment received on 23 January 2025 - \u00a32,563.60",
                    "parent_interest_id": 5988,
                    "registered": "2025-02-06",
                    "published": "2025-02-07",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5067,
                    "twfy_id": "26346",
                    "party": "labour",
                    "member": "Tony Vaughan",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Payment for work done before 4 July 2024",
                    "value": 2563.6,
                    "hours_worked": 10.0,
                    "hours_details": "Approximate",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Confidential",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "Confidential",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11776",
                    "category_code": "1.1"
                },
                {
                    "id": 11774,
                    "summary": "Payment received on 06 January 2025 - \u00a391,200.00",
                    "parent_interest_id": 11542,
                    "registered": "2025-02-06",
                    "published": "2025-02-07",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 91200.0,
                    "hours_worked": 4.0,
                    "hours_details": "This is an estimated maximum hours worked per month",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11774",
                    "category_code": "1.1"
                },
                {
                    "id": 11775,
                    "summary": "Payment received on 10 January 2025 - \u00a34,899.02",
                    "parent_interest_id": 5988,
                    "registered": "2025-02-06",
                    "published": "2025-02-07",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5067,
                    "twfy_id": "26346",
                    "party": "labour",
                    "member": "Tony Vaughan",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Payment is for work done before 4 July 2024",
                    "value": 4899.02,
                    "hours_worked": 20.0,
                    "hours_details": "Approximate",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Confidential",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "Confidential",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11775",
                    "category_code": "1.1"
                },
                {
                    "id": 11768,
                    "summary": "Payment received on 04 February 2025 - \u00a3255.00",
                    "parent_interest_id": 11767,
                    "registered": "2025-02-06",
                    "published": "2025-02-06",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "party": "conservative",
                    "member": "Tom Tugendhat",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 255.0,
                    "hours_worked": 3.0,
                    "hours_details": "estimated",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11768",
                    "category_code": "1.1"
                },
                {
                    "id": 11762,
                    "summary": "Payment received on 17 January 2025 - \u00a310,000.00",
                    "parent_interest_id": 11622,
                    "registered": "2025-02-05",
                    "published": "2025-02-06",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "party": "conservative",
                    "member": "Sir Oliver Dowden",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 10000.0,
                    "hours_worked": 20.0,
                    "hours_details": "up to two days per month",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11762",
                    "category_code": "1.1"
                },
                {
                    "id": 11769,
                    "summary": "Payment received on 04 February 2025 - \u00a3255.00",
                    "parent_interest_id": 11767,
                    "registered": "2025-02-06",
                    "published": "2025-02-06",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "party": "conservative",
                    "member": "Tom Tugendhat",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 255.0,
                    "hours_worked": 3.0,
                    "hours_details": "estimated",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11769",
                    "category_code": "1.1"
                },
                {
                    "id": 11777,
                    "summary": "Payment received on 06 February 2025 - \u00a37,992.78",
                    "parent_interest_id": 5988,
                    "registered": "2025-02-06",
                    "published": "2025-02-06",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5067,
                    "twfy_id": "26346",
                    "party": "labour",
                    "member": "Tony Vaughan",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Payment for work done before 4 July 2024",
                    "value": 7992.78,
                    "hours_worked": 40.0,
                    "hours_details": "Approximate",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Confidential",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "Confidential",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11777",
                    "category_code": "1.1"
                },
                {
                    "id": 11720,
                    "summary": "Payment received on 23 January 2025 - \u00a3300.00",
                    "parent_interest_id": 11719,
                    "registered": "2025-02-06",
                    "published": "2025-02-06",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "party": "conservative",
                    "member": "Tom Tugendhat",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "Writing",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 300.0,
                    "hours_worked": 1.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11720",
                    "category_code": "1.1"
                },
                {
                    "id": 11758,
                    "summary": "Payment received on 16 January 2025 - \u00a375,542.00",
                    "parent_interest_id": 6919,
                    "registered": "2025-02-05",
                    "published": "2025-02-05",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "party": "conservative",
                    "member": "Sir Geoffrey Cox",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 75542.0,
                    "hours_worked": 0.0,
                    "hours_details": "Final payment for hours already registered - work undertaken between 1 September 2016 and 9 July 2018",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11758",
                    "category_code": "1.1"
                },
                {
                    "id": 11750,
                    "summary": "Payment received on 22 January 2025 - \u00a3244.34",
                    "parent_interest_id": 11502,
                    "registered": "2025-02-03",
                    "published": "2025-02-04",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "party": "reform",
                    "member": "Lee Anderson",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 244.34,
                    "hours_worked": 10.0,
                    "hours_details": "This is an estimated amount of hours",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11750",
                    "category_code": "1.1"
                },
                {
                    "id": 11742,
                    "summary": "Payment received on 01 February 2025 - \u00a31,230.00",
                    "parent_interest_id": 11565,
                    "registered": "2025-02-03",
                    "published": "2025-02-03",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5161,
                    "twfy_id": "26399",
                    "party": "reform",
                    "member": "Richard Tice",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1230.0,
                    "hours_worked": 20.0,
                    "hours_details": "approx",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11742",
                    "category_code": "1.1"
                },
                {
                    "id": 11707,
                    "summary": "Payment received on 27 December 2024 - \u00a32,777.80",
                    "parent_interest_id": 10624,
                    "registered": "2025-01-28",
                    "published": "2025-01-28",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2777.8,
                    "hours_worked": 4.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11707",
                    "category_code": "1.1"
                },
                {
                    "id": 11708,
                    "summary": "Payment received on 27 December 2024 - \u00a31,296.41",
                    "parent_interest_id": 9226,
                    "registered": "2025-01-28",
                    "published": "2025-01-28",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1296.41,
                    "hours_worked": 28.0,
                    "hours_details": "This is an estimated amount of hours",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11708",
                    "category_code": "1.1"
                },
                {
                    "id": 11624,
                    "summary": "Payment received on 20 December 2024 - \u00a310,000.00",
                    "parent_interest_id": 11622,
                    "registered": "2025-01-09",
                    "published": "2025-01-09",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "party": "conservative",
                    "member": "Sir Oliver Dowden",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 10000.0,
                    "hours_worked": 20.0,
                    "hours_details": "Up to two days per month",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11624",
                    "category_code": "1.1"
                },
                {
                    "id": 11318,
                    "summary": "Payment received on 24 September 2024 - \u00a322,500.00",
                    "parent_interest_id": 11317,
                    "registered": "2024-11-20",
                    "published": "2024-11-20",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 172,
                    "twfy_id": "10001",
                    "party": "independent",
                    "member": "Ms Diane Abbott",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 22500.0,
                    "hours_worked": 24.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": true,
                    "ultimate_payer_name": "Viking - Penguin",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "One Embassy Gardens, 8 Viaduct Gardens, London, SW11 7BW, UK",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11318",
                    "category_code": "1.1"
                },
                {
                    "id": 10825,
                    "summary": "Payment received on 27 August 2024 - \u00a36,800.00",
                    "parent_interest_id": 10545,
                    "registered": "2024-09-26",
                    "published": "2024-09-26",
                    "updated_1": "2025-09-18",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 5136,
                    "twfy_id": "26409",
                    "party": "labour",
                    "member": "Imogen Walker",
                    "payment_received": true,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Final payment for work undertaken before the election",
                    "value": 6800.0,
                    "hours_worked": 0.0,
                    "hours_details": "none since my election",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/10825",
                    "category_code": "1.1"
                },
                {
                    "id": 5125,
                    "summary": "Payment expected for services on 01 September 2022 - \u00a35,000.00",
                    "parent_interest_id": 4833,
                    "registered": "2022-09-22",
                    "published": "2024-03-18",
                    "updated_1": "",
                    "category": "Employment and earnings - Ad hoc payments",
                    "mnis_id": 4074,
                    "twfy_id": "24824",
                    "party": "conservative",
                    "member": "Mark Garnier",
                    "payment_received": false,
                    "received_date": "",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "as an annual retainer fee covering 1 September 2022 to 31 August 2023.",
                    "value": 5000.0,
                    "hours_worked": 0.0,
                    "hours_details": "none",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/5125",
                    "category_code": "1.1"
                }
            ]
        },
        {
            "title": "Category 1.2",
            "description": "Employment and earnings - Ongoing paid employment",
            "custom": {
                "row_count": 83
            },
            "name": "category_1.2",
            "profile": "data-resource",
            "format": "json",
            "hashing": "md5",
            "encoding": "utf-8",
            "schema": {
                "fields": [
                    {
                        "name": "id",
                        "type": "integer",
                        "description": "Unique identifier for the interest",
                        "constraints": {
                            "unique": true
                        },
                        "example": "10100"
                    },
                    {
                        "name": "summary",
                        "type": "string",
                        "description": "Text summary of the interest",
                        "constraints": {
                            "unique": true
                        },
                        "example": "Agreement - \u00a31,001.17"
                    },
                    {
                        "name": "parent_interest_id",
                        "type": "integer",
                        "description": "Unique identifier for the parent interest",
                        "constraints": {
                            "unique": false
                        },
                        "example": "10097"
                    },
                    {
                        "name": "registered",
                        "type": "string",
                        "description": "Registered date",
                        "constraints": {
                            "unique": false
                        },
                        "example": "2015-05-01"
                    },
                    {
                        "name": "published",
                        "type": "string",
                        "description": "Published date",
                        "constraints": {
                            "unique": false
                        },
                        "example": "2024-03-16"
                    },
                    {
                        "name": "updated_1",
                        "type": "string",
                        "description": "Updated date",
                        "constraints": {
                            "unique": false
                        },
                        "example": "2014-03-19"
                    },
                    {
                        "name": "category",
                        "type": "string",
                        "description": "Category of the interest",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                "Employment and earnings - Ongoing paid employment"
                            ]
                        },
                        "example": "Employment and earnings - Ongoing paid employment"
                    },
                    {
                        "name": "mnis_id",
                        "type": "integer",
                        "description": "Parliament ID of the MP",
                        "constraints": {
                            "unique": false
                        },
                        "example": "1211"
                    },
                    {
                        "name": "twfy_id",
                        "type": "string",
                        "description": "TheyWorkForYou ID of the MP",
                        "constraints": {
                            "unique": false
                        },
                        "example": "10119"
                    },
                    {
                        "name": "party",
                        "type": "string",
                        "description": "TWFY ID for the party as of this release date",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                "conservative",
                                "dup",
                                "independent",
                                "labour",
                                "liberal-democrat",
                                "reform",
                                "scottish-national-party",
                                "sinn-fein"
                            ]
                        },
                        "example": "conservative"
                    },
                    {
                        "name": "member",
                        "type": "string",
                        "description": "Name of the MP",
                        "constraints": {
                            "unique": false
                        },
                        "example": "Adam Dance"
                    },
                    {
                        "name": "regularity_of_payment",
                        "type": "string",
                        "description": "Regularity of the payment",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                "Monthly",
                                "Quarterly",
                                "Yearly"
                            ]
                        },
                        "example": "Monthly"
                    },
                    {
                        "name": "start_date",
                        "type": "string",
                        "description": "Start date of the payment",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                ""
                            ]
                        },
                        "example": ""
                    },
                    {
                        "name": "end_date",
                        "type": "string",
                        "description": "End date of the payment",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                ""
                            ]
                        },
                        "example": ""
                    },
                    {
                        "name": "period_for_hours_worked",
                        "type": "string",
                        "description": "Period for hours worked",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                "Monthly",
                                "Quarterly",
                                "Weekly",
                                "Yearly"
                            ]
                        },
                        "example": "Monthly"
                    },
                    {
                        "name": "job_title",
                        "type": "string",
                        "description": "Job title",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                "Councillor",
                                "This post is solely focused on the School of International Relations."
                            ]
                        },
                        "example": "Councillor"
                    },
                    {
                        "name": "payment_type",
                        "type": "string",
                        "description": "Type of payment",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                "In kind",
                                "Monetary"
                            ]
                        },
                        "example": "In kind"
                    },
                    {
                        "name": "payment_description",
                        "type": "string",
                        "description": "Description of the payment",
                        "constraints": {
                            "unique": false
                        },
                        "example": "(60,000 USD. The conversion rate on 18 February 2026 is \u00a344,304)"
                    },
                    {
                        "name": "value",
                        "type": "number",
                        "description": "Value of the payment (\u00a3)",
                        "constraints": {
                            "unique": false
                        },
                        "example": "0.0"
                    },
                    {
                        "name": "hours_worked",
                        "type": "number",
                        "description": "Hours worked for the payment",
                        "constraints": {
                            "unique": false
                        },
                        "example": "0.0"
                    },
                    {
                        "name": "hours_details",
                        "type": "string",
                        "description": "Details of the hours worked",
                        "constraints": {
                            "unique": false
                        },
                        "example": "(between 20 and 30 hrs)"
                    },
                    {
                        "name": "is_ultimate_payer_different",
                        "type": "boolean",
                        "description": "Whether the ultimate payer is different",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                false
                            ]
                        },
                        "example": "False"
                    },
                    {
                        "name": "ultimate_payer_name",
                        "type": "number",
                        "description": "Name of the ultimate payer",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                NaN
                            ]
                        },
                        "example": ""
                    },
                    {
                        "name": "ultimate_payer_protected_by_confidentiality",
                        "type": "boolean",
                        "description": "Whether the ultimate payer is protected by confidentiality",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                false
                            ]
                        },
                        "example": "False"
                    },
                    {
                        "name": "ultimate_payer_address",
                        "type": "number",
                        "description": "Address of the ultimate payer",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                NaN
                            ]
                        },
                        "example": ""
                    },
                    {
                        "name": "ultimate_payer_nature_of_business",
                        "type": "number",
                        "description": "Nature of business of the ultimate payer",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                NaN
                            ]
                        },
                        "example": ""
                    },
                    {
                        "name": "is_payment_donated",
                        "type": "boolean",
                        "description": "Whether the payment was donated",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                false,
                                true
                            ]
                        },
                        "example": "False"
                    },
                    {
                        "name": "donatee_paid_by",
                        "type": "string",
                        "description": "Who the payment was donated to",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                "Donated by the Member to the recipient",
                                "Paid direct to the recipient by the payer"
                            ]
                        },
                        "example": "Donated by the Member to the recipient"
                    },
                    {
                        "name": "donatee_type",
                        "type": "string",
                        "description": "Type of donatee",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                "Charity",
                                "Community organisation",
                                "Local party organisation",
                                "Other"
                            ]
                        },
                        "example": "Charity"
                    },
                    {
                        "name": "donatee_details",
                        "type": "string",
                        "description": "Details of the donatee",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                "Kemyel Ltd"
                            ]
                        },
                        "example": "Kemyel Ltd"
                    },
                    {
                        "name": "link",
                        "type": "string",
                        "description": "URL to the interest on the interests API",
                        "constraints": {
                            "unique": true
                        },
                        "example": "https://interests-api.parliament.uk/api/v1/Interests/10100"
                    },
                    {
                        "name": "updated_2",
                        "type": "string",
                        "description": "Date the interest was updated",
                        "constraints": {
                            "unique": false
                        },
                        "example": "2019-10-31"
                    },
                    {
                        "name": "updated_3",
                        "type": "string",
                        "description": "Date the interest was updated",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                "2020-11-11",
                                "2025-03-07"
                            ]
                        },
                        "example": "2020-11-11"
                    },
                    {
                        "name": "updated_4",
                        "type": "string",
                        "description": "Date the interest was updated",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                "2022-11-22"
                            ]
                        },
                        "example": "2022-11-22"
                    },
                    {
                        "name": "updated_5",
                        "type": "string",
                        "description": "Date the interest was updated",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                "2025-01-03"
                            ]
                        },
                        "example": "2025-01-03"
                    },
                    {
                        "name": "updated_6",
                        "type": "string",
                        "description": "Date the interest was updated",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                "2025-10-27"
                            ]
                        },
                        "example": "2025-10-27"
                    },
                    {
                        "name": "category_code",
                        "type": "string",
                        "description": "Code for the category of the interest",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                "1.2"
                            ]
                        },
                        "example": "1.2"
                    }
                ]
            },
            "hash": "f35264c25f56f19b2d55733d34fe5e0d",
            "data": [
                {
                    "id": 14581,
                    "summary": "Agreement starting 02 February 2026 - \u00a344,304.00",
                    "parent_interest_id": 14580,
                    "registered": "2026-02-23",
                    "published": "2026-02-23",
                    "updated_1": "",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 1211,
                    "twfy_id": "11115",
                    "party": "conservative",
                    "member": "Sir Andrew Mitchell",
                    "regularity_of_payment": "Yearly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Quarterly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "(60,000 USD. The conversion rate on 18 February 2026 is \u00a344,304)",
                    "value": 44304.0,
                    "hours_worked": 15.0,
                    "hours_details": "Estimated 6 days in total across a year",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14581",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 14453,
                    "summary": "Agreement starting 08 July 2025 - \u00a31,096,544.13",
                    "parent_interest_id": 12854,
                    "registered": "2026-02-16",
                    "published": "2026-02-16",
                    "updated_1": "",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 4483,
                    "twfy_id": "25428",
                    "party": "conservative",
                    "member": "Rishi Sunak",
                    "regularity_of_payment": "Yearly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Yearly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "This amount has been converted from the original currency of dollars into pound sterling (GBP) using the spot rate on 02 February 2026\u00a0and is for services provided for the first 6 months period of the contract (i.e. July - December 2025)",
                    "value": 1096544.13,
                    "hours_worked": 175.0,
                    "hours_details": "These are estimated hours",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": true,
                    "donatee_paid_by": "Paid direct to the recipient by the payer",
                    "donatee_type": "Charity",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14453",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 14520,
                    "summary": "Agreement starting 09 February 2026 - \u00a360,000.00",
                    "parent_interest_id": 14519,
                    "registered": "2026-02-09",
                    "published": "2026-02-09",
                    "updated_1": "",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 4051,
                    "twfy_id": "24839",
                    "party": "conservative",
                    "member": "John Glen",
                    "regularity_of_payment": "Monthly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Monthly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 60000.0,
                    "hours_worked": 30.0,
                    "hours_details": "Up to 3-4 days per month",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": true,
                    "donatee_paid_by": "Donated by the Member to the recipient",
                    "donatee_type": "Community organisation",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14520",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 14508,
                    "summary": "Agreement starting 31 January 2026 - \u00a33,067.88",
                    "parent_interest_id": 14507,
                    "registered": "2026-02-06",
                    "published": "2026-02-09",
                    "updated_1": "",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "party": "conservative",
                    "member": "Tom Tugendhat",
                    "regularity_of_payment": "Monthly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Weekly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Payment of $50,000 annually, paid monthly. The value is calculated based on the exchange rate at 06/02/2026",
                    "value": 3067.88,
                    "hours_worked": 2.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14508",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 14498,
                    "summary": "Agreement starting 31 December 2025 - \u00a39,005.94",
                    "parent_interest_id": 6653,
                    "registered": "2026-02-04",
                    "published": "2026-02-04",
                    "updated_1": "",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 5161,
                    "twfy_id": "26399",
                    "party": "reform",
                    "member": "Richard Tice",
                    "regularity_of_payment": "Quarterly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Quarterly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "(management fee)",
                    "value": 9005.94,
                    "hours_worked": 60.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14498",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 14449,
                    "summary": "Agreement starting 21 October 2025 - \u00a328,500.00",
                    "parent_interest_id": 13627,
                    "registered": "2026-02-02",
                    "published": "2026-02-02",
                    "updated_1": "",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 4483,
                    "twfy_id": "25428",
                    "party": "conservative",
                    "member": "Rishi Sunak",
                    "regularity_of_payment": "Quarterly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Weekly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 28500.0,
                    "hours_worked": 5.0,
                    "hours_details": "Hours worked are estimated",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": true,
                    "donatee_paid_by": "Donated by the Member to the recipient",
                    "donatee_type": "Charity",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14449",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 14273,
                    "summary": "Agreement starting 26 September 2025 - \u00a3373,000.00",
                    "parent_interest_id": 13630,
                    "registered": "2026-01-09",
                    "published": "2026-01-09",
                    "updated_1": "",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 4483,
                    "twfy_id": "25428",
                    "party": "conservative",
                    "member": "Rishi Sunak",
                    "regularity_of_payment": "Yearly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Yearly",
                    "job_title": "",
                    "payment_type": "In kind",
                    "payment_description": "3,547 shares in total over the year, based on a vesting schedule. Amount of payment below is based on the private market valuation of the Company at commencement of contract. Value calculated in USD and converted to GBP at current market rate",
                    "value": 373000.0,
                    "hours_worked": 70.0,
                    "hours_details": "Estimated and approximate hours",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": true,
                    "donatee_paid_by": "Donated by the Member to the recipient",
                    "donatee_type": "Charity",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14273",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 14270,
                    "summary": "Agreement starting 02 January 2026 - \u00a352,000.00",
                    "parent_interest_id": 14269,
                    "registered": "2026-01-07",
                    "published": "2026-01-07",
                    "updated_1": "",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 4366,
                    "twfy_id": "25376",
                    "party": "conservative",
                    "member": "Sir James Cleverly",
                    "regularity_of_payment": "Yearly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Weekly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "paid monthly",
                    "value": 52000.0,
                    "hours_worked": 7.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14270",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 14051,
                    "summary": "Agreement starting 01 December 2025 - \u00a3418.78",
                    "parent_interest_id": 13302,
                    "registered": "2025-12-03",
                    "published": "2025-12-03",
                    "updated_1": "",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 5239,
                    "twfy_id": "26585",
                    "party": "liberal-democrat",
                    "member": "Sarah Gibson",
                    "regularity_of_payment": "Monthly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Yearly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 418.78,
                    "hours_worked": 189.8,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14051",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 13942,
                    "summary": "Agreement starting 18 November 2025 - \u00a30.00",
                    "parent_interest_id": 13941,
                    "registered": "2025-11-22",
                    "published": "2025-11-22",
                    "updated_1": "",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 4074,
                    "twfy_id": "24824",
                    "party": "conservative",
                    "member": "Mark Garnier",
                    "regularity_of_payment": "Yearly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Monthly",
                    "job_title": "",
                    "payment_type": "In kind",
                    "payment_description": "Growth shares relating to the business, number still to be determined. This is in lieu of payment until such time as the company achieves financial targets that set the threshold for remuneration. (The contract was signed on the 18th November, but the terms are backdated to the 22 September.)",
                    "value": 0.0,
                    "hours_worked": 8.0,
                    "hours_details": "approximate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13942",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 13832,
                    "summary": "Agreement starting 15 September 2025 - \u00a34,000.00",
                    "parent_interest_id": 13571,
                    "registered": "2025-11-14",
                    "published": "2025-11-14",
                    "updated_1": "",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 4108,
                    "twfy_id": "24729",
                    "party": "conservative",
                    "member": "Sir Gavin Williamson",
                    "regularity_of_payment": "Monthly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Weekly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 4000.0,
                    "hours_worked": 7.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13832",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 4708,
                    "summary": "Agreement - \u00a315,000.00",
                    "parent_interest_id": 4707,
                    "registered": "2015-05-01",
                    "published": "2025-10-28",
                    "updated_1": "2014-03-19",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 249,
                    "twfy_id": "10119",
                    "party": "conservative",
                    "member": "Sir Geoffrey Clifton-Brown",
                    "regularity_of_payment": "Yearly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Yearly",
                    "job_title": "",
                    "payment_type": "In kind",
                    "payment_description": "The use of a car belonging to the partnership (value as at 29 September 2025)",
                    "value": 15000.0,
                    "hours_worked": 268.0,
                    "hours_details": "maximum",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/4708",
                    "updated_2": "2019-10-31",
                    "updated_3": "2020-11-11",
                    "updated_4": "2022-11-22",
                    "updated_5": "2025-01-03",
                    "updated_6": "2025-10-27",
                    "category_code": "1.2"
                },
                {
                    "id": 13339,
                    "summary": "Agreement starting 27 August 2025 - \u00a31,458.00",
                    "parent_interest_id": 13338,
                    "registered": "2025-09-19",
                    "published": "2025-09-19",
                    "updated_1": "",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 4651,
                    "twfy_id": "25642",
                    "party": "labour",
                    "member": "Dan Carden",
                    "regularity_of_payment": "Monthly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Monthly",
                    "job_title": "",
                    "payment_type": "In kind",
                    "payment_description": "Share options of 0.1% (valued at \u00a335,000 in total)",
                    "value": 1458.0,
                    "hours_worked": 5.0,
                    "hours_details": "approximately",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13339",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 13098,
                    "summary": "Agreement starting 01 July 2025 - \u00a325,000.00",
                    "parent_interest_id": 13096,
                    "registered": "2025-08-12",
                    "published": "2025-08-12",
                    "updated_1": "",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 4495,
                    "twfy_id": "25346",
                    "party": "conservative",
                    "member": "Kit Malthouse",
                    "regularity_of_payment": "Yearly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Monthly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 25000.0,
                    "hours_worked": 35.0,
                    "hours_details": "Hours worked between 10-35 hours/month",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13098",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 13004,
                    "summary": "Agreement starting 15 July 2025 - \u00a3416.67",
                    "parent_interest_id": 13003,
                    "registered": "2025-07-25",
                    "published": "2025-07-28",
                    "updated_1": "",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 4853,
                    "twfy_id": "25875",
                    "party": "conservative",
                    "member": "Dr Neil Hudson",
                    "regularity_of_payment": "Monthly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Monthly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "(\u00a35000 per annum)",
                    "value": 416.67,
                    "hours_worked": 7.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13004",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 12690,
                    "summary": "Agreement starting 27 June 2025 - \u00a322,000.00",
                    "parent_interest_id": 12689,
                    "registered": "2025-07-10",
                    "published": "2025-07-10",
                    "updated_1": "",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 1211,
                    "twfy_id": "11115",
                    "party": "conservative",
                    "member": "Sir Andrew Mitchell",
                    "regularity_of_payment": "Quarterly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Quarterly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "(amount has been converted from US Dollars based on on 3 July 2025 exchange rate), Africa50 will meet the cost of any travel and other expenses arising from this role",
                    "value": 22000.0,
                    "hours_worked": 30.0,
                    "hours_details": "approx.",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12690",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 12735,
                    "summary": "Agreement - \u00a38,750.00",
                    "parent_interest_id": 12733,
                    "registered": "2025-06-27",
                    "published": "2025-06-30",
                    "updated_1": "",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "party": "conservative",
                    "member": "Tom Tugendhat",
                    "regularity_of_payment": "Quarterly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Monthly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "(payment will be made at the end of each quarter)",
                    "value": 8750.0,
                    "hours_worked": 10.0,
                    "hours_details": "Estimated",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12735",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 12484,
                    "summary": "Agreement starting 01 May 2025 - \u00a315,000.00",
                    "parent_interest_id": 12483,
                    "registered": "2025-05-21",
                    "published": "2025-05-21",
                    "updated_1": "",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 3912,
                    "twfy_id": "24787",
                    "party": "conservative",
                    "member": "Richard Fuller",
                    "regularity_of_payment": "Yearly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Monthly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 15000.0,
                    "hours_worked": 8.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12484",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 12322,
                    "summary": "Agreement starting 01 April 2025 - \u00a33,000.00",
                    "parent_interest_id": 12321,
                    "registered": "2025-04-30",
                    "published": "2025-05-01",
                    "updated_1": "",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 4651,
                    "twfy_id": "25642",
                    "party": "labour",
                    "member": "Dan Carden",
                    "regularity_of_payment": "Monthly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Monthly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "(\u00a336,000 per annum)",
                    "value": 3000.0,
                    "hours_worked": 12.0,
                    "hours_details": "approximately",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12322",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 11942,
                    "summary": "Agreement starting 26 February 2025 - \u00a3977.01",
                    "parent_interest_id": 3636,
                    "registered": "2025-03-05",
                    "published": "2025-03-05",
                    "updated_1": "",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 4573,
                    "twfy_id": "25579",
                    "party": "labour",
                    "member": "Dr Rosena Allin-Khan",
                    "regularity_of_payment": "Monthly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Yearly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Most work is at unsociable hours.",
                    "value": 977.01,
                    "hours_worked": 213.0,
                    "hours_details": "approximate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11942",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 11843,
                    "summary": "Agreement starting 14 February 2025 - \u00a33,000.00",
                    "parent_interest_id": 11842,
                    "registered": "2025-02-20",
                    "published": "2025-02-20",
                    "updated_1": "",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 4020,
                    "twfy_id": "24817",
                    "party": "conservative",
                    "member": "George Freeman",
                    "regularity_of_payment": "Monthly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Monthly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 3000.0,
                    "hours_worked": 30.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11843",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 11472,
                    "summary": "Agreement starting 01 November 2024 - \u00a3791.55",
                    "parent_interest_id": 11471,
                    "registered": "2024-12-13",
                    "published": "2024-12-17",
                    "updated_1": "",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 4434,
                    "twfy_id": "25324",
                    "party": "scottish-national-party",
                    "member": "Stephen Gethins",
                    "regularity_of_payment": "Monthly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Monthly",
                    "job_title": "This post is solely focused on the School of International Relations.",
                    "payment_type": "Monetary",
                    "payment_description": "This is payment is for work undertaken at the School of International Relations",
                    "value": 791.55,
                    "hours_worked": 12.0,
                    "hours_details": "The number of hours is approximate and depends on my main job in Parliament",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11472",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 11423,
                    "summary": "Agreement starting 01 December 2024 - \u00a31,000.00",
                    "parent_interest_id": 11422,
                    "registered": "2024-12-03",
                    "published": "2024-12-03",
                    "updated_1": "2025-03-27",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 4020,
                    "twfy_id": "24817",
                    "party": "conservative",
                    "member": "George Freeman",
                    "regularity_of_payment": "Monthly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Monthly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Payments have yet to start.",
                    "value": 1000.0,
                    "hours_worked": 12.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11423",
                    "updated_2": "2025-07-07",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 11390,
                    "summary": "Agreement - \u00a3531.55",
                    "parent_interest_id": 6538,
                    "registered": "2024-08-02",
                    "published": "2024-11-29",
                    "updated_1": "2024-08-29",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 5111,
                    "twfy_id": "26484",
                    "party": "liberal-democrat",
                    "member": "Martin Wrigley",
                    "regularity_of_payment": "Monthly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Weekly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Allowance",
                    "value": 531.55,
                    "hours_worked": 20.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11390",
                    "updated_2": "2024-11-27",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 11257,
                    "summary": "Agreement starting 16 October 2024 - \u00a33,000.00",
                    "parent_interest_id": 11256,
                    "registered": "2024-11-13",
                    "published": "2024-11-13",
                    "updated_1": "",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 4020,
                    "twfy_id": "24817",
                    "party": "conservative",
                    "member": "George Freeman",
                    "regularity_of_payment": "Monthly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Weekly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 3000.0,
                    "hours_worked": 5.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11257",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 10594,
                    "summary": "Agreement starting 01 August 2024 - \u00a31,256.83",
                    "parent_interest_id": 6541,
                    "registered": "2024-08-29",
                    "published": "2024-08-30",
                    "updated_1": "2025-05-10",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 5111,
                    "twfy_id": "26484",
                    "party": "liberal-democrat",
                    "member": "Martin Wrigley",
                    "regularity_of_payment": "Monthly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Weekly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1256.83,
                    "hours_worked": 8.0,
                    "hours_details": "hours vary according to council business",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/10594",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 7906,
                    "summary": "Agreement - \u00a31,144.17",
                    "parent_interest_id": 7901,
                    "registered": "2024-07-31",
                    "published": "2024-08-30",
                    "updated_1": "2024-08-30",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 5073,
                    "twfy_id": "26338",
                    "party": "liberal-democrat",
                    "member": "Marie Goldman",
                    "regularity_of_payment": "Monthly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Weekly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1144.17,
                    "hours_worked": 5.0,
                    "hours_details": "This is estimated and approximate. Some weeks it's more, some weeks less.",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/7906",
                    "updated_2": "2025-03-31",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 10437,
                    "summary": "Agreement - \u00a31,023.00",
                    "parent_interest_id": 8967,
                    "registered": "2024-08-13",
                    "published": "2024-08-28",
                    "updated_1": "2025-08-26",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 5047,
                    "twfy_id": "26329",
                    "party": "labour",
                    "member": "James Naish",
                    "regularity_of_payment": "Yearly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Monthly",
                    "job_title": "",
                    "payment_type": "In kind",
                    "payment_description": "Company vehicle",
                    "value": 1023.0,
                    "hours_worked": 5.0,
                    "hours_details": "this time is for supporting the business in a director capacity.",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/10437",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 7077,
                    "summary": "Agreement - \u00a3841.13",
                    "parent_interest_id": 7074,
                    "registered": "2024-08-01",
                    "published": "2024-08-04",
                    "updated_1": "2026-01-07",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 5255,
                    "twfy_id": "26504",
                    "party": "conservative",
                    "member": "Joe Robertson",
                    "regularity_of_payment": "Monthly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Monthly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 841.13,
                    "hours_worked": 0.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/7077",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 8635,
                    "summary": "Agreement - \u00a31,256.00",
                    "parent_interest_id": 8631,
                    "registered": "2024-08-01",
                    "published": "2024-08-04",
                    "updated_1": "2025-06-12",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 5138,
                    "twfy_id": "26388",
                    "party": "liberal-democrat",
                    "member": "Ian Roome",
                    "regularity_of_payment": "Monthly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Monthly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1256.0,
                    "hours_worked": 40.0,
                    "hours_details": "estimate of hours worked as it depends on casework.",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/8635",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 9520,
                    "summary": "Agreement starting 05 May 2017 - \u00a315,500.00",
                    "parent_interest_id": 9483,
                    "registered": "2024-08-04",
                    "published": "2024-08-04",
                    "updated_1": "",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 4089,
                    "twfy_id": "24942",
                    "party": "liberal-democrat",
                    "member": "Tessa Munt",
                    "regularity_of_payment": "Yearly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Weekly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 15500.0,
                    "hours_worked": 15.0,
                    "hours_details": "approximate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/9520",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 7907,
                    "summary": "Agreement starting 18 July 2024 - \u00a3500.00",
                    "parent_interest_id": 4836,
                    "registered": "2024-07-24",
                    "published": "2024-08-04",
                    "updated_1": "",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 4074,
                    "twfy_id": "24824",
                    "party": "conservative",
                    "member": "Mark Garnier",
                    "regularity_of_payment": "Quarterly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Quarterly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Payment for extra work as independent NED at Super Sharp Space Systems",
                    "value": 500.0,
                    "hours_worked": 10.0,
                    "hours_details": "approximate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": true,
                    "donatee_paid_by": "Paid direct to the recipient by the payer",
                    "donatee_type": "Other",
                    "donatee_details": "Kemyel Ltd",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/7907",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 8441,
                    "summary": "Agreement starting 01 September 2024 - \u00a35,000.00",
                    "parent_interest_id": 8440,
                    "registered": "2024-07-31",
                    "published": "2024-08-04",
                    "updated_1": "2024-09-11",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 4020,
                    "twfy_id": "24817",
                    "party": "conservative",
                    "member": "George Freeman",
                    "regularity_of_payment": "Monthly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Monthly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 5000.0,
                    "hours_worked": 8.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/8441",
                    "updated_2": "2024-10-15",
                    "updated_3": "2025-03-07",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 7061,
                    "summary": "Agreement - \u00a31,200.83",
                    "parent_interest_id": 7043,
                    "registered": "2024-07-25",
                    "published": "2024-08-04",
                    "updated_1": "2025-05-23",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 5297,
                    "twfy_id": "26466",
                    "party": "conservative",
                    "member": "Rebecca Paul",
                    "regularity_of_payment": "Monthly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Monthly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1200.83,
                    "hours_worked": 32.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/7061",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 7355,
                    "summary": "Agreement - \u00a31,322.42",
                    "parent_interest_id": 7013,
                    "registered": "2024-07-25",
                    "published": "2024-08-04",
                    "updated_1": "2025-09-15",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 5239,
                    "twfy_id": "26585",
                    "party": "liberal-democrat",
                    "member": "Sarah Gibson",
                    "regularity_of_payment": "Monthly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Weekly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Exact.",
                    "value": 1322.42,
                    "hours_worked": 5.0,
                    "hours_details": "This was a set allowance, rather than a salary.",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/7355",
                    "updated_2": "2025-11-13",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 8628,
                    "summary": "Agreement - \u00a3901.15",
                    "parent_interest_id": 8623,
                    "registered": "2024-08-01",
                    "published": "2024-08-04",
                    "updated_1": "2025-06-12",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 5138,
                    "twfy_id": "26388",
                    "party": "liberal-democrat",
                    "member": "Ian Roome",
                    "regularity_of_payment": "Monthly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Monthly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "this payment includes a SRA for being Leader (going forward I will not receive this SRA)",
                    "value": 901.15,
                    "hours_worked": 20.0,
                    "hours_details": "this is an estimate of hours as it depends on casework.",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/8628",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 8910,
                    "summary": "Agreement - \u00a3997.00",
                    "parent_interest_id": 8907,
                    "registered": "2024-08-01",
                    "published": "2024-08-04",
                    "updated_1": "2025-04-09",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 5301,
                    "twfy_id": "26512",
                    "party": "conservative",
                    "member": "Rebecca Smith",
                    "regularity_of_payment": "Monthly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Weekly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 997.0,
                    "hours_worked": 15.0,
                    "hours_details": "this is estimated. Overlapping between role of Councillor and becoming MP.",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": true,
                    "donatee_paid_by": "Donated by the Member to the recipient",
                    "donatee_type": "Community organisation",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/8910",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 8717,
                    "summary": "Agreement - \u00a31,530.66",
                    "parent_interest_id": 8713,
                    "registered": "2024-08-04",
                    "published": "2024-08-04",
                    "updated_1": "",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 227,
                    "twfy_id": "10222",
                    "party": "liberal-democrat",
                    "member": "Andrew George",
                    "regularity_of_payment": "Monthly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Monthly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1530.66,
                    "hours_worked": 68.0,
                    "hours_details": "I've reduced the hours worked since being elected as MP",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": true,
                    "donatee_paid_by": "Donated by the Member to the recipient",
                    "donatee_type": "Community organisation",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/8717",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 6170,
                    "summary": "Agreement - \u00a312,469.00",
                    "parent_interest_id": 6168,
                    "registered": "2024-08-04",
                    "published": "2024-08-04",
                    "updated_1": "",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 5164,
                    "twfy_id": "26491",
                    "party": "liberal-democrat",
                    "member": "Steff Aquarone",
                    "regularity_of_payment": "Yearly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Yearly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 12469.0,
                    "hours_worked": 0.0,
                    "hours_details": "No specific contracted hours",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/6170",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 9059,
                    "summary": "Agreement - \u00a3965.66",
                    "parent_interest_id": 9057,
                    "registered": "2024-08-01",
                    "published": "2024-08-04",
                    "updated_1": "",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 5310,
                    "twfy_id": "26584",
                    "party": "liberal-democrat",
                    "member": "Mr Lee Dillon",
                    "regularity_of_payment": "Monthly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Weekly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 965.66,
                    "hours_worked": 15.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/9059",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 9010,
                    "summary": "Agreement - \u00a34,114.00",
                    "parent_interest_id": 9003,
                    "registered": "2024-08-01",
                    "published": "2024-08-04",
                    "updated_1": "2025-08-26",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 5047,
                    "twfy_id": "26329",
                    "party": "labour",
                    "member": "James Naish",
                    "regularity_of_payment": "Yearly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Monthly",
                    "job_title": "",
                    "payment_type": "In kind",
                    "payment_description": "My family and I use a company vehicle and stay in a property owned by the company for up to 14 days per year. This is the \"Class 1a NICs due\" figure from my 2024/25 P11D",
                    "value": 4114.0,
                    "hours_worked": 5.0,
                    "hours_details": "This time is required for managing the property and its agent who looks after bookings.",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/9010",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 9836,
                    "summary": "Agreement - \u00a3250.00",
                    "parent_interest_id": 9835,
                    "registered": "2024-08-04",
                    "published": "2024-08-04",
                    "updated_1": "",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 5231,
                    "twfy_id": "26595",
                    "party": "independent",
                    "member": "Mr Adnan Hussain",
                    "regularity_of_payment": "Monthly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Weekly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 250.0,
                    "hours_worked": 1.0,
                    "hours_details": "approximate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/9836",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 8810,
                    "summary": "Agreement starting 02 May 2023 - \u00a3416.83",
                    "parent_interest_id": 8764,
                    "registered": "2024-08-01",
                    "published": "2024-08-04",
                    "updated_1": "",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 5265,
                    "twfy_id": "26581",
                    "party": "liberal-democrat",
                    "member": "James MacCleary",
                    "regularity_of_payment": "Monthly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Monthly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 416.83,
                    "hours_worked": 20.0,
                    "hours_details": "Hours worked is an estimate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/8810",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 8912,
                    "summary": "Agreement - \u00a34,000.00",
                    "parent_interest_id": 8909,
                    "registered": "2024-08-04",
                    "published": "2024-08-04",
                    "updated_1": "",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 5091,
                    "twfy_id": "26352",
                    "party": "reform",
                    "member": "Nigel Farage",
                    "regularity_of_payment": "Monthly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Monthly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "approx.",
                    "value": 4000.0,
                    "hours_worked": 16.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/8912",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 9930,
                    "summary": "Agreement - \u00a3527.00",
                    "parent_interest_id": 9916,
                    "registered": "2024-08-03",
                    "published": "2024-08-04",
                    "updated_1": "2025-03-03",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 5078,
                    "twfy_id": "26421",
                    "party": "liberal-democrat",
                    "member": "Pippa Heylings",
                    "regularity_of_payment": "Monthly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Weekly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 527.0,
                    "hours_worked": 10.0,
                    "hours_details": "Approximate number of hours",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/9930",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 10100,
                    "summary": "Agreement - \u00a3416.00",
                    "parent_interest_id": 10097,
                    "registered": "2024-08-04",
                    "published": "2024-08-04",
                    "updated_1": "2025-10-24",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 5335,
                    "twfy_id": "26372",
                    "party": "liberal-democrat",
                    "member": "Jess Brown-Fuller",
                    "regularity_of_payment": "Monthly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Monthly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Standard Councillor allowance",
                    "value": 416.0,
                    "hours_worked": 20.0,
                    "hours_details": "Estimated",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/10100",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 7701,
                    "summary": "Agreement - \u00a3756.25",
                    "parent_interest_id": 6354,
                    "registered": "2024-07-29",
                    "published": "2024-08-04",
                    "updated_1": "",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 5343,
                    "twfy_id": "26608",
                    "party": "liberal-democrat",
                    "member": "Mr Joshua Reynolds",
                    "regularity_of_payment": "Monthly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Weekly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 756.25,
                    "hours_worked": 10.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/7701",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 8644,
                    "summary": "Agreement starting 30 June 2023 - \u00a3657.92",
                    "parent_interest_id": 8641,
                    "registered": "2024-08-01",
                    "published": "2024-08-04",
                    "updated_1": "2025-02-03",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 5138,
                    "twfy_id": "26388",
                    "party": "liberal-democrat",
                    "member": "Ian Roome",
                    "regularity_of_payment": "Monthly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Weekly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "I receive and SRA for being the Chair of the Audit Committee (intending to stand down in September) - this role is representing Devon County Council on the Board of Members ,",
                    "value": 657.92,
                    "hours_worked": 3.0,
                    "hours_details": "hours worked vary depending on committee business and research needed for the role.",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/8644",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 8311,
                    "summary": "Agreement starting 25 August 2025 - \u00a3691.43",
                    "parent_interest_id": 8273,
                    "registered": "2024-08-01",
                    "published": "2024-08-04",
                    "updated_1": "2024-09-30",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 5182,
                    "twfy_id": "26425",
                    "party": "liberal-democrat",
                    "member": "Charlotte Cane",
                    "regularity_of_payment": "Monthly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Monthly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 691.43,
                    "hours_worked": 40.0,
                    "hours_details": "approx.",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": true,
                    "donatee_paid_by": "Paid direct to the recipient by the payer",
                    "donatee_type": "Charity",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/8311",
                    "updated_2": "2025-09-26",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 8794,
                    "summary": "Agreement - \u00a31,001.17",
                    "parent_interest_id": 6646,
                    "registered": "2024-08-03",
                    "published": "2024-08-03",
                    "updated_1": "",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 5321,
                    "twfy_id": "26570",
                    "party": "liberal-democrat",
                    "member": "Mr Paul Kohler",
                    "regularity_of_payment": "Monthly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Weekly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1001.17,
                    "hours_worked": 10.0,
                    "hours_details": "approximate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/8794",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 6765,
                    "summary": "Agreement - \u00a31,113.00",
                    "parent_interest_id": 6764,
                    "registered": "2024-08-02",
                    "published": "2024-08-02",
                    "updated_1": "",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 5346,
                    "twfy_id": "26617",
                    "party": "liberal-democrat",
                    "member": "Calum Miller",
                    "regularity_of_payment": "Monthly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Weekly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1113.0,
                    "hours_worked": 10.0,
                    "hours_details": "This is an estimate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/6765",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 6169,
                    "summary": "Agreement - \u00a3719.50",
                    "parent_interest_id": 6167,
                    "registered": "2024-08-01",
                    "published": "2024-08-01",
                    "updated_1": "2025-09-20",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 5265,
                    "twfy_id": "26581",
                    "party": "liberal-democrat",
                    "member": "James MacCleary",
                    "regularity_of_payment": "Monthly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Monthly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 719.5,
                    "hours_worked": 30.0,
                    "hours_details": "Estimated depending on meetings and casework",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/6169",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 8833,
                    "summary": "Agreement - \u00a3145,000.00",
                    "parent_interest_id": 6994,
                    "registered": "2024-08-01",
                    "published": "2024-08-01",
                    "updated_1": "",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 5062,
                    "twfy_id": "26335",
                    "party": "conservative",
                    "member": "Nick Timothy",
                    "regularity_of_payment": "Yearly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Weekly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 145000.0,
                    "hours_worked": 3.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/8833",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 7899,
                    "summary": "Agreement - \u00a3553.75",
                    "parent_interest_id": 7897,
                    "registered": "2024-07-31",
                    "published": "2024-07-31",
                    "updated_1": "2025-03-31",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 5073,
                    "twfy_id": "26338",
                    "party": "liberal-democrat",
                    "member": "Marie Goldman",
                    "regularity_of_payment": "Monthly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Weekly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 553.75,
                    "hours_worked": 4.0,
                    "hours_details": "Number of hours per week is estimated and approximate. Some weeks will be more, some less.",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/7899",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 8086,
                    "summary": "Agreement - \u00a37,993.29",
                    "parent_interest_id": 8078,
                    "registered": "2024-07-30",
                    "published": "2024-07-30",
                    "updated_1": "2024-11-18",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 221,
                    "twfy_id": "10458",
                    "party": "independent",
                    "member": "Dan Norris",
                    "regularity_of_payment": "Monthly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Monthly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 7993.29,
                    "hours_worked": 120.0,
                    "hours_details": "(estimated number of hours since 4 July 2024)",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/8086",
                    "updated_2": "2025-05-17",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 7606,
                    "summary": "Agreement starting 01 August 2024 - \u00a35,000.00",
                    "parent_interest_id": 7605,
                    "registered": "2024-07-26",
                    "published": "2024-07-26",
                    "updated_1": "2024-09-11",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 4020,
                    "twfy_id": "24817",
                    "party": "conservative",
                    "member": "George Freeman",
                    "regularity_of_payment": "Monthly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Monthly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 5000.0,
                    "hours_worked": 4.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/7606",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 7604,
                    "summary": "Agreement starting 01 August 2024 - \u00a31,500.00",
                    "parent_interest_id": 7603,
                    "registered": "2024-07-26",
                    "published": "2024-07-26",
                    "updated_1": "2024-09-11",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 4020,
                    "twfy_id": "24817",
                    "party": "conservative",
                    "member": "George Freeman",
                    "regularity_of_payment": "Monthly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Monthly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Nodenza Venture Partners will meet the cost of any travel and other expenses arising from this role.",
                    "value": 1500.0,
                    "hours_worked": 8.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/7604",
                    "updated_2": "2025-07-07",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 6487,
                    "summary": "Agreement - \u00a32,197.40",
                    "parent_interest_id": 6484,
                    "registered": "2024-07-26",
                    "published": "2024-07-26",
                    "updated_1": "",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 5295,
                    "twfy_id": "26545",
                    "party": "labour",
                    "member": "Josh Fenton-Glynn",
                    "regularity_of_payment": "Monthly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Weekly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2197.4,
                    "hours_worked": 14.0,
                    "hours_details": "estimated working hours",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/6487",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 6523,
                    "summary": "Agreement - \u00a3522.91",
                    "parent_interest_id": 6522,
                    "registered": "2024-07-25",
                    "published": "2024-07-25",
                    "updated_1": "2025-04-22",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 5296,
                    "twfy_id": "26540",
                    "party": "liberal-democrat",
                    "member": "Freddie van Mierlo",
                    "regularity_of_payment": "Monthly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Monthly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 522.91,
                    "hours_worked": 32.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": true,
                    "donatee_paid_by": "Donated by the Member to the recipient",
                    "donatee_type": "Local party organisation",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/6523",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 6657,
                    "summary": "Agreement - \u00a310,270.00",
                    "parent_interest_id": 6653,
                    "registered": "2024-07-24",
                    "published": "2024-07-24",
                    "updated_1": "2024-11-22",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 5161,
                    "twfy_id": "26399",
                    "party": "reform",
                    "member": "Richard Tice",
                    "regularity_of_payment": "Quarterly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Monthly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "It is variable depending on rent roll",
                    "value": 10270.0,
                    "hours_worked": 25.0,
                    "hours_details": "Approx hours",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/6657",
                    "updated_2": "2025-02-27",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 7267,
                    "summary": "Agreement - \u00a3500.00",
                    "parent_interest_id": 7260,
                    "registered": "2024-07-24",
                    "published": "2024-07-24",
                    "updated_1": "",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 5252,
                    "twfy_id": "26543",
                    "party": "liberal-democrat",
                    "member": "Rachel Gilmour",
                    "regularity_of_payment": "Monthly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Monthly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 500.0,
                    "hours_worked": 40.0,
                    "hours_details": "estimated hours worked",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/7267",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 6776,
                    "summary": "Agreement - \u00a31,174.80",
                    "parent_interest_id": 6775,
                    "registered": "2024-07-22",
                    "published": "2024-07-22",
                    "updated_1": "2024-09-20",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 5329,
                    "twfy_id": "26624",
                    "party": "liberal-democrat",
                    "member": "John Milne",
                    "regularity_of_payment": "Monthly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Monthly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1174.8,
                    "hours_worked": 15.0,
                    "hours_details": "approximate",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/6776",
                    "updated_2": "2026-01-15",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 6456,
                    "summary": "Agreement - \u00a3615.00",
                    "parent_interest_id": 6454,
                    "registered": "2024-07-16",
                    "published": "2024-07-16",
                    "updated_1": "2024-09-30",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 5322,
                    "twfy_id": "26560",
                    "party": "liberal-democrat",
                    "member": "Mr Will Forster",
                    "regularity_of_payment": "Monthly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Monthly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 615.0,
                    "hours_worked": 20.0,
                    "hours_details": "No fixed hours of work",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/6456",
                    "updated_2": "2025-05-30",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 6477,
                    "summary": "Agreement - \u00a31,291.67",
                    "parent_interest_id": 6476,
                    "registered": "2024-07-16",
                    "published": "2024-07-16",
                    "updated_1": "",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 5191,
                    "twfy_id": "26459",
                    "party": "liberal-democrat",
                    "member": "Adam Dance",
                    "regularity_of_payment": "Monthly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Weekly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1291.67,
                    "hours_worked": 14.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/6477",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 6355,
                    "summary": "Agreement - \u00a31,180.00",
                    "parent_interest_id": 6352,
                    "registered": "2024-07-16",
                    "published": "2024-07-16",
                    "updated_1": "2024-09-30",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 5322,
                    "twfy_id": "26560",
                    "party": "liberal-democrat",
                    "member": "Mr Will Forster",
                    "regularity_of_payment": "Monthly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Monthly",
                    "job_title": "Councillor",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1180.0,
                    "hours_worked": 32.0,
                    "hours_details": "No fixed working hours",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/6355",
                    "updated_2": "2025-05-30",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 6267,
                    "summary": "Agreement - \u00a311,751.00",
                    "parent_interest_id": 6253,
                    "registered": "2024-07-15",
                    "published": "2024-07-15",
                    "updated_1": "",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 5050,
                    "twfy_id": "26316",
                    "party": "conservative",
                    "member": "Lewis Cocking",
                    "regularity_of_payment": "Yearly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Monthly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 11751.0,
                    "hours_worked": 10.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/6267",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 6304,
                    "summary": "Agreement - \u00a31,006.75",
                    "parent_interest_id": 6301,
                    "registered": "2024-07-15",
                    "published": "2024-07-15",
                    "updated_1": "",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 5330,
                    "twfy_id": "26625",
                    "party": "conservative",
                    "member": "Mr Peter Bedford",
                    "regularity_of_payment": "Monthly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Monthly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Income represents the 'Basic Allowance' payable as a County Councillor",
                    "value": 1006.75,
                    "hours_worked": 20.0,
                    "hours_details": "Hours worked will vary depending on casework.",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/6304",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 6130,
                    "summary": "Agreement - \u00a314,458.00",
                    "parent_interest_id": 6127,
                    "registered": "2024-07-11",
                    "published": "2024-07-11",
                    "updated_1": "2024-08-17",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 5327,
                    "twfy_id": "26582",
                    "party": "liberal-democrat",
                    "member": "Vikki Slade",
                    "regularity_of_payment": "Yearly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Weekly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 14458.0,
                    "hours_worked": 15.0,
                    "hours_details": "(there is no specific number of hours)",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/6130",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 4856,
                    "summary": "Agreement starting 01 April 2020 - \u00a341,713.60",
                    "parent_interest_id": 4855,
                    "registered": "2020-04-29",
                    "published": "2024-03-18",
                    "updated_1": "2022-04-22",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 350,
                    "twfy_id": "10265",
                    "party": "conservative",
                    "member": "Sir John Hayes",
                    "regularity_of_payment": "Yearly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Monthly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "paid monthly",
                    "value": 41713.6,
                    "hours_worked": 30.0,
                    "hours_details": "(between 20 and 30 hrs)",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/4856",
                    "updated_2": "2023-09-29",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 4896,
                    "summary": "Agreement - \u00a32,500.00",
                    "parent_interest_id": 4893,
                    "registered": "2020-01-11",
                    "published": "2024-03-18",
                    "updated_1": "",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 4857,
                    "twfy_id": "25562",
                    "party": "dup",
                    "member": "Carla Lockhart",
                    "regularity_of_payment": "Yearly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Weekly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2500.0,
                    "hours_worked": 8.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/4896",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 4743,
                    "summary": "Agreement starting 01 January 2020 - \u00a34,672.00",
                    "parent_interest_id": 4742,
                    "registered": "2020-01-07",
                    "published": "2024-03-18",
                    "updated_1": "2020-07-08",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 4823,
                    "twfy_id": "25821",
                    "party": "sinn-fein",
                    "member": "John Finucane",
                    "regularity_of_payment": "Monthly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Monthly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 4672.0,
                    "hours_worked": 80.0,
                    "hours_details": "(between 40 and 80 hours a month)",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/4743",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 4719,
                    "summary": "Agreement starting 04 April 2023 - \u00a350,000.00",
                    "parent_interest_id": 4718,
                    "registered": "2023-04-04",
                    "published": "2024-03-18",
                    "updated_1": "",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 4008,
                    "twfy_id": "24873",
                    "party": "conservative",
                    "member": "Dame Caroline Dinenage",
                    "regularity_of_payment": "Yearly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Monthly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "paid monthly, plus reimbursed expenses",
                    "value": 50000.0,
                    "hours_worked": 25.0,
                    "hours_details": "approx.",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/4719",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 4837,
                    "summary": "Agreement starting 01 September 2023 - \u00a38,000.00",
                    "parent_interest_id": 4836,
                    "registered": "2023-09-01",
                    "published": "2024-03-18",
                    "updated_1": "",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 4074,
                    "twfy_id": "24824",
                    "party": "conservative",
                    "member": "Mark Garnier",
                    "regularity_of_payment": "Yearly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Yearly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 8000.0,
                    "hours_worked": 50.0,
                    "hours_details": "(maximum)",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": true,
                    "donatee_paid_by": "Paid direct to the recipient by the payer",
                    "donatee_type": "Other",
                    "donatee_details": "Kemyel Ltd",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/4837",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 4924,
                    "summary": "Agreement starting 30 June 2023 - \u00a318,078.00",
                    "parent_interest_id": 4923,
                    "registered": "2023-06-30",
                    "published": "2024-03-18",
                    "updated_1": "2024-08-04",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 4656,
                    "twfy_id": "25689",
                    "party": "liberal-democrat",
                    "member": "Layla Moran",
                    "regularity_of_payment": "Yearly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Yearly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "paid quarterly, current remuneration level backdated to 1 April 2025",
                    "value": 18078.0,
                    "hours_worked": 120.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/4924",
                    "updated_2": "2025-06-19",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 5018,
                    "summary": "Agreement starting 21 February 2023 - \u00a360,000.00",
                    "parent_interest_id": 5017,
                    "registered": "2023-03-15",
                    "published": "2024-03-18",
                    "updated_1": "2024-09-12",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 4108,
                    "twfy_id": "24729",
                    "party": "conservative",
                    "member": "Sir Gavin Williamson",
                    "regularity_of_payment": "Yearly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Yearly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "paid quarterly",
                    "value": 60000.0,
                    "hours_worked": 80.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/5018",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 4866,
                    "summary": "Agreement starting 25 September 2023 - \u00a326,211.60",
                    "parent_interest_id": 4865,
                    "registered": "2023-10-26",
                    "published": "2024-03-18",
                    "updated_1": "2024-11-04",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 4592,
                    "twfy_id": "25597",
                    "party": "conservative",
                    "member": "Dr Caroline Johnson",
                    "regularity_of_payment": "Yearly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Yearly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "Pay has increased from \u00a325,203.60 per annum, first paid from 22 August 2025 (including pay arrears of \u00a3336)",
                    "value": 26211.6,
                    "hours_worked": 336.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/4866",
                    "updated_2": "2025-08-20",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 4712,
                    "summary": "Agreement starting 01 November 2023 - \u00a3293,400.00",
                    "parent_interest_id": 4711,
                    "registered": "2020-10-19",
                    "published": "2024-03-18",
                    "updated_1": "2021-10-19",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 1508,
                    "twfy_id": "11541",
                    "party": "conservative",
                    "member": "Sir Geoffrey Cox",
                    "regularity_of_payment": "Yearly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Monthly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "(plus VAT) paid quarterly for international legal services",
                    "value": 293400.0,
                    "hours_worked": 30.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/4712",
                    "updated_2": "2024-01-03",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 4834,
                    "summary": "Agreement starting 01 October 2020 - \u00a32,500.00",
                    "parent_interest_id": 4833,
                    "registered": "2020-10-26",
                    "published": "2024-03-18",
                    "updated_1": "2022-09-22",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 4074,
                    "twfy_id": "24824",
                    "party": "conservative",
                    "member": "Mark Garnier",
                    "regularity_of_payment": "Monthly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Monthly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2500.0,
                    "hours_worked": 10.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/4834",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 4850,
                    "summary": "Agreement starting 01 September 2018 - \u00a350,000.00",
                    "parent_interest_id": 4849,
                    "registered": "2018-09-28",
                    "published": "2024-03-18",
                    "updated_1": "2018-12-12",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 350,
                    "twfy_id": "10265",
                    "party": "conservative",
                    "member": "Sir John Hayes",
                    "regularity_of_payment": "Yearly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Yearly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 50000.0,
                    "hours_worked": 80.0,
                    "hours_details": "(between 70 and 80 hrs)",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/4850",
                    "updated_2": "2025-02-13",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 4221,
                    "summary": "Agreement starting 01 April 2023 - \u00a325,000.00",
                    "parent_interest_id": 4217,
                    "registered": "2023-04-14",
                    "published": "2024-03-16",
                    "updated_1": "",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 3912,
                    "twfy_id": "24787",
                    "party": "conservative",
                    "member": "Richard Fuller",
                    "regularity_of_payment": "Yearly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Monthly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "paid quarterly",
                    "value": 25000.0,
                    "hours_worked": 10.0,
                    "hours_details": "expected commitment",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/4221",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 4180,
                    "summary": "Agreement starting 01 March 2023 - \u00a3100,000.00",
                    "parent_interest_id": 4178,
                    "registered": "2023-03-07",
                    "published": "2024-03-16",
                    "updated_1": "",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "party": "reform",
                    "member": "Lee Anderson",
                    "regularity_of_payment": "Yearly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Weekly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "paid monthly",
                    "value": 100000.0,
                    "hours_worked": 8.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/4180",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 4197,
                    "summary": "Agreement starting 01 December 2019 - \u00a333,900.00",
                    "parent_interest_id": 4196,
                    "registered": "2020-01-09",
                    "published": "2024-03-16",
                    "updated_1": "",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 373,
                    "twfy_id": "10162",
                    "party": "conservative",
                    "member": "David Davis",
                    "regularity_of_payment": "Yearly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Yearly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "paid quarterly",
                    "value": 33900.0,
                    "hours_worked": 16.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/4197",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                },
                {
                    "id": 4034,
                    "summary": "Agreement - \u00a33,000.00",
                    "parent_interest_id": 4033,
                    "registered": "2020-01-07",
                    "published": "2024-03-16",
                    "updated_1": "",
                    "category": "Employment and earnings - Ongoing paid employment",
                    "mnis_id": 4739,
                    "twfy_id": "25904",
                    "party": "conservative",
                    "member": "Jerome Mayhew",
                    "regularity_of_payment": "Yearly",
                    "start_date": "",
                    "end_date": "",
                    "period_for_hours_worked": "Yearly",
                    "job_title": "",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 3000.0,
                    "hours_worked": 20.0,
                    "hours_details": "",
                    "is_ultimate_payer_different": false,
                    "ultimate_payer_name": "",
                    "ultimate_payer_protected_by_confidentiality": false,
                    "ultimate_payer_address": "",
                    "ultimate_payer_nature_of_business": "",
                    "is_payment_donated": false,
                    "donatee_paid_by": "",
                    "donatee_type": "",
                    "donatee_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/4034",
                    "updated_2": "",
                    "updated_3": "",
                    "updated_4": "",
                    "updated_5": "",
                    "updated_6": "",
                    "category_code": "1.2"
                }
            ]
        },
        {
            "title": "Category 2",
            "description": "Donations and other support (including loans) for activities as an MP",
            "custom": {
                "row_count": 537
            },
            "name": "category_2",
            "profile": "data-resource",
            "format": "json",
            "hashing": "md5",
            "encoding": "utf-8",
            "schema": {
                "fields": [
                    {
                        "name": "id",
                        "type": "integer",
                        "description": "Unique identifier for the interest",
                        "constraints": {
                            "unique": true
                        },
                        "example": "10799"
                    },
                    {
                        "name": "summary",
                        "type": "string",
                        "description": "Text summary of the interest",
                        "constraints": {
                            "unique": false
                        },
                        "example": "89Up Ltd - \u00a31,500.00"
                    },
                    {
                        "name": "parent_interest_id",
                        "type": "number",
                        "description": "Unique identifier for the parent interest",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                NaN
                            ]
                        },
                        "example": ""
                    },
                    {
                        "name": "registered",
                        "type": "string",
                        "description": "Registered date",
                        "constraints": {
                            "unique": false
                        },
                        "example": "2023-04-19"
                    },
                    {
                        "name": "published",
                        "type": "string",
                        "description": "Published date",
                        "constraints": {
                            "unique": false
                        },
                        "example": "2023-11-19"
                    },
                    {
                        "name": "updated_1",
                        "type": "string",
                        "description": "Updated date",
                        "constraints": {
                            "unique": false
                        },
                        "example": "2024-07-30"
                    },
                    {
                        "name": "category",
                        "type": "string",
                        "description": "Category of the interest",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                "Donations and other support (including loans) for activities as an MP"
                            ]
                        },
                        "example": "Donations and other support (including loans) for activities as an MP"
                    },
                    {
                        "name": "mnis_id",
                        "type": "integer",
                        "description": "Parliamentary ID of the MP",
                        "constraints": {
                            "unique": false
                        },
                        "example": "1171"
                    },
                    {
                        "name": "twfy_id",
                        "type": "string",
                        "description": "TheyWorkForYou ID of the MP",
                        "constraints": {
                            "unique": false
                        },
                        "example": "10155"
                    },
                    {
                        "name": "party",
                        "type": "string",
                        "description": "Political party of the MP",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                "conservative",
                                "green",
                                "independent",
                                "labour",
                                "labourco-operative",
                                "liberal-democrat",
                                "plaid-cymru",
                                "reform"
                            ]
                        },
                        "example": "conservative"
                    },
                    {
                        "name": "member",
                        "type": "string",
                        "description": "Name of the MP",
                        "constraints": {
                            "unique": false
                        },
                        "example": "Adam Dance"
                    },
                    {
                        "name": "donation_source",
                        "type": "string",
                        "description": "Source of the donation",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                                "(b) Any other support not included in Category 2(a)"
                            ]
                        },
                        "example": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation"
                    },
                    {
                        "name": "payment_type",
                        "type": "string",
                        "description": "Type of payment",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                "In kind",
                                "Monetary"
                            ]
                        },
                        "example": "In kind"
                    },
                    {
                        "name": "payment_description",
                        "type": "string",
                        "description": "Description of the payment",
                        "constraints": {
                            "unique": false
                        },
                        "example": "(monthly donations of \u00a3500 between January and November 2025)"
                    },
                    {
                        "name": "value",
                        "type": "number",
                        "description": "Value of the donation",
                        "constraints": {
                            "unique": false
                        },
                        "example": "1000.0"
                    },
                    {
                        "name": "received_date",
                        "type": "string",
                        "description": "Date the payment was received",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                ""
                            ]
                        },
                        "example": ""
                    },
                    {
                        "name": "accepted_date",
                        "type": "string",
                        "description": "Date the payment was accepted",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                ""
                            ]
                        },
                        "example": ""
                    },
                    {
                        "name": "received_end_date",
                        "type": "string",
                        "description": "End date of the payment",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                ""
                            ]
                        },
                        "example": ""
                    },
                    {
                        "name": "is_sole_beneficiary",
                        "type": "boolean",
                        "description": "Whether the MP is the sole beneficiary",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                false,
                                true
                            ]
                        },
                        "example": "False"
                    },
                    {
                        "name": "donor_name",
                        "type": "string",
                        "description": "Name of the donor",
                        "constraints": {
                            "unique": false
                        },
                        "example": "89Up Ltd"
                    },
                    {
                        "name": "donor_public_address",
                        "type": "string",
                        "description": "Public address of the donor",
                        "constraints": {
                            "unique": false
                        },
                        "example": "1 Canada Square\nLondon\nE14 5AA"
                    },
                    {
                        "name": "donor_status",
                        "type": "string",
                        "description": "Status of the donor",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                "Company",
                                "Individual",
                                "Limited Liability Partnership",
                                "Other",
                                "Registered Party",
                                "Trade Union",
                                "Unincorporated association"
                            ]
                        },
                        "example": "Company"
                    },
                    {
                        "name": "donor_company_name",
                        "type": "string",
                        "description": "Name of the donor company",
                        "constraints": {
                            "unique": false
                        },
                        "example": "89Up Ltd"
                    },
                    {
                        "name": "donor_company_url",
                        "type": "number",
                        "description": "URL of the donor company",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                NaN
                            ]
                        },
                        "example": ""
                    },
                    {
                        "name": "donor_company_identifier",
                        "type": "string",
                        "description": "Identifier of the donor company",
                        "constraints": {
                            "unique": false
                        },
                        "example": "00357963"
                    },
                    {
                        "name": "donor_company_identifier_source",
                        "type": "string",
                        "description": "Source of the donor company identifier",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                "Companies House"
                            ]
                        },
                        "example": "Companies House"
                    },
                    {
                        "name": "donor_trust_details",
                        "type": "number",
                        "description": "Details of the donor trust",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                NaN
                            ]
                        },
                        "example": ""
                    },
                    {
                        "name": "donor_other_details",
                        "type": "string",
                        "description": "Details of the donor",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                "Charity",
                                "Education college",
                                "Member's Association",
                                "The UK Fusion Cluster is a network of organisations, including research institutions, businesses and government bodies, focused on advancing fusion energy research and development within the UK. It fosters collaboration and innovation to accelerate progress in the field.",
                                "University",
                                "special interest group - key cities network is a special interest group of  the Local Government Association (company number of the LGA 11177145) comprising 24 statutory local urban city authorities and administered by Salford City Council"
                            ]
                        },
                        "example": "Charity"
                    },
                    {
                        "name": "link",
                        "type": "string",
                        "description": "Link to the interest in the Parliament API",
                        "constraints": {
                            "unique": true
                        },
                        "example": "https://interests-api.parliament.uk/api/v1/Interests/10799"
                    },
                    {
                        "name": "updated_2",
                        "type": "string",
                        "description": "Date the second interest was updated",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                "2025-08-28",
                                "2025-09-16",
                                "2025-10-14"
                            ]
                        },
                        "example": "2025-08-28"
                    },
                    {
                        "name": "category_code",
                        "type": "string",
                        "description": "Code for the category of the interest",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                "2"
                            ]
                        },
                        "example": "2"
                    }
                ]
            },
            "hash": "298dd0eab26fba4cbbe9e5338a510416",
            "data": [
                {
                    "id": 14597,
                    "summary": "Aid Alliance - \u00a32,400.00",
                    "parent_interest_id": "",
                    "registered": "2026-02-23",
                    "published": "2026-02-23",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 1211,
                    "twfy_id": "11115",
                    "party": "conservative",
                    "member": "Sir Andrew Mitchell",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "The services of a Policy Adviser for up to 2 days per week from 1st February to 28th February 2026",
                    "value": 2400.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Aid Alliance",
                    "donor_public_address": "8 All Saints Street, London N1 9RL",
                    "donor_status": "Company",
                    "donor_company_name": "Aid Alliance",
                    "donor_company_url": "",
                    "donor_company_identifier": "Company Registration No. 03395681 Registered Charity No. 1068839",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14597",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14598,
                    "summary": "James Moore - \u00a32,500.00",
                    "parent_interest_id": "",
                    "registered": "2026-02-23",
                    "published": "2026-02-23",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5327,
                    "twfy_id": "26582",
                    "party": "liberal-democrat",
                    "member": "Vikki Slade",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "For campaign costs in particular development of Social Media strategy and reach",
                    "value": 2500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "James Moore",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14598",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14528,
                    "summary": "Martin Littler - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2026-02-20",
                    "published": "2026-02-20",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4356,
                    "twfy_id": "25429",
                    "party": "labour",
                    "member": "Angela Rayner",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "Towards staffing costs.",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Martin Littler",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14528",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13858,
                    "summary": "UNISON - \u00a31,500.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-19",
                    "published": "2026-02-19",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5192,
                    "twfy_id": "26507",
                    "party": "labourco-operative",
                    "member": "Helena Dollimore",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "Support towards my annual Christmas card printing / postage costs",
                    "value": 1500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "UNISON",
                    "donor_public_address": "UNISON, 130 Euston Road, London NW1 2AY",
                    "donor_status": "Trade Union",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13858",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14584,
                    "summary": "Jonathan Conibear - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2026-02-19",
                    "published": "2026-02-19",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5346,
                    "twfy_id": "26617",
                    "party": "liberal-democrat",
                    "member": "Calum Miller",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "Donation to cover the cost of the MP Annual Report",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Jonathan Conibear",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14584",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14577,
                    "summary": "Barry Hearn OBE - \u00a310,000.00",
                    "parent_interest_id": "",
                    "registered": "2026-02-18",
                    "published": "2026-02-18",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 1447,
                    "twfy_id": "11199",
                    "party": "reform",
                    "member": "Andrew Rosindell",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "Sponsorship of St Patrick's Day reception in House of Commons",
                    "value": 10000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Barry Hearn OBE",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14577",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14576,
                    "summary": "Andrew Sells - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2026-02-17",
                    "published": "2026-02-17",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5062,
                    "twfy_id": "26335",
                    "party": "conservative",
                    "member": "Nick Timothy",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Andrew Sells",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14576",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14572,
                    "summary": "Gary Lubner - \u00a328,500.00",
                    "parent_interest_id": "",
                    "registered": "2026-02-17",
                    "published": "2026-02-17",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5099,
                    "twfy_id": "26389",
                    "party": "labourco-operative",
                    "member": "Miatta Fahnbulleh",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "Supporting the work of my office.",
                    "value": 28500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Gary Lubner",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14572",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14568,
                    "summary": "RNIE Group LTD - \u00a310,000.00",
                    "parent_interest_id": "",
                    "registered": "2026-02-16",
                    "published": "2026-02-16",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4597,
                    "twfy_id": "25693",
                    "party": "conservative",
                    "member": "Mrs Kemi Badenoch",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "In support of the role of Leader of the Opposition",
                    "value": 10000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "RNIE Group LTD",
                    "donor_public_address": "4th Floor Cumberland House, 15-17 Cumberland Place, Southampton, Hampshire, United Kingdom, SO15 2BG",
                    "donor_status": "Company",
                    "donor_company_name": "RNIE Group LTD",
                    "donor_company_url": "",
                    "donor_company_identifier": "12801386",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14568",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14560,
                    "summary": "Ewan Kirk - \u00a310,000.00",
                    "parent_interest_id": "",
                    "registered": "2026-02-14",
                    "published": "2026-02-14",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4769,
                    "twfy_id": "25901",
                    "party": "liberal-democrat",
                    "member": "Daisy Cooper",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 10000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Ewan Kirk",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14560",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14559,
                    "summary": "Thomas Gosling - \u00a310,000.00",
                    "parent_interest_id": "",
                    "registered": "2026-02-14",
                    "published": "2026-02-14",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4769,
                    "twfy_id": "25901",
                    "party": "liberal-democrat",
                    "member": "Daisy Cooper",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 10000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Thomas Gosling",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14559",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14403,
                    "summary": "Homes for Britain Ltd - \u00a32,200.00",
                    "parent_interest_id": "",
                    "registered": "2026-02-11",
                    "published": "2026-02-12",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5300,
                    "twfy_id": "26529",
                    "party": "labour",
                    "member": "Kevin McKenna",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2200.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Homes for Britain Ltd",
                    "donor_public_address": "12 Old Bond Street, London W1S 4PW",
                    "donor_status": "Company",
                    "donor_company_name": "Homes for Britain Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "14724694",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14403",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14527,
                    "summary": "Richard Greer - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2026-02-12",
                    "published": "2026-02-12",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4356,
                    "twfy_id": "25429",
                    "party": "labour",
                    "member": "Angela Rayner",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "Towards staffing costs",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Richard Greer",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14527",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14549,
                    "summary": "Paul Beck - \u00a33,000.00",
                    "parent_interest_id": "",
                    "registered": "2026-02-12",
                    "published": "2026-02-12",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5340,
                    "twfy_id": "26622",
                    "party": "conservative",
                    "member": "Jack Rankin",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "To support campaigning efforts in Englefield Green and Virginia Water (in my constituency).",
                    "value": 3000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Paul Beck",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14549",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14535,
                    "summary": "Susan Green - \u00a32,000.00",
                    "parent_interest_id": "",
                    "registered": "2026-02-10",
                    "published": "2026-02-11",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 3935,
                    "twfy_id": "24914",
                    "party": "conservative",
                    "member": "Sir Mel Stride",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "Political activity",
                    "value": 2000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Susan Green",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14535",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14537,
                    "summary": "IPGL Limited - \u00a32,000.00",
                    "parent_interest_id": "",
                    "registered": "2026-02-10",
                    "published": "2026-02-11",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 3935,
                    "twfy_id": "24914",
                    "party": "conservative",
                    "member": "Sir Mel Stride",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "Political activity",
                    "value": 2000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "IPGL Limited",
                    "donor_public_address": "39 Sloane Street, London SW1X 9PL",
                    "donor_status": "Company",
                    "donor_company_name": "IPGL Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "09064598",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14537",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14522,
                    "summary": "The Refugee, Asylum and Migration Policy Project (RAMP) - \u00a35,561.11",
                    "parent_interest_id": "",
                    "registered": "2026-02-09",
                    "published": "2026-02-09",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5067,
                    "twfy_id": "26346",
                    "party": "labour",
                    "member": "Tony Vaughan",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Research services provided for 2 days per week",
                    "value": 5561.11,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "The Refugee, Asylum and Migration Policy Project (RAMP)",
                    "donor_public_address": "The Courtyard, High Street, Ascot SL5 7HP",
                    "donor_status": "Company",
                    "donor_company_name": "The Refugee, Asylum and Migration Policy Project (RAMP)",
                    "donor_company_url": "",
                    "donor_company_identifier": "12373468",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14522",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14521,
                    "summary": "The Refugee, Asylum and Migration Policy Project (RAMP) - \u00a320,438.89",
                    "parent_interest_id": "",
                    "registered": "2026-02-09",
                    "published": "2026-02-09",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5067,
                    "twfy_id": "26346",
                    "party": "labour",
                    "member": "Tony Vaughan",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Research services provided for 2 days per week",
                    "value": 20438.89,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "The Refugee, Asylum and Migration Policy Project (RAMP)",
                    "donor_public_address": "The Courtyard, High Street, Ascot SL5 7HP",
                    "donor_status": "Company",
                    "donor_company_name": "The Refugee, Asylum and Migration Policy Project (RAMP)",
                    "donor_company_url": "",
                    "donor_company_identifier": "12373468",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14521",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14492,
                    "summary": "Tratos UK Limited - \u00a34,276.55",
                    "parent_interest_id": "",
                    "registered": "2026-02-09",
                    "published": "2026-02-09",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4439,
                    "twfy_id": "25413",
                    "party": "conservative",
                    "member": "Alberto Costa",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "Direct mail and printing costs for a constituency-wide newsletter. The total cost was split across two payments; this entry relates to the first payment.",
                    "value": 4276.55,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Tratos UK Limited",
                    "donor_public_address": "50 Randles Road\nKnowsley Business Park\nPrescot\nMerseyside\nL34 9HX",
                    "donor_status": "Company",
                    "donor_company_name": "Tratos UK Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "01524815",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14492",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14502,
                    "summary": "Dominic Mathon - \u00a3800.00",
                    "parent_interest_id": "",
                    "registered": "2026-02-05",
                    "published": "2026-02-06",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "party": "liberal-democrat",
                    "member": "Mike Martin",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 800.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Dominic Mathon",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14502",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14503,
                    "summary": "Dominic Mathon - \u00a3800.00",
                    "parent_interest_id": "",
                    "registered": "2026-02-05",
                    "published": "2026-02-06",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "party": "liberal-democrat",
                    "member": "Mike Martin",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 800.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Dominic Mathon",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14503",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14504,
                    "summary": "Dominic Mathon - \u00a3800.00",
                    "parent_interest_id": "",
                    "registered": "2026-02-05",
                    "published": "2026-02-06",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "party": "liberal-democrat",
                    "member": "Mike Martin",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 800.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Dominic Mathon",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14504",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14513,
                    "summary": "OPD Group Ltd (a company controlled by Peter Hearn) - \u00a355,000.00",
                    "parent_interest_id": "",
                    "registered": "2026-02-06",
                    "published": "2026-02-06",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4504,
                    "twfy_id": "25320",
                    "party": "labour",
                    "member": "Wes Streeting",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "Towards staffing costs in my constituency office, to be paid in four instalments between 22 January 2026 and December 2026",
                    "value": 55000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "OPD Group Ltd (a company controlled by Peter Hearn)",
                    "donor_public_address": "Grenville House, 4 Grenville Avenue, Broxbourne, Hertfordshire EN10 7DH",
                    "donor_status": "Company",
                    "donor_company_name": "OPD Group Ltd (a company controlled by Peter Hearn)",
                    "donor_company_url": "",
                    "donor_company_identifier": "03201382",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14513",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14320,
                    "summary": "Reeten Banerji - \u00a33,000.00",
                    "parent_interest_id": "",
                    "registered": "2026-02-04",
                    "published": "2026-02-05",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5336,
                    "twfy_id": "26627",
                    "party": "liberal-democrat",
                    "member": "Helen Maguire",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "Parliamentary Campaign",
                    "value": 3000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Reeten Banerji",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14320",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14501,
                    "summary": "Alan Montomery - \u00a32,511.00",
                    "parent_interest_id": "",
                    "registered": "2026-02-05",
                    "published": "2026-02-05",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5263,
                    "twfy_id": "26366",
                    "party": "liberal-democrat",
                    "member": "Alex Brewer",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2511.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Alan Montomery",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14501",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14469,
                    "summary": "Richard Greer - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2026-02-05",
                    "published": "2026-02-05",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4356,
                    "twfy_id": "25429",
                    "party": "labour",
                    "member": "Angela Rayner",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "Towards staffing costs",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Richard Greer",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14469",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14488,
                    "summary": "Mr Philip Rimmer - \u00a32,060.12",
                    "parent_interest_id": "",
                    "registered": "2026-02-03",
                    "published": "2026-02-04",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5241,
                    "twfy_id": "26553",
                    "party": "conservative",
                    "member": "Aphra Brandreth",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2060.12,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Mr Philip Rimmer",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14488",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14483,
                    "summary": "Aid Alliance - \u00a31,860.00",
                    "parent_interest_id": "",
                    "registered": "2026-02-03",
                    "published": "2026-02-04",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4788,
                    "twfy_id": "25813",
                    "party": "labour",
                    "member": "Fleur Anderson",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "The services of an Adviser for 1 day per week from 19 January 2026 to 30 April 2026",
                    "value": 1860.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Aid Alliance",
                    "donor_public_address": "50 Coller Road, Norwich NR6 7FB",
                    "donor_status": "Company",
                    "donor_company_name": "Aid Alliance",
                    "donor_company_url": "",
                    "donor_company_identifier": "16507092",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14483",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14477,
                    "summary": "Aid Alliance - \u00a31,860.00",
                    "parent_interest_id": "",
                    "registered": "2026-02-03",
                    "published": "2026-02-04",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5307,
                    "twfy_id": "26515",
                    "party": "labour",
                    "member": "Dr Beccy Cooper",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "The services of a paid intern for one day per week to support my work on global health",
                    "value": 1860.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Aid Alliance",
                    "donor_public_address": "50 Coller Road, Norwich, NR6 7FB",
                    "donor_status": "Company",
                    "donor_company_name": "Aid Alliance",
                    "donor_company_url": "",
                    "donor_company_identifier": "16507092",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14477",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14490,
                    "summary": "James Heath - \u00a32,400.00",
                    "parent_interest_id": "",
                    "registered": "2026-02-04",
                    "published": "2026-02-04",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4776,
                    "twfy_id": "25820",
                    "party": "liberal-democrat",
                    "member": "Munira Wilson",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "Received in monthly instalments of \u00a3200 from 26th January 2026 until December 2026 by my local party for use by me as MP for Twickenham",
                    "value": 2400.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "James Heath",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14490",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14491,
                    "summary": "Jasper Cook - \u00a32,400.00",
                    "parent_interest_id": "",
                    "registered": "2026-02-04",
                    "published": "2026-02-04",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4776,
                    "twfy_id": "25820",
                    "party": "liberal-democrat",
                    "member": "Munira Wilson",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "Received in monthly instalments of \u00a3200 from 26th January 2026 until December 2026 by my local party for use by me as MP for Twickenham",
                    "value": 2400.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Jasper Cook",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14491",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14468,
                    "summary": "Trevor Chinn - \u00a32,500.00",
                    "parent_interest_id": "",
                    "registered": "2026-02-04",
                    "published": "2026-02-04",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4356,
                    "twfy_id": "25429",
                    "party": "labour",
                    "member": "Angela Rayner",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "To assist in campaign activities",
                    "value": 2500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Trevor Chinn",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14468",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14482,
                    "summary": "Sir Trevor Edwin Chinn - \u00a31,250.00",
                    "parent_interest_id": "",
                    "registered": "2026-02-02",
                    "published": "2026-02-03",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5060,
                    "twfy_id": "26328",
                    "party": "labour",
                    "member": "Josh Simons",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1250.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Sir Trevor Edwin Chinn",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14482",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14470,
                    "summary": "Sir Trevor Edwin Chinn - \u00a31,250.00",
                    "parent_interest_id": "",
                    "registered": "2026-02-02",
                    "published": "2026-02-03",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5060,
                    "twfy_id": "26328",
                    "party": "labour",
                    "member": "Josh Simons",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1250.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Sir Trevor Edwin Chinn",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14470",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14473,
                    "summary": "Peter Frankopan - \u00a32,400.00",
                    "parent_interest_id": "",
                    "registered": "2026-02-03",
                    "published": "2026-02-03",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4656,
                    "twfy_id": "25689",
                    "party": "liberal-democrat",
                    "member": "Layla Moran",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "paid in monthly instalments of \u00a3200 between 8th January 2026 and December 2026",
                    "value": 2400.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Peter Frankopan",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14473",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14474,
                    "summary": "Hugo Brunner - \u00a32,400.00",
                    "parent_interest_id": "",
                    "registered": "2026-02-03",
                    "published": "2026-02-03",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4656,
                    "twfy_id": "25689",
                    "party": "liberal-democrat",
                    "member": "Layla Moran",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "paid in monthly instalments of \u00a3200 between 15th January 2026 and December 2026",
                    "value": 2400.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Hugo Brunner",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14474",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14475,
                    "summary": "Dermot Roaf - \u00a31,800.00",
                    "parent_interest_id": "",
                    "registered": "2026-02-03",
                    "published": "2026-02-03",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4656,
                    "twfy_id": "25689",
                    "party": "liberal-democrat",
                    "member": "Layla Moran",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "paid in monthly instalments of \u00a3150 between 2nd January 2026 and December 2026",
                    "value": 1800.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Dermot Roaf",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14475",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14476,
                    "summary": "Layla Moran - \u00a31,800.00",
                    "parent_interest_id": "",
                    "registered": "2026-02-03",
                    "published": "2026-02-03",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4656,
                    "twfy_id": "25689",
                    "party": "liberal-democrat",
                    "member": "Layla Moran",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "paid in monthly instalments of \u00a3150 between 2nd January 2026 and December 2026",
                    "value": 1800.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Layla Moran",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14476",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14485,
                    "summary": "D-Tec International - \u00a32,500.00",
                    "parent_interest_id": "",
                    "registered": "2026-02-03",
                    "published": "2026-02-03",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5072,
                    "twfy_id": "26347",
                    "party": "conservative",
                    "member": "Mr Andrew Snowden",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "D-Tec International",
                    "donor_public_address": "The Old Bank, 1A Church Row, Preston PR4 2PD",
                    "donor_status": "Company",
                    "donor_company_name": "D-Tec International",
                    "donor_company_url": "",
                    "donor_company_identifier": "03206088",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14485",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14462,
                    "summary": "Iain Gorman - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2026-02-02",
                    "published": "2026-02-02",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "party": "reform",
                    "member": "Lee Anderson",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Iain Gorman",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14462",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14454,
                    "summary": "Tim Hewens - \u00a3750.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-30",
                    "published": "2026-02-02",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5299,
                    "twfy_id": "26516",
                    "party": "liberal-democrat",
                    "member": "Monica Harding",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 750.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Tim Hewens",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14454",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14447,
                    "summary": "Social Workers Union (SWU) and British Association of Social Workers (BASW) - \u00a34,868.12",
                    "parent_interest_id": "",
                    "registered": "2026-02-02",
                    "published": "2026-02-02",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4831,
                    "twfy_id": "25816",
                    "party": "labour",
                    "member": "Ian Byrne",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "In my capacity as Chair of the new Cross-Party Group for Social Work, I sponsored an event hosted by Campaign Collective for the Social Workers Union (SWU) and the British Association of Social Workers (BASW), showcasing their important work to MPs.",
                    "value": 4868.12,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Social Workers Union (SWU) and British Association of Social Workers (BASW)",
                    "donor_public_address": "SWU Head Office\nWellesley House\n37 Waterloo Street\nB2 5PP",
                    "donor_status": "Trade Union",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14447",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14436,
                    "summary": "Key Cities (Network) - \u00a31,667.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-28",
                    "published": "2026-01-30",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4396,
                    "twfy_id": "25368",
                    "party": "labour",
                    "member": "Rebecca Long Bailey",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Estimated amount for services in kind comprising the administration and coordination to re-establish the Key Cities APPG of which I was previously the Co-Chair",
                    "value": 1667.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Key Cities (Network)",
                    "donor_public_address": "Salford City Council, Salford Civic Centre, Chorley Road, Swinton, Salford M27 5FJ",
                    "donor_status": "Other",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "special interest group - key cities network is a special interest group of  the Local Government Association (company number of the LGA 11177145) comprising 24 statutory local urban city authorities and administered by Salford City Council",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14436",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14427,
                    "summary": "Estates UK - \u00a31,510.41",
                    "parent_interest_id": "",
                    "registered": "2026-01-27",
                    "published": "2026-01-28",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 3957,
                    "twfy_id": "24814",
                    "party": "conservative",
                    "member": "Martin Vickers",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1510.41,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Estates UK",
                    "donor_public_address": "9 Waterside Business Park, Hessle HU13 0EG",
                    "donor_status": "Company",
                    "donor_company_name": "Estates UK",
                    "donor_company_url": "",
                    "donor_company_identifier": "03514128",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14427",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14435,
                    "summary": "Orla Dunn - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-28",
                    "published": "2026-01-28",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4776,
                    "twfy_id": "25820",
                    "party": "liberal-democrat",
                    "member": "Munira Wilson",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "Donation received by local party for use by me as MP for Twickenham",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Orla Dunn",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14435",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14438,
                    "summary": "International Centre of Justice for Palestinians (ICJP) - \u00a340,000.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-28",
                    "published": "2026-01-28",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5268,
                    "twfy_id": "26620",
                    "party": "independent",
                    "member": "Iqbal Mohamed",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Full time research assistant provided to the five Independent Alliance MPs to support their work in parliament",
                    "value": 40000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "International Centre of Justice for Palestinians (ICJP)",
                    "donor_public_address": "Scottish Provident House, \n1st Floor, \n76-80 College Road, \nHarrow, England\nHA1 1BQ",
                    "donor_status": "Company",
                    "donor_company_name": "International Centre of Justice for Palestinians (ICJP)",
                    "donor_company_url": "",
                    "donor_company_identifier": "13054048",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14438",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14387,
                    "summary": "Bansols Beta Ltd - \u00a310,000.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-26",
                    "published": "2026-01-27",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4785,
                    "twfy_id": "25889",
                    "party": "conservative",
                    "member": "Dr Ben Spencer",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "Money donated to FTL Club, an unincorporated association, to support my political activities.",
                    "value": 10000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Bansols Beta Ltd",
                    "donor_public_address": "12 North Bar, Banbury OX16 0TB",
                    "donor_status": "Company",
                    "donor_company_name": "Bansols Beta Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "02878404",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14387",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14421,
                    "summary": "James Mellon - \u00a310,000.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-27",
                    "published": "2026-01-27",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4597,
                    "twfy_id": "25693",
                    "party": "conservative",
                    "member": "Mrs Kemi Badenoch",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "In support of my role as Leader of the Opposition",
                    "value": 10000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "James Mellon",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14421",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14400,
                    "summary": "Homes for Britain Ltd - \u00a32,155.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-26",
                    "published": "2026-01-26",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5316,
                    "twfy_id": "26630",
                    "party": "labour",
                    "member": "Mike Reader",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "Fundraiser donation",
                    "value": 2155.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Homes for Britain Ltd",
                    "donor_public_address": "12 Old Bond Street, London W1S 4PW",
                    "donor_status": "Company",
                    "donor_company_name": "Homes for Britain Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "14724694",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14400",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14391,
                    "summary": "International Centre of Justice for Palestinians - \u00a340,000.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-26",
                    "published": "2026-01-26",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5357,
                    "twfy_id": "26631",
                    "party": "independent",
                    "member": "Ayoub Khan",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Full-time research assistant provided to the Independent Alliance MPs to support their work in Parliament",
                    "value": 40000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "International Centre of Justice for Palestinians",
                    "donor_public_address": "Scottish Provident House, 1st Floor, 76-80 College Road, Harrow HA1 1BQ",
                    "donor_status": "Company",
                    "donor_company_name": "International Centre of Justice for Palestinians",
                    "donor_company_url": "",
                    "donor_company_identifier": "13054048",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14391",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14410,
                    "summary": "Barking and Dagenham College - \u00a3750.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-26",
                    "published": "2026-01-26",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5272,
                    "twfy_id": "26495",
                    "party": "labour",
                    "member": "Margaret Mullane",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "deposits waived for room hire for my constituency Surgery (\u00a3500.00 and \u00a3250.00)",
                    "value": 750.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Barking and Dagenham College",
                    "donor_public_address": "Rush Green campus, Rush Green Road, Dagenham RM7 OXU",
                    "donor_status": "Other",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "Education college",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14410",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14405,
                    "summary": "UNISON - \u00a32,000.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-26",
                    "published": "2026-01-26",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4618,
                    "twfy_id": "25623",
                    "party": "labour",
                    "member": "Liz Twist",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "Contribution towards printing costs for publication.",
                    "value": 2000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "UNISON",
                    "donor_public_address": "UNISON Centre, 130 Euston Road, London NW1 2AY",
                    "donor_status": "Trade Union",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14405",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14411,
                    "summary": "James Stewart - \u00a36,000.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-26",
                    "published": "2026-01-26",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 1512,
                    "twfy_id": "11970",
                    "party": "conservative",
                    "member": "David Mundell",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 6000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "James Stewart",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14411",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14393,
                    "summary": "Sophie Smith - \u00a34,000.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-22",
                    "published": "2026-01-23",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4780,
                    "twfy_id": "25851",
                    "party": "conservative",
                    "member": "Laura Trott",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "for staff support",
                    "value": 4000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Sophie Smith",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14393",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14380,
                    "summary": "Playscan Limited - \u00a350,000.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-22",
                    "published": "2026-01-22",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4263,
                    "twfy_id": "25165",
                    "party": "labourco-operative",
                    "member": "Lucy Powell",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "Donation made directly to the Labour Party for the provision of staff costs to support my role and office as Deputy Leader of the Labour Party.",
                    "value": 50000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Playscan Limited",
                    "donor_public_address": "222 Alcester Road, Moseley, Birmingham B13 8EY",
                    "donor_status": "Company",
                    "donor_company_name": "Playscan Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "01966393",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14380",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14392,
                    "summary": "Brecon & Radnorshire Lib Dem 49 Club - \u00a34,100.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-22",
                    "published": "2026-01-22",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5284,
                    "twfy_id": "26518",
                    "party": "liberal-democrat",
                    "member": "David Chadwick",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "Jane Dodds, Member of the Senedd for Mid & West Wales",
                    "value": 4100.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Brecon & Radnorshire Lib Dem 49 Club",
                    "donor_public_address": "The Mews\nBrecon\nLD3 9AR",
                    "donor_status": "Unincorporated association",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14392",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14386,
                    "summary": "Ian Howard - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-22",
                    "published": "2026-01-22",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5283,
                    "twfy_id": "26498",
                    "party": "liberal-democrat",
                    "member": "Alison Bennett",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Ian Howard",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14386",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14378,
                    "summary": "The British Society for Antimicrobial Chemotherapy - \u00a32,222.22",
                    "parent_interest_id": "",
                    "registered": "2026-01-21",
                    "published": "2026-01-22",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5304,
                    "twfy_id": "26607",
                    "party": "liberal-democrat",
                    "member": "Dr Danny Chambers",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Salary paid to an intern for one day a week. 7 hours per day at the Living Wage of \u00a312.21 per hour, (value is estimated)",
                    "value": 2222.22,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "The British Society for Antimicrobial Chemotherapy",
                    "donor_public_address": "53 Regent Place, Birmingham B1 3NJ",
                    "donor_status": "Other",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "Charity",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14378",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14381,
                    "summary": "Neil Hudgell Limited - \u00a33,000.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-22",
                    "published": "2026-01-22",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4030,
                    "twfy_id": "24767",
                    "party": "labour",
                    "member": "Karl Turner",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Solicitors letter and King's Counsel advising Fee for a political case",
                    "value": 3000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Neil Hudgell Limited",
                    "donor_public_address": "2, The Dock, 46 Humber Street, Hull HU1 1TU",
                    "donor_status": "Company",
                    "donor_company_name": "Neil Hudgell Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "07078429",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14381",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14394,
                    "summary": "University and College Union - \u00a325,187.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-22",
                    "published": "2026-01-22",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4471,
                    "twfy_id": "25433",
                    "party": "labourco-operative",
                    "member": "Rachael Maskell",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "This donation is made to Solidarity Ltd to cover the costs of its support for the work UCU Parliamentary Group, of which I am the co-chair with Baroness Blower. The money does not come to me as an MP chairing the group.",
                    "value": 25187.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "University and College Union",
                    "donor_public_address": "University and College Union, Carlow Street, London, NW1 7LH",
                    "donor_status": "Trade Union",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14394",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14384,
                    "summary": "Michael Watson - \u00a31,600.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-22",
                    "published": "2026-01-22",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5284,
                    "twfy_id": "26518",
                    "party": "liberal-democrat",
                    "member": "David Chadwick",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "Jane Dodds Member of the Senedd for Mid & West Wales",
                    "value": 1600.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Michael Watson",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14384",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14383,
                    "summary": "UNISON - \u00a32,000.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-22",
                    "published": "2026-01-22",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5031,
                    "twfy_id": "26310",
                    "party": "labour",
                    "member": "Mark Ferguson",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "Donation to support my campaigning",
                    "value": 2000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "UNISON",
                    "donor_public_address": "UNISON Centre, 130 Euston Road NW1 2AY",
                    "donor_status": "Trade Union",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14383",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14367,
                    "summary": "Edward Garton Woods - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-21",
                    "published": "2026-01-21",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4527,
                    "twfy_id": "25398",
                    "party": "conservative",
                    "member": "Helen Whately",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "Financial support towards the cost of salary for a member of staff to assist my work as  a Shadow Secretary of State.",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Edward Garton Woods",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14367",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14330,
                    "summary": "Refrigeration House Limited - \u00a350,000.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-20",
                    "published": "2026-01-20",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4356,
                    "twfy_id": "25429",
                    "party": "labour",
                    "member": "Angela Rayner",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "Towards staffing costs",
                    "value": 50000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Refrigeration House Limited",
                    "donor_public_address": "Refrigeration House, Quebec Street, Oldham OL9 6QL",
                    "donor_status": "Company",
                    "donor_company_name": "Refrigeration House Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "15999252",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14330",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14345,
                    "summary": "Newton - \u00a34,200.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-16",
                    "published": "2026-01-19",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5041,
                    "twfy_id": "26332",
                    "party": "labour",
                    "member": "Shaun Davies",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "In kind",
                    "payment_description": "Sponsorship of event including venue hire",
                    "value": 4200.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Newton",
                    "donor_public_address": "Newton Ltd, Kingston Business Park 2, Kingston Bagpuize, Abingdon OX13 5FE",
                    "donor_status": "Company",
                    "donor_company_name": "Newton",
                    "donor_company_url": "",
                    "donor_company_identifier": "15372810",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14345",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13857,
                    "summary": "GMB Southern Region - \u00a36,600.00",
                    "parent_interest_id": "",
                    "registered": "2026-02-19",
                    "published": "2026-01-19",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5192,
                    "twfy_id": "26507",
                    "party": "labourco-operative",
                    "member": "Helena Dollimore",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Support for a constituency office, estimated value \u00a3550 per calendar month",
                    "value": 6600.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "GMB Southern Region",
                    "donor_public_address": "Mary Turner House, 22 Stephenson Way, London NW1 2HD",
                    "donor_status": "Trade Union",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13857",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14352,
                    "summary": "Watt Trading Ltd - \u00a310,000.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-19",
                    "published": "2026-01-19",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4597,
                    "twfy_id": "25693",
                    "party": "conservative",
                    "member": "Mrs Kemi Badenoch",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "In support of my role as Leader of the Conservative Party",
                    "value": 10000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Watt Trading Ltd",
                    "donor_public_address": "C/O Bpb Accountancy Ltd Paulton House, Old Mills, Paulton, United Kingdom, BS39 7SX",
                    "donor_status": "Company",
                    "donor_company_name": "Watt Trading Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "12906443",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14352",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14344,
                    "summary": "Mr George McGowan - \u00a33,000.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-18",
                    "published": "2026-01-19",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5282,
                    "twfy_id": "26502",
                    "party": "labour",
                    "member": "Dan Tomlinson",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 3000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Mr George McGowan",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14344",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14351,
                    "summary": "Francesca Perrin - \u00a330,000.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-19",
                    "published": "2026-01-19",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5360,
                    "twfy_id": "26632",
                    "party": "labour",
                    "member": "David Pinto-Duschinsky",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 30000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Francesca Perrin",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14351",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14301,
                    "summary": "Telford & Wrekin Labour Group of Councillors - \u00a312,000.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-15",
                    "published": "2026-01-15",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5041,
                    "twfy_id": "26332",
                    "party": "labour",
                    "member": "Shaun Davies",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "Donation from Telford & Wrekin Labour Group of Councillors to Telford Constituency Labour Party for joint campaigning.",
                    "value": 12000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Telford & Wrekin Labour Group of Councillors",
                    "donor_public_address": "Telford & Wrekin Labour, PO BOX 371, Telford. TF19FF",
                    "donor_status": "Unincorporated association",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14301",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14331,
                    "summary": "Lord (Stanley) Fink - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-14",
                    "published": "2026-01-14",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4527,
                    "twfy_id": "25398",
                    "party": "conservative",
                    "member": "Helen Whately",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "Financial support towards the cost of salary for a member of staff to assist the work of the Shadow Secretary of State.",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Lord (Stanley) Fink",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14331",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14319,
                    "summary": "Bridget Kendrick - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-13",
                    "published": "2026-01-13",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5336,
                    "twfy_id": "26627",
                    "party": "liberal-democrat",
                    "member": "Helen Maguire",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "Parliamentary campaign",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Bridget Kendrick",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14319",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14315,
                    "summary": "Good Law Project Ltd - \u00a31,800.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-12",
                    "published": "2026-01-13",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "party": "labour",
                    "member": "Clive Lewis",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "Provision of pro bono support for a complaint to the Charity Commission about the Institute for Economic Affairs (estimate).",
                    "value": 1800.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Good Law Project Ltd",
                    "donor_public_address": "3 East Point High Street, Seal, Sevenoaks, Kent TN15 0EG",
                    "donor_status": "Company",
                    "donor_company_name": "Good Law Project Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "10556197",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14315",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13749,
                    "summary": "Patrick H Foster - \u00a312,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-05",
                    "published": "2026-01-13",
                    "updated_1": "2026-01-13",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4765,
                    "twfy_id": "25872",
                    "party": "liberal-democrat",
                    "member": "Wendy Chamberlain",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "paid in monthly instalments from 22 December 2025 to 22 November 2026",
                    "value": 12000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Patrick H Foster",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13749",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14304,
                    "summary": "Bridget Fox - \u00a31,773.60",
                    "parent_interest_id": "",
                    "registered": "2026-01-12",
                    "published": "2026-01-12",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5201,
                    "twfy_id": "26539",
                    "party": "liberal-democrat",
                    "member": "Victoria Collins",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "In kind",
                    "payment_description": "Paid for fundraising dinner for Harpenden & Berkhamsted Liberal Democrat local party",
                    "value": 1773.6,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Bridget Fox",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14304",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14302,
                    "summary": "Allison Wren - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-12",
                    "published": "2026-01-12",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5201,
                    "twfy_id": "26539",
                    "party": "liberal-democrat",
                    "member": "Victoria Collins",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "Support via Harpenden & Berkhamsted local party, funding for local election campaigns.",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Allison Wren",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14302",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14289,
                    "summary": "East Wight Patrons Club - \u00a31,888.74",
                    "parent_interest_id": "",
                    "registered": "2026-01-07",
                    "published": "2026-01-08",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5255,
                    "twfy_id": "26504",
                    "party": "conservative",
                    "member": "Joe Robertson",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "MP Christmas cards 2024 and 2025, MP Office Christmas lunch 2024 and 2025, MP website annual licence fee, MP small business survey online software license",
                    "value": 1888.74,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "East Wight Patrons Club",
                    "donor_public_address": "private",
                    "donor_status": "Unincorporated association",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14289",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14288,
                    "summary": "Claire Enders - \u00a315,000.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-07",
                    "published": "2026-01-07",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4765,
                    "twfy_id": "25872",
                    "party": "liberal-democrat",
                    "member": "Wendy Chamberlain",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 15000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Claire Enders",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14288",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14283,
                    "summary": "Ebury Court Residential Care - \u00a33,000.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-07",
                    "published": "2026-01-07",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 1447,
                    "twfy_id": "11199",
                    "party": "reform",
                    "member": "Andrew Rosindell",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "Sponsorship of annual Christmas dinner",
                    "value": 3000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Ebury Court Residential Care",
                    "donor_public_address": "91-97 Saltergate, Chesterfield, Derbyshire S40 1LA",
                    "donor_status": "Company",
                    "donor_company_name": "Ebury Court Residential Care",
                    "donor_company_url": "",
                    "donor_company_identifier": "04870331",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14283",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14282,
                    "summary": "Best for Britain Ltd - \u00a335,332.32",
                    "parent_interest_id": "",
                    "registered": "2026-01-07",
                    "published": "2026-01-07",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5061,
                    "twfy_id": "26376",
                    "party": "labour",
                    "member": "Andrew Lewin",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Secretariat, meeting room and meeting catering, research, graphic design, printing, transcription and communication services provided to the members of the UK Trade and Business Commission of which I am chair, (estimated)",
                    "value": 35332.32,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Best for Britain Ltd",
                    "donor_public_address": "International House, 36-38 Cornhill, London EC3V 3NG",
                    "donor_status": "Company",
                    "donor_company_name": "Best for Britain Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "10436078",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14282",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14285,
                    "summary": "European Innovation Ltd - \u00a31,500.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-07",
                    "published": "2026-01-07",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5041,
                    "twfy_id": "26332",
                    "party": "labour",
                    "member": "Shaun Davies",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "To support the Member's charity fundraising Christmas card to constituents, with surplus donated to Lingen Davies cancer charity in Shropshire",
                    "value": 1500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "European Innovation Ltd",
                    "donor_public_address": "The Quad, Station Quarter, Telford TF3 4NT",
                    "donor_status": "Company",
                    "donor_company_name": "European Innovation Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "04334036",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14285",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14286,
                    "summary": "European Innovation Ltd - \u00a3950.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-07",
                    "published": "2026-01-07",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5041,
                    "twfy_id": "26332",
                    "party": "labour",
                    "member": "Shaun Davies",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "Sponsoring a fundraising event for Member",
                    "value": 950.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "European Innovation Ltd",
                    "donor_public_address": "The Quad, Station Quarter, Telford TF3 4NT",
                    "donor_status": "Company",
                    "donor_company_name": "European Innovation Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "04334036",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14286",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14272,
                    "summary": "Refugee, Asylum and Migration Policy Project (RAMP) - \u00a36,500.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-06",
                    "published": "2026-01-06",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5245,
                    "twfy_id": "26611",
                    "party": "labour",
                    "member": "Chris Murray",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Services of a policy adviser for two days per week (value is estimated)",
                    "value": 6500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Refugee, Asylum and Migration Policy Project (RAMP)",
                    "donor_public_address": "The Courtyard, High Street, Ascot SL5 7HP",
                    "donor_status": "Company",
                    "donor_company_name": "Refugee, Asylum and Migration Policy Project (RAMP)",
                    "donor_company_url": "",
                    "donor_company_identifier": "12373468",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14272",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14281,
                    "summary": "James Mellon - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-06",
                    "published": "2026-01-06",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4874,
                    "twfy_id": "25927",
                    "party": "conservative",
                    "member": "Andrew Griffith",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "James Mellon",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14281",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14249,
                    "summary": "Unison - \u00a32,000.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-05",
                    "published": "2026-01-05",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4993,
                    "twfy_id": "26271",
                    "party": "labour",
                    "member": "Keir Mather",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "Leaflet and direct mail for constituency campaigning",
                    "value": 2000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Unison",
                    "donor_public_address": "130 Euston Road, London NW1 2AY",
                    "donor_status": "Trade Union",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14249",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14251,
                    "summary": "Richard Oldfield - \u00a37,500.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-05",
                    "published": "2026-01-05",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4527,
                    "twfy_id": "25398",
                    "party": "conservative",
                    "member": "Helen Whately",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "Financial support towards the cost of salary for a member of staff to assist the work of the Shadow Secretary of State.",
                    "value": 7500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Richard Oldfield",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14251",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12204,
                    "summary": "The Refugee, Asylum and Migration Policy Project (RAMP) - \u00a39,750.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-05",
                    "published": "2026-01-05",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4872,
                    "twfy_id": "25892",
                    "party": "conservative",
                    "member": "David Simmonds",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "The services of a Policy Adviser for 1 day per week, (estimated)",
                    "value": 9750.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "The Refugee, Asylum and Migration Policy Project (RAMP)",
                    "donor_public_address": "The Courtyard, High Street, Ascot SL5 7HP",
                    "donor_status": "Company",
                    "donor_company_name": "The Refugee, Asylum and Migration Policy Project (RAMP)",
                    "donor_company_url": "",
                    "donor_company_identifier": "12373468",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12204",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14253,
                    "summary": "The Refugee, Asylum and Migration Policy Project (RAMP) - \u00a33,250.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-05",
                    "published": "2026-01-05",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4864,
                    "twfy_id": "25908",
                    "party": "labour",
                    "member": "Olivia Blake",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Research services provided for two days a week between 1st January 2026 and 31st March 2026 (value stated is the maximum)",
                    "value": 3250.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "The Refugee, Asylum and Migration Policy Project (RAMP)",
                    "donor_public_address": "The Courtyard, High Street, Ascot SL5 7HP",
                    "donor_status": "Company",
                    "donor_company_name": "The Refugee, Asylum and Migration Policy Project (RAMP)",
                    "donor_company_url": "",
                    "donor_company_identifier": "12373468",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14253",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14245,
                    "summary": "Mundev Wouhra - \u00a310,000.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-02",
                    "published": "2026-01-05",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5039,
                    "twfy_id": "26333",
                    "party": "labour",
                    "member": "Kanishka Narayan",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 10000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Mundev Wouhra",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14245",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14248,
                    "summary": "The Refugee, Asylum and Migration Policy Project (RAMP) - \u00a33,250.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-05",
                    "published": "2026-01-05",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4872,
                    "twfy_id": "25892",
                    "party": "conservative",
                    "member": "David Simmonds",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "The services of a Policy Adviser for one day per week (value is estimated)",
                    "value": 3250.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "The Refugee, Asylum and Migration Policy Project (RAMP)",
                    "donor_public_address": "The Courtyard, High Street, Ascot SL5 7HP",
                    "donor_status": "Company",
                    "donor_company_name": "The Refugee, Asylum and Migration Policy Project (RAMP)",
                    "donor_company_url": "",
                    "donor_company_identifier": "12373468",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14248",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14123,
                    "summary": "Martin Littler - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-05",
                    "published": "2026-01-05",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4356,
                    "twfy_id": "25429",
                    "party": "labour",
                    "member": "Angela Rayner",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "Towards staffing costs.",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Martin Littler",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14123",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14234,
                    "summary": "Alasdair Breach - \u00a312,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-29",
                    "published": "2025-12-29",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "party": "liberal-democrat",
                    "member": "Charlie Maynard",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 12500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Alasdair Breach",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14234",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14232,
                    "summary": "Alasdair Breach - \u00a312,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-29",
                    "published": "2025-12-29",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "party": "liberal-democrat",
                    "member": "Charlie Maynard",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 12500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Alasdair Breach",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14232",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14233,
                    "summary": "Alasdair Breach - \u00a312,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-29",
                    "published": "2025-12-29",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "party": "liberal-democrat",
                    "member": "Charlie Maynard",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 12500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Alasdair Breach",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14233",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14224,
                    "summary": "Dominic J Brisby - \u00a32,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-24",
                    "published": "2025-12-24",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5340,
                    "twfy_id": "26622",
                    "party": "conservative",
                    "member": "Jack Rankin",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "to support my work as Member of Parliament for Windsor.",
                    "value": 2000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Dominic J Brisby",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14224",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14211,
                    "summary": "Lord Tim Clement-Jones - \u00a33,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-22",
                    "published": "2025-12-22",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4776,
                    "twfy_id": "25820",
                    "party": "liberal-democrat",
                    "member": "Munira Wilson",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "Received in monthly instalments of \u00a3250 from December 2025 until November 2026 by my local party, for use by me in my role as MP for Twickenham",
                    "value": 3000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Lord Tim Clement-Jones",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14211",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14210,
                    "summary": "Robin Brown - \u00a310,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-22",
                    "published": "2025-12-22",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4776,
                    "twfy_id": "25820",
                    "party": "liberal-democrat",
                    "member": "Munira Wilson",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "Received in monthly donations of \u00a3833.34 per month from December 2025 until November 2026 by my local party, for use in my role as MP for Twickenham",
                    "value": 10000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Robin Brown",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14210",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14212,
                    "summary": "College Street Partners Ltd - \u00a320,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-22",
                    "published": "2025-12-22",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4769,
                    "twfy_id": "25901",
                    "party": "liberal-democrat",
                    "member": "Daisy Cooper",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 20000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "College Street Partners Ltd",
                    "donor_public_address": "23b Cloudesley Street, London N1 0HX",
                    "donor_status": "Company",
                    "donor_company_name": "College Street Partners Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "07079981",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14212",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14194,
                    "summary": "IPGL Limited - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-19",
                    "published": "2025-12-19",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4806,
                    "twfy_id": "25890",
                    "party": "conservative",
                    "member": "Claire Coutinho",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "Paid to my Conservative association to aid with local campaigning",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "IPGL Limited",
                    "donor_public_address": "3rd Floor 39 Sloane Street, Knightsbridge, London SW1X 9LP",
                    "donor_status": "Company",
                    "donor_company_name": "IPGL Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "02011009",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14194",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14190,
                    "summary": "Ramesh Dewan - \u00a32,182.50",
                    "parent_interest_id": "",
                    "registered": "2025-12-19",
                    "published": "2025-12-19",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5335,
                    "twfy_id": "26372",
                    "party": "liberal-democrat",
                    "member": "Jess Brown-Fuller",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "In kind",
                    "payment_description": "Funding for a dinner for the Chichester Liberal Democrats",
                    "value": 2182.5,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Ramesh Dewan",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14190",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14185,
                    "summary": "Unison South East - \u00a31,900.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-19",
                    "published": "2025-12-19",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5337,
                    "twfy_id": "26609",
                    "party": "labour",
                    "member": "Olivia Bailey",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "of this, \u00a3400 was for Olivia Bailey as MP, to pay for Christmas cards. The rest of the funds were a donation to the local political party",
                    "value": 1900.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Unison South East",
                    "donor_public_address": "130 Euston Road, London NW1 2AY",
                    "donor_status": "Trade Union",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14185",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14153,
                    "summary": "OPD Group Ltd - \u00a315,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-17",
                    "published": "2025-12-17",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4243,
                    "twfy_id": "25067",
                    "party": "labour",
                    "member": "Dan Jarvis",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 15000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "OPD Group Ltd",
                    "donor_public_address": "Grenville House, 4 Grenville Avenue, Broxbourne EN10 7DH",
                    "donor_status": "Company",
                    "donor_company_name": "OPD Group Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "03201382",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14153",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14160,
                    "summary": "The British Society for Antimicrobial Chemotherapy - \u00a310,158.72",
                    "parent_interest_id": "",
                    "registered": "2025-12-17",
                    "published": "2025-12-17",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5307,
                    "twfy_id": "26515",
                    "party": "labour",
                    "member": "Dr Beccy Cooper",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Salary paid to two interns for one day a week. 8 hours per day at the Living Wage of \u00a312.21 per hour",
                    "value": 10158.72,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "The British Society for Antimicrobial Chemotherapy",
                    "donor_public_address": "53 Regent Place, Birmingham B1 3NJ",
                    "donor_status": "Other",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "Charity",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14160",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14158,
                    "summary": "George James McGowan - \u00a33,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-16",
                    "published": "2025-12-16",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5189,
                    "twfy_id": "26462",
                    "party": "labour",
                    "member": "Gordon McKee",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 3000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "George James McGowan",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14158",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14148,
                    "summary": "Aid Alliance - \u00a31,600.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-16",
                    "published": "2025-12-16",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 1211,
                    "twfy_id": "11115",
                    "party": "conservative",
                    "member": "Sir Andrew Mitchell",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "The services of a Policy Adviser for up to two days per week from 1 to 19 December",
                    "value": 1600.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Aid Alliance",
                    "donor_public_address": "8 All Saints Street, London N1 9RL",
                    "donor_status": "Company",
                    "donor_company_name": "Aid Alliance",
                    "donor_company_url": "",
                    "donor_company_identifier": "03395681",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14148",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14140,
                    "summary": "Hilton Nathanson - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-15",
                    "published": "2025-12-15",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5062,
                    "twfy_id": "26335",
                    "party": "conservative",
                    "member": "Nick Timothy",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Hilton Nathanson",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14140",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14147,
                    "summary": "Southwark Cathedral - \u00a36,660.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-15",
                    "published": "2025-12-15",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4368,
                    "twfy_id": "25326",
                    "party": "labour",
                    "member": "Neil Coyle",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Venue Hire of Southwark Cathedral for 'Southwark Stands Together Event'",
                    "value": 6660.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Southwark Cathedral",
                    "donor_public_address": "Southwark Cathedral, London Bridge, London, SE1 9DA",
                    "donor_status": "Company",
                    "donor_company_name": "Southwark Cathedral",
                    "donor_company_url": "",
                    "donor_company_identifier": "02869292",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14147",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14139,
                    "summary": "John Harley - \u00a32,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-15",
                    "published": "2025-12-15",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "party": "liberal-democrat",
                    "member": "Mike Martin",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "John Harley",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14139",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14131,
                    "summary": "UNISON - \u00a32,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-12",
                    "published": "2025-12-12",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4943,
                    "twfy_id": "26085",
                    "party": "labourco-operative",
                    "member": "Simon Lightwood",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "To support the production of a constituency wide leaflet",
                    "value": 2000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "UNISON",
                    "donor_public_address": "UNISON Centre, 130 Euston Road, London NW1 2AY",
                    "donor_status": "Trade Union",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14131",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14106,
                    "summary": "Mr Abdul Sattar Shere-Mohammod (known as Shere M Sattar) - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-11",
                    "published": "2025-12-11",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4653,
                    "twfy_id": "25658",
                    "party": "labour",
                    "member": "Stephen Morgan",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "The donation was made to Portsmouth Labour Party and paid to the Portsmouth Labour Party bank account and was to raise money for Portsmouth Labour Party  for my re-election and support ongoing campaigns. The donation was repaid on 11 August 2025",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Mr Abdul Sattar Shere-Mohammod (known as Shere M Sattar)",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14106",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14124,
                    "summary": "The Fire Brigades Union (FBU) - \u00a31,918.21",
                    "parent_interest_id": "",
                    "registered": "2025-12-11",
                    "published": "2025-12-11",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4811,
                    "twfy_id": "25836",
                    "party": "labour",
                    "member": "Navendu Mishra",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "Sponsorship of Christmas cards. The amount includes the total cost of printing and postage.",
                    "value": 1918.21,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "The Fire Brigades Union (FBU)",
                    "donor_public_address": "Ken Cameron House, 171-173 Gray\u2019s Inn Road, London WC1X 8UE",
                    "donor_status": "Trade Union",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14124",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14125,
                    "summary": "The Fusion Cluster - \u00a31,678.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-11",
                    "published": "2025-12-11",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5047,
                    "twfy_id": "26329",
                    "party": "labour",
                    "member": "James Naish",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Benefits in kind provided by The Fusion Cluster as secretariat to the Fusion Energy APPG",
                    "value": 1678.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "The Fusion Cluster",
                    "donor_public_address": "Culham Science Centre, Abingdon, Oxfordshire OX14 3DB",
                    "donor_status": "Other",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "The UK Fusion Cluster is a network of organisations, including research institutions, businesses and government bodies, focused on advancing fusion energy research and development within the UK. It fosters collaboration and innovation to accelerate progress in the field.",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14125",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14104,
                    "summary": "Mr Abdul Sattar Shere-Mohammod (known as Shere M Sattar) - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-11",
                    "published": "2025-12-11",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4653,
                    "twfy_id": "25658",
                    "party": "labour",
                    "member": "Stephen Morgan",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "The donation was made to Portsmouth Labour Party via a crowdfunder page organised and administered by the Portsmouth Labour Party. The donation was paid to the Portsmouth Labour Party bank account and was to raise money for Portsmouth Labour Party to help my re-election and support ongoing campaigns. The donation was repaid on 11 August 2025.",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Mr Abdul Sattar Shere-Mohammod (known as Shere M Sattar)",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14104",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14105,
                    "summary": "Mr Adbul Sattar Shere-Mohammod (known as Shere M Sattar) - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-11",
                    "published": "2025-12-11",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4653,
                    "twfy_id": "25658",
                    "party": "labour",
                    "member": "Stephen Morgan",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "The donation was made to Portsmouth Labour Party via a crowdfunder page organised and administered by the Portsmouth Labour Party. The donation was paid to the Portsmouth Labour Party bank account and was to raise money for Portsmouth Labour Party to help my re-election and support ongoing campaigns. The donation was repaid on 11 August 2025",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Mr Adbul Sattar Shere-Mohammod (known as Shere M Sattar)",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14105",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14112,
                    "summary": "Tattersalls Ltd - \u00a310,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-10",
                    "published": "2025-12-10",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5062,
                    "twfy_id": "26335",
                    "party": "conservative",
                    "member": "Nick Timothy",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 10000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Tattersalls Ltd",
                    "donor_public_address": "Tattersalls Ltd, Terrace House, 125 High Street, Newmarket CB8 9BT",
                    "donor_status": "Company",
                    "donor_company_name": "Tattersalls Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "00791113",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14112",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14069,
                    "summary": "Royal Society of Chemistry - \u00a33,732.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-04",
                    "published": "2025-12-10",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5194,
                    "twfy_id": "26469",
                    "party": "labour",
                    "member": "Steve Yemm",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "The Royal Society of Chemistry and I hosted an event in Parliament as part of Chemistry Week including a reception for other MPs and Peers, and students from my constituency. This is an exact cost that was incurred by the RSC in order to provide the chemistry experiment facilities enjoyed at the event",
                    "value": 3732.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Royal Society of Chemistry",
                    "donor_public_address": "Burlington House, Piccadilly, London W1J 0BA",
                    "donor_status": "Company",
                    "donor_company_name": "Royal Society of Chemistry",
                    "donor_company_url": "",
                    "donor_company_identifier": "RC000524",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14069",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14110,
                    "summary": "Jonathon Goodfellow - \u00a31,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-08",
                    "published": "2025-12-10",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "party": "liberal-democrat",
                    "member": "Mike Martin",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Jonathon Goodfellow",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14110",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14109,
                    "summary": "Richardson Enterprises Ltd - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-09",
                    "published": "2025-12-09",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4874,
                    "twfy_id": "25927",
                    "party": "conservative",
                    "member": "Andrew Griffith",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Richardson Enterprises Ltd",
                    "donor_public_address": "4 Birchley Estate, Birchfield Lane, Oldbury, West Midlands B69 1DT",
                    "donor_status": "Company",
                    "donor_company_name": "Richardson Enterprises Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "11093353",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14109",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14107,
                    "summary": "Jonathon Goodfellow - \u00a31,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-09",
                    "published": "2025-12-09",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "party": "liberal-democrat",
                    "member": "Mike Martin",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Jonathon Goodfellow",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14107",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14091,
                    "summary": "Leslie Hurst - \u00a31,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-05",
                    "published": "2025-12-08",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "party": "liberal-democrat",
                    "member": "Mike Martin",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Leslie Hurst",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14091",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14097,
                    "summary": "Sir Trevor Chinn - \u00a31,250.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-08",
                    "published": "2025-12-08",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5360,
                    "twfy_id": "26632",
                    "party": "labour",
                    "member": "David Pinto-Duschinsky",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1250.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Sir Trevor Chinn",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14097",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14090,
                    "summary": "Leslie Hurst - \u00a31,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-05",
                    "published": "2025-12-08",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "party": "liberal-democrat",
                    "member": "Mike Martin",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Leslie Hurst",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14090",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14099,
                    "summary": "John James - \u00a32,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-08",
                    "published": "2025-12-08",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4861,
                    "twfy_id": "25922",
                    "party": "conservative",
                    "member": "Robbie Moore",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "John James",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14099",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14092,
                    "summary": "Phillip Kerle - \u00a31,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-05",
                    "published": "2025-12-08",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "party": "liberal-democrat",
                    "member": "Mike Martin",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Phillip Kerle",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14092",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14087,
                    "summary": "Susan Barone - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-05",
                    "published": "2025-12-05",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "party": "liberal-democrat",
                    "member": "Mike Martin",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Susan Barone",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14087",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14085,
                    "summary": "Carl Michel - \u00a32,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-05",
                    "published": "2025-12-05",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "party": "liberal-democrat",
                    "member": "Mike Martin",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Carl Michel",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14085",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14084,
                    "summary": "Dominic Mathon - \u00a32,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-05",
                    "published": "2025-12-05",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "party": "liberal-democrat",
                    "member": "Mike Martin",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Dominic Mathon",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14084",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14089,
                    "summary": "Andy Byrne - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-05",
                    "published": "2025-12-05",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "party": "liberal-democrat",
                    "member": "Mike Martin",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Andy Byrne",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14089",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14083,
                    "summary": "Simon Curtis - \u00a31,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-05",
                    "published": "2025-12-05",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "party": "liberal-democrat",
                    "member": "Mike Martin",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Simon Curtis",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14083",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14086,
                    "summary": "Stephen Gosling - \u00a32,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-05",
                    "published": "2025-12-05",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "party": "liberal-democrat",
                    "member": "Mike Martin",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Stephen Gosling",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14086",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14073,
                    "summary": "David Sainsbury - \u00a326,827.06",
                    "parent_interest_id": "",
                    "registered": "2025-12-04",
                    "published": "2025-12-04",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5229,
                    "twfy_id": "26477",
                    "party": "labour",
                    "member": "Joe Powell",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "for the services of a Campaign Organiser hired by Labour Party",
                    "value": 26827.06,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "David Sainsbury",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14073",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14071,
                    "summary": "Sir Trevor Chinn - \u00a31,250.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-04",
                    "published": "2025-12-04",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5204,
                    "twfy_id": "26438",
                    "party": "labour",
                    "member": "Sarah Sackman",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1250.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Sir Trevor Chinn",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14071",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14061,
                    "summary": "Richard Greer - \u00a31,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-03",
                    "published": "2025-12-03",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5204,
                    "twfy_id": "26438",
                    "party": "labour",
                    "member": "Sarah Sackman",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Richard Greer",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14061",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14060,
                    "summary": "Strathgrove Ltd - \u00a32,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-03",
                    "published": "2025-12-03",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5204,
                    "twfy_id": "26438",
                    "party": "labour",
                    "member": "Sarah Sackman",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Strathgrove Ltd",
                    "donor_public_address": "Acre House, 11/15 William Road, London NW1 3ER",
                    "donor_status": "Company",
                    "donor_company_name": "Strathgrove Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "00972224",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14060",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14063,
                    "summary": "John James - \u00a32,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-03",
                    "published": "2025-12-03",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4608,
                    "twfy_id": "14026",
                    "party": "conservative",
                    "member": "John Lamont",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "John James",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14063",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14018,
                    "summary": "Colin Shenton - \u00a31,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-01",
                    "published": "2025-12-01",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5072,
                    "twfy_id": "26347",
                    "party": "conservative",
                    "member": "Mr Andrew Snowden",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Colin Shenton",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14018",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14035,
                    "summary": "Lucy Greenwood - \u00a32,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-01",
                    "published": "2025-12-01",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5263,
                    "twfy_id": "26366",
                    "party": "liberal-democrat",
                    "member": "Alex Brewer",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Lucy Greenwood",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14035",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14019,
                    "summary": "Colin Shenton - \u00a31,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-01",
                    "published": "2025-12-01",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5072,
                    "twfy_id": "26347",
                    "party": "conservative",
                    "member": "Mr Andrew Snowden",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Colin Shenton",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14019",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14008,
                    "summary": "Lord Agnew - \u00a310,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-28",
                    "published": "2025-12-01",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4780,
                    "twfy_id": "25851",
                    "party": "conservative",
                    "member": "Laura Trott",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 10000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Lord Agnew",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14008",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13995,
                    "summary": "P Investments Limited - \u00a320,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-01",
                    "published": "2025-12-01",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4818,
                    "twfy_id": "25847",
                    "party": "conservative",
                    "member": "Saqib Bhatti",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 20000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "P Investments Limited",
                    "donor_public_address": "Meriden Hall, Main Road, Meriden, Coventry, West Midlands CV7 7PT",
                    "donor_status": "Company",
                    "donor_company_name": "P Investments Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "04881705",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13995",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14037,
                    "summary": "Lord (David) Sainsbury - \u00a320,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-01",
                    "published": "2025-12-01",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5031,
                    "twfy_id": "26310",
                    "party": "labour",
                    "member": "Mark Ferguson",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 20000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Lord (David) Sainsbury",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14037",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14036,
                    "summary": "Alan Montgomery - \u00a32,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-01",
                    "published": "2025-12-01",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5263,
                    "twfy_id": "26366",
                    "party": "liberal-democrat",
                    "member": "Alex Brewer",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "Campaigning",
                    "value": 2500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Alan Montgomery",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14036",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13983,
                    "summary": "Charles Keymer - \u00a341,812.50",
                    "parent_interest_id": "",
                    "registered": "2025-11-27",
                    "published": "2025-11-28",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4597,
                    "twfy_id": "25693",
                    "party": "conservative",
                    "member": "Mrs Kemi Badenoch",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "Financial support to cover the cost of salary for a member of staff for the Leader of the Opposition. Three monthly instalments of \u00a34,312.50 and one instalment of \u00a325,875 for the period September 2025 to May 2026.",
                    "value": 41812.5,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Charles Keymer",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13983",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13998,
                    "summary": "Mr Ian Crewe - \u00a33,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-28",
                    "published": "2025-11-28",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4095,
                    "twfy_id": "24916",
                    "party": "conservative",
                    "member": "Steve Barclay",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 3000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Mr Ian Crewe",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13998",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 14494,
                    "summary": "Eric Lonergan - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-25",
                    "published": "2025-11-25",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5267,
                    "twfy_id": "26600",
                    "party": "labour",
                    "member": "Yuan Yang",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "Support for building incumbancy",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Eric Lonergan",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14494",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13963,
                    "summary": "Aid Alliance - \u00a32,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-25",
                    "published": "2025-11-25",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 1211,
                    "twfy_id": "11115",
                    "party": "conservative",
                    "member": "Sir Andrew Mitchell",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "The services of a Policy Adviser for up to 2 days per week from 1 November to 24 November",
                    "value": 2000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Aid Alliance",
                    "donor_public_address": "8 All Saints Street London N1 9RL",
                    "donor_status": "Company",
                    "donor_company_name": "Aid Alliance",
                    "donor_company_url": "",
                    "donor_company_identifier": "Company Registration No. 03395681 Registered Charity No. 1068839",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13963",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13943,
                    "summary": "Elizabeth Desmond - \u00a33,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-25",
                    "published": "2025-11-25",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5070,
                    "twfy_id": "26556",
                    "party": "liberal-democrat",
                    "member": "Lisa Smart",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 3000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Elizabeth Desmond",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13943",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13899,
                    "summary": "Penpole Events Limited - \u00a32,820.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-24",
                    "published": "2025-11-25",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4621,
                    "twfy_id": "25637",
                    "party": "labour",
                    "member": "Darren Jones",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Use of the portrait gallery in Kings Weston House for a constituency event on 8th November 2025 at a concessionary rate of \u00a3180 (standard fee \u00a33,000)",
                    "value": 2820.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Penpole Events Limited",
                    "donor_public_address": "Kings Weston House, Kings Weston Lane, Bristol BS11 0UR",
                    "donor_status": "Company",
                    "donor_company_name": "Penpole Events Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "12719218",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13899",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13948,
                    "summary": "Carol and Clive Chase - \u00a36,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-24",
                    "published": "2025-11-25",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4785,
                    "twfy_id": "25889",
                    "party": "conservative",
                    "member": "Dr Ben Spencer",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "Money donated to FTL Club, an unincorporated association, to support my political activities.",
                    "value": 6000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Carol and Clive Chase",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13948",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13938,
                    "summary": "Adam Management Holdings Ltd - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-21",
                    "published": "2025-11-21",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5335,
                    "twfy_id": "26372",
                    "party": "liberal-democrat",
                    "member": "Jess Brown-Fuller",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Adam Management Holdings Ltd",
                    "donor_public_address": "1 Canada Square\nLondon\nE14 5AA",
                    "donor_status": "Company",
                    "donor_company_name": "Adam Management Holdings Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "13453522",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13938",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13934,
                    "summary": "Godfrey Coaching Ltd - \u00a37,200.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-20",
                    "published": "2025-11-20",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5053,
                    "twfy_id": "26343",
                    "party": "labour",
                    "member": "Natalie Fleet",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Coaching",
                    "value": 7200.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Godfrey Coaching Ltd",
                    "donor_public_address": "56 Greenway Lane, Bath BA2 4LL",
                    "donor_status": "Company",
                    "donor_company_name": "Godfrey Coaching Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "12356990",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13934",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13931,
                    "summary": "Selvanayagam Pankayachelvan - \u00a37,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-20",
                    "published": "2025-11-20",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5285,
                    "twfy_id": "26588",
                    "party": "conservative",
                    "member": "Katie Lam",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 7000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Selvanayagam Pankayachelvan",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13931",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13932,
                    "summary": "J. C. Bamford Excavators Limited - \u00a325,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-20",
                    "published": "2025-11-20",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 3935,
                    "twfy_id": "24914",
                    "party": "conservative",
                    "member": "Sir Mel Stride",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "for the provision of staff",
                    "value": 25000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "J. C. Bamford Excavators Limited",
                    "donor_public_address": "Lakeside Works, Rocester, Uttoxeter ST14 5JP",
                    "donor_status": "Company",
                    "donor_company_name": "J. C. Bamford Excavators Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "00561597",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13932",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13929,
                    "summary": "Bakers, Food and Allied Workers Union - \u00a319,440.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-19",
                    "published": "2025-11-19",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4396,
                    "twfy_id": "25368",
                    "party": "labour",
                    "member": "Rebecca Long Bailey",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Administration and coordination of the BFAWU Parliamentary Group, which I chair, provided by Solidarity Consulting Ltd",
                    "value": 19440.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Bakers, Food and Allied Workers Union",
                    "donor_public_address": "Stanborough House, Great North Road, Stanborough, Welwyn Garden City AL8 7TA",
                    "donor_status": "Trade Union",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13929",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13922,
                    "summary": "Julian Dunkerton - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-19",
                    "published": "2025-11-19",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5055,
                    "twfy_id": "26344",
                    "party": "liberal-democrat",
                    "member": "Max Wilkinson",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Julian Dunkerton",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13922",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13926,
                    "summary": "Scott Harris - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-19",
                    "published": "2025-11-19",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4320,
                    "twfy_id": "25227",
                    "party": "reform",
                    "member": "Robert Jenrick",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "to support my duties as an MP",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Scott Harris",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13926",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13916,
                    "summary": "James Moore - \u00a32,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-19",
                    "published": "2025-11-19",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5055,
                    "twfy_id": "26344",
                    "party": "liberal-democrat",
                    "member": "Max Wilkinson",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "James Moore",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13916",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13928,
                    "summary": "National Union of Journalists - \u00a319,606.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-19",
                    "published": "2025-11-19",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4396,
                    "twfy_id": "25368",
                    "party": "labour",
                    "member": "Rebecca Long Bailey",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "The administration and coordination of the NUJ Parliamentary Group of which I am the Co-Chair, provided by Solidarity Consulting Ltd between 22 October 2025 to 21 October 2026",
                    "value": 19606.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "National Union of Journalists",
                    "donor_public_address": "72 Acton Street, London WC1X 9NB",
                    "donor_status": "Trade Union",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13928",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13913,
                    "summary": "Best for Britain Ltd - \u00a32,481.90",
                    "parent_interest_id": "",
                    "registered": "2025-11-18",
                    "published": "2025-11-18",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5061,
                    "twfy_id": "26376",
                    "party": "labour",
                    "member": "Andrew Lewin",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "A visit by the UK Trade and Business Commission, of which I am co-convener, to Brussels on 6th November 2025 including transport for secretariat staff and attendees, secretariat services and staff time, expert advice and meeting room hire to a total estimated value of \u00a32,481.90",
                    "value": 2481.9,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Best for Britain Ltd",
                    "donor_public_address": "International House, 36-38 Cornhill, London EC3V 3NG",
                    "donor_status": "Company",
                    "donor_company_name": "Best for Britain Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "10436078",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13913",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13885,
                    "summary": "J.C. Bamford Excavators Ltd - \u00a325,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-16",
                    "published": "2025-11-17",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4874,
                    "twfy_id": "25927",
                    "party": "conservative",
                    "member": "Andrew Griffith",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 25000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "J.C. Bamford Excavators Ltd",
                    "donor_public_address": "Lakeside Works, Rocester, Uttoxeter, Staffordshire ST14 5JP",
                    "donor_status": "Company",
                    "donor_company_name": "J.C. Bamford Excavators Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "00561597",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13885",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13800,
                    "summary": "Carl Michel - \u00a32,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-13",
                    "published": "2025-11-14",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4769,
                    "twfy_id": "25901",
                    "party": "liberal-democrat",
                    "member": "Daisy Cooper",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Carl Michel",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13800",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13867,
                    "summary": "Daniel Luhde-Thompson - \u00a310,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-13",
                    "published": "2025-11-13",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5167,
                    "twfy_id": "26428",
                    "party": "labour",
                    "member": "Gregor Poynton",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 10000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Daniel Luhde-Thompson",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13867",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13852,
                    "summary": "NAPO - the Probation and Family Courts Union - \u00a35,670.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-12",
                    "published": "2025-11-12",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4521,
                    "twfy_id": "25302",
                    "party": "plaid-cymru",
                    "member": "Liz Saville Roberts",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Administration and coordination of the Justice Unions Parliamentary Group, a cross-party group which I co-chair, provided by Solidarity Consulting Ltd between 1 October 2025 to 31 October 2026",
                    "value": 5670.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "NAPO - the Probation and Family Courts Union",
                    "donor_public_address": "Boat Race House, 65 Mortlake High Street,\nLondon SW14 8HL",
                    "donor_status": "Trade Union",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13852",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13812,
                    "summary": "J.C. Bamford Excavators Ltd - \u00a350,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-12",
                    "published": "2025-11-12",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4597,
                    "twfy_id": "25693",
                    "party": "conservative",
                    "member": "Mrs Kemi Badenoch",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "In support of my role as Leader of the Conservative Party",
                    "value": 50000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "J.C. Bamford Excavators Ltd",
                    "donor_public_address": "Lakeside Works, Rocester, Uttoxeter, ST14 5JP",
                    "donor_status": "Company",
                    "donor_company_name": "J.C. Bamford Excavators Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "00561597",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13812",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13846,
                    "summary": "The Police Federation - \u00a33,780.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-12",
                    "published": "2025-11-12",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4521,
                    "twfy_id": "25302",
                    "party": "plaid-cymru",
                    "member": "Liz Saville Roberts",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Administration and coordination of the Justice Unions Parliamentary Group, a cross-party group which I co-chair, provided by Solidarity Consulting Ltd between 1 January 2025 to 30 September 2025",
                    "value": 3780.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "The Police Federation",
                    "donor_public_address": "Federation House, Highbury Drive, Leatherhead KT22 7UY",
                    "donor_status": "Trade Union",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13846",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13850,
                    "summary": "The Prison Officers Association - \u00a35,670.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-12",
                    "published": "2025-11-12",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4521,
                    "twfy_id": "25302",
                    "party": "plaid-cymru",
                    "member": "Liz Saville Roberts",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Administration and coordination of the Justice Unions Parliamentary Group, a cross-party group which I co-chair, provided by Solidarity Consulting Ltd between 1 October 2025 to 31 October 2026",
                    "value": 5670.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "The Prison Officers Association",
                    "donor_public_address": "Cronin House, 245 Church Street, London N9 9HW",
                    "donor_status": "Trade Union",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13850",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13556,
                    "summary": "Jim Murphy - \u00a310,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-12",
                    "published": "2025-11-12",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4046,
                    "twfy_id": "24709",
                    "party": "labour",
                    "member": "Bridget Phillipson",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "via Bridget Phillipson Campaigns Ltd, for my deputy leadership campaign",
                    "value": 10000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Jim Murphy",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13556",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13847,
                    "summary": "NAPO - the Probation and Family Courts Union - \u00a33,780.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-12",
                    "published": "2025-11-12",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4521,
                    "twfy_id": "25302",
                    "party": "plaid-cymru",
                    "member": "Liz Saville Roberts",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Administration and coordination of the Justice Unions Parliamentary Group, a cross-party group which I co-chair, provided by Solidarity Consulting Ltd between 1 January 2025 to 30 September 2025",
                    "value": 3780.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "NAPO - the Probation and Family Courts Union",
                    "donor_public_address": "Boat Race House, 65 Mortlake High Street,\nLondon SW14 8HL",
                    "donor_status": "Trade Union",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13847",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13849,
                    "summary": "Public and Commercial Services Union - \u00a35,670.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-12",
                    "published": "2025-11-12",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4521,
                    "twfy_id": "25302",
                    "party": "plaid-cymru",
                    "member": "Liz Saville Roberts",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Administration and coordination of the Justice Unions Parliamentary Group, a cross-party group which I co-chair, provided by Solidarity Consulting Ltd between 1 October 2025 to 31 October 2026",
                    "value": 5670.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Public and Commercial Services Union",
                    "donor_public_address": "160 Falcon Road, London SW11 2LN",
                    "donor_status": "Trade Union",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13849",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13839,
                    "summary": "James Sleeman - \u00a312,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-12",
                    "published": "2025-11-12",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4776,
                    "twfy_id": "25820",
                    "party": "liberal-democrat",
                    "member": "Munira Wilson",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "The donation is received by the local party, but for use by me as Twickenham MP.  It is received in monthly instalments of \u00a31,000 from November 2025 until October 2026",
                    "value": 12000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "James Sleeman",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13839",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13851,
                    "summary": "The Police Federation - \u00a35,670.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-12",
                    "published": "2025-11-12",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4521,
                    "twfy_id": "25302",
                    "party": "plaid-cymru",
                    "member": "Liz Saville Roberts",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Administration and coordination of the Justice Unions Parliamentary Group, a cross-party group which I co-chair, provided by Solidarity Consulting Ltd between 1 October 2025 to 31 October 2026",
                    "value": 5670.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "The Police Federation",
                    "donor_public_address": "Federation House, Highbury Drive, Leatherhead KT22 7UY",
                    "donor_status": "Unincorporated association",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13851",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13853,
                    "summary": "University and College Union (UCU) - \u00a35,670.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-12",
                    "published": "2025-11-12",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4521,
                    "twfy_id": "25302",
                    "party": "plaid-cymru",
                    "member": "Liz Saville Roberts",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Administration and coordination of the Justice Unions Parliamentary Group, a cross-party group which I co-chair, provided by Solidarity Consulting Ltd between 1 October 2025 to 31 October 2026",
                    "value": 5670.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "University and College Union (UCU)",
                    "donor_public_address": "Carlow Street, London NW1 7LH",
                    "donor_status": "Trade Union",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13853",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13843,
                    "summary": "Public and Commercial Services Union - \u00a33,780.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-12",
                    "published": "2025-11-12",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4521,
                    "twfy_id": "25302",
                    "party": "plaid-cymru",
                    "member": "Liz Saville Roberts",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Administration and coordination of the Justice Unions Parliamentary Group, a cross-party group which I co-chair, provided by Solidarity Consulting Ltd between 1 January 2025 to 30 September 2025",
                    "value": 3780.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Public and Commercial Services Union",
                    "donor_public_address": "160 Falcon Road, London SW11 2LN",
                    "donor_status": "Trade Union",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13843",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13845,
                    "summary": "The Prison Officers Association - \u00a33,780.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-12",
                    "published": "2025-11-12",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4521,
                    "twfy_id": "25302",
                    "party": "plaid-cymru",
                    "member": "Liz Saville Roberts",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Administration and coordination of the Justice Unions Parliamentary Group, a cross-party group which I co-chair, provided by Solidarity Consulting Ltd between 1 January 2025 to 30 September 2025",
                    "value": 3780.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "The Prison Officers Association",
                    "donor_public_address": "Cronin House, 245 Church Street, London N9 9HW",
                    "donor_status": "Trade Union",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13845",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13848,
                    "summary": "University and College Union (UCU) - \u00a33,780.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-12",
                    "published": "2025-11-12",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4521,
                    "twfy_id": "25302",
                    "party": "plaid-cymru",
                    "member": "Liz Saville Roberts",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Administration and coordination of the Justice Unions Parliamentary Group, a cross-party group which I co-chair, provided by Solidarity Consulting Ltd between 1 January 2025 to 30 September 2025",
                    "value": 3780.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "University and College Union (UCU)",
                    "donor_public_address": "Carlow Street, London NW1 7LH",
                    "donor_status": "Trade Union",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13848",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13786,
                    "summary": "Hilary Stone - \u00a32,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-11",
                    "published": "2025-11-11",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5070,
                    "twfy_id": "26556",
                    "party": "liberal-democrat",
                    "member": "Lisa Smart",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Hilary Stone",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13786",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13807,
                    "summary": "Hugh Sloane - \u00a37,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-08",
                    "published": "2025-11-10",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4484,
                    "twfy_id": "25285",
                    "party": "conservative",
                    "member": "Alan Mak",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 7500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Hugh Sloane",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13807",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13801,
                    "summary": "Home For Britain Ltd - \u00a33,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-07",
                    "published": "2025-11-10",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5215,
                    "twfy_id": "26562",
                    "party": "labour",
                    "member": "Naushabah Khan",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "Political Donation for campaigning purposes following a fundraiser held by the company.",
                    "value": 3000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Home For Britain Ltd",
                    "donor_public_address": "12 Old Bone St, London W1S 4PW",
                    "donor_status": "Company",
                    "donor_company_name": "Home For Britain Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "14724694",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13801",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13798,
                    "summary": "Dominic Mathon - \u00a3800.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-07",
                    "published": "2025-11-07",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "party": "liberal-democrat",
                    "member": "Mike Martin",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 800.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Dominic Mathon",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13798",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13777,
                    "summary": "Dominic Mathon - \u00a32,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-06",
                    "published": "2025-11-06",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5070,
                    "twfy_id": "26556",
                    "party": "liberal-democrat",
                    "member": "Lisa Smart",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Dominic Mathon",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13777",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13776,
                    "summary": "Ahmed Hindawi - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-06",
                    "published": "2025-11-06",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5070,
                    "twfy_id": "26556",
                    "party": "liberal-democrat",
                    "member": "Lisa Smart",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Ahmed Hindawi",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13776",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13751,
                    "summary": "Mail Solutions Limited - \u00a32,253.53",
                    "parent_interest_id": "",
                    "registered": "2025-11-04",
                    "published": "2025-11-05",
                    "updated_1": "2025-11-11",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5041,
                    "twfy_id": "26332",
                    "party": "labour",
                    "member": "Shaun Davies",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Print and production materials for my charity Christmas Card",
                    "value": 2253.53,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Mail Solutions Limited",
                    "donor_public_address": "Halesfield 2, Telford, Shropshire TF7 4QH",
                    "donor_status": "Company",
                    "donor_company_name": "Mail Solutions Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "02413935",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13751",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13757,
                    "summary": "Robert Harding - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-04",
                    "published": "2025-11-05",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4861,
                    "twfy_id": "25922",
                    "party": "conservative",
                    "member": "Robbie Moore",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Robert Harding",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13757",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13758,
                    "summary": "Compass - Together for a Good Society Ltd - \u00a313,400.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-04",
                    "published": "2025-11-05",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "party": "labour",
                    "member": "Clive Lewis",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Provision of the services of staff to support some of my Parliamentary campaigns and activities (estimate)",
                    "value": 13400.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Compass - Together for a Good Society Ltd",
                    "donor_public_address": "10 Salamanca Place, SE1 7HB",
                    "donor_status": "Company",
                    "donor_company_name": "Compass - Together for a Good Society Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "05391145",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13758",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13756,
                    "summary": "Marco Compagnoni - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-04",
                    "published": "2025-11-05",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4861,
                    "twfy_id": "25922",
                    "party": "conservative",
                    "member": "Robbie Moore",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Marco Compagnoni",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13756",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13691,
                    "summary": "Rob Harding - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-30",
                    "published": "2025-10-31",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4608,
                    "twfy_id": "14026",
                    "party": "conservative",
                    "member": "John Lamont",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Rob Harding",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13691",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13720,
                    "summary": "Lawrence Eke - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-31",
                    "published": "2025-10-31",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4505,
                    "twfy_id": "25418",
                    "party": "labour",
                    "member": "Peter Kyle",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Constituency office rent",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Lawrence Eke",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13720",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13431,
                    "summary": "89Up Ltd - \u00a31,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-31",
                    "published": "2025-10-31",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4046,
                    "twfy_id": "24709",
                    "party": "labour",
                    "member": "Bridget Phillipson",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Staff time for designing and updating a website and associated functionality to support my campaign for the deputy leadership of the Labour Party, plus associated website service costs (estimated)",
                    "value": 1500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "89Up Ltd",
                    "donor_public_address": "64-68 Pentonville Road, London N1 9PR",
                    "donor_status": "Company",
                    "donor_company_name": "89Up Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "06886828",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13431",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13671,
                    "summary": "Rail, Maritime and Transport Union - \u00a325,091.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-29",
                    "published": "2025-10-29",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 178,
                    "twfy_id": "10383",
                    "party": "labour",
                    "member": "John McDonnell",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "In kind",
                    "payment_description": "Administration and coordination of the RMT Parliamentary Group, which I chair, provided by Solidarity Consulting Ltd from 13 October 2025  to 12 October 2026",
                    "value": 25091.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Rail, Maritime and Transport Union",
                    "donor_public_address": "Unity House, 39 Chalton Street, London NW1 1JD",
                    "donor_status": "Trade Union",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13671",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13669,
                    "summary": "Public and Commercial Services Union (PCS) - \u00a336,077.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-29",
                    "published": "2025-10-29",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 178,
                    "twfy_id": "10383",
                    "party": "labour",
                    "member": "John McDonnell",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "In kind",
                    "payment_description": "Administration and coordination of the PCS Parliamentary Group, which I chair, by Solidarity Consulting Ltd, from 15 October 2025 to 14 October 2026",
                    "value": 36077.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Public and Commercial Services Union (PCS)",
                    "donor_public_address": "160 Falcon Road, London SW11 2LN",
                    "donor_status": "Trade Union",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13669",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13640,
                    "summary": "Theodore Caplan - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-28",
                    "published": "2025-10-29",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4263,
                    "twfy_id": "25165",
                    "party": "labourco-operative",
                    "member": "Lucy Powell",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "for my campaign to become the Deputy Leader of the Labour Party",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Theodore Caplan",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13640",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13673,
                    "summary": "Marco Compagnoni - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-29",
                    "published": "2025-10-29",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4608,
                    "twfy_id": "14026",
                    "party": "conservative",
                    "member": "John Lamont",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Marco Compagnoni",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13673",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13456,
                    "summary": "Baron Sainsbury of Turville (David Sainsbury) - \u00a320,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-28",
                    "published": "2025-10-28",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4046,
                    "twfy_id": "24709",
                    "party": "labour",
                    "member": "Bridget Phillipson",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "via Bridget Phillipson Campaigns Ltd, for my deputy leadership campaign.",
                    "value": 20000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Baron Sainsbury of Turville (David Sainsbury)",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13456",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13557,
                    "summary": "Baron Sainsbury of Turville (David Sainsbury ) - \u00a320,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-28",
                    "published": "2025-10-28",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4046,
                    "twfy_id": "24709",
                    "party": "labour",
                    "member": "Bridget Phillipson",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "via Bridget Phillipson Campaigns Ltd, for my deputy leadership campaign.",
                    "value": 20000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Baron Sainsbury of Turville (David Sainsbury )",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13557",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13621,
                    "summary": "Tim Hewens - \u00a3750.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-22",
                    "published": "2025-10-28",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5299,
                    "twfy_id": "26516",
                    "party": "liberal-democrat",
                    "member": "Monica Harding",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 750.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Tim Hewens",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13621",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13654,
                    "summary": "Mr Paul Haggar - \u00a310,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-28",
                    "published": "2025-10-28",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4320,
                    "twfy_id": "25227",
                    "party": "reform",
                    "member": "Robert Jenrick",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "To support my activities as an MP",
                    "value": 10000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Mr Paul Haggar",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13654",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13457,
                    "summary": "Francesca Perrin - \u00a315,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-28",
                    "published": "2025-10-28",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4046,
                    "twfy_id": "24709",
                    "party": "labour",
                    "member": "Bridget Phillipson",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "via Bridget Phillipson Campaigns Ltd, for my deputy leadership campaign.",
                    "value": 15000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Francesca Perrin",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13457",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13660,
                    "summary": "Anthony George Watson - \u00a34,600.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-28",
                    "published": "2025-10-28",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5135,
                    "twfy_id": "26381",
                    "party": "independent",
                    "member": "Oliver Ryan",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "For support in my work as an MP, to pay for the printing of my constituency-wide annual report newsletter.",
                    "value": 4600.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Anthony George Watson",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13660",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13650,
                    "summary": "Dominic Mathon - \u00a3800.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-28",
                    "published": "2025-10-28",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "party": "liberal-democrat",
                    "member": "Mike Martin",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 800.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Dominic Mathon",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13650",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13641,
                    "summary": "Small Axe Communications Ltd - \u00a320,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-28",
                    "published": "2025-10-28",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4263,
                    "twfy_id": "25165",
                    "party": "labourco-operative",
                    "member": "Lucy Powell",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "In kind donation of staff time, for communications and administrative services in relation to my campaign to become the Deputy Leader of the Labour Party. In addition to paid for services between 29 September 2025 and 24 October 2025",
                    "value": 20000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Small Axe Communications Ltd",
                    "donor_public_address": "Office 1, The Warehouse, Anchor Quay, Penryn, Cornwall TR10 8GZ",
                    "donor_status": "Company",
                    "donor_company_name": "Small Axe Communications Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "07877552",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13641",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13648,
                    "summary": "Adam Management Holdings Limited - \u00a37,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-28",
                    "published": "2025-10-28",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5086,
                    "twfy_id": "26353",
                    "party": "liberal-democrat",
                    "member": "Josh Babarinde",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "Donation in support of Josh Babarinde's campaign for Liberal Democrat Party President",
                    "value": 7500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Adam Management Holdings Limited",
                    "donor_public_address": "1 Canada Square, London E14 5AA",
                    "donor_status": "Company",
                    "donor_company_name": "Adam Management Holdings Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "13453522",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13648",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13546,
                    "summary": "Fast Foster & Company Ltd - \u00a32,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-28",
                    "published": "2025-10-28",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4046,
                    "twfy_id": "24709",
                    "party": "labour",
                    "member": "Bridget Phillipson",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "via Bridget Phillipson Campaigns Ltd, for my deputy leadership campaign.",
                    "value": 2000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Fast Foster & Company Ltd",
                    "donor_public_address": "124 Finchley Road, London NW3 5JS",
                    "donor_status": "Company",
                    "donor_company_name": "Fast Foster & Company Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "15235147",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13546",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13642,
                    "summary": "Ivy Business Centre Ltd - \u00a310,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-28",
                    "published": "2025-10-28",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4263,
                    "twfy_id": "25165",
                    "party": "labourco-operative",
                    "member": "Lucy Powell",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "for my campaign to become the Deputy Leader of the Labour Party",
                    "value": 10000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Ivy Business Centre Ltd",
                    "donor_public_address": "Ivy Mill Crown Street, Failsworth, Manchester M35 9BG",
                    "donor_status": "Company",
                    "donor_company_name": "Ivy Business Centre Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "08046145",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13642",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13653,
                    "summary": "Compass - Together for a Good Society Ltd - \u00a313,756.95",
                    "parent_interest_id": "",
                    "registered": "2025-10-28",
                    "published": "2025-10-28",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "party": "labour",
                    "member": "Clive Lewis",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "In-kind support from two members of staff for policy and communications activities. One of these staff members will be providing support while seconded to Mainstream Labour Ltd. Estimated value",
                    "value": 13756.95,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Compass - Together for a Good Society Ltd",
                    "donor_public_address": "10 Salamanca Place, London SE1 7HB",
                    "donor_status": "Company",
                    "donor_company_name": "Compass - Together for a Good Society Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "05391145",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13653",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13638,
                    "summary": "Labour First - \u00a33,923.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-23",
                    "published": "2025-10-24",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4046,
                    "twfy_id": "24709",
                    "party": "labour",
                    "member": "Bridget Phillipson",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Staffing support for my Labour deputy leadership bid, plus emails sent and calls made, which were supportive of my deputy leadership campaign",
                    "value": 3923.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Labour First",
                    "donor_public_address": "Labour First, 3rd Floor 86-90 Paul Street, London EC2A 4NE.",
                    "donor_status": "Company",
                    "donor_company_name": "Labour First",
                    "donor_company_url": "",
                    "donor_company_identifier": "10694816",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13638",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13469,
                    "summary": "Iain Simpson - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-23",
                    "published": "2025-10-24",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4046,
                    "twfy_id": "24709",
                    "party": "labour",
                    "member": "Bridget Phillipson",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "via Bridget Phillipson Campaigns Ltd, for my deputy leadership campaign.",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Iain Simpson",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13469",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13637,
                    "summary": "Ahmed Hindawi and Nagwa Abdelmottaleb - \u00a310,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-23",
                    "published": "2025-10-24",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4769,
                    "twfy_id": "25901",
                    "party": "liberal-democrat",
                    "member": "Daisy Cooper",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 10000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Ahmed Hindawi and Nagwa Abdelmottaleb",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13637",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13632,
                    "summary": "Jerome Betts - \u00a32,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-23",
                    "published": "2025-10-23",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5066,
                    "twfy_id": "26349",
                    "party": "liberal-democrat",
                    "member": "Steve Darling",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Jerome Betts",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13632",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13614,
                    "summary": "Francesca Perrin - \u00a330,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-22",
                    "published": "2025-10-22",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5060,
                    "twfy_id": "26328",
                    "party": "labour",
                    "member": "Josh Simons",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "To support my work as an MP",
                    "value": 30000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Francesca Perrin",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13614",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13616,
                    "summary": "Mark Brett - \u00a320,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-22",
                    "published": "2025-10-22",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5299,
                    "twfy_id": "26516",
                    "party": "liberal-democrat",
                    "member": "Monica Harding",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 20000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Mark Brett",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13616",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13609,
                    "summary": "Adam Management Holdings Ltd - \u00a32,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-21",
                    "published": "2025-10-21",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5070,
                    "twfy_id": "26556",
                    "party": "liberal-democrat",
                    "member": "Lisa Smart",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Adam Management Holdings Ltd",
                    "donor_public_address": "1 Canada Square, London E14 5AA",
                    "donor_status": "Company",
                    "donor_company_name": "Adam Management Holdings Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "13453522",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13609",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13603,
                    "summary": "Sunil Gupta - \u00a32,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-21",
                    "published": "2025-10-21",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4368,
                    "twfy_id": "25326",
                    "party": "labour",
                    "member": "Neil Coyle",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Leaflet printing and distribution costs",
                    "value": 2500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Sunil Gupta",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13603",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13579,
                    "summary": "Labour Animal Welfare Society - \u00a31,660.08",
                    "parent_interest_id": "",
                    "registered": "2025-10-20",
                    "published": "2025-10-20",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4716,
                    "twfy_id": "25746",
                    "party": "labour",
                    "member": "Ruth Jones",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Policy support in relation to my private members' bill",
                    "value": 1660.08,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Labour Animal Welfare Society",
                    "donor_public_address": "30 Station Road, Carlton, Nottingham NG4 3AX",
                    "donor_status": "Other",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "Member's Association",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13579",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13599,
                    "summary": "Andrew Dawber - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-20",
                    "published": "2025-10-20",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4932,
                    "twfy_id": "26055",
                    "party": "conservative",
                    "member": "Mr Louie French",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "Donation to my local association's fighting fund",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Andrew Dawber",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13599",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13590,
                    "summary": "The YIMBY Initiative Ltd - \u00a35,666.66",
                    "parent_interest_id": "",
                    "registered": "2025-10-20",
                    "published": "2025-10-20",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5118,
                    "twfy_id": "26396",
                    "party": "labour",
                    "member": "Chris Curtis",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Provision of a member of staff to support my role as Co-Chair of the Labour Growth Group",
                    "value": 5666.66,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "The YIMBY Initiative Ltd",
                    "donor_public_address": "12 Old Bond Street, London W1S 4PW",
                    "donor_status": "Company",
                    "donor_company_name": "The YIMBY Initiative Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "15872051",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13590",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13593,
                    "summary": "UNISON - \u00a3900.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-20",
                    "published": "2025-10-20",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5031,
                    "twfy_id": "26310",
                    "party": "labour",
                    "member": "Mark Ferguson",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Accommodation at 2025 Labour Party Conference",
                    "value": 900.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "UNISON",
                    "donor_public_address": "130 Euston Road, London NW1A 2AY",
                    "donor_status": "Trade Union",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13593",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13567,
                    "summary": "James Moore - \u00a33,032.25",
                    "parent_interest_id": "",
                    "registered": "2025-10-17",
                    "published": "2025-10-17",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5286,
                    "twfy_id": "26497",
                    "party": "liberal-democrat",
                    "member": "Anna Sabine",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "To assist with employing a member of staff in my constituency office",
                    "value": 3032.25,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "James Moore",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13567",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13555,
                    "summary": "Adam Management Holdings - \u00a33,750.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-16",
                    "published": "2025-10-16",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5284,
                    "twfy_id": "26518",
                    "party": "liberal-democrat",
                    "member": "David Chadwick",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "Contribution towards campaigning activities",
                    "value": 3750.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Adam Management Holdings",
                    "donor_public_address": "One Canada Square, Canary Wharf, London E14 5AA",
                    "donor_status": "Company",
                    "donor_company_name": "Adam Management Holdings",
                    "donor_company_url": "",
                    "donor_company_identifier": "13453522",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13555",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13437,
                    "summary": "Alison Wedgwood - \u00a330,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-15",
                    "published": "2025-10-16",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4031,
                    "twfy_id": "24851",
                    "party": "labour",
                    "member": "Rachel Reeves",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "To support my Parliamentary and political duties.",
                    "value": 30000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Alison Wedgwood",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13437",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13434,
                    "summary": "Lord David Sainsbury of Turville - \u00a344,400.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-15",
                    "published": "2025-10-15",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4621,
                    "twfy_id": "25637",
                    "party": "labour",
                    "member": "Darren Jones",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "To support my Parliamentary and political duties including for staffing and associated costs.",
                    "value": 44400.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Lord David Sainsbury of Turville",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13434",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13523,
                    "summary": "James Uffindell - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-14",
                    "published": "2025-10-14",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4519,
                    "twfy_id": "25414",
                    "party": "conservative",
                    "member": "James Cartlidge",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "donation towards the provision of a member of staff",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "James Uffindell",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13523",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13527,
                    "summary": "Dr Sarah Ingham - \u00a32,005.90",
                    "parent_interest_id": "",
                    "registered": "2025-10-15",
                    "published": "2025-10-14",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4519,
                    "twfy_id": "25414",
                    "party": "conservative",
                    "member": "James Cartlidge",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "In kind",
                    "payment_description": "Sponsorship of a fundraising dinner",
                    "value": 2005.9,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Dr Sarah Ingham",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13527",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13504,
                    "summary": "Sean Wadsworth - \u00a36,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-13",
                    "published": "2025-10-13",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4263,
                    "twfy_id": "25165",
                    "party": "labourco-operative",
                    "member": "Lucy Powell",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "to my campaign to become the Deputy Leader of the Labour Party",
                    "value": 6000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Sean Wadsworth",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13504",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13506,
                    "summary": "Ecotricity Group Ltd - \u00a315,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-10",
                    "published": "2025-10-10",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4263,
                    "twfy_id": "25165",
                    "party": "labourco-operative",
                    "member": "Lucy Powell",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "to my campaign to become the Deputy Leader of the Labour Party",
                    "value": 15000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Ecotricity Group Ltd",
                    "donor_public_address": "Lion House, Rowcroft, Stroud, Gloucestershire, GL5 3BY",
                    "donor_status": "Company",
                    "donor_company_name": "Ecotricity Group Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "03521776",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13506",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13505,
                    "summary": "Martin Taylor - \u00a310,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-10",
                    "published": "2025-10-10",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4263,
                    "twfy_id": "25165",
                    "party": "labourco-operative",
                    "member": "Lucy Powell",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "to my campaign to become the Deputy Leader of the Labour Party.",
                    "value": 10000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Martin Taylor",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13505",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13430,
                    "summary": "89up Ltd - \u00a35,268.97",
                    "parent_interest_id": "",
                    "registered": "2025-10-06",
                    "published": "2025-10-06",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4046,
                    "twfy_id": "24709",
                    "party": "labour",
                    "member": "Bridget Phillipson",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Staff time for designing and updating a website and associated functionality to support my campaign for the deputy leadership of the Labour Party, plus associated website service costs",
                    "value": 5268.97,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "89up Ltd",
                    "donor_public_address": "64-68 Pentonville Road, London N1 9PR",
                    "donor_status": "Company",
                    "donor_company_name": "89up Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "06886828",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13430",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13414,
                    "summary": "The Lord Glendonrbook - \u00a31,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-01",
                    "published": "2025-10-06",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 1447,
                    "twfy_id": "11199",
                    "party": "reform",
                    "member": "Andrew Rosindell",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "Ticket and support for fundraising event",
                    "value": 1500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "The Lord Glendonrbook",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13414",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13425,
                    "summary": "Paul Callaghan - \u00a36,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-02",
                    "published": "2025-10-06",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4046,
                    "twfy_id": "24709",
                    "party": "labour",
                    "member": "Bridget Phillipson",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Purchased on my behalf from the Labour Party access to campaign technology for telephoning members as part of my Labour Deputy Leadership campaign",
                    "value": 6000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Paul Callaghan",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13425",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13433,
                    "summary": "DCD Properties - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-06",
                    "published": "2025-10-06",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4573,
                    "twfy_id": "25579",
                    "party": "labour",
                    "member": "Dr Rosena Allin-Khan",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "DCD Properties",
                    "donor_public_address": "85 Strand, London WC2R 0DW",
                    "donor_status": "Company",
                    "donor_company_name": "DCD Properties",
                    "donor_company_url": "",
                    "donor_company_identifier": "3092306",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13433",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13423,
                    "summary": "BCP Unison Branch - \u00a32,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-02",
                    "published": "2025-10-06",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5359,
                    "twfy_id": "26633",
                    "party": "labour",
                    "member": "Neil Duncan-Jordan",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "To support the staging of a one day conference and subsequent activity aimed at improving Poole.",
                    "value": 2000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "BCP Unison Branch",
                    "donor_public_address": "UNISON Office, BCP Council, Civic Centre, Town Hall, Bourne Avenue, Bournemouth BH2 6DY",
                    "donor_status": "Trade Union",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13423",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13365,
                    "summary": "Michael Fry - \u00a31,800.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-06",
                    "published": "2025-10-06",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4439,
                    "twfy_id": "25413",
                    "party": "conservative",
                    "member": "Alberto Costa",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "pro bono legal advice on planning, provided to me, to a maximum value of \u00a31,500 (+VAT)",
                    "value": 1800.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Michael Fry",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13365",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13464,
                    "summary": "Culture Quarter Ventures Ltd - \u00a31,531.20",
                    "parent_interest_id": "",
                    "registered": "2025-10-06",
                    "published": "2025-10-06",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4046,
                    "twfy_id": "24709",
                    "party": "labour",
                    "member": "Bridget Phillipson",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Donation of venue space for launch event for my campaign for the deputy leadership of the Labour Party, including hire fee for space, technical staffing and equipment, front of house staffing, cleaning costs and refreshment cost",
                    "value": 1531.2,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Culture Quarter Ventures Ltd",
                    "donor_public_address": "The Dun Cow, 9 High Street West, Sunderland SR1 3HA",
                    "donor_status": "Company",
                    "donor_company_name": "Culture Quarter Ventures Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "10441014",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13464",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13426,
                    "summary": "Paul Callaghan - \u00a34,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-06",
                    "published": "2025-10-06",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4046,
                    "twfy_id": "24709",
                    "party": "labour",
                    "member": "Bridget Phillipson",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Purchased on my behalf from the Labour Party access to campaign technology for sending a text message to members as part of my Labour Deputy Leadership campaign",
                    "value": 4000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Paul Callaghan",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13426",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13429,
                    "summary": "Francesca Perrin - \u00a350,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-03",
                    "published": "2025-10-03",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 3914,
                    "twfy_id": "24788",
                    "party": "labour",
                    "member": "Shabana Mahmood",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 50000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Francesca Perrin",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13429",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13421,
                    "summary": "Best for Britain Limited - \u00a334,469.82",
                    "parent_interest_id": "",
                    "registered": "2025-10-02",
                    "published": "2025-10-02",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5061,
                    "twfy_id": "26376",
                    "party": "labour",
                    "member": "Andrew Lewin",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Secretariat, meeting room and meeting catering, research, graphic design, printing, transcription and communication services provided to the members of the UK Trade and Business Commission of which I am chair, to an estimated value of \u00a334,469.82 for the period 1st October 2025 to 31st December 2025",
                    "value": 34469.82,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Best for Britain Limited",
                    "donor_public_address": "International House, 36-38 Cornhill, London EC3V 3NG",
                    "donor_status": "Company",
                    "donor_company_name": "Best for Britain Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "10436078",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13421",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13328,
                    "summary": "Francesca Perrin - \u00a350,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-02",
                    "published": "2025-10-02",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4504,
                    "twfy_id": "25320",
                    "party": "labour",
                    "member": "Wes Streeting",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 50000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Francesca Perrin",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13328",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13412,
                    "summary": "Nealade Limited - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-01",
                    "published": "2025-10-01",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 1447,
                    "twfy_id": "11199",
                    "party": "reform",
                    "member": "Andrew Rosindell",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "Donation for tickets and costs of fundraising event.",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Nealade Limited",
                    "donor_public_address": "16 South End, Croydon, England, CR0 1DN",
                    "donor_status": "Company",
                    "donor_company_name": "Nealade Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "01080312",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13412",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13413,
                    "summary": "Barry Hearn OBE - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-01",
                    "published": "2025-10-01",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 1447,
                    "twfy_id": "11199",
                    "party": "reform",
                    "member": "Andrew Rosindell",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "Donation for tickets and costs of fundraising event.",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Barry Hearn OBE",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13413",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13377,
                    "summary": "Graham Edwards - \u00a34,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-30",
                    "published": "2025-09-30",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 3935,
                    "twfy_id": "24914",
                    "party": "conservative",
                    "member": "Sir Mel Stride",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "Policy research/visits",
                    "value": 4000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Graham Edwards",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13377",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13390,
                    "summary": "Nick Clegg - \u00a310,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-30",
                    "published": "2025-09-30",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5346,
                    "twfy_id": "26617",
                    "party": "liberal-democrat",
                    "member": "Calum Miller",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "Support for the activities of Bicester and Woodstock Liberal Democrats",
                    "value": 10000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Nick Clegg",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13390",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13394,
                    "summary": "Anthony Smith - \u00a32,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-30",
                    "published": "2025-09-30",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5164,
                    "twfy_id": "26491",
                    "party": "liberal-democrat",
                    "member": "Steff Aquarone",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "To support further a video strategy",
                    "value": 2500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Anthony Smith",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13394",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13353,
                    "summary": "Attestor Limited - \u00a315,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-23",
                    "published": "2025-09-23",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4320,
                    "twfy_id": "25227",
                    "party": "reform",
                    "member": "Robert Jenrick",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "to support my duties as an MP",
                    "value": 15000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Attestor Limited",
                    "donor_public_address": "7 Seymour Street, London W1H 7JW",
                    "donor_status": "Company",
                    "donor_company_name": "Attestor Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "12080120",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13353",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12807,
                    "summary": "Yasin Al-Gailani - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-19",
                    "published": "2025-09-22",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4484,
                    "twfy_id": "25285",
                    "party": "conservative",
                    "member": "Alan Mak",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Yasin Al-Gailani",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12807",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13345,
                    "summary": "Michael Holland - \u00a32,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-20",
                    "published": "2025-09-22",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5164,
                    "twfy_id": "26491",
                    "party": "liberal-democrat",
                    "member": "Steff Aquarone",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Michael Holland",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13345",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13336,
                    "summary": "Michael Craven - \u00a33,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-19",
                    "published": "2025-09-19",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5148,
                    "twfy_id": "26446",
                    "party": "labour",
                    "member": "Mr Hamish Falconer",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 3000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Michael Craven",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13336",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13334,
                    "summary": "Mr Trevor Chinn - \u00a31,250.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-18",
                    "published": "2025-09-19",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5115,
                    "twfy_id": "26362",
                    "party": "labour",
                    "member": "Jon Pearce",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1250.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Mr Trevor Chinn",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13334",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13335,
                    "summary": "Trevor Chinn - \u00a31,250.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-18",
                    "published": "2025-09-19",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5115,
                    "twfy_id": "26362",
                    "party": "labour",
                    "member": "Jon Pearce",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1250.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Trevor Chinn",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13335",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13331,
                    "summary": "Refugee, Asylum and Migration Policy Project (RAMP) - \u00a313,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-18",
                    "published": "2025-09-18",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5245,
                    "twfy_id": "26611",
                    "party": "labour",
                    "member": "Chris Murray",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Services of a policy adviser for one day per week (value is estimated)",
                    "value": 13000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Refugee, Asylum and Migration Policy Project (RAMP)",
                    "donor_public_address": "The Courtyard, High Street, Ascot SL5 7HP",
                    "donor_status": "Company",
                    "donor_company_name": "Refugee, Asylum and Migration Policy Project (RAMP)",
                    "donor_company_url": "",
                    "donor_company_identifier": "12373468",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13331",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13327,
                    "summary": "Ian Wrigglesworth - \u00a32,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-17",
                    "published": "2025-09-17",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5086,
                    "twfy_id": "26353",
                    "party": "liberal-democrat",
                    "member": "Josh Babarinde",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "Donation in support of Josh Babarinde's campaign for Liberal Democrat Party President",
                    "value": 2000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Ian Wrigglesworth",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13327",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13313,
                    "summary": "The Yimby Initiative Ltd - \u00a32,833.33",
                    "parent_interest_id": "",
                    "registered": "2025-09-17",
                    "published": "2025-09-17",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5118,
                    "twfy_id": "26396",
                    "party": "labour",
                    "member": "Chris Curtis",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Provision of a member of staff to support my role as Co-Chair of the Labour Growth Group",
                    "value": 2833.33,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "The Yimby Initiative Ltd",
                    "donor_public_address": "12 Old Bond Street, London W1S 4PW",
                    "donor_status": "Company",
                    "donor_company_name": "The Yimby Initiative Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "15872051",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13313",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13325,
                    "summary": "Carl Michel - \u00a32,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-17",
                    "published": "2025-09-17",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5086,
                    "twfy_id": "26353",
                    "party": "liberal-democrat",
                    "member": "Josh Babarinde",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "Donation to the Eastbourne Liberal Democrats for campaign purposes",
                    "value": 2000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Carl Michel",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13325",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13326,
                    "summary": "Carl Michel - \u00a32,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-17",
                    "published": "2025-09-17",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5086,
                    "twfy_id": "26353",
                    "party": "liberal-democrat",
                    "member": "Josh Babarinde",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "Donation in support of Josh Babarinde's campaign for Liberal Democrat Party President",
                    "value": 2000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Carl Michel",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13326",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13323,
                    "summary": "Fox Brothers - \u00a32,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-17",
                    "published": "2025-09-17",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5072,
                    "twfy_id": "26347",
                    "party": "conservative",
                    "member": "Mr Andrew Snowden",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Fox Brothers",
                    "donor_public_address": "11 Neptune Court Hallam Way, Whitehills Business Park, Blackpool FY4 5LZ",
                    "donor_status": "Company",
                    "donor_company_name": "Fox Brothers",
                    "donor_company_url": "",
                    "donor_company_identifier": "07392244",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13323",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13295,
                    "summary": "Jon Mendelsohn - \u00a32,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-15",
                    "published": "2025-09-15",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5360,
                    "twfy_id": "26632",
                    "party": "labour",
                    "member": "David Pinto-Duschinsky",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Jon Mendelsohn",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13295",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13294,
                    "summary": "Sir Trevor Chinn - \u00a31,250.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-15",
                    "published": "2025-09-15",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5360,
                    "twfy_id": "26632",
                    "party": "labour",
                    "member": "David Pinto-Duschinsky",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1250.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Sir Trevor Chinn",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13294",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13281,
                    "summary": "Cherie Robertson - \u00a32,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-11",
                    "published": "2025-09-12",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5335,
                    "twfy_id": "26372",
                    "party": "liberal-democrat",
                    "member": "Jess Brown-Fuller",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Cherie Robertson",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13281",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13286,
                    "summary": "Ramesh Dewan - \u00a33,153.28",
                    "parent_interest_id": "",
                    "registered": "2025-09-12",
                    "published": "2025-09-12",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "party": "liberal-democrat",
                    "member": "Mike Martin",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "In kind",
                    "payment_description": "Ramesh hosted a dinner for me",
                    "value": 3153.28,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Ramesh Dewan",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13286",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13280,
                    "summary": "The YIMBY Initiative Ltd - \u00a32,833.33",
                    "parent_interest_id": "",
                    "registered": "2025-09-11",
                    "published": "2025-09-12",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5037,
                    "twfy_id": "26315",
                    "party": "labour",
                    "member": "Lola McEvoy",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Provision of a member of staff to support my role as Co-Chair of the Labour Growth Group, shared with Chris Curtis MP",
                    "value": 2833.33,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "The YIMBY Initiative Ltd",
                    "donor_public_address": "12 Old Bond Street, London, W1S 4PW, England",
                    "donor_status": "Company",
                    "donor_company_name": "The YIMBY Initiative Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "15872051",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13280",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13289,
                    "summary": "STRATHGROVE LIMITED - \u00a32,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-12",
                    "published": "2025-09-12",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5204,
                    "twfy_id": "26438",
                    "party": "labour",
                    "member": "Sarah Sackman",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "STRATHGROVE LIMITED",
                    "donor_public_address": "Acre House, 11/15 William Road, London NW1 3ER",
                    "donor_status": "Company",
                    "donor_company_name": "STRATHGROVE LIMITED",
                    "donor_company_url": "",
                    "donor_company_identifier": "00972224",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13289",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13106,
                    "summary": "James Moore - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-11",
                    "published": "2025-09-12",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5335,
                    "twfy_id": "26372",
                    "party": "liberal-democrat",
                    "member": "Jess Brown-Fuller",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "James Moore",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13106",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13288,
                    "summary": "Trevor Chinn - \u00a31,250.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-12",
                    "published": "2025-09-12",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5204,
                    "twfy_id": "26438",
                    "party": "labour",
                    "member": "Sarah Sackman",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1250.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Trevor Chinn",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13288",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12978,
                    "summary": "Strand Partners - \u00a32,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-11",
                    "published": "2025-09-11",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5136,
                    "twfy_id": "26409",
                    "party": "labour",
                    "member": "Imogen Walker",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "Support for a ticketed social and networking event  including 8 tickets at market value, totalling \u00a3800.00. This was shared with another MP.",
                    "value": 2000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Strand Partners",
                    "donor_public_address": "5 Technology Park, Colindeep Lane, Colindale, London NW9 6BX",
                    "donor_status": "Company",
                    "donor_company_name": "Strand Partners",
                    "donor_company_url": "",
                    "donor_company_identifier": "13797289",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12978",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13282,
                    "summary": "Richard Evans - \u00a33,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-11",
                    "published": "2025-09-11",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5335,
                    "twfy_id": "26372",
                    "party": "liberal-democrat",
                    "member": "Jess Brown-Fuller",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 3000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Richard Evans",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13282",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13269,
                    "summary": "Harish Sodha - \u00a320,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-10",
                    "published": "2025-09-10",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5287,
                    "twfy_id": "26549",
                    "party": "labour",
                    "member": "Tim Roca",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 20000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Harish Sodha",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13269",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13264,
                    "summary": "Jeremy Oppenheim - \u00a32,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-10",
                    "published": "2025-09-10",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5267,
                    "twfy_id": "26600",
                    "party": "labour",
                    "member": "Yuan Yang",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Jeremy Oppenheim",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13264",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13248,
                    "summary": "Field View Mentors Limited - \u00a33,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-07",
                    "published": "2025-09-08",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "party": "liberal-democrat",
                    "member": "Mike Martin",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 3000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Field View Mentors Limited",
                    "donor_public_address": "St Catherine\u2019s House, 5 Nuthatch Close, Farnham GU10 5TN",
                    "donor_status": "Company",
                    "donor_company_name": "Field View Mentors Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "09883118",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13248",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13213,
                    "summary": "Communication Workers Union - \u00a32,000.04",
                    "parent_interest_id": "",
                    "registered": "2025-09-02",
                    "published": "2025-09-05",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4082,
                    "twfy_id": "24831",
                    "party": "labour",
                    "member": "Lisa Nandy",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2000.04,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Communication Workers Union",
                    "donor_public_address": "150 The Broadway, Wimbledon, London  SW19 1RX",
                    "donor_status": "Trade Union",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13213",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13234,
                    "summary": "Lord John Nash - \u00a33,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-04",
                    "published": "2025-09-04",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4780,
                    "twfy_id": "25851",
                    "party": "conservative",
                    "member": "Laura Trott",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 3000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Lord John Nash",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13234",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13233,
                    "summary": "Steve Webb - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-04",
                    "published": "2025-09-04",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5140,
                    "twfy_id": "26458",
                    "party": "liberal-democrat",
                    "member": "Claire Young",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Steve Webb",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13233",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13219,
                    "summary": "William Reeve - \u00a31,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-03",
                    "published": "2025-09-03",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "party": "liberal-democrat",
                    "member": "Mike Martin",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "William Reeve",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13219",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13221,
                    "summary": "Julia Davies - \u00a31,759.52",
                    "parent_interest_id": "",
                    "registered": "2025-09-03",
                    "published": "2025-09-03",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5202,
                    "twfy_id": "26567",
                    "party": "labour",
                    "member": "Jessica Toale",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Donation to fund food and beverage for 78 people at 2-day MP Politics Summer School, for Bournemouth and Dorset based young people between 16-19 years old",
                    "value": 1759.52,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Julia Davies",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13221",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13218,
                    "summary": "William Reeve - \u00a31,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-03",
                    "published": "2025-09-03",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "party": "liberal-democrat",
                    "member": "Mike Martin",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "William Reeve",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13218",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13204,
                    "summary": "Neural Voice AI - \u00a33,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-01",
                    "published": "2025-09-01",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5166,
                    "twfy_id": "26440",
                    "party": "labour",
                    "member": "Mark Sewards",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "The creation and hosting of an AI voice assistant",
                    "value": 3000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Neural Voice AI",
                    "donor_public_address": "8 Newcastle Close, \nDrighlington,\nWest Yorkshire, \nUnited Kingdom, \nBD11 1DF",
                    "donor_status": "Company",
                    "donor_company_name": "Neural Voice AI",
                    "donor_company_url": "",
                    "donor_company_identifier": "15208364",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13204",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13200,
                    "summary": "Antony Harris - \u00a31,250.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-01",
                    "published": "2025-09-01",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "party": "liberal-democrat",
                    "member": "Mike Martin",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1250.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Antony Harris",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13200",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13206,
                    "summary": "Mrs Barbara Hilton - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-01",
                    "published": "2025-09-01",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5340,
                    "twfy_id": "26622",
                    "party": "conservative",
                    "member": "Jack Rankin",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "To support the printing and delivery of my Annual Report to my constituents.",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Mrs Barbara Hilton",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13206",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13202,
                    "summary": "Dominic Mathon - \u00a3800.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-01",
                    "published": "2025-09-01",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "party": "liberal-democrat",
                    "member": "Mike Martin",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 800.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Dominic Mathon",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13202",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13201,
                    "summary": "Charles Pope - \u00a31,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-01",
                    "published": "2025-09-01",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "party": "liberal-democrat",
                    "member": "Mike Martin",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Charles Pope",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13201",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13199,
                    "summary": "Dukehill Services Limited - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-01",
                    "published": "2025-09-01",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4818,
                    "twfy_id": "25847",
                    "party": "conservative",
                    "member": "Saqib Bhatti",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Dukehill Services Limited",
                    "donor_public_address": "4 Birchley Estate, Birchfield Lane, Oldbury B69 1DT",
                    "donor_status": "Company",
                    "donor_company_name": "Dukehill Services Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "06317947",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13199",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13171,
                    "summary": "Anthony Trevor Langham - \u00a38,250.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-29",
                    "published": "2025-08-29",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5160,
                    "twfy_id": "26472",
                    "party": "labour",
                    "member": "Jenny Riddell-Carpenter",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "In-kind support provided via Lansons, covering 50% of the salary costs of a staff member supporting the Labour Rural Research Group (LRRG), of which I am the Chair",
                    "value": 8250.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Anthony Trevor Langham",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13171",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13185,
                    "summary": "Daniel Luhde-Thompson - \u00a310,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-28",
                    "published": "2025-08-29",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5088,
                    "twfy_id": "26452",
                    "party": "labour",
                    "member": "Sarah Coombes",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "Constituency campaigning",
                    "value": 10000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Daniel Luhde-Thompson",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13185",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13180,
                    "summary": "Susan Clare Parsons - \u00a38,250.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-29",
                    "published": "2025-08-29",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5160,
                    "twfy_id": "26472",
                    "party": "labour",
                    "member": "Jenny Riddell-Carpenter",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "In-kind support provided via Lansons, covering 50% of the salary costs of a staff member supporting the Labour Rural Research Group (LRRG), of which I am the Chair",
                    "value": 8250.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Susan Clare Parsons",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13180",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13179,
                    "summary": "West End Medical Practice Limited - \u00a310,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-27",
                    "published": "2025-08-27",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4320,
                    "twfy_id": "25227",
                    "party": "reform",
                    "member": "Robert Jenrick",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "to support my duties as an MP",
                    "value": 10000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "West End Medical Practice Limited",
                    "donor_public_address": "6 Bendall Mews, London  NW1 6SN",
                    "donor_status": "Company",
                    "donor_company_name": "West End Medical Practice Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "07019235",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13179",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13169,
                    "summary": "BJD (GB) Ltd - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-22",
                    "published": "2025-08-26",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5176,
                    "twfy_id": "26489",
                    "party": "labourco-operative",
                    "member": "Baggy Shanker",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "General campaign activities",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "BJD (GB) Ltd",
                    "donor_public_address": "53 Calthorpe Road, Edgbaston, Birmingham B15 1TH",
                    "donor_status": "Company",
                    "donor_company_name": "BJD (GB) Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "05272092",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13169",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13159,
                    "summary": "Jon Mendelsohn - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-21",
                    "published": "2025-08-22",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5115,
                    "twfy_id": "26362",
                    "party": "labour",
                    "member": "Jon Pearce",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Jon Mendelsohn",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13159",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13152,
                    "summary": "The Associated Society of Locomotive Engineers and Firemen (ASLEF) - \u00a32,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-20",
                    "published": "2025-08-20",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4783,
                    "twfy_id": "25794",
                    "party": "labour",
                    "member": "Kate Osborne",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "The Associated Society of Locomotive Engineers and Firemen (ASLEF)",
                    "donor_public_address": "ASLEF Building\n75-77 St John Street\nLondon\nEC1M 4NN",
                    "donor_status": "Trade Union",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13152",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13134,
                    "summary": "UNISON - \u00a32,050.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-15",
                    "published": "2025-08-18",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5031,
                    "twfy_id": "26310",
                    "party": "labour",
                    "member": "Mark Ferguson",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "In kind",
                    "payment_description": "Payment for leaflet printing",
                    "value": 2050.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "UNISON",
                    "donor_public_address": "UNISON Centre, 130 Euston Road, London NW1 2AY",
                    "donor_status": "Trade Union",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13134",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13120,
                    "summary": "Coca Cola Europacific Partners - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-14",
                    "published": "2025-08-14",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4943,
                    "twfy_id": "26085",
                    "party": "labourco-operative",
                    "member": "Simon Lightwood",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "Sponsorship of Yorkshire Day dinner",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Coca Cola Europacific Partners",
                    "donor_public_address": "Pemberton House\nBakers Road\nUxbridge, Middlesex UB8 1EZ",
                    "donor_status": "Company",
                    "donor_company_name": "Coca Cola Europacific Partners",
                    "donor_company_url": "",
                    "donor_company_identifier": "09717350",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13120",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13121,
                    "summary": "UKREiiF (The UK's Real Estate Investment and Infrastructure Forum) - \u00a3950.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-14",
                    "published": "2025-08-14",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4943,
                    "twfy_id": "26085",
                    "party": "labourco-operative",
                    "member": "Simon Lightwood",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "in buying tickets for a table at the Yorkshire Day dinner",
                    "value": 950.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "UKREiiF (The UK's Real Estate Investment and Infrastructure Forum)",
                    "donor_public_address": "5th Floor, 133 Houndsditch, London EC3A 7BX",
                    "donor_status": "Company",
                    "donor_company_name": "UKREiiF (The UK's Real Estate Investment and Infrastructure Forum)",
                    "donor_company_url": "",
                    "donor_company_identifier": "15086201",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13121",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13113,
                    "summary": "Global Foods (Birmingham) Limited - \u00a32,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-13",
                    "published": "2025-08-13",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 3914,
                    "twfy_id": "24788",
                    "party": "labour",
                    "member": "Shabana Mahmood",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Global Foods (Birmingham) Limited",
                    "donor_public_address": "6-8 Abbey Road, Smethwick, Warley B67 5RD",
                    "donor_status": "Company",
                    "donor_company_name": "Global Foods (Birmingham) Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "04096414",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13113",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13095,
                    "summary": "The YIMBY Initiative Ltd - \u00a35,666.66",
                    "parent_interest_id": "",
                    "registered": "2025-08-13",
                    "published": "2025-08-13",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5037,
                    "twfy_id": "26315",
                    "party": "labour",
                    "member": "Lola McEvoy",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Provision of a member of staff to support my role as Co-Chair of the Labour Growth Growth, support shared with the other Co-Chair, Chris Curtis MP",
                    "value": 5666.66,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "The YIMBY Initiative Ltd",
                    "donor_public_address": "12 Old Bond Street, London W1S 4PW",
                    "donor_status": "Company",
                    "donor_company_name": "The YIMBY Initiative Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "15872051",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13095",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13111,
                    "summary": "Zero Hour Ltd - \u00a39,147.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-12",
                    "published": "2025-08-12",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4864,
                    "twfy_id": "25908",
                    "party": "labour",
                    "member": "Olivia Blake",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Amount of donation or nature and value if donation in kind: Administration and\ncoordination of the Climate and Nature Crisis Caucus, which I chair, provided by\nZero Hour Ltd",
                    "value": 9147.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Zero Hour Ltd",
                    "donor_public_address": "Second Floor, 123 Promenade, Cheltenham, England, GL50 1NW",
                    "donor_status": "Company",
                    "donor_company_name": "Zero Hour Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "12846343",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13111",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13078,
                    "summary": "Waheed Alli - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-12",
                    "published": "2025-08-12",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4573,
                    "twfy_id": "25579",
                    "party": "labour",
                    "member": "Dr Rosena Allin-Khan",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "To support my office and campaigns",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Waheed Alli",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13078",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13104,
                    "summary": "Graham Edwards - \u00a38,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-11",
                    "published": "2025-08-11",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4484,
                    "twfy_id": "25285",
                    "party": "conservative",
                    "member": "Alan Mak",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 8500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Graham Edwards",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13104",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13090,
                    "summary": "India Legal Services Limited - \u00a34,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-08",
                    "published": "2025-08-11",
                    "updated_1": "2025-09-21",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5039,
                    "twfy_id": "26333",
                    "party": "labour",
                    "member": "Kanishka Narayan",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "Returned in full on 6th September 2025",
                    "value": 4000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "India Legal Services Limited",
                    "donor_public_address": "134 Buckingham Palace Road, London SW1W 9SA",
                    "donor_status": "Company",
                    "donor_company_name": "India Legal Services Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "04868952",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13090",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13088,
                    "summary": "Dominic Mathon - \u00a3800.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-07",
                    "published": "2025-08-11",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "party": "liberal-democrat",
                    "member": "Mike Martin",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 800.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Dominic Mathon",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13088",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13076,
                    "summary": "Mr. Alan Halsall - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-06",
                    "published": "2025-08-06",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4651,
                    "twfy_id": "25642",
                    "party": "labour",
                    "member": "Dan Carden",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "in recognition of my contribution to British horse racing",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Mr. Alan Halsall",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13076",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13081,
                    "summary": "Anthony Smith - \u00a32,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-06",
                    "published": "2025-08-06",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5164,
                    "twfy_id": "26491",
                    "party": "liberal-democrat",
                    "member": "Steff Aquarone",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "To support development of video strategy",
                    "value": 2500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Anthony Smith",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13081",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13069,
                    "summary": "Babcock International - \u00a3376.80",
                    "parent_interest_id": "",
                    "registered": "2025-08-05",
                    "published": "2025-08-05",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4682,
                    "twfy_id": "25690",
                    "party": "labourco-operative",
                    "member": "Luke Pollard",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Provision of items for young people in Plymouth participating in my summer school",
                    "value": 376.8,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Babcock International",
                    "donor_public_address": "33 Wigmore Street, London W1U 1QX",
                    "donor_status": "Company",
                    "donor_company_name": "Babcock International",
                    "donor_company_url": "",
                    "donor_company_identifier": "02342138",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13069",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13080,
                    "summary": "L Bennett and Son Ltd - \u00a33,650.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-05",
                    "published": "2025-08-05",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 3948,
                    "twfy_id": "24731",
                    "party": "conservative",
                    "member": "Rebecca Harris",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "for the costs of hosting a social event for Conservative Members of Parliament and staffers",
                    "value": 3650.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "L Bennett and Son Ltd",
                    "donor_public_address": "3 Prime Point, Bessemer Road, Welwyn Garden City, Herts, AL7 1HU",
                    "donor_status": "Company",
                    "donor_company_name": "L Bennett and Son Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "01030722",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13080",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13067,
                    "summary": "University of Plymouth - \u00a31,788.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-05",
                    "published": "2025-08-05",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4682,
                    "twfy_id": "25690",
                    "party": "labourco-operative",
                    "member": "Luke Pollard",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "The provision of lecture hall and events space for my summer school for young people in Plymouth",
                    "value": 1788.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "University of Plymouth",
                    "donor_public_address": "Drake Circus, Plymouth PL4 8AA",
                    "donor_status": "Other",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "University",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13067",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13058,
                    "summary": "Homes for Britain Ltd - \u00a32,800.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-04",
                    "published": "2025-08-04",
                    "updated_1": "2025-08-06",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5300,
                    "twfy_id": "26529",
                    "party": "labour",
                    "member": "Kevin McKenna",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Communications support, to a value of \u00a3400 per month in 7 monthly instalments",
                    "value": 2800.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Homes for Britain Ltd",
                    "donor_public_address": "12 Old Bond Street, London W1S 4PW",
                    "donor_status": "Company",
                    "donor_company_name": "Homes for Britain Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "14724694",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13058",
                    "updated_2": "2025-09-16",
                    "category_code": "2"
                },
                {
                    "id": 13055,
                    "summary": "The YIMBY Initiative Ltd - \u00a35,666.66",
                    "parent_interest_id": "",
                    "registered": "2025-08-04",
                    "published": "2025-08-04",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5118,
                    "twfy_id": "26396",
                    "party": "labour",
                    "member": "Chris Curtis",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "To cover the costs for a member of staff to work for the Labour Growth Group, which I Co-Chair",
                    "value": 5666.66,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "The YIMBY Initiative Ltd",
                    "donor_public_address": "12 Old Bond Street, London W1S 4PW",
                    "donor_status": "Company",
                    "donor_company_name": "The YIMBY Initiative Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "15872051",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13055",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13040,
                    "summary": "David Sainsbury - \u00a322,013.49",
                    "parent_interest_id": "",
                    "registered": "2025-08-01",
                    "published": "2025-08-01",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5229,
                    "twfy_id": "26477",
                    "party": "labour",
                    "member": "Joe Powell",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "for the services of a Campaign Organiser hired by Labour Party",
                    "value": 22013.49,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "David Sainsbury",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13040",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13043,
                    "summary": "Daniel Luhde-Thompson - \u00a310,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-01",
                    "published": "2025-08-01",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5267,
                    "twfy_id": "26600",
                    "party": "labour",
                    "member": "Yuan Yang",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "Support for political activities",
                    "value": 10000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Daniel Luhde-Thompson",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13043",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13035,
                    "summary": "John Perry - \u00a31,766.29",
                    "parent_interest_id": "",
                    "registered": "2025-07-31",
                    "published": "2025-07-31",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5289,
                    "twfy_id": "26508",
                    "party": "labour",
                    "member": "Harpreet Uppal",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "14 train tickets covering trips to Westminster and Leeds, for participants of my week long summer for 18-24 year olds.",
                    "value": 1766.29,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "John Perry",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13035",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13024,
                    "summary": "Michael Ashcroft - \u00a37,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-29",
                    "published": "2025-07-30",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4484,
                    "twfy_id": "25285",
                    "party": "conservative",
                    "member": "Alan Mak",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 7500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Michael Ashcroft",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13024",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13027,
                    "summary": "Daniel Luhde-Thompson - \u00a310,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-29",
                    "published": "2025-07-30",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4595,
                    "twfy_id": "25601",
                    "party": "labourco-operative",
                    "member": "Gareth Snell",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 10000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Daniel Luhde-Thompson",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13027",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13023,
                    "summary": "Trevor Chinn - \u00a31,250.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-29",
                    "published": "2025-07-30",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5204,
                    "twfy_id": "26438",
                    "party": "labour",
                    "member": "Sarah Sackman",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1250.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Trevor Chinn",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13023",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13022,
                    "summary": "Richard Greer - \u00a32,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-29",
                    "published": "2025-07-30",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5204,
                    "twfy_id": "26438",
                    "party": "labour",
                    "member": "Sarah Sackman",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Richard Greer",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13022",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13015,
                    "summary": "Kirsty Hewens - \u00a3750.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-28",
                    "published": "2025-07-28",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5299,
                    "twfy_id": "26516",
                    "party": "liberal-democrat",
                    "member": "Monica Harding",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "General donations to the Elmbridge Liberal Democrats",
                    "value": 750.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Kirsty Hewens",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13015",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13000,
                    "summary": "Stuart Robb - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-25",
                    "published": "2025-07-28",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 188,
                    "twfy_id": "10155",
                    "party": "liberal-democrat",
                    "member": "Ed Davey",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Stuart Robb",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13000",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13008,
                    "summary": "Tritax Big Box REIT plc - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-27",
                    "published": "2025-07-28",
                    "updated_1": "2026-01-13",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5105,
                    "twfy_id": "26358",
                    "party": "labour",
                    "member": "Jo White",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "for the provision of my Parliamentary Summer School for children and young people from Bassetlaw.",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Tritax Big Box REIT plc",
                    "donor_public_address": "72 Broadwick Street, London, United Kingdom W1F 9QZ",
                    "donor_status": "Company",
                    "donor_company_name": "Tritax Big Box REIT plc",
                    "donor_company_url": "",
                    "donor_company_identifier": "08215888",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13008",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13010,
                    "summary": "Charles Max Keymer - \u00a32,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-27",
                    "published": "2025-07-28",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4780,
                    "twfy_id": "25851",
                    "party": "conservative",
                    "member": "Laura Trott",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Charles Max Keymer",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13010",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 13007,
                    "summary": "Lucy Greenwood - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-25",
                    "published": "2025-07-28",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5263,
                    "twfy_id": "26366",
                    "party": "liberal-democrat",
                    "member": "Alex Brewer",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Lucy Greenwood",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13007",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12999,
                    "summary": "James Moore - \u00a36,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-25",
                    "published": "2025-07-28",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 188,
                    "twfy_id": "10155",
                    "party": "liberal-democrat",
                    "member": "Ed Davey",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 6000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "James Moore",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12999",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12995,
                    "summary": "Beaver Metals & Metallic Extractors - \u00a310,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-25",
                    "published": "2025-07-25",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 1211,
                    "twfy_id": "11115",
                    "party": "conservative",
                    "member": "Sir Andrew Mitchell",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 10000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Beaver Metals & Metallic Extractors",
                    "donor_public_address": "Beaver Metals & Metallic Extractors Ltd, Marsh Lane, Water Orton, Birmingham, B46 1NS",
                    "donor_status": "Company",
                    "donor_company_name": "Beaver Metals & Metallic Extractors",
                    "donor_company_url": "",
                    "donor_company_identifier": "00510565",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12995",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12997,
                    "summary": "Fergus Hall - \u00a310,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-25",
                    "published": "2025-07-25",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4320,
                    "twfy_id": "25227",
                    "party": "reform",
                    "member": "Robert Jenrick",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 10000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Fergus Hall",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12997",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12991,
                    "summary": "Chevening\u00a0Industries Limited - \u00a311,705.27",
                    "parent_interest_id": "",
                    "registered": "2025-07-24",
                    "published": "2025-07-24",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4484,
                    "twfy_id": "25285",
                    "party": "conservative",
                    "member": "Alan Mak",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Sponsorship of dinner marking my 10 years as an MP (venue hire, catering and related costs). Paid direct to venue",
                    "value": 11705.27,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Chevening\u00a0Industries Limited",
                    "donor_public_address": "James Cowper Kreston, 8th Floor South, Reading Bridge House, George Street, Reading, RG1 8LS",
                    "donor_status": "Company",
                    "donor_company_name": "Chevening\u00a0Industries Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "04332266",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12991",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 9172,
                    "summary": "L. Bennett & Son Limited - \u00a33,790.99",
                    "parent_interest_id": "",
                    "registered": "2025-07-24",
                    "published": "2025-07-24",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4804,
                    "twfy_id": "25920",
                    "party": "conservative",
                    "member": "Mr Gagan Mohindra",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "In kind",
                    "payment_description": "Printing and delivery of leaflet",
                    "value": 3790.99,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "L. Bennett & Son Limited",
                    "donor_public_address": "3 Prime Point, Bessemer Road, Welwyn Garden City, Hertfordshire AL7 1HU",
                    "donor_status": "Company",
                    "donor_company_name": "L. Bennett & Son Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "01030722",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/9172",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12981,
                    "summary": "Google UK Ltd - \u00a32,908.02",
                    "parent_interest_id": "",
                    "registered": "2025-07-23",
                    "published": "2025-07-23",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5172,
                    "twfy_id": "26453",
                    "party": "labour",
                    "member": "Dan Aldridge",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Hospitality as a guest of YouTube at Glastonbury Festival 2025",
                    "value": 2908.02,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Google UK Ltd",
                    "donor_public_address": "1-13 St Giles High Street, London, WC2H 8AG",
                    "donor_status": "Company",
                    "donor_company_name": "Google UK Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "03977902",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12981",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12977,
                    "summary": "SME4Labour Ltd - \u00a31,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-23",
                    "published": "2025-07-23",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5136,
                    "twfy_id": "26409",
                    "party": "labour",
                    "member": "Imogen Walker",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Event space, wine and canapes. Shared with Gregor Poynton",
                    "value": 1500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "SME4Labour Ltd",
                    "donor_public_address": "Flat 80\nCounty Hall North Block\n5 Chicheley Street\nLondon\nEngland\nSE1 7PN",
                    "donor_status": "Company",
                    "donor_company_name": "SME4Labour Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "10685562",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12977",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12882,
                    "summary": "Google UK Ltd - \u00a32,908.02",
                    "parent_interest_id": "",
                    "registered": "2025-07-23",
                    "published": "2025-07-23",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5290,
                    "twfy_id": "26392",
                    "party": "labour",
                    "member": "Leigh Ingham",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Hospitality as a guest of YouTube at Glastonbury Festival 2025",
                    "value": 2908.02,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Google UK Ltd",
                    "donor_public_address": "1-13 St Giles High St, London WC2H 8AG",
                    "donor_status": "Company",
                    "donor_company_name": "Google UK Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "03977902",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12882",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12961,
                    "summary": "Andeep Mangal - \u00a32,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-22",
                    "published": "2025-07-22",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 3914,
                    "twfy_id": "24788",
                    "party": "labour",
                    "member": "Shabana Mahmood",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Andeep Mangal",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12961",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12968,
                    "summary": "SME4Labour LTD - \u00a31,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-22",
                    "published": "2025-07-22",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5167,
                    "twfy_id": "26428",
                    "party": "labour",
                    "member": "Gregor Poynton",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "In-kind support including event space, wine and canap\u00e9s. This support is shared between Imogen Walker MP and me",
                    "value": 1500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "SME4Labour LTD",
                    "donor_public_address": "Flat 80 County Hall North Block, 5 Chicheley Street, London, England, SE1 7PN",
                    "donor_status": "Company",
                    "donor_company_name": "SME4Labour LTD",
                    "donor_company_url": "",
                    "donor_company_identifier": "10685562",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12968",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12967,
                    "summary": "Strand Partners - \u00a32,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-22",
                    "published": "2025-07-22",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5167,
                    "twfy_id": "26428",
                    "party": "labour",
                    "member": "Gregor Poynton",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "Support for an event, which included 8 tickets with the total market value of \u00a3800. The support was split between Imogen Walker MP and me.",
                    "value": 2000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Strand Partners",
                    "donor_public_address": "5 Technology Park, Colindeep Lane, Colindale, London, United Kingdom, NW9 6BX",
                    "donor_status": "Company",
                    "donor_company_name": "Strand Partners",
                    "donor_company_url": "",
                    "donor_company_identifier": "13797289",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12967",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12973,
                    "summary": "Sir Trevor Chinn - \u00a31,250.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-22",
                    "published": "2025-07-22",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5360,
                    "twfy_id": "26632",
                    "party": "labour",
                    "member": "David Pinto-Duschinsky",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1250.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Sir Trevor Chinn",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12973",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12974,
                    "summary": "Sir Trevor Chinn - \u00a31,250.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-22",
                    "published": "2025-07-22",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5360,
                    "twfy_id": "26632",
                    "party": "labour",
                    "member": "David Pinto-Duschinsky",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1250.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Sir Trevor Chinn",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12974",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12938,
                    "summary": "Bawtry Farms Ltd - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-19",
                    "published": "2025-07-19",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5105,
                    "twfy_id": "26358",
                    "party": "labour",
                    "member": "Jo White",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "The provision of Jo White MP's Parliamentary Summer School for children and young people from Bassetlaw.",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Bawtry Farms Ltd",
                    "donor_public_address": "Serlby Hall, Serlby, Bawtry, Nottinghamshire, DN10 6BA",
                    "donor_status": "Company",
                    "donor_company_name": "Bawtry Farms Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "03443510",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12938",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12933,
                    "summary": "UB Healthcare Ltd - \u00a3300.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-18",
                    "published": "2025-07-18",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "party": "conservative",
                    "member": "Dr Neil Shastri-Hurst",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "Sponsorship towards the costs of my upcoming Pensioners' Fair",
                    "value": 300.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "UB Healthcare Ltd",
                    "donor_public_address": "Office 716 Highlands Road, Shirley, Solihull, England, B90 4ND",
                    "donor_status": "Company",
                    "donor_company_name": "UB Healthcare Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "13950973",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12933",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12929,
                    "summary": "James Stewart - \u00a33,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-18",
                    "published": "2025-07-18",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 1512,
                    "twfy_id": "11970",
                    "party": "conservative",
                    "member": "David Mundell",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 3500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "James Stewart",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12929",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12928,
                    "summary": "Munish Sharma - \u00a32,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-18",
                    "published": "2025-07-18",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "party": "independent",
                    "member": "Rupert Lowe",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Munish Sharma",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12928",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12926,
                    "summary": "David Swift - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-18",
                    "published": "2025-07-18",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "party": "independent",
                    "member": "Rupert Lowe",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "This donation was raised by a Crowdfunder in Rupert's name, paid out directly to the Rape Gang Inquiry CIC.",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "David Swift",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12926",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12925,
                    "summary": "Peter Lawery - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-18",
                    "published": "2025-07-18",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "party": "independent",
                    "member": "Rupert Lowe",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "Donation to the Rape Gang Inquiry",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Peter Lawery",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12925",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12935,
                    "summary": "Lord Philip Harris - \u00a325,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-18",
                    "published": "2025-07-18",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4780,
                    "twfy_id": "25851",
                    "party": "conservative",
                    "member": "Laura Trott",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 25000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Lord Philip Harris",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12935",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12927,
                    "summary": "Christopher Newman - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-18",
                    "published": "2025-07-18",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "party": "independent",
                    "member": "Rupert Lowe",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Christopher Newman",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12927",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12607,
                    "summary": "Palace Yard Events Ltd - \u00a332,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-16",
                    "published": "2025-07-16",
                    "updated_1": "2026-02-13",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5105,
                    "twfy_id": "26358",
                    "party": "labour",
                    "member": "Jo White",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Services of staff",
                    "value": 32000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Palace Yard Events Ltd",
                    "donor_public_address": "Audley House, 13 Palace Street, London SW1E 5HX",
                    "donor_status": "Company",
                    "donor_company_name": "Palace Yard Events Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "14294995",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12607",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12886,
                    "summary": "Mark Adlestone - \u00a32,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-16",
                    "published": "2025-07-16",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5115,
                    "twfy_id": "26362",
                    "party": "labour",
                    "member": "Jon Pearce",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Mark Adlestone",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12886",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12901,
                    "summary": "Lord (David) Sainsbury - \u00a320,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-15",
                    "published": "2025-07-15",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5033,
                    "twfy_id": "26321",
                    "party": "labour",
                    "member": "Josh MacAlister",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 20000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Lord (David) Sainsbury",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12901",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12895,
                    "summary": "Manjit Jhooty - \u00a32,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-15",
                    "published": "2025-07-15",
                    "updated_1": "2025-10-15",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 3914,
                    "twfy_id": "24788",
                    "party": "labour",
                    "member": "Shabana Mahmood",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "returned in full on 15 October 2025",
                    "value": 2500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Manjit Jhooty",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12895",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12896,
                    "summary": "Cressida Pollock and Danny Luhde-Thompson - \u00a310,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-15",
                    "published": "2025-07-15",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5033,
                    "twfy_id": "26321",
                    "party": "labour",
                    "member": "Josh MacAlister",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 10000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Cressida Pollock and Danny Luhde-Thompson",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12896",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12902,
                    "summary": "David Smyth - \u00a32,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-15",
                    "published": "2025-07-15",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4484,
                    "twfy_id": "25285",
                    "party": "conservative",
                    "member": "Alan Mak",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "David Smyth",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12902",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12876,
                    "summary": "Mrs Barbara Hilton - \u00a32,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-11",
                    "published": "2025-07-11",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5340,
                    "twfy_id": "26622",
                    "party": "conservative",
                    "member": "Jack Rankin",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "To support my political efforts through Windsor Conservative Association",
                    "value": 2000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Mrs Barbara Hilton",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12876",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12802,
                    "summary": "Patrick Foster - \u00a35,600.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-11",
                    "published": "2025-07-11",
                    "updated_1": "2025-12-01",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5263,
                    "twfy_id": "26366",
                    "party": "liberal-democrat",
                    "member": "Alex Brewer",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "(monthly donations of \u00a3500 between January and November 2025)",
                    "value": 5600.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Patrick Foster",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12802",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12878,
                    "summary": "Damon de Laszlo - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-11",
                    "published": "2025-07-11",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4484,
                    "twfy_id": "25285",
                    "party": "conservative",
                    "member": "Alan Mak",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Damon de Laszlo",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12878",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12840,
                    "summary": "Benyamin Naeem Habib - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-09",
                    "published": "2025-07-09",
                    "updated_1": "2026-02-11",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "party": "independent",
                    "member": "Rupert Lowe",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "Donation to the Rape Gang Inquiry. This donation was returned on 13 October 2025.",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Benyamin Naeem Habib",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12840",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12847,
                    "summary": "Yan Huo - \u00a320,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-09",
                    "published": "2025-07-09",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4484,
                    "twfy_id": "25285",
                    "party": "conservative",
                    "member": "Alan Mak",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 20000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Yan Huo",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12847",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12837,
                    "summary": "Laurent Sartran - \u00a38,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-09",
                    "published": "2025-07-09",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "party": "independent",
                    "member": "Rupert Lowe",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "Donation to the Rape Gang Inquiry",
                    "value": 8000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Laurent Sartran",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12837",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12852,
                    "summary": "Best for Britain Ltd - \u00a333,542.32",
                    "parent_interest_id": "",
                    "registered": "2025-07-09",
                    "published": "2025-07-09",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5061,
                    "twfy_id": "26376",
                    "party": "labour",
                    "member": "Andrew Lewin",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "secretariat, meeting room and meeting catering, research, graphic design, printing, transcription and communication services provided to the members of the UK Trade and Business Commission of which I am chair, to an estimated value of \u00a333,542.32 for the period 1st July 2025 to 30th September 2025",
                    "value": 33542.32,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Best for Britain Ltd",
                    "donor_public_address": "International House, 36-38 Cornhill, London EC3V 3NG",
                    "donor_status": "Company",
                    "donor_company_name": "Best for Britain Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "10436078",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12852",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12841,
                    "summary": "Hepburn Bio Care Ltd - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-09",
                    "published": "2025-07-09",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "party": "independent",
                    "member": "Rupert Lowe",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "Donation to the Rape Gang Inquiry",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Hepburn Bio Care Ltd",
                    "donor_public_address": "8 Ashwood Gardens, Southampton, SO16 7LF",
                    "donor_status": "Company",
                    "donor_company_name": "Hepburn Bio Care Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "05539168",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12841",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12849,
                    "summary": "Sue Bishop - \u00a32,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-09",
                    "published": "2025-07-09",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "party": "liberal-democrat",
                    "member": "Mike Martin",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Sue Bishop",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12849",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12846,
                    "summary": "Chris Wood - \u00a317,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-09",
                    "published": "2025-07-09",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4484,
                    "twfy_id": "25285",
                    "party": "conservative",
                    "member": "Alan Mak",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 17500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Chris Wood",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12846",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12845,
                    "summary": "John James - \u00a32,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-09",
                    "published": "2025-07-09",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5072,
                    "twfy_id": "26347",
                    "party": "conservative",
                    "member": "Mr Andrew Snowden",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "John James",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12845",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12842,
                    "summary": "Margaret Hepburn - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-09",
                    "published": "2025-07-09",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "party": "independent",
                    "member": "Rupert Lowe",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "Donation to the Rape Gang Inquiry",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Margaret Hepburn",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12842",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12838,
                    "summary": "Derek Holder - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-09",
                    "published": "2025-07-09",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "party": "independent",
                    "member": "Rupert Lowe",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "Donation to the Rape Gang Inquiry",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Derek Holder",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12838",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12821,
                    "summary": "Dominic Mathon - \u00a3800.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-07",
                    "published": "2025-07-08",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "party": "liberal-democrat",
                    "member": "Mike Martin",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 800.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Dominic Mathon",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12821",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12787,
                    "summary": "Homes for Britain Ltd - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-08",
                    "published": "2025-07-08",
                    "updated_1": "2025-11-05",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4979,
                    "twfy_id": "26120",
                    "party": "labour",
                    "member": "Andrew Western",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Homes for Britain Ltd have arranged for 12 monthly payments (of \u00a3416.66) to the communications consultancy 411 Communications Ltd, for social media advice and support for one year until May 2026",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Homes for Britain Ltd",
                    "donor_public_address": "12 Old Bond Street, London W1S 4PW",
                    "donor_status": "Company",
                    "donor_company_name": "Homes for Britain Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "14724694",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12787",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12816,
                    "summary": "CEME - \u00a32,100.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-07",
                    "published": "2025-07-07",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5272,
                    "twfy_id": "26495",
                    "party": "labour",
                    "member": "Margaret Mullane",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "CEME hosted for me, as requested by the DWP to host a Job Fair. To enable residents out of work to gain employment",
                    "value": 2100.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "CEME",
                    "donor_public_address": "CEME Business Campus, Marsh Way, Rainham, Essex RM13 8EU",
                    "donor_status": "Company",
                    "donor_company_name": "CEME",
                    "donor_company_url": "",
                    "donor_company_identifier": "07115923",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12816",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12813,
                    "summary": "Stanley Fink - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-06",
                    "published": "2025-07-07",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4484,
                    "twfy_id": "25285",
                    "party": "conservative",
                    "member": "Alan Mak",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Stanley Fink",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12813",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12800,
                    "summary": "Glass Express Midlands Ltd - \u00a37,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-04",
                    "published": "2025-07-04",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 1211,
                    "twfy_id": "11115",
                    "party": "conservative",
                    "member": "Sir Andrew Mitchell",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 7500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Glass Express Midlands Ltd",
                    "donor_public_address": "Unit 9, Union Road, Oldbury, B69 3EX",
                    "donor_status": "Company",
                    "donor_company_name": "Glass Express Midlands Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "06465299",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12800",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12801,
                    "summary": "Ahmed Hindawi - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-04",
                    "published": "2025-07-04",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5343,
                    "twfy_id": "26608",
                    "party": "liberal-democrat",
                    "member": "Mr Joshua Reynolds",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Ahmed Hindawi",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12801",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12777,
                    "summary": "Leonard and Judith Licht - \u00a330,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-02",
                    "published": "2025-07-02",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5340,
                    "twfy_id": "26622",
                    "party": "conservative",
                    "member": "Jack Rankin",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 30000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Leonard and Judith Licht",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12777",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12727,
                    "summary": "Aid Alliance - \u00a31,600.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-27",
                    "published": "2025-06-30",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 1211,
                    "twfy_id": "11115",
                    "party": "conservative",
                    "member": "Sir Andrew Mitchell",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "The services of a Policy Adviser for up to 2 days per week from 1st June to 30th June",
                    "value": 1600.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Aid Alliance",
                    "donor_public_address": "8 All Saints Street, London N1 9RL",
                    "donor_status": "Company",
                    "donor_company_name": "Aid Alliance",
                    "donor_company_url": "",
                    "donor_company_identifier": "Company Registration No. 03395681 Registered Charity No. 1068839",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12727",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12762,
                    "summary": "Sir Trevor Chinn - \u00a32,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-30",
                    "published": "2025-06-30",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 1171,
                    "twfy_id": "11360",
                    "party": "labour",
                    "member": "Liam Byrne",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Sir Trevor Chinn",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12762",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12739,
                    "summary": "Royal British Legion Trading Ltd - \u00a33,750.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-29",
                    "published": "2025-06-29",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5194,
                    "twfy_id": "26469",
                    "party": "labour",
                    "member": "Steve Yemm",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "The Royal British Legion supported the cost of a Parliamentary Reception to promote the Armed Forces Covenant which was sponsored by my office, the RBL and the MOD Armed Forces Covenant Team. The aim of the reception was to promote the covenant to MPs, Peers and others in the House of Commons",
                    "value": 3750.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Royal British Legion Trading Ltd",
                    "donor_public_address": "Haig House, 199 Borough High Street,  London SE1 1AA",
                    "donor_status": "Company",
                    "donor_company_name": "Royal British Legion Trading Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "04783730",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12739",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12730,
                    "summary": "Michael Craven - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-27",
                    "published": "2025-06-27",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5060,
                    "twfy_id": "26328",
                    "party": "labour",
                    "member": "Josh Simons",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "To support my work as a Member of Parliament",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Michael Craven",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12730",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12714,
                    "summary": "Durham Group Estates - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-26",
                    "published": "2025-06-26",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4776,
                    "twfy_id": "25820",
                    "party": "liberal-democrat",
                    "member": "Munira Wilson",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "For my work as MP for Twickenham",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Durham Group Estates",
                    "donor_public_address": "Portland House, Belmont Business Park, Durham DH1 1TW",
                    "donor_status": "Company",
                    "donor_company_name": "Durham Group Estates",
                    "donor_company_url": "",
                    "donor_company_identifier": "04940414",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12714",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12724,
                    "summary": "Hilary Stone - \u00a32,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-26",
                    "published": "2025-06-26",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5070,
                    "twfy_id": "26556",
                    "party": "liberal-democrat",
                    "member": "Lisa Smart",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Hilary Stone",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12724",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12705,
                    "summary": "Kelliher Insurance Group - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-24",
                    "published": "2025-06-25",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4358,
                    "twfy_id": "25342",
                    "party": "conservative",
                    "member": "Wendy Morton",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Kelliher Insurance Group",
                    "donor_public_address": "5th Floor, 40 Lime Street, London EC3M 7AW",
                    "donor_status": "Company",
                    "donor_company_name": "Kelliher Insurance Group",
                    "donor_company_url": "",
                    "donor_company_identifier": "05648669",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12705",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12710,
                    "summary": "Trevor Chinn - \u00a32,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-25",
                    "published": "2025-06-25",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5204,
                    "twfy_id": "26438",
                    "party": "labour",
                    "member": "Sarah Sackman",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Trevor Chinn",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12710",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12660,
                    "summary": "J.C. Bamford Excavators Limited - \u00a3150,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-23",
                    "published": "2025-06-24",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4597,
                    "twfy_id": "25693",
                    "party": "conservative",
                    "member": "Mrs Kemi Badenoch",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 150000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "J.C. Bamford Excavators Limited",
                    "donor_public_address": "Lakeside Works, Rocester, Uttoxeter, ST14 5JP",
                    "donor_status": "Company",
                    "donor_company_name": "J.C. Bamford Excavators Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "00561597",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12660",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12682,
                    "summary": "Compass - Together for a Good Society Ltd - \u00a36,903.75",
                    "parent_interest_id": "",
                    "registered": "2025-06-23",
                    "published": "2025-06-23",
                    "updated_1": "2025-11-20",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "party": "labour",
                    "member": "Clive Lewis",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Provision of the services of staff to support some of my Parliamentary campaigns and activities relating to water, via Toussaint Ventures Ltd (actual)",
                    "value": 6903.75,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Compass - Together for a Good Society Ltd",
                    "donor_public_address": "10 Salamanca Place, London SE1 7HB",
                    "donor_status": "Company",
                    "donor_company_name": "Compass - Together for a Good Society Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "05391145",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12682",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12680,
                    "summary": "Outward Capital LLP - \u00a31,641.32",
                    "parent_interest_id": "",
                    "registered": "2025-06-22",
                    "published": "2025-06-23",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4484,
                    "twfy_id": "25285",
                    "party": "conservative",
                    "member": "Alan Mak",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Sponsorship of science and technology sector stakeholders reception (room hire, refreshments and related costs), for duties related to my role as Shadow Secretary of State for Science, Innovation and Technology",
                    "value": 1641.32,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Outward Capital LLP",
                    "donor_public_address": "c/o Gowling WLG (UK) LLP, 4 More London Riverside, London SE1 2AU",
                    "donor_status": "Limited Liability Partnership",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12680",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12662,
                    "summary": "James Mellon - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-18",
                    "published": "2025-06-18",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4874,
                    "twfy_id": "25927",
                    "party": "conservative",
                    "member": "Andrew Griffith",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "James Mellon",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12662",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12648,
                    "summary": "Persimmon Homes Ltd - \u00a32,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-17",
                    "published": "2025-06-17",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5101,
                    "twfy_id": "26370",
                    "party": "conservative",
                    "member": "Sir Ashley Fox",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "To support the Read2Succeed Campaign 2025 - this is to purchase books for year 4 children.",
                    "value": 2000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Persimmon Homes Ltd",
                    "donor_public_address": "Persimmon House, Fulford, York YO19 4FE",
                    "donor_status": "Company",
                    "donor_company_name": "Persimmon Homes Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "04108747",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12648",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12657,
                    "summary": "SME4LABOUR LTD - \u00a31,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-17",
                    "published": "2025-06-17",
                    "updated_1": "2025-07-07",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5274,
                    "twfy_id": "26590",
                    "party": "labour",
                    "member": "Sonia Kumar",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "SME4LABOUR LTD",
                    "donor_public_address": "80 North Block, 5 Chicheley Street, London SE1 7PN",
                    "donor_status": "Company",
                    "donor_company_name": "SME4LABOUR LTD",
                    "donor_company_url": "",
                    "donor_company_identifier": "10685562",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12657",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12642,
                    "summary": "SME4LABOUR LTD - \u00a32,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-16",
                    "published": "2025-06-16",
                    "updated_1": "2025-07-07",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5274,
                    "twfy_id": "26590",
                    "party": "labour",
                    "member": "Sonia Kumar",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "SME4LABOUR LTD",
                    "donor_public_address": "80 North Block, 5 Chicheley Street, London SE1 7PN",
                    "donor_status": "Company",
                    "donor_company_name": "SME4LABOUR LTD",
                    "donor_company_url": "",
                    "donor_company_identifier": "10685562",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12642",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12631,
                    "summary": "Polyseam Limited - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-15",
                    "published": "2025-06-16",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4484,
                    "twfy_id": "25285",
                    "party": "conservative",
                    "member": "Alan Mak",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Polyseam Limited",
                    "donor_public_address": "15 St Andrew\u2019s Road, Huddersfield HD1 6SB",
                    "donor_status": "Company",
                    "donor_company_name": "Polyseam Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "02839491",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12631",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12639,
                    "summary": "Eric Lonergan - \u00a310,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-16",
                    "published": "2025-06-16",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5267,
                    "twfy_id": "26600",
                    "party": "labour",
                    "member": "Yuan Yang",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "To support Yuan's efforts in the constituency and in parliament.",
                    "value": 10000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Eric Lonergan",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12639",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12617,
                    "summary": "Lord Fink - \u00a310,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-11",
                    "published": "2025-06-13",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4780,
                    "twfy_id": "25851",
                    "party": "conservative",
                    "member": "Laura Trott",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 10000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Lord Fink",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12617",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12622,
                    "summary": "Trailfinders Ltd - \u00a3250,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-13",
                    "published": "2025-06-13",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 373,
                    "twfy_id": "10162",
                    "party": "conservative",
                    "member": "David Davis",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "For campaigning activity related to the prosecution of Northern Ireland Veterans",
                    "value": 250000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Trailfinders Ltd",
                    "donor_public_address": "48 Earls Court Road, London W8 6FT",
                    "donor_status": "Company",
                    "donor_company_name": "Trailfinders Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "01004502",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12622",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12604,
                    "summary": "Dr Sarah Ingham - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-10",
                    "published": "2025-06-11",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4519,
                    "twfy_id": "25414",
                    "party": "conservative",
                    "member": "James Cartlidge",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Dr Sarah Ingham",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12604",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12589,
                    "summary": "Dominic Mathon - \u00a3800.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-07",
                    "published": "2025-06-09",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "party": "liberal-democrat",
                    "member": "Mike Martin",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 800.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Dominic Mathon",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12589",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12572,
                    "summary": "Breedon Group plc - \u00a32,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-05",
                    "published": "2025-06-05",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5115,
                    "twfy_id": "26362",
                    "party": "labour",
                    "member": "Jon Pearce",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "Sponsorship of High Peak Jobs Fair.",
                    "value": 2500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Breedon Group plc",
                    "donor_public_address": "Pinnacle House, Breedon Quarry, Breedon on the Hill, Derby DE73 8AP",
                    "donor_status": "Company",
                    "donor_company_name": "Breedon Group plc",
                    "donor_company_url": "",
                    "donor_company_identifier": "14739556",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12572",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12560,
                    "summary": "Oscar Mayer Limited - \u00a32,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-03",
                    "published": "2025-06-04",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4820,
                    "twfy_id": "25846",
                    "party": "labour",
                    "member": "Ms Abena Oppong-Asare",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "Sponsor Abena Oppong-Asare's Summer School 2025",
                    "value": 2000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Oscar Mayer Limited",
                    "donor_public_address": "C/O Oscar Mayer Limited Gastro Hub, Ash Road South, Wrexham Industrial Estate, Wrexham LL13 9UG",
                    "donor_status": "Company",
                    "donor_company_name": "Oscar Mayer Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "01239606",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12560",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12557,
                    "summary": "Tushar Prabhu - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-03",
                    "published": "2025-06-03",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4769,
                    "twfy_id": "25901",
                    "party": "liberal-democrat",
                    "member": "Daisy Cooper",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Tushar Prabhu",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12557",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12555,
                    "summary": "Michael Cohen - \u00a315,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-03",
                    "published": "2025-06-03",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4320,
                    "twfy_id": "25227",
                    "party": "reform",
                    "member": "Robert Jenrick",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "To support duties as an MP",
                    "value": 15000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Michael Cohen",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12555",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12535,
                    "summary": "Antony Harris - \u00a3500.00",
                    "parent_interest_id": "",
                    "registered": "2025-05-31",
                    "published": "2025-06-02",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "party": "liberal-democrat",
                    "member": "Mike Martin",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "Defence dinner",
                    "value": 500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Antony Harris",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12535",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12542,
                    "summary": "Aid Alliance - \u00a3800.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-02",
                    "published": "2025-06-02",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 1211,
                    "twfy_id": "11115",
                    "party": "conservative",
                    "member": "Sir Andrew Mitchell",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "The services of a Policy Adviser for up to 2 days per week",
                    "value": 800.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Aid Alliance",
                    "donor_public_address": "8 All Saints Street, London N1 9RL",
                    "donor_status": "Company",
                    "donor_company_name": "Aid Alliance",
                    "donor_company_url": "",
                    "donor_company_identifier": "03395681. Registered Charity No. 1068839",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12542",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12538,
                    "summary": "Michael Tory - \u00a338,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-02",
                    "published": "2025-06-02",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "party": "conservative",
                    "member": "Tom Tugendhat",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 38000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Michael Tory",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12538",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12543,
                    "summary": "SME4LABOUR LTD - \u00a31,625.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-02",
                    "published": "2025-06-02",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5274,
                    "twfy_id": "26590",
                    "party": "labour",
                    "member": "Sonia Kumar",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1625.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "SME4LABOUR LTD",
                    "donor_public_address": "Flat 80 County Hall North Block, 5 Chicheley Street, London SE1 7PN",
                    "donor_status": "Company",
                    "donor_company_name": "SME4LABOUR LTD",
                    "donor_company_url": "",
                    "donor_company_identifier": "10685562",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12543",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12549,
                    "summary": "Mark Petterson - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-02",
                    "published": "2025-06-02",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4934,
                    "twfy_id": "26056",
                    "party": "liberal-democrat",
                    "member": "Helen Morgan",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "To support North Shropshire Liberal Democrats with their local election campaign",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Mark Petterson",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12549",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12474,
                    "summary": "Jerome Justin Watts - \u00a310,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-05-29",
                    "published": "2025-05-29",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5160,
                    "twfy_id": "26472",
                    "party": "labour",
                    "member": "Jenny Riddell-Carpenter",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "to support CLP activities",
                    "value": 10000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Jerome Justin Watts",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12474",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12506,
                    "summary": "Nirvana Spa & Leisure ltd - \u00a33,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-05-26",
                    "published": "2025-05-27",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5207,
                    "twfy_id": "26377",
                    "party": "liberal-democrat",
                    "member": "Clive Jones",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "To support the activities and campaign of the MP",
                    "value": 3000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Nirvana Spa & Leisure ltd",
                    "donor_public_address": "Mole Road, Sindlesham, Wokingham RG41 5DJ",
                    "donor_status": "Company",
                    "donor_company_name": "Nirvana Spa & Leisure ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "01016625",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12506",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12501,
                    "summary": "SME4Labour Ltd - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-05-23",
                    "published": "2025-05-23",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5274,
                    "twfy_id": "26590",
                    "party": "labour",
                    "member": "Sonia Kumar",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "SME4Labour Ltd",
                    "donor_public_address": "80 North Block, 5 Chicheley Street, SE1 7PN",
                    "donor_status": "Company",
                    "donor_company_name": "SME4Labour Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "10685562",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12501",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12476,
                    "summary": "Richard Chesson - \u00a32,450.00",
                    "parent_interest_id": "",
                    "registered": "2025-05-22",
                    "published": "2025-05-23",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4527,
                    "twfy_id": "25398",
                    "party": "conservative",
                    "member": "Helen Whately",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Sponsorship of the Unsung Heroes Awards including promotional signage, hospitality for the prize giving ceremony and prizes for the winners (exact amount)",
                    "value": 2450.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Richard Chesson",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12476",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12497,
                    "summary": "Oluwole Kolade - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-05-22",
                    "published": "2025-05-23",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4484,
                    "twfy_id": "25285",
                    "party": "conservative",
                    "member": "Alan Mak",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Oluwole Kolade",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12497",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12500,
                    "summary": "OPD Group Ltd - \u00a315,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-05-23",
                    "published": "2025-05-23",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4243,
                    "twfy_id": "25067",
                    "party": "labour",
                    "member": "Dan Jarvis",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 15000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "OPD Group Ltd",
                    "donor_public_address": "Grenville House, 4 Grenville Avenue, Broxbourne EN10 7DH",
                    "donor_status": "Company",
                    "donor_company_name": "OPD Group Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "03201382",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12500",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12496,
                    "summary": "Chris White - \u00a32,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-05-22",
                    "published": "2025-05-22",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4769,
                    "twfy_id": "25901",
                    "party": "liberal-democrat",
                    "member": "Daisy Cooper",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Chris White",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12496",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12475,
                    "summary": "Carl Michel - \u00a32,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-05-21",
                    "published": "2025-05-21",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5207,
                    "twfy_id": "26377",
                    "party": "liberal-democrat",
                    "member": "Clive Jones",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "For campaigning",
                    "value": 2000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Carl Michel",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12475",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12461,
                    "summary": "Elena Simpson - \u00a32,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-05-20",
                    "published": "2025-05-20",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4656,
                    "twfy_id": "25689",
                    "party": "liberal-democrat",
                    "member": "Layla Moran",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Elena Simpson",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12461",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12460,
                    "summary": "Hugo Brunner - \u00a31,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-05-20",
                    "published": "2025-05-20",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4656,
                    "twfy_id": "25689",
                    "party": "liberal-democrat",
                    "member": "Layla Moran",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Hugo Brunner",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12460",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12468,
                    "summary": "Dominic Christian - \u00a310,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-05-20",
                    "published": "2025-05-20",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4776,
                    "twfy_id": "25820",
                    "party": "liberal-democrat",
                    "member": "Munira Wilson",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "Received by my local party, but for use by me as MP for Twickenham",
                    "value": 10000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Dominic Christian",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12468",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12440,
                    "summary": "Ramesh Dewan - \u00a33,330.92",
                    "parent_interest_id": "",
                    "registered": "2025-05-16",
                    "published": "2025-05-19",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "party": "liberal-democrat",
                    "member": "Mike Martin",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "In kind",
                    "payment_description": "Hosted a fundraising dinner for local party",
                    "value": 3330.92,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Ramesh Dewan",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12440",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12417,
                    "summary": "Compass - Together for a Good Society Ltd - \u00a31,107.60",
                    "parent_interest_id": "",
                    "registered": "2025-05-13",
                    "published": "2025-05-13",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "party": "labour",
                    "member": "Clive Lewis",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "Payment for strategic communications support services from Small Axe Communications Ltd. Services are being provided jointly to myself, Compass, and Toussaint Ventures Ltd to support a joint campaign on water. Some of these services are providing communications support for my Water Private Members' Bill.",
                    "value": 1107.6,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Compass - Together for a Good Society Ltd",
                    "donor_public_address": "10 Salamanca Place, London SE1 7HB",
                    "donor_status": "Company",
                    "donor_company_name": "Compass - Together for a Good Society Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "5391145",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12417",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12401,
                    "summary": "Stephen de Launey - \u00a31,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-05-12",
                    "published": "2025-05-12",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4934,
                    "twfy_id": "26056",
                    "party": "liberal-democrat",
                    "member": "Helen Morgan",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "To support North Shropshire Liberal Democrats local election campaign",
                    "value": 1000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Stephen de Launey",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12401",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12410,
                    "summary": "Stephen de Launey - \u00a31,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-05-12",
                    "published": "2025-05-12",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4934,
                    "twfy_id": "26056",
                    "party": "liberal-democrat",
                    "member": "Helen Morgan",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "To support North Shropshire Liberal Democrats local election campaign",
                    "value": 1000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Stephen de Launey",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12410",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12403,
                    "summary": "Charles Pope - \u00a31,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-05-12",
                    "published": "2025-05-12",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "party": "liberal-democrat",
                    "member": "Mike Martin",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "political campaigning",
                    "value": 1500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Charles Pope",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12403",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12405,
                    "summary": "Antony Harris - \u00a3500.00",
                    "parent_interest_id": "",
                    "registered": "2025-05-12",
                    "published": "2025-05-12",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "party": "liberal-democrat",
                    "member": "Mike Martin",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "political campaigning",
                    "value": 500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Antony Harris",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12405",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12404,
                    "summary": "Antony Harris - \u00a31,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-05-12",
                    "published": "2025-05-12",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "party": "liberal-democrat",
                    "member": "Mike Martin",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "political campaigning",
                    "value": 1000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Antony Harris",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12404",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12409,
                    "summary": "Stephen de Launey - \u00a3500.00",
                    "parent_interest_id": "",
                    "registered": "2025-05-12",
                    "published": "2025-05-12",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4934,
                    "twfy_id": "26056",
                    "party": "liberal-democrat",
                    "member": "Helen Morgan",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "To support North Shropshire Liberal Democrats local election campaign",
                    "value": 500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Stephen de Launey",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12409",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12402,
                    "summary": "Charles Pope - \u00a3750.00",
                    "parent_interest_id": "",
                    "registered": "2025-05-12",
                    "published": "2025-05-12",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "party": "liberal-democrat",
                    "member": "Mike Martin",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "Political Campaigning",
                    "value": 750.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Charles Pope",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12402",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12406,
                    "summary": "Antony Harris - \u00a31,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-05-12",
                    "published": "2025-05-12",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "party": "liberal-democrat",
                    "member": "Mike Martin",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "political campaigning",
                    "value": 1000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Antony Harris",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12406",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12391,
                    "summary": "John James - \u00a315,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-05-09",
                    "published": "2025-05-09",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4320,
                    "twfy_id": "25227",
                    "party": "reform",
                    "member": "Robert Jenrick",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "To support duties as an MP",
                    "value": 15000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "John James",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12391",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12311,
                    "summary": "Refugee, Asylum and Migration Policy Project (RAMP) - \u00a36,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-05-09",
                    "published": "2025-05-09",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5245,
                    "twfy_id": "26611",
                    "party": "labour",
                    "member": "Chris Murray",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Services of a policy adviser for one day per week from 7 April 2025 to 7th July 2025",
                    "value": 6500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Refugee, Asylum and Migration Policy Project (RAMP)",
                    "donor_public_address": "The Courtyard, High Street, Ascot SL5 7HP",
                    "donor_status": "Company",
                    "donor_company_name": "Refugee, Asylum and Migration Policy Project (RAMP)",
                    "donor_company_url": "",
                    "donor_company_identifier": "12373468",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12311",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12387,
                    "summary": "Carl Michel - \u00a32,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-05-08",
                    "published": "2025-05-08",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4769,
                    "twfy_id": "25901",
                    "party": "liberal-democrat",
                    "member": "Daisy Cooper",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Carl Michel",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12387",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12386,
                    "summary": "Elizabeth Desmond - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-05-08",
                    "published": "2025-05-08",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4769,
                    "twfy_id": "25901",
                    "party": "liberal-democrat",
                    "member": "Daisy Cooper",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Elizabeth Desmond",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12386",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12350,
                    "summary": "Timothy Wormington - \u00a31,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-05-05",
                    "published": "2025-05-07",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "party": "liberal-democrat",
                    "member": "Mike Martin",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Timothy Wormington",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12350",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12349,
                    "summary": "Timothy Wormington - \u00a3500.00",
                    "parent_interest_id": "",
                    "registered": "2025-05-05",
                    "published": "2025-05-07",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "party": "liberal-democrat",
                    "member": "Mike Martin",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Timothy Wormington",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12349",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12348,
                    "summary": "Dominic Mathon - \u00a3800.00",
                    "parent_interest_id": "",
                    "registered": "2025-05-05",
                    "published": "2025-05-05",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "party": "liberal-democrat",
                    "member": "Mike Martin",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 800.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Dominic Mathon",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12348",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12336,
                    "summary": "Kirsty Hewens - \u00a31,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-05-01",
                    "published": "2025-05-01",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5299,
                    "twfy_id": "26516",
                    "party": "liberal-democrat",
                    "member": "Monica Harding",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "General donation to the Elmbridge Liberal Democrats",
                    "value": 1500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Kirsty Hewens",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12336",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12335,
                    "summary": "Tim Hewens - \u00a32,350.00",
                    "parent_interest_id": "",
                    "registered": "2025-05-01",
                    "published": "2025-05-01",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5299,
                    "twfy_id": "26516",
                    "party": "liberal-democrat",
                    "member": "Monica Harding",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "In kind",
                    "payment_description": "Sponsorship for fundraising dinner",
                    "value": 2350.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Tim Hewens",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12335",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12310,
                    "summary": "Sonali Siriwardena - \u00a32,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-04-29",
                    "published": "2025-04-29",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5222,
                    "twfy_id": "26467",
                    "party": "labour",
                    "member": "Tom Rutland",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "For campaigning purposes",
                    "value": 2500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Sonali Siriwardena",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12310",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12309,
                    "summary": "Simon Curtis - \u00a31,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-04-29",
                    "published": "2025-04-29",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4769,
                    "twfy_id": "25901",
                    "party": "liberal-democrat",
                    "member": "Daisy Cooper",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Simon Curtis",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12309",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12242,
                    "summary": "Ramesh Dewan - \u00a31,643.97",
                    "parent_interest_id": "",
                    "registered": "2025-04-28",
                    "published": "2025-04-28",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4769,
                    "twfy_id": "25901",
                    "party": "liberal-democrat",
                    "member": "Daisy Cooper",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Hospitality for a fundraising event with the proceeds going to St Albans Liberal Democrats for my re-election campaign",
                    "value": 1643.97,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Ramesh Dewan",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12242",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12279,
                    "summary": "Ian McVeigh - \u00a310,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-04-24",
                    "published": "2025-04-24",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4608,
                    "twfy_id": "14026",
                    "party": "conservative",
                    "member": "John Lamont",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 10000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Ian McVeigh",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12279",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12284,
                    "summary": "John Cooper - \u00a310,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-04-24",
                    "published": "2025-04-24",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5201,
                    "twfy_id": "26539",
                    "party": "liberal-democrat",
                    "member": "Victoria Collins",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 10000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "John Cooper",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12284",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12250,
                    "summary": "The Knole Club - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-04-22",
                    "published": "2025-04-23",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5285,
                    "twfy_id": "26588",
                    "party": "conservative",
                    "member": "Katie Lam",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "The Knole Club",
                    "donor_public_address": "private",
                    "donor_status": "Unincorporated association",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12250",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12255,
                    "summary": "Fens Business Club - \u00a34,070.72",
                    "parent_interest_id": "",
                    "registered": "2025-04-22",
                    "published": "2025-04-23",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4095,
                    "twfy_id": "24916",
                    "party": "conservative",
                    "member": "Steve Barclay",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "Donation for campaigning activity in the constituency",
                    "value": 4070.72,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Fens Business Club",
                    "donor_public_address": "PO Box 2, March Self Store, Three Acres Business Park, Railway Junction South, Creek Road, March PE15 8SW",
                    "donor_status": "Unincorporated association",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12255",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12254,
                    "summary": "Sandeep Maudgil - \u00a320,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-04-22",
                    "published": "2025-04-22",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "party": "labour",
                    "member": "Clive Lewis",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "via Toussaint Ventures Ltd",
                    "value": 20000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Sandeep Maudgil",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12254",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12247,
                    "summary": "Tim Hewins - \u00a33,747.00",
                    "parent_interest_id": "",
                    "registered": "2025-04-17",
                    "published": "2025-04-22",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5299,
                    "twfy_id": "26516",
                    "party": "liberal-democrat",
                    "member": "Monica Harding",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "In kind",
                    "payment_description": "Thank you dinner for supporters. This was the exact amount",
                    "value": 3747.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Tim Hewins",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12247",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12234,
                    "summary": "Adam Management Holdings Ltd - \u00a33,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-04-16",
                    "published": "2025-04-16",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5086,
                    "twfy_id": "26353",
                    "party": "liberal-democrat",
                    "member": "Josh Babarinde",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 3500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Adam Management Holdings Ltd",
                    "donor_public_address": "1 Canada Square, London E14 5AA",
                    "donor_status": "Company",
                    "donor_company_name": "Adam Management Holdings Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "13453522",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12234",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12235,
                    "summary": "J.C.B. SERVICE - \u00a32,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-04-16",
                    "published": "2025-04-16",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5194,
                    "twfy_id": "26469",
                    "party": "labour",
                    "member": "Steve Yemm",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "JCB demonstrated their Pothole Pro machine in my constituency. Estimated value",
                    "value": 2000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "J.C.B. SERVICE",
                    "donor_public_address": "Lakeside Works, Rocester, Uttoxeter, Staffs ST14 5JP",
                    "donor_status": "Company",
                    "donor_company_name": "J.C.B. SERVICE",
                    "donor_company_url": "",
                    "donor_company_identifier": "00564955",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12235",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12231,
                    "summary": "Betterworld Limited - \u00a312,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-04-15",
                    "published": "2025-04-15",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5229,
                    "twfy_id": "26477",
                    "party": "labour",
                    "member": "Joe Powell",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 12500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Betterworld Limited",
                    "donor_public_address": "14 St Mary's Street, Stamford, Lincs PE9 2DF",
                    "donor_status": "Company",
                    "donor_company_name": "Betterworld Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "03408967",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12231",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12230,
                    "summary": "Attestor Limited - \u00a325,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-04-15",
                    "published": "2025-04-15",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4320,
                    "twfy_id": "25227",
                    "party": "reform",
                    "member": "Robert Jenrick",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "To support duties as an MP",
                    "value": 25000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Attestor Limited",
                    "donor_public_address": "7 Seymour Street, London W1H 7JW",
                    "donor_status": "Company",
                    "donor_company_name": "Attestor Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "12080120",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12230",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12225,
                    "summary": "Andrew Perloff - \u00a33,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-04-14",
                    "published": "2025-04-14",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "party": "reform",
                    "member": "Lee Anderson",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "For campaigning purposes",
                    "value": 3000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Andrew Perloff",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12225",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12223,
                    "summary": "Polyseam Limited - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-04-13",
                    "published": "2025-04-13",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4484,
                    "twfy_id": "25285",
                    "party": "conservative",
                    "member": "Alan Mak",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Polyseam Limited",
                    "donor_public_address": "15 St Andrew\u2019s Road, Huddersfield HD1 6SB",
                    "donor_status": "Company",
                    "donor_company_name": "Polyseam Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "02839491",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12223",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12221,
                    "summary": "Geoffrey Geiger - \u00a32,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-04-11",
                    "published": "2025-04-11",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4776,
                    "twfy_id": "25820",
                    "party": "liberal-democrat",
                    "member": "Munira Wilson",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Geoffrey Geiger",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12221",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12207,
                    "summary": "Lord John Nash - \u00a330,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-04-09",
                    "published": "2025-04-09",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4780,
                    "twfy_id": "25851",
                    "party": "conservative",
                    "member": "Laura Trott",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "Political Staff Funding",
                    "value": 30000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Lord John Nash",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12207",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12213,
                    "summary": "Mike Wheatley - \u00a31,800.00",
                    "parent_interest_id": "",
                    "registered": "2025-04-09",
                    "published": "2025-04-09",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4776,
                    "twfy_id": "25820",
                    "party": "liberal-democrat",
                    "member": "Munira Wilson",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "The donation is received in instalments of \u00a3150 per month from April 2025 until March 2026 by my local party, for use by me as MP",
                    "value": 1800.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Mike Wheatley",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12213",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12211,
                    "summary": "Gary Dutton MBE - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-04-09",
                    "published": "2025-04-09",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "party": "reform",
                    "member": "Lee Anderson",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "For local campaigning",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Gary Dutton MBE",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12211",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12201,
                    "summary": "Dominic Mathon - \u00a3800.00",
                    "parent_interest_id": "",
                    "registered": "2025-04-07",
                    "published": "2025-04-07",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "party": "liberal-democrat",
                    "member": "Mike Martin",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 800.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Dominic Mathon",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12201",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12200,
                    "summary": "Dominic Mathon - \u00a3800.00",
                    "parent_interest_id": "",
                    "registered": "2025-04-07",
                    "published": "2025-04-07",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "party": "liberal-democrat",
                    "member": "Mike Martin",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 800.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Dominic Mathon",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12200",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12187,
                    "summary": "Dignity in Dying - \u00a3744.36",
                    "parent_interest_id": "",
                    "registered": "2025-04-04",
                    "published": "2025-04-04",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4923,
                    "twfy_id": "26040",
                    "party": "labour",
                    "member": "Kim Leadbeater",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Printing materials for my private members' bill",
                    "value": 744.36,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Dignity in Dying",
                    "donor_public_address": "181 Oxford Street, London W1D 2JT",
                    "donor_status": "Company",
                    "donor_company_name": "Dignity in Dying",
                    "donor_company_url": "",
                    "donor_company_identifier": "4452809",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12187",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12179,
                    "summary": "Eleanor Shanks - \u00a32,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-04-04",
                    "published": "2025-04-04",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "party": "conservative",
                    "member": "Dr Neil Shastri-Hurst",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Eleanor Shanks",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12179",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12150,
                    "summary": "Margaret Sharp - \u00a32,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-04-03",
                    "published": "2025-04-03",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5313,
                    "twfy_id": "26555",
                    "party": "liberal-democrat",
                    "member": "Z\u00f6e Franklin",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "Paid in regular quarterly payments of \u00a3500",
                    "value": 2000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Margaret Sharp",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12150",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12151,
                    "summary": "The Refugee, Asylum and Migration Policy Project (RAMP) - \u00a319,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-04-02",
                    "published": "2025-04-02",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4864,
                    "twfy_id": "25908",
                    "party": "labour",
                    "member": "Olivia Blake",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Research services provided for two days a week for up to seventy-eight days between 1 April 2025 to 31 December 2025 (value stated is the maximum)",
                    "value": 19500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "The Refugee, Asylum and Migration Policy Project (RAMP)",
                    "donor_public_address": "The Courtyard, High Street, Ascot SL5 7HP",
                    "donor_status": "Company",
                    "donor_company_name": "The Refugee, Asylum and Migration Policy Project (RAMP)",
                    "donor_company_url": "",
                    "donor_company_identifier": "12373468",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12151",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12166,
                    "summary": "Faith in Public Ltd - \u00a330,119.08",
                    "parent_interest_id": "",
                    "registered": "2025-04-02",
                    "published": "2025-04-02",
                    "updated_1": "2025-07-15",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 1591,
                    "twfy_id": "11923",
                    "party": "liberal-democrat",
                    "member": "Tim Farron",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "The services\u00a0of\u00a0two policy advisers for a total\u00a0of\u00a030 hours a week between 1 April 2025 and 31 March 2026",
                    "value": 30119.08,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Faith in Public Ltd",
                    "donor_public_address": "C/O Sedulo Office 605, Albert House, 256 - 260 Old Street, London EC1V 9DD",
                    "donor_status": "Company",
                    "donor_company_name": "Faith in Public Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "11134849",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12166",
                    "updated_2": "2025-10-14",
                    "category_code": "2"
                },
                {
                    "id": 12167,
                    "summary": "Refugee, Asylum & Migration Policy Project (RAMP) - \u00a39,750.00",
                    "parent_interest_id": "",
                    "registered": "2025-04-02",
                    "published": "2025-04-02",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 1591,
                    "twfy_id": "11923",
                    "party": "liberal-democrat",
                    "member": "Tim Farron",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "The services of a policy adviser for one day per week from 1st April 2025 until 31st December 2025",
                    "value": 9750.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Refugee, Asylum & Migration Policy Project (RAMP)",
                    "donor_public_address": "The Courtyard, High Street, Ascot SL5 7HP",
                    "donor_status": "Company",
                    "donor_company_name": "Refugee, Asylum & Migration Policy Project (RAMP)",
                    "donor_company_url": "",
                    "donor_company_identifier": "12373468",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12167",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12141,
                    "summary": "Nicholas McCowan - \u00a32,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-04-01",
                    "published": "2025-04-01",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5061,
                    "twfy_id": "26376",
                    "party": "labour",
                    "member": "Andrew Lewin",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "Please note this is a donation from me in my private capacity to support my work and campaigning as a Member of Parliament.",
                    "value": 2000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Nicholas McCowan",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12141",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12144,
                    "summary": "Mr Harish Sodha - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-04-01",
                    "published": "2025-04-01",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5287,
                    "twfy_id": "26549",
                    "party": "labour",
                    "member": "Tim Roca",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Mr Harish Sodha",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12144",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12142,
                    "summary": "Best for Britain Limited - \u00a332,962.28",
                    "parent_interest_id": "",
                    "registered": "2025-04-01",
                    "published": "2025-04-01",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5061,
                    "twfy_id": "26376",
                    "party": "labour",
                    "member": "Andrew Lewin",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Secretariat, meeting room and meeting catering, research, graphic design, printing, transcription and communication services provided to the members of the UK Trade and Business Commission of which I am chair, for the period 1st April 2025 to 30th June 2025 (value is an estimate)",
                    "value": 32962.28,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Best for Britain Limited",
                    "donor_public_address": "International House, 36-38 Cornhill, London EC3V 3NG",
                    "donor_status": "Company",
                    "donor_company_name": "Best for Britain Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "10436078",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12142",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12113,
                    "summary": "James Mellon - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-03-31",
                    "published": "2025-03-31",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4874,
                    "twfy_id": "25927",
                    "party": "conservative",
                    "member": "Andrew Griffith",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "James Mellon",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12113",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12124,
                    "summary": "London Hotel Group - \u00a33,750.00",
                    "parent_interest_id": "",
                    "registered": "2025-03-31",
                    "published": "2025-03-31",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4573,
                    "twfy_id": "25579",
                    "party": "labour",
                    "member": "Dr Rosena Allin-Khan",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 3750.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "London Hotel Group",
                    "donor_public_address": "54 Clapham Common South Side, London SW4 9BX",
                    "donor_status": "Company",
                    "donor_company_name": "London Hotel Group",
                    "donor_company_url": "",
                    "donor_company_identifier": "08999214",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12124",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12117,
                    "summary": "Mark Petterson - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-03-31",
                    "published": "2025-03-31",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4934,
                    "twfy_id": "26056",
                    "party": "liberal-democrat",
                    "member": "Helen Morgan",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "To assist with North Shropshire Liberal Democrats local election campaign.",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Mark Petterson",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12117",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12110,
                    "summary": "Matthew and Pippa Oakeshott - \u00a350,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-03-28",
                    "published": "2025-03-28",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4769,
                    "twfy_id": "25901",
                    "party": "liberal-democrat",
                    "member": "Daisy Cooper",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "To assist with employing a member of staff in my parliamentary office",
                    "value": 50000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Matthew and Pippa Oakeshott",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12110",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12096,
                    "summary": "Celestine Management Limited - \u00a310,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-03-27",
                    "published": "2025-03-27",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "party": "conservative",
                    "member": "Tom Tugendhat",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 10000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Celestine Management Limited",
                    "donor_public_address": "4th Floor, 66 St. James's Street, London SW1A 1NE",
                    "donor_status": "Company",
                    "donor_company_name": "Celestine Management Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "14044449",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12096",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12097,
                    "summary": "Celestine Management Limited - \u00a325,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-03-27",
                    "published": "2025-03-27",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4462,
                    "twfy_id": "25374",
                    "party": "conservative",
                    "member": "Tom Tugendhat",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 25000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Celestine Management Limited",
                    "donor_public_address": "4th Floor, 66 St. James's Street, London SW1A 1NE",
                    "donor_status": "Company",
                    "donor_company_name": "Celestine Management Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "14044449",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12097",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12085,
                    "summary": "Anthony Robertson - \u00a32,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-03-25",
                    "published": "2025-03-25",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5296,
                    "twfy_id": "26540",
                    "party": "liberal-democrat",
                    "member": "Freddie van Mierlo",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Anthony Robertson",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12085",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12086,
                    "summary": "Tom Kilroy - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-03-25",
                    "published": "2025-03-25",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5296,
                    "twfy_id": "26540",
                    "party": "liberal-democrat",
                    "member": "Freddie van Mierlo",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Tom Kilroy",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12086",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12071,
                    "summary": "James Moore - \u00a32,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-03-24",
                    "published": "2025-03-24",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5055,
                    "twfy_id": "26344",
                    "party": "liberal-democrat",
                    "member": "Max Wilkinson",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "James Moore",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12071",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12073,
                    "summary": "J. C. Bamford Excavators Limited - \u00a325,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-03-24",
                    "published": "2025-03-24",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 3935,
                    "twfy_id": "24914",
                    "party": "conservative",
                    "member": "Sir Mel Stride",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "Support towards staff salary",
                    "value": 25000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "J. C. Bamford Excavators Limited",
                    "donor_public_address": "Lakeside Works, Rocester, Uttoxeter ST14 5JP",
                    "donor_status": "Company",
                    "donor_company_name": "J. C. Bamford Excavators Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "00561597",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12073",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12057,
                    "summary": "Julian Taylor - \u00a32,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-03-21",
                    "published": "2025-03-24",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4769,
                    "twfy_id": "25901",
                    "party": "liberal-democrat",
                    "member": "Daisy Cooper",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Julian Taylor",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12057",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12070,
                    "summary": "Sophie Smith - \u00a310,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-03-23",
                    "published": "2025-03-24",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4780,
                    "twfy_id": "25851",
                    "party": "conservative",
                    "member": "Laura Trott",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "Political Staff Funding",
                    "value": 10000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Sophie Smith",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12070",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12050,
                    "summary": "IPGL Limited - \u00a325,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-03-24",
                    "published": "2025-03-24",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 3935,
                    "twfy_id": "24914",
                    "party": "conservative",
                    "member": "Sir Mel Stride",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "Support towards staff salary",
                    "value": 25000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "IPGL Limited",
                    "donor_public_address": "3rd Floor, 39 Sloane Street, Knightsbridge, London, United Kingdom SW1X 9LP",
                    "donor_status": "Company",
                    "donor_company_name": "IPGL Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "09064598",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12050",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12074,
                    "summary": "Aid Alliance - \u00a32,400.00",
                    "parent_interest_id": "",
                    "registered": "2025-03-24",
                    "published": "2025-03-24",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 1211,
                    "twfy_id": "11115",
                    "party": "conservative",
                    "member": "Sir Andrew Mitchell",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "The services of a Policy Adviser for up to 2 days per week from 1 March 2025- 16 March 2025",
                    "value": 2400.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Aid Alliance",
                    "donor_public_address": "8 All Saints Street, London N1 9RL",
                    "donor_status": "Company",
                    "donor_company_name": "Aid Alliance",
                    "donor_company_url": "",
                    "donor_company_identifier": "03395681 Registered Charity No. 1068839",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12074",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12056,
                    "summary": "Beaver Metals (London) Limited - \u00a310,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-03-20",
                    "published": "2025-03-20",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 1211,
                    "twfy_id": "11115",
                    "party": "conservative",
                    "member": "Sir Andrew Mitchell",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 10000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Beaver Metals (London) Limited",
                    "donor_public_address": "Beaver Metals and Metallic Extractors Ltd, Marsh Lane, Water Orton, Birmingham B46 1NS",
                    "donor_status": "Company",
                    "donor_company_name": "Beaver Metals (London) Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "00510565",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12056",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12036,
                    "summary": "Aid Alliance - \u00a35,600.00",
                    "parent_interest_id": "",
                    "registered": "2025-03-18",
                    "published": "2025-03-18",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 1211,
                    "twfy_id": "11115",
                    "party": "conservative",
                    "member": "Sir Andrew Mitchell",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "The services of a Policy Adviser for up to 2 days per week from 4 November 2024 \u2013 28 February 2025",
                    "value": 5600.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Aid Alliance",
                    "donor_public_address": "8 All Saints Street, London N1 9RL",
                    "donor_status": "Company",
                    "donor_company_name": "Aid Alliance",
                    "donor_company_url": "",
                    "donor_company_identifier": "Company Registration No. 03395681 Registered Charity No. 1068839",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12036",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12028,
                    "summary": "UCL Pearl - \u00a316,170.31",
                    "parent_interest_id": "",
                    "registered": "2025-03-17",
                    "published": "2025-03-17",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5272,
                    "twfy_id": "26495",
                    "party": "labour",
                    "member": "Margaret Mullane",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "The venue was supplied to host the first ever youth conference in my constituency",
                    "value": 16170.31,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "UCL Pearl",
                    "donor_public_address": "Yewtree Avenue, Dagenham, Essex RM10 7FN",
                    "donor_status": "Other",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "University",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12028",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 11987,
                    "summary": "Martin Littler - \u00a33,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-03-14",
                    "published": "2025-03-14",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4119,
                    "twfy_id": "24929",
                    "party": "labourco-operative",
                    "member": "Jonathan Reynolds",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "For local campaigning",
                    "value": 3000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Martin Littler",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11987",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12008,
                    "summary": "Betterworld Ltd - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-03-13",
                    "published": "2025-03-13",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "party": "labour",
                    "member": "Clive Lewis",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "To support my water campaign via Toussaint Ventures Ltd",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Betterworld Ltd",
                    "donor_public_address": "14 St Mary\u2019s Street, Stamford PE9 2DF",
                    "donor_status": "Company",
                    "donor_company_name": "Betterworld Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "03408967",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12008",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 12002,
                    "summary": "Compass - Together for a Good Society Ltd - \u00a32,582.40",
                    "parent_interest_id": "",
                    "registered": "2025-03-12",
                    "published": "2025-03-12",
                    "updated_1": "2025-08-14",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "party": "labour",
                    "member": "Clive Lewis",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Payment for strategic communications support services from Small Axe Communications Ltd. Services are being provided jointly to myself, Compass, and Toussaint Ventures Ltd to support a joint campaign on water. Some of these services are providing communications support for my Water Private Members' Bill. (exact amount)",
                    "value": 2582.4,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Compass - Together for a Good Society Ltd",
                    "donor_public_address": "10 Salamanca Place, London, SE1 7HB",
                    "donor_status": "Company",
                    "donor_company_name": "Compass - Together for a Good Society Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "05391145",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12002",
                    "updated_2": "2025-08-28",
                    "category_code": "2"
                },
                {
                    "id": 11989,
                    "summary": "Linda Christmas - \u00a32,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-03-11",
                    "published": "2025-03-11",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4591,
                    "twfy_id": "25596",
                    "party": "liberal-democrat",
                    "member": "Sarah Olney",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Linda Christmas",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11989",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 11975,
                    "summary": "The Joseph Rowntree Reform Trust - \u00a31,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-03-10",
                    "published": "2025-03-10",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5083,
                    "twfy_id": "26371",
                    "party": "liberal-democrat",
                    "member": "Bobby Dean",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "The Joseph Rowntree Reform Trust",
                    "donor_public_address": "The Garden House, Water End, York YO30 6WQ",
                    "donor_status": "Company",
                    "donor_company_name": "The Joseph Rowntree Reform Trust",
                    "donor_company_url": "",
                    "donor_company_identifier": "00357963",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11975",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 11983,
                    "summary": "Ben Kingsley - \u00a31,900.00",
                    "parent_interest_id": "",
                    "registered": "2025-03-10",
                    "published": "2025-03-10",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5033,
                    "twfy_id": "26321",
                    "party": "labour",
                    "member": "Josh MacAlister",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Approx. 24 hours of in kind support on development of Private Members Bill - further drafting work, attending meetings with other relevant legal experts and with public officials, to finalise the draft Bill in advance of its second reading debate",
                    "value": 1900.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Ben Kingsley",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11983",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 11978,
                    "summary": "GMB - \u00a32,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-03-10",
                    "published": "2025-03-10",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5243,
                    "twfy_id": "26601",
                    "party": "labourco-operative",
                    "member": "Andrew Pakes",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "To support my constituency campaigning",
                    "value": 2000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "GMB",
                    "donor_public_address": "Mary Turner House, 22 Stephenson Way, London NW1 2HD",
                    "donor_status": "Trade Union",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11978",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 11977,
                    "summary": "Aziz Foundation - \u00a324,930.00",
                    "parent_interest_id": "",
                    "registered": "2025-03-10",
                    "published": "2025-03-10",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4409,
                    "twfy_id": "25385",
                    "party": "labour",
                    "member": "Naz Shah",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "In kind",
                    "payment_description": "Funding for two interns in the office, from 1st March until end of December 2025",
                    "value": 24930.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Aziz Foundation",
                    "donor_public_address": "16 Babmaes Street, St. James's, London SW1Y 6HD",
                    "donor_status": "Other",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "Charity",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11977",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 11972,
                    "summary": "Chris Hayman - \u00a32,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-03-10",
                    "published": "2025-03-10",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5203,
                    "twfy_id": "26536",
                    "party": "conservative",
                    "member": "Alison Griffiths",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Chris Hayman",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11972",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 11956,
                    "summary": "White Rose Visas Ltd - \u00a33,300.00",
                    "parent_interest_id": "",
                    "registered": "2025-03-06",
                    "published": "2025-03-06",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5314,
                    "twfy_id": "25752",
                    "party": "green",
                    "member": "Si\u00e2n Berry",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "In kind",
                    "payment_description": "Support in kind with making a sponsored staff visa application",
                    "value": 3300.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "White Rose Visas Ltd",
                    "donor_public_address": "101 Wilkinson Street, Sheffield S10 2GJ",
                    "donor_status": "Company",
                    "donor_company_name": "White Rose Visas Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "7680391",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11956",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 11945,
                    "summary": "Ebury Court Care Home - \u00a32,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-03-05",
                    "published": "2025-03-05",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 1447,
                    "twfy_id": "11199",
                    "party": "reform",
                    "member": "Andrew Rosindell",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "Sponsorship of constituency fundraising dinner.",
                    "value": 2000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Ebury Court Care Home",
                    "donor_public_address": "Ebury Court Residential Home, 438 Rush Green Rd, Romford RM7 0LX",
                    "donor_status": "Company",
                    "donor_company_name": "Ebury Court Care Home",
                    "donor_company_url": "",
                    "donor_company_identifier": "04870331",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11945",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 11946,
                    "summary": "Faith in Public Ltd - \u00a315,264.00",
                    "parent_interest_id": "",
                    "registered": "2025-03-05",
                    "published": "2025-03-05",
                    "updated_1": "2025-10-14",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 1591,
                    "twfy_id": "11923",
                    "party": "liberal-democrat",
                    "member": "Tim Farron",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "The services\u00a0of\u00a0a public relations company",
                    "value": 15264.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Faith in Public Ltd",
                    "donor_public_address": "C/O Sedulo Office 605, Albert House, 256 - 260 Old Street, London EC1V 9DD",
                    "donor_status": "Company",
                    "donor_company_name": "Faith in Public Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "11134849",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11946",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 11894,
                    "summary": "Phillip Kerle - \u00a31,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-02-27",
                    "published": "2025-03-04",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "party": "liberal-democrat",
                    "member": "Mike Martin",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Phillip Kerle",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11894",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 11913,
                    "summary": "Fiona Forbes - \u00a32,463.02",
                    "parent_interest_id": "",
                    "registered": "2025-03-03",
                    "published": "2025-03-04",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4776,
                    "twfy_id": "25820",
                    "party": "liberal-democrat",
                    "member": "Munira Wilson",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Sponsored a dinner",
                    "value": 2463.02,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Fiona Forbes",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11913",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 11911,
                    "summary": "Phillip Kerle - \u00a3750.00",
                    "parent_interest_id": "",
                    "registered": "2025-02-27",
                    "published": "2025-03-04",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "party": "liberal-democrat",
                    "member": "Mike Martin",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 750.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Phillip Kerle",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11911",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 11909,
                    "summary": "Charles Fry - \u00a310,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-03-03",
                    "published": "2025-03-04",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4776,
                    "twfy_id": "25820",
                    "party": "liberal-democrat",
                    "member": "Munira Wilson",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "The donation is received by the local party, but for use by me as Twickenham MP",
                    "value": 10000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Charles Fry",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11909",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 11902,
                    "summary": "Edward Powell - \u00a310,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-03-02",
                    "published": "2025-03-03",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5078,
                    "twfy_id": "26421",
                    "party": "liberal-democrat",
                    "member": "Pippa Heylings",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 10000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Edward Powell",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11902",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 11893,
                    "summary": "Dominic Mathon - \u00a3800.00",
                    "parent_interest_id": "",
                    "registered": "2025-02-27",
                    "published": "2025-02-27",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "party": "liberal-democrat",
                    "member": "Mike Martin",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 800.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Dominic Mathon",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11893",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 11876,
                    "summary": "UB Healthcare Ltd - \u00a32,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-02-26",
                    "published": "2025-02-26",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "party": "conservative",
                    "member": "Dr Neil Shastri-Hurst",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "UB Healthcare Ltd",
                    "donor_public_address": "Office 716, Highlands Road, Shirley, Solihull B90 4ND",
                    "donor_status": "Company",
                    "donor_company_name": "UB Healthcare Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "13950973",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11876",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 11867,
                    "summary": "Gary Dutton MBE - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-02-25",
                    "published": "2025-02-25",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "party": "reform",
                    "member": "Lee Anderson",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "For local campaigning",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Gary Dutton MBE",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11867",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 11856,
                    "summary": "Jasper Cook - \u00a32,400.00",
                    "parent_interest_id": "",
                    "registered": "2025-02-24",
                    "published": "2025-02-24",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4776,
                    "twfy_id": "25820",
                    "party": "liberal-democrat",
                    "member": "Munira Wilson",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "Received in monthly instalments of \u00a3200 from 27 January 2025 until December 2025 by my local party for use by me",
                    "value": 2400.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Jasper Cook",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11856",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 11853,
                    "summary": "Bratton Ventures Ltd - \u00a310,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-02-21",
                    "published": "2025-02-24",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5296,
                    "twfy_id": "26540",
                    "party": "liberal-democrat",
                    "member": "Freddie van Mierlo",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 10000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Bratton Ventures Ltd",
                    "donor_public_address": "Houseboat Antje, Cheyne Walk, London, England SW10 0DG",
                    "donor_status": "Company",
                    "donor_company_name": "Bratton Ventures Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "15754779",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11853",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 11855,
                    "summary": "James Heath - \u00a32,400.00",
                    "parent_interest_id": "",
                    "registered": "2025-02-24",
                    "published": "2025-02-24",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4776,
                    "twfy_id": "25820",
                    "party": "liberal-democrat",
                    "member": "Munira Wilson",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "Received in monthly instalments of \u00a3200 from 24 January 2025 until December 2025 by my local party for use by me",
                    "value": 2400.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "James Heath",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11855",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 11859,
                    "summary": "James Moore - \u00a310,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-02-24",
                    "published": "2025-02-24",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4934,
                    "twfy_id": "26056",
                    "party": "liberal-democrat",
                    "member": "Helen Morgan",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "To support the activities of North Shropshire Liberal Democrats",
                    "value": 10000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "James Moore",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11859",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 11858,
                    "summary": "Neil Goulden - \u00a3500.00",
                    "parent_interest_id": "",
                    "registered": "2025-02-24",
                    "published": "2025-02-24",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5061,
                    "twfy_id": "26376",
                    "party": "labour",
                    "member": "Andrew Lewin",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "To provide support to compainging activity, in particular social media advertising",
                    "value": 500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Neil Goulden",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11858",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 11658,
                    "summary": "Mitie - \u00a34,448.80",
                    "parent_interest_id": "",
                    "registered": "2025-02-21",
                    "published": "2025-02-21",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4368,
                    "twfy_id": "25326",
                    "party": "labour",
                    "member": "Neil Coyle",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "In kind",
                    "payment_description": "Venue and refreshments for a Christmas social event",
                    "value": 4448.8,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Mitie",
                    "donor_public_address": "Level 12, The Shard, 32 London Bridge St, London SE1 9SG",
                    "donor_status": "Company",
                    "donor_company_name": "Mitie",
                    "donor_company_url": "",
                    "donor_company_identifier": "02938041",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11658",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 11831,
                    "summary": "James Sleeman - \u00a38,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-02-19",
                    "published": "2025-02-19",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4776,
                    "twfy_id": "25820",
                    "party": "liberal-democrat",
                    "member": "Munira Wilson",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "The donation was received by the local party, but for use by me as Twickenham MP",
                    "value": 8000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "James Sleeman",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11831",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 11820,
                    "summary": "Best for Britain Ltd - \u00a36,239.69",
                    "parent_interest_id": "",
                    "registered": "2025-02-18",
                    "published": "2025-02-18",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5061,
                    "twfy_id": "26376",
                    "party": "labour",
                    "member": "Andrew Lewin",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Venue hire, refreshments, printing and secretariat staff time for an event held to relaunch the UK Trade and Business Commission, of which I am co-convener, in the Churchill Room of the UK Parliament (value estimated)",
                    "value": 6239.69,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Best for Britain Ltd",
                    "donor_public_address": "International House, 36-38 Cornhill, London, EC3V 3NG",
                    "donor_status": "Company",
                    "donor_company_name": "Best for Britain Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "10436078",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11820",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 11822,
                    "summary": "Refugee, Asylum & Migration Policy Project (RAMP) - \u00a31,170.00",
                    "parent_interest_id": "",
                    "registered": "2025-02-18",
                    "published": "2025-02-18",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 1591,
                    "twfy_id": "11923",
                    "party": "liberal-democrat",
                    "member": "Tim Farron",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Payment for flights and accommodation",
                    "value": 1170.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Refugee, Asylum & Migration Policy Project (RAMP)",
                    "donor_public_address": "The Courtyard, High Street, Ascot SL5 7HP",
                    "donor_status": "Company",
                    "donor_company_name": "Refugee, Asylum & Migration Policy Project (RAMP)",
                    "donor_company_url": "",
                    "donor_company_identifier": "12373468",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11822",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 11652,
                    "summary": "The Refugee, Asylum and Migration Policy Project (RAMP) - \u00a33,088.00",
                    "parent_interest_id": "",
                    "registered": "2025-02-15",
                    "published": "2025-02-17",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4872,
                    "twfy_id": "25892",
                    "party": "conservative",
                    "member": "David Simmonds",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "The services of a Policy Adviser for one day per week (value is estimated)",
                    "value": 3088.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "The Refugee, Asylum and Migration Policy Project (RAMP)",
                    "donor_public_address": "The Courtyard, High Street, Ascot SL5 7HP",
                    "donor_status": "Company",
                    "donor_company_name": "The Refugee, Asylum and Migration Policy Project (RAMP)",
                    "donor_company_url": "",
                    "donor_company_identifier": "12373468",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11652",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 11796,
                    "summary": "Keith Craig - \u00a33,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-02-12",
                    "published": "2025-02-13",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5303,
                    "twfy_id": "26579",
                    "party": "independent",
                    "member": "Patrick Spencer",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 3000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Keith Craig",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11796",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 11791,
                    "summary": "Thomas Gosling - \u00a310,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-02-12",
                    "published": "2025-02-12",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4769,
                    "twfy_id": "25901",
                    "party": "liberal-democrat",
                    "member": "Daisy Cooper",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 10000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Thomas Gosling",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11791",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 11787,
                    "summary": "Lord Andrew Roberts - \u00a310,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-02-11",
                    "published": "2025-02-12",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4597,
                    "twfy_id": "25693",
                    "party": "conservative",
                    "member": "Mrs Kemi Badenoch",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 10000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Lord Andrew Roberts",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11787",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 11785,
                    "summary": "Sir Henry Angest - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-02-11",
                    "published": "2025-02-11",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4874,
                    "twfy_id": "25927",
                    "party": "conservative",
                    "member": "Andrew Griffith",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Sir Henry Angest",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11785",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 11749,
                    "summary": "Trevor Chinn - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-02-05",
                    "published": "2025-02-06",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4504,
                    "twfy_id": "25320",
                    "party": "labour",
                    "member": "Wes Streeting",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "To support campaigning in Ilford North. To be paid in 4 quarterly instalments with first instalment received 30 January 2025",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Trevor Chinn",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11749",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 11773,
                    "summary": "D-Tec International - \u00a32,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-02-05",
                    "published": "2025-02-06",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5072,
                    "twfy_id": "26347",
                    "party": "conservative",
                    "member": "Mr Andrew Snowden",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 2500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "D-Tec International",
                    "donor_public_address": "The Old Bank. 1A Church Row, Preston PR4 2PD",
                    "donor_status": "Company",
                    "donor_company_name": "D-Tec International",
                    "donor_company_url": "",
                    "donor_company_identifier": "03206088",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11773",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 11764,
                    "summary": "Eamonn Gannon - \u00a35,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-02-05",
                    "published": "2025-02-06",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5340,
                    "twfy_id": "26622",
                    "party": "conservative",
                    "member": "Jack Rankin",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "Support the campaigning activities of Jack Rankin MP c/o Windsor Conservative Association",
                    "value": 5000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Eamonn Gannon",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11764",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 11746,
                    "summary": "OPD Group Ltd (a company controlled by Peter Hearn) - \u00a353,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-02-05",
                    "published": "2025-02-06",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4504,
                    "twfy_id": "25320",
                    "party": "labour",
                    "member": "Wes Streeting",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "Monetary",
                    "payment_description": "Towards staffing costs in my constituency office, to be paid in four instalments between 13 January 2025 and December 2025",
                    "value": 53000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "OPD Group Ltd (a company controlled by Peter Hearn)",
                    "donor_public_address": "Grenville House, 4 Grenville Avenue, Broxbourne, Hertfordshire EN10 7DH",
                    "donor_status": "Company",
                    "donor_company_name": "OPD Group Ltd (a company controlled by Peter Hearn)",
                    "donor_company_url": "",
                    "donor_company_identifier": "03201382",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11746",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 11760,
                    "summary": "John Richard Killen - \u00a32,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-02-05",
                    "published": "2025-02-05",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5191,
                    "twfy_id": "26459",
                    "party": "liberal-democrat",
                    "member": "Adam Dance",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "Towards updating constituents on my ongoing work",
                    "value": 2000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "John Richard Killen",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11760",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 11751,
                    "summary": "Amery Capital - \u00a31,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-02-03",
                    "published": "2025-02-03",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5204,
                    "twfy_id": "26438",
                    "party": "labour",
                    "member": "Sarah Sackman",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Amery Capital",
                    "donor_public_address": "Imperial Works, Block B Perren Street, London NW5 3ED",
                    "donor_status": "Company",
                    "donor_company_name": "Amery Capital",
                    "donor_company_url": "",
                    "donor_company_identifier": "05297095",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11751",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 11743,
                    "summary": "Dominic Mathon - \u00a3800.00",
                    "parent_interest_id": "",
                    "registered": "2025-02-03",
                    "published": "2025-02-03",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5219,
                    "twfy_id": "26398",
                    "party": "liberal-democrat",
                    "member": "Mike Martin",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 800.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Dominic Mathon",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11743",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 11752,
                    "summary": "Jonathan Kestenbaum - \u00a31,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-02-03",
                    "published": "2025-02-03",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5204,
                    "twfy_id": "26438",
                    "party": "labour",
                    "member": "Sarah Sackman",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "",
                    "value": 1000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Jonathan Kestenbaum",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11752",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 11703,
                    "summary": "The Refugee, Asylum and Migration Policy Project (RAMP) - \u00a33,120.00",
                    "parent_interest_id": "",
                    "registered": "2025-01-27",
                    "published": "2025-01-27",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5067,
                    "twfy_id": "26346",
                    "party": "labour",
                    "member": "Tony Vaughan",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Research services provided for 2 days per week between 1st January 2025 and 31st March 2025",
                    "value": 3120.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "The Refugee, Asylum and Migration Policy Project (RAMP)",
                    "donor_public_address": "The Courtyard, High Street, Ascot SL5 7HP",
                    "donor_status": "Company",
                    "donor_company_name": "The Refugee, Asylum and Migration Policy Project (RAMP)",
                    "donor_company_url": "",
                    "donor_company_identifier": "12373468",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11703",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 11660,
                    "summary": "Best for Britain Ltd - \u00a325,608.13",
                    "parent_interest_id": "",
                    "registered": "2025-01-15",
                    "published": "2025-01-15",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5061,
                    "twfy_id": "26376",
                    "party": "labour",
                    "member": "Andrew Lewin",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Secretariat, research, graphic design, printing, transcription and communication services provided for the period 1st January 2025 to 31st March 2025, to the members of the UK Trade and Business Commission of which I am chair, (value is estimated)",
                    "value": 25608.13,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Best for Britain Ltd",
                    "donor_public_address": "International House, 36-38 Cornhill, London EC3V 3NG",
                    "donor_status": "Company",
                    "donor_company_name": "Best for Britain Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "10436078",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11660",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 11647,
                    "summary": "The Refugee, Asylum and Migration Policy Project (RAMP) - \u00a36,240.00",
                    "parent_interest_id": "",
                    "registered": "2025-01-10",
                    "published": "2025-01-10",
                    "updated_1": "2025-01-30",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4864,
                    "twfy_id": "25908",
                    "party": "labour",
                    "member": "Olivia Blake",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Research services provided for three days a week for up to thirty-nine days between 1 January 2025 and 31 March 2025 (value stated is the maximum)",
                    "value": 6240.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "The Refugee, Asylum and Migration Policy Project (RAMP)",
                    "donor_public_address": "The Courtyard, High Street, Ascot SL5 7HP",
                    "donor_status": "Company",
                    "donor_company_name": "The Refugee, Asylum and Migration Policy Project (RAMP)",
                    "donor_company_url": "",
                    "donor_company_identifier": "12373468",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11647",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 11640,
                    "summary": "Dermot Roaf - \u00a31,800.00",
                    "parent_interest_id": "",
                    "registered": "2025-01-09",
                    "published": "2025-01-09",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4656,
                    "twfy_id": "25689",
                    "party": "liberal-democrat",
                    "member": "Layla Moran",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "paid in monthly instalments between January 2025 and December 2025",
                    "value": 1800.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Dermot Roaf",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11640",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 11639,
                    "summary": "Hugo Brunner - \u00a32,400.00",
                    "parent_interest_id": "",
                    "registered": "2025-01-09",
                    "published": "2025-01-09",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4656,
                    "twfy_id": "25689",
                    "party": "liberal-democrat",
                    "member": "Layla Moran",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "paid in monthly instalments between January 2025 and December 2025",
                    "value": 2400.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Hugo Brunner",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11639",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 11605,
                    "summary": "Robin Brown - \u00a310,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-01-07",
                    "published": "2025-01-09",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4776,
                    "twfy_id": "25820",
                    "party": "liberal-democrat",
                    "member": "Munira Wilson",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "Continuing monthly donations of \u00a3833.34 from 16 December 2024 until November 2025, received by the local party for use as Twickenham MP",
                    "value": 10000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Robin Brown",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11605",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 11641,
                    "summary": "Peter Frankopan - \u00a32,400.00",
                    "parent_interest_id": "",
                    "registered": "2025-01-09",
                    "published": "2025-01-09",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4656,
                    "twfy_id": "25689",
                    "party": "liberal-democrat",
                    "member": "Layla Moran",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "paid in monthly instalments between January 2025 and December 2025",
                    "value": 2400.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Peter Frankopan",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11641",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 11632,
                    "summary": "Refugee, Asylum & Migration Policy Project (RAMP) - \u00a33,120.00",
                    "parent_interest_id": "",
                    "registered": "2025-01-09",
                    "published": "2025-01-09",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 1591,
                    "twfy_id": "11923",
                    "party": "liberal-democrat",
                    "member": "Tim Farron",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "The services of a policy adviser for one day per week",
                    "value": 3120.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Refugee, Asylum & Migration Policy Project (RAMP)",
                    "donor_public_address": "The Courtyard, High Street, Ascot \nSL5 7HP",
                    "donor_status": "Company",
                    "donor_company_name": "Refugee, Asylum & Migration Policy Project (RAMP)",
                    "donor_company_url": "",
                    "donor_company_identifier": "12373468",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11632",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 11606,
                    "summary": "Lord Tim Clement-Jones - \u00a33,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-01-07",
                    "published": "2025-01-08",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4776,
                    "twfy_id": "25820",
                    "party": "liberal-democrat",
                    "member": "Munira Wilson",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "received in monthly instalments of \u00a3250 from 13 December 2024 until November 2025 by my local party for use by me",
                    "value": 3000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Lord Tim Clement-Jones",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11606",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 11613,
                    "summary": "Refugee, Asylum and Migration Policy Project (RAMP) - \u00a33,600.00",
                    "parent_interest_id": "",
                    "registered": "2025-01-08",
                    "published": "2025-01-08",
                    "updated_1": "2025-03-20",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5341,
                    "twfy_id": "26629",
                    "party": "labour",
                    "member": "Laura Kyrke-Smith",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Services of a policy advisor for 2 days per week from 1 January 2025 to 25th Feb 2025 (value stated is the maximum)",
                    "value": 3600.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Refugee, Asylum and Migration Policy Project (RAMP)",
                    "donor_public_address": "The Courtyard, High Street, Ascot SL5 7HP",
                    "donor_status": "Company",
                    "donor_company_name": "Refugee, Asylum and Migration Policy Project (RAMP)",
                    "donor_company_url": "",
                    "donor_company_identifier": "12373468",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11613",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 11524,
                    "summary": "Compass - Together for a Good Society Ltd - \u00a39,849.59",
                    "parent_interest_id": "",
                    "registered": "2024-12-18",
                    "published": "2024-12-18",
                    "updated_1": "2025-06-20",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "party": "labour",
                    "member": "Clive Lewis",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Provision of the services of staff to support my Parliamentary campaigns and activities relating to water, via Toussaint Ventures Ltd (exact)",
                    "value": 9849.59,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Compass - Together for a Good Society Ltd",
                    "donor_public_address": "10 Salamanca Place, London, SE1 7HB",
                    "donor_status": "Company",
                    "donor_company_name": "Compass - Together for a Good Society Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "05391145",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11524",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 11516,
                    "summary": "Godfrey Coaching Ltd - \u00a38,500.00",
                    "parent_interest_id": "",
                    "registered": "2024-12-17",
                    "published": "2024-12-18",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5053,
                    "twfy_id": "26343",
                    "party": "labour",
                    "member": "Natalie Fleet",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Coaching",
                    "value": 8500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Godfrey Coaching Ltd",
                    "donor_public_address": "56 Greenway Lane, Bath BA2 4LL",
                    "donor_status": "Company",
                    "donor_company_name": "Godfrey Coaching Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "12356990",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11516",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 11322,
                    "summary": "James Sleeman - \u00a311,520.00",
                    "parent_interest_id": "",
                    "registered": "2024-11-21",
                    "published": "2024-11-22",
                    "updated_1": "2025-03-14",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4776,
                    "twfy_id": "25820",
                    "party": "liberal-democrat",
                    "member": "Munira Wilson",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "received in monthly instalments of \u00a3840 from November 2024 until October 2025 by my local party for use by me. From February 2025, this has been increased to \u00a31,000",
                    "value": 11520.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "James Sleeman",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11322",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 11276,
                    "summary": "Public and Commercial Services Union (PCS) - \u00a334,358.00",
                    "parent_interest_id": "",
                    "registered": "2024-11-20",
                    "published": "2024-11-20",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 178,
                    "twfy_id": "10383",
                    "party": "labour",
                    "member": "John McDonnell",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "In kind",
                    "payment_description": "Administration and coordination of the PCS Parliamentary Group, which I chair, by Solidarity Consulting Ltd, from 15 October 2024 to 14 October 2025, value \u00a334,358",
                    "value": 34358.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Public and Commercial Services Union (PCS)",
                    "donor_public_address": "160 Falcon Road, London SW11 2LN",
                    "donor_status": "Trade Union",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11276",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 11275,
                    "summary": "Rail, Maritime and Transport Union - \u00a322,211.00",
                    "parent_interest_id": "",
                    "registered": "2024-11-20",
                    "published": "2024-11-20",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 178,
                    "twfy_id": "10383",
                    "party": "labour",
                    "member": "John McDonnell",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "In kind",
                    "payment_description": "Administration and coordination of the RMT Parliamentary Group, which I chair, provided by Solidarity Consulting Ltd from 12 October 2024 to 11 October 2025",
                    "value": 22211.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Rail, Maritime and Transport Union",
                    "donor_public_address": "Unity House, 39 Chalton Street, London NW1 1JD",
                    "donor_status": "Trade Union",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11275",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 11214,
                    "summary": "Bakers, Food and Allied Workers Union - \u00a318,516.00",
                    "parent_interest_id": "",
                    "registered": "2024-11-08",
                    "published": "2024-11-08",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4396,
                    "twfy_id": "25368",
                    "party": "labour",
                    "member": "Rebecca Long Bailey",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Administration and coordination of the BFAWU Parliamentary Group, which I chair, provided by Solidarity Consulting Ltd",
                    "value": 18516.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Bakers, Food and Allied Workers Union",
                    "donor_public_address": "Stanborough House, Great North Road, Stanborough, Welwyn Garden City AL8 7TA",
                    "donor_status": "Trade Union",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11214",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 11213,
                    "summary": "National Union of Journalists (NUJ) - \u00a318,672.00",
                    "parent_interest_id": "",
                    "registered": "2024-11-08",
                    "published": "2024-11-08",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4396,
                    "twfy_id": "25368",
                    "party": "labour",
                    "member": "Rebecca Long Bailey",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "the administration and coordination of the NUJ Parliamentary Group of which I am the Co-Chair, provided by Solidarity Consulting Ltd between 22  October 2024 to 21 October 2025",
                    "value": 18672.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "National Union of Journalists (NUJ)",
                    "donor_public_address": "72 Acton Street, London WC1X 9NB",
                    "donor_status": "Trade Union",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11213",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 11187,
                    "summary": "Patrick H Foster - \u00a32,400.00",
                    "parent_interest_id": "",
                    "registered": "2024-11-06",
                    "published": "2024-11-07",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4765,
                    "twfy_id": "25872",
                    "party": "liberal-democrat",
                    "member": "Wendy Chamberlain",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "in monthly donations of \u00a3200 covering the period November 2024 - October 2025.",
                    "value": 2400.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Patrick H Foster",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11187",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 10945,
                    "summary": "Faith in Public Ltd - \u00a313,877.33",
                    "parent_interest_id": "",
                    "registered": "2024-10-08",
                    "published": "2024-10-08",
                    "updated_1": "2025-04-02",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 1591,
                    "twfy_id": "11923",
                    "party": "liberal-democrat",
                    "member": "Tim Farron",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "The services of an intern for 22.5 hours a week between 16 September 2024 and 25 July 2025",
                    "value": 13877.33,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Faith in Public Ltd",
                    "donor_public_address": "10 Queen Street Place, London EC4R 1BE",
                    "donor_status": "Company",
                    "donor_company_name": "Faith in Public Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "11134849",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/10945",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 10895,
                    "summary": "National Liberal  Club - \u00a31,552.86",
                    "parent_interest_id": "",
                    "registered": "2024-10-03",
                    "published": "2024-10-08",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5157,
                    "twfy_id": "26429",
                    "party": "liberal-democrat",
                    "member": "Susan Murray",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Complimentary membership of the National Liberal Club from 14 August 2024 to 31 December 2025",
                    "value": 1552.86,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "National Liberal  Club",
                    "donor_public_address": "1 Whitehall Place, London, SW1A 2HE",
                    "donor_status": "Unincorporated association",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/10895",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 10799,
                    "summary": "National Liberal Club - \u00a31,552.86",
                    "parent_interest_id": "",
                    "registered": "2024-09-24",
                    "published": "2024-09-24",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 5286,
                    "twfy_id": "26497",
                    "party": "liberal-democrat",
                    "member": "Anna Sabine",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "Complimentary membership of the NLC from 14 August 2024 until 31 December 2025",
                    "value": 1552.86,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "National Liberal Club",
                    "donor_public_address": "1 Whitehall Place, London SW1A 2HE",
                    "donor_status": "Unincorporated association",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/10799",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 8029,
                    "summary": "Guildford Labour Party - \u00a33,675.00",
                    "parent_interest_id": "",
                    "registered": "2024-07-29",
                    "published": "2024-07-31",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4654,
                    "twfy_id": "25691",
                    "party": "labour",
                    "member": "Matt Rodda",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "In kind",
                    "payment_description": "provision of staff time for a member of staff employed by Guildford Labour Party, who is working for me one day a week for some months during 2024",
                    "value": 3675.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Guildford Labour Party",
                    "donor_public_address": "9b Martyr Road, Guildford GU1 4LF",
                    "donor_status": "Registered Party",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/8029",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 5356,
                    "summary": "National Union of Journalists (NUJ) - \u00a318,672.00",
                    "parent_interest_id": "",
                    "registered": "2024-04-17",
                    "published": "2024-04-19",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 3973,
                    "twfy_id": "24715",
                    "party": "labour",
                    "member": "Grahame Morris",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "the administration and coordination of the NUJ Parliamentary Group of which I am the Co-Chair, provided by Solidarity Consulting Ltd between 1 April 2024 and 31 March 2025 (value is estimated)",
                    "value": 18672.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "National Union of Journalists (NUJ)",
                    "donor_public_address": "72 Acton Street, London WC1X 9NB",
                    "donor_status": "Trade Union",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/5356",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 5364,
                    "summary": "Faith in Public Ltd - \u00a330,744.51",
                    "parent_interest_id": "",
                    "registered": "2024-04-16",
                    "published": "2024-04-16",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 1591,
                    "twfy_id": "11923",
                    "party": "liberal-democrat",
                    "member": "Tim Farron",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "The services of two policy advisers for a total of 30 hours a week between 1 April 2024 and 31 March 2025",
                    "value": 30744.51,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Faith in Public Ltd",
                    "donor_public_address": "10 Queen Street Place, London EC4R 1BE",
                    "donor_status": "Company",
                    "donor_company_name": "Faith in Public Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "11134849",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/5364",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 5096,
                    "summary": "Mike Wheatley - \u00a31,800.00",
                    "parent_interest_id": "",
                    "registered": "2024-04-05",
                    "published": "2024-04-09",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 4776,
                    "twfy_id": "25820",
                    "party": "liberal-democrat",
                    "member": "Munira Wilson",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "received in instalments of \u00a3150 per month from April 2024 until March 2025 by my local party, but for use by me",
                    "value": 1800.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Mike Wheatley",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/5096",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 3903,
                    "summary": "Faith in Public Ltd - \u00a315,264.00",
                    "parent_interest_id": "",
                    "registered": "2024-03-04",
                    "published": "2024-03-15",
                    "updated_1": "",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 1591,
                    "twfy_id": "11923",
                    "party": "liberal-democrat",
                    "member": "Tim Farron",
                    "donation_source": "(b) Any other support not included in Category 2(a)",
                    "payment_type": "In kind",
                    "payment_description": "The services of a public relations company",
                    "value": 15264.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Faith in Public Ltd",
                    "donor_public_address": "10 Queen Street Place, London EC4R 1BE",
                    "donor_status": "Company",
                    "donor_company_name": "Faith in Public Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "11134849",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/3903",
                    "updated_2": "",
                    "category_code": "2"
                },
                {
                    "id": 495,
                    "summary": "Communications Workers' Union - \u00a32,000.00",
                    "parent_interest_id": "",
                    "registered": "2023-04-19",
                    "published": "2023-11-19",
                    "updated_1": "2024-07-30",
                    "category": "Donations and other support (including loans) for activities as an MP",
                    "mnis_id": 410,
                    "twfy_id": "10604",
                    "party": "labour",
                    "member": "Jon Trickett",
                    "donation_source": "(a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation",
                    "payment_type": "Monetary",
                    "payment_description": "in monthly instalments of \u00a3166.67 from 1 April 2024 until March 2025",
                    "value": 2000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Communications Workers' Union",
                    "donor_public_address": "150 The Broadway, Wimbledon SW19 1RX",
                    "donor_status": "Trade Union",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/495",
                    "updated_2": "",
                    "category_code": "2"
                }
            ]
        },
        {
            "title": "Category 3",
            "description": "Gifts, benefits and hospitality from UK sources",
            "custom": {
                "row_count": 645
            },
            "name": "category_3",
            "profile": "data-resource",
            "format": "json",
            "hashing": "md5",
            "encoding": "utf-8",
            "schema": {
                "fields": [
                    {
                        "name": "id",
                        "type": "integer",
                        "description": "Unique identifier for the interest",
                        "constraints": {
                            "unique": true
                        },
                        "example": "10009"
                    },
                    {
                        "name": "summary",
                        "type": "string",
                        "description": "Text summary of the interest",
                        "constraints": {
                            "unique": false
                        },
                        "example": "(1) Chartered Institute of Housing and (2) National Housing Federation - \u00a3850.00"
                    },
                    {
                        "name": "parent_interest_id",
                        "type": "number",
                        "description": "Unique identifier for the parent interest",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                NaN
                            ]
                        },
                        "example": ""
                    },
                    {
                        "name": "registered",
                        "type": "string",
                        "description": "Date the interest was registered",
                        "constraints": {
                            "unique": false
                        },
                        "example": "2015-08-10"
                    },
                    {
                        "name": "published",
                        "type": "string",
                        "description": "Date the interest was published",
                        "constraints": {
                            "unique": false
                        },
                        "example": "2023-12-03"
                    },
                    {
                        "name": "updated_1",
                        "type": "string",
                        "description": "Date the interest was updated",
                        "constraints": {
                            "unique": false
                        },
                        "example": "2022-01-25"
                    },
                    {
                        "name": "category",
                        "type": "string",
                        "description": "Category of the interest",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                "Gifts, benefits and hospitality from UK sources"
                            ]
                        },
                        "example": "Gifts, benefits and hospitality from UK sources"
                    },
                    {
                        "name": "mnis_id",
                        "type": "integer",
                        "description": "Parliamentary ID of the MP",
                        "constraints": {
                            "unique": false
                        },
                        "example": "1409"
                    },
                    {
                        "name": "twfy_id",
                        "type": "string",
                        "description": "TheyWorkForYou ID of the MP",
                        "constraints": {
                            "unique": false
                        },
                        "example": "10131"
                    },
                    {
                        "name": "party",
                        "type": "string",
                        "description": "Political party of the MP",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                "conservative",
                                "dup",
                                "green",
                                "independent",
                                "labour",
                                "labourco-operative",
                                "liberal-democrat",
                                "plaid-cymru",
                                "reform",
                                "scottish-national-party",
                                "social-democratic-and-labour-party",
                                "traditional-unionist-voice",
                                "your-party"
                            ]
                        },
                        "example": "conservative"
                    },
                    {
                        "name": "member",
                        "type": "string",
                        "description": "Name of the MP",
                        "constraints": {
                            "unique": false
                        },
                        "example": "Adam Dance"
                    },
                    {
                        "name": "appg",
                        "type": "string",
                        "description": "Payment made via an All-Party Parliamentary Group",
                        "constraints": {
                            "unique": false
                        },
                        "example": "APPG Aviation, Aerospace and Travel (This event was during my time as Chair)"
                    },
                    {
                        "name": "payment_type",
                        "type": "string",
                        "description": "Type of payment",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                "In kind",
                                "Monetary"
                            ]
                        },
                        "example": "In kind"
                    },
                    {
                        "name": "payment_description",
                        "type": "string",
                        "description": "Description of the payment",
                        "constraints": {
                            "unique": false
                        },
                        "example": "12 month membership of a private members' club, giving access to the club premises and the opportunity to purchase food, drink and overnight stays"
                    },
                    {
                        "name": "value",
                        "type": "number",
                        "description": "Value of the payment",
                        "constraints": {
                            "unique": false
                        },
                        "example": "100.0"
                    },
                    {
                        "name": "received_date",
                        "type": "string",
                        "description": "Date the payment was received",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                ""
                            ]
                        },
                        "example": ""
                    },
                    {
                        "name": "accepted_date",
                        "type": "string",
                        "description": "Date the payment was accepted",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                ""
                            ]
                        },
                        "example": ""
                    },
                    {
                        "name": "received_end_date",
                        "type": "string",
                        "description": "End date of the payment",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                ""
                            ]
                        },
                        "example": ""
                    },
                    {
                        "name": "is_sole_beneficiary",
                        "type": "boolean",
                        "description": "Whether the MP is the sole beneficiary",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                false,
                                true
                            ]
                        },
                        "example": "False"
                    },
                    {
                        "name": "donor_name",
                        "type": "string",
                        "description": "Name of the donor",
                        "constraints": {
                            "unique": false
                        },
                        "example": "(1) Chartered Institute of Housing and (2) National Housing Federation"
                    },
                    {
                        "name": "donor_public_address",
                        "type": "string",
                        "description": "Public address of the donor",
                        "constraints": {
                            "unique": false
                        },
                        "example": "(1) Suites 5 and 6 Rowan House, Westwood Way, Coventry CV4 8HS; (2) Lion Court, 25 Procter Street, London WC1V 6NY"
                    },
                    {
                        "name": "donor_status",
                        "type": "string",
                        "description": "Type of donor",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                "Company",
                                "Friendly society",
                                "Individual",
                                "Limited Liability Partnership",
                                "Other",
                                "Registered Party",
                                "Trade Union",
                                "Trust",
                                "Unincorporated association"
                            ]
                        },
                        "example": "Company"
                    },
                    {
                        "name": "donor_company_name",
                        "type": "string",
                        "description": "Name of the donor company",
                        "constraints": {
                            "unique": false
                        },
                        "example": "A.G. Barr PLC"
                    },
                    {
                        "name": "donor_company_url",
                        "type": "number",
                        "description": "URL of the donor company",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                NaN
                            ]
                        },
                        "example": ""
                    },
                    {
                        "name": "donor_company_identifier",
                        "type": "string",
                        "description": "Company id of the donor",
                        "constraints": {
                            "unique": false
                        },
                        "example": "00023307"
                    },
                    {
                        "name": "donor_company_identifier_source",
                        "type": "string",
                        "description": "Identifer category of company number",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                "Companies House"
                            ]
                        },
                        "example": "Companies House"
                    },
                    {
                        "name": "donor_trust_details",
                        "type": "string",
                        "description": "Trust details of the donor",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                "Charity number: 210183",
                                "Company Number 00951524"
                            ]
                        },
                        "example": "Charity number: 210183"
                    },
                    {
                        "name": "donor_other_details",
                        "type": "string",
                        "description": "Other details of the donor",
                        "constraints": {
                            "unique": false
                        },
                        "example": "93199  Other sports activities"
                    },
                    {
                        "name": "link",
                        "type": "string",
                        "description": "Link to the interest in the Parliament API",
                        "constraints": {
                            "unique": true
                        },
                        "example": "https://interests-api.parliament.uk/api/v1/Interests/10009"
                    },
                    {
                        "name": "updated_2",
                        "type": "string",
                        "description": "Date the second interest was updated",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                "2023-01-11",
                                "2025-07-14",
                                "2026-01-19"
                            ]
                        },
                        "example": "2023-01-11"
                    },
                    {
                        "name": "category_code",
                        "type": "string",
                        "description": "Code for the category of the interest",
                        "constraints": {
                            "unique": false,
                            "enum": [
                                "3"
                            ]
                        },
                        "example": "3"
                    }
                ]
            },
            "hash": "94cc5258e780325be75f414dfaf44006",
            "data": [
                {
                    "id": 14589,
                    "summary": "The Football Association Premier League Ltd - \u00a31,110.00",
                    "parent_interest_id": "",
                    "registered": "2026-02-19",
                    "published": "2026-02-20",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5299,
                    "twfy_id": "26516",
                    "party": "liberal-democrat",
                    "member": "Monica Harding",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Ticket +1 and hospitality to match between Chelsea and Pafos on 21 January 2026",
                    "value": 1110.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "The Football Association Premier League Ltd",
                    "donor_public_address": "Brunel Building\n57 North Wharf Road\nLondon\nW2 1HQ",
                    "donor_status": "Company",
                    "donor_company_name": "The Football Association Premier League Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "02719699",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14589",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14578,
                    "summary": "The Arsenal Football Club Limited - \u00a31,000.00",
                    "parent_interest_id": "",
                    "registered": "2026-02-18",
                    "published": "2026-02-18",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4514,
                    "twfy_id": "25353",
                    "party": "labour",
                    "member": "Sir Keir Starmer",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Tickets and hospitality for two people in the Directors' Box (approximate market value \u00a3500 each), value \u00a31,000",
                    "value": 1000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "The Arsenal Football Club Limited",
                    "donor_public_address": "Arsenal Football Club, Highbury House, 75 Drayton Park, London N5 1BU",
                    "donor_status": "Company",
                    "donor_company_name": "The Arsenal Football Club Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "00109244",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14578",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14562,
                    "summary": "The Premier League - \u00a3386.86",
                    "parent_interest_id": "",
                    "registered": "2026-02-18",
                    "published": "2026-02-18",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5166,
                    "twfy_id": "26440",
                    "party": "labour",
                    "member": "Mark Sewards",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Ticket and hospitality for Leeds v Arsenal Football Match at Elland Rd Stadium, Leeds",
                    "value": 386.86,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "The Premier League",
                    "donor_public_address": "Brunel Building, 57 North Wharf Road, London W2 1HQ",
                    "donor_status": "Company",
                    "donor_company_name": "The Premier League",
                    "donor_company_url": "",
                    "donor_company_identifier": "02719699",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14562",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14563,
                    "summary": "The Football Association Premier League - \u00a3555.00",
                    "parent_interest_id": "",
                    "registered": "2026-02-14",
                    "published": "2026-02-14",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5040,
                    "twfy_id": "26325",
                    "party": "liberal-democrat",
                    "member": "Liz Jarvis",
                    "appg": "Football",
                    "payment_type": "In kind",
                    "payment_description": "Ticket and hospitality at the Champions League match between Chelsea and Pafos.",
                    "value": 555.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "The Football Association Premier League",
                    "donor_public_address": "Brunel Building, 57 North Wharf Road, London W2 1HQ\nUK",
                    "donor_status": "Company",
                    "donor_company_name": "The Football Association Premier League",
                    "donor_company_url": "",
                    "donor_company_identifier": "02719699",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14563",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14552,
                    "summary": "East Midlands Enterprise Foundation - \u00a3500.00",
                    "parent_interest_id": "",
                    "registered": "2026-02-12",
                    "published": "2026-02-13",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5330,
                    "twfy_id": "26625",
                    "party": "conservative",
                    "member": "Mr Peter Bedford",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Ticket & Hospitality for launch event of the East Midlands Enterprise Foundation at Eaton Hall (Clay) Shooting Ground",
                    "value": 500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "East Midlands Enterprise Foundation",
                    "donor_public_address": "13 The Courtyard, Timothy's Bridge Road, Stratford-Upon-Avon, Warwickshire CV37 9NP",
                    "donor_status": "Company",
                    "donor_company_name": "East Midlands Enterprise Foundation",
                    "donor_company_url": "",
                    "donor_company_identifier": "16740857",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14552",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14551,
                    "summary": "English National Opera - \u00a3358.00",
                    "parent_interest_id": "",
                    "registered": "2026-02-12",
                    "published": "2026-02-12",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4610,
                    "twfy_id": "25676",
                    "party": "labour",
                    "member": "Bambos Charalambous",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets and hospitality for 'Cosi Fan Tutte' opera at the Coliseum on Friday 6 February 2026",
                    "value": 358.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "English National Opera",
                    "donor_public_address": "London Coliseum, \nSt Martins Lane, \nLondon, \nWC2N 4ES",
                    "donor_status": "Company",
                    "donor_company_name": "English National Opera",
                    "donor_company_url": "",
                    "donor_company_identifier": "00426792",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14551",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14524,
                    "summary": "Babcock International PLC - \u00a3177.00",
                    "parent_interest_id": "",
                    "registered": "2026-02-09",
                    "published": "2026-02-11",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5275,
                    "twfy_id": "26503",
                    "party": "labour",
                    "member": "Graeme Downie",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Burns Supper hospitality",
                    "value": 177.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Babcock International PLC",
                    "donor_public_address": "33 Wigmore Street, London W1U 1QZ",
                    "donor_status": "Company",
                    "donor_company_name": "Babcock International PLC",
                    "donor_company_url": "",
                    "donor_company_identifier": "00065805",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14524",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14532,
                    "summary": "The Football Association Premier League Ltd - \u00a3550.00",
                    "parent_interest_id": "",
                    "registered": "2026-02-10",
                    "published": "2026-02-10",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4610,
                    "twfy_id": "25676",
                    "party": "labour",
                    "member": "Bambos Charalambous",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Ticket and hospitality to watch the Champions League football match between Chelsea and Pafos on 21 January 2026",
                    "value": 550.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "The Football Association Premier League Ltd",
                    "donor_public_address": "Brunel Building, 57 North Wharf Road, London W2 1HQ",
                    "donor_status": "Company",
                    "donor_company_name": "The Football Association Premier League Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "02719699",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14532",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14518,
                    "summary": "Enersoft International Limited - \u00a3900.00",
                    "parent_interest_id": "",
                    "registered": "2026-02-09",
                    "published": "2026-02-09",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4371,
                    "twfy_id": "25370",
                    "party": "scottish-national-party",
                    "member": "Brendan O'Hara",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Single ticket and matchday hospitality at Tottenham Hotspur v Borussia Dortmund",
                    "value": 900.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Enersoft International Limited",
                    "donor_public_address": "74 York Street, Suite 7-4, Glasgow G2 8JX",
                    "donor_status": "Company",
                    "donor_company_name": "Enersoft International Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "SC621728",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14518",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14515,
                    "summary": "THE NORTON MOTORCYCLE CO. LIMITED - \u00a3899.00",
                    "parent_interest_id": "",
                    "registered": "2026-02-06",
                    "published": "2026-02-09",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "party": "conservative",
                    "member": "Dr Neil Shastri-Hurst",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Hedon for Norton carbon fibre motorcycle helmet",
                    "value": 899.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "THE NORTON MOTORCYCLE CO. LIMITED",
                    "donor_public_address": "Unit 500 Solar Park, Highlands Road, Solihull B90 4SH",
                    "donor_status": "Company",
                    "donor_company_name": "THE NORTON MOTORCYCLE CO. LIMITED",
                    "donor_company_url": "",
                    "donor_company_identifier": "12545195",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14515",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14516,
                    "summary": "THE NORTON MOTORCYCLE CO. LIMITED - \u00a340.00",
                    "parent_interest_id": "",
                    "registered": "2026-02-07",
                    "published": "2026-02-09",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "party": "conservative",
                    "member": "Dr Neil Shastri-Hurst",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Buffet lunch for myself and a staff member following a meeting at and a tour of Norton Motorcycle factory in my constituency. Value is estimated",
                    "value": 40.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "THE NORTON MOTORCYCLE CO. LIMITED",
                    "donor_public_address": "Unit 500 Solar Park, Highlands Road, Solihull B90 4SH",
                    "donor_status": "Company",
                    "donor_company_name": "THE NORTON MOTORCYCLE CO. LIMITED",
                    "donor_company_url": "",
                    "donor_company_identifier": "12545195",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14516",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14439,
                    "summary": "National Liberal Club - \u00a31,140.00",
                    "parent_interest_id": "",
                    "registered": "2026-02-05",
                    "published": "2026-02-05",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5313,
                    "twfy_id": "26555",
                    "party": "liberal-democrat",
                    "member": "Z\u00f6e Franklin",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Membership of the National Liberal Club until 31st December 2026",
                    "value": 1140.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "National Liberal Club",
                    "donor_public_address": "1 Whitehall Place\nLondon\nSW1A 2HE",
                    "donor_status": "Unincorporated association",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14439",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14450,
                    "summary": "Enersoft International Ltd - \u00a3900.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-30",
                    "published": "2026-02-02",
                    "updated_1": "2026-02-05",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4735,
                    "twfy_id": "25867",
                    "party": "scottish-national-party",
                    "member": "Stephen Flynn",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Single ticket and matchday hospitality at Tottenham Hotspur v Borussia Dortmund",
                    "value": 900.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Enersoft International Ltd",
                    "donor_public_address": "74 York Street, Suite 7-4, Glasgow G2 8JX",
                    "donor_status": "Company",
                    "donor_company_name": "Enersoft International Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "SC621728",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14450",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14433,
                    "summary": "Barbara Daniel - \u00a3350.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-28",
                    "published": "2026-02-02",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5139,
                    "twfy_id": "26412",
                    "party": "labour",
                    "member": "Emily Darlington",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "two tickets and hospitality, to Cirque de Soleil",
                    "value": 350.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Barbara Daniel",
                    "donor_public_address": "Quebec Government Office, 59 Pall Mall, London SW1Y 5JH",
                    "donor_status": "Other",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "High Commission",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14433",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14452,
                    "summary": "National Liberal Club - \u00a31,348.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-30",
                    "published": "2026-02-02",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5299,
                    "twfy_id": "26516",
                    "party": "liberal-democrat",
                    "member": "Monica Harding",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Complimentary membership to the National Liberal Club, 2026",
                    "value": 1348.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "National Liberal Club",
                    "donor_public_address": "1 Whitehall Place, London SW1A 2HE",
                    "donor_status": "Unincorporated association",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14452",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14472,
                    "summary": "Motorsport UK Association Ltd - \u00a3600.00",
                    "parent_interest_id": "",
                    "registered": "2026-02-02",
                    "published": "2026-02-02",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5355,
                    "twfy_id": "26635",
                    "party": "conservative",
                    "member": "Sarah Bool",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Hospitality at the Motorsports UK Night of Champions Awards Dinner",
                    "value": 600.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Motorsport UK Association Ltd",
                    "donor_public_address": "141 The Command Works Southern Avenue, Bicester Heritage, Bicester OX27 8FY",
                    "donor_status": "Company",
                    "donor_company_name": "Motorsport UK Association Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "01344829",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14472",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14437,
                    "summary": "National Liberal Club - \u00a31,140.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-28",
                    "published": "2026-01-29",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5096,
                    "twfy_id": "26457",
                    "party": "liberal-democrat",
                    "member": "Ian Sollom",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Honorary MP Membership of the National Liberal Club from 1st January 2026.  Value based on the annual membership fee",
                    "value": 1140.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "National Liberal Club",
                    "donor_public_address": "1 Whitehall Place, London SW1A 2HE",
                    "donor_status": "Company",
                    "donor_company_name": "National Liberal Club",
                    "donor_company_url": "",
                    "donor_company_identifier": "01355034",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14437",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14430,
                    "summary": "Motorsport UK - \u00a31,200.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-27",
                    "published": "2026-01-28",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4778,
                    "twfy_id": "25925",
                    "party": "conservative",
                    "member": "Greg Smith",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets to the Night of Champions Award Dinner",
                    "value": 1200.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Motorsport UK",
                    "donor_public_address": "41 Bicester Motion, Command Works, Launton, Bicester OX27 8AL",
                    "donor_status": "Company",
                    "donor_company_name": "Motorsport UK",
                    "donor_company_url": "",
                    "donor_company_identifier": "1344829",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14430",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14415,
                    "summary": "Motorsport UK - \u00a31,200.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-27",
                    "published": "2026-01-27",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4407,
                    "twfy_id": "25381",
                    "party": "conservative",
                    "member": "Nigel Huddleston",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets and hospitality at Awards Dinner for myself and a guest",
                    "value": 1200.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Motorsport UK",
                    "donor_public_address": "Motorsport UK House, 141 The Command Works, Southern Avenue, Bicester Heritage OX27 8FY",
                    "donor_status": "Company",
                    "donor_company_name": "Motorsport UK",
                    "donor_company_url": "",
                    "donor_company_identifier": "1344829",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14415",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14418,
                    "summary": "The Professional Darts Corporation - \u00a32,000.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-27",
                    "published": "2026-01-27",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4932,
                    "twfy_id": "26055",
                    "party": "conservative",
                    "member": "Mr Louie French",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets with hospitality to the PDC World Championship Final as part of Shadow Sports Minister role",
                    "value": 2000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "The Professional Darts Corporation",
                    "donor_public_address": "PDC, Mascalls Lane, Brentwood, Essex CM14 5LJ",
                    "donor_status": "Company",
                    "donor_company_name": "The Professional Darts Corporation",
                    "donor_company_url": "",
                    "donor_company_identifier": "03473679",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14418",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14423,
                    "summary": "National Liberal Club - \u00a31,140.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-27",
                    "published": "2026-01-27",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5070,
                    "twfy_id": "26556",
                    "party": "liberal-democrat",
                    "member": "Lisa Smart",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Honorary membership from 01/01/2026-31/12/2026.",
                    "value": 1140.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "National Liberal Club",
                    "donor_public_address": "1 Whitehall Place, London SW1A 2HE",
                    "donor_status": "Company",
                    "donor_company_name": "National Liberal Club",
                    "donor_company_url": "",
                    "donor_company_identifier": "01355034",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14423",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14407,
                    "summary": "The Arsenal Football Club Limited - \u00a31,000.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-26",
                    "published": "2026-01-26",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4514,
                    "twfy_id": "25353",
                    "party": "labour",
                    "member": "Sir Keir Starmer",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Tickets and hospitality for two people in the Directors' Box (approximate market value \u00a3500 each)",
                    "value": 1000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "The Arsenal Football Club Limited",
                    "donor_public_address": "Arsenal Football Club, Highbury House, 75 Drayton Park, London N5 1BU",
                    "donor_status": "Company",
                    "donor_company_name": "The Arsenal Football Club Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "00109244",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14407",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14389,
                    "summary": "National Liberal Club - \u00a31,140.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-22",
                    "published": "2026-01-23",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4769,
                    "twfy_id": "25901",
                    "party": "liberal-democrat",
                    "member": "Daisy Cooper",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Honorary membership of the National Liberal Club from 1 January 2026 until 31 December 2026",
                    "value": 1140.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "National Liberal Club",
                    "donor_public_address": "1 Whitehall Place, London SW1A 2HE",
                    "donor_status": "Company",
                    "donor_company_name": "National Liberal Club",
                    "donor_company_url": "",
                    "donor_company_identifier": "01355034",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14389",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14385,
                    "summary": "The National Liberal Club - \u00a31,140.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-22",
                    "published": "2026-01-22",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5283,
                    "twfy_id": "26498",
                    "party": "liberal-democrat",
                    "member": "Alison Bennett",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Honorary membership of the National Liberal Club from 1 January 2026 until 31 December 2026",
                    "value": 1140.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "The National Liberal Club",
                    "donor_public_address": "1 Whitehall Place, London SW1A 2HE",
                    "donor_status": "Unincorporated association",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14385",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14365,
                    "summary": "The Football Association Premier League Ltd - \u00a31,300.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-21",
                    "published": "2026-01-21",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4776,
                    "twfy_id": "25820",
                    "party": "liberal-democrat",
                    "member": "Munira Wilson",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets for a Premier League event, including football match tickets and hospitality.  Invited in my capacity as Education Spokesperson to be briefed on their work with primary schools on the \"Together Against Suicide\" campaign and work with schools generally",
                    "value": 1300.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "The Football Association Premier League Ltd",
                    "donor_public_address": "Brunel Building, 57 North Wharf Road, London W2 1HQ",
                    "donor_status": "Company",
                    "donor_company_name": "The Football Association Premier League Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "02719699",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14365",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14362,
                    "summary": "National Liberal Club - \u00a31,140.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-20",
                    "published": "2026-01-20",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5083,
                    "twfy_id": "26371",
                    "party": "liberal-democrat",
                    "member": "Bobby Dean",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Annual membership",
                    "value": 1140.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "National Liberal Club",
                    "donor_public_address": "1 Whitehall Place, London SW1A 2HE",
                    "donor_status": "Company",
                    "donor_company_name": "National Liberal Club",
                    "donor_company_url": "",
                    "donor_company_identifier": "01355034",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14362",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14360,
                    "summary": "National Liberal Club - \u00a31,140.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-20",
                    "published": "2026-01-20",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5103,
                    "twfy_id": "26443",
                    "party": "liberal-democrat",
                    "member": "Luke Taylor",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Free annual membership of the National Liberal Club",
                    "value": 1140.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "National Liberal Club",
                    "donor_public_address": "1 Whitehall Place, London SW1A 2HE",
                    "donor_status": "Company",
                    "donor_company_name": "National Liberal Club",
                    "donor_company_url": "",
                    "donor_company_identifier": "01355034",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14360",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14359,
                    "summary": "National Liberal Club - \u00a31,140.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-20",
                    "published": "2026-01-20",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5304,
                    "twfy_id": "26607",
                    "party": "liberal-democrat",
                    "member": "Dr Danny Chambers",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Membership of the National Liberal Club for 12 months",
                    "value": 1140.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "National Liberal Club",
                    "donor_public_address": "1 Whitehall Place, London SW1A 2HE",
                    "donor_status": "Company",
                    "donor_company_name": "National Liberal Club",
                    "donor_company_url": "",
                    "donor_company_identifier": "01355034",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14359",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 10846,
                    "summary": "National Liberal Club - \u00a31,475.85",
                    "parent_interest_id": "",
                    "registered": "2026-01-20",
                    "published": "2026-01-20",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5304,
                    "twfy_id": "26607",
                    "party": "liberal-democrat",
                    "member": "Dr Danny Chambers",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Membership of the National Liberal Club for 18 months",
                    "value": 1475.85,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "National Liberal Club",
                    "donor_public_address": "1 Whitehall Place, London SW1A 2HE",
                    "donor_status": "Company",
                    "donor_company_name": "National Liberal Club",
                    "donor_company_url": "",
                    "donor_company_identifier": "01355034",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/10846",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14363,
                    "summary": "National Liberal Club - \u00a31,140.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-20",
                    "published": "2026-01-20",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5182,
                    "twfy_id": "26425",
                    "party": "liberal-democrat",
                    "member": "Charlotte Cane",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Complimentary Membership of the NLC from 1 January 2026 to 31 December 2026",
                    "value": 1140.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "National Liberal Club",
                    "donor_public_address": "1 Whitehall Place, London SW1A 2HE",
                    "donor_status": "Company",
                    "donor_company_name": "National Liberal Club",
                    "donor_company_url": "",
                    "donor_company_identifier": "01355034",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14363",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14347,
                    "summary": "National Liberal Club - \u00a31,140.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-19",
                    "published": "2026-01-19",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5073,
                    "twfy_id": "26338",
                    "party": "liberal-democrat",
                    "member": "Marie Goldman",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Annual membership to the National Liberal Club",
                    "value": 1140.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "National Liberal Club",
                    "donor_public_address": "1 Whitehall Pl, London SW1A 2HE",
                    "donor_status": "Company",
                    "donor_company_name": "National Liberal Club",
                    "donor_company_url": "",
                    "donor_company_identifier": "01355034",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14347",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14353,
                    "summary": "Coventry City Football Club Ltd - \u00a3500.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-19",
                    "published": "2026-01-19",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 1579,
                    "twfy_id": "11898",
                    "party": "labour",
                    "member": "Mary Creagh",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Ticket in the Director's Box to Coventry v Leicester",
                    "value": 500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Coventry City Football Club Ltd",
                    "donor_public_address": "Sky Blue Lodge, Leamington Road, Ryton on Dunsmore, Coventry, CV8 3FL",
                    "donor_status": "Company",
                    "donor_company_name": "Coventry City Football Club Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "07612487",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14353",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14177,
                    "summary": "British Fashion Council LTD - \u00a32,200.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-19",
                    "published": "2026-01-19",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5331,
                    "twfy_id": "26615",
                    "party": "labour",
                    "member": "Rosie Wrighting",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Three complimentary tickets to the Fashion Awards 2025 at the Royal Albert Hall. One ticket included hospitality",
                    "value": 2200.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "British Fashion Council LTD",
                    "donor_public_address": "Soho Works, 180 The Strand, London WC2R 1EA",
                    "donor_status": "Company",
                    "donor_company_name": "British Fashion Council LTD",
                    "donor_company_url": "",
                    "donor_company_identifier": "02050620",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14177",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14317,
                    "summary": "British Association for Shooting and Conservation - \u00a3440.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-15",
                    "published": "2026-01-15",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5100,
                    "twfy_id": "26355",
                    "party": "conservative",
                    "member": "Blake Stephenson",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Educational visit in the UK to learn about deer management and conservation.",
                    "value": 440.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "British Association for Shooting and Conservation",
                    "donor_public_address": "Marford Mill, Rossett, Wrexham, LL12 0HL",
                    "donor_status": "Company",
                    "donor_company_name": "British Association for Shooting and Conservation",
                    "donor_company_url": "",
                    "donor_company_identifier": "IP28488R",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14317",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14306,
                    "summary": "The Financial Times - \u00a32,638.80",
                    "parent_interest_id": "",
                    "registered": "2026-01-12",
                    "published": "2026-01-15",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5203,
                    "twfy_id": "26536",
                    "party": "conservative",
                    "member": "Alison Griffiths",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Single VIP pass for my staff member for the FT's Cyber Resilience Summit, at which I was an expert panel member for one of the debates",
                    "value": 2638.8,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "The Financial Times",
                    "donor_public_address": "Bracken House, 1 Friday Street, London EC4M 9BT",
                    "donor_status": "Company",
                    "donor_company_name": "The Financial Times",
                    "donor_company_url": "",
                    "donor_company_identifier": "00227590",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14306",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14329,
                    "summary": "British Association for Shooting and Conservation - \u00a3440.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-14",
                    "published": "2026-01-14",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4778,
                    "twfy_id": "25925",
                    "party": "conservative",
                    "member": "Greg Smith",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Educational visit in the UK to learn about deer management and conservation including lunch, dinner, overnight accommodation and breakfast",
                    "value": 440.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "British Association for Shooting and Conservation",
                    "donor_public_address": "Marford Mill, Rossett, Wrexham LL12 0HL",
                    "donor_status": "Company",
                    "donor_company_name": "British Association for Shooting and Conservation",
                    "donor_company_url": "",
                    "donor_company_identifier": "IP28488R",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14329",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14325,
                    "summary": "National Liberal Club - \u00a3983.90",
                    "parent_interest_id": "",
                    "registered": "2026-01-13",
                    "published": "2026-01-13",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5284,
                    "twfy_id": "26518",
                    "party": "liberal-democrat",
                    "member": "David Chadwick",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Extension of honorary membership until 31 December 2026, estimated value",
                    "value": 983.9,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "National Liberal Club",
                    "donor_public_address": "1 Whitehall Place, London SW1A 2HE",
                    "donor_status": "Company",
                    "donor_company_name": "National Liberal Club",
                    "donor_company_url": "",
                    "donor_company_identifier": "01355034",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14325",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14321,
                    "summary": "Newcastle Eagles Basketball Ltd - \u00a3336.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-13",
                    "published": "2026-01-13",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4124,
                    "twfy_id": "24807",
                    "party": "labour",
                    "member": "Dame Chi Onwurah",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Tickets and hospitality to watch a Newcastle Eagles Basketball game. Attended by Chi her partner, her partner's son and his partner.",
                    "value": 336.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Newcastle Eagles Basketball Ltd",
                    "donor_public_address": "Vertu Motors Arena, Scotswood Road, Newcastle NE4 7AF",
                    "donor_status": "Company",
                    "donor_company_name": "Newcastle Eagles Basketball Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "03041174",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14321",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 11363,
                    "summary": "National Liberal Club - \u00a3983.90",
                    "parent_interest_id": "",
                    "registered": "2024-11-26",
                    "published": "2026-01-13",
                    "updated_1": "2026-01-13",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5284,
                    "twfy_id": "26518",
                    "party": "liberal-democrat",
                    "member": "David Chadwick",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Honorary membership until 31 December 2025, estimated value",
                    "value": 983.9,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "National Liberal Club",
                    "donor_public_address": "1 Whitehall Place, London SW1A 2HE",
                    "donor_status": "Company",
                    "donor_company_name": "National Liberal Club",
                    "donor_company_url": "",
                    "donor_company_identifier": "01355034",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11363",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14322,
                    "summary": "Newcastle College - \u00a3500.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-13",
                    "published": "2026-01-13",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4124,
                    "twfy_id": "24807",
                    "party": "labour",
                    "member": "Dame Chi Onwurah",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "A suit made by a student to be worn for my Damehood ceremony",
                    "value": 500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Newcastle College",
                    "donor_public_address": "Rye Hill Campus, Scotswood Road, Newcastle upon Tyne NE4 7SA",
                    "donor_status": "Other",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "Further Education College",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14322",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14307,
                    "summary": "National Liberal Club - \u00a31,140.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-12",
                    "published": "2026-01-12",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5321,
                    "twfy_id": "26570",
                    "party": "liberal-democrat",
                    "member": "Mr Paul Kohler",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Complimentary membership to the National Liberal Club, 2026",
                    "value": 1140.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "National Liberal Club",
                    "donor_public_address": "1 Whitehall Place, London SW1A 2HE",
                    "donor_status": "Unincorporated association",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14307",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14300,
                    "summary": "Richard Matthews - \u00a3300.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-11",
                    "published": "2026-01-11",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 40,
                    "twfy_id": "10312",
                    "party": "conservative",
                    "member": "Sir Bernard Jenkin",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Day's shooting",
                    "value": 300.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Richard Matthews",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14300",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14296,
                    "summary": "Enersoft International Ltd - \u00a3625.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-08",
                    "published": "2026-01-09",
                    "updated_1": "2026-02-05",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4371,
                    "twfy_id": "25370",
                    "party": "scottish-national-party",
                    "member": "Brendan O'Hara",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets and hospitality for myself and a guest to attend the League Cup Final at Hampden Park",
                    "value": 625.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Enersoft International Ltd",
                    "donor_public_address": "74 York Street, Suite 7-4, Glasgow, G2 8JX",
                    "donor_status": "Company",
                    "donor_company_name": "Enersoft International Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "SC621728",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14296",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14294,
                    "summary": "Harlequin Football Club Ltd - \u00a3996.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-08",
                    "published": "2026-01-09",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4776,
                    "twfy_id": "25820",
                    "party": "liberal-democrat",
                    "member": "Munira Wilson",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "two tickets and hospitality for myself and guest to the BG17 match at Twickenham Stadium",
                    "value": 996.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Harlequin Football Club Ltd",
                    "donor_public_address": "Twickenham Stoop Stadium, Langhorn Drive, Twickenham TW2 7SX",
                    "donor_status": "Company",
                    "donor_company_name": "Harlequin Football Club Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "03212073",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14294",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14298,
                    "summary": "The Ditchley Foundation - \u00a3540.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-09",
                    "published": "2026-01-09",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4077,
                    "twfy_id": "24868",
                    "party": "labour",
                    "member": "Emma Reynolds",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "\u00a3270 per 24 hours or part thereof for full board accommodation per person for myself and my husband to attend the Chairman's Dinner and Farewell Celebration in Honour of Jonathan, Lord Hill of Oareford",
                    "value": 540.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "The Ditchley Foundation",
                    "donor_public_address": "Ditchley Park, Enstone, Chipping Norton, Oxon, OX7 4ER",
                    "donor_status": "Company",
                    "donor_company_name": "The Ditchley Foundation",
                    "donor_company_url": "",
                    "donor_company_identifier": "00599389",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14298",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14284,
                    "summary": "National Liberal Club - \u00a31,140.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-07",
                    "published": "2026-01-07",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5201,
                    "twfy_id": "26539",
                    "party": "liberal-democrat",
                    "member": "Victoria Collins",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Honorary membership of the National Liberal Club as recently elected MP",
                    "value": 1140.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "National Liberal Club",
                    "donor_public_address": "1 Whitehall Place, London SW1A 2HE",
                    "donor_status": "Company",
                    "donor_company_name": "National Liberal Club",
                    "donor_company_url": "",
                    "donor_company_identifier": "1355034",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14284",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14280,
                    "summary": "Google UK Ltd - \u00a3100.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-06",
                    "published": "2026-01-06",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5118,
                    "twfy_id": "26396",
                    "party": "labour",
                    "member": "Chris Curtis",
                    "appg": "Digital Creators",
                    "payment_type": "In kind",
                    "payment_description": "Hospitality as a guest of YouTube for Christmas lunch",
                    "value": 100.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Google UK Ltd",
                    "donor_public_address": "1-13 St Giles High St, London WC2H 8AG",
                    "donor_status": "Company",
                    "donor_company_name": "Google UK Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "3977902",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14280",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14266,
                    "summary": "The Arsenal Football Club Limited - \u00a31,000.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-05",
                    "published": "2026-01-05",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4514,
                    "twfy_id": "25353",
                    "party": "labour",
                    "member": "Sir Keir Starmer",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Tickets and hospitality for two people in the Directors' Box (approximate market value \u00a3500 each)",
                    "value": 1000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "The Arsenal Football Club Limited",
                    "donor_public_address": "Arsenal Football Club, Highbury House, 75 Drayton Park, London N5 1BU",
                    "donor_status": "Company",
                    "donor_company_name": "The Arsenal Football Club Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "00109244",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14266",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14271,
                    "summary": "National Liberal Club - \u00a31,140.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-05",
                    "published": "2026-01-05",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5140,
                    "twfy_id": "26458",
                    "party": "liberal-democrat",
                    "member": "Claire Young",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Free (honourary) membership of the National Liberal Club from 1 January 2026 to 31 December 2026",
                    "value": 1140.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "National Liberal Club",
                    "donor_public_address": "1 Whitehall Place, London SW1A 2HE",
                    "donor_status": "Unincorporated association",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14271",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14227,
                    "summary": "Embassy of Bahrain - \u00a395.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-03",
                    "published": "2026-01-05",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4066,
                    "twfy_id": "24778",
                    "party": "conservative",
                    "member": "Priti Patel",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Christmas gift",
                    "value": 95.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Embassy of Bahrain",
                    "donor_public_address": "30 Belgrave Square, London SW1X 8QB",
                    "donor_status": "Other",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "Embassy",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14227",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14259,
                    "summary": "National Liberal Club - \u00a31,140.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-05",
                    "published": "2026-01-05",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5296,
                    "twfy_id": "26540",
                    "party": "liberal-democrat",
                    "member": "Freddie van Mierlo",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Membership of the club for one year",
                    "value": 1140.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "National Liberal Club",
                    "donor_public_address": "1 Whitehall Place, London SW1A 2HE",
                    "donor_status": "Company",
                    "donor_company_name": "National Liberal Club",
                    "donor_company_url": "",
                    "donor_company_identifier": "01355034",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14259",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14254,
                    "summary": "National Liberal Club - \u00a31,140.00",
                    "parent_interest_id": "",
                    "registered": "2026-01-05",
                    "published": "2026-01-05",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5336,
                    "twfy_id": "26627",
                    "party": "liberal-democrat",
                    "member": "Helen Maguire",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Annual membership",
                    "value": 1140.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "National Liberal Club",
                    "donor_public_address": "1 Whitehall Place, London, SW1A 2HE",
                    "donor_status": "Company",
                    "donor_company_name": "National Liberal Club",
                    "donor_company_url": "",
                    "donor_company_identifier": "01355034",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14254",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14235,
                    "summary": "Your Party - \u00a3324.80",
                    "parent_interest_id": "",
                    "registered": "2025-12-29",
                    "published": "2025-12-30",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5120,
                    "twfy_id": "26364",
                    "party": "independent",
                    "member": "Shockat Adam",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two night's accommodation associated with being a guest speaker at Your Party conference Liverpool",
                    "value": 324.8,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Your Party",
                    "donor_public_address": "The Atrium 89-93 Fonthill Road London, N4 3 JH",
                    "donor_status": "Registered Party",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14235",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14225,
                    "summary": "Middle East Association - \u00a3360.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-25",
                    "published": "2025-12-25",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4066,
                    "twfy_id": "24778",
                    "party": "conservative",
                    "member": "Priti Patel",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets to attend the Middle East Association's Gala Dinner on 27 November 2025 in my capacity as Shadow Secretary of State for Foreign, Commonwealth and Development Affairs, accompanied by a CCHQ advisor. Tickets valued at \u00a3150 each plus VAT",
                    "value": 360.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Middle East Association",
                    "donor_public_address": "17 Hanover Square,\nLondon W1S 1BN",
                    "donor_status": "Company",
                    "donor_company_name": "Middle East Association",
                    "donor_company_url": "",
                    "donor_company_identifier": "11378572",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14225",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14219,
                    "summary": "Matthew Rice - \u00a32,925.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-23",
                    "published": "2025-12-23",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "party": "liberal-democrat",
                    "member": "Charlie Maynard",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Food: \u00a32,275,  venue hire: \u00a3500, staffing: \u00a3150",
                    "value": 2925.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Matthew Rice",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14219",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14218,
                    "summary": "Richard McBrien - \u00a3366.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-23",
                    "published": "2025-12-23",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "party": "liberal-democrat",
                    "member": "Charlie Maynard",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Wine purchase for fundraising event",
                    "value": 366.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Richard McBrien",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14218",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14213,
                    "summary": "easyJet PLC - \u00a3495.58",
                    "parent_interest_id": "",
                    "registered": "2025-12-22",
                    "published": "2025-12-23",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4777,
                    "twfy_id": "25823",
                    "party": "labour",
                    "member": "Sarah Owen",
                    "appg": "",
                    "payment_type": "Monetary",
                    "payment_description": "Postage for Christmas cards",
                    "value": 495.58,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "easyJet PLC",
                    "donor_public_address": "Hangar 89 London Luton Airport, Luton LU2 9PF",
                    "donor_status": "Company",
                    "donor_company_name": "easyJet PLC",
                    "donor_company_url": "",
                    "donor_company_identifier": "03959649",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14213",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14195,
                    "summary": "The Arsenal Football Club Limited - \u00a31,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-19",
                    "published": "2025-12-22",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4514,
                    "twfy_id": "25353",
                    "party": "labour",
                    "member": "Sir Keir Starmer",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Tickets and hospitality for two people in the Directors' Box (approximate market value \u00a3500 each), value \u00a31,000",
                    "value": 1000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "The Arsenal Football Club Limited",
                    "donor_public_address": "Arsenal Football Club, Highbury House, 75 Drayton Park, London N5 1BU",
                    "donor_status": "Company",
                    "donor_company_name": "The Arsenal Football Club Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "00109244",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14195",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14180,
                    "summary": "Global Media & Entertainment Limited - \u00a3500.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-18",
                    "published": "2025-12-19",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5185,
                    "twfy_id": "26476",
                    "party": "labour",
                    "member": "Alan Gemmell",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets for the Capital Jingle Bell Ball",
                    "value": 500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Global Media & Entertainment Limited",
                    "donor_public_address": "30 Leicester Square, London WC2H 7LA",
                    "donor_status": "Company",
                    "donor_company_name": "Global Media & Entertainment Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "06251684",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14180",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14181,
                    "summary": "Kensington, Bayswater, Chelsea & Fulham Conservatives - \u00a3340.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-18",
                    "published": "2025-12-19",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 3935,
                    "twfy_id": "24914",
                    "party": "conservative",
                    "member": "Sir Mel Stride",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two ticekts for myself and Lady Stride to attend a gala fundraising event, where I was also a guest speaker",
                    "value": 340.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Kensington, Bayswater, Chelsea & Fulham Conservatives",
                    "donor_public_address": "44 Southern Row,\nLondon W10 5AN",
                    "donor_status": "Registered Party",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14181",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14192,
                    "summary": "Flamingo Land Ltd - \u00a31,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-19",
                    "published": "2025-12-19",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4474,
                    "twfy_id": "25415",
                    "party": "conservative",
                    "member": "Kevin Hollinrake",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "five guests including myself at the Flamingo Land Ltd box, at Leeds United Football Club (\u00a3200 per person)",
                    "value": 1000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Flamingo Land Ltd",
                    "donor_public_address": "The Cross, Uddingston, Glasgow G71 7ES",
                    "donor_status": "Company",
                    "donor_company_name": "Flamingo Land Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "SC052543",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14192",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14175,
                    "summary": "Global Media and Entertainment - \u00a31,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-18",
                    "published": "2025-12-18",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4573,
                    "twfy_id": "25579",
                    "party": "labour",
                    "member": "Dr Rosena Allin-Khan",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Four tickets at \u00a3250 each to the Jingle Bell Ball",
                    "value": 1000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Global Media and Entertainment",
                    "donor_public_address": "30 Leicester Square, London WC2H 7LA",
                    "donor_status": "Company",
                    "donor_company_name": "Global Media and Entertainment",
                    "donor_company_url": "",
                    "donor_company_identifier": "06251684",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14175",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14171,
                    "summary": "The Conduit Club - \u00a31,750.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-18",
                    "published": "2025-12-18",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5260,
                    "twfy_id": "26520",
                    "party": "labour",
                    "member": "Katie White",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Waiver of fee for breakfast event space hire",
                    "value": 1750.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "The Conduit Club",
                    "donor_public_address": "6 Langley St, London WC2H 9JA",
                    "donor_status": "Company",
                    "donor_company_name": "The Conduit Club",
                    "donor_company_url": "",
                    "donor_company_identifier": "12976435",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14171",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14174,
                    "summary": "Mace Consult Limited - \u00a345.36",
                    "parent_interest_id": "",
                    "registered": "2025-12-18",
                    "published": "2025-12-18",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5316,
                    "twfy_id": "26630",
                    "party": "labour",
                    "member": "Mike Reader",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "November 2025 costs of legal services arranged and paid for by Mace Consult Limited, instructing Pinsent Masons LLP to act on their behalf in employment tribunal case",
                    "value": 45.36,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Mace Consult Limited",
                    "donor_public_address": "155 Moorgate, London EC2M 6XB",
                    "donor_status": "Company",
                    "donor_company_name": "Mace Consult Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "07094851",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14174",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14170,
                    "summary": "Myleene Klass - \u00a3450.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-17",
                    "published": "2025-12-18",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4864,
                    "twfy_id": "25908",
                    "party": "labour",
                    "member": "Olivia Blake",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets and hospitality to see Hans Zimmer for myself and my husband",
                    "value": 450.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Myleene Klass",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14170",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14165,
                    "summary": "Wellcome Trust - \u00a31,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-17",
                    "published": "2025-12-17",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5260,
                    "twfy_id": "26520",
                    "party": "labour",
                    "member": "Katie White",
                    "appg": "",
                    "payment_type": "Monetary",
                    "payment_description": "Sponsorship of a breakfast event, with payment made directly to the supplier.",
                    "value": 1500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Wellcome Trust",
                    "donor_public_address": "Gibbs Building, 215 Euston Road, London NW1 2BE",
                    "donor_status": "Trust",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "Charity number: 210183",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14165",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14163,
                    "summary": "Armed Forces APPG - \u00a360.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-17",
                    "published": "2025-12-17",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5347,
                    "twfy_id": "26628",
                    "party": "conservative",
                    "member": "David Reed",
                    "appg": "Armed Forces APPG",
                    "payment_type": "In kind",
                    "payment_description": "Briefing dinner with Chief of the General Staff",
                    "value": 60.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Armed Forces APPG",
                    "donor_public_address": "Houses of Parliament, St Margaret St, London SW1A 0AA",
                    "donor_status": "Other",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14163",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14152,
                    "summary": "Gleeds UK Ltd - \u00a31,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-16",
                    "published": "2025-12-16",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5055,
                    "twfy_id": "26344",
                    "party": "liberal-democrat",
                    "member": "Max Wilkinson",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Ticket to Liberal Democrat winter ball",
                    "value": 1000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Gleeds UK Ltd",
                    "donor_public_address": "58 Berners Street, London W1T 3NQ",
                    "donor_status": "Company",
                    "donor_company_name": "Gleeds UK Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "06473135",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14152",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14142,
                    "summary": "Your Party UK Ltd - \u00a3324.80",
                    "parent_interest_id": "",
                    "registered": "2025-12-15",
                    "published": "2025-12-15",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5357,
                    "twfy_id": "26631",
                    "party": "independent",
                    "member": "Ayoub Khan",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Hotel accommodation - 2 nights. Room shared with partner",
                    "value": 324.8,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Your Party UK Ltd",
                    "donor_public_address": "The Atrium, 89-93 Fonthill Road, Finsbury Park, London N4 3JH",
                    "donor_status": "Registered Party",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14142",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14058,
                    "summary": "Global Media & Entertainment Ltd - \u00a31,250.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-12",
                    "published": "2025-12-12",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4597,
                    "twfy_id": "25693",
                    "party": "conservative",
                    "member": "Mrs Kemi Badenoch",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Five tickets to the Jingle Bell Ball for myself and four members of my family",
                    "value": 1250.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Global Media & Entertainment Ltd",
                    "donor_public_address": "30 Leicester Square, London WC2H 7LA",
                    "donor_status": "Company",
                    "donor_company_name": "Global Media & Entertainment Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "06251684",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14058",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12964,
                    "summary": "Warwickshire County Cricket Club - \u00a31,198.80",
                    "parent_interest_id": "",
                    "registered": "2025-12-09",
                    "published": "2025-12-11",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4603,
                    "twfy_id": "25666",
                    "party": "labourco-operative",
                    "member": "Preet Kaur Gill",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets including hospitality and entry to chair's lounge, to watch India v England for myself and my guest",
                    "value": 1198.8,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Warwickshire County Cricket Club",
                    "donor_public_address": "Edgbaston Stadium, Birmingham B5\u00a07QU",
                    "donor_status": "Company",
                    "donor_company_name": "Warwickshire County Cricket Club",
                    "donor_company_url": "",
                    "donor_company_identifier": "IP27221R",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12964",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14127,
                    "summary": "ITV STUDIOS LIMITED - \u00a3855.40",
                    "parent_interest_id": "",
                    "registered": "2025-12-11",
                    "published": "2025-12-11",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5102,
                    "twfy_id": "26379",
                    "party": "green",
                    "member": "Carla Denyer",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Travel, accommodation and hospitality associated with appearances on Christmas University Challenge",
                    "value": 855.4,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "ITV STUDIOS LIMITED",
                    "donor_public_address": "ITV White City, 201 Wood Lane, London W12 7RU",
                    "donor_status": "Company",
                    "donor_company_name": "ITV STUDIOS LIMITED",
                    "donor_company_url": "",
                    "donor_company_identifier": "3106525",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14127",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14119,
                    "summary": "Bread Ahead - \u00a31,930.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-10",
                    "published": "2025-12-10",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4368,
                    "twfy_id": "25326",
                    "party": "labour",
                    "member": "Neil Coyle",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Team building class for 8 people and 300 mincepies",
                    "value": 1930.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Bread Ahead",
                    "donor_public_address": "Borough Market, Cathedral Street, London SE1 9DE",
                    "donor_status": "Company",
                    "donor_company_name": "Bread Ahead",
                    "donor_company_url": "",
                    "donor_company_identifier": "08212925",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14119",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14078,
                    "summary": "Compass - Together for a Good Society Ltd - \u00a3254.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-05",
                    "published": "2025-12-05",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "party": "labour",
                    "member": "Clive Lewis",
                    "appg": "",
                    "payment_type": "Monetary",
                    "payment_description": "Reimbursement for accommodation paid for as part of attendance at a meeting (exact)",
                    "value": 254.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Compass - Together for a Good Society Ltd",
                    "donor_public_address": "10 Salamanca Place, London SE1 7HB",
                    "donor_status": "Company",
                    "donor_company_name": "Compass - Together for a Good Society Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "05391145",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14078",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14077,
                    "summary": "Ceramics UK - \u00a3438.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-04",
                    "published": "2025-12-05",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5149,
                    "twfy_id": "26449",
                    "party": "labour",
                    "member": "Amanda Hack",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Invitation to the Brick Awards, with dinner",
                    "value": 438.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Ceramics UK",
                    "donor_public_address": "Commerce House, Festival Park, Stoke-on-Trent, Staffordshire ST1 5BE",
                    "donor_status": "Company",
                    "donor_company_name": "Ceramics UK",
                    "donor_company_url": "",
                    "donor_company_identifier": "12322814",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14077",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14072,
                    "summary": "Mentorn Media - \u00a3295.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-04",
                    "published": "2025-12-05",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4797,
                    "twfy_id": "25801",
                    "party": "labourco-operative",
                    "member": "James Murray",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Travel in relation to an appearance on BBC Question Time for me and a member of staff",
                    "value": 295.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Mentorn Media",
                    "donor_public_address": "Tinopolis Centre, Park Street, Llanelli, Carmarthenshire SA15 3YE",
                    "donor_status": "Company",
                    "donor_company_name": "Mentorn Media",
                    "donor_company_url": "",
                    "donor_company_identifier": "02329345",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14072",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14065,
                    "summary": "Agricultural Engineers Association - \u00a3540.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-03",
                    "published": "2025-12-04",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4399,
                    "twfy_id": "25424",
                    "party": "conservative",
                    "member": "Victoria Atkins",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Ticket including hospitality for the Agricultural Engineers\nAssociation 150th Anniversary Celebration at which I gave a speech",
                    "value": 540.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Agricultural Engineers Association",
                    "donor_public_address": "Samuelson House, 62 Forder Way, Hampton, Peterborough PE7 8JB",
                    "donor_status": "Other",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "Not-for-profit organisation",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14065",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14068,
                    "summary": "Nottingham Forest Football Club Limited - \u00a3640.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-04",
                    "published": "2025-12-04",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5047,
                    "twfy_id": "26329",
                    "party": "labour",
                    "member": "James Naish",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "A ticket to the Nottingham Forrest vs Malm\u00f6 football match, with hospitality",
                    "value": 640.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Nottingham Forest Football Club Limited",
                    "donor_public_address": "The City Ground, Pavilion Road, West Bridgford, Nottingham, NG2 5FJ",
                    "donor_status": "Company",
                    "donor_company_name": "Nottingham Forest Football Club Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "01630402",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14068",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14009,
                    "summary": "National Theatre - \u00a3138.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-04",
                    "published": "2025-12-04",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4780,
                    "twfy_id": "25851",
                    "party": "conservative",
                    "member": "Laura Trott",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets for a performance of Hamlet",
                    "value": 138.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "National Theatre",
                    "donor_public_address": "Upper Ground. South Bank, London SE1 9PX",
                    "donor_status": "Company",
                    "donor_company_name": "National Theatre",
                    "donor_company_url": "",
                    "donor_company_identifier": "749504",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14009",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14062,
                    "summary": "Portsmouth Community Football Club - \u00a3375.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-03",
                    "published": "2025-12-03",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5294,
                    "twfy_id": "26430",
                    "party": "labour",
                    "member": "Amanda Martin",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Match tickets and hospitality",
                    "value": 375.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Portsmouth Community Football Club",
                    "donor_public_address": "Frogmore Road, Portsmouth, Hampshire PO4 8RA",
                    "donor_status": "Company",
                    "donor_company_name": "Portsmouth Community Football Club",
                    "donor_company_url": "",
                    "donor_company_identifier": "07940335",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14062",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14052,
                    "summary": "The FA Group - \u00a3358.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-03",
                    "published": "2025-12-03",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5286,
                    "twfy_id": "26497",
                    "party": "liberal-democrat",
                    "member": "Anna Sabine",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets plus hospitality for women's football match, England v China",
                    "value": 358.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "The FA Group",
                    "donor_public_address": "Wembley Stadium, PO Box 1966, London SWIP 9EQ",
                    "donor_status": "Company",
                    "donor_company_name": "The FA Group",
                    "donor_company_url": "",
                    "donor_company_identifier": "00077797",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14052",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14059,
                    "summary": "Miriam Grabiner - \u00a31,300.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-03",
                    "published": "2025-12-03",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5204,
                    "twfy_id": "26438",
                    "party": "labour",
                    "member": "Sarah Sackman",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Catering for an event",
                    "value": 1300.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Miriam Grabiner",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14059",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14024,
                    "summary": "Armed Forces Parliamentary Scheme - \u00a3170.60",
                    "parent_interest_id": "",
                    "registered": "2025-12-01",
                    "published": "2025-12-01",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5355,
                    "twfy_id": "26635",
                    "party": "conservative",
                    "member": "Sarah Bool",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Armed Forces Parliamentary Trust Sponsors\u2019 Dinner",
                    "value": 170.6,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Armed Forces Parliamentary Scheme",
                    "donor_public_address": "House of Commons, London, SW1A 0AA",
                    "donor_status": "Other",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "Charity Commission number 1159312",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14024",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14026,
                    "summary": "Armed Forces Parliamentary Trust - \u00a376.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-01",
                    "published": "2025-12-01",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5355,
                    "twfy_id": "26635",
                    "party": "conservative",
                    "member": "Sarah Bool",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "End of Armed Forces Parliamentary Scheme Dinner",
                    "value": 76.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Armed Forces Parliamentary Trust",
                    "donor_public_address": "House of Commons, London SW1A 0AA",
                    "donor_status": "Other",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "Charity Commission number 1159312",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14026",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14033,
                    "summary": "Nottingham Forest Football Club Limited - \u00a3750.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-01",
                    "published": "2025-12-01",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4743,
                    "twfy_id": "25894",
                    "party": "reform",
                    "member": "Lee Anderson",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "One match ticket with hospitality to attend the Nottingham Forest V Malmo UEFA Europa League",
                    "value": 750.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Nottingham Forest Football Club Limited",
                    "donor_public_address": "The City Ground, Pavilion Road, West Bridgford NG2 5FJ",
                    "donor_status": "Company",
                    "donor_company_name": "Nottingham Forest Football Club Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "1630402",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14033",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14027,
                    "summary": "Armed Forces Parliamentary Trust - \u00a3123.20",
                    "parent_interest_id": "",
                    "registered": "2025-12-01",
                    "published": "2025-12-01",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5355,
                    "twfy_id": "26635",
                    "party": "conservative",
                    "member": "Sarah Bool",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "AFPS Graduation Dinner, Royal Air Force Club",
                    "value": 123.2,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Armed Forces Parliamentary Trust",
                    "donor_public_address": "House of Commons, London SW1A 0AA",
                    "donor_status": "Other",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "Charity Commission number 1159312",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14027",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14017,
                    "summary": "Jaguar Land Rover Limited - \u00a3355.00",
                    "parent_interest_id": "",
                    "registered": "2025-12-01",
                    "published": "2025-12-01",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4818,
                    "twfy_id": "25847",
                    "party": "conservative",
                    "member": "Saqib Bhatti",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Ticket to attend the Society of Motor Manufacturers and Traders (SMMT) Annual Dinner as a guest of Jaguar Land Rover (JLR)",
                    "value": 355.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Jaguar Land Rover Limited",
                    "donor_public_address": "Abbey Road, Whitley, Coventry CV3 4LF",
                    "donor_status": "Company",
                    "donor_company_name": "Jaguar Land Rover Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "01672070",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14017",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14013,
                    "summary": "Armed Forces Parliamentary Trust - \u00a365.62",
                    "parent_interest_id": "",
                    "registered": "2025-12-01",
                    "published": "2025-12-01",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5355,
                    "twfy_id": "26635",
                    "party": "conservative",
                    "member": "Sarah Bool",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Admiralty House Alumni Reception",
                    "value": 65.62,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Armed Forces Parliamentary Trust",
                    "donor_public_address": "House of Commons, London SW1A 0AA",
                    "donor_status": "Other",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "Charity Commission number 1159312",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14013",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13999,
                    "summary": "Nottingham Forest Football Club - \u00a3250.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-28",
                    "published": "2025-11-28",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4641,
                    "twfy_id": "25687",
                    "party": "labourco-operative",
                    "member": "Alex Norris",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Ticket and hospitality to Nottingham Forest vs. Brighton fixture at the City Ground",
                    "value": 250.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Nottingham Forest Football Club",
                    "donor_public_address": "The City Ground, Pavilion Road, Nottingham NG2 5FJ",
                    "donor_status": "Company",
                    "donor_company_name": "Nottingham Forest Football Club",
                    "donor_company_url": "",
                    "donor_company_identifier": "1630402",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13999",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 14000,
                    "summary": "Nottingham Forest Football Club - \u00a3250.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-28",
                    "published": "2025-11-28",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4641,
                    "twfy_id": "25687",
                    "party": "labourco-operative",
                    "member": "Alex Norris",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Ticket and hospitality for Nottingham Forest vs Manchester United",
                    "value": 250.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Nottingham Forest Football Club",
                    "donor_public_address": "The City Ground, Pavilion Road, Nottingham NG2 5FJ",
                    "donor_status": "Company",
                    "donor_company_name": "Nottingham Forest Football Club",
                    "donor_company_url": "",
                    "donor_company_identifier": "1630402",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/14000",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13989,
                    "summary": "Agratas Limited - \u00a3430.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-27",
                    "published": "2025-11-28",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5101,
                    "twfy_id": "26370",
                    "party": "conservative",
                    "member": "Sir Ashley Fox",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Ticket to the SMMT annual dinner at the Grosvenor House Hotel, London, as a guest of Agratas",
                    "value": 430.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Agratas Limited",
                    "donor_public_address": "18 Grosvenor Place, London SW1X 7HS",
                    "donor_status": "Company",
                    "donor_company_name": "Agratas Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "15069959",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13989",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13990,
                    "summary": "Scottish Rugby Limited - \u00a3798.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-27",
                    "published": "2025-11-28",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4634,
                    "twfy_id": "25675",
                    "party": "liberal-democrat",
                    "member": "Christine Jardine",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets and hospitality for the Scotland v New Zealand game as part of the Autumn International series",
                    "value": 798.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Scottish Rugby Limited",
                    "donor_public_address": "Murrayfield, Edinburgh EH12 5PJ",
                    "donor_status": "Company",
                    "donor_company_name": "Scottish Rugby Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "SC132061",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13990",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13987,
                    "summary": "Compass - Together for a Good Society Ltd - \u00a37.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-27",
                    "published": "2025-11-28",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "party": "labour",
                    "member": "Clive Lewis",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Ticket provided as part of a speaking engagement, delivering the Robin Cook Memorial Lecture",
                    "value": 7.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Compass - Together for a Good Society Ltd",
                    "donor_public_address": "10 Salamanca Place, London SE1 7HB",
                    "donor_status": "Company",
                    "donor_company_name": "Compass - Together for a Good Society Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "05391145",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13987",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13988,
                    "summary": "Compass - Together for a Good Society Ltd - \u00a3294.88",
                    "parent_interest_id": "",
                    "registered": "2025-11-27",
                    "published": "2025-11-28",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "party": "labour",
                    "member": "Clive Lewis",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Travel and refreshments provided as part of attendance at a meeting (approximate)",
                    "value": 294.88,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Compass - Together for a Good Society Ltd",
                    "donor_public_address": "10 Salamanca Place, SE1 7HB",
                    "donor_status": "Company",
                    "donor_company_name": "Compass - Together for a Good Society Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "05391145",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13988",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13977,
                    "summary": "Burghley House Preservation Trust Ltd - \u00a3561.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-26",
                    "published": "2025-11-27",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5308,
                    "twfy_id": "26558",
                    "party": "labour",
                    "member": "Sam Carling",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two sets of tickets (one for me and one for a member of my staff) to attend a formal lunch and show jumping event at the 2025 Burghley House Trials in my constituency",
                    "value": 561.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Burghley House Preservation Trust Ltd",
                    "donor_public_address": "Burghley Estate Office, 61 St. Martins, Stamford, Lincolnshire PE9 2LQ",
                    "donor_status": "Trust",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "Company Number 00951524",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13977",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13972,
                    "summary": "Ipswich Town Football Club Company Limited - \u00a3540.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-26",
                    "published": "2025-11-26",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5131,
                    "twfy_id": "26385",
                    "party": "labourco-operative",
                    "member": "Jack Abbott",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "One ticket to the Ipswich Town F.C. vs Watford F.C. Championship fixture",
                    "value": 540.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Ipswich Town Football Club Company Limited",
                    "donor_public_address": "Portman Road, Ipswich IP1 2DA",
                    "donor_status": "Company",
                    "donor_company_name": "Ipswich Town Football Club Company Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "00315421",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13972",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13945,
                    "summary": "Great Britain China Centre - \u00a31,100.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-24",
                    "published": "2025-11-26",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4805,
                    "twfy_id": "25906",
                    "party": "conservative",
                    "member": "Alicia Kearns",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Overnight hotel accommodation and all food, for a member of my staff to attend the two day Great Britian-China Centre Future Leaders Programme (London)",
                    "value": 1100.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Great Britain China Centre",
                    "donor_public_address": "4th Floor, 42-44 Bishopsgate, London EC2N 4AH",
                    "donor_status": "Other",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "Executive non-departmental public body of the Foreign, Commonwealth and Development Office",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13945",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13978,
                    "summary": "Burghley House Preservation Trust Ltd - \u00a327.50",
                    "parent_interest_id": "",
                    "registered": "2025-11-26",
                    "published": "2025-11-26",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5308,
                    "twfy_id": "26558",
                    "party": "labour",
                    "member": "Sam Carling",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Cost of an informal lunch for me and a member of my staff as part of a visit to discuss the work of the Burghley House Preservation Trust",
                    "value": 27.5,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Burghley House Preservation Trust Ltd",
                    "donor_public_address": "Burghley Estate Office, 61 St. Martins, Stamford, Lincolnshire PE9 2LQ",
                    "donor_status": "Trust",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "Company Number 00951524",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13978",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13949,
                    "summary": "Great Britain China Centre - \u00a31,100.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-24",
                    "published": "2025-11-25",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5240,
                    "twfy_id": "26610",
                    "party": "labour",
                    "member": "Melanie Ward",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Cost of a two-day non-residential course in London attended by a member of staff (Great Britain China Centre is a non-departmental body of the Foreign, Commonwealth and Development Office)",
                    "value": 1100.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Great Britain China Centre",
                    "donor_public_address": "Kings Buildings, Smith Square, London SW1P 3HQ",
                    "donor_status": "Company",
                    "donor_company_name": "Great Britain China Centre",
                    "donor_company_url": "",
                    "donor_company_identifier": "01196043",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13949",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13960,
                    "summary": "Armed Forces APPG - \u00a360.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-25",
                    "published": "2025-11-25",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5347,
                    "twfy_id": "26628",
                    "party": "conservative",
                    "member": "David Reed",
                    "appg": "Armed Forces APPG",
                    "payment_type": "In kind",
                    "payment_description": "Briefing dinner with Director Strategy Cyber and Specialist Operations Command",
                    "value": 60.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Armed Forces APPG",
                    "donor_public_address": "Houses of Parliament, St Margaret St, London SW1A 0AA",
                    "donor_status": "Other",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "Armed Forces APPG",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13960",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13958,
                    "summary": "Armed Forces APPG - \u00a360.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-25",
                    "published": "2025-11-25",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5347,
                    "twfy_id": "26628",
                    "party": "conservative",
                    "member": "David Reed",
                    "appg": "Armed Forces APPG",
                    "payment_type": "In kind",
                    "payment_description": "Briefing dinner with the First Sea Lord and Chief of Naval Staff",
                    "value": 60.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Armed Forces APPG",
                    "donor_public_address": "Houses of Parliament, St Margaret St, London SW1A 0AA",
                    "donor_status": "Other",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13958",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13947,
                    "summary": "UK Finance - \u00a3474.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-24",
                    "published": "2025-11-25",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5106,
                    "twfy_id": "26442",
                    "party": "labour",
                    "member": "David Burton-Sampson",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Invitation to the UK Finance Annual Dinner 2025 in my capacity as Chair of the APPG for Open Banking and Payments",
                    "value": 474.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "UK Finance",
                    "donor_public_address": "5th Floor, 1 Angel Court, London EC2R 7HJ",
                    "donor_status": "Company",
                    "donor_company_name": "UK Finance",
                    "donor_company_url": "",
                    "donor_company_identifier": "10250295",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13947",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13950,
                    "summary": "Edinburgh Book Festival - \u00a3373.50",
                    "parent_interest_id": "",
                    "registered": "2025-11-24",
                    "published": "2025-11-25",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5267,
                    "twfy_id": "26600",
                    "party": "labour",
                    "member": "Yuan Yang",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Train travel to and from Edinburgh Festival covered by the festival as a reimbursement",
                    "value": 373.5,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Edinburgh Book Festival",
                    "donor_public_address": "121 George Street, Edinburgh EH2 4YN",
                    "donor_status": "Company",
                    "donor_company_name": "Edinburgh Book Festival",
                    "donor_company_url": "",
                    "donor_company_identifier": "SC079939",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13950",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13957,
                    "summary": "Armed Forces APPG - \u00a360.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-25",
                    "published": "2025-11-25",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5347,
                    "twfy_id": "26628",
                    "party": "conservative",
                    "member": "David Reed",
                    "appg": "Armed Forces APPG",
                    "payment_type": "In kind",
                    "payment_description": "Briefing dinner with the Chief of the Air Staff",
                    "value": 60.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Armed Forces APPG",
                    "donor_public_address": "Houses of Parliament, St Margaret St, London SW1A 0AA",
                    "donor_status": "Other",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13957",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13959,
                    "summary": "Armed Forces APPG - \u00a360.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-25",
                    "published": "2025-11-25",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5347,
                    "twfy_id": "26628",
                    "party": "conservative",
                    "member": "David Reed",
                    "appg": "Armed Forces APPG",
                    "payment_type": "In kind",
                    "payment_description": "Briefing dinner with the Commander of Strategic Command",
                    "value": 60.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Armed Forces APPG",
                    "donor_public_address": "Houses of Parliament, St Margaret St, London SW1A 0AA",
                    "donor_status": "Other",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13959",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13961,
                    "summary": "Armed Forces APPG - \u00a360.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-25",
                    "published": "2025-11-25",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5347,
                    "twfy_id": "26628",
                    "party": "conservative",
                    "member": "David Reed",
                    "appg": "Armed Forces APPG",
                    "payment_type": "In kind",
                    "payment_description": "Briefing dinner with the Assistant Chief of the Air Staff",
                    "value": 60.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Armed Forces APPG",
                    "donor_public_address": "Houses of Parliament, St Margaret St, London SW1A 0AA",
                    "donor_status": "Other",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13961",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13956,
                    "summary": "Armed Forces APPG - \u00a325.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-25",
                    "published": "2025-11-25",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5347,
                    "twfy_id": "26628",
                    "party": "conservative",
                    "member": "David Reed",
                    "appg": "Armed Forces APPG",
                    "payment_type": "In kind",
                    "payment_description": "Standing reception with the Chief of the Defence Staff",
                    "value": 25.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Armed Forces APPG",
                    "donor_public_address": "Houses of Parliament, St Margaret St, London SW1A 0AA",
                    "donor_status": "Other",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13956",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13944,
                    "summary": "Rugby Football Union - \u00a3369.60",
                    "parent_interest_id": "",
                    "registered": "2025-11-24",
                    "published": "2025-11-24",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4623,
                    "twfy_id": "25634",
                    "party": "labour",
                    "member": "Tonia Antoniazzi",
                    "appg": "All Party Parliamentary Commons and Lords Rugby Union Football Club",
                    "payment_type": "In kind",
                    "payment_description": "Rugby ticket England v New Zealand and hospitality",
                    "value": 369.6,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Rugby Football Union",
                    "donor_public_address": "Rugby House,\nTwickenham Stadium, \n200 Whitton Road,\nTwickenham \nTW2 7BA",
                    "donor_status": "Company",
                    "donor_company_name": "Rugby Football Union",
                    "donor_company_url": "",
                    "donor_company_identifier": "IP27981R",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13944",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13935,
                    "summary": "SME4LABOUR LTD - \u00a3300.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-21",
                    "published": "2025-11-21",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5316,
                    "twfy_id": "26630",
                    "party": "labour",
                    "member": "Mike Reader",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Accepted ticket to attend SME4Labour Gala & Excellence Awards",
                    "value": 300.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "SME4LABOUR LTD",
                    "donor_public_address": "Flat 80 County Hall North Block, 5 Chicheley Street, London SE1 7PN",
                    "donor_status": "Company",
                    "donor_company_name": "SME4LABOUR LTD",
                    "donor_company_url": "",
                    "donor_company_identifier": "10685562",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13935",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13933,
                    "summary": "Mace Consult Limited - \u00a390.72",
                    "parent_interest_id": "",
                    "registered": "2025-11-20",
                    "published": "2025-11-20",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5316,
                    "twfy_id": "26630",
                    "party": "labour",
                    "member": "Mike Reader",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "October 2025 costs of legal services arranged and paid for by Mace Consult Limited, instructing Pinsent Masons LLP to act on their behalf in employment tribunal case",
                    "value": 90.72,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Mace Consult Limited",
                    "donor_public_address": "155 Moorgate, London EC2M 6XB",
                    "donor_status": "Company",
                    "donor_company_name": "Mace Consult Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "07094851",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13933",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13924,
                    "summary": "GMB Trade Union - \u00a3450.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-19",
                    "published": "2025-11-19",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5159,
                    "twfy_id": "26473",
                    "party": "labour",
                    "member": "Mr Connor Rand",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "One night of accommodation at Labour Party Conference",
                    "value": 450.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "GMB Trade Union",
                    "donor_public_address": "Mary Turner House, 22 Stephenson Way, London NW1 2HD",
                    "donor_status": "Trade Union",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13924",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13902,
                    "summary": "Rugby Football Union - \u00a3329.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-18",
                    "published": "2025-11-18",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5065,
                    "twfy_id": "26478",
                    "party": "labour",
                    "member": "Rachel Taylor",
                    "appg": "Sport and Physical Activity",
                    "payment_type": "In kind",
                    "payment_description": "One ticket and lunch at the England v New Zealand match on 15 November 2025",
                    "value": 329.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Rugby Football Union",
                    "donor_public_address": "Rugby House, Allianz Stadium, 200 Whitton Road, Twickenham TW2 7BA",
                    "donor_status": "Company",
                    "donor_company_name": "Rugby Football Union",
                    "donor_company_url": "",
                    "donor_company_identifier": "IP27981R",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13902",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13906,
                    "summary": "The Football Association Premier League Ltd - \u00a3500.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-18",
                    "published": "2025-11-18",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4407,
                    "twfy_id": "25381",
                    "party": "conservative",
                    "member": "Nigel Huddleston",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Tickets and hospitality for two people to watch England v Serbia game",
                    "value": 500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "The Football Association Premier League Ltd",
                    "donor_public_address": "Wembley Stadium, PO Box 1966, London SW1P 9EQ",
                    "donor_status": "Company",
                    "donor_company_name": "The Football Association Premier League Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "02719699",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13906",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13897,
                    "summary": "NFU - \u00a3111.42",
                    "parent_interest_id": "",
                    "registered": "2025-11-17",
                    "published": "2025-11-17",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5352,
                    "twfy_id": "26603",
                    "party": "liberal-democrat",
                    "member": "Dr Roz Savage",
                    "appg": "",
                    "payment_type": "Monetary",
                    "payment_description": "Travel expenses for NFU Fellowship visits as part as my portfolio with farmers",
                    "value": 111.42,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "NFU",
                    "donor_public_address": "Agriculture House, Stoneleigh Park, Stoneleigh, Warwickshire CV8 2TZ",
                    "donor_status": "Trade Union",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13897",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13896,
                    "summary": "NFU - \u00a341.63",
                    "parent_interest_id": "",
                    "registered": "2025-11-17",
                    "published": "2025-11-17",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5352,
                    "twfy_id": "26603",
                    "party": "liberal-democrat",
                    "member": "Dr Roz Savage",
                    "appg": "",
                    "payment_type": "Monetary",
                    "payment_description": "Travel expenses for NFU Fellowship visits as part as my portfolio with farmers",
                    "value": 41.63,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "NFU",
                    "donor_public_address": "Agriculture House, Stoneleigh Park, Stoneleigh, Warwickshire CV8 2TZ",
                    "donor_status": "Trade Union",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13896",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13901,
                    "summary": "Anthony Trevor Langham - \u00a3390.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-17",
                    "published": "2025-11-17",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5160,
                    "twfy_id": "26472",
                    "party": "labour",
                    "member": "Jenny Riddell-Carpenter",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "two tickets with hospitality for Ascot races for Jenny Riddell-Carpenter. Each ticket value \u00a3195",
                    "value": 390.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Anthony Trevor Langham",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13901",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13898,
                    "summary": "NFU - \u00a392.12",
                    "parent_interest_id": "",
                    "registered": "2025-11-17",
                    "published": "2025-11-17",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5352,
                    "twfy_id": "26603",
                    "party": "liberal-democrat",
                    "member": "Dr Roz Savage",
                    "appg": "",
                    "payment_type": "Monetary",
                    "payment_description": "Travel expenses for NFU Fellowship visits as part as my portfolio with farmers",
                    "value": 92.12,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "NFU",
                    "donor_public_address": "Agriculture House, Stoneleigh Park, Stoneleigh, Warwickshire CV8 2TZ",
                    "donor_status": "Trade Union",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13898",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13888,
                    "summary": "ITV Breakfast Broadcasting Ltd - \u00a3101.84",
                    "parent_interest_id": "",
                    "registered": "2025-11-17",
                    "published": "2025-11-17",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5050,
                    "twfy_id": "26316",
                    "party": "conservative",
                    "member": "Lewis Cocking",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Taxi travel provided to and from studios - to go on Good Morning Britain",
                    "value": 101.84,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "ITV Breakfast Broadcasting Ltd",
                    "donor_public_address": "Itv White City, 201 Wood Lane, London W12 7RU",
                    "donor_status": "Company",
                    "donor_company_name": "ITV Breakfast Broadcasting Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "07698963",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13888",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13895,
                    "summary": "National Farmers' Union - \u00a370.21",
                    "parent_interest_id": "",
                    "registered": "2025-11-17",
                    "published": "2025-11-17",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5352,
                    "twfy_id": "26603",
                    "party": "liberal-democrat",
                    "member": "Dr Roz Savage",
                    "appg": "",
                    "payment_type": "Monetary",
                    "payment_description": "Travel expenses for NFU Fellowship visits as part as my portfolio with farmers",
                    "value": 70.21,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "National Farmers' Union",
                    "donor_public_address": "Agriculture House, Stoneleigh Park, Stoneleigh, Warwickshire CV8 2TZ",
                    "donor_status": "Unincorporated association",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13895",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13872,
                    "summary": "First Trenitalia West Coast Rail Limited, trading as Avanti West Coast - \u00a3388.80",
                    "parent_interest_id": "",
                    "registered": "2025-11-13",
                    "published": "2025-11-14",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4521,
                    "twfy_id": "25302",
                    "party": "plaid-cymru",
                    "member": "Liz Saville Roberts",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Single first class train ticket including complimentary catering facilities (\u00a3194.40) for me and a member of staff travelling between Bangor (Gwynedd) and London Euston. Rail journey included travelling within the driver cab with an Avanti representative to experience and learn about what impacts rail timetable reliability, and the factors causing train cancellations",
                    "value": 388.8,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "First Trenitalia West Coast Rail Limited, trading as Avanti West Coast",
                    "donor_public_address": "8th Floor, The Point, 37 North Wharf Road London W2 1AF",
                    "donor_status": "Company",
                    "donor_company_name": "First Trenitalia West Coast Rail Limited, trading as Avanti West Coast",
                    "donor_company_url": "",
                    "donor_company_identifier": "10349442",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13872",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13876,
                    "summary": "UK Hospitality Industries - \u00a3307.80",
                    "parent_interest_id": "",
                    "registered": "2025-11-14",
                    "published": "2025-11-14",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4804,
                    "twfy_id": "25920",
                    "party": "conservative",
                    "member": "Mr Gagan Mohindra",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Invite to the Restaurant Association Gala Dinner and Awards",
                    "value": 307.8,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "UK Hospitality Industries",
                    "donor_public_address": "10 Bloomsbury Way\nLondon\nWC1A 2SL",
                    "donor_status": "Company",
                    "donor_company_name": "UK Hospitality Industries",
                    "donor_company_url": "",
                    "donor_company_identifier": "11114077",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13876",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13879,
                    "summary": "BBC - \u00a3328.30",
                    "parent_interest_id": "",
                    "registered": "2025-11-14",
                    "published": "2025-11-14",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4797,
                    "twfy_id": "25801",
                    "party": "labourco-operative",
                    "member": "James Murray",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Travel in relation to an appearance on BBC Any Questions for me and a member of staff (value is estimated)",
                    "value": 328.3,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "BBC",
                    "donor_public_address": "Broadcasting House, Portland Place, London W1A 1AA",
                    "donor_status": "Company",
                    "donor_company_name": "BBC",
                    "donor_company_url": "",
                    "donor_company_identifier": "RC000057",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13879",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13877,
                    "summary": "UK Hospitality Industries - \u00a3307.80",
                    "parent_interest_id": "",
                    "registered": "2025-11-14",
                    "published": "2025-11-14",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4623,
                    "twfy_id": "25634",
                    "party": "labour",
                    "member": "Tonia Antoniazzi",
                    "appg": "All-Party Parliamentary Beer Group",
                    "payment_type": "In kind",
                    "payment_description": "The Restaurant Association Gala Dinner and Awards",
                    "value": 307.8,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "UK Hospitality Industries",
                    "donor_public_address": "6th Floor 10 Bloomsbury Way, London, England, WC1A 2SL",
                    "donor_status": "Company",
                    "donor_company_name": "UK Hospitality Industries",
                    "donor_company_url": "",
                    "donor_company_identifier": "11114077",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13877",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13788,
                    "summary": "Show Racism The Red Card - \u00a3720.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-14",
                    "published": "2025-11-14",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4119,
                    "twfy_id": "24929",
                    "party": "labourco-operative",
                    "member": "Jonathan Reynolds",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Tickets and hospitality for me and a guest at Show Racism The Red Card's 'Wear Red Day' at the Stadium of Light, Sunderland, to watch Sunderland v Wolves. The approximate value of this ticket is \u00a3360 per person. I made a donation of \u00a3360 to the charity to cover the cost of my ticket",
                    "value": 720.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Show Racism The Red Card",
                    "donor_public_address": "Linskill Centre, Linskill Terrace, North Shields, Tyne & Wear, NE30 2AY",
                    "donor_status": "Other",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "Charity",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13788",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13854,
                    "summary": "RTC Education Ltd - \u00a3833.33",
                    "parent_interest_id": "",
                    "registered": "2025-11-12",
                    "published": "2025-11-13",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5241,
                    "twfy_id": "26553",
                    "party": "conservative",
                    "member": "Aphra Brandreth",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "A ticket to the 100th Birthday Celebration Event to mark Margaret Thatcher's 100th Birthday at Guildhall, London",
                    "value": 833.33,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "RTC Education Ltd",
                    "donor_public_address": "Carmine Court, 202 Imperial Drive, Harrow, Middlesex, England, HA2 7HG",
                    "donor_status": "Company",
                    "donor_company_name": "RTC Education Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "04422774",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13854",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13860,
                    "summary": "Marriott Harrison LLP - \u00a35,135.40",
                    "parent_interest_id": "",
                    "registered": "2025-11-12",
                    "published": "2025-11-13",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "party": "liberal-democrat",
                    "member": "Charlie Maynard",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Pro bono legal services",
                    "value": 5135.4,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Marriott Harrison LLP",
                    "donor_public_address": "80 Cheapside, London EC2V 6EE",
                    "donor_status": "Company",
                    "donor_company_name": "Marriott Harrison LLP",
                    "donor_company_url": "",
                    "donor_company_identifier": "OC372774",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13860",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13844,
                    "summary": "RTC Education Ltd - \u00a380.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-12",
                    "published": "2025-11-13",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5241,
                    "twfy_id": "26553",
                    "party": "conservative",
                    "member": "Aphra Brandreth",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Dinner at the Carlton Club",
                    "value": 80.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "RTC Education Ltd",
                    "donor_public_address": "Carmine Court, 202 Imperial Drive, Harrow, Middlesex HA2 7HG",
                    "donor_status": "Company",
                    "donor_company_name": "RTC Education Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "04422774",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13844",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13841,
                    "summary": "Knights Tailoring Ltd - \u00a3624.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-12",
                    "published": "2025-11-12",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5354,
                    "twfy_id": "26532",
                    "party": "liberal-democrat",
                    "member": "Cameron Thomas",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets to the RWHA Annual Banquet for myself and a guest. Tickets include a meal & hospitality",
                    "value": 624.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Knights Tailoring Ltd",
                    "donor_public_address": "1 Brassey Road, Old Potts Way, Shrewsbury, Shropshire.  SY3 7FA",
                    "donor_status": "Company",
                    "donor_company_name": "Knights Tailoring Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "07036550",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13841",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13799,
                    "summary": "Wigan Warriors - \u00a3620.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-07",
                    "published": "2025-11-12",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5060,
                    "twfy_id": "26328",
                    "party": "labour",
                    "member": "Josh Simons",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "I originally purchased two regular tickets (\u00a340 each) for myself and a guest.  The club upgraded these tickets, giving access to the VIP box (notional value for two tickets \u00a3700 less \u00a380)",
                    "value": 620.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Wigan Warriors",
                    "donor_public_address": "Loire Drive, Wigan WN5 0UH",
                    "donor_status": "Company",
                    "donor_company_name": "Wigan Warriors",
                    "donor_company_url": "",
                    "donor_company_identifier": "06842878",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13799",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13821,
                    "summary": "Premier League - \u00a31,295.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-11",
                    "published": "2025-11-11",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5149,
                    "twfy_id": "26449",
                    "party": "labour",
                    "member": "Amanda Hack",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Ticket with hospitality to watch Arsenal V Athletico Madrid",
                    "value": 1295.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Premier League",
                    "donor_public_address": "Brunel Building, 57 North Wharf Road, London W2 1HQ",
                    "donor_status": "Company",
                    "donor_company_name": "Premier League",
                    "donor_company_url": "",
                    "donor_company_identifier": "02719699",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13821",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13819,
                    "summary": "KKCG UK Advisory Ltd - \u00a3410.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-11",
                    "published": "2025-11-11",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4107,
                    "twfy_id": "24785",
                    "party": "conservative",
                    "member": "Dame Harriett Baldwin",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets to an opera performance for a family member and me",
                    "value": 410.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "KKCG UK Advisory Ltd",
                    "donor_public_address": "KKCG, 3 Dering Street, London W1S 1AA",
                    "donor_status": "Company",
                    "donor_company_name": "KKCG UK Advisory Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "16075110",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13819",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13823,
                    "summary": "Cristina Caffarra - \u00a3169.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-11",
                    "published": "2025-11-11",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4124,
                    "twfy_id": "24807",
                    "party": "labour",
                    "member": "Dame Chi Onwurah",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Speaker's dinner at a conference in Brussels (value is approximate)",
                    "value": 169.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Cristina Caffarra",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13823",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13824,
                    "summary": "Elizabeth Desmond - \u00a31,641.49",
                    "parent_interest_id": "",
                    "registered": "2025-11-11",
                    "published": "2025-11-11",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5070,
                    "twfy_id": "26556",
                    "party": "liberal-democrat",
                    "member": "Lisa Smart",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Payment for a meal for myself, the donor and eight guests",
                    "value": 1641.49,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Elizabeth Desmond",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13824",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13789,
                    "summary": "Birmingham Hippodrome Theatre - \u00a3204.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-06",
                    "published": "2025-11-07",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4370,
                    "twfy_id": "25364",
                    "party": "labour",
                    "member": "Jess Phillips",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two theatre tickets for my husband and I",
                    "value": 204.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Birmingham Hippodrome Theatre",
                    "donor_public_address": "Hurst Street, Birmingham B5 4TB",
                    "donor_status": "Company",
                    "donor_company_name": "Birmingham Hippodrome Theatre",
                    "donor_company_url": "",
                    "donor_company_identifier": "01446309",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13789",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13790,
                    "summary": "Birmingham Hippodrome Theatre - \u00a3298.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-06",
                    "published": "2025-11-07",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4370,
                    "twfy_id": "25364",
                    "party": "labour",
                    "member": "Jess Phillips",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two theatre tickets for my husband and I for press night",
                    "value": 298.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Birmingham Hippodrome Theatre",
                    "donor_public_address": "Hurst Street, Birmingham B5 4TB",
                    "donor_status": "Company",
                    "donor_company_name": "Birmingham Hippodrome Theatre",
                    "donor_company_url": "",
                    "donor_company_identifier": "01446309",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13790",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13794,
                    "summary": "Newcastle City Council - \u00a3275.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-07",
                    "published": "2025-11-07",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4124,
                    "twfy_id": "24807",
                    "party": "labour",
                    "member": "Dame Chi Onwurah",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Ticket and hospitality for the Mercury Prize held in Newcastle (exact cost provided)",
                    "value": 275.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Newcastle City Council",
                    "donor_public_address": "Civic Centre, Newcastle upon Tyne NE1 8QH",
                    "donor_status": "Other",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "Newcastle City Council",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13794",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13752,
                    "summary": "SRE Hotels (Cliveden) Ltd - \u00a32,498.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-05",
                    "published": "2025-11-06",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4504,
                    "twfy_id": "25320",
                    "party": "labour",
                    "member": "Wes Streeting",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Attendance for me and my partner at Cliveden Book Festival where I spoke at an event including accommodation and meals",
                    "value": 2498.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "SRE Hotels (Cliveden) Ltd",
                    "donor_public_address": "8th Floor, South Block, 55 Baker Street, London W1U 8EW",
                    "donor_status": "Company",
                    "donor_company_name": "SRE Hotels (Cliveden) Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "07844715",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13752",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13748,
                    "summary": "The Arsenal Football Club Limited - \u00a31,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-04",
                    "published": "2025-11-05",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4514,
                    "twfy_id": "25353",
                    "party": "labour",
                    "member": "Sir Keir Starmer",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Tickets and hospitality for two people in the Directors' Box (approximate market value \u00a3500 each)",
                    "value": 1000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "The Arsenal Football Club Limited",
                    "donor_public_address": "Arsenal Football Club, Highbury House, 75 Drayton Park, London N5 1BU",
                    "donor_status": "Company",
                    "donor_company_name": "The Arsenal Football Club Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "00109244",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13748",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13740,
                    "summary": "Cliveden Literary Festival - \u00a32,302.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-04",
                    "published": "2025-11-05",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4613,
                    "twfy_id": "25659",
                    "party": "conservative",
                    "member": "Alex Burghart",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two nights stay for me and my wife and two children at the Literary Festival at which I was speaking (includes dinner both nights)",
                    "value": 2302.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Cliveden Literary Festival",
                    "donor_public_address": "SRE Hotels (Cliveden) Ltd\n8th Floor South Block, \n55 Baker Street, \nLondon W1U 8EW",
                    "donor_status": "Company",
                    "donor_company_name": "Cliveden Literary Festival",
                    "donor_company_url": "",
                    "donor_company_identifier": "07844715",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13740",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13750,
                    "summary": "Ticketmaster UK Limited - \u00a3663.90",
                    "parent_interest_id": "",
                    "registered": "2025-11-04",
                    "published": "2025-11-05",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5222,
                    "twfy_id": "26467",
                    "party": "labour",
                    "member": "Tom Rutland",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets to concert and tour of Co-op Live venue, including hospitality (\u00a3169 per ticket \u00a3338 total), one train ticket (\u00a3114.00) and one hotel room (\u00a3211.90)",
                    "value": 663.9,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Ticketmaster UK Limited",
                    "donor_public_address": "30 St. John Street, London EC1M 4AY",
                    "donor_status": "Company",
                    "donor_company_name": "Ticketmaster UK Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "02662632",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13750",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13743,
                    "summary": "Classic FM - \u00a3307.70",
                    "parent_interest_id": "",
                    "registered": "2025-11-04",
                    "published": "2025-11-04",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5255,
                    "twfy_id": "26504",
                    "party": "conservative",
                    "member": "Joe Robertson",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two Classic FM Live Concert tickets and hospitality at the Royal Albert Hall, representing the shadow Culture, Media and Sport team",
                    "value": 307.7,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Classic FM",
                    "donor_public_address": "30 Leicester Square\nLondon\nWC2H 7LA",
                    "donor_status": "Company",
                    "donor_company_name": "Classic FM",
                    "donor_company_url": "",
                    "donor_company_identifier": "02622707",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13743",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13723,
                    "summary": "Ascot Racecourse - \u00a3250.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-03",
                    "published": "2025-11-03",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4932,
                    "twfy_id": "26055",
                    "party": "conservative",
                    "member": "Mr Louie French",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Ticket to Ascot and lunch with representatives of Ascot and British Horseracing as the Shadow Minister for Sport",
                    "value": 250.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Ascot Racecourse",
                    "donor_public_address": "High Street, Ascot SL5 7JX",
                    "donor_status": "Company",
                    "donor_company_name": "Ascot Racecourse",
                    "donor_company_url": "",
                    "donor_company_identifier": "04320977",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13723",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13724,
                    "summary": "Ascot - \u00a3550.00",
                    "parent_interest_id": "",
                    "registered": "2025-11-03",
                    "published": "2025-11-03",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4005,
                    "twfy_id": "24945",
                    "party": "conservative",
                    "member": "Bob Blackman",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "QIPCO British Champions Day invite to Ascot for me and my spouse",
                    "value": 550.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Ascot",
                    "donor_public_address": "High Street, Ascot, Berkshire SL5 7JX",
                    "donor_status": "Company",
                    "donor_company_name": "Ascot",
                    "donor_company_url": "",
                    "donor_company_identifier": "04320977",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13724",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13710,
                    "summary": "Mentorn Media - \u00a3475.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-30",
                    "published": "2025-10-31",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4797,
                    "twfy_id": "25801",
                    "party": "labourco-operative",
                    "member": "James Murray",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Travel in relation to an appearance on BBC Question Time for me and a member of staff",
                    "value": 475.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Mentorn Media",
                    "donor_public_address": "Tinopolis Centre, Park Street, Llanelli, Carmarthenshire SA15 3YE",
                    "donor_status": "Company",
                    "donor_company_name": "Mentorn Media",
                    "donor_company_url": "",
                    "donor_company_identifier": "02329345",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13710",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13618,
                    "summary": "Channel 4 Television Company Limited - \u00a3468.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-28",
                    "published": "2025-10-28",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4716,
                    "twfy_id": "25746",
                    "party": "labour",
                    "member": "Ruth Jones",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets to the BAFTA Cymru Awards ceremony, including dinner",
                    "value": 468.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Channel 4 Television Company Limited",
                    "donor_public_address": "124 Horseferry Road, London SW1P 2TX",
                    "donor_status": "Company",
                    "donor_company_name": "Channel 4 Television Company Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "01533774",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13618",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13651,
                    "summary": "Deep Shah - \u00a32,556.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-28",
                    "published": "2025-10-28",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "party": "conservative",
                    "member": "Sir Oliver Dowden",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Four tickets with hospitality for the Denver Broncos v New York Jets at Tottenham Hotspur Stadium",
                    "value": 2556.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Deep Shah",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13651",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13644,
                    "summary": "Conservative Friends of Israel Ltd - \u00a3745.95",
                    "parent_interest_id": "",
                    "registered": "2025-10-28",
                    "published": "2025-10-28",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "party": "reform",
                    "member": "Suella Braverman",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Return train ticket to Manchester (\u00a3114), one night's hotel stay (\u00a3311), dinner(\u00a334.95) and conference pass (valued at \u00a3250) to attend the Conservative Party Conference and speak at the Conservative Friends of Israel conference event",
                    "value": 745.95,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Conservative Friends of Israel Ltd",
                    "donor_public_address": "325-327 Oldfield Lane North, Greenford, Middlesex UB6 0FX",
                    "donor_status": "Company",
                    "donor_company_name": "Conservative Friends of Israel Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "08114952",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13644",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13647,
                    "summary": "Edwin DeSilva - \u00a3495.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-28",
                    "published": "2025-10-28",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5001,
                    "twfy_id": "26277",
                    "party": "labour",
                    "member": "Sarah Edwards",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Invitation to the SME Housebuilders innovation conference with hospitality and an overnight hotel stay",
                    "value": 495.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Edwin DeSilva",
                    "donor_public_address": "Suite 8 Bourne Gate, 25 Bourne Valley Road, Poole, Dorset BH12 1DY\nRole Active",
                    "donor_status": "Company",
                    "donor_company_name": "Edwin DeSilva",
                    "donor_company_url": "",
                    "donor_company_identifier": "15584308",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13647",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13625,
                    "summary": "Ascot Racecourse Limited - \u00a3275.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-22",
                    "published": "2025-10-23",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5340,
                    "twfy_id": "26622",
                    "party": "conservative",
                    "member": "Jack Rankin",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Hosted at 'QIPCO British Champions Day' in an Ascot Authority hospitality box",
                    "value": 275.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Ascot Racecourse Limited",
                    "donor_public_address": "Ascot Racecourse, Ascot, Berkshire SL5 7JX",
                    "donor_status": "Company",
                    "donor_company_name": "Ascot Racecourse Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "04320977",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13625",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13622,
                    "summary": "Citadel Policy & Communications Ltd - \u00a3580.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-22",
                    "published": "2025-10-23",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5094,
                    "twfy_id": "26403",
                    "party": "labour",
                    "member": "Ms Julie Minns",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two nights hotel accommodation at the Labour Party Conference, in respect of speaking at events organised by Citadel Communications on behalf of The Scouts and Be The Business",
                    "value": 580.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Citadel Policy & Communications Ltd",
                    "donor_public_address": "21 Tatham Road, Abingdon, Oxfordshire OX14 1QB",
                    "donor_status": "Company",
                    "donor_company_name": "Citadel Policy & Communications Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "06452500",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13622",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13611,
                    "summary": "BPI - \u00a3660.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-22",
                    "published": "2025-10-22",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4658,
                    "twfy_id": "25680",
                    "party": "labourco-operative",
                    "member": "Alex Sobel",
                    "appg": "Music",
                    "payment_type": "In kind",
                    "payment_description": "2 floor tickets and dinner for the Mercury Music Prize at the Utilita Arena, Newcastle",
                    "value": 660.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "BPI",
                    "donor_public_address": "Unit 4/4a, Tileyard Studios, Tileyard Road, London N7 9AH",
                    "donor_status": "Company",
                    "donor_company_name": "BPI",
                    "donor_company_url": "",
                    "donor_company_identifier": "01132389",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13611",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13606,
                    "summary": "Royal Albert Hall - \u00a3592.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-21",
                    "published": "2025-10-21",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 1521,
                    "twfy_id": "11592",
                    "party": "labour",
                    "member": "Mrs Sharon Hodgson",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets to the opening night of the Grand Sumo Tournament 2025 held in the Royal Albert Hall",
                    "value": 592.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Royal Albert Hall",
                    "donor_public_address": "Kensington Gore, London SW7 2AP",
                    "donor_status": "Company",
                    "donor_company_name": "Royal Albert Hall",
                    "donor_company_url": "",
                    "donor_company_identifier": "01539294",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13606",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13605,
                    "summary": "British Recorded Music Industry - \u00a3660.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-21",
                    "published": "2025-10-21",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 1521,
                    "twfy_id": "11592",
                    "party": "labour",
                    "member": "Mrs Sharon Hodgson",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets to attend the Mercury Prize Awards 2025. The tickets included entry to the event, two seats at the BPI table, food and drink",
                    "value": 660.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "British Recorded Music Industry",
                    "donor_public_address": "Unit 4/4A, Tileyard Studios, Tileyard Road, London N7 9AH",
                    "donor_status": "Company",
                    "donor_company_name": "British Recorded Music Industry",
                    "donor_company_url": "",
                    "donor_company_identifier": "01132389",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13605",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13608,
                    "summary": "Barbara Follett - \u00a32,350.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-21",
                    "published": "2025-10-21",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 420,
                    "twfy_id": "10131",
                    "party": "labour",
                    "member": "Yvette Cooper",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Accommodation for staff members during Labour Party conference",
                    "value": 2350.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Barbara Follett",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13608",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13588,
                    "summary": "Glen Earrach Energy - \u00a3310.21",
                    "parent_interest_id": "",
                    "registered": "2025-10-20",
                    "published": "2025-10-20",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5118,
                    "twfy_id": "26396",
                    "party": "labour",
                    "member": "Chris Curtis",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Flights and accommodation to visit proposed hydroelectric site near Inverness",
                    "value": 310.21,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Glen Earrach Energy",
                    "donor_public_address": "50 Lothian Road, Festival Square, Edinburgh, Scotland, EH3 9WJ",
                    "donor_status": "Company",
                    "donor_company_name": "Glen Earrach Energy",
                    "donor_company_url": "",
                    "donor_company_identifier": "SC777268",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13588",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13591,
                    "summary": "Centre for Social Justice (CSJ) - \u00a32,687.50",
                    "parent_interest_id": "",
                    "registered": "2025-10-20",
                    "published": "2025-10-20",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "party": "conservative",
                    "member": "Sir Iain Duncan Smith",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Transport, accommodation, meals provided to attend the Centre for Social Justice schedule of events at the Conservative Party Conference as guest speaker and panelist, in my capacity as Chairman of the CSJ",
                    "value": 2687.5,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Centre for Social Justice (CSJ)",
                    "donor_public_address": "Kings Buildings, 16 Smith Square, London SW1P 3HQ",
                    "donor_status": "Company",
                    "donor_company_name": "Centre for Social Justice (CSJ)",
                    "donor_company_url": "",
                    "donor_company_identifier": "05137036",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13591",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13578,
                    "summary": "Richard Thoburn - \u00a3450.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-19",
                    "published": "2025-10-20",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5161,
                    "twfy_id": "26399",
                    "party": "reform",
                    "member": "Richard Tice",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Dinner at Margaret Thatcher Centennial Anniversary",
                    "value": 450.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Richard Thoburn",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13578",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13580,
                    "summary": "BBC - \u00a3202.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-20",
                    "published": "2025-10-20",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4407,
                    "twfy_id": "25381",
                    "party": "conservative",
                    "member": "Nigel Huddleston",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets for Last Night of the Proms including hospitality",
                    "value": 202.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "BBC",
                    "donor_public_address": "BBC Broadcasting House, Portland Place, London W1A 1AA",
                    "donor_status": "Company",
                    "donor_company_name": "BBC",
                    "donor_company_url": "",
                    "donor_company_identifier": "RC000057",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13580",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13598,
                    "summary": "Allwyn National Lottery - \u00a31,190.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-20",
                    "published": "2025-10-20",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4932,
                    "twfy_id": "26055",
                    "party": "conservative",
                    "member": "Mr Louie French",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets to the Women's Rugby World Cup as Shadow Minister for Sport and meeting with the National Lottery and other sports bodies",
                    "value": 1190.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Allwyn National Lottery",
                    "donor_public_address": "37-39 Clarendon Road, Watford WD17 1JA",
                    "donor_status": "Company",
                    "donor_company_name": "Allwyn National Lottery",
                    "donor_company_url": "",
                    "donor_company_identifier": "13157556",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13598",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13592,
                    "summary": "Royal Institute of British Architects - \u00a3474.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-20",
                    "published": "2025-10-20",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5118,
                    "twfy_id": "26396",
                    "party": "labour",
                    "member": "Chris Curtis",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Ticket to the Stirling Prize Awards",
                    "value": 474.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Royal Institute of British Architects",
                    "donor_public_address": "66 Portland Place, London W1B 1AD",
                    "donor_status": "Company",
                    "donor_company_name": "Royal Institute of British Architects",
                    "donor_company_url": "",
                    "donor_company_identifier": "RC000484",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13592",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13526,
                    "summary": "London Town Group of Companies Limited - \u00a3758.59",
                    "parent_interest_id": "",
                    "registered": "2025-10-20",
                    "published": "2025-10-20",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "party": "conservative",
                    "member": "Sir Oliver Dowden",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Return train (\u00a3224.27) and 1 night's accommodation (\u00a3534.32) for the Conservative Party Conference",
                    "value": 758.59,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "London Town Group of Companies Limited",
                    "donor_public_address": "8-14 Talbot Square, London W2 1TS",
                    "donor_status": "Company",
                    "donor_company_name": "London Town Group of Companies Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "01839136",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13526",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13600,
                    "summary": "BPI (British Recorded Music Industry) Ltd - \u00a3330.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-20",
                    "published": "2025-10-20",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4125,
                    "twfy_id": "24818",
                    "party": "labour",
                    "member": "Catherine McKinnell",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Ticket for the Mercury Prize 2025",
                    "value": 330.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "BPI (British Recorded Music Industry) Ltd",
                    "donor_public_address": "Unit 4/4a, Tileyard Studios, Tileyard Road, London N7 9AH",
                    "donor_status": "Company",
                    "donor_company_name": "BPI (British Recorded Music Industry) Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "01132389",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13600",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13613,
                    "summary": "HM Government of Gibraltar - \u00a31,950.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-16",
                    "published": "2025-10-20",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5294,
                    "twfy_id": "26430",
                    "party": "labour",
                    "member": "Amanda Martin",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Three nights' accommodation during the Labour Party Conference",
                    "value": 1950.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "HM Government of Gibraltar",
                    "donor_public_address": "Gibraltar House, 150 The Strand, London WC2R 1JA",
                    "donor_status": "Other",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13613",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13553,
                    "summary": "Marriott Harrison - \u00a37,272.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-16",
                    "published": "2025-10-16",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "party": "liberal-democrat",
                    "member": "Charlie Maynard",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Pro bono legal services",
                    "value": 7272.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Marriott Harrison",
                    "donor_public_address": "80 Cheapside, London EC2V 6EE",
                    "donor_status": "Company",
                    "donor_company_name": "Marriott Harrison",
                    "donor_company_url": "",
                    "donor_company_identifier": "OC372774",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13553",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13550,
                    "summary": "Thorburns Communications Ltd - \u00a3514.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-15",
                    "published": "2025-10-16",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "party": "reform",
                    "member": "Suella Braverman",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two VIP tickets for my husband and I to attend the Centennial Dinner in honour of Margaret Thatcher on 13th October 2025",
                    "value": 514.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Thorburns Communications Ltd",
                    "donor_public_address": "Thoburns Communications Ltd, 11 Weston Street, London SE1 3ER",
                    "donor_status": "Company",
                    "donor_company_name": "Thorburns Communications Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "10074405",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13550",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13554,
                    "summary": "Blue Earth Summit Limited - \u00a3695.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-16",
                    "published": "2025-10-16",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "party": "labour",
                    "member": "Clive Lewis",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "General admission pass to the Blue Earth Summit 2025, as part of a speaking engagement at the summit",
                    "value": 695.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Blue Earth Summit Limited",
                    "donor_public_address": "C/O David Harland Ltd, Ground Floor, Unit 3 Southview House St Austell Enterprise Park, Carclaze Down, St Austell, Cornwall PL25 4EJ",
                    "donor_status": "Company",
                    "donor_company_name": "Blue Earth Summit Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "14233179",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13554",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13552,
                    "summary": "William Day - \u00a34,200.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-16",
                    "published": "2025-10-16",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "party": "liberal-democrat",
                    "member": "Charlie Maynard",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Pro bono legal services",
                    "value": 4200.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "William Day",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13552",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13517,
                    "summary": "Allwyn Entertainment Ltd - \u00a31,190.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-15",
                    "published": "2025-10-15",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4623,
                    "twfy_id": "25634",
                    "party": "labour",
                    "member": "Tonia Antoniazzi",
                    "appg": "All Party Parliamentary Commons and Lords Rugby Union Football Club",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets and hospitality for the Women's Rugby World Cup",
                    "value": 1190.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Allwyn Entertainment Ltd",
                    "donor_public_address": "37 Clarendon Rd, Watford WD17 1JA",
                    "donor_status": "Company",
                    "donor_company_name": "Allwyn Entertainment Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "13157556",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13517",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13471,
                    "summary": "Wolverhampton Wanderers (Wolves) Foundation - \u00a322.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-07",
                    "published": "2025-10-14",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5230,
                    "twfy_id": "26533",
                    "party": "labour",
                    "member": "Warinder Juss",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "I attended a \"Real Choices, Real Consequences, Choose a Better Tomorrow\" education event at Molineux, where lunch costing \u00a311.00 each was provided to me and to my communications manager",
                    "value": 22.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Wolverhampton Wanderers (Wolves) Foundation",
                    "donor_public_address": "Molineux Stadium, Waterloo Road, Wolverhampton WV1 4QR",
                    "donor_status": "Unincorporated association",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13471",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13518,
                    "summary": "Gravesham Borough Council - \u00a31,564.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-13",
                    "published": "2025-10-14",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5269,
                    "twfy_id": "26435",
                    "party": "labour",
                    "member": "Dr Lauren Sullivan",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Free car parking in Gravesham Borough Council car parks when\non constituency business",
                    "value": 1564.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Gravesham Borough Council",
                    "donor_public_address": "Gravesham Borough Council, Civic Centre, Windmill St, Gravesend DA12 1AU",
                    "donor_status": "Other",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "Local Authority",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13518",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13465,
                    "summary": "GMB Trade Union - \u00a31,800.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-07",
                    "published": "2025-10-13",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5222,
                    "twfy_id": "26467",
                    "party": "labour",
                    "member": "Tom Rutland",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "4 nights of accommodation at Labour Party Conference",
                    "value": 1800.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "GMB Trade Union",
                    "donor_public_address": "Mary Turner House, 22 Stephenson Way, London NW1 2HD",
                    "donor_status": "Trade Union",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13465",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13509,
                    "summary": "Manchester United Football Club Limited - \u00a31,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-13",
                    "published": "2025-10-13",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4119,
                    "twfy_id": "24929",
                    "party": "labourco-operative",
                    "member": "Jonathan Reynolds",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Three tickets including hospitality to the Manchester United v Sunderland football match at Old Trafford on Saturday 4 October 2025 for myself and two children. The estimated value of the tickets are \u00a3500 each. (I made a donation of \u00a3500 to the Manchester United Foundation to cover the cost of my ticket.)",
                    "value": 1500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Manchester United Football Club Limited",
                    "donor_public_address": "Old Trafford, Manchester M16 0RA",
                    "donor_status": "Company",
                    "donor_company_name": "Manchester United Football Club Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "00095489",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13509",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13508,
                    "summary": "Victorious Festival 2025 - \u00a3500.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-12",
                    "published": "2025-10-12",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4008,
                    "twfy_id": "24873",
                    "party": "conservative",
                    "member": "Dame Caroline Dinenage",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Tickets to Festival and hospitality for two people",
                    "value": 500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Victorious Festival 2025",
                    "donor_public_address": "C/O Superstruct Entertainment Ltd, 364-366 Kensington High Street, London, United Kingdom, W14 8NS",
                    "donor_status": "Company",
                    "donor_company_name": "Victorious Festival 2025",
                    "donor_company_url": "",
                    "donor_company_identifier": "08775686",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13508",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13510,
                    "summary": "The Rt Hon. The Lord Banner KC - \u00a3445.10",
                    "parent_interest_id": "",
                    "registered": "2025-10-12",
                    "published": "2025-10-12",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5351,
                    "twfy_id": "26626",
                    "party": "conservative",
                    "member": "Gregory Stafford",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Tickets for my wife and I at the O2 Arena for a concert on 2 October 2025, including seats, food, and refreshments. Cost is estimated",
                    "value": 445.1,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "The Rt Hon. The Lord Banner KC",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13510",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13481,
                    "summary": "TSSA Union: The Independent Trade Union for Transport  Workers - \u00a31,155.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-09",
                    "published": "2025-10-09",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4764,
                    "twfy_id": "25856",
                    "party": "labour",
                    "member": "Bell Ribeiro-Addy",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Labour Party conference accommodation for 27- 29 September (\u00a3385 per night)",
                    "value": 1155.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "TSSA Union: The Independent Trade Union for Transport  Workers",
                    "donor_public_address": "TSSA, 2nd Floor 17 Devonshire Square, London EC2M 4SQ",
                    "donor_status": "Trade Union",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13481",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13482,
                    "summary": "Clarion Defence (UK) Ltd - \u00a3598.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-09",
                    "published": "2025-10-09",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4066,
                    "twfy_id": "24778",
                    "party": "conservative",
                    "member": "Priti Patel",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "In my capacity as Shadow Secretary of State for Foreign, Commonwealth and Development Affairs, two tickets (value \u00a3299 each) were provided to enable myself and an adviser from CCHQ to attend DSEI on 11 September 2025",
                    "value": 598.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Clarion Defence (UK) Ltd",
                    "donor_public_address": "69-79 Fulham High Street, London, SW6 3JW",
                    "donor_status": "Company",
                    "donor_company_name": "Clarion Defence (UK) Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "06567404",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13482",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13466,
                    "summary": "Allwyn Entertainment Ltd - \u00a31,190.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-07",
                    "published": "2025-10-07",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4110,
                    "twfy_id": "24725",
                    "party": "conservative",
                    "member": "Dame Karen Bradley",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets and hospitality to Women\u2019s Rugby World Cup Final 2025 at Twickenham",
                    "value": 1190.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Allwyn Entertainment Ltd",
                    "donor_public_address": "37-39 Clarendon Road, Watford, Hertfordshire, United Kingdom, WD17 1JA",
                    "donor_status": "Company",
                    "donor_company_name": "Allwyn Entertainment Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "13157556",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13466",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13391,
                    "summary": "Lord Banner KC - \u00a3445.10",
                    "parent_interest_id": "",
                    "registered": "2025-10-02",
                    "published": "2025-10-06",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5197,
                    "twfy_id": "26437",
                    "party": "conservative",
                    "member": "Dr Neil Shastri-Hurst",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Tickets for my wife and myself at the O2 Arena for a Lady Gaga concert on 2 October 2025, including seating in the suite, food, and refreshments",
                    "value": 445.1,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Lord Banner KC",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13391",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13438,
                    "summary": "Allwyn Entertainment Ltd - \u00a31,485.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-03",
                    "published": "2025-10-06",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5055,
                    "twfy_id": "26344",
                    "party": "liberal-democrat",
                    "member": "Max Wilkinson",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Three tickets to the women's rugby world cup final including food and drink",
                    "value": 1485.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Allwyn Entertainment Ltd",
                    "donor_public_address": "37-39 Clarendon Road, Watford WD17 1JA",
                    "donor_status": "Company",
                    "donor_company_name": "Allwyn Entertainment Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "13157556",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13438",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13439,
                    "summary": "Allwyn Entertainment Ltd - \u00a31,190.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-03",
                    "published": "2025-10-03",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4776,
                    "twfy_id": "25820",
                    "party": "liberal-democrat",
                    "member": "Munira Wilson",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Hospitality and tickets to Women's World Cup Rugby Final at Twickenham Stadium with a guest",
                    "value": 1190.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Allwyn Entertainment Ltd",
                    "donor_public_address": "Tolpits Lane, Watford, WD18 9RN",
                    "donor_status": "Company",
                    "donor_company_name": "Allwyn Entertainment Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "13157556",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13439",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13441,
                    "summary": "A.G. Barr PLC - \u00a3490.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-03",
                    "published": "2025-10-03",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5309,
                    "twfy_id": "26494",
                    "party": "labour",
                    "member": "Katrina Murray",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Invitation to employee family fun day to celebrate 150th anniversary of the company including lunch and soft drink reception.  Invitation extended to constituency office team and their families.  In total 7 people attended the event.  Advice received is that the cost per individual was \u00a370 including VAT",
                    "value": 490.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "A.G. Barr PLC",
                    "donor_public_address": "Westfield House\n4 Mollins Road\nCumbernauld \nG68 9HD",
                    "donor_status": "Company",
                    "donor_company_name": "A.G. Barr PLC",
                    "donor_company_url": "",
                    "donor_company_identifier": "SC005653",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13441",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13435,
                    "summary": "GMB - \u00a3900.00",
                    "parent_interest_id": "",
                    "registered": "2025-10-03",
                    "published": "2025-10-03",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5048,
                    "twfy_id": "26342",
                    "party": "labour",
                    "member": "Antonia Bance",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Hotel room and breakfast for two nights at Labour party conference in Liverpool, at \u00a3450 per night",
                    "value": 900.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "GMB",
                    "donor_public_address": "Mary Turner House, 22 Stephenson Way, London, NW1 2HD",
                    "donor_status": "Trade Union",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13435",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13388,
                    "summary": "World Rugby Ltd - \u00a3386.40",
                    "parent_interest_id": "",
                    "registered": "2025-10-01",
                    "published": "2025-10-01",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5242,
                    "twfy_id": "26551",
                    "party": "labour",
                    "member": "Michael Wheeler",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Tickets for me and one guest to Australia vs Samoa and Scotland vs Wales with hospitality at the Salford Community Stadium as part of the Women's Rugby World Cup",
                    "value": 386.4,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "World Rugby Ltd",
                    "donor_public_address": "Cassidy House, Station Road, Chester CH1 3DW",
                    "donor_status": "Company",
                    "donor_company_name": "World Rugby Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "09199533",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13388",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13397,
                    "summary": "Carlton Club - \u00a3840.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-30",
                    "published": "2025-09-30",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4474,
                    "twfy_id": "25415",
                    "party": "conservative",
                    "member": "Kevin Hollinrake",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Membership of the club whilst Chairman of the Party",
                    "value": 840.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Carlton Club",
                    "donor_public_address": "69 St James Street, London SW1A 1PJ",
                    "donor_status": "Unincorporated association",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13397",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13375,
                    "summary": "Rugby World Cup (England 2025) - \u00a3424.60",
                    "parent_interest_id": "",
                    "registered": "2025-09-26",
                    "published": "2025-09-26",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4008,
                    "twfy_id": "24873",
                    "party": "conservative",
                    "member": "Dame Caroline Dinenage",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Tickets and hospitality for England v Australia Women's World Cup Rugby Match at Brighton",
                    "value": 424.6,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Rugby World Cup (England 2025)",
                    "donor_public_address": "Onside Law LLP, 642A Kings Road, London, SW6 2DU",
                    "donor_status": "Company",
                    "donor_company_name": "Rugby World Cup (England 2025)",
                    "donor_company_url": "",
                    "donor_company_identifier": "14228593",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13375",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13307,
                    "summary": "Edinburgh Book Festival - \u00a3600.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-25",
                    "published": "2025-09-25",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5267,
                    "twfy_id": "26600",
                    "party": "labour",
                    "member": "Yuan Yang",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two nights hotel accommodation paid for appearance at the festival",
                    "value": 600.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Edinburgh Book Festival",
                    "donor_public_address": "121 George Street, Edinburgh EH2 4YN",
                    "donor_status": "Company",
                    "donor_company_name": "Edinburgh Book Festival",
                    "donor_company_url": "",
                    "donor_company_identifier": "SC188271",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13307",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13370,
                    "summary": "Marriott Harrison LLP - \u00a320,077.20",
                    "parent_interest_id": "",
                    "registered": "2025-09-24",
                    "published": "2025-09-25",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "party": "liberal-democrat",
                    "member": "Charlie Maynard",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Pro bono legal services",
                    "value": 20077.2,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Marriott Harrison LLP",
                    "donor_public_address": "80 Cheapside, London EC2V 6EE",
                    "donor_status": "Company",
                    "donor_company_name": "Marriott Harrison LLP",
                    "donor_company_url": "",
                    "donor_company_identifier": "OC372774",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13370",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13371,
                    "summary": "William Day - \u00a34,200.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-24",
                    "published": "2025-09-25",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "party": "liberal-democrat",
                    "member": "Charlie Maynard",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Pro bono legal services",
                    "value": 4200.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "William Day",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13371",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13366,
                    "summary": "Sunderland Association Football Club - \u00a3360.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-24",
                    "published": "2025-09-24",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4119,
                    "twfy_id": "24929",
                    "party": "labourco-operative",
                    "member": "Jonathan Reynolds",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Ticket including hospitality to the Sunderland v West Ham football match. A donation for the estimated value of this ticket has been made to the Foundation of  Light  - the official charity of Sunderland AFC",
                    "value": 360.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Sunderland Association Football Club",
                    "donor_public_address": "The Sunderland Stadium of Light, Sunderland, Tyne and Wear SR5 1SU",
                    "donor_status": "Company",
                    "donor_company_name": "Sunderland Association Football Club",
                    "donor_company_url": "",
                    "donor_company_identifier": "00049116",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13366",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13348,
                    "summary": "The Arsenal Football Club Limited - \u00a31,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-22",
                    "published": "2025-09-23",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4514,
                    "twfy_id": "25353",
                    "party": "labour",
                    "member": "Sir Keir Starmer",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Tickets and hospitality for two people in the Directors' Box (approximate market value \u00a3500 each)",
                    "value": 1000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "The Arsenal Football Club Limited",
                    "donor_public_address": "Highbury House, 75 Drayton Park, London N5 1BU",
                    "donor_status": "Company",
                    "donor_company_name": "The Arsenal Football Club Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "00109244",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13348",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13329,
                    "summary": "The Royal Edinburgh Military Tattoo - \u00a3452.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-18",
                    "published": "2025-09-19",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 1440,
                    "twfy_id": "11333",
                    "party": "scottish-national-party",
                    "member": "Pete Wishart",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "An invite to the Royal Military Tattoo",
                    "value": 452.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "The Royal Edinburgh Military Tattoo",
                    "donor_public_address": "1-2 Cockburn Street, Edinburgh EH1 1QB",
                    "donor_status": "Other",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "Charity",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13329",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13332,
                    "summary": "Diageo PLC - \u00a3320.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-18",
                    "published": "2025-09-18",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5185,
                    "twfy_id": "26476",
                    "party": "labour",
                    "member": "Alan Gemmell",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets to the Last Night of the Proms",
                    "value": 320.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Diageo PLC",
                    "donor_public_address": "16 Great Marlborough Street, London W1F 7HS",
                    "donor_status": "Company",
                    "donor_company_name": "Diageo PLC",
                    "donor_company_url": "",
                    "donor_company_identifier": "00023307",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13332",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13316,
                    "summary": "The Royal Edinburgh Military Tattoo - \u00a3904.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-17",
                    "published": "2025-09-17",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4735,
                    "twfy_id": "25867",
                    "party": "scottish-national-party",
                    "member": "Stephen Flynn",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets and hospitality for myself and a guest at the Royal Edinburgh Military Tattoo, Edinburgh Castle (estimated value of \u00a3452 per person)",
                    "value": 904.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "The Royal Edinburgh Military Tattoo",
                    "donor_public_address": "REMT Charities SC108857, 1-3 Cockburn Street, Edinburgh EH1 1QB",
                    "donor_status": "Other",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "Charity",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13316",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13310,
                    "summary": "William Day - \u00a36,300.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-17",
                    "published": "2025-09-17",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "party": "liberal-democrat",
                    "member": "Charlie Maynard",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Pro bono legal services",
                    "value": 6300.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "William Day",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13310",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13312,
                    "summary": "Marriott Harrison LLP - \u00a323,410.80",
                    "parent_interest_id": "",
                    "registered": "2025-09-17",
                    "published": "2025-09-17",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "party": "liberal-democrat",
                    "member": "Charlie Maynard",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Pro bono legal advice",
                    "value": 23410.8,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Marriott Harrison LLP",
                    "donor_public_address": "80 Cheapside, London EC2V 6EE",
                    "donor_status": "Company",
                    "donor_company_name": "Marriott Harrison LLP",
                    "donor_company_url": "",
                    "donor_company_identifier": "OC372774",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13312",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13283,
                    "summary": "(1) Chartered Institute of Housing and (2) National Housing Federation - \u00a3850.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-11",
                    "published": "2025-09-15",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5310,
                    "twfy_id": "26584",
                    "party": "liberal-democrat",
                    "member": "Mr Lee Dillon",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "A free ticket to the Housing Summit held in Liverpool on Monday 8th and Tuesday 9th September 2025",
                    "value": 850.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "(1) Chartered Institute of Housing and (2) National Housing Federation",
                    "donor_public_address": "(1) Suites 5 and 6 Rowan House, Westwood Way, Coventry CV4 8HS; (2) Lion Court, 25 Procter Street, London WC1V 6NY",
                    "donor_status": "Other",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13283",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13236,
                    "summary": "Wolverhampton Wanderers (Wolves) Foundation - \u00a3120.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-04",
                    "published": "2025-09-15",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5230,
                    "twfy_id": "26533",
                    "party": "labour",
                    "member": "Warinder Juss",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Wolves Foundation donated two match tickets for the Wolverhampton Wanderers v Everton game on 30 August 2025 as a raffle prize for the Wolverhampton Labour Party Summer Social Event",
                    "value": 120.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Wolverhampton Wanderers (Wolves) Foundation",
                    "donor_public_address": "Molineux Stadium, Waterloo Road, Wolverhampton WV1 4QR",
                    "donor_status": "Unincorporated association",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13236",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13240,
                    "summary": "Wolverhampton Wanderers (Wolves) Foundation - \u00a3885.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-04",
                    "published": "2025-09-15",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5230,
                    "twfy_id": "26533",
                    "party": "labour",
                    "member": "Warinder Juss",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Wolverhampton and Black Country South Asian Heritage Month Panel Event, sponsored by the Wolverhampton Wanderers (Wolves) Foundation. Value of event includes room hire (inc VAT) and a fee paid for a radio and television presenter who compered the event",
                    "value": 885.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Wolverhampton Wanderers (Wolves) Foundation",
                    "donor_public_address": "Molineux Stadium, Waterloo Road, Wolverhampton WV1 4QR",
                    "donor_status": "Unincorporated association",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13240",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13291,
                    "summary": "The Quoted Companies Alliance (QCA) - \u00a3475.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-12",
                    "published": "2025-09-15",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5193,
                    "twfy_id": "26380",
                    "party": "labour",
                    "member": "Callum Anderson",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Three course dinner and wine",
                    "value": 475.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "The Quoted Companies Alliance (QCA)",
                    "donor_public_address": "6 Kinghorn Street, West Smithfield, London, EC1A 7HW",
                    "donor_status": "Company",
                    "donor_company_name": "The Quoted Companies Alliance (QCA)",
                    "donor_company_url": "",
                    "donor_company_identifier": "04025281",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13291",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13260,
                    "summary": "Festivals Edinburgh Limited - \u00a3860.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-15",
                    "published": "2025-09-15",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5155,
                    "twfy_id": "26415",
                    "party": "labour",
                    "member": "Chris Kane",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets to the Edinburgh Military Tattoo in August 2025",
                    "value": 860.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Festivals Edinburgh Limited",
                    "donor_public_address": "Room 9/50 City Chambers, High Street, Edinburgh EH1 1YJ",
                    "donor_status": "Company",
                    "donor_company_name": "Festivals Edinburgh Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "SC331673",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13260",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13306,
                    "summary": "Greenbelt Festivals - \u00a3980.92",
                    "parent_interest_id": "",
                    "registered": "2025-09-15",
                    "published": "2025-09-15",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5102,
                    "twfy_id": "26379",
                    "party": "green",
                    "member": "Carla Denyer",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two glamping tickets at Greenbelt Festival 2025, at which I was a guest speaker, plus one return train ticket and one meal",
                    "value": 980.92,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Greenbelt Festivals",
                    "donor_public_address": "The Nest, Church House, 86 Tavistock Place, London WC1H 9RT",
                    "donor_status": "Company",
                    "donor_company_name": "Greenbelt Festivals",
                    "donor_company_url": "",
                    "donor_company_identifier": "1812893",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13306",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13301,
                    "summary": "The Royal Edinburgh Military Tattoo (Charities) Ltd - \u00a3864.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-15",
                    "published": "2025-09-15",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4484,
                    "twfy_id": "25285",
                    "party": "conservative",
                    "member": "Alan Mak",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets for the Royal Edinburgh Military Tattoo 2025, plus attendance at post-event reception",
                    "value": 864.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "The Royal Edinburgh Military Tattoo (Charities) Ltd",
                    "donor_public_address": "The Tattoo Office, 1-3 Cockburn Street, Edinburgh EH1 1QB",
                    "donor_status": "Company",
                    "donor_company_name": "The Royal Edinburgh Military Tattoo (Charities) Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "SC108857",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13301",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13271,
                    "summary": "Andrew Law - \u00a33,744.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-15",
                    "published": "2025-09-15",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5062,
                    "twfy_id": "26335",
                    "party": "conservative",
                    "member": "Nick Timothy",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two Club Wembley match tickets, including hospitality",
                    "value": 3744.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Andrew Law",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13271",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13285,
                    "summary": "The Royal Navy - \u00a31,574.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-12",
                    "published": "2025-09-12",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5245,
                    "twfy_id": "26611",
                    "party": "labour",
                    "member": "Chris Murray",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Hospitality on the Royal Yacht Britannia and two tickets to the Royal Edinburgh Military Tattoo for myself and guest",
                    "value": 1574.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "The Royal Navy",
                    "donor_public_address": "MOD, Whitehall, London SW1A 2HB",
                    "donor_status": "Other",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "Government department",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13285",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13274,
                    "summary": "The Royal Edinburgh Military Tattoo - \u00a3370.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-11",
                    "published": "2025-09-11",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4634,
                    "twfy_id": "25675",
                    "party": "liberal-democrat",
                    "member": "Christine Jardine",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Ticket, drinks and hospitality package for the Edinburgh Military Tattoo at Edinburgh Castle. Value is approximate",
                    "value": 370.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "The Royal Edinburgh Military Tattoo",
                    "donor_public_address": "1-3 Cockburn Street, Edinburgh EH1 1QB",
                    "donor_status": "Company",
                    "donor_company_name": "The Royal Edinburgh Military Tattoo",
                    "donor_company_url": "",
                    "donor_company_identifier": "SC128255",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13274",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13276,
                    "summary": "Victorious Festivals Limited - \u00a3320.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-11",
                    "published": "2025-09-11",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5294,
                    "twfy_id": "26430",
                    "party": "labour",
                    "member": "Amanda Martin",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Four bolt-on VIP tickets (\u00a380 per person) for attending the VIP area whilst at the Victorious Festival",
                    "value": 320.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Victorious Festivals Limited",
                    "donor_public_address": "364-366 Kensington High Street, London W14 8NS",
                    "donor_status": "Company",
                    "donor_company_name": "Victorious Festivals Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "08775686",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13276",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13277,
                    "summary": "Fix Radio Limited - \u00a3440.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-11",
                    "published": "2025-09-11",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5294,
                    "twfy_id": "26430",
                    "party": "labour",
                    "member": "Amanda Martin",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "four tickets for Fix Fest at a value of \u00a3110 per person. I attended as a guest speaker on a panel. One of the tickets was used by a member of my staff",
                    "value": 440.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Fix Radio Limited",
                    "donor_public_address": "Unit N201c, Vox Studios, 1-45 Durham Street, London SE11 5JH",
                    "donor_status": "Company",
                    "donor_company_name": "Fix Radio Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "09804949",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13277",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12529,
                    "summary": "The Football Association - \u00a3494.36",
                    "parent_interest_id": "",
                    "registered": "2025-09-10",
                    "published": "2025-09-10",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4268,
                    "twfy_id": "25170",
                    "party": "labourco-operative",
                    "member": "Steve Reed",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "2 tickets for Emirates FA Cup Final, Crystal Palace vs Manchester City, including hospitality",
                    "value": 494.36,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "The Football Association",
                    "donor_public_address": "Wembley Stadium, London HA9 0WS",
                    "donor_status": "Company",
                    "donor_company_name": "The Football Association",
                    "donor_company_url": "",
                    "donor_company_identifier": "00077797",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12529",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13268,
                    "summary": "The Great Run Company /Film Nova - \u00a3400.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-10",
                    "published": "2025-09-10",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4277,
                    "twfy_id": "25181",
                    "party": "labour",
                    "member": "Emma Lewell",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Hospitality and VIP access to event for the Member of Parliament and one guest",
                    "value": 400.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "The Great Run Company /Film Nova",
                    "donor_public_address": "Tyne Bridge House, Bottle Bank, Gateshead, NE8 2AR",
                    "donor_status": "Company",
                    "donor_company_name": "The Great Run Company /Film Nova",
                    "donor_company_url": "",
                    "donor_company_identifier": "03300783",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13268",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13257,
                    "summary": "Edinburgh International Book Festival - \u00a3345.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-09",
                    "published": "2025-09-09",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 1446,
                    "twfy_id": "10761",
                    "party": "labour",
                    "member": "Chris Bryant",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "One night's accommodation night for the Edinburgh International Book Festival",
                    "value": 345.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Edinburgh International Book Festival",
                    "donor_public_address": "121 George Street, Edinburgh EH2 4YN",
                    "donor_status": "Company",
                    "donor_company_name": "Edinburgh International Book Festival",
                    "donor_company_url": "",
                    "donor_company_identifier": "SC079939",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13257",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13258,
                    "summary": "Bloomsbury Publishing Plc - \u00a3363.30",
                    "parent_interest_id": "",
                    "registered": "2025-09-09",
                    "published": "2025-09-09",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 1446,
                    "twfy_id": "10761",
                    "party": "labour",
                    "member": "Chris Bryant",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "One night's accommodation  for the Edinburgh Book Festival (\u00a3345) and dinner (\u00a318.30)",
                    "value": 363.3,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Bloomsbury Publishing Plc",
                    "donor_public_address": "50 Bedford Square, London WC1B 3DP",
                    "donor_status": "Company",
                    "donor_company_name": "Bloomsbury Publishing Plc",
                    "donor_company_url": "",
                    "donor_company_identifier": "01984336",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13258",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13244,
                    "summary": "Rugby World Cup (England 2025) - \u00a3386.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-06",
                    "published": "2025-09-08",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5355,
                    "twfy_id": "26635",
                    "party": "conservative",
                    "member": "Sarah Bool",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "A hospitality ticket to the Women's Rugby World Cup at Franklin's Gardens, Northampton, following an invitation from West Northamptonshire Council",
                    "value": 386.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Rugby World Cup (England 2025)",
                    "donor_public_address": "Onside Law LLP, 642A Kings Road, London SW6 2DU",
                    "donor_status": "Company",
                    "donor_company_name": "Rugby World Cup (England 2025)",
                    "donor_company_url": "",
                    "donor_company_identifier": "14228593",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13244",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13247,
                    "summary": "Wigan Warriors - \u00a3610.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-07",
                    "published": "2025-09-08",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5060,
                    "twfy_id": "26328",
                    "party": "labour",
                    "member": "Josh Simons",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets and hospitality at a celebration match for me and a guest",
                    "value": 610.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Wigan Warriors",
                    "donor_public_address": "Loire Drive, Wigan, WN5 0UH",
                    "donor_status": "Company",
                    "donor_company_name": "Wigan Warriors",
                    "donor_company_url": "",
                    "donor_company_identifier": "06842878",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13247",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13229,
                    "summary": "Vodaphone Three - \u00a3650.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-05",
                    "published": "2025-09-05",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5110,
                    "twfy_id": "26407",
                    "party": "labour",
                    "member": "Euan Stainbank",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Exact cost (inclusive of VAT) for one ticket to an evening at the Royal Edinburgh Military Tattoo, including dinner and a tour of the castle",
                    "value": 650.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Vodaphone Three",
                    "donor_public_address": "The Speechmark\n114 Great Suffolk Street\nLondon\nSE1 0BE",
                    "donor_status": "Company",
                    "donor_company_name": "Vodaphone Three",
                    "donor_company_url": "",
                    "donor_company_identifier": "14903490",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13229",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13226,
                    "summary": "Team Love - \u00a3562.50",
                    "parent_interest_id": "",
                    "registered": "2025-09-03",
                    "published": "2025-09-04",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4786,
                    "twfy_id": "25909",
                    "party": "your-party",
                    "member": "Zarah Sultana",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Associated with being a guest speaker: Three Forwards festival tickets, valued \u00a3358.50 and accommodation for two nights valued at \u00a3204 for me and one other person",
                    "value": 562.5,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Team Love",
                    "donor_public_address": "Unit 6 Parkway Trading Estate, St Werburghs Road, Bristol BS2 9PG",
                    "donor_status": "Company",
                    "donor_company_name": "Team Love",
                    "donor_company_url": "",
                    "donor_company_identifier": "08502819",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13226",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13225,
                    "summary": "Great Britain China Centre - \u00a31,350.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-21",
                    "published": "2025-09-04",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5240,
                    "twfy_id": "26610",
                    "party": "labour",
                    "member": "Melanie Ward",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Costs of a residential course attended by a member of my staff (Great Britain China Centre is a non-departmental body of the Foreign, Commonwealth and Development Office)",
                    "value": 1350.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Great Britain China Centre",
                    "donor_public_address": "Kings Buildings, Smith Square, London, SW1P 3HQ",
                    "donor_status": "Company",
                    "donor_company_name": "Great Britain China Centre",
                    "donor_company_url": "",
                    "donor_company_identifier": "01196043",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13225",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13208,
                    "summary": "The Jockey Club Rooms - \u00a3780.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-02",
                    "published": "2025-09-02",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5062,
                    "twfy_id": "26335",
                    "party": "conservative",
                    "member": "Nick Timothy",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Honorary membership",
                    "value": 780.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "The Jockey Club Rooms",
                    "donor_public_address": "101 High Street, Newmarket, Suffolk CB8 8JL",
                    "donor_status": "Company",
                    "donor_company_name": "The Jockey Club Rooms",
                    "donor_company_url": "",
                    "donor_company_identifier": "00944773",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13208",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13210,
                    "summary": "Football Association - \u00a3390.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-02",
                    "published": "2025-09-02",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4849,
                    "twfy_id": "25824",
                    "party": "labour",
                    "member": "Alex Davies-Jones",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets and hospitality for myself and one guest for the Crystal Palace vs Liverpool  FA Community Shield Final 2025",
                    "value": 390.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Football Association",
                    "donor_public_address": "London Football Association, Wembley Stadium, PO BOX 1996 SW1P 9EQ",
                    "donor_status": "Company",
                    "donor_company_name": "Football Association",
                    "donor_company_url": "",
                    "donor_company_identifier": "00077797",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13210",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13214,
                    "summary": "Great Yarmouth Racecourse - \u00a3556.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-02",
                    "published": "2025-09-02",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5158,
                    "twfy_id": "26361",
                    "party": "independent",
                    "member": "Rupert Lowe",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Private Box Package",
                    "value": 556.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Great Yarmouth Racecourse",
                    "donor_public_address": "Jellicoe Road, Great Yarmouth, Norfolk NR30 4AU",
                    "donor_status": "Company",
                    "donor_company_name": "Great Yarmouth Racecourse",
                    "donor_company_url": "",
                    "donor_company_identifier": "04266183",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13214",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13192,
                    "summary": "BBC - \u00a346.32",
                    "parent_interest_id": "",
                    "registered": "2025-08-30",
                    "published": "2025-09-01",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5249,
                    "twfy_id": "26577",
                    "party": "green",
                    "member": "Dr Ellie Chowns",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "2 taxi journeys for an appearance on Newsnight in London on 28 Aug 2025 (cost is estimated)",
                    "value": 46.32,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "BBC",
                    "donor_public_address": "Broadcasting House, Portland Place, London W1A 1AA",
                    "donor_status": "Company",
                    "donor_company_name": "BBC",
                    "donor_company_url": "",
                    "donor_company_identifier": "RC000057",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13192",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13198,
                    "summary": "City of York Council - \u00a3322.00",
                    "parent_interest_id": "",
                    "registered": "2025-09-01",
                    "published": "2025-09-01",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5199,
                    "twfy_id": "26480",
                    "party": "labour",
                    "member": "Mr Luke Charters",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets to attend the Women's Rugby World Cup Italy vs South Africa match at LNER Community stadium, including food & drink for myself and a staff member",
                    "value": 322.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "City of York Council",
                    "donor_public_address": "West Offices, Station Rise, York YO1 6GA",
                    "donor_status": "Other",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "Council",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13198",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13191,
                    "summary": "Sky UK Ltd - \u00a3432.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-29",
                    "published": "2025-08-29",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4637,
                    "twfy_id": "25622",
                    "party": "labour",
                    "member": "Mr James Frith",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets to the Oval Cricket Ground for England versus India with food",
                    "value": 432.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Sky UK Ltd",
                    "donor_public_address": "Grant Way, Isleworth, Middlesex TW7 5QD",
                    "donor_status": "Company",
                    "donor_company_name": "Sky UK Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "02906991",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13191",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13184,
                    "summary": "Sky UK Limited - \u00a3432.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-28",
                    "published": "2025-08-29",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4263,
                    "twfy_id": "25165",
                    "party": "labourco-operative",
                    "member": "Lucy Powell",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets with hospitality at The Oval to watch the England v India cricket Test Match",
                    "value": 432.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Sky UK Limited",
                    "donor_public_address": "Grant Way, Isleworth, Middlesex TW7 5QD",
                    "donor_status": "Company",
                    "donor_company_name": "Sky UK Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "2906991",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13184",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13189,
                    "summary": "The Duchess of Richmond - \u00a3750.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-29",
                    "published": "2025-08-29",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4651,
                    "twfy_id": "25642",
                    "party": "labour",
                    "member": "Dan Carden",
                    "appg": "Bloodstock and Horse Racing",
                    "payment_type": "In kind",
                    "payment_description": "to attend Goodwood on 29th July 2025 in their Grace's Box and including hospitality",
                    "value": 750.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "The Duchess of Richmond",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13189",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13187,
                    "summary": "ITV Breakfast Broadcasting Ltd - \u00a3181.26",
                    "parent_interest_id": "",
                    "registered": "2025-08-29",
                    "published": "2025-08-29",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5050,
                    "twfy_id": "26316",
                    "party": "conservative",
                    "member": "Lewis Cocking",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Taxi travel provided to and from studios - to go on Good Morning Britain",
                    "value": 181.26,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "ITV Breakfast Broadcasting Ltd",
                    "donor_public_address": "Itv White City, 201 Wood Lane, London W12 7RU",
                    "donor_status": "Company",
                    "donor_company_name": "ITV Breakfast Broadcasting Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "07698963",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13187",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13188,
                    "summary": "ITV Breakfast Broadcasting Ltd - \u00a3181.26",
                    "parent_interest_id": "",
                    "registered": "2025-08-29",
                    "published": "2025-08-29",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5050,
                    "twfy_id": "26316",
                    "party": "conservative",
                    "member": "Lewis Cocking",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Taxi travel provided to and from studios - to go on Good Morning Britain",
                    "value": 181.26,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "ITV Breakfast Broadcasting Ltd",
                    "donor_public_address": "Itv White City, 201 Wood Lane, London W12 7RU",
                    "donor_status": "Company",
                    "donor_company_name": "ITV Breakfast Broadcasting Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "7698963",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13188",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13181,
                    "summary": "Vodafone - \u00a3650.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-28",
                    "published": "2025-08-28",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5309,
                    "twfy_id": "26494",
                    "party": "labour",
                    "member": "Katrina Murray",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Royal Gallery ticket for myself for the Edinburgh Royal Military Tattoo with hospitality prior to and during performance",
                    "value": 650.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Vodafone",
                    "donor_public_address": "Vodafone House\nThe Connection\nNewbury\nBerkshire\nRG14 2FN",
                    "donor_status": "Company",
                    "donor_company_name": "Vodafone",
                    "donor_company_url": "",
                    "donor_company_identifier": "01471587",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13181",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13182,
                    "summary": "Football Supporters\u2019 Association - \u00a3675.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-28",
                    "published": "2025-08-28",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4783,
                    "twfy_id": "25794",
                    "party": "labour",
                    "member": "Kate Osborne",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Three tickets and hospitality to the FA Community Shield at Wembley",
                    "value": 675.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Football Supporters\u2019 Association",
                    "donor_public_address": "4 Admiral Way, Doxford International Business Park, Sunderland SR3 3XW",
                    "donor_status": "Company",
                    "donor_company_name": "Football Supporters\u2019 Association",
                    "donor_company_url": "",
                    "donor_company_identifier": "11660866",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13182",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13177,
                    "summary": "Tommy Sheppard - \u00a3328.98",
                    "parent_interest_id": "",
                    "registered": "2025-08-27",
                    "published": "2025-08-27",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "party": "labour",
                    "member": "Clive Lewis",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Hospitality provided in relation to a speaking engagement at Edinburgh Fringe Festival. Estimated costs: accommodation (\u00a3191); food and drink (\u00a343.98); travel (\u00a394)",
                    "value": 328.98,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Tommy Sheppard",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13177",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13173,
                    "summary": "BN1 Events Collective Ltd - \u00a31,100.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-27",
                    "published": "2025-08-27",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4356,
                    "twfy_id": "25429",
                    "party": "labour",
                    "member": "Angela Rayner",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Five tickets at the Pride Event, Brighton and Hove",
                    "value": 1100.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "BN1 Events Collective Ltd",
                    "donor_public_address": "c/o The Loop Accounts Ltd Formal House, 60 St Georges Place, Cheltenham, Gloucestershire GL50 3PN",
                    "donor_status": "Company",
                    "donor_company_name": "BN1 Events Collective Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "15192427",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13173",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13167,
                    "summary": "PRS for Music Limited - \u00a3760.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-22",
                    "published": "2025-08-26",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5115,
                    "twfy_id": "26362",
                    "party": "labour",
                    "member": "Jon Pearce",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "One ticket for attendance at the Ivor Novello Awards (value is estimated)",
                    "value": 760.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "PRS for Music Limited",
                    "donor_public_address": "1st Floor, Golding\u2019s House, 2 Hays Lane, London SE1 2HB",
                    "donor_status": "Company",
                    "donor_company_name": "PRS for Music Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "03444246",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13167",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13170,
                    "summary": "BBC - \u00a3160.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-26",
                    "published": "2025-08-26",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4479,
                    "twfy_id": "25279",
                    "party": "labour",
                    "member": "Nick Thomas-Symonds",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Associated with an appearance on Any Questions, car travel to and from my constituency to Stogursey and District Victory Village Hall, near Bridgwater, Somerset. Value is estimated",
                    "value": 160.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "BBC",
                    "donor_public_address": "Broadcasting House, Portland Place, London W1A 1AA",
                    "donor_status": "Company",
                    "donor_company_name": "BBC",
                    "donor_company_url": "",
                    "donor_company_identifier": "RC000057",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13170",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13164,
                    "summary": "Embassy of Qatar - \u00a3574.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-22",
                    "published": "2025-08-22",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4651,
                    "twfy_id": "25642",
                    "party": "labour",
                    "member": "Dan Carden",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Ticket (\u00a3120) and hotel (\u00a3454) for the Qatar Goodwood Festival 2025",
                    "value": 574.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Embassy of Qatar",
                    "donor_public_address": "1 South Audley Street, London W1K 1NB",
                    "donor_status": "Other",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "Embassy",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13164",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13165,
                    "summary": "Food and Drink Federation - \u00a3359.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-22",
                    "published": "2025-08-22",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5094,
                    "twfy_id": "26403",
                    "party": "labour",
                    "member": "Ms Julie Minns",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Ticket to Food and Drink Industry dinner",
                    "value": 359.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Food and Drink Federation",
                    "donor_public_address": "10 Bloomsbury Way, London WC1A 2SL",
                    "donor_status": "Company",
                    "donor_company_name": "Food and Drink Federation",
                    "donor_company_url": "",
                    "donor_company_identifier": "00210572",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13165",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13163,
                    "summary": "Great Britain China Centre - \u00a31,350.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-22",
                    "published": "2025-08-22",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5185,
                    "twfy_id": "26476",
                    "party": "labour",
                    "member": "Alan Gemmell",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Costs of a residential course attended by a member of my staff",
                    "value": 1350.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Great Britain China Centre",
                    "donor_public_address": "Kings Buildings, Smith Square, London SW1P 3HQ",
                    "donor_status": "Company",
                    "donor_company_name": "Great Britain China Centre",
                    "donor_company_url": "",
                    "donor_company_identifier": "01196043",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13163",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13155,
                    "summary": "Green Blade Fayre Ltd - \u00a3570.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-20",
                    "published": "2025-08-21",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4786,
                    "twfy_id": "25909",
                    "party": "your-party",
                    "member": "Zarah Sultana",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Three tickets to the Beautiful Days festival associated with being a guest speaker at the Rebel Tent",
                    "value": 570.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Green Blade Fayre Ltd",
                    "donor_public_address": "55 Canning Street, Brighton BN2 OEF",
                    "donor_status": "Company",
                    "donor_company_name": "Green Blade Fayre Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "04455770",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13155",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13157,
                    "summary": "Seabright Live Ltd - \u00a3362.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-20",
                    "published": "2025-08-21",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4370,
                    "twfy_id": "25364",
                    "party": "labour",
                    "member": "Jess Phillips",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Hotel for the night in Edinburgh, my husband accompanied me, where I was appearing at an event produced by Seabright Live",
                    "value": 362.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Seabright Live Ltd",
                    "donor_public_address": "100 Black Prince Rd, London SE1 7SJ",
                    "donor_status": "Company",
                    "donor_company_name": "Seabright Live Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "14661522",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13157",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13154,
                    "summary": "Hull Trains Company Limited - \u00a31,634.40",
                    "parent_interest_id": "",
                    "registered": "2025-08-20",
                    "published": "2025-08-20",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5105,
                    "twfy_id": "26358",
                    "party": "labour",
                    "member": "Jo White",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "36 rail tickets for Summer School students",
                    "value": 1634.4,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Hull Trains Company Limited",
                    "donor_public_address": "The Point, 8th Floor, 37 North Wharf Road, London W2 1AF",
                    "donor_status": "Company",
                    "donor_company_name": "Hull Trains Company Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "03715410",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13154",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13148,
                    "summary": "Steve Harman - \u00a3500.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-19",
                    "published": "2025-08-19",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4020,
                    "twfy_id": "24817",
                    "party": "conservative",
                    "member": "George Freeman",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Tickets and lunch for me and my wife at Goodwood racing",
                    "value": 500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Steve Harman",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13148",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13131,
                    "summary": "The Football Association Ltd - \u00a3390.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-15",
                    "published": "2025-08-18",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 483,
                    "twfy_id": "10183",
                    "party": "labour",
                    "member": "Maria Eagle",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets and hospitality for myself and a staff member for the Community Shield, between Liverpool FC and Crystal Palace FC at Wembley",
                    "value": 390.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "The Football Association Ltd",
                    "donor_public_address": "Wembley Stadium\nWembley\nLondon HA9 0WS",
                    "donor_status": "Company",
                    "donor_company_name": "The Football Association Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "00077797",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13131",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13142,
                    "summary": "R & A Championships Limited - \u00a3750.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-18",
                    "published": "2025-08-18",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 1409,
                    "twfy_id": "10780",
                    "party": "dup",
                    "member": "Mr Gregory Campbell",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets for myself as the MP for the Royal Portrush Golf Club area and guest at the Open Golf Championship",
                    "value": 750.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "R & A Championships Limited",
                    "donor_public_address": "Beach House, Golf Place, St Andrews, Scotland KY16 9JA",
                    "donor_status": "Company",
                    "donor_company_name": "R & A Championships Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "SC247047",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13142",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13125,
                    "summary": "Marriott Harrison LLP - \u00a34,929.60",
                    "parent_interest_id": "",
                    "registered": "2025-08-18",
                    "published": "2025-08-18",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "party": "liberal-democrat",
                    "member": "Charlie Maynard",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Pro bono legal advice",
                    "value": 4929.6,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Marriott Harrison LLP",
                    "donor_public_address": "80 Cheapside, London EC2V 6EE",
                    "donor_status": "Company",
                    "donor_company_name": "Marriott Harrison LLP",
                    "donor_company_url": "",
                    "donor_company_identifier": "OC372774",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13125",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13126,
                    "summary": "QinetiQ Group plc - \u00a3380.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-14",
                    "published": "2025-08-15",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4858,
                    "twfy_id": "25913",
                    "party": "reform",
                    "member": "Danny Kruger",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Hospitality and tickets to RIAT 2025 for me and my wife",
                    "value": 380.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "QinetiQ Group plc",
                    "donor_public_address": "Cody Technology Park, Ively Road, Farnborough GU14 0LX",
                    "donor_status": "Company",
                    "donor_company_name": "QinetiQ Group plc",
                    "donor_company_url": "",
                    "donor_company_identifier": "04586941",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13126",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13127,
                    "summary": "Great Britain China Centre - \u00a31,350.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-14",
                    "published": "2025-08-15",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4805,
                    "twfy_id": "25906",
                    "party": "conservative",
                    "member": "Alicia Kearns",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Hotel accomodation and sustinence during Great Britian-China Centre Future Leaders Programme (Oxford) attended by a member of my staff",
                    "value": 1350.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Great Britain China Centre",
                    "donor_public_address": "4th Floor, 42-44 Bishopsgate, London EC2N 4AH",
                    "donor_status": "Other",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "executive non-departmental body",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13127",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13108,
                    "summary": "Charles Gordon-Lennox (The Duke of Richmond) - \u00a3420.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-12",
                    "published": "2025-08-12",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4460,
                    "twfy_id": "25354",
                    "party": "conservative",
                    "member": "Ms Nusrat Ghani",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Three tickets and hospitality for event at Goodwood, Sussex",
                    "value": 420.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Charles Gordon-Lennox (The Duke of Richmond)",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13108",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13092,
                    "summary": "The Duke of Richmond and Gordon CBE DL - \u00a31,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-12",
                    "published": "2025-08-12",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4066,
                    "twfy_id": "24778",
                    "party": "conservative",
                    "member": "Priti Patel",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets for myself and a family member to attend the Goodwood Festival of Speed, including hospitality, as a guest of the Duke of Richmond (estimated cost per ticket of \u00a3500, NB: a donation was made by me to The King\u2019s Trust International of \u00a3100 per ticket)",
                    "value": 1000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "The Duke of Richmond and Gordon CBE DL",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13092",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13093,
                    "summary": "High Commissioner of India in the UK - \u00a3600.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-12",
                    "published": "2025-08-12",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4066,
                    "twfy_id": "24778",
                    "party": "conservative",
                    "member": "Priti Patel",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets and hospitality for me and a family member as a guest of the High Commissioner to attend the England v India Women\u2019s One Day International at Lord\u2019s in the ECB Chair's Suite (NB: this is not commercially available, but each ticket has an estimated face value of \u00a3250-\u00a3300)",
                    "value": 600.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "High Commissioner of India in the UK",
                    "donor_public_address": "High Commission of India, India House, Aldwych, London WC2B 4NA.",
                    "donor_status": "Other",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "High Commission",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13093",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13101,
                    "summary": "William Day - \u00a3840.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-11",
                    "published": "2025-08-11",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "party": "liberal-democrat",
                    "member": "Charlie Maynard",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Pro bono legal advice",
                    "value": 840.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "William Day",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13101",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13103,
                    "summary": "The Football Association - \u00a3390.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-11",
                    "published": "2025-08-11",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4503,
                    "twfy_id": "25377",
                    "party": "conservative",
                    "member": "Chris Philp",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets to watch Crystal Palace in the FA Community Shield for me and a family member",
                    "value": 390.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "The Football Association",
                    "donor_public_address": "Wembley Stadium, PO Box 1966, London SW1P 98Q",
                    "donor_status": "Company",
                    "donor_company_name": "The Football Association",
                    "donor_company_url": "",
                    "donor_company_identifier": "00077797",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13103",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 10877,
                    "summary": "Rugby Football Union - \u00a3638.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-08",
                    "published": "2025-08-11",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4623,
                    "twfy_id": "25634",
                    "party": "labour",
                    "member": "Tonia Antoniazzi",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets, with hospitality, to a Women's Rugby match",
                    "value": 638.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Rugby Football Union",
                    "donor_public_address": "Rugby House,Twickenham Stadium, 200 Whitton Road, Twickenham TW2 7BA",
                    "donor_status": "Company",
                    "donor_company_name": "Rugby Football Union",
                    "donor_company_url": "",
                    "donor_company_identifier": "IP27981R",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/10877",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13073,
                    "summary": "The Betting & Gaming Council - \u00a32,400.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-08",
                    "published": "2025-08-11",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4623,
                    "twfy_id": "25634",
                    "party": "labour",
                    "member": "Tonia Antoniazzi",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets and hospitality for Oasis",
                    "value": 2400.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "The Betting & Gaming Council",
                    "donor_public_address": "Kings Building, 16 Smith Square, London SW1P 3HQ",
                    "donor_status": "Company",
                    "donor_company_name": "The Betting & Gaming Council",
                    "donor_company_url": "",
                    "donor_company_identifier": "12213577",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13073",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13065,
                    "summary": "R & A Chamionships Limited - \u00a3900.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-11",
                    "published": "2025-08-11",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4623,
                    "twfy_id": "25634",
                    "party": "labour",
                    "member": "Tonia Antoniazzi",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets and hospitality to The 153rd Open",
                    "value": 900.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "R & A Chamionships Limited",
                    "donor_public_address": "Beach House, Golf Place, St Andrews KY16 9JA",
                    "donor_status": "Company",
                    "donor_company_name": "R & A Chamionships Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "SC247047",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13065",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13094,
                    "summary": "DHP Family Ltd - \u00a3834.60",
                    "parent_interest_id": "",
                    "registered": "2025-08-08",
                    "published": "2025-08-11",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5150,
                    "twfy_id": "26414",
                    "party": "labour",
                    "member": "Samantha Niblett",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Four tickets to Splendour Festival weekend",
                    "value": 834.6,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "DHP Family Ltd",
                    "donor_public_address": "2 Lace Market Square, Nottingham NG1 1PB",
                    "donor_status": "Company",
                    "donor_company_name": "DHP Family Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "00259388",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13094",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13102,
                    "summary": "Riz Mokal - \u00a31,014.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-11",
                    "published": "2025-08-11",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "party": "liberal-democrat",
                    "member": "Charlie Maynard",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Pro bono legal services",
                    "value": 1014.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Riz Mokal",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13102",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13084,
                    "summary": "Premier League - \u00a31,298.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-07",
                    "published": "2025-08-07",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 3973,
                    "twfy_id": "24715",
                    "party": "labour",
                    "member": "Grahame Morris",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "2x \u00a3649 tickets for the play-off finals with hospitality",
                    "value": 1298.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Premier League",
                    "donor_public_address": "Premier League, Brunel Building, 57 North Wharf Road, London, W2 1HQ.",
                    "donor_status": "Company",
                    "donor_company_name": "Premier League",
                    "donor_company_url": "",
                    "donor_company_identifier": "02719699",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13084",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13079,
                    "summary": "Ramesh Dewan - \u00a33,277.85",
                    "parent_interest_id": "",
                    "registered": "2025-08-06",
                    "published": "2025-08-06",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 188,
                    "twfy_id": "10155",
                    "party": "liberal-democrat",
                    "member": "Ed Davey",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Dinner hosted for the Liberal Democrats shared amongst 20 attendees",
                    "value": 3277.85,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Ramesh Dewan",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13079",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13068,
                    "summary": "Lawn Tennis Association - \u00a3460.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-05",
                    "published": "2025-08-05",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5088,
                    "twfy_id": "26452",
                    "party": "labour",
                    "member": "Sarah Coombes",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two Centre court and two ground passes to Wimbledon",
                    "value": 460.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Lawn Tennis Association",
                    "donor_public_address": "100 Priory Lane, London SW15 5JQ",
                    "donor_status": "Company",
                    "donor_company_name": "Lawn Tennis Association",
                    "donor_company_url": "",
                    "donor_company_identifier": "07459469",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13068",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13038,
                    "summary": "The British Racing Drivers' Club Limited - \u00a31,195.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-31",
                    "published": "2025-08-04",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5316,
                    "twfy_id": "26630",
                    "party": "labour",
                    "member": "Mike Reader",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Attended the British Grand Prix as local MP and member of the All-Party Parliamentary Group on Motorsports",
                    "value": 1195.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "The British Racing Drivers' Club Limited",
                    "donor_public_address": "Silverstone Circuit, Silverstone, Towcester, Northamptonshire NN12 8TN",
                    "donor_status": "Company",
                    "donor_company_name": "The British Racing Drivers' Club Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "00257980",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13038",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13037,
                    "summary": "Nutricia Limited - \u00a3540.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-31",
                    "published": "2025-08-04",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5316,
                    "twfy_id": "26630",
                    "party": "labour",
                    "member": "Mike Reader",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Attended Wimbledon with Danone (Evian Water) in capacity as chair of the All-Party Parliamentary Group for Food and Drink",
                    "value": 540.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Nutricia Limited",
                    "donor_public_address": "Newmarket Avenue, Whitehorse Business Park, Trowbridge, Wiltshire BA14 0XQ",
                    "donor_status": "Company",
                    "donor_company_name": "Nutricia Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "00275552",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13037",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13059,
                    "summary": "Lawn Tennis Association - \u00a3320.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-04",
                    "published": "2025-08-04",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 3952,
                    "twfy_id": "24845",
                    "party": "labour",
                    "member": "Mr Toby Perkins",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets to watch Wimbledon Tennis championships",
                    "value": 320.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Lawn Tennis Association",
                    "donor_public_address": "The National Tennis Centre, 100 Priory Lane, Roehampton, London SW15 5JQ",
                    "donor_status": "Company",
                    "donor_company_name": "Lawn Tennis Association",
                    "donor_company_url": "",
                    "donor_company_identifier": "07459469",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13059",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13051,
                    "summary": "Optimistic Trout Productions C.I.C - \u00a3375.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-04",
                    "published": "2025-08-04",
                    "updated_1": "2025-08-14",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "party": "labour",
                    "member": "Clive Lewis",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets, for myself and a guest (plus car park pass), for a speaking engagement at the Green Gathering Festival (actual value)",
                    "value": 375.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Optimistic Trout Productions C.I.C",
                    "donor_public_address": "Pengraig, Velindre, Llandysul, Carmarthenshire, Wales SA44 5HX",
                    "donor_status": "Company",
                    "donor_company_name": "Optimistic Trout Productions C.I.C",
                    "donor_company_url": "",
                    "donor_company_identifier": "07460992",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13051",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13048,
                    "summary": "The All England Lawn Tennis Club (Championships) Limited - \u00a3560.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-01",
                    "published": "2025-08-04",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5321,
                    "twfy_id": "26570",
                    "party": "liberal-democrat",
                    "member": "Mr Paul Kohler",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two Royal Box tickets to watch the Wimbledon Championships",
                    "value": 560.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "The All England Lawn Tennis Club (Championships) Limited",
                    "donor_public_address": "Church Road, Wimbledon, London SW19 5AE",
                    "donor_status": "Company",
                    "donor_company_name": "The All England Lawn Tennis Club (Championships) Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "07546773",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13048",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13056,
                    "summary": "Ascot Authority (Holdings) Limited - \u00a3650.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-04",
                    "published": "2025-08-04",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4514,
                    "twfy_id": "25353",
                    "party": "labour",
                    "member": "Sir Keir Starmer",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Tickets and hospitality for three family members (value approximate)",
                    "value": 650.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Ascot Authority (Holdings) Limited",
                    "donor_public_address": "Ascot Racecourse, Ascot, Berkshire SL5 7JX",
                    "donor_status": "Company",
                    "donor_company_name": "Ascot Authority (Holdings) Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "04274507",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13056",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13049,
                    "summary": "Premier League - \u00a3700.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-02",
                    "published": "2025-08-04",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5230,
                    "twfy_id": "26533",
                    "party": "labour",
                    "member": "Warinder Juss",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two hospitality tickets to attend the Wolves v Aston Villa match on 1 February 2025 as part of the Premier League's \"More than a game\" initiative, where there was also a presentation of the award for the winner of the Premier League Community Captain award, in the presence of the West Midlands Mayor, Leader of the Council and another MP",
                    "value": 700.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Premier League",
                    "donor_public_address": "Brunel Building, 57 North Wharf Road, London W2 1HQ",
                    "donor_status": "Company",
                    "donor_company_name": "Premier League",
                    "donor_company_url": "",
                    "donor_company_identifier": "02719699",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13049",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13045,
                    "summary": "UK Music - \u00a3599.88",
                    "parent_interest_id": "",
                    "registered": "2025-08-01",
                    "published": "2025-08-04",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5321,
                    "twfy_id": "26570",
                    "party": "liberal-democrat",
                    "member": "Mr Paul Kohler",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets for the BST in Hyde Park, including hospitality on the terrace",
                    "value": 599.88,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "UK Music",
                    "donor_public_address": "Work.Life, 33 Foley Street, London, England W1W 7TL",
                    "donor_status": "Company",
                    "donor_company_name": "UK Music",
                    "donor_company_url": "",
                    "donor_company_identifier": "03245288",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13045",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13053,
                    "summary": "Lawn Tennis Association - \u00a3640.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-04",
                    "published": "2025-08-04",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4803,
                    "twfy_id": "25808",
                    "party": "conservative",
                    "member": "Paul Holmes",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Ticket with hospitality to Wimbledon 2025, attended as a guest of the Shadow Secretary of State for Culture, Media and Sport",
                    "value": 640.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Lawn Tennis Association",
                    "donor_public_address": "The National Tennis Centre, 100 Priory Lane, Roehampton, London SW15 5JQ",
                    "donor_status": "Company",
                    "donor_company_name": "Lawn Tennis Association",
                    "donor_company_url": "",
                    "donor_company_identifier": "07459469",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13053",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13060,
                    "summary": "All England Lawn Tennis Club (Championships)  Ltd - \u00a3520.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-04",
                    "published": "2025-08-04",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 3952,
                    "twfy_id": "24845",
                    "party": "labour",
                    "member": "Mr Toby Perkins",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets plus hospitality at Wimbledon Tennis championships",
                    "value": 520.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "All England Lawn Tennis Club (Championships)  Ltd",
                    "donor_public_address": "Church Road, Wimbledon, London SW19 5AE",
                    "donor_status": "Company",
                    "donor_company_name": "All England Lawn Tennis Club (Championships)  Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "07546773",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13060",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13036,
                    "summary": "Mace Consult Limited - \u00a3575.04",
                    "parent_interest_id": "",
                    "registered": "2025-07-31",
                    "published": "2025-08-01",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5316,
                    "twfy_id": "26630",
                    "party": "labour",
                    "member": "Mike Reader",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "May 2025 cost of legal services arranged and paid for by Mace Consult Limited, instructing Pinsent Masons LLP to act on their behalf in employment tribunal case",
                    "value": 575.04,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Mace Consult Limited",
                    "donor_public_address": "155 Moorgate, London EC2M 6XB",
                    "donor_status": "Company",
                    "donor_company_name": "Mace Consult Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "07094851",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13036",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13018,
                    "summary": "LACA Ltd - \u00a3522.00",
                    "parent_interest_id": "",
                    "registered": "2025-08-01",
                    "published": "2025-08-01",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 1521,
                    "twfy_id": "11592",
                    "party": "labour",
                    "member": "Mrs Sharon Hodgson",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Accommodation and meals at the LACA Main Event 2025 alongside Parliamentary Assistant",
                    "value": 522.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "LACA Ltd",
                    "donor_public_address": "11-13 The Quad, Sovereign Way, Chester, Cheshire CH1 4QP",
                    "donor_status": "Company",
                    "donor_company_name": "LACA Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "6795804",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13018",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12975,
                    "summary": "PRS for Music - \u00a32,872.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-23",
                    "published": "2025-07-31",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5201,
                    "twfy_id": "26539",
                    "party": "liberal-democrat",
                    "member": "Victoria Collins",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Glastonbury event tickets, accommodation, food and transport for two people sponsored by PRS for Music",
                    "value": 2872.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "PRS for Music",
                    "donor_public_address": "Goldings House, 2 Hays Lane, London SE1 2HB",
                    "donor_status": "Company",
                    "donor_company_name": "PRS for Music",
                    "donor_company_url": "",
                    "donor_company_identifier": "3444246",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12975",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13032,
                    "summary": "The Jockey Club - \u00a3800.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-30",
                    "published": "2025-07-31",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5182,
                    "twfy_id": "26425",
                    "party": "liberal-democrat",
                    "member": "Charlotte Cane",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two Friday afternoon tickets, for myself and a guest, at the Newmarket July Festival in the Jockey Club area, with buffet lunch and drinks (the value is estimated)",
                    "value": 800.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "The Jockey Club",
                    "donor_public_address": "21-27 Lambs Conduit Street, London WC1N 3NL",
                    "donor_status": "Company",
                    "donor_company_name": "The Jockey Club",
                    "donor_company_url": "",
                    "donor_company_identifier": "RC000287",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13032",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13021,
                    "summary": "Southwark Cathedral Dean and Chapter - \u00a3705.60",
                    "parent_interest_id": "",
                    "registered": "2025-07-29",
                    "published": "2025-07-31",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4368,
                    "twfy_id": "25326",
                    "party": "labour",
                    "member": "Neil Coyle",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Community meeting at the Garry Weston Library including UOE owner Elliot Jacobs, Post Office representatives, the CWU and a local councillor, about the future of the Borough High Street Post Office. Room hire fee waived except VAT and cleaning fee",
                    "value": 705.6,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Southwark Cathedral Dean and Chapter",
                    "donor_public_address": "Southwark Cathedral, London Bridge, London SE1 9DA",
                    "donor_status": "Company",
                    "donor_company_name": "Southwark Cathedral Dean and Chapter",
                    "donor_company_url": "",
                    "donor_company_identifier": "02869292",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13021",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13014,
                    "summary": "Belfast City Airport - \u00a31,140.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-29",
                    "published": "2025-07-29",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4360,
                    "twfy_id": "25280",
                    "party": "dup",
                    "member": "Gavin Robinson",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Ticket with hospitality for the final day of the British Open at Royal Portrush on 20th July 2025",
                    "value": 1140.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Belfast City Airport",
                    "donor_public_address": "Airport Road, Belfast BT3 9JH",
                    "donor_status": "Company",
                    "donor_company_name": "Belfast City Airport",
                    "donor_company_url": "",
                    "donor_company_identifier": "NI 016363",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13014",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13016,
                    "summary": "The Lawn Tennis Association Limited - \u00a3540.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-28",
                    "published": "2025-07-29",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5065,
                    "twfy_id": "26478",
                    "party": "labour",
                    "member": "Rachel Taylor",
                    "appg": "Tennis APPG",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets for Centre Court at Wimbledon during week 2 of the Championships",
                    "value": 540.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "The Lawn Tennis Association Limited",
                    "donor_public_address": "The National Tennis Centre 100 Priory Lane, Roehampton, London SW15 5JQ",
                    "donor_status": "Company",
                    "donor_company_name": "The Lawn Tennis Association Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "07459469",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13016",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13020,
                    "summary": "UK Music - \u00a3739.90",
                    "parent_interest_id": "",
                    "registered": "2025-07-29",
                    "published": "2025-07-29",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 1440,
                    "twfy_id": "11333",
                    "party": "scottish-national-party",
                    "member": "Pete Wishart",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets for Neil Young at BST concerts at Hyde Park. Shared with one other person",
                    "value": 739.9,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "UK Music",
                    "donor_public_address": "Savoy Hill House, 7-10 Savoy Hill, London WC2R 0BU",
                    "donor_status": "Company",
                    "donor_company_name": "UK Music",
                    "donor_company_url": "",
                    "donor_company_identifier": "03245288",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13020",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13009,
                    "summary": "Silverstone Circuits Limited - \u00a34,590.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-27",
                    "published": "2025-07-28",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5193,
                    "twfy_id": "26380",
                    "party": "labour",
                    "member": "Callum Anderson",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets and hospitality to watch the British Grand Prix over three days",
                    "value": 4590.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Silverstone Circuits Limited",
                    "donor_public_address": "Silverstone Circuit, Northamptonshire NN12 8TN",
                    "donor_status": "Company",
                    "donor_company_name": "Silverstone Circuits Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "00882843",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13009",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12965,
                    "summary": "Fenchurch Advisory Partners LLP - \u00a31,301.80",
                    "parent_interest_id": "",
                    "registered": "2025-07-28",
                    "published": "2025-07-28",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "party": "conservative",
                    "member": "Sir Oliver Dowden",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets including hospitality for the Henley Festival",
                    "value": 1301.8,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Fenchurch Advisory Partners LLP",
                    "donor_public_address": "110 Bishopsgate, London EC2N 4AY",
                    "donor_status": "Company",
                    "donor_company_name": "Fenchurch Advisory Partners LLP",
                    "donor_company_url": "",
                    "donor_company_identifier": "OC306074",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12965",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 13017,
                    "summary": "Silverstone Circuits Ltd - \u00a3800.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-28",
                    "published": "2025-07-28",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5169,
                    "twfy_id": "26461",
                    "party": "conservative",
                    "member": "Charlie Dewhirst",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets with hospitality for myself and a family member to attend the British Grand Prix",
                    "value": 800.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Silverstone Circuits Ltd",
                    "donor_public_address": "The Jimmy Brown Centre, Silverstone Circuit, Towcester NN12 8TN",
                    "donor_status": "Company",
                    "donor_company_name": "Silverstone Circuits Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "00882843",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/13017",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12990,
                    "summary": "Google UK Ltd - \u00a32,908.02",
                    "parent_interest_id": "",
                    "registered": "2025-07-26",
                    "published": "2025-07-26",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5082,
                    "twfy_id": "26486",
                    "party": "labour",
                    "member": "Jake Richards",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Hospitality as a guest of YouTube at Glastonbury Festival 2025",
                    "value": 2908.02,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Google UK Ltd",
                    "donor_public_address": "1-13 St Giles High Street, London WC2H 8AG",
                    "donor_status": "Company",
                    "donor_company_name": "Google UK Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "03977902",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12990",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12992,
                    "summary": "Google UK Ltd - \u00a31,982.84",
                    "parent_interest_id": "",
                    "registered": "2025-07-24",
                    "published": "2025-07-24",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5064,
                    "twfy_id": "26345",
                    "party": "labour",
                    "member": "Steve Race",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Hospitality as a guest of YouTube at Glastonbury Festival 2025 for a value of \u00a31982.84 as MP for a South West England constituency and as Chair of the APPG for the Great South West",
                    "value": 1982.84,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Google UK Ltd",
                    "donor_public_address": "1-13 St Giles High St, London WC2H 8AG",
                    "donor_status": "Company",
                    "donor_company_name": "Google UK Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "03977902",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12992",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12989,
                    "summary": "Motorsport UK - \u00a31,400.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-24",
                    "published": "2025-07-24",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5256,
                    "twfy_id": "26557",
                    "party": "labour",
                    "member": "Jonathan Davies",
                    "appg": "APPG for Motorsport",
                    "payment_type": "In kind",
                    "payment_description": "Admission and hospitality for myself and a guest at the 2025 British Grand Prix alongside other MPs as part of my membership of the All Party Parliamentary Group for Motorsport. This would have cost \u00a3700 each if bought on the open market",
                    "value": 1400.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Motorsport UK",
                    "donor_public_address": "Bicester Motion, OX27 8FY.",
                    "donor_status": "Other",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "Motorsport UK is the national membership organisation and governing body for four-wheel motorsport in the UK, representing competitors, volunteers, clubs and fans.",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12989",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12976,
                    "summary": "Football Association Limited - \u00a3525.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-23",
                    "published": "2025-07-23",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5149,
                    "twfy_id": "26449",
                    "party": "labour",
                    "member": "Amanda Hack",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Three tickets with hospitality for myself, a guest and a family member for the Women's Football friendly between England and Jamaica.  Hosted at the King Power Stadium, Leicester City",
                    "value": 525.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Football Association Limited",
                    "donor_public_address": "Wembley Stadium, Wembley, London, HA9 0WS",
                    "donor_status": "Company",
                    "donor_company_name": "Football Association Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "00077797",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12976",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12979,
                    "summary": "Ipswich Town Football Club Company Limited - \u00a31,128.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-23",
                    "published": "2025-07-23",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5131,
                    "twfy_id": "26385",
                    "party": "labourco-operative",
                    "member": "Jack Abbott",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets to an Ed Sheeran concert at Portman Road",
                    "value": 1128.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Ipswich Town Football Club Company Limited",
                    "donor_public_address": "Portman Road, Ipswich, IP1 2DA",
                    "donor_status": "Company",
                    "donor_company_name": "Ipswich Town Football Club Company Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "00315421",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12979",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12980,
                    "summary": "Silverstone Circuit - \u00a31,400.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-23",
                    "published": "2025-07-23",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4828,
                    "twfy_id": "25819",
                    "party": "labour",
                    "member": "Paula Barker",
                    "appg": "F1 APPG",
                    "payment_type": "In kind",
                    "payment_description": "I attended F1 qualifying at Silverstone on Friday 4 July 2025 with my son.  We were in the Directors Box and received hospitality tickets, food & drink",
                    "value": 1400.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Silverstone Circuit",
                    "donor_public_address": "The Jimmy Brown Centre, Silverstone Circuit, Towcester NN12 8TN",
                    "donor_status": "Company",
                    "donor_company_name": "Silverstone Circuit",
                    "donor_company_url": "",
                    "donor_company_identifier": "00882843",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12980",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12982,
                    "summary": "Premier League - \u00a3600.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-23",
                    "published": "2025-07-23",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5230,
                    "twfy_id": "26533",
                    "party": "labour",
                    "member": "Warinder Juss",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two hospitality tickets by the Premier League to attend the Wolves v Brighton match at Molineux, Wolverhampton on 10 May 2025 as part of the Premier League's Inside Matters campaign on mental health",
                    "value": 600.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Premier League",
                    "donor_public_address": "Brunel Building\n57 North Wharf Road\nLondon\nUnited Kingdom W2 1HQ",
                    "donor_status": "Company",
                    "donor_company_name": "Premier League",
                    "donor_company_url": "",
                    "donor_company_identifier": "02719699",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12982",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12957,
                    "summary": "Prosperity Institute - \u00a31,175.32",
                    "parent_interest_id": "",
                    "registered": "2025-07-23",
                    "published": "2025-07-23",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4475,
                    "twfy_id": "25272",
                    "party": "reform",
                    "member": "Suella Braverman",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "2 return economy flights to Belfast (\u00a3840), Heathrow Airport parking for 2 vehicles (\u00a3180), hire car for 1 day for travel to, from and around Belfast (\u00a3155.32) for my team member and I",
                    "value": 1175.32,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Prosperity Institute",
                    "donor_public_address": "11 Charles Street, London,W1J 5DW",
                    "donor_status": "Company",
                    "donor_company_name": "Prosperity Institute",
                    "donor_company_url": "",
                    "donor_company_identifier": "14543238",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12957",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12959,
                    "summary": "Live Nation Ltd - \u00a3565.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-22",
                    "published": "2025-07-22",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4370,
                    "twfy_id": "25364",
                    "party": "labour",
                    "member": "Jess Phillips",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "I was given two tickets for me and a family member to Black Sabbath Farewell concert in Birmingham",
                    "value": 565.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Live Nation Ltd",
                    "donor_public_address": "30 St. John Street, London, England, EC1M 4AY",
                    "donor_status": "Company",
                    "donor_company_name": "Live Nation Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "02409911",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12959",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12970,
                    "summary": "Silverstone Circuits Limited - \u00a31,400.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-22",
                    "published": "2025-07-22",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5322,
                    "twfy_id": "26560",
                    "party": "liberal-democrat",
                    "member": "Mr Will Forster",
                    "appg": "Motorsport",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets with hospitality for Saturday Qualifying at Silverstone",
                    "value": 1400.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Silverstone Circuits Limited",
                    "donor_public_address": "The Jimmy Brown Centre, Silverstone Circuit, Towcester NN12 8TN",
                    "donor_status": "Company",
                    "donor_company_name": "Silverstone Circuits Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "882843",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12970",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12966,
                    "summary": "Google UK Ltd - \u00a33,965.92",
                    "parent_interest_id": "",
                    "registered": "2025-07-22",
                    "published": "2025-07-22",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5118,
                    "twfy_id": "26396",
                    "party": "labour",
                    "member": "Chris Curtis",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Hospitality as a guest of YouTube at Glastonbury Festival 2025 for me and a member of staff",
                    "value": 3965.92,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Google UK Ltd",
                    "donor_public_address": "1-13 St Giles High St, London WC2H 8AG",
                    "donor_status": "Company",
                    "donor_company_name": "Google UK Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "03977902",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12966",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12969,
                    "summary": "LTA Ltd - \u00a31,316.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-22",
                    "published": "2025-07-22",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "party": "conservative",
                    "member": "Sir Jeremy Hunt",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets and hospitality at Wimbledon Tennis Championships",
                    "value": 1316.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "LTA Ltd",
                    "donor_public_address": "The National Tennis Centre, 100 Priory Lane, Roehampton, London, SW15 5JQ",
                    "donor_status": "Company",
                    "donor_company_name": "LTA Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "07459469",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12969",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12951,
                    "summary": "Silverstone - \u00a31,400.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-21",
                    "published": "2025-07-21",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4932,
                    "twfy_id": "26055",
                    "party": "conservative",
                    "member": "Mr Louie French",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets to Silverstone Grand Prix as part of the Shadow Sports Minister role and meeting with Silverstone officials",
                    "value": 1400.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Silverstone",
                    "donor_public_address": "Silverstone Circuit, Towcester, Northamptonshire, United Kingdom, NN12 8TN",
                    "donor_status": "Company",
                    "donor_company_name": "Silverstone",
                    "donor_company_url": "",
                    "donor_company_identifier": "00882843",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12951",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12958,
                    "summary": "R & A Golf \u2018The Open\u2019 - \u00a3400.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-21",
                    "published": "2025-07-21",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5356,
                    "twfy_id": "25122",
                    "party": "traditional-unionist-voice",
                    "member": "Jim Allister",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Tickets to \u2018The Open\u2019",
                    "value": 400.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "R & A Golf \u2018The Open\u2019",
                    "donor_public_address": "St Andrews\nKY16 9JD",
                    "donor_status": "Company",
                    "donor_company_name": "R & A Golf \u2018The Open\u2019",
                    "donor_company_url": "",
                    "donor_company_identifier": "SC351418",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12958",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12942,
                    "summary": "Google UK Ltd - \u00a31,982.84",
                    "parent_interest_id": "",
                    "registered": "2025-07-21",
                    "published": "2025-07-21",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4008,
                    "twfy_id": "24873",
                    "party": "conservative",
                    "member": "Dame Caroline Dinenage",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "One ticket, one tent, YouTube Merchandise and brunch on both days",
                    "value": 1982.84,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Google UK Ltd",
                    "donor_public_address": "1-13 St Giles High St, London WC2H 8AG",
                    "donor_status": "Company",
                    "donor_company_name": "Google UK Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "03977902",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12942",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12945,
                    "summary": "UK Athletics Limited - \u00a3400.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-21",
                    "published": "2025-07-21",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5278,
                    "twfy_id": "26542",
                    "party": "labour",
                    "member": "Uma Kumaran",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets to the Diamond League London Athletics Meeting on 19th July at the London Stadium",
                    "value": 400.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "UK Athletics Limited",
                    "donor_public_address": "Athletics House, Alexander Stadium,\nWalsall Road, Perry Barr, Birmingham, B42 2BE",
                    "donor_status": "Limited Liability Partnership",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12945",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12939,
                    "summary": "BBC - \u00a3243.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-21",
                    "published": "2025-07-21",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5222,
                    "twfy_id": "26467",
                    "party": "labour",
                    "member": "Tom Rutland",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets with hospitality to BBC Proms (\u00a3121.50 each)",
                    "value": 243.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "BBC",
                    "donor_public_address": "Broadcasting House, Portland Place, London, W1A 1AA",
                    "donor_status": "Company",
                    "donor_company_name": "BBC",
                    "donor_company_url": "",
                    "donor_company_identifier": "RC000057",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12939",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12940,
                    "summary": "BBC - \u00a3240.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-21",
                    "published": "2025-07-21",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5222,
                    "twfy_id": "26467",
                    "party": "labour",
                    "member": "Tom Rutland",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets to Wimbledon (value: \u00a3120 each)",
                    "value": 240.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "BBC",
                    "donor_public_address": "Broadcasting House, Portland Place, London, W1A 1AA",
                    "donor_status": "Company",
                    "donor_company_name": "BBC",
                    "donor_company_url": "",
                    "donor_company_identifier": "RC000057",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12940",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12950,
                    "summary": "The Lawn Tennis Association - \u00a31,280.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-21",
                    "published": "2025-07-21",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4932,
                    "twfy_id": "26055",
                    "party": "conservative",
                    "member": "Mr Louie French",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets to Wimbledon as part of the Shadow Sports Minister role with Lawn Tennis Association to discuss British tennis",
                    "value": 1280.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "The Lawn Tennis Association",
                    "donor_public_address": "The National Tennis Centre\n100 Priory Lane, Roehampton,\nLondon, SW15 5JQ",
                    "donor_status": "Company",
                    "donor_company_name": "The Lawn Tennis Association",
                    "donor_company_url": "",
                    "donor_company_identifier": "07459469",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12950",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12949,
                    "summary": "Silverstone Circuits Limited - \u00a3100.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-21",
                    "published": "2025-07-21",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5355,
                    "twfy_id": "26635",
                    "party": "conservative",
                    "member": "Sarah Bool",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Lunch hospitality at Escapade after site visit with a team member",
                    "value": 100.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Silverstone Circuits Limited",
                    "donor_public_address": "Silverstone Circuit, Towcester, Northamptonshire, NN12 8TN",
                    "donor_status": "Company",
                    "donor_company_name": "Silverstone Circuits Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "00882843",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12949",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12892,
                    "summary": "R&A Championships Limited - \u00a3750.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-18",
                    "published": "2025-07-18",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5280,
                    "twfy_id": "26534",
                    "party": "scottish-national-party",
                    "member": "Seamus Logan",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Attendance with a guest at the first day\u2019s play of the 153rd Open Championship at Royal Portrush Golf Club, Northern Ireland on July 17th, 2025",
                    "value": 750.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "R&A Championships Limited",
                    "donor_public_address": "Beach House, \nGolf Place, St Andrews,\nScotland,\nKY16 9JA",
                    "donor_status": "Other",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "93199  Other sports activities",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12892",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12936,
                    "summary": "PRS for Music Limited - \u00a33,122.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-18",
                    "published": "2025-07-18",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4637,
                    "twfy_id": "25622",
                    "party": "labour",
                    "member": "Mr James Frith",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "2 tickets for Glastonbury and accommodation",
                    "value": 3122.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "PRS for Music Limited",
                    "donor_public_address": "1st Floor, Golding\u2019s House, 2 Hays Lane\nLondon SE1 2HB",
                    "donor_status": "Company",
                    "donor_company_name": "PRS for Music Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "03444246",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12936",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12932,
                    "summary": "Anton\u2019 de Piro - \u00a3696.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-18",
                    "published": "2025-07-18",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5168,
                    "twfy_id": "26541",
                    "party": "labour",
                    "member": "Adam Jogee",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Return economy flight between Northern Ireland and Great Britain",
                    "value": 696.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Anton\u2019 de Piro",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12932",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12917,
                    "summary": "Lawn Tennis Association - \u00a31,280.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-17",
                    "published": "2025-07-17",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4032,
                    "twfy_id": "24864",
                    "party": "conservative",
                    "member": "Stuart Andrew",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets with hospitality to Wimbledon 2025, attended as Shadow Secretary of State for Culture, Media and Sport with a guest",
                    "value": 1280.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Lawn Tennis Association",
                    "donor_public_address": "The National Tennis Centre, 100 Priory Lane, Roehampton, London, SW15 5JQ",
                    "donor_status": "Company",
                    "donor_company_name": "Lawn Tennis Association",
                    "donor_company_url": "",
                    "donor_company_identifier": "07459469",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12917",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12918,
                    "summary": "The Lawn Tennis Association - \u00a31,280.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-17",
                    "published": "2025-07-17",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4407,
                    "twfy_id": "25381",
                    "party": "conservative",
                    "member": "Nigel Huddleston",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets and hospitality for myself and a guest",
                    "value": 1280.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "The Lawn Tennis Association",
                    "donor_public_address": "The National Tennis Centre, 100 Priory Lane, Roehampton, London SW15 5JQ",
                    "donor_status": "Company",
                    "donor_company_name": "The Lawn Tennis Association",
                    "donor_company_url": "",
                    "donor_company_identifier": "07459469",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12918",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12894,
                    "summary": "Google UK Ltd - \u00a32,090.84",
                    "parent_interest_id": "",
                    "registered": "2025-07-16",
                    "published": "2025-07-16",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5174,
                    "twfy_id": "26441",
                    "party": "labour",
                    "member": "Fred Thomas",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Ticket and hospitality as a guest of YouTube at Glastonbury Festival 2025",
                    "value": 2090.84,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Google UK Ltd",
                    "donor_public_address": "1-13 St Giles High St, London WC2H 8AG",
                    "donor_status": "Company",
                    "donor_company_name": "Google UK Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "03977902",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12894",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12907,
                    "summary": "William Day - \u00a34,200.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-16",
                    "published": "2025-07-16",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "party": "liberal-democrat",
                    "member": "Charlie Maynard",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Pro bono legal advice",
                    "value": 4200.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "William Day",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12907",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12913,
                    "summary": "The National Tennis Company - \u00a3540.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-16",
                    "published": "2025-07-16",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4623,
                    "twfy_id": "25634",
                    "party": "labour",
                    "member": "Tonia Antoniazzi",
                    "appg": "APPG Tennis",
                    "payment_type": "In kind",
                    "payment_description": "Tickets to Wimbledon",
                    "value": 540.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "The National Tennis Company",
                    "donor_public_address": "100 Priory Lane, Roehampton, London SW15 5JQ",
                    "donor_status": "Company",
                    "donor_company_name": "The National Tennis Company",
                    "donor_company_url": "",
                    "donor_company_identifier": "07475460",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12913",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12914,
                    "summary": "Lawn Tennis Association - \u00a3640.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-16",
                    "published": "2025-07-16",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4018,
                    "twfy_id": "24796",
                    "party": "conservative",
                    "member": "Helen Grant",
                    "appg": "Tennis",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets to attend the Wimbledon Tennis Championships with hospitality",
                    "value": 640.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Lawn Tennis Association",
                    "donor_public_address": "National Tennis Centre, 100 Priory Lane, Roehampton, London SW15 5JQ",
                    "donor_status": "Company",
                    "donor_company_name": "Lawn Tennis Association",
                    "donor_company_url": "",
                    "donor_company_identifier": "07459469",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12914",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12905,
                    "summary": "Paul Mainds - \u00a3350.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-16",
                    "published": "2025-07-16",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4077,
                    "twfy_id": "24868",
                    "party": "labour",
                    "member": "Emma Reynolds",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Entry to and hospitality at Henley Royal Regatta 2025 for me and my husband. Approximate value of \u00a3175 per person",
                    "value": 350.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Paul Mainds",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12905",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12909,
                    "summary": "Marriott Harrison LLP - \u00a316,095.60",
                    "parent_interest_id": "",
                    "registered": "2025-07-16",
                    "published": "2025-07-16",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "party": "liberal-democrat",
                    "member": "Charlie Maynard",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Pro bono legal advice",
                    "value": 16095.6,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Marriott Harrison LLP",
                    "donor_public_address": "80 Cheapside, London EC2V 6EE",
                    "donor_status": "Company",
                    "donor_company_name": "Marriott Harrison LLP",
                    "donor_company_url": "",
                    "donor_company_identifier": "OC372774",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12909",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12908,
                    "summary": "Riz Mokal - \u00a33,978.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-16",
                    "published": "2025-07-16",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "party": "liberal-democrat",
                    "member": "Charlie Maynard",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Pro bono legal advice",
                    "value": 3978.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Riz Mokal",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12908",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12911,
                    "summary": "Silverstone Circuits Ltd - \u00a34,590.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-16",
                    "published": "2025-07-16",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4778,
                    "twfy_id": "25925",
                    "party": "conservative",
                    "member": "Greg Smith",
                    "appg": "Formula 1 and Motorsport",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets with hospitality to watch British Grand Prix for three days",
                    "value": 4590.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Silverstone Circuits Ltd",
                    "donor_public_address": "The Jimmy Brown Centre, Silverstone Circuit, Towcester NN12 8TN",
                    "donor_status": "Company",
                    "donor_company_name": "Silverstone Circuits Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "882843",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12911",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12899,
                    "summary": "LTA - \u00a3540.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-15",
                    "published": "2025-07-15",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 1482,
                    "twfy_id": "11406",
                    "party": "conservative",
                    "member": "Graham Stuart",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "The Championships, Wimbledon. 2 tickets. No hospitality",
                    "value": 540.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "LTA",
                    "donor_public_address": "National Tennis Centre, 100 Priory Lane, Roehampton, London SW15 5JQ",
                    "donor_status": "Company",
                    "donor_company_name": "LTA",
                    "donor_company_url": "",
                    "donor_company_identifier": "07475460",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12899",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12893,
                    "summary": "LTA - \u00a3200.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-15",
                    "published": "2025-07-15",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 1482,
                    "twfy_id": "11406",
                    "party": "conservative",
                    "member": "Graham Stuart",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "The Championships, Wimbledon. Ticket. No hospitality",
                    "value": 200.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "LTA",
                    "donor_public_address": "National Tennis Centre, 100 Priory Lane, Roehampton, London SW15 5JQ",
                    "donor_status": "Company",
                    "donor_company_name": "LTA",
                    "donor_company_url": "",
                    "donor_company_identifier": "07475460",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12893",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12904,
                    "summary": "Silverstone Circuits Ltd - \u00a32,390.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-15",
                    "published": "2025-07-15",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5335,
                    "twfy_id": "26372",
                    "party": "liberal-democrat",
                    "member": "Jess Brown-Fuller",
                    "appg": "Formula 1 and Motorsport APPG",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets with hospitality to the Legends Suite at Silverstone to watch the British Grand Prix (\u00a31,195 each). Invited as Co-Chair the APPG for Formula 1 and Motorsport",
                    "value": 2390.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Silverstone Circuits Ltd",
                    "donor_public_address": "The Jimmy Brown Centre, Silverstone Circuit, Towcester, Northamptonshire NN12 8TN",
                    "donor_status": "Company",
                    "donor_company_name": "Silverstone Circuits Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "882843",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12904",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12898,
                    "summary": "Google UK Ltd - \u00a31,057.78",
                    "parent_interest_id": "",
                    "registered": "2025-07-15",
                    "published": "2025-07-15",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4460,
                    "twfy_id": "25354",
                    "party": "conservative",
                    "member": "Ms Nusrat Ghani",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "One ticket and hospitality at the Glastonbury Festival of Contemporary Arts 2025",
                    "value": 1057.78,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Google UK Ltd",
                    "donor_public_address": "1-13 St Giles High St, London WC2H 8AG",
                    "donor_status": "Company",
                    "donor_company_name": "Google UK Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "03977902",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12898",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12897,
                    "summary": "Centre for Social Justice (CSJ) - \u00a3377.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-15",
                    "published": "2025-07-15",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 152,
                    "twfy_id": "10180",
                    "party": "conservative",
                    "member": "Sir Iain Duncan Smith",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Associated with attending the CSJ Supporter's Day in my capacity as Chairman of the CSJ to include transport and lunch costs",
                    "value": 377.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Centre for Social Justice (CSJ)",
                    "donor_public_address": "Kings Buildings, 16 Smith Square, London SW1P 3HQ",
                    "donor_status": "Company",
                    "donor_company_name": "Centre for Social Justice (CSJ)",
                    "donor_company_url": "",
                    "donor_company_identifier": "05137036",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12897",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12879,
                    "summary": "Glastonbury Festival Events Limited - \u00a3393.50",
                    "parent_interest_id": "",
                    "registered": "2025-07-13",
                    "published": "2025-07-14",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5249,
                    "twfy_id": "26577",
                    "party": "green",
                    "member": "Dr Ellie Chowns",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Ticket and hospitality for the festival, provided to me in exchange for speaking at three one-hour events in the Green Futures field at the Speakers Forum",
                    "value": 393.5,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Glastonbury Festival Events Limited",
                    "donor_public_address": "Worthy Farm, Worthy Lane, Pilton, Shepton Mallet, Somerset BA4 4BY",
                    "donor_status": "Company",
                    "donor_company_name": "Glastonbury Festival Events Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "04348175",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12879",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12883,
                    "summary": "Charles Lewington - \u00a3750.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-14",
                    "published": "2025-07-14",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4874,
                    "twfy_id": "25927",
                    "party": "conservative",
                    "member": "Andrew Griffith",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Tickets and hospitality for Lord's Cricket Ground test match",
                    "value": 750.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Charles Lewington",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12883",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 11951,
                    "summary": "Philip Morris Limited - \u00a3420.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-14",
                    "published": "2025-07-14",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5169,
                    "twfy_id": "26461",
                    "party": "conservative",
                    "member": "Charlie Dewhirst",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Attended the British Kebab Awards at the Park Plaza Hotel, Westminster Bridge, which included dinner and drinks, the value is for a single ticket",
                    "value": 420.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Philip Morris Limited",
                    "donor_public_address": "10 Hammersmith Grove, London W6 7AP",
                    "donor_status": "Company",
                    "donor_company_name": "Philip Morris Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "03619145",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11951",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12891,
                    "summary": "Glastonbury Festival Events Ltd - \u00a3630.84",
                    "parent_interest_id": "",
                    "registered": "2025-07-14",
                    "published": "2025-07-14",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4786,
                    "twfy_id": "25909",
                    "party": "your-party",
                    "member": "Zarah Sultana",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Associated with being a guest speaker. Two festival tickets, value \u00a3630.84",
                    "value": 630.84,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Glastonbury Festival Events Ltd",
                    "donor_public_address": "Worthy Farm, Pilton, Shepton Mallet BA4 4BY",
                    "donor_status": "Company",
                    "donor_company_name": "Glastonbury Festival Events Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "4348175",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12891",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12784,
                    "summary": "Lawn Tennis Association - \u00a3630.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-14",
                    "published": "2025-07-14",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4923,
                    "twfy_id": "26040",
                    "party": "labour",
                    "member": "Kim Leadbeater",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets for the Men's Final at Wimbledon for myself and a guest",
                    "value": 630.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Lawn Tennis Association",
                    "donor_public_address": "100 Priory Lane, Roehampton, London SW15 5JQ",
                    "donor_status": "Company",
                    "donor_company_name": "Lawn Tennis Association",
                    "donor_company_url": "",
                    "donor_company_identifier": "07459469",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12784",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12880,
                    "summary": "The All England Lawn Tennis Club (CHAMPIONSHIPS) Limited - \u00a31,396.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-14",
                    "published": "2025-07-14",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4597,
                    "twfy_id": "25693",
                    "party": "conservative",
                    "member": "Mrs Kemi Badenoch",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Event tickets and hospitality in The Royal Box at the Wimbledon Championship for myself and 1 other",
                    "value": 1396.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "The All England Lawn Tennis Club (CHAMPIONSHIPS) Limited",
                    "donor_public_address": "Church Road, Wimbledon SW19 5AE",
                    "donor_status": "Company",
                    "donor_company_name": "The All England Lawn Tennis Club (CHAMPIONSHIPS) Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "7546773",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12880",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12881,
                    "summary": "Silverstone Circuits Ltd - \u00a32,390.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-14",
                    "published": "2025-07-14",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4066,
                    "twfy_id": "24778",
                    "party": "conservative",
                    "member": "Priti Patel",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets with hospitality in the Legends Suite at Silverstone for the British Grand Prix (\u00a31,195 each)",
                    "value": 2390.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Silverstone Circuits Ltd",
                    "donor_public_address": "The Jimmy Brown Centre, Silverstone Circuit, Towcester, Northamptonshire NN12 8TN",
                    "donor_status": "Company",
                    "donor_company_name": "Silverstone Circuits Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "882843",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12881",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12869,
                    "summary": "Silverstone Circuits Limited - \u00a3700.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-10",
                    "published": "2025-07-11",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5355,
                    "twfy_id": "26635",
                    "party": "conservative",
                    "member": "Sarah Bool",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "One ticket with hospitality for the Saturday of the Grand Prix",
                    "value": 700.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Silverstone Circuits Limited",
                    "donor_public_address": "Silverstone Circuit, Towcester, Northamptonshire NN12 8TN",
                    "donor_status": "Company",
                    "donor_company_name": "Silverstone Circuits Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "00882843",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12869",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12870,
                    "summary": "Silverstone Circuits Limited - \u00a31,195.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-10",
                    "published": "2025-07-11",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5355,
                    "twfy_id": "26635",
                    "party": "conservative",
                    "member": "Sarah Bool",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "One ticket with hospitality for the Sunday of the Grand Prix",
                    "value": 1195.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Silverstone Circuits Limited",
                    "donor_public_address": "Silverstone Circuit, Towcester, Northamptonshire NN12 8TN",
                    "donor_status": "Company",
                    "donor_company_name": "Silverstone Circuits Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "00882843",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12870",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12855,
                    "summary": "Silverstone Circuits Ltd - \u00a3800.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-10",
                    "published": "2025-07-10",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5301,
                    "twfy_id": "26512",
                    "party": "conservative",
                    "member": "Rebecca Smith",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets with hospitality to the British Grand Prix on 4 July",
                    "value": 800.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Silverstone Circuits Ltd",
                    "donor_public_address": "The Jimmy Brown Centre\nSilverstone Circuit\nTowcester\nNN12 8TN",
                    "donor_status": "Company",
                    "donor_company_name": "Silverstone Circuits Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "00882843",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12855",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12858,
                    "summary": "Babcock International Group - \u00a3140.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-10",
                    "published": "2025-07-10",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5301,
                    "twfy_id": "26512",
                    "party": "conservative",
                    "member": "Rebecca Smith",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Dinner and drinks",
                    "value": 140.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Babcock International Group",
                    "donor_public_address": "33 Wigmore Street, London W1U 1QX",
                    "donor_status": "Company",
                    "donor_company_name": "Babcock International Group",
                    "donor_company_url": "",
                    "donor_company_identifier": "02342138",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12858",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12859,
                    "summary": "Babcock International Group - \u00a385.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-10",
                    "published": "2025-07-10",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5301,
                    "twfy_id": "26512",
                    "party": "conservative",
                    "member": "Rebecca Smith",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Annual dinner and drinks in Parliament with MPs who have a constituency link to Babcock",
                    "value": 85.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Babcock International Group",
                    "donor_public_address": "33 Wigmore Street, London, W1U 1QX",
                    "donor_status": "Company",
                    "donor_company_name": "Babcock International Group",
                    "donor_company_url": "",
                    "donor_company_identifier": "02342138",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12859",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12863,
                    "summary": "Ascot Racecourse Limited - \u00a3590.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-10",
                    "published": "2025-07-10",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4051,
                    "twfy_id": "24839",
                    "party": "conservative",
                    "member": "John Glen",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets for myself and a guest to attend Ascot Races",
                    "value": 590.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Ascot Racecourse Limited",
                    "donor_public_address": "Ascot Racecourse, Ascot, Berkshire SL5 7JX",
                    "donor_status": "Company",
                    "donor_company_name": "Ascot Racecourse Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "04320977",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12863",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12865,
                    "summary": "Silverstone Circuits Ltd - \u00a34,928.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-10",
                    "published": "2025-07-10",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4110,
                    "twfy_id": "24725",
                    "party": "conservative",
                    "member": "Dame Karen Bradley",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Four tickets with hospitality at the Grand Prix",
                    "value": 4928.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Silverstone Circuits Ltd",
                    "donor_public_address": "The Jimmy Brown Centre, Silverstone Circuits, Towcester. NN12 8TN",
                    "donor_status": "Company",
                    "donor_company_name": "Silverstone Circuits Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "00882843",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12865",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12857,
                    "summary": "Motorsport UK - \u00a31,400.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-10",
                    "published": "2025-07-10",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5301,
                    "twfy_id": "26512",
                    "party": "conservative",
                    "member": "Rebecca Smith",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets with hospitality for the British Grand Prix on 5th July 2025",
                    "value": 1400.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Motorsport UK",
                    "donor_public_address": "Bicester Motion, OX27 8FY",
                    "donor_status": "Company",
                    "donor_company_name": "Motorsport UK",
                    "donor_company_url": "",
                    "donor_company_identifier": "1344829",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12857",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12860,
                    "summary": "Babcock International Group - \u00a390.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-10",
                    "published": "2025-07-10",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5301,
                    "twfy_id": "26512",
                    "party": "conservative",
                    "member": "Rebecca Smith",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Dinner and drinks ahead of constituency visit",
                    "value": 90.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Babcock International Group",
                    "donor_public_address": "33 Wigmore Street, London, W1U 1QX",
                    "donor_status": "Company",
                    "donor_company_name": "Babcock International Group",
                    "donor_company_url": "",
                    "donor_company_identifier": "02342138",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12860",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12861,
                    "summary": "Babcock International Group - \u00a325.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-10",
                    "published": "2025-07-10",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5301,
                    "twfy_id": "26512",
                    "party": "conservative",
                    "member": "Rebecca Smith",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Summer BBQ",
                    "value": 25.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Babcock International Group",
                    "donor_public_address": "33 Wigmore Street, London, W1U 1QX",
                    "donor_status": "Company",
                    "donor_company_name": "Babcock International Group",
                    "donor_company_url": "",
                    "donor_company_identifier": "02342138",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12861",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12833,
                    "summary": "Silverstone Circuits Limited - \u00a31,400.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-10",
                    "published": "2025-07-10",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 3924,
                    "twfy_id": "24775",
                    "party": "labour",
                    "member": "Yasmin Qureshi",
                    "appg": "Formula 1 and Motorsport",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets for the Formula 1 Grand Prix Qualifying at Silverstone on Saturday 5 July 2025, including refreshments",
                    "value": 1400.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Silverstone Circuits Limited",
                    "donor_public_address": "Silverstone Circuit\nTowcester\nNorthamptonshire\nNN12 8TN",
                    "donor_status": "Company",
                    "donor_company_name": "Silverstone Circuits Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "00882843",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12833",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12843,
                    "summary": "Ascot Racecourse Limited - \u00a3590.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-09",
                    "published": "2025-07-10",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5169,
                    "twfy_id": "26461",
                    "party": "conservative",
                    "member": "Charlie Dewhirst",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets and hospitality for myself and a family member to attend Ascot Races",
                    "value": 590.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Ascot Racecourse Limited",
                    "donor_public_address": "Ascot Racecourse, Ascot, Berkshire SL5 7JX",
                    "donor_status": "Company",
                    "donor_company_name": "Ascot Racecourse Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "04320977",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12843",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12868,
                    "summary": "Silverstone Circuits Ltd - \u00a32,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-10",
                    "published": "2025-07-10",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5355,
                    "twfy_id": "26635",
                    "party": "conservative",
                    "member": "Sarah Bool",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "5 Tickets for Friday 4th July Grand Prix (1 ticket for me and 4 for members of staff) with hospitality",
                    "value": 2000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Silverstone Circuits Ltd",
                    "donor_public_address": "Silverstone Circuit, Towcester, Northamptonshire, NN12 8TN",
                    "donor_status": "Company",
                    "donor_company_name": "Silverstone Circuits Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "00882843",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12868",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12864,
                    "summary": "Silverstone Circuits Ltd - \u00a31,400.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-10",
                    "published": "2025-07-10",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5089,
                    "twfy_id": "26354",
                    "party": "conservative",
                    "member": "Ben Obese-Jecty",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets with hospitality to watch British Grand Prix for one day",
                    "value": 1400.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Silverstone Circuits Ltd",
                    "donor_public_address": "Silverstone Circuit \nTowcester \nNN12 8TN",
                    "donor_status": "Company",
                    "donor_company_name": "Silverstone Circuits Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "00882843",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12864",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12848,
                    "summary": "Silverstone - \u00a31,400.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-09",
                    "published": "2025-07-09",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4267,
                    "twfy_id": "25168",
                    "party": "labour",
                    "member": "Sarah Champion",
                    "appg": "APPG for Formula 1 and Motorsport",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets and hospitality for myself and my partner to the British Grand Prix Saturday qualifier",
                    "value": 1400.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Silverstone",
                    "donor_public_address": "The Jimmy Brown Centre, Silverstone Circuit, Towcester NN12 8TN",
                    "donor_status": "Company",
                    "donor_company_name": "Silverstone",
                    "donor_company_url": "",
                    "donor_company_identifier": "00882843",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12848",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12633,
                    "summary": "Newcastle United Limited - \u00a3500.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-08",
                    "published": "2025-07-09",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4124,
                    "twfy_id": "24807",
                    "party": "labour",
                    "member": "Dame Chi Onwurah",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Invitation for me and a staff member to attend Sam Fender Concert at St James' Park, ticket included hospitality (\u00a3250 per person)",
                    "value": 500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Newcastle United Limited",
                    "donor_public_address": "St James' Park, Newcatle upon Tyne NE1 4ST",
                    "donor_status": "Company",
                    "donor_company_name": "Newcastle United Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "2529667",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12633",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12834,
                    "summary": "Global Media & Entertainment Limited - \u00a3500.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-09",
                    "published": "2025-07-09",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5185,
                    "twfy_id": "26476",
                    "party": "labour",
                    "member": "Alan Gemmell",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets for the Capital Summertime Ball",
                    "value": 500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Global Media & Entertainment Limited",
                    "donor_public_address": "30 Leicester Square, London WC2H 7LA",
                    "donor_status": "Company",
                    "donor_company_name": "Global Media & Entertainment Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "06251684",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12834",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12822,
                    "summary": "Silverstone Circuits Limited - \u00a31,400.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-07",
                    "published": "2025-07-08",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4074,
                    "twfy_id": "24824",
                    "party": "conservative",
                    "member": "Mark Garnier",
                    "appg": "Formula One",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets for the British Grand Prix qualifying day",
                    "value": 1400.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Silverstone Circuits Limited",
                    "donor_public_address": "Jimmy Brown Centre, Silverstone Circuit, Towcester NN12 8TN",
                    "donor_status": "Company",
                    "donor_company_name": "Silverstone Circuits Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "00882843",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12822",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12832,
                    "summary": "Silverstone Circuits Limited - \u00a31,400.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-08",
                    "published": "2025-07-08",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5343,
                    "twfy_id": "26608",
                    "party": "liberal-democrat",
                    "member": "Mr Joshua Reynolds",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets with hospitality for Saturday Qualifying at Silverstone",
                    "value": 1400.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Silverstone Circuits Limited",
                    "donor_public_address": "The Jimmy Brown Centre, \nSilverstone Circuit, \nTowcester \nNN12 8TN",
                    "donor_status": "Company",
                    "donor_company_name": "Silverstone Circuits Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "882843",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12832",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12815,
                    "summary": "The All England Lawn and Tennis Club (Wimbledon) Limited - \u00a31,066.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-07",
                    "published": "2025-07-07",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4032,
                    "twfy_id": "24864",
                    "party": "conservative",
                    "member": "Stuart Andrew",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets with hospitality to attend Wimbledon as Shadow Secretary of State for Culture, Media and Sport",
                    "value": 1066.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "The All England Lawn and Tennis Club (Wimbledon) Limited",
                    "donor_public_address": "Church Road, Wimbledon, London SW19 5AE",
                    "donor_status": "Company",
                    "donor_company_name": "The All England Lawn and Tennis Club (Wimbledon) Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "01429062",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12815",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12808,
                    "summary": "Knights Tailoring Ltd - \u00a3750.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-06",
                    "published": "2025-07-07",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4658,
                    "twfy_id": "25680",
                    "party": "labourco-operative",
                    "member": "Alex Sobel",
                    "appg": "Ukraine",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets for the National Film Awards to support the Ukrainian documentary 'We are Home'  that won Best Documentary. Hospitality included drinks but no food",
                    "value": 750.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Knights Tailoring Ltd",
                    "donor_public_address": "5 Station Road, Tidworth SP9 7NN",
                    "donor_status": "Company",
                    "donor_company_name": "Knights Tailoring Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "07036550",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12808",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12814,
                    "summary": "Silverstone Circuits Limited - \u00a32,390.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-07",
                    "published": "2025-07-07",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4032,
                    "twfy_id": "24864",
                    "party": "conservative",
                    "member": "Stuart Andrew",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets with hospitality to attend the Grand Prix at Silverstone as Shadow Secretary of State for Culture, Media and Sport",
                    "value": 2390.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Silverstone Circuits Limited",
                    "donor_public_address": "Silverstone Circuit, Towcester, Northamptonshire, United Kingdom, NN12 8TN",
                    "donor_status": "Company",
                    "donor_company_name": "Silverstone Circuits Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "00882843",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12814",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12820,
                    "summary": "Fylde Borough Council - \u00a3400.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-07",
                    "published": "2025-07-07",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5072,
                    "twfy_id": "26347",
                    "party": "conservative",
                    "member": "Mr Andrew Snowden",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets including hospitality to the Lytham Festival",
                    "value": 400.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Fylde Borough Council",
                    "donor_public_address": "Town Hall, Lytham Saint Annes FY8 1LW",
                    "donor_status": "Other",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "Local Authority",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12820",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12798,
                    "summary": "BBC - \u00a3498.30",
                    "parent_interest_id": "",
                    "registered": "2025-07-03",
                    "published": "2025-07-04",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4797,
                    "twfy_id": "25801",
                    "party": "labourco-operative",
                    "member": "James Murray",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Travel and food in relation to an appearance on BBC Any Questions (value is estimated)",
                    "value": 498.3,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "BBC",
                    "donor_public_address": "Broadcasting House, Portland Place, London W1A 1AA",
                    "donor_status": "Company",
                    "donor_company_name": "BBC",
                    "donor_company_url": "",
                    "donor_company_identifier": "RC000057",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12798",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12799,
                    "summary": "Football Association Limited - \u00a3350.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-04",
                    "published": "2025-07-04",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5330,
                    "twfy_id": "26625",
                    "party": "conservative",
                    "member": "Mr Peter Bedford",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets, including hospitality, for the Women's England v Jamaica football game at the King Power Stadium, Leicester City",
                    "value": 350.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Football Association Limited",
                    "donor_public_address": "Wembley Stadium, Wembley, London HA9 0WS",
                    "donor_status": "Company",
                    "donor_company_name": "Football Association Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "00077797",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12799",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12797,
                    "summary": "BBC - \u00a3221.20",
                    "parent_interest_id": "",
                    "registered": "2025-07-03",
                    "published": "2025-07-04",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4797,
                    "twfy_id": "25801",
                    "party": "labourco-operative",
                    "member": "James Murray",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Travel in relation to an appearance on BBC Any Questions (value is estimated)",
                    "value": 221.2,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "BBC",
                    "donor_public_address": "Broadcasting House, Portland Place, London W1A 1AA",
                    "donor_status": "Company",
                    "donor_company_name": "BBC",
                    "donor_company_url": "",
                    "donor_company_identifier": "RC000057",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12797",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12789,
                    "summary": "Lawn Tennis Association Ltd - \u00a31,015.12",
                    "parent_interest_id": "",
                    "registered": "2025-07-03",
                    "published": "2025-07-03",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4018,
                    "twfy_id": "24796",
                    "party": "conservative",
                    "member": "Helen Grant",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets to attend the HSBC tennis tournament at The Queens Club, London, including hospitality",
                    "value": 1015.12,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Lawn Tennis Association Ltd",
                    "donor_public_address": "National Tennis Centre, 100 Priory Lane, Roehampton, London SW15 5JQ",
                    "donor_status": "Company",
                    "donor_company_name": "Lawn Tennis Association Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "07459469",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12789",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12786,
                    "summary": "The Premier League - \u00a31,798.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-02",
                    "published": "2025-07-03",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5065,
                    "twfy_id": "26478",
                    "party": "labour",
                    "member": "Rachel Taylor",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets and hospitality for the Dua Lipa concert at Wembley Stadium",
                    "value": 1798.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "The Premier League",
                    "donor_public_address": "Brunel Building, 57 North Wharf Road, London W2 1HQ",
                    "donor_status": "Other",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "Sport body",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12786",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12785,
                    "summary": "The Football Association Ltd - \u00a3525.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-02",
                    "published": "2025-07-03",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5053,
                    "twfy_id": "26343",
                    "party": "labour",
                    "member": "Natalie Fleet",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Three tickets including hospitality to the England v Jamaica match",
                    "value": 525.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "The Football Association Ltd",
                    "donor_public_address": "Wembley Stadium, Wembley, London HA9 0WS",
                    "donor_status": "Company",
                    "donor_company_name": "The Football Association Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "00077797",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12785",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12471,
                    "summary": "UK MUsic - \u00a3708.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-03",
                    "published": "2025-07-03",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 1440,
                    "twfy_id": "11333",
                    "party": "scottish-national-party",
                    "member": "Pete Wishart",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets and hospitality for myself and a staff member to the Music Producers Guild Awards 2025",
                    "value": 708.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "UK MUsic",
                    "donor_public_address": "33 Foley Street, London W1W 7TL",
                    "donor_status": "Company",
                    "donor_company_name": "UK MUsic",
                    "donor_company_url": "",
                    "donor_company_identifier": "03245288",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12471",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12788,
                    "summary": "Lawn Tennis Association Limited - \u00a3399.47",
                    "parent_interest_id": "",
                    "registered": "2025-07-03",
                    "published": "2025-07-03",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4018,
                    "twfy_id": "24796",
                    "party": "conservative",
                    "member": "Helen Grant",
                    "appg": "Tennis APPG",
                    "payment_type": "In kind",
                    "payment_description": "One ticket to attend the HSBC tennis tournament at The Queens Club as co-chair of the APPG for Tennis",
                    "value": 399.47,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Lawn Tennis Association Limited",
                    "donor_public_address": "National Tennis Centre, 100 Priory Lane, Roehampton, London SW15 5JQ",
                    "donor_status": "Company",
                    "donor_company_name": "Lawn Tennis Association Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "07459469",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12788",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12790,
                    "summary": "London Marathon Events Ltd - \u00a3350.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-03",
                    "published": "2025-07-03",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5311,
                    "twfy_id": "26538",
                    "party": "conservative",
                    "member": "Harriet Cross",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Hospitality at the London Marathon",
                    "value": 350.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "London Marathon Events Ltd",
                    "donor_public_address": "190 Great Dover Street, London SE1 4YB",
                    "donor_status": "Company",
                    "donor_company_name": "London Marathon Events Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "01528489",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12790",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12782,
                    "summary": "Lawn Tennis Association - \u00a3399.47",
                    "parent_interest_id": "",
                    "registered": "2025-07-02",
                    "published": "2025-07-03",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5065,
                    "twfy_id": "26478",
                    "party": "labour",
                    "member": "Rachel Taylor",
                    "appg": "Tennis APPG",
                    "payment_type": "In kind",
                    "payment_description": "Centre Court ticket and lunch at The Queens Club during the Ladies HSBC Championships",
                    "value": 399.47,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Lawn Tennis Association",
                    "donor_public_address": "The National Tennis Centre, 100 Priory Lane, Roehampton, London SW15 5JQ",
                    "donor_status": "Company",
                    "donor_company_name": "Lawn Tennis Association",
                    "donor_company_url": "",
                    "donor_company_identifier": "07459469",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12782",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12756,
                    "summary": "Fazan Tahir - \u00a33,700.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-01",
                    "published": "2025-07-02",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "party": "conservative",
                    "member": "Sir Oliver Dowden",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets and hospitality for Royal Ascot",
                    "value": 3700.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Fazan Tahir",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12756",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12780,
                    "summary": "The Warwickshire County Cricket Club Ltd - \u00a32,400.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-02",
                    "published": "2025-07-02",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4818,
                    "twfy_id": "25847",
                    "party": "conservative",
                    "member": "Saqib Bhatti",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets to attend the opening day of the England v India Test Match as guest of the Warwickshire County Cricket Club.  Ticket price includes parking, balcony seating and hospitality",
                    "value": 2400.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "The Warwickshire County Cricket Club Ltd",
                    "donor_public_address": "Edgbaston Stadium, Birmingham B5 7QU",
                    "donor_status": "Company",
                    "donor_company_name": "The Warwickshire County Cricket Club Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "IP27221R",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12780",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12781,
                    "summary": "SXSW London - \u00a31,300.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-02",
                    "published": "2025-07-02",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5030,
                    "twfy_id": "26313",
                    "party": "labour",
                    "member": "Dr Simon Opher",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "I received a complementary platinum pass for SXSW London conference where I was a speaker",
                    "value": 1300.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "SXSW London",
                    "donor_public_address": "Second Floor, 67-71 Shoreditch High Street, London E1 6JJ",
                    "donor_status": "Company",
                    "donor_company_name": "SXSW London",
                    "donor_company_url": "",
                    "donor_company_identifier": "16034054",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12781",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12715,
                    "summary": "SXSW London Limited - \u00a31,300.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-02",
                    "published": "2025-07-02",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5229,
                    "twfy_id": "26477",
                    "party": "labour",
                    "member": "Joe Powell",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "A Platinum Pass to the SXSW Festival London by SXSW London. I gave this to a staff member because I attended the event as a speaker. The staff member was unable to attend",
                    "value": 1300.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "SXSW London Limited",
                    "donor_public_address": "SXSW London, \nSecond Floor, \n67-71 Shoreditch High Street, \nLondon, \nEngland, \nE1 6JJ",
                    "donor_status": "Company",
                    "donor_company_name": "SXSW London Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "16034054",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12715",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12778,
                    "summary": "Incisive Business Media - \u00a3495.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-02",
                    "published": "2025-07-02",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5102,
                    "twfy_id": "26379",
                    "party": "green",
                    "member": "Carla Denyer",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Ticket to an awards ceremony where I presented an award, a meal and entertainment was provided",
                    "value": 495.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Incisive Business Media",
                    "donor_public_address": "New London House, 172 Drury Lane, London WC2B 5QR",
                    "donor_status": "Company",
                    "donor_company_name": "Incisive Business Media",
                    "donor_company_url": "",
                    "donor_company_identifier": "GB 268762849",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12778",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12755,
                    "summary": "Kamal Pankhania - \u00a3450.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-01",
                    "published": "2025-07-02",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "party": "conservative",
                    "member": "Sir Oliver Dowden",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Ticket to the Conservative Summer party",
                    "value": 450.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Kamal Pankhania",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12755",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12770,
                    "summary": "Lawn Tennis Association - \u00a31,015.12",
                    "parent_interest_id": "",
                    "registered": "2025-07-01",
                    "published": "2025-07-01",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 3952,
                    "twfy_id": "24845",
                    "party": "labour",
                    "member": "Mr Toby Perkins",
                    "appg": "APPG Tennis",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets (with hospitality) to watch HSBC championships at Queens",
                    "value": 1015.12,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Lawn Tennis Association",
                    "donor_public_address": "The National Tennis Centre, 100 Priory Lane, London SW15 5JQ",
                    "donor_status": "Company",
                    "donor_company_name": "Lawn Tennis Association",
                    "donor_company_url": "",
                    "donor_company_identifier": "07459469",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12770",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12765,
                    "summary": "Lawn Tennis Association Limited - \u00a3420.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-01",
                    "published": "2025-07-01",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5203,
                    "twfy_id": "26536",
                    "party": "conservative",
                    "member": "Alison Griffiths",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets, with lunch to the HSBC Championships at The Queen's Club",
                    "value": 420.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Lawn Tennis Association Limited",
                    "donor_public_address": "The National Tennis Centre\n100 Priory Lane\nRoehampton\nSW15 5JQ",
                    "donor_status": "Company",
                    "donor_company_name": "Lawn Tennis Association Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "07459469",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12765",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12769,
                    "summary": "Lawn Tennis Association - \u00a3399.47",
                    "parent_interest_id": "",
                    "registered": "2025-07-01",
                    "published": "2025-07-01",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 3952,
                    "twfy_id": "24845",
                    "party": "labour",
                    "member": "Mr Toby Perkins",
                    "appg": "APPG Tennis",
                    "payment_type": "In kind",
                    "payment_description": "Ticket (including hospitality) to the HSBC Championships at Queens",
                    "value": 399.47,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Lawn Tennis Association",
                    "donor_public_address": "The National Tennis Centre, 100 Priory Lane, London SW15 5JQ",
                    "donor_status": "Company",
                    "donor_company_name": "Lawn Tennis Association",
                    "donor_company_url": "",
                    "donor_company_identifier": "07459469",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12769",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12774,
                    "summary": "Ascot Racecourse Limited - \u00a3550.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-01",
                    "published": "2025-07-01",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5340,
                    "twfy_id": "26622",
                    "party": "conservative",
                    "member": "Jack Rankin",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Hosted at Royal Ascot 'Ladies Day' with my wife in the Royal Enclosure. This included lunch at Royal Enclosure Lodge and hospitality at the Summer House, with access to an hospitality box",
                    "value": 550.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Ascot Racecourse Limited",
                    "donor_public_address": "Ascot Racecourse, Ascot, Berkshire, SL5 7JX",
                    "donor_status": "Company",
                    "donor_company_name": "Ascot Racecourse Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "04320977",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12774",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12773,
                    "summary": "Jockey Club Racecourses Ltd - \u00a3680.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-01",
                    "published": "2025-07-01",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4066,
                    "twfy_id": "24778",
                    "party": "conservative",
                    "member": "Priti Patel",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Hospitality provided to myself and a family member at The Derby (the value of the hospitality provided was \u00a3340pp). Entry tickets were purchased by me",
                    "value": 680.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Jockey Club Racecourses Ltd",
                    "donor_public_address": "21-27 Lambs Conduit Street, London WC1N 3NL",
                    "donor_status": "Company",
                    "donor_company_name": "Jockey Club Racecourses Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "02909409",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12773",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12768,
                    "summary": "Glastonbury Festivals Limited - \u00a3388.75",
                    "parent_interest_id": "",
                    "registered": "2025-07-01",
                    "published": "2025-07-01",
                    "updated_1": "2025-08-14",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4500,
                    "twfy_id": "25356",
                    "party": "labour",
                    "member": "Clive Lewis",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "One ticket for Glastonbury 2025, for attendance in relation to a speaking engagement at the Speakers Forum (actual value)",
                    "value": 388.75,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Glastonbury Festivals Limited",
                    "donor_public_address": "Worthy Farm, Pilton, Shepton Mallet, Somerset BA4 4BY",
                    "donor_status": "Company",
                    "donor_company_name": "Glastonbury Festivals Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "02737866",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12768",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12764,
                    "summary": "Royal United Services Institute - \u00a3840.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-01",
                    "published": "2025-07-01",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5336,
                    "twfy_id": "26627",
                    "party": "liberal-democrat",
                    "member": "Helen Maguire",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Admission to RUSI Land Warfare Conference, which I attended for half a day only (total cost given for two days)",
                    "value": 840.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Royal United Services Institute",
                    "donor_public_address": "61 Whitehall, London SW1A 2ET",
                    "donor_status": "Other",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "Charity",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12764",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12746,
                    "summary": "How The Light Gets In (TVF Limited) - \u00a3155.00",
                    "parent_interest_id": "",
                    "registered": "2025-07-01",
                    "published": "2025-07-01",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 185,
                    "twfy_id": "10133",
                    "party": "independent",
                    "member": "Jeremy Corbyn",
                    "appg": "",
                    "payment_type": "Monetary",
                    "payment_description": "This was travel/petrol money that was reimbursed for an event attended earlier in the month and registered.",
                    "value": 155.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "How The Light Gets In (TVF Limited)",
                    "donor_public_address": "375 City Road, London EC1V 1NB",
                    "donor_status": "Company",
                    "donor_company_name": "How The Light Gets In (TVF Limited)",
                    "donor_company_url": "",
                    "donor_company_identifier": "02830019",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12746",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12771,
                    "summary": "LTA Operations Limited - \u00a3399.47",
                    "parent_interest_id": "",
                    "registered": "2025-07-01",
                    "published": "2025-07-01",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 1512,
                    "twfy_id": "11970",
                    "party": "conservative",
                    "member": "David Mundell",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Ticket for the HSBC Championships at The Queen's Club",
                    "value": 399.47,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "LTA Operations Limited",
                    "donor_public_address": "The National Tennis Centre, 100Priory Lane, Roehampton, London SW15 5JQ",
                    "donor_status": "Company",
                    "donor_company_name": "LTA Operations Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "07475460",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12771",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12753,
                    "summary": "Jockey Club Racecourses Ltd - \u00a3680.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-30",
                    "published": "2025-06-30",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5316,
                    "twfy_id": "26630",
                    "party": "labour",
                    "member": "Mike Reader",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "In my role as an Ambassador for Labour Society of Sport, I accepted two tickets from the Jockey Club for an organised\u00a0visit",
                    "value": 680.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Jockey Club Racecourses Ltd",
                    "donor_public_address": "21-27 Lambs Conduit Street, London, England WC1N 3NL",
                    "donor_status": "Company",
                    "donor_company_name": "Jockey Club Racecourses Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "02909409",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12753",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12745,
                    "summary": "LTA - \u00a31,198.40",
                    "parent_interest_id": "",
                    "registered": "2025-06-30",
                    "published": "2025-06-30",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 1482,
                    "twfy_id": "11406",
                    "party": "conservative",
                    "member": "Graham Stuart",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Three tickets and hospitality at the HSBC Championships for myself and two guests",
                    "value": 1198.4,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "LTA",
                    "donor_public_address": "National Tennis Centre, 100 Priory Lane, Roehampton, London SW15 5JQ",
                    "donor_status": "Company",
                    "donor_company_name": "LTA",
                    "donor_company_url": "",
                    "donor_company_identifier": "07475460",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12745",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12744,
                    "summary": "Lawn Tennis Association - \u00a3399.47",
                    "parent_interest_id": "",
                    "registered": "2025-06-30",
                    "published": "2025-06-30",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5222,
                    "twfy_id": "26467",
                    "party": "labour",
                    "member": "Tom Rutland",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "One ticket and hospitality to the HSBC Championships",
                    "value": 399.47,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Lawn Tennis Association",
                    "donor_public_address": "The National Tennis Centre, 100 Priory Lane, Roehampton, London SW15 5JQ",
                    "donor_status": "Company",
                    "donor_company_name": "Lawn Tennis Association",
                    "donor_company_url": "",
                    "donor_company_identifier": "07459469",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12744",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12759,
                    "summary": "Oldham Athletic Football Club - \u00a3110.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-30",
                    "published": "2025-06-30",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4569,
                    "twfy_id": "25475",
                    "party": "labourco-operative",
                    "member": "Jim McMahon",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two matchday and hospitality tickets for a fixture on Good Friday (estimated total value)",
                    "value": 110.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Oldham Athletic Football Club",
                    "donor_public_address": "Boundary Park, Furtherwood Road, Oldham OL1 2PA",
                    "donor_status": "Company",
                    "donor_company_name": "Oldham Athletic Football Club",
                    "donor_company_url": "",
                    "donor_company_identifier": "04989487",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12759",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12758,
                    "summary": "Oldham Athletic Football Club - \u00a3580.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-30",
                    "published": "2025-06-30",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4569,
                    "twfy_id": "25475",
                    "party": "labourco-operative",
                    "member": "Jim McMahon",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two matchday tickets including hospitality to the National League Promotion Final at Wembley Stadium (estimated value per ticket \u00a3290.) (One of the tickets was given to the club by the National League)",
                    "value": 580.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Oldham Athletic Football Club",
                    "donor_public_address": "Boundary Park, Furtherwood Road, Oldham OL1 2PA",
                    "donor_status": "Company",
                    "donor_company_name": "Oldham Athletic Football Club",
                    "donor_company_url": "",
                    "donor_company_identifier": "04989487",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12758",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12749,
                    "summary": "Ascot Racecourse - \u00a3590.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-30",
                    "published": "2025-06-30",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4932,
                    "twfy_id": "26055",
                    "party": "conservative",
                    "member": "Mr Louie French",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets to Royal Ascot and lunch with representatives of Ascot and British Horseracing as the Shadow Minister for Sport",
                    "value": 590.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Ascot Racecourse",
                    "donor_public_address": "High Street, Ascot SL5 7JX",
                    "donor_status": "Company",
                    "donor_company_name": "Ascot Racecourse",
                    "donor_company_url": "",
                    "donor_company_identifier": "04320977",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12749",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12754,
                    "summary": "Ascot Racecourse Limited - \u00a3590.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-30",
                    "published": "2025-06-30",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4778,
                    "twfy_id": "25925",
                    "party": "conservative",
                    "member": "Greg Smith",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets for myself and a family member to attend Ascot Races",
                    "value": 590.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Ascot Racecourse Limited",
                    "donor_public_address": "Ascot Racecourse, Ascot, Berkshire SL5 7JX",
                    "donor_status": "Company",
                    "donor_company_name": "Ascot Racecourse Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "04320977",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12754",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12729,
                    "summary": "Mace Consult Limited - \u00a3201.60",
                    "parent_interest_id": "",
                    "registered": "2025-06-27",
                    "published": "2025-06-27",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5316,
                    "twfy_id": "26630",
                    "party": "labour",
                    "member": "Mike Reader",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "June 2025 costs of legal services arranged and paid for by Mace Consult Limited, instructing Pinsent Masons LLP to act on their behalf in employment tribunal case",
                    "value": 201.6,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Mace Consult Limited",
                    "donor_public_address": "155 Moorgate, London EC2M 6XB",
                    "donor_status": "Company",
                    "donor_company_name": "Mace Consult Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "07094851",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12729",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12654,
                    "summary": "Built Enviroment Networking Limited - \u00a3550.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-26",
                    "published": "2025-06-26",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5316,
                    "twfy_id": "26630",
                    "party": "labour",
                    "member": "Mike Reader",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Hotel room for 2 nights \u00a3225 per night (\u00a3550 in total for 2 night's stay)",
                    "value": 550.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Built Enviroment Networking Limited",
                    "donor_public_address": "5th Floor 133 Houndsditch, London EC3A 7BX",
                    "donor_status": "Company",
                    "donor_company_name": "Built Enviroment Networking Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "07110641",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12654",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12718,
                    "summary": "Betting & Gaming Council - \u00a33,600.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-26",
                    "published": "2025-06-26",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 39,
                    "twfy_id": "10632",
                    "party": "conservative",
                    "member": "Sir John Whittingdale",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets and hospitality at Ascot Races",
                    "value": 3600.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Betting & Gaming Council",
                    "donor_public_address": "Kings Building, 16 Smith Square, London SW1P 3HQ",
                    "donor_status": "Company",
                    "donor_company_name": "Betting & Gaming Council",
                    "donor_company_url": "",
                    "donor_company_identifier": "12213577",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12718",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12713,
                    "summary": "Shellfish Association of Great Britain - \u00a3440.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-26",
                    "published": "2025-06-26",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5216,
                    "twfy_id": "26511",
                    "party": "liberal-democrat",
                    "member": "Caroline Voaden",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "One ticket for the Shellfish Association Conference, plus dinner for myself and my husband",
                    "value": 440.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Shellfish Association of Great Britain",
                    "donor_public_address": "Fishmongers' Hall, London Bridge, London EC4R 9EL",
                    "donor_status": "Company",
                    "donor_company_name": "Shellfish Association of Great Britain",
                    "donor_company_url": "",
                    "donor_company_identifier": "08804994",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12713",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12717,
                    "summary": "HSBC UK (Ian Stuart, CEO) - \u00a31,236.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-26",
                    "published": "2025-06-26",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "party": "conservative",
                    "member": "Sir Jeremy Hunt",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "A pair of tickets with hospitality for HSBC Queens tennis",
                    "value": 1236.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "HSBC UK (Ian Stuart, CEO)",
                    "donor_public_address": "1 Centenary Square, Birmingham B1 1HQ",
                    "donor_status": "Company",
                    "donor_company_name": "HSBC UK (Ian Stuart, CEO)",
                    "donor_company_url": "",
                    "donor_company_identifier": "9928412",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12717",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12709,
                    "summary": "Ipswich Town Football Club Company Limited - \u00a31,060.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-25",
                    "published": "2025-06-25",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5131,
                    "twfy_id": "26385",
                    "party": "labourco-operative",
                    "member": "Jack Abbott",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets to Fabio Wardley's interim WBA World Heavyweight Championship fight at Portman Road",
                    "value": 1060.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Ipswich Town Football Club Company Limited",
                    "donor_public_address": "Portman Road, Ipswich IP1 2DA",
                    "donor_status": "Company",
                    "donor_company_name": "Ipswich Town Football Club Company Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "00315421",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12709",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12698,
                    "summary": "Global Media IP Ltd - \u00a31,250.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-24",
                    "published": "2025-06-24",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "party": "conservative",
                    "member": "Sir Jeremy Hunt",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "5 VIP tickets to Summertime Ball",
                    "value": 1250.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Global Media IP Ltd",
                    "donor_public_address": "30 Leicester Square, London WC2H 7LA",
                    "donor_status": "Company",
                    "donor_company_name": "Global Media IP Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "12002350",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12698",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12703,
                    "summary": "AFC Wimbledon - \u00a3700.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-24",
                    "published": "2025-06-24",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5321,
                    "twfy_id": "26570",
                    "party": "liberal-democrat",
                    "member": "Mr Paul Kohler",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets and hospitality to see AFC Wimbledon in the league 2 play-off final at Wembley",
                    "value": 700.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "AFC Wimbledon",
                    "donor_public_address": "Plough Lane Stadium, Plough Lane, London SW17 0NR",
                    "donor_status": "Company",
                    "donor_company_name": "AFC Wimbledon",
                    "donor_company_url": "",
                    "donor_company_identifier": "04458490",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12703",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12693,
                    "summary": "The Football Association - \u00a3705.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-23",
                    "published": "2025-06-24",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5053,
                    "twfy_id": "26343",
                    "party": "labour",
                    "member": "Natalie Fleet",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Ticket to Adobe Women\u2019s FA Cup Final with hospitality",
                    "value": 705.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "The Football Association",
                    "donor_public_address": "Wembley Stadium, PO Box 1966, London SW1P 98Q",
                    "donor_status": "Company",
                    "donor_company_name": "The Football Association",
                    "donor_company_url": "",
                    "donor_company_identifier": "00077797",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12693",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12679,
                    "summary": "SXSW London t/a Panarise Ltd - \u00a31,560.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-20",
                    "published": "2025-06-23",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5052,
                    "twfy_id": "26463",
                    "party": "labour",
                    "member": "Patrick Hurley",
                    "appg": "Music",
                    "payment_type": "In kind",
                    "payment_description": "Cultural Industries Conference Pass",
                    "value": 1560.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "SXSW London t/a Panarise Ltd",
                    "donor_public_address": "Whiteley Chambers, Don Street, St. Helier, Je2 4tr, Jersey",
                    "donor_status": "Company",
                    "donor_company_name": "SXSW London t/a Panarise Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "FC041775",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12679",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12681,
                    "summary": "Ascot Racecourse Limited - \u00a3550.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-23",
                    "published": "2025-06-23",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4032,
                    "twfy_id": "24864",
                    "party": "conservative",
                    "member": "Stuart Andrew",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets with hospitality to Ascot Races 2025, attended as Shadow Secretary of State for Culture, Media and Sport with a guest",
                    "value": 550.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Ascot Racecourse Limited",
                    "donor_public_address": "Ascot Racecourse, Ascot, Berkshire SL5 7JX",
                    "donor_status": "Company",
                    "donor_company_name": "Ascot Racecourse Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "04320977",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12681",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12687,
                    "summary": "The Lucky Onion Group Ltd - \u00a3476.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-23",
                    "published": "2025-06-23",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5055,
                    "twfy_id": "26344",
                    "party": "liberal-democrat",
                    "member": "Max Wilkinson",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Hosting MP and Business Network event",
                    "value": 476.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "The Lucky Onion Group Ltd",
                    "donor_public_address": "Dowdeswell Park London Road, Charlton Kings, Cheltenham GL52 6UT",
                    "donor_status": "Company",
                    "donor_company_name": "The Lucky Onion Group Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "07993954",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12687",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12685,
                    "summary": "The British Academy of Songwriters, Composers and Authors, trading as The Ivors Academy - \u00a31,175.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-23",
                    "published": "2025-06-23",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4008,
                    "twfy_id": "24873",
                    "party": "conservative",
                    "member": "Dame Caroline Dinenage",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Hospitality at the Ivor Novello Awards",
                    "value": 1175.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "The British Academy of Songwriters, Composers and Authors, trading as The Ivors Academy",
                    "donor_public_address": "1 Upper James St, London W1F 9DE",
                    "donor_status": "Company",
                    "donor_company_name": "The British Academy of Songwriters, Composers and Authors, trading as The Ivors Academy",
                    "donor_company_url": "",
                    "donor_company_identifier": "03643088",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12685",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12677,
                    "summary": "Bloody Sunday Trust - \u00a3831.14",
                    "parent_interest_id": "",
                    "registered": "2025-06-19",
                    "published": "2025-06-20",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4786,
                    "twfy_id": "25909",
                    "party": "your-party",
                    "member": "Zarah Sultana",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Costs associated with being a guest speaker at the Bloody Sunday Trust's event, marking the 15th anniversary of the Saville Report. Flights (\u00a3450.18), accommodation for two nights (\u00a3240) and food (\u00a3140.96), for myself and one other person",
                    "value": 831.14,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Bloody Sunday Trust",
                    "donor_public_address": "55 Glenfada Park, Derry, BT48 9DR",
                    "donor_status": "Other",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "Charity number: NIC100762",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12677",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12674,
                    "summary": "Marriott Harrison - \u00a328,009.80",
                    "parent_interest_id": "",
                    "registered": "2025-06-19",
                    "published": "2025-06-20",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "party": "liberal-democrat",
                    "member": "Charlie Maynard",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Pro bono legal advice",
                    "value": 28009.8,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Marriott Harrison",
                    "donor_public_address": "80 Cheapside, London EC2V 6EE",
                    "donor_status": "Company",
                    "donor_company_name": "Marriott Harrison",
                    "donor_company_url": "",
                    "donor_company_identifier": "OC372774",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12674",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12675,
                    "summary": "William Day - \u00a324,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-19",
                    "published": "2025-06-20",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "party": "liberal-democrat",
                    "member": "Charlie Maynard",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Pro bono legal advice",
                    "value": 24000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "William Day",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12675",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12676,
                    "summary": "Riz Mokal - \u00a335,370.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-19",
                    "published": "2025-06-20",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "party": "liberal-democrat",
                    "member": "Charlie Maynard",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Pro bono legal advice",
                    "value": 35370.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Riz Mokal",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12676",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12669,
                    "summary": "The Football Association - \u00a3350.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-19",
                    "published": "2025-06-19",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4783,
                    "twfy_id": "25794",
                    "party": "labour",
                    "member": "Kate Osborne",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two FA Cup Final tickets",
                    "value": 350.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "The Football Association",
                    "donor_public_address": "Wembley Stadium, PO Box 1966, London SW1P 9EQ",
                    "donor_status": "Company",
                    "donor_company_name": "The Football Association",
                    "donor_company_url": "",
                    "donor_company_identifier": "00077797",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12669",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12641,
                    "summary": "UKREiiF & Built Environment Networking Ltd - \u00a3550.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-19",
                    "published": "2025-06-19",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5208,
                    "twfy_id": "26482",
                    "party": "labour",
                    "member": "Perran Moon",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Hotel room for two nights so I could attend the UK Real Estate Investment & Infrastructure Forum in Leeds City Centre",
                    "value": 550.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "UKREiiF & Built Environment Networking Ltd",
                    "donor_public_address": "5th Floor 133 Houndsditch, London, United Kingdom, EC3A 7BX",
                    "donor_status": "Company",
                    "donor_company_name": "UKREiiF & Built Environment Networking Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "15086201",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12641",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12668,
                    "summary": "Cambridgeshire and Peterborough Combined Authority - \u00a31,195.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-18",
                    "published": "2025-06-19",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5131,
                    "twfy_id": "26385",
                    "party": "labourco-operative",
                    "member": "Jack Abbott",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Ticket to attend UKREiiF - The UK's Real Estate Investment and Infrastructure Forum",
                    "value": 1195.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Cambridgeshire and Peterborough Combined Authority",
                    "donor_public_address": "2nd Floor Pathfinder House, St Mary's Street, Huntingdon, Cambridgeshire PE29 3TN",
                    "donor_status": "Other",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "Local Authority",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12668",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12644,
                    "summary": "UKREiiF & Built Environment Networking Ltd - \u00a3128.22",
                    "parent_interest_id": "",
                    "registered": "2025-06-19",
                    "published": "2025-06-19",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5208,
                    "twfy_id": "26482",
                    "party": "labour",
                    "member": "Perran Moon",
                    "appg": "",
                    "payment_type": "Monetary",
                    "payment_description": "Reimbursement for my train ticket to attend the UK Real Estate Investment & Infrastructure Forum in Leeds",
                    "value": 128.22,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "UKREiiF & Built Environment Networking Ltd",
                    "donor_public_address": "5th Floor 133 Houndsditch, London, United Kingdom EC3A 7BX",
                    "donor_status": "Company",
                    "donor_company_name": "UKREiiF & Built Environment Networking Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "15086201",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12644",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12671,
                    "summary": "Informa Telecoms & Media Ltd - \u00a32,085.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-19",
                    "published": "2025-06-19",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4484,
                    "twfy_id": "25285",
                    "party": "conservative",
                    "member": "Alan Mak",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Three access passes to London Tech Week venue for myself and two staff members, for duties related to my role as Shadow Secretary of State for Science, Innovation and Technology",
                    "value": 2085.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Informa Telecoms & Media Ltd",
                    "donor_public_address": "5 Howick Place, London SW1P 1WG",
                    "donor_status": "Company",
                    "donor_company_name": "Informa Telecoms & Media Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "00991704",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12671",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12647,
                    "summary": "Sunderland Association Football Club Limited - \u00a3750.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-17",
                    "published": "2025-06-17",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4119,
                    "twfy_id": "24929",
                    "party": "labourco-operative",
                    "member": "Jonathan Reynolds",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Ticket including hospitality to the Sunderland v Sheffield United Promotion Play-offs Final on Saturday 24 May 2025 at Wembley Stadium. It was not possible to purchase the ticket therefore a donation of \u00a3750, the estimated value of the ticket, was made to the Foundation of Light - the official charity of Sunderland AFC",
                    "value": 750.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Sunderland Association Football Club Limited",
                    "donor_public_address": "The Sunderland Stadium of Light, Sunderland, Tyne and Wear SR5 1SU",
                    "donor_status": "Company",
                    "donor_company_name": "Sunderland Association Football Club Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "00049116",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12647",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12656,
                    "summary": "Mace Consult Limited - \u00a3161.28",
                    "parent_interest_id": "",
                    "registered": "2025-06-17",
                    "published": "2025-06-17",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5316,
                    "twfy_id": "26630",
                    "party": "labour",
                    "member": "Mike Reader",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "May 2025 costs of legal services arranged and paid for by Mace Consult Limited, instructing Pinsent Masons LLP to act on their behalf in employment tribunal case",
                    "value": 161.28,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Mace Consult Limited",
                    "donor_public_address": "155 Moorgate, London EC2M 6XB",
                    "donor_status": "Company",
                    "donor_company_name": "Mace Consult Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "07094851",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12656",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12655,
                    "summary": "Carlton Club (London) Ltd - \u00a3840.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-17",
                    "published": "2025-06-17",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4407,
                    "twfy_id": "25381",
                    "party": "conservative",
                    "member": "Nigel Huddleston",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "12 month membership of a private members' club, giving access to the club premises and the opportunity to purchase food, drink and overnight stays",
                    "value": 840.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Carlton Club (London) Ltd",
                    "donor_public_address": "69 St James's Street, London SW1A 1PJ",
                    "donor_status": "Company",
                    "donor_company_name": "Carlton Club (London) Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "00573221",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12655",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12573,
                    "summary": "Built Environment Networking Limited (T/A UKREiiF) - \u00a32,235.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-16",
                    "published": "2025-06-16",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5118,
                    "twfy_id": "26396",
                    "party": "labour",
                    "member": "Chris Curtis",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Hotel and ticket to UK Real Estate Investment and Infrastructure Forum conference in Leeds",
                    "value": 2235.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Built Environment Networking Limited (T/A UKREiiF)",
                    "donor_public_address": "133 Houndsditch, London EC3A 7BX",
                    "donor_status": "Company",
                    "donor_company_name": "Built Environment Networking Limited (T/A UKREiiF)",
                    "donor_company_url": "",
                    "donor_company_identifier": "07110641",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12573",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12599,
                    "summary": "The Ivors Academy - \u00a3760.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-16",
                    "published": "2025-06-16",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4620,
                    "twfy_id": "25681",
                    "party": "labour",
                    "member": "Ellie Reeves",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Ticket to the Ivor Novello Awards",
                    "value": 760.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "The Ivors Academy",
                    "donor_public_address": "1 Upper James St, London, W1F 9DE",
                    "donor_status": "Trust",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12599",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12635,
                    "summary": "Humanists UK - \u00a3466.49",
                    "parent_interest_id": "",
                    "registered": "2025-06-16",
                    "published": "2025-06-16",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5225,
                    "twfy_id": "26592",
                    "party": "labour",
                    "member": "Lizzi Collinge",
                    "appg": "Humanist Group",
                    "payment_type": "In kind",
                    "payment_description": "Hotel bed and breakfast for two nights (\u00a3223.98 inc VAT), ticket for two days to the Humanist UK Convention (\u00a3144 inc VAT), gala dinner (\u00a385 inc VAT) and speakers' reception (\u00a313.51 inc VAT), for my attendance at the Hummanist UK Conference as Guest Speaker",
                    "value": 466.49,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Humanists UK",
                    "donor_public_address": "39 Moreland Street, London EC1V 8BB",
                    "donor_status": "Other",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "Registered Charity",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12635",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12627,
                    "summary": "The Football Association Ltd - \u00a3496.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-13",
                    "published": "2025-06-13",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5236,
                    "twfy_id": "26465",
                    "party": "labour",
                    "member": "Jade Botterill",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Tickets for myself and a guest to the Emirates FA Cup Final",
                    "value": 496.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "The Football Association Ltd",
                    "donor_public_address": "Wembley Stadium, Po Box 1966, London SW1P 98Q",
                    "donor_status": "Company",
                    "donor_company_name": "The Football Association Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "00077797",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12627",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12595,
                    "summary": "Premier League - \u00a31,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-13",
                    "published": "2025-06-13",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5038,
                    "twfy_id": "26318",
                    "party": "labour",
                    "member": "Anneliese Midgley",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets for LFC Foundation Gala Dinner 2025, for me and a member of my staff",
                    "value": 1000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Premier League",
                    "donor_public_address": "Brunel Building, 57 North Wharf Road, London W2 1HQ",
                    "donor_status": "Company",
                    "donor_company_name": "Premier League",
                    "donor_company_url": "",
                    "donor_company_identifier": "02719699",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12595",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12623,
                    "summary": "UK Music - \u00a3684.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-13",
                    "published": "2025-06-13",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4637,
                    "twfy_id": "25622",
                    "party": "labour",
                    "member": "Mr James Frith",
                    "appg": "Music",
                    "payment_type": "In kind",
                    "payment_description": "Attendance at the Ivor Novello Awards",
                    "value": 684.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "UK Music",
                    "donor_public_address": "Work.Life, 33 Foley Street, London W1W 7TL",
                    "donor_status": "Company",
                    "donor_company_name": "UK Music",
                    "donor_company_url": "",
                    "donor_company_identifier": "3245288",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12623",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12612,
                    "summary": "English Football League - \u00a31,050.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-11",
                    "published": "2025-06-11",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4076,
                    "twfy_id": "24852",
                    "party": "labour",
                    "member": "Valerie Vaz",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "tickets and hospitality for myself and two others at the EFL League 2 play-off final to watch Walsall v AFC Wimbledon at Wembley Stadium",
                    "value": 1050.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "English Football League",
                    "donor_public_address": "EFL House, 10-12 West Cliff, Preston, Lancashire PR1 8HU.",
                    "donor_status": "Company",
                    "donor_company_name": "English Football League",
                    "donor_company_url": "",
                    "donor_company_identifier": "80612",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12612",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12596,
                    "summary": "Stadium MK Limited - \u00a31,402.50",
                    "parent_interest_id": "",
                    "registered": "2025-06-09",
                    "published": "2025-06-10",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5193,
                    "twfy_id": "26380",
                    "party": "labour",
                    "member": "Callum Anderson",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Provision of a small meeting room and food to support the delivery of the first meeting of the Bletchley Investment Taskforce - an initiative I am undertaking as part of my duties as a  Member of Parliament",
                    "value": 1402.5,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Stadium MK Limited",
                    "donor_public_address": "Stadium Mk, Stadium Way, Milton Keynes, Buckinghamshire MK1 1ST",
                    "donor_status": "Company",
                    "donor_company_name": "Stadium MK Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "07679334",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12596",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12602,
                    "summary": "Premier League - \u00a3700.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-10",
                    "published": "2025-06-10",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5152,
                    "twfy_id": "26433",
                    "party": "labour",
                    "member": "Sureena Brackenridge",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets for Premier League event, 'Inside Matters' Mental Health initiative, including Football match and hospitality",
                    "value": 700.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Premier League",
                    "donor_public_address": "Brunel Building, 57 North Wharf Road, London W2 1HQ",
                    "donor_status": "Company",
                    "donor_company_name": "Premier League",
                    "donor_company_url": "",
                    "donor_company_identifier": "02719699",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12602",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12597,
                    "summary": "How The Light Gets In (TVF Limited) - \u00a3325.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-10",
                    "published": "2025-06-10",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 185,
                    "twfy_id": "10133",
                    "party": "independent",
                    "member": "Jeremy Corbyn",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Reimbursement for two separate interviews and a book signing at the How The Light Gets In Festival (Hay), accommodation (\u00a3300), other/meals (\u00a325).  I was accompanied by Laura Alvarez",
                    "value": 325.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "How The Light Gets In (TVF Limited)",
                    "donor_public_address": "375 City Road, London EC1V 1NB",
                    "donor_status": "Company",
                    "donor_company_name": "How The Light Gets In (TVF Limited)",
                    "donor_company_url": "",
                    "donor_company_identifier": "02830019",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12597",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12601,
                    "summary": "Jockey Club Racecourses Limited - \u00a31,500.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-10",
                    "published": "2025-06-10",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5336,
                    "twfy_id": "26627",
                    "party": "liberal-democrat",
                    "member": "Helen Maguire",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Tickets and hospitality at the Epsom Derby for two people (estimated)",
                    "value": 1500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Jockey Club Racecourses Limited",
                    "donor_public_address": "21-27 Lambs Conduit Street, London WC1N 3NL",
                    "donor_status": "Company",
                    "donor_company_name": "Jockey Club Racecourses Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "02909409",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12601",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12587,
                    "summary": "The Jockey Club - \u00a3680.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-07",
                    "published": "2025-06-09",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4932,
                    "twfy_id": "26055",
                    "party": "conservative",
                    "member": "Mr Louie French",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets to Epsom Racecourse as part of the Shadow Sports Minister role and meeting with the Jockey Club and Epsom Racecourse",
                    "value": 680.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "The Jockey Club",
                    "donor_public_address": "21-27 Lambs Conduit Street, London WC1N 3NL",
                    "donor_status": "Company",
                    "donor_company_name": "The Jockey Club",
                    "donor_company_url": "",
                    "donor_company_identifier": "02909409",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12587",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12576,
                    "summary": "SKY UK - \u00a3900.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-04",
                    "published": "2025-06-09",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5167,
                    "twfy_id": "26428",
                    "party": "labour",
                    "member": "Gregor Poynton",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Ticket including hospitality for the TV BAFTAs Awards",
                    "value": 900.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "SKY UK",
                    "donor_public_address": "Grant Way, Isleworth, Middlesex TW7 5QD",
                    "donor_status": "Company",
                    "donor_company_name": "SKY UK",
                    "donor_company_url": "",
                    "donor_company_identifier": "02906991",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12576",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12588,
                    "summary": "Carlton Club - \u00a32,105.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-07",
                    "published": "2025-06-09",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5355,
                    "twfy_id": "26635",
                    "party": "conservative",
                    "member": "Sarah Bool",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Joining fee for the club was waived",
                    "value": 2105.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Carlton Club",
                    "donor_public_address": "69 St James Street, London SW1A 1PJ",
                    "donor_status": "Other",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "Private Members Club",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12588",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 11759,
                    "summary": "Motorsport UK - \u00a3428.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-07",
                    "published": "2025-06-09",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5355,
                    "twfy_id": "26635",
                    "party": "conservative",
                    "member": "Sarah Bool",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "A seat at the Night of Champions Awards Dinner",
                    "value": 428.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Motorsport UK",
                    "donor_public_address": "Bicester Motion, Bicester OX27 8FY",
                    "donor_status": "Company",
                    "donor_company_name": "Motorsport UK",
                    "donor_company_url": "",
                    "donor_company_identifier": "01344829",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/11759",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12582,
                    "summary": "The EFL - \u00a3800.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-06",
                    "published": "2025-06-06",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4932,
                    "twfy_id": "26055",
                    "party": "conservative",
                    "member": "Mr Louie French",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets for League Play-Off Final as part of the Shadow Sports Minister role and meeting with EFL representatives",
                    "value": 800.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "The EFL",
                    "donor_public_address": "EFL House, 10 - 12 West Cliff, Preston PR1 8HU",
                    "donor_status": "Company",
                    "donor_company_name": "The EFL",
                    "donor_company_url": "",
                    "donor_company_identifier": "80612",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12582",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12568,
                    "summary": "Music Publishers Association - \u00a31,200.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-05",
                    "published": "2025-06-06",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5038,
                    "twfy_id": "26318",
                    "party": "labour",
                    "member": "Anneliese Midgley",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "ticket with hospitality for the Ivor Novello Awards",
                    "value": 1200.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Music Publishers Association",
                    "donor_public_address": "107 Gray's Inn Road, London WC1X 8TZ",
                    "donor_status": "Company",
                    "donor_company_name": "Music Publishers Association",
                    "donor_company_url": "",
                    "donor_company_identifier": "00140248",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12568",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12531,
                    "summary": "Charlie Nunn - \u00a3605.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-03",
                    "published": "2025-06-04",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 1572,
                    "twfy_id": "11859",
                    "party": "conservative",
                    "member": "Sir Jeremy Hunt",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets to Chelsea Flower show",
                    "value": 605.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Charlie Nunn",
                    "donor_public_address": "Lloyd Banking Group, 8th Floor, 33 Old Broad Street, London EC2N 1HZ",
                    "donor_status": "Company",
                    "donor_company_name": "Charlie Nunn",
                    "donor_company_url": "",
                    "donor_company_identifier": "SC095000",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12531",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12566,
                    "summary": "The Arsenal Football Club Limited - \u00a31,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-03",
                    "published": "2025-06-04",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4514,
                    "twfy_id": "25353",
                    "party": "labour",
                    "member": "Sir Keir Starmer",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Tickets and hospitality for two people in the Directors' Box (approximate market value \u00a3500 each)",
                    "value": 1000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "The Arsenal Football Club Limited",
                    "donor_public_address": "Arsenal Football Club, Highbury House, 75 Drayton House, London N5 1BU",
                    "donor_status": "Company",
                    "donor_company_name": "The Arsenal Football Club Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "00109244",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12566",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12534,
                    "summary": "Mark Allen Group - \u00a3720.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-03",
                    "published": "2025-06-04",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4399,
                    "twfy_id": "25424",
                    "party": "conservative",
                    "member": "Victoria Atkins",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two VIP tickets for myself and member of staff to the National Women in Agriculture Awards 2025, which included dinner, to celebrate entrepreneurial women in the agricultural industry",
                    "value": 720.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Mark Allen Group",
                    "donor_public_address": "Studio 210 134-146 Curtain Road, London EC2A 3AR",
                    "donor_status": "Company",
                    "donor_company_name": "Mark Allen Group",
                    "donor_company_url": "",
                    "donor_company_identifier": "13283851",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12534",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12561,
                    "summary": "UK Music - \u00a3684.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-03",
                    "published": "2025-06-03",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4846,
                    "twfy_id": "25130",
                    "party": "social-democratic-and-labour-party",
                    "member": "Colum Eastwood",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Ticket to The Ivors Awards (cost \u00a3570+vat)",
                    "value": 684.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "UK Music",
                    "donor_public_address": "Work.Life 33 Foley Street, London W1W 7TL",
                    "donor_status": "Company",
                    "donor_company_name": "UK Music",
                    "donor_company_url": "",
                    "donor_company_identifier": "No 3245288",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12561",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12478,
                    "summary": "Ivors Academy - \u00a3760.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-02",
                    "published": "2025-06-02",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5139,
                    "twfy_id": "26412",
                    "party": "labour",
                    "member": "Emily Darlington",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "One ticket including dinner for the Ivor Novello Awards Ceremony",
                    "value": 760.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Ivors Academy",
                    "donor_public_address": "1 Upper James Street, London W1F 9DE",
                    "donor_status": "Company",
                    "donor_company_name": "Ivors Academy",
                    "donor_company_url": "",
                    "donor_company_identifier": "03643088",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12478",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12544,
                    "summary": "EPG Strategic Communications - \u00a3700.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-02",
                    "published": "2025-06-02",
                    "updated_1": "2025-06-18",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5339,
                    "twfy_id": "26619",
                    "party": "labour",
                    "member": "Danny Beales",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets to India Week dinner event in collaboration with think tank Bridge India, at the Royal Lancaster Hotel",
                    "value": 700.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "EPG Strategic Communications",
                    "donor_public_address": "4th Floor, Silverstream House, 45 Fitzroy Street, Fitzrovia, London W1T 6EB",
                    "donor_status": "Company",
                    "donor_company_name": "EPG Strategic Communications",
                    "donor_company_url": "",
                    "donor_company_identifier": "09019358",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12544",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12541,
                    "summary": "English Football League - \u00a3400.00",
                    "parent_interest_id": "",
                    "registered": "2025-06-02",
                    "published": "2025-06-02",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 165,
                    "twfy_id": "10185",
                    "party": "labour",
                    "member": "Clive Efford",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Hospitality at the English Football League Division One play-off Final, at Wembley Stadium Sunday 25th June",
                    "value": 400.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "English Football League",
                    "donor_public_address": "Fifty Paddington, \u200b50 Eastbourne Terrace, \u200bLondon \u200bW2 6LG",
                    "donor_status": "Company",
                    "donor_company_name": "English Football League",
                    "donor_company_url": "",
                    "donor_company_identifier": "00080612",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12541",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12532,
                    "summary": "PRS for Music - \u00a3760.00",
                    "parent_interest_id": "",
                    "registered": "2025-05-30",
                    "published": "2025-05-30",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5064,
                    "twfy_id": "26345",
                    "party": "labour",
                    "member": "Steve Race",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Single ticket to the Ivor Novello Awards, the celebration of British and Irish songwriting",
                    "value": 760.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "PRS for Music",
                    "donor_public_address": "1st Floor Goldings House, 2 Hays Lane, London SE1 2HB",
                    "donor_status": "Company",
                    "donor_company_name": "PRS for Music",
                    "donor_company_url": "",
                    "donor_company_identifier": "00134396",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12532",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12530,
                    "summary": "Fenchurch Advisory Partners LLP - \u00a33,300.00",
                    "parent_interest_id": "",
                    "registered": "2025-05-29",
                    "published": "2025-05-29",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4441,
                    "twfy_id": "25323",
                    "party": "conservative",
                    "member": "Sir Oliver Dowden",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets for the Chelsea Flower Show Gala Preview and Reception",
                    "value": 3300.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Fenchurch Advisory Partners LLP",
                    "donor_public_address": "110 Bishopsgate, London EC2N 4AY",
                    "donor_status": "Company",
                    "donor_company_name": "Fenchurch Advisory Partners LLP",
                    "donor_company_url": "",
                    "donor_company_identifier": "OC306074",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12530",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12520,
                    "summary": "William Day - \u00a3840.00",
                    "parent_interest_id": "",
                    "registered": "2025-05-27",
                    "published": "2025-05-28",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "party": "liberal-democrat",
                    "member": "Charlie Maynard",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Pro bono legal services",
                    "value": 840.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "William Day",
                    "donor_public_address": "",
                    "donor_status": "Individual",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12520",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12519,
                    "summary": "Marriott Harrison - \u00a39,840.00",
                    "parent_interest_id": "",
                    "registered": "2025-05-27",
                    "published": "2025-05-28",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5325,
                    "twfy_id": "26544",
                    "party": "liberal-democrat",
                    "member": "Charlie Maynard",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Pro bono legal advice",
                    "value": 9840.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Marriott Harrison",
                    "donor_public_address": "80 Cheapside, London EC2V 6EE",
                    "donor_status": "Company",
                    "donor_company_name": "Marriott Harrison",
                    "donor_company_url": "",
                    "donor_company_identifier": "OC372774",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12519",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12517,
                    "summary": "Wigan Warriors - \u00a3610.00",
                    "parent_interest_id": "",
                    "registered": "2025-05-23",
                    "published": "2025-05-27",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5060,
                    "twfy_id": "26328",
                    "party": "labour",
                    "member": "Josh Simons",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "two tickets and hospitality for me and a guest",
                    "value": 610.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Wigan Warriors",
                    "donor_public_address": "Loire Drive, Wigan WN5 0UH",
                    "donor_status": "Company",
                    "donor_company_name": "Wigan Warriors",
                    "donor_company_url": "",
                    "donor_company_identifier": "06842878",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12517",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12498,
                    "summary": "Ealing Picturehouse - \u00a3600.00",
                    "parent_interest_id": "",
                    "registered": "2025-05-27",
                    "published": "2025-05-27",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4511,
                    "twfy_id": "25284",
                    "party": "labour",
                    "member": "Dr Rupa Huq",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Ealing Picturehouse provided an event space for the 10th anniversary celebration of my election as an MP",
                    "value": 600.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Ealing Picturehouse",
                    "donor_public_address": "Unit 8, Filmworks Walk, Ealing, London W5 5FA",
                    "donor_status": "Company",
                    "donor_company_name": "Ealing Picturehouse",
                    "donor_company_url": "",
                    "donor_company_identifier": "02310403",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12498",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12509,
                    "summary": "In It Together Festival Ltd - \u00a3735.90",
                    "parent_interest_id": "",
                    "registered": "2025-05-27",
                    "published": "2025-05-27",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4359,
                    "twfy_id": "25297",
                    "party": "labour",
                    "member": "Stephen Kinnock",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "3 VIP tickets for In It Together Festival in Margam on Friday 23 May and parking. Only two tickets were used",
                    "value": 735.9,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "In It Together Festival Ltd",
                    "donor_public_address": "Unit 1b Lamby Way, Lake View Business Park, Cardiff CF3 2EP",
                    "donor_status": "Company",
                    "donor_company_name": "In It Together Festival Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "16278042",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12509",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12513,
                    "summary": "John Murray Press - \u00a31,400.00",
                    "parent_interest_id": "",
                    "registered": "2025-05-27",
                    "published": "2025-05-27",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5260,
                    "twfy_id": "26520",
                    "party": "labour",
                    "member": "Katie White",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "50 copies of Ocean: How to Save Earth's Last Wilderness, by Sir David Attenborough (author) and Colin Butfield (author)",
                    "value": 1400.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "John Murray Press",
                    "donor_public_address": "Carmelite House, 50 Victoria Embankment, London EC4Y 0DZ",
                    "donor_status": "Company",
                    "donor_company_name": "John Murray Press",
                    "donor_company_url": "",
                    "donor_company_identifier": "00492627",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12513",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12495,
                    "summary": "Mace Consult Limited - \u00a3725.76",
                    "parent_interest_id": "",
                    "registered": "2025-05-22",
                    "published": "2025-05-27",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5316,
                    "twfy_id": "26630",
                    "party": "labour",
                    "member": "Mike Reader",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "April 2025 cost of legal services arranged and paid for by Mace Consult Limited, instructing Pinsent Masons LLP to act on their behalf in employment tribunal case of their former employee Mr Reader",
                    "value": 725.76,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Mace Consult Limited",
                    "donor_public_address": "155 Moorgate, London EC2M 6XB",
                    "donor_status": "Company",
                    "donor_company_name": "Mace Consult Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "07094851",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12495",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12510,
                    "summary": "Labour Asians Society Ltd - \u00a3310.00",
                    "parent_interest_id": "",
                    "registered": "2025-05-27",
                    "published": "2025-05-27",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4511,
                    "twfy_id": "25284",
                    "party": "labour",
                    "member": "Dr Rupa Huq",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Labour Asians Society hosted the 10th anniversary celebration of my election as an MP. Labour Asians Society is a non-profit Ltd community company",
                    "value": 310.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Labour Asians Society Ltd",
                    "donor_public_address": "G32 Unit 3-4 Trial Angle Centre, 399 Uxbridge Road, Ringway, Southall, Middlesex UB1 3EJ",
                    "donor_status": "Company",
                    "donor_company_name": "Labour Asians Society Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "15835908",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12510",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12502,
                    "summary": "Wigan Warriors - \u00a3170.00",
                    "parent_interest_id": "",
                    "registered": "2025-05-23",
                    "published": "2025-05-27",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5060,
                    "twfy_id": "26328",
                    "party": "labour",
                    "member": "Josh Simons",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "This was for two tickets only for me and a guest",
                    "value": 170.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Wigan Warriors",
                    "donor_public_address": "Loire Drive, Wigan WN5 0UH",
                    "donor_status": "Company",
                    "donor_company_name": "Wigan Warriors",
                    "donor_company_url": "",
                    "donor_company_identifier": "06842878",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12502",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12514,
                    "summary": "Genomics Ltd - \u00a3799.00",
                    "parent_interest_id": "",
                    "registered": "2025-05-27",
                    "published": "2025-05-27",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5312,
                    "twfy_id": "26527",
                    "party": "labour",
                    "member": "Sadik Al-Hassan",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "A Genomics Health Insights test provided free of charge",
                    "value": 799.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Genomics Ltd",
                    "donor_public_address": "King Charles House, Park End Street, Oxford OX1 1JD",
                    "donor_status": "Company",
                    "donor_company_name": "Genomics Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "08839972",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12514",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12494,
                    "summary": "Mace Consult Limited - \u00a31,248.00",
                    "parent_interest_id": "",
                    "registered": "2025-05-22",
                    "published": "2025-05-27",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5316,
                    "twfy_id": "26630",
                    "party": "labour",
                    "member": "Mike Reader",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "February and March 2025 cost of legal services arranged and paid for by Mace Consult Limited, instructed Pinsent Masons LLP to act on their behalf in employment tribunal case",
                    "value": 1248.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Mace Consult Limited",
                    "donor_public_address": "155 Moorgate, London EC2M 6XB",
                    "donor_status": "Company",
                    "donor_company_name": "Mace Consult Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "07094851",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12494",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12516,
                    "summary": "Wigan Warriors - \u00a3610.00",
                    "parent_interest_id": "",
                    "registered": "2025-05-23",
                    "published": "2025-05-23",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5060,
                    "twfy_id": "26328",
                    "party": "labour",
                    "member": "Josh Simons",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "two game tickets and hospitality for me and a guest",
                    "value": 610.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Wigan Warriors",
                    "donor_public_address": "Loire Drive, Wigan WN50UH",
                    "donor_status": "Company",
                    "donor_company_name": "Wigan Warriors",
                    "donor_company_url": "",
                    "donor_company_identifier": "06842878",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12516",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12477,
                    "summary": "London Marathon Events Ltd - \u00a3550.00",
                    "parent_interest_id": "",
                    "registered": "2025-05-22",
                    "published": "2025-05-23",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4040,
                    "twfy_id": "24721",
                    "party": "labourco-operative",
                    "member": "Chris Evans",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Hospitality for my wife, Julia Evans at the London Marathon",
                    "value": 550.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "London Marathon Events Ltd",
                    "donor_public_address": "190 Great Dover Street, London, England SE1 4YB",
                    "donor_status": "Company",
                    "donor_company_name": "London Marathon Events Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "015428489",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12477",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12499,
                    "summary": "Mentorn Media - \u00a3789.30",
                    "parent_interest_id": "",
                    "registered": "2025-05-23",
                    "published": "2025-05-23",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4797,
                    "twfy_id": "25801",
                    "party": "labourco-operative",
                    "member": "James Murray",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Travel in relation to an appearance on BBC Question Time for me and a member of staff",
                    "value": 789.3,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Mentorn Media",
                    "donor_public_address": "Tinopolis Centre, Park Street, Llanelli, Carmarthenshire SA15 3YE",
                    "donor_status": "Company",
                    "donor_company_name": "Mentorn Media",
                    "donor_company_url": "",
                    "donor_company_identifier": "02329345",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12499",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12485,
                    "summary": "The Football Association Ltd - \u00a3470.00",
                    "parent_interest_id": "",
                    "registered": "2025-05-21",
                    "published": "2025-05-22",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5323,
                    "twfy_id": "26574",
                    "party": "labour",
                    "member": "Matt Bishop",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two tickets including hospitality to the Women's FA Cup Final between Manchester United and Chelsea",
                    "value": 470.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "The Football Association Ltd",
                    "donor_public_address": "Wembley Stadium, \nPO Box 1966, \nLondon \nSW1P 98Q",
                    "donor_status": "Company",
                    "donor_company_name": "The Football Association Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "00077797",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12485",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12493,
                    "summary": "The Football Association - \u00a3550.00",
                    "parent_interest_id": "",
                    "registered": "2025-05-22",
                    "published": "2025-05-22",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5146,
                    "twfy_id": "26408",
                    "party": "labour",
                    "member": "Michael Payne",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two match tickets, with hospitality, for me and one other to attend the FA Cup Semi-Final",
                    "value": 550.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "The Football Association",
                    "donor_public_address": "Wembley Stadium, London HA9 0WS",
                    "donor_status": "Company",
                    "donor_company_name": "The Football Association",
                    "donor_company_url": "",
                    "donor_company_identifier": "00077797",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12493",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12473,
                    "summary": "Coventry City Football Club Ltd - \u00a3500.00",
                    "parent_interest_id": "",
                    "registered": "2025-05-20",
                    "published": "2025-05-21",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 1579,
                    "twfy_id": "11898",
                    "party": "labour",
                    "member": "Mary Creagh",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Ticket in the Directors Box to the final game of the season against Middlesbrough",
                    "value": 500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Coventry City Football Club Ltd",
                    "donor_public_address": "Sky Blue Lodge, Leamington Road, Ryton On Dunsmore, Coventry CV8 3FL",
                    "donor_status": "Company",
                    "donor_company_name": "Coventry City Football Club Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "07612487",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12473",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12467,
                    "summary": "The Football Association - \u00a3496.00",
                    "parent_interest_id": "",
                    "registered": "2025-05-20",
                    "published": "2025-05-20",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4932,
                    "twfy_id": "26055",
                    "party": "conservative",
                    "member": "Mr Louie French",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "2 tickets for FA Cup Final as part of the Shadow Sports Minister role and lunch with FA officials",
                    "value": 496.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "The Football Association",
                    "donor_public_address": "Wembley Stadium, Wembley, London HA9 0WS",
                    "donor_status": "Company",
                    "donor_company_name": "The Football Association",
                    "donor_company_url": "",
                    "donor_company_identifier": "00077797",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12467",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12442,
                    "summary": "Crystal Palace Football Club Ltd - \u00a31,958.00",
                    "parent_interest_id": "",
                    "registered": "2025-05-20",
                    "published": "2025-05-20",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4503,
                    "twfy_id": "25377",
                    "party": "conservative",
                    "member": "Chris Philp",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "two tickets as a guest of Crystal Palace to watch them in the FA Cup Final for me and a family member",
                    "value": 1958.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Crystal Palace Football Club Ltd",
                    "donor_public_address": "Selhurst Park Stadium, Holmesdale Road, London SE25 6PU",
                    "donor_status": "Company",
                    "donor_company_name": "Crystal Palace Football Club Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "07270793",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12442",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12459,
                    "summary": "Channel Four Television Company Limited - \u00a3750.00",
                    "parent_interest_id": "",
                    "registered": "2025-05-20",
                    "published": "2025-05-20",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4511,
                    "twfy_id": "25284",
                    "party": "labour",
                    "member": "Dr Rupa Huq",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "one ticket to the BAFTA Television Awards, including drinks reception and dinner",
                    "value": 750.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Channel Four Television Company Limited",
                    "donor_public_address": "124 Horseferry Road, London SW1P 2TX",
                    "donor_status": "Company",
                    "donor_company_name": "Channel Four Television Company Limited",
                    "donor_company_url": "",
                    "donor_company_identifier": "01533774",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12459",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12465,
                    "summary": "The HPower Group Ltd - \u00a3500.00",
                    "parent_interest_id": "",
                    "registered": "2025-05-20",
                    "published": "2025-05-20",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5340,
                    "twfy_id": "26622",
                    "party": "conservative",
                    "member": "Jack Rankin",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "My wife and I were the guests of the committee of the Royal Windsor Horse Show for the day, including champagne reception and lunch in the Royal Box with TRH The Duke and Duchess of Edinburgh.  The HPower Group Ltd is the legal entity and management company behind the show.  No retail value. Notional value estimated following advice",
                    "value": 500.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "The HPower Group Ltd",
                    "donor_public_address": "Stable House, St. Albans Close, Windsor, Berkshire SL4 1UT",
                    "donor_status": "Company",
                    "donor_company_name": "The HPower Group Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "05332261",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12465",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12464,
                    "summary": "Lloyds Banking Group - \u00a3604.85",
                    "parent_interest_id": "",
                    "registered": "2025-05-20",
                    "published": "2025-05-20",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4107,
                    "twfy_id": "24785",
                    "party": "conservative",
                    "member": "Dame Harriett Baldwin",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "tickets with hospitality for me and my spouse to the RHS Chelsea Flower Show",
                    "value": 604.85,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "Lloyds Banking Group",
                    "donor_public_address": "Lloyds Bank plc. 25 Gresham Street, London EC2V 7HN",
                    "donor_status": "Company",
                    "donor_company_name": "Lloyds Banking Group",
                    "donor_company_url": "",
                    "donor_company_identifier": "2065",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12464",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12458,
                    "summary": "UKHarvest - \u00a3360.00",
                    "parent_interest_id": "",
                    "registered": "2025-05-19",
                    "published": "2025-05-20",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5335,
                    "twfy_id": "26372",
                    "party": "liberal-democrat",
                    "member": "Jess Brown-Fuller",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "I was invited as a guest of UKHarvest to their corporate box at Goodwood Racecourse. I attended for 90 minutes to present an award to the winning owner in the UKHarvest charity race",
                    "value": 360.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "UKHarvest",
                    "donor_public_address": "The Bricks, Manor Farm Barns, Selsey Road, Donnington, Chichester PO20 7PL",
                    "donor_status": "Other",
                    "donor_company_name": "",
                    "donor_company_url": "",
                    "donor_company_identifier": "",
                    "donor_company_identifier_source": "",
                    "donor_trust_details": "",
                    "donor_other_details": "Registered charity",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12458",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12444,
                    "summary": "The Arsenal Football Club Ltd - \u00a31,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-05-19",
                    "published": "2025-05-19",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 4066,
                    "twfy_id": "24778",
                    "party": "conservative",
                    "member": "Priti Patel",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Two matchday tickets and hospitality in the Directors' Box at the Emirates Stadium for myself and a family member (approximate value of \u00a3500 per ticket)",
                    "value": 1000.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": false,
                    "donor_name": "The Arsenal Football Club Ltd",
                    "donor_public_address": "Highbury House, 75 Drayton Park, London N5 1BU",
                    "donor_status": "Company",
                    "donor_company_name": "The Arsenal Football Club Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "00109244",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12444",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12438,
                    "summary": "London Marathon Events Ltd - \u00a3350.00",
                    "parent_interest_id": "",
                    "registered": "2025-05-16",
                    "published": "2025-05-19",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5118,
                    "twfy_id": "26396",
                    "party": "labour",
                    "member": "Chris Curtis",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Start and finish hospitality for the London Marathon",
                    "value": 350.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "London Marathon Events Ltd",
                    "donor_public_address": "Marathon House, 190 Great Dover St, London SE1 4YB",
                    "donor_status": "Company",
                    "donor_company_name": "London Marathon Events Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "01528489",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12438",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12424,
                    "summary": "Innovision IP Ltd - \u00a36,480.00",
                    "parent_interest_id": "",
                    "registered": "2025-05-14",
                    "published": "2025-05-14",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 373,
                    "twfy_id": "10162",
                    "party": "conservative",
                    "member": "David Davis",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Medical imagery scan and associated report",
                    "value": 6480.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "Innovision IP Ltd",
                    "donor_public_address": "50 Seymour Street, London, England W1H 7JG",
                    "donor_status": "Company",
                    "donor_company_name": "Innovision IP Ltd",
                    "donor_company_url": "",
                    "donor_company_identifier": "12329287",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12424",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12398,
                    "summary": "SQR Group - \u00a3375.00",
                    "parent_interest_id": "",
                    "registered": "2025-05-14",
                    "published": "2025-05-14",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5162,
                    "twfy_id": "26432",
                    "party": "labour",
                    "member": "Matthew Patrick",
                    "appg": "",
                    "payment_type": "In kind",
                    "payment_description": "Invited by the Damari family to a Spurs game in a corporate box which is owned by SQR Group",
                    "value": 375.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "SQR Group",
                    "donor_public_address": "Unit 2 Hawthorn Business Park, 165 Granville Road, Childs Hill, London NW2 2AZ",
                    "donor_status": "Company",
                    "donor_company_name": "SQR Group",
                    "donor_company_url": "",
                    "donor_company_identifier": "08243074",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12398",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12419,
                    "summary": "The Food and Drink Federation - \u00a3395.00",
                    "parent_interest_id": "",
                    "registered": "2025-05-13",
                    "published": "2025-05-13",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                    "mnis_id": 5149,
                    "twfy_id": "26449",
                    "party": "labour",
                    "member": "Amanda Hack",
                    "appg": "Food and Drink",
                    "payment_type": "In kind",
                    "payment_description": "A ticket to attend the Food and Drink Industry Dinner 2025",
                    "value": 395.0,
                    "received_date": "",
                    "accepted_date": "",
                    "received_end_date": "",
                    "is_sole_beneficiary": true,
                    "donor_name": "The Food and Drink Federation",
                    "donor_public_address": "10 Bloomsbury Way, London WC1A 2SL",
                    "donor_status": "Company",
                    "donor_company_name": "The Food and Drink Federation",
                    "donor_company_url": "",
                    "donor_company_identifier": "Registration 00210572",
                    "donor_company_identifier_source": "Companies House",
                    "donor_trust_details": "",
                    "donor_other_details": "",
                    "link": "https://interests-api.parliament.uk/api/v1/Interests/12419",
                    "updated_2": "",
                    "category_code": "3"
                },
                {
                    "id": 12422,
                    "summary": "Anthropy Ltd - \u00a31,000.00",
                    "parent_interest_id": "",
                    "registered": "2025-05-13",
                    "published": "2025-05-13",
                    "updated_1": "",
                    "category": "Gifts, benefits and hospitality from UK sources",
                  