home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

Data source: mySociety Data · About: simonw/register-of-members-interests-datasette

10 rows where record_id = "2023-10-30-2fa6c1a9-24786-0" sorted by date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: date (date)

hash item category_id date ▲ member_id person_id sort_order record_id
9dc9323eab2ad3e28b94a2d26c0df565884390d9 Name of donor: Neil Record Address of donor: private Amount of donation or nature and value if donation in kind: £10,000 Donor status: individual (Registered 20 January 2023) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2023-10-30   Steven Baker uk.org.publicwhip/person/24786 0 2023-10-30-2fa6c1a9-24786-0
6f7c31c48f3470db5c23c21ff1241075c6ecb015 Name of donor: Xercise2 Ltd Address of donor: 23 Beaumont Mews, First Floor, London W1G 6EN Amount of donation or nature and value if donation in kind: £5,000 Donor status: company, registration 07259361 (Registered 10 February 2023) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2023-10-30   Steven Baker uk.org.publicwhip/person/24786 1 2023-10-30-2fa6c1a9-24786-0
ffb595bb6a86ce32f3d4acac15e775642dc6dc96 Name of donor: Matthew Ferrey Address of donor: private Amount of donation or nature and value if donation in kind: £3,750 for campaigning support in my constituency Donor status: individual (Registered 05 April 2023) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2023-10-30   Steven Baker uk.org.publicwhip/person/24786 2 2023-10-30-2fa6c1a9-24786-0
0c7abbb7108a04ac42d69486d1a6b2b23409b7a3 Name of donor: Jonathan Moynihan Address of donor: private Amount of donation or nature and value if donation in kind: £2,500 Donor status: individual (Registered 21 April 2023) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2023-10-30   Steven Baker uk.org.publicwhip/person/24786 3 2023-10-30-2fa6c1a9-24786-0
316c845ef81e0320922192fb7a4577ae3fd3be02 Name of donor: Kent Swiss Investments Ltd Address of donor: 22 North Park, Chalfont St Peter, Bucks SL9 8JW Amount of donation or nature and value if donation in kind: £5,000 Donor status: company, registration 10421452 (Registered 05 May 2023) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2023-10-30   Steven Baker uk.org.publicwhip/person/24786 4 2023-10-30-2fa6c1a9-24786-0
24b29786ea64c10a0f49611f0c258cc286a74505 Name of donor: John Reid & Sons (Strucsteel) Limited Address of donor: 3 Reid Street, Christchurch, Dorset BH23 2BT Amount of donation or nature and value if donation in kind: £5,000 Donor status: company, registration 00617773 (Registered 08 June 2023) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2023-10-30   Steven Baker uk.org.publicwhip/person/24786 5 2023-10-30-2fa6c1a9-24786-0
8813939442786c48363455879e01f8f74799cfdc Name of donor: Sir Rocco Forte Address of donor: private Amount of donation or nature and value if donation in kind: £10,000 Donor status: individual (Registered 15 June 2023) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2023-10-30   Steven Baker uk.org.publicwhip/person/24786 6 2023-10-30-2fa6c1a9-24786-0
e51a22e7c34ac57d9a512a7052fe5bce65d313f9 Name of donor: Charles Crofton-Atkins Address of donor: private Amount of donation or nature and value if donation in kind: £3,000 for campaigning support Donor status: individual (Registered 17 October 2023) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2023-10-30   Steven Baker uk.org.publicwhip/person/24786 7 2023-10-30-2fa6c1a9-24786-0
345004058d742ab3f853a10692f80ee70dff30d4 Name of donor: Barrie Haigh Address of donor: private Amount of donation or nature and value if donation in kind: £5,000 Donor status: individual (Registered 17 October 2023) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2023-10-30   Steven Baker uk.org.publicwhip/person/24786 8 2023-10-30-2fa6c1a9-24786-0
fb9a4c5cfeecbeb8353d5513b836fe111f52f8c3 Name of donor: Derek Vere Address of donor: private Amount of donation or nature and value if donation in kind: £2,000 for campaigning activities Donor status: individual (Registered 17 October 2023) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2023-10-30   Steven Baker uk.org.publicwhip/person/24786 9 2023-10-30-2fa6c1a9-24786-0

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE items (
        hash VARCHAR(40) NOT NULL,
        item TEXT,
        category_id TEXT,
        date TEXT,
        member_id TEXT,
        person_id TEXT,
        sort_order INTEGER,
        record_id TEXT,
        PRIMARY KEY (hash),
        FOREIGN KEY ("category_id") REFERENCES [categories](id),
        FOREIGN KEY ("member_id") REFERENCES [members](id),
        FOREIGN KEY ("person_id") REFERENCES [people](id)
    );
CREATE INDEX items_date ON items("date");
CREATE INDEX items_category_id ON items("category_id");
CREATE INDEX items_member_id ON items("member_id");
CREATE INDEX items_person_id ON items("person_id");
CREATE INDEX items_record_id ON items("record_id");
Powered by Datasette · Queries took 305.906ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette