home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

5 rows where record_id = "2023-09-04-2fa6c1a9-25793-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
29e1187cf5d01316b49f7c6a341235a593e2e82f Name of donor: IX Wireless Ltd Address of donor: Ribble House, Ribble Business Park, Blackburn BB1 5RB Amount of donation or nature and value if donation in kind: £5,000 Donor status: company, registration 11009144 (Registered 12 October 2022) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2023-09-04   Peter Gibson uk.org.publicwhip/person/25793 0 2023-09-04-2fa6c1a9-25793-0
df3eb91f476551449b881f48e2bf53faad206dd0 Name of donor: Andrew J Dawber Address of donor: private Amount of donation or nature and value if donation in kind: £3,000 Donor status: individual (Registered 20 December 2022) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2023-09-04   Peter Gibson uk.org.publicwhip/person/25793 1 2023-09-04-2fa6c1a9-25793-0
7ddfec0a670413550a1a1e5001375aecbed5683c Name of donor: Carlton Club Political Committee Address of donor: 69 St. James's Street, London SW1A 1PJ Amount of donation or nature and value if donation in kind: £5,000 Donor status: unincorporated association (Registered 26 January 2023) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2023-09-04   Peter Gibson uk.org.publicwhip/person/25793 2 2023-09-04-2fa6c1a9-25793-0
304a2bbd4b5ce001a3fa370613a9442086e8b41f Name of donor: Morgan Crest Ltd Address of donor: The Old Grange Warren Estate, Lordship Road, Writtle, Chelmsford CM1 3WT Amount of donation or nature and value if donation in kind: £3,000 Donor status: company, registration 07701126 (Registered 03 May 2023) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2023-09-04   Peter Gibson uk.org.publicwhip/person/25793 3 2023-09-04-2fa6c1a9-25793-0
6fa7003d2411c15a4919fc3cdc8c18d0407843d6 Name of donor: United and Cecil Club Address of donor: Abbatt Group, New Penderel House, 283-287 High Holborn, London WC1V 7HF Amount of donation or nature and value if donation in kind: £5,000 Donor status: unincorporated association (Registered 23 June 2023) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2023-09-04   Peter Gibson uk.org.publicwhip/person/25793 4 2023-09-04-2fa6c1a9-25793-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 43.638ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette