home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

4 rows where record_id = "2023-09-04-64e8edeb-10062-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
e9756e7601985afb4ad514f9fd0a9760eaec3d11 Name of donor: Centre for Policy Studies Ltd Address of donor: 57 Tufton Street, London SW1P 3QL Amount of donation or nature and value if donation in kind: Three night's hotel accommodation during Conservative Party Conference October 2022, value £762.45 Date received: 2-4 October 2022 Date accepted: 2 October 2022 Donor status: company, registration 01174651 (Registered 21 October 2022) Gifts, benefits and hospitality from UK sources 64e8edeb 2023-09-04   Graham Brady uk.org.publicwhip/person/10062 0 2023-09-04-64e8edeb-10062-0
13f5506aac0aac22a54d83b2891a11c0a41cade5 Name of donor: The British Association for Shooting and Conservation (BASC) Address of donor: Marford Mill B5102, Wrexham, LL12 0HL Amount of donation or nature and value if donation in kind: BASC Dinner attended by me and my wife, value £324.48 Date received: 26 January 2023 Date accepted: 26 January 2023 Donor status: company, registration 04955096 (Registered 22 February 2023) Gifts, benefits and hospitality from UK sources 64e8edeb 2023-09-04   Graham Brady uk.org.publicwhip/person/10062 1 2023-09-04-64e8edeb-10062-0
bfd1a60000c2c080549cc154149bffc07cec3418 Name of donor: Betting and Gaming Council Address of donor: 1st Floor, 90 Chancery Lane, London WC2A 1EU Amount of donation or nature and value if donation in kind: Travel and two tickets with hospitality for Cheltenham Racecourse, value £1,950 Date received: 17 March 2023 Date accepted: 17 March 2023 Donor status: company, registration 12213577 (Registered 24 March 2023) Gifts, benefits and hospitality from UK sources 64e8edeb 2023-09-04   Graham Brady uk.org.publicwhip/person/10062 2 2023-09-04-64e8edeb-10062-0
aecb14e4e90cd1e48296f890abe17e6dbf855c2f Name of donor: The Jockey Club Racecourses Limited Address of donor: 75 High Holborn, London WC1V 6LS Amount of donation or nature and value if donation in kind: Two tickets for Aintree Racecourse for me and my wife, value £470 Date received: 15 April 2023 Date accepted: 15 April 2023 Donor status: company, registration 02909409 (Registered 17 April 2023) Gifts, benefits and hospitality from UK sources 64e8edeb 2023-09-04   Graham Brady uk.org.publicwhip/person/10062 3 2023-09-04-64e8edeb-10062-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 15.294ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette