home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

9 rows where record_id = "2004-10-22-1f359ece-10434-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
7ad0fc7b769b660e49f83349c05b60ec3e385c31 Fees for articles for The Times (Up to £5,000) . Remunerated employment, office, profession etc 1f359ece 2004-10-22 Alan Milburn uk.org.publicwhip/member/1112 Alan Milburn uk.org.publicwhip/person/10434 0 2004-10-22-1f359ece-10434-0
1f91eca81c2a366c03bfa97e6d792a6845949723 Fees for articles for The Guardian (Up to £5,000) Remunerated employment, office, profession etc 1f359ece 2004-10-22 Alan Milburn uk.org.publicwhip/member/1112 Alan Milburn uk.org.publicwhip/person/10434 1 2004-10-22-1f359ece-10434-0
b5b95fde73487dbf91a4093e11f8d87b36f84537 Fees for articles for News of the World. (Up to £5,000) Remunerated employment, office, profession etc 1f359ece 2004-10-22 Alan Milburn uk.org.publicwhip/member/1112 Alan Milburn uk.org.publicwhip/person/10434 2 2004-10-22-1f359ece-10434-0
abb3a8c8f44076199224d4f86c4562f1140f0291 Fee for article for the Sunday Times. (Up to £5,000) (Registered 15 April 2004) Remunerated employment, office, profession etc 1f359ece 2004-10-22 Alan Milburn uk.org.publicwhip/member/1112 Alan Milburn uk.org.publicwhip/person/10434 3 2004-10-22-1f359ece-10434-0
794181609449214e72847c5182178f90361b432c 25 February 2004, fee for speech on public services at a seminar organised by Munro and Forster. (Up to £5,000) (Registered 1 March 2004) (Registered 1 March 2004) Remunerated employment, office, profession etc 1f359ece 2004-10-22 Alan Milburn uk.org.publicwhip/member/1112 Alan Milburn uk.org.publicwhip/person/10434 4 2004-10-22-1f359ece-10434-0
745f5005918d888d44363249db8ebb87f5c6c3a9 Speaking engagement at a European Infrastructure Leaders Forum organised by Financial Security Assurance in southern France in late April 2004. (£5,001-£10,000) Half fee paid in advance. (Registered 1 March 2004) Remunerated employment, office, profession etc 1f359ece 2004-10-22 Alan Milburn uk.org.publicwhip/member/1112 Alan Milburn uk.org.publicwhip/person/10434 5 2004-10-22-1f359ece-10434-0
2239a1eb65781c0fdd9889f324002d875e1cd1bb Member of the European Advisory Committee of Bridgepoint Capital Ltd (from 10 March to 8 September 2004). (£25,001-£30,000) Remunerated employment, office, profession etc 1f359ece 2004-10-22 Alan Milburn uk.org.publicwhip/member/1112 Alan Milburn uk.org.publicwhip/person/10434 6 2004-10-22-1f359ece-10434-0
05a8067b9b11faf55be83921dcbe0502271f7271 Fee for speech to the PPP Forum in Birmingham on 1 July 2004. (£5,001-£10,000) (Registered 12 July 2004) Remunerated employment, office, profession etc 1f359ece 2004-10-22 Alan Milburn uk.org.publicwhip/member/1112 Alan Milburn uk.org.publicwhip/person/10434 7 2004-10-22-1f359ece-10434-0
8683b9ede6c38ee1253638a8b3a715c35780f56e Fee for speech and follow-up internal roundtable for Sovereign Strategy. (£5,001-£10,000) Remunerated employment, office, profession etc 1f359ece 2004-10-22 Alan Milburn uk.org.publicwhip/member/1112 Alan Milburn uk.org.publicwhip/person/10434 8 2004-10-22-1f359ece-10434-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 107.465ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette