home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

9 rows where record_id = "2023-08-07-2fa6c1a9-25901-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
a7df47f53f49bb56687e7193ea43d92ed2cdcab8 Name of donor: Simon Curtis Address of donor: private Amount of donation or nature and value if donation in kind: £2,500 Donor status: individual (Registered 30 September 2022) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2023-08-07   Daisy Cooper uk.org.publicwhip/person/25901 0 2023-08-07-2fa6c1a9-25901-0
e263031a4d26cd7306c4b9b9753b437e564d19c2 Name of donor: Matthew Taylor Address of donor: private Amount of donation or nature and value if donation in kind: £10,000 Donor status: individual (Registered 31 October 2022) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2023-08-07   Daisy Cooper uk.org.publicwhip/person/25901 1 2023-08-07-2fa6c1a9-25901-0
212eb332a29302908f4a0754c2346dbbd36029fa Name of donor: Dr Pippa Oakeshott Address of donor: private Amount of donation or nature and value if donation in kind: £20,000 to assist with employing a member of staff in my parliamentary office 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-08-07   Daisy Cooper uk.org.publicwhip/person/25901 2 2023-08-07-2fa6c1a9-25901-0
5d56728fd70efa88a3806ca65d42130633141599 Name of donor: Dr Pippa Oakeshott Address of donor: private Amount of donation or nature and value if donation in kind: £18,000 to assist with employing a member of staff in my parliamentary office 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-08-07   Daisy Cooper uk.org.publicwhip/person/25901 3 2023-08-07-2fa6c1a9-25901-0
3b3f8d1d329ac590dae33e3b34293624567e9094 Name of donor: Thomas Gosling Address of donor: private Amount of donation or nature and value if donation in kind: £15,000 Donor status: individual (Registered 25 April 2023) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2023-08-07   Daisy Cooper uk.org.publicwhip/person/25901 4 2023-08-07-2fa6c1a9-25901-0
21dd4888880b34c5319bc5588d3ab412b4bdd28f Name of donor: Andrew Donaldson Byrne Address of donor: private Amount of donation or nature and value if donation in kind: £2,500 Donor status: individual (Registered 01 June 2023) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2023-08-07   Daisy Cooper uk.org.publicwhip/person/25901 5 2023-08-07-2fa6c1a9-25901-0
44034c889e2a19ff2cbfa30964657c5c16f82125 Name of donor: Andrew Donaldson Byrne Address of donor: private Amount of donation or nature and value if donation in kind: £1,500 Donor status: individual (Registered 18 July 2023) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2023-08-07   Daisy Cooper uk.org.publicwhip/person/25901 6 2023-08-07-2fa6c1a9-25901-0
150a17b2376e6b1afb49363b53db82d96897b699 Name of donor: Ahmed Hindawi Address of donor: private Amount of donation or nature and value if donation in kind: £10,000 Donor status: individual (Registered 24 July 2023) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2023-08-07   Daisy Cooper uk.org.publicwhip/person/25901 7 2023-08-07-2fa6c1a9-25901-0
97169e080304944b64c86c59d00d9a4f031adb1f Name of donor: Tushar Prabhu Address of donor: private Amount of donation or nature and value if donation in kind: £2,000 Donor status: individual (Registered 03 August 2023) (a) Support linked to an MP but received by a local party organisation or indirectly via a central party organisation 2fa6c1a9 2023-08-07   Daisy Cooper uk.org.publicwhip/person/25901 8 2023-08-07-2fa6c1a9-25901-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 76.772ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette