home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

7 rows where record_id = "2016-12-19-70b64e89-10766-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
b6a498893f77371867cb08bf3a8b2e9498cccfb4 Name of donor: Mr Graham Nigel Cole Address of donor: private Amount of donation or nature and value if donation in kind: interest free loan of £12,227 to cover rental deposit of an office during my campaign for the leadership of the Labour Party, 3 June to 10 September 2015. On 24 November 2015, repayment amount donated towards outstanding campaign costs, including two weeks' office rental at £6,981.68. Date received: 28 May 2015 Date accepted: 28 May 2015 Donor status: individual (Registered 9 June 2015; updated 10 December 2015) (b) Any other support not included in Category 2(a) 70b64e89 2016-12-19   Andy Burnham uk.org.publicwhip/person/10766 0 2016-12-19-70b64e89-10766-0
34bd296864035921fc7eb4e5bcab1e69b1f92520 Name of donor: LionLike Management Ltd Address of donor: 645 Warrington Road, Rainhill, Merseyside L35 4LY Amount of donation or nature and value if donation in kind: £10,000 to support my campaign for the Labour candidacy for Mayor of Greater Manchester Date received: 9 June 2016 Date accepted: 4 July 2016 Donor status: company, registration 7211285 (Registered 04 July 2016) (b) Any other support not included in Category 2(a) 70b64e89 2016-12-19   Andy Burnham uk.org.publicwhip/person/10766 1 2016-12-19-70b64e89-10766-0
865f4cf2acd03cf90a4f7f35f730c54794905865 Name of donor: Gabriel Scally Address of donor: private Amount of donation or nature and value if donation in kind: £5,000 to support my campaign for the Labour candidacy for Mayor of Greater Manchester Date received: 3 June 2016 Date accepted: 27 June 2016 Donor status: individual (Registered 04 July 2016) (b) Any other support not included in Category 2(a) 70b64e89 2016-12-19   Andy Burnham uk.org.publicwhip/person/10766 2 2016-12-19-70b64e89-10766-0
20dcc2a11810b1486ebe0657579bd69e25ef3a6e Name of donor: Quatro Public Relations Ltd Address of donor: Leigh Saxton Green LLP, Mutual House, 70 Conduit Street, London W1S 2GF Amount of donation or nature and value if donation in kind: Secondment of one member of staff, between 31 May and 5 August 2016, to support my campaign for the Labour candidacy for Mayor of Greater Manchester. The gross value of the full ten week secondment is £12,370.24. Date received: 31 May 2016 to 5 August 2016 Date accepted: 31 May 2016 Donor status: company, registration 06056821 (Registered 06 July 2016) (b) Any other support not included in Category 2(a) 70b64e89 2016-12-19   Andy Burnham uk.org.publicwhip/person/10766 3 2016-12-19-70b64e89-10766-0
0fa7b732df44f67a5c658c57e65b8f28bb14916f Name of donor: Dr Kailash Chand Malhotra Address of donor: private Amount of donation or nature and value if donation in kind: £2,500 to support my campaign for the Labour candidacy for Mayor of Greater Manchester Date received: 6 July 2016 Date accepted: 6 July 2016 Donor status: individual (Registered 25 July 2016) (b) Any other support not included in Category 2(a) 70b64e89 2016-12-19   Andy Burnham uk.org.publicwhip/person/10766 4 2016-12-19-70b64e89-10766-0
e58281f09052882069b3daf6a990602beaedcdb8 Name of donor: Gabriel Scally Address of donor: private Amount of donation or nature and value if donation in kind: £1,000 to support my campaign for the Labour candidacy for Mayor of Greater Manchester Date received: 2 August 2016 Date accepted: 2 August 2016 Donor status: individual (Registered 05 August 2016) (b) Any other support not included in Category 2(a) 70b64e89 2016-12-19   Andy Burnham uk.org.publicwhip/person/10766 5 2016-12-19-70b64e89-10766-0
64958d95e2eaa7d4b07ab8a44b72df0815b2c610 Name of donor: UCATT (Union of Construction, Allied Trades and Technicians) Address of donor: 177 Abbeville Road, London SW4 9RL Amount of donation or nature and value if donation in kind: £2,000 to support my campaign to be Mayor of Greater Manchester. Date received: 6 October 2016 Date accepted: 6 October 2016 Donor status: trade union (Registered 13 October 2016) (b) Any other support not included in Category 2(a) 70b64e89 2016-12-19   Andy Burnham uk.org.publicwhip/person/10766 6 2016-12-19-70b64e89-10766-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 31.642ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette