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-01-06-1f359ece-10401-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
00748782205bea0775496c4ccddf76b93f3054b6 Fees for articles published by: Remunerated employment, office, profession etc 1f359ece 2010-01-06 Denis MacShane uk.org.publicwhip/member/1790 Denis MacShane uk.org.publicwhip/person/10401 0 2010-01-06-1f359ece-10401-0
9bcae77cd688e6ba40b77df6c32e7433dd8902b4 News International newspapers. (Up to £5,000) Remunerated employment, office, profession etc 1f359ece 2010-01-06 Denis MacShane uk.org.publicwhip/member/1790 Denis MacShane uk.org.publicwhip/person/10401 1 2010-01-06-1f359ece-10401-0
dfa398002925368ce5093fd4661f74fe3b4774e8 Scott Trust newspapers. (Up to £5,000) Remunerated employment, office, profession etc 1f359ece 2010-01-06 Denis MacShane uk.org.publicwhip/member/1790 Denis MacShane uk.org.publicwhip/person/10401 2 2010-01-06-1f359ece-10401-0
934f6694733f51efed411511effeb6bcf16bfb8c Independent. (Up to £5,000) Remunerated employment, office, profession etc 1f359ece 2010-01-06 Denis MacShane uk.org.publicwhip/member/1790 Denis MacShane uk.org.publicwhip/person/10401 3 2010-01-06-1f359ece-10401-0
cd642f36c439a74c0e828208df693a447b408de0 Newsweek. (Up to £5,000) Remunerated employment, office, profession etc 1f359ece 2010-01-06 Denis MacShane uk.org.publicwhip/member/1790 Denis MacShane uk.org.publicwhip/person/10401 4 2010-01-06-1f359ece-10401-0
6aeede78c93b790cad88b1ec38e45bdb5f452ab7 Advance on contract with Orion Books for a book on 'Globalising Hatred'. (£10,001-£15,000) (Registered 14 July 2008) Remunerated employment, office, profession etc 1f359ece 2010-01-06 Denis MacShane uk.org.publicwhip/member/1790 Denis MacShane uk.org.publicwhip/person/10401 5 2010-01-06-1f359ece-10401-0
e31533ba8593d55e8ef13854335d8a5df1b8638f Fee from Pittsburgh University for lecture on European affairs and talk to students. (Up to £5,000) The University paid for economy class travel. (Registered 17 June 2009) Remunerated employment, office, profession etc 1f359ece 2010-01-06 Denis MacShane uk.org.publicwhip/member/1790 Denis MacShane uk.org.publicwhip/person/10401 6 2010-01-06-1f359ece-10401-0
32cfe68b10b6d6658c1c44a7762d6675cf5dc560 15 July 2009, fee of £500 for an article paid by the Evening Standard, Evening Standard Ltd, 2 Derry Street, London W8 5TT. (Registered 18 July 2009) Remunerated employment, office, profession etc 1f359ece 2010-01-06 Denis MacShane uk.org.publicwhip/member/1790 Denis MacShane uk.org.publicwhip/person/10401 7 2010-01-06-1f359ece-10401-0
2cdfeaf728715f2df365f32247a326aa138d7466 Received honorarium of $5000 (£3003.54) for giving a speech at CEO Retreat in Switzerland. Address of payer: AT Kearney Inc, 8100 Boone Boulevard, Suite 400, Vienna, Virginia 22182, USA. Hours: 3 hrs. (Registered 9 December 2009) Remunerated employment, office, profession etc 1f359ece 2010-01-06 Denis MacShane uk.org.publicwhip/member/1790 Denis MacShane uk.org.publicwhip/person/10401 8 2010-01-06-1f359ece-10401-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 14.393ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette