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-02-03-1f359ece-10218-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
a90cd2fe0f5dc793936927302e19c7243c4e99c8 Fees for hosting a radio show every Friday and Saturday night on Talk Sport Radio. (£100,001-£105,000) Remunerated employment, office, profession etc 1f359ece 2010-02-03 George Galloway uk.org.publicwhip/member/1405 George Galloway uk.org.publicwhip/person/10218 0 2010-02-03-1f359ece-10218-0
8b0aec762715b63d74bba4f744c391c7c178cbaf Weekly column in Scottish Daily Record, One Central Quay, Glasgow G3 8DA (from 25 June 2007) (£25,001-£30,000) Remunerated employment, office, profession etc 1f359ece 2010-02-03 George Galloway uk.org.publicwhip/member/1405 George Galloway uk.org.publicwhip/person/10218 1 2010-02-03-1f359ece-10218-0
dbb4e10331d6963854b7b834069825a3b260071a 3 July 2009, payment of £2,491.66 for 4 weekly columns. Hours: 6.5 hours. (Registered 13 October 2009) Remunerated employment, office, profession etc 1f359ece 2010-02-03 George Galloway uk.org.publicwhip/member/1405 George Galloway uk.org.publicwhip/person/10218 2 2010-02-03-1f359ece-10218-0
4b2e75124141e8a74c638473a92bbf3c7cb9534c Fee from Guardian newspaper, September 2008. (Up to £5,000) (Registered 12 January 2009) Remunerated employment, office, profession etc 1f359ece 2010-02-03 George Galloway uk.org.publicwhip/member/1405 George Galloway uk.org.publicwhip/person/10218 3 2010-02-03-1f359ece-10218-0
7b198fa52aefa5747624867b7c38b14b086c1ec7 Fee for three appearances on 'Right Stuff', January 2009. (Up to £5,000) (Registered 12 January 2009) Remunerated employment, office, profession etc 1f359ece 2010-02-03 George Galloway uk.org.publicwhip/member/1405 George Galloway uk.org.publicwhip/person/10218 4 2010-02-03-1f359ece-10218-0
22634ca5cdf87584215e9819e5a9410c8c5253e3 Fee from the Association of Tobacco Benevolent Fund for attending a fund raising event at Lords Cricket Ground on 11 June 2008. (£5,001-£10,000) (Registered 12 January 2009) Remunerated employment, office, profession etc 1f359ece 2010-02-03 George Galloway uk.org.publicwhip/member/1405 George Galloway uk.org.publicwhip/person/10218 5 2010-02-03-1f359ece-10218-0
e791fd505649d517383b6ecf06777f332384c340 Fee for presenting Real Deal on Press TV, July 2008. (£15,001-£20,000) (Registered 12 January 2009) Remunerated employment, office, profession etc 1f359ece 2010-02-03 George Galloway uk.org.publicwhip/member/1405 George Galloway uk.org.publicwhip/person/10218 6 2010-02-03-1f359ece-10218-0
22fd4228fd0d4ebcc2a4a4dc532ad7697d3905a8 Fee for presenting Real Deal on Press TV, September 2008. (£15,001-£20,000) (Registered 12 January 2009) Remunerated employment, office, profession etc 1f359ece 2010-02-03 George Galloway uk.org.publicwhip/member/1405 George Galloway uk.org.publicwhip/person/10218 7 2010-02-03-1f359ece-10218-0
e5d6b0e8a86f4fb6b1999b1aad765449c2890834 Fee for presenting 'Comment' on Press TV, September 2008. (Up to £5,000) (Registered 12 January 2009) Remunerated employment, office, profession etc 1f359ece 2010-02-03 George Galloway uk.org.publicwhip/member/1405 George Galloway uk.org.publicwhip/person/10218 8 2010-02-03-1f359ece-10218-0
cf3d6991c15e5faf0f096b666ea086ef4b2d7ebc Fee for speaking engagement at Wellington College on 27 January 2009. (Registered 1 July 2009) Remunerated employment, office, profession etc 1f359ece 2010-02-03 George Galloway uk.org.publicwhip/member/1405 George Galloway uk.org.publicwhip/person/10218 9 2010-02-03-1f359ece-10218-0
fae68a09b789d41bef54b29f83f8797f2b0f0072 Fee from Eurasia Media Forum for speaking at a conference in Kazakhstan, 21-24 April 2009. (£5,001-£10,000) Eurasia Media Forum paid for my flights and accommodation for two nights. (Registered 1 July 2009) Remunerated employment, office, profession etc 1f359ece 2010-02-03 George Galloway uk.org.publicwhip/member/1405 George Galloway uk.org.publicwhip/person/10218 10 2010-02-03-1f359ece-10218-0
e236eca37026499cebd1aaecc093404e88e11ddd Fee from 'Orlandos', Manchester, UK, for a public speaking engagement on 11 May 2009. (Up to £5,000) (Registered 1 July 2009) Remunerated employment, office, profession etc 1f359ece 2010-02-03 George Galloway uk.org.publicwhip/member/1405 George Galloway uk.org.publicwhip/person/10218 11 2010-02-03-1f359ece-10218-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 12.464ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette