home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

6 rows where record_id = "2019-11-05-70b64e89-10354-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
aad213adf27c0faf0f8be69f49ee8a9328302ae5 Name of donor: Bindmans LLP Address of donor: 236 Grays Inn Rd, London WC1X 8HB Amount of donation, or nature and value if donation in kind: Legal services with a value of £6,091, in connection with the Wightman case. Additional benefits will be registered when the costs are available. Date received: 11 January 2018 to 30 April 2018 Date accepted: 11 January 2018 Donor status: limited liability partnership (Registered 08 January 2019) (b) Any other support not included in Category 2(a) 70b64e89 2019-11-05   Chris Leslie uk.org.publicwhip/person/10354 0 2019-11-05-70b64e89-10354-0
bef51b3efee77e94061c216a05e4da7d388d6c4d Name of donor: Harper Macleod LLP Address of donor: Citypoint, 65 Haymarket Terrace, Edinburgh EH12 5HD Amount of donation, or nature and value if donation in kind: Legal services with a value of £8,184, in connection with the Wightman case. Additional benefits will be registered when the costs are available. Date received: 11 January 2018 to 30 April 2018 Date accepted: 11 January 2018 Donor status: limited liability partnership (Registered 08 January 2019) (b) Any other support not included in Category 2(a) 70b64e89 2019-11-05   Chris Leslie uk.org.publicwhip/person/10354 1 2019-11-05-70b64e89-10354-0
61e82ed421547cbaf8a0deab7007d4d0aa88b80e Name of donor: Morag Ross QC Address of donor: Axiom Advocates, Advocates Library, Parliament House, Edinburgh EH1 1RF Amount of donation, or nature and value if donation in kind: Legal services with a value of £8,084, in connection with the Wightman case. Additional benefits will be registered when the costs are available. Date received: 11 January 2018 to 30 April 2018 Date accepted: 11 January 2018 Donor status: individual (Registered 08 January 2019) (b) Any other support not included in Category 2(a) 70b64e89 2019-11-05   Chris Leslie uk.org.publicwhip/person/10354 2 2019-11-05-70b64e89-10354-0
804e6d6b70ad834d757ea98c6e450f79301bf9c2 Name of donor: Gerry Facenna QC Address of donor: 1 and 2 Raymond Buildings, Grays Inn, London WC1R 5NR Amount of donation, or nature and value if donation in kind: Legal services with a value of £7,230, in connection with the Wightman case. Additional benefits will be registered when the costs are available. Date received: 11 January 2018 to 30 April 2018 Date accepted: 11 January 2018 Donor status: individual (Registered 08 January 2019) (b) Any other support not included in Category 2(a) 70b64e89 2019-11-05   Chris Leslie uk.org.publicwhip/person/10354 3 2019-11-05-70b64e89-10354-0
69bc401ea14367415b9bb585741c1db0961e0c3d Name of donor: Anneli Howard Address of donor: 1 and 2 Raymond Buildings, Grays Inn, London WC1R 5NR Amount of donation, or nature and value if donation in kind: Legal services with a value of £1,821, in connection with the Wightman case. Additional benefits will be registered when the costs are available. Date received: 11 January 2018 to 30 April 2018 Date accepted: 11 January 2018 Donor status: individual (Registered 08 January 2019) (b) Any other support not included in Category 2(a) 70b64e89 2019-11-05   Chris Leslie uk.org.publicwhip/person/10354 4 2019-11-05-70b64e89-10354-0
ad209d64245c4b23845ca49badd2672f749e6686 Name of donor: UK-EU Open Policy Ltd Address of donor: International House, 24 Holborn Viaduct, London EC1A 2NB Amount of donation, or nature and value if donation in kind: £3,774 towards court fees, travel expenses and overnight costs in connection with the Wightman case Date received: 21 August 2018 to 23 December 2018 Date accepted: 23 December 2018 Donor status: company, registration 10436078 (Registered 08 January 2019) (b) Any other support not included in Category 2(a) 70b64e89 2019-11-05   Chris Leslie uk.org.publicwhip/person/10354 5 2019-11-05-70b64e89-10354-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 64.29ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette