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 = "2010-02-03-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
3a126b6ab447c8232461fc0a9518e5db0452ce48 Fees for articles for The Times (Up to £5,000). Remunerated employment, office, profession etc 1f359ece 2010-02-03 Alan Milburn uk.org.publicwhip/member/1527 Alan Milburn uk.org.publicwhip/person/10434 0 2010-02-03-1f359ece-10434-0
e0a014c9dc78c4717c2e8ad2058e1e6c26136007 Fees for articles for The Guardian (Up to £5,000) Remunerated employment, office, profession etc 1f359ece 2010-02-03 Alan Milburn uk.org.publicwhip/member/1527 Alan Milburn uk.org.publicwhip/person/10434 1 2010-02-03-1f359ece-10434-0
cffdc9e496c6cf9e2e36b54c1f94d80155b061d6 Fees for articles in the Sunday Times. (Up to £5,000) Remunerated employment, office, profession etc 1f359ece 2010-02-03 Alan Milburn uk.org.publicwhip/member/1527 Alan Milburn uk.org.publicwhip/person/10434 2 2010-02-03-1f359ece-10434-0
6651ecae3b20347cca74e61fc2ee6572272a18f6 Member of Lloydspharmacy's Healthcare Advisory Panel. (£25,001-£30,000) Payment made through A M Strategy Limited (see Category 1 above). Remuneration paid annually. Remunerated employment, office, profession etc 1f359ece 2010-02-03 Alan Milburn uk.org.publicwhip/member/1527 Alan Milburn uk.org.publicwhip/person/10434 3 2010-02-03-1f359ece-10434-0
d969863e6f1e9159ae279ee17d34da51dc7ef434 Member of European Advisory Board of Bridgepoint Capital Limited. (£30,001-£35,000) Remuneration paid annually. Remunerated employment, office, profession etc 1f359ece 2010-02-03 Alan Milburn uk.org.publicwhip/member/1527 Alan Milburn uk.org.publicwhip/person/10434 4 2010-02-03-1f359ece-10434-0
fe47887d5f875329a705f1e43671f1071af05473 Member of the Advisory Board of PepsiCo UK. (£20,001-£25,000) Remuneration paid annually. Remunerated employment, office, profession etc 1f359ece 2010-02-03 Alan Milburn uk.org.publicwhip/member/1527 Alan Milburn uk.org.publicwhip/person/10434 5 2010-02-03-1f359ece-10434-0
ef49572f52dd41b8ac88f985ce7ae9b4182cb858 Received fee of £9200 for giving speech to Avail Consulting event, London, in June 2009. Address: Avail Consulting, 87-91 Newman Street, London W1T 3EY. Hours: 8 hrs. (Registered 12 October 2009) Remunerated employment, office, profession etc 1f359ece 2010-02-03 Alan Milburn uk.org.publicwhip/member/1527 Alan Milburn uk.org.publicwhip/person/10434 6 2010-02-03-1f359ece-10434-0
d28e32661d44381920a781adb30cb6548de1024a Speech to Royal Bank of Scotland healthcare conference in November 2009, for which I was paid £5,198. Address of payer: JLA, 80 Great Portland Street, London W1W 7NW. Hours: 6 hrs. (Registered 11 January 2010) Remunerated employment, office, profession etc 1f359ece 2010-02-03 Alan Milburn uk.org.publicwhip/member/1527 Alan Milburn uk.org.publicwhip/person/10434 7 2010-02-03-1f359ece-10434-0
2f73de9eadf4edbdcc6fcd71399f301a981d2ba0 Participation in AstraZeneca private seminar in December 2009 for which I was paid £2,344. Address of payer: TBC. Hours: 4 hrs. (Registered 11 January 2010) Remunerated employment, office, profession etc 1f359ece 2010-02-03 Alan Milburn uk.org.publicwhip/member/1527 Alan Milburn uk.org.publicwhip/person/10434 8 2010-02-03-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 55.024ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette