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-06-17-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
10824d1852625c5d7894387114cf45f40beb0d38 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-06-17   Chris Leslie uk.org.publicwhip/person/10354 0 2019-06-17-70b64e89-10354-0
ab373c442a27470c3bb5e57a16f8ddaf70b902d7 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-06-17   Chris Leslie uk.org.publicwhip/person/10354 1 2019-06-17-70b64e89-10354-0
bb00ed321f60a4b297202f36e3f9efd64c4b8b2c 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-06-17   Chris Leslie uk.org.publicwhip/person/10354 2 2019-06-17-70b64e89-10354-0
c70263f9af77a7d49cd92a9c8ddc430a5fbfafcb 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-06-17   Chris Leslie uk.org.publicwhip/person/10354 3 2019-06-17-70b64e89-10354-0
a90f44d42cc93fd6d5fb1e8171465b34e89a092d 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-06-17   Chris Leslie uk.org.publicwhip/person/10354 4 2019-06-17-70b64e89-10354-0
62f03b1da8d044cab7e891f08b92611c33d604e9 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-06-17   Chris Leslie uk.org.publicwhip/person/10354 5 2019-06-17-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 163.34ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette