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-16-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
69abe3049756d1e6f670e2d243ce6dead6e09ce4 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-10-16   Daisy Cooper uk.org.publicwhip/person/25901 0 2023-10-16-2fa6c1a9-25901-0
2dcd4d8fc72a980718d4c26dc6d075fd9520850d 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-10-16   Daisy Cooper uk.org.publicwhip/person/25901 1 2023-10-16-2fa6c1a9-25901-0
6a08597b5d447c97b0c6369173be84870eb477ed 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-10-16   Daisy Cooper uk.org.publicwhip/person/25901 2 2023-10-16-2fa6c1a9-25901-0
1035c9d9c1c178995c44af792573fd0c1039b1eb 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-10-16   Daisy Cooper uk.org.publicwhip/person/25901 3 2023-10-16-2fa6c1a9-25901-0
02190b9f9cb9ab5c9ba1de4c61f389a4fb970fe1 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-10-16   Daisy Cooper uk.org.publicwhip/person/25901 4 2023-10-16-2fa6c1a9-25901-0
fe5bf50fbbfeee421cfbf64f2a004d8ae50998fc 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-10-16   Daisy Cooper uk.org.publicwhip/person/25901 5 2023-10-16-2fa6c1a9-25901-0
bc8dcb8039cd368dcd5b5c93e2072a957d2851be 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-10-16   Daisy Cooper uk.org.publicwhip/person/25901 6 2023-10-16-2fa6c1a9-25901-0
eae506f02f40b6a2f5b1896b942e985a2583d7b2 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-10-16   Daisy Cooper uk.org.publicwhip/person/25901 7 2023-10-16-2fa6c1a9-25901-0
c228faa45a6886aaf0323a75b03153c0ed29f16c Name of donor: Elizabeth Desmond Address of donor: private Amount of donation or nature and value if donation in kind: £5,000 Donor status: individual (Registered 21 August 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   Daisy Cooper uk.org.publicwhip/person/25901 8 2023-10-16-2fa6c1a9-25901-0
1d25cb9f9cc6f51095e6de899bf9fd2ae9ebda7c Name of donor: College Street Partners Ltd Address of donor: 23b Cloudesley Street, London N1 0HX Amount of donation or nature and value if donation in kind: £20,000 Donor status: company, registration 07079981 (Registered 06 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-16   Daisy Cooper uk.org.publicwhip/person/25901 9 2023-10-16-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 133.919ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette