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-09-30-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
2b44925284fc862d02748bed61ed456c97801e4e 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-09-30   Chris Leslie uk.org.publicwhip/person/10354 0 2019-09-30-70b64e89-10354-0
2c555773fff7e6fc1118f653044f7415bec8cad9 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-09-30   Chris Leslie uk.org.publicwhip/person/10354 1 2019-09-30-70b64e89-10354-0
47b69a11957d9b96c237f8165dfb48ea4200c9d3 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-09-30   Chris Leslie uk.org.publicwhip/person/10354 2 2019-09-30-70b64e89-10354-0
cdee345b2cbaf440b87a52bb2b6161935739d974 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-09-30   Chris Leslie uk.org.publicwhip/person/10354 3 2019-09-30-70b64e89-10354-0
1bba4f2e7b000ef990e2baa32b3230df39ad1537 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-09-30   Chris Leslie uk.org.publicwhip/person/10354 4 2019-09-30-70b64e89-10354-0
d50ef21e3dfefd1e0a0e78c3e625a42169597c1c 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-09-30   Chris Leslie uk.org.publicwhip/person/10354 5 2019-09-30-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 149.324ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette