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-10-16-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
5d05bc7b7b7707abdbb9b2ca8d58b2751139eeef 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-10-16   Peter Gibson uk.org.publicwhip/person/25793 0 2023-10-16-2fa6c1a9-25793-0
01c90439d9d7cec8c9b56d387fd147e9f00379a0 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-10-16   Peter Gibson uk.org.publicwhip/person/25793 1 2023-10-16-2fa6c1a9-25793-0
eb95bfc86c57ffd5c05c883339637f22dc07c5f1 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-10-16   Peter Gibson uk.org.publicwhip/person/25793 2 2023-10-16-2fa6c1a9-25793-0
8d6997343ef1e8abc6c017fb0ae3f3137e83cd92 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-10-16   Peter Gibson uk.org.publicwhip/person/25793 3 2023-10-16-2fa6c1a9-25793-0
10314d68bc394b8bf81992dd819a8a27727a2f28 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-10-16   Peter Gibson uk.org.publicwhip/person/25793 4 2023-10-16-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 14.498ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette