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-11-21-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
e52b2c947552c8a865f436e0bdd9e354114ec288 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-11-21   Andy Burnham uk.org.publicwhip/person/10766 0 2016-11-21-70b64e89-10766-0
87220103cee9b91fe476524681372f414596c7ed 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-11-21   Andy Burnham uk.org.publicwhip/person/10766 1 2016-11-21-70b64e89-10766-0
6bfe14d496c9bb3e70b06162899b9cf157fc3f6c 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-11-21   Andy Burnham uk.org.publicwhip/person/10766 2 2016-11-21-70b64e89-10766-0
1127bc1eca1a5af03d457d42425306cecad36beb 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-11-21   Andy Burnham uk.org.publicwhip/person/10766 3 2016-11-21-70b64e89-10766-0
8f57e76276e05ed1404cbf4f2c0971ca866628b9 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-11-21   Andy Burnham uk.org.publicwhip/person/10766 4 2016-11-21-70b64e89-10766-0
641d8d368b70d4fffbfa00849be01f6c58a7d6e5 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-11-21   Andy Burnham uk.org.publicwhip/person/10766 5 2016-11-21-70b64e89-10766-0
99b4c2d7428694988ad85d13676aba23b2a3b3fe 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-11-21   Andy Burnham uk.org.publicwhip/person/10766 6 2016-11-21-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 18.739ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette