home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

3 rows where record_id = "2023-04-17-70b64e89-24829-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
420380a993a228c545b2d572952df48fdb7dd8e8 Name of donor: Crowne Associates Ltd (trading as This is Purpose) Address of donor: Nova North, 11 Bressenden Place, London SW1E 5B Amount of donation or nature and value if donation in kind: Secretariat support for my position as Chair of the 1922 Committee’s sub-committee covering the BEIS Department for the inquiry 'How can government support consumers and businesses to reduce their energy bills over the short term?', estimated value £830 Date received: 21 March 2022 - 4 April 2022 Date accepted: 21 March 2022 Donor status: company, registration 11329370 (Registered 27 July 2022) (b) Any other support not included in Category 2(a) 70b64e89 2023-04-17   Andrea Leadsom uk.org.publicwhip/person/24829 0 2023-04-17-70b64e89-24829-0
9776ac7191b51c5a56b4aa40af2ae4a27d65cc84 Name of donor: Crowne Associates Ltd (trading as This is Purpose) Address of donor: Nova North, 11 Bressenden Place, London SW1E 5B Amount of donation or nature and value if donation in kind: Secretariat support for my position as Chair of the 1922 Committee’s sub-committee covering the BEIS Department for the inquiry ‘Deep geothermal and Mine Water: Valuable new sources of low carbon heating', estimated value £1,263.33 Date received: 10 May 2022 - 5 July 2022 Date accepted: 10 May 2022 Donor status: company, registration 11329370 (Registered 27 July 2022) (b) Any other support not included in Category 2(a) 70b64e89 2023-04-17   Andrea Leadsom uk.org.publicwhip/person/24829 1 2023-04-17-70b64e89-24829-0
efd87ad11faa7ed93dac16ac0803b906fb9bc288 Name of donor: The Methodist Church Address of donor: 25 Tavistock Place, London WC1H 9SF Amount of donation or nature and value if donation in kind: Services of a voluntary intern for two and a half days a week in my parliamentary office. The intern will receive a bursary of £962.50 per month, total value £4,267 Date received: 17 April 2023 to 31 August 2023 Date accepted: 17 April 2023 Donor status: unincorporated association (Registered 17 April 2023) (b) Any other support not included in Category 2(a) 70b64e89 2023-04-17   Andrea Leadsom uk.org.publicwhip/person/24829 2 2023-04-17-70b64e89-24829-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 18.749ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette