home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

12 rows where record_id = "2010-03-10-1f359ece-10082-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
26e711213071d9134a8b9390dcfd8d9369191da6 Partner, Butterfill Associates (financial, corporate and real estate consultants). Address: private. Remunerated employment, office, profession etc 1f359ece 2010-03-10 John Butterfill uk.org.publicwhip/member/1438 John Butterfill uk.org.publicwhip/person/10082 0 2010-03-10-1f359ece-10082-0
d61e6f9c295eac400a7894482383431e7cea8c09 Payments for completing ComRes Parliamentary Panel Surveys. ComRes address: 4 Millbank, London, SW1P 3JA: Remunerated employment, office, profession etc 1f359ece 2010-03-10 John Butterfill uk.org.publicwhip/member/1438 John Butterfill uk.org.publicwhip/person/10082 1 2010-03-10-1f359ece-10082-0
f821dabeeb401eb8837d8353890dccfd490e877c Payment of £50 made to Butterfill Associates. Hours: 15mins. (Registered 21 July 2009) Remunerated employment, office, profession etc 1f359ece 2010-03-10 John Butterfill uk.org.publicwhip/member/1438 John Butterfill uk.org.publicwhip/person/10082 2 2010-03-10-1f359ece-10082-0
fa25943c1fec703ed32e7252541c00d6d12e5109 Payment of £75 made to Butterfill Associates. Hours: 20 mins. (Registered 24 August 2009) Remunerated employment, office, profession etc 1f359ece 2010-03-10 John Butterfill uk.org.publicwhip/member/1438 John Butterfill uk.org.publicwhip/person/10082 3 2010-03-10-1f359ece-10082-0
23b401177d3f7e8f4e91094535d8f80140f9e846 Payment of £75 made to Butterfill Associates. Hours: 15 mins. (Registered 1 December 2009) Remunerated employment, office, profession etc 1f359ece 2010-03-10 John Butterfill uk.org.publicwhip/member/1438 John Butterfill uk.org.publicwhip/person/10082 4 2010-03-10-1f359ece-10082-0
13ecc6afd4dfbc0f0357231eadb7088712fc1d9f Payment of £75 made to Butterfill Associates. Hours: 15 mins. (Registered 12 January 2010) Remunerated employment, office, profession etc 1f359ece 2010-03-10 John Butterfill uk.org.publicwhip/member/1438 John Butterfill uk.org.publicwhip/person/10082 5 2010-03-10-1f359ece-10082-0
aa91432a013a4220fc1e75b9d8a33c9b03bc1e03 Research interview with Opinion Leader Research. Donation of £30 given to charity. Hours: 10 mins. (Registered 13 October 2009) Remunerated employment, office, profession etc 1f359ece 2010-03-10 John Butterfill uk.org.publicwhip/member/1438 John Butterfill uk.org.publicwhip/person/10082 6 2010-03-10-1f359ece-10082-0
59829eeafbec28b3c5485dafdaa468f0d1f7dc7e Payments for research interviews and surveys for Populus Ltd, Northburgh House, 10 Northburgh Street, London EC1V OAT: Remunerated employment, office, profession etc 1f359ece 2010-03-10 John Butterfill uk.org.publicwhip/member/1438 John Butterfill uk.org.publicwhip/person/10082 7 2010-03-10-1f359ece-10082-0
558a2ed20eb2def0c141ebe5f17d2efbf61c0939 Donation of £50 given to charity relating to research interview. Hours: 15 mins. (Registered 13 October 2009) Remunerated employment, office, profession etc 1f359ece 2010-03-10 John Butterfill uk.org.publicwhip/member/1438 John Butterfill uk.org.publicwhip/person/10082 8 2010-03-10-1f359ece-10082-0
6cb5a09ce260fdea115a48196dd3bf941d5d058d Donation of £50 to charity relating to Parliament Panel Survey. Hours: 15 mins. (Registered 12 January 2010) Remunerated employment, office, profession etc 1f359ece 2010-03-10 John Butterfill uk.org.publicwhip/member/1438 John Butterfill uk.org.publicwhip/person/10082 9 2010-03-10-1f359ece-10082-0
6be7924b7985887ae9fbcc037260b7a37adfa0c0 Research interview with BPRI Political Opinion Panel. Payment of £75 made to Butterfill Associates. (Registered 13 October 2009) Remunerated employment, office, profession etc 1f359ece 2010-03-10 John Butterfill uk.org.publicwhip/member/1438 John Butterfill uk.org.publicwhip/person/10082 10 2010-03-10-1f359ece-10082-0
fe2e17aee3625d85eee1838c52012c1b56e1d744 Survey completed for Opinion Research International, Angel Corner House, 1 Islington High St., London, N1 9AH. Payment of £150 made to Butterfill Associates. Hours: 1 hr. (Registered 10 November 2009) Remunerated employment, office, profession etc 1f359ece 2010-03-10 John Butterfill uk.org.publicwhip/member/1438 John Butterfill uk.org.publicwhip/person/10082 11 2010-03-10-1f359ece-10082-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 20.451ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette