home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

5 rows where record_id = "2015-03-30-1f359ece-10213-1" 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
e250bdae64037e9f24ca17a98c7cb42ec72296a6 Payment from Specialist Speakers, The Old Factory Offices, 8 Hawley Road, Hinckley LE10 0PR (Updated 6 January 2015): Remunerated employment, office, profession etc 1f359ece 2015-03-30 Liam Fox uk.org.publicwhip/member/40445 Liam Fox uk.org.publicwhip/person/10213 0 2015-03-30-1f359ece-10213-1
1f4af956b461f926f944dce3c0c9e448480fb7b5 20 December 2014, received £8,400 (including VAT) for a speech at the annual partner’s conference of Amwal Alkhaleej, PO Box 59115 R1525, Arcade Centre, King Fahad Road, Ryadh, Saudi Arabia, on 1 December 2014 at the Abu Dhabi Hyatt Hotel. Amwal Alkahaleej also met the cost of my travel, accommodation, ground transport and historic area ticket; total value £4,092. Hours: 1 hr plus travel and preparation. (Registered 6 January 2015) Remunerated employment, office, profession etc 1f359ece 2015-03-30 Liam Fox uk.org.publicwhip/member/40445 Liam Fox uk.org.publicwhip/person/10213 1 2015-03-30-1f359ece-10213-1
970a7c1d077309a71a962e1f3b3f3d4beac5e907 Contract with The European Azerbaijan Society for translation rights of my book. Address: 15 Queen Anne's Gate, London, SW1H 9BU: Remunerated employment, office, profession etc 1f359ece 2015-03-30 Liam Fox uk.org.publicwhip/member/40445 Liam Fox uk.org.publicwhip/person/10213 2 2015-03-30-1f359ece-10213-1
688e336bea48ffc30c70fdba0395749cdec9de0e 28th April 2014, advance of £5,700 on signature of contract. Hours: no hours as yet. (Registered 19 May 2014) Remunerated employment, office, profession etc 1f359ece 2015-03-30 Liam Fox uk.org.publicwhip/member/40445 Liam Fox uk.org.publicwhip/person/10213 3 2015-03-30-1f359ece-10213-1
29b07eb47a5a37cbb2aefb1fd96f7042a72864a7 1 October 2014, advance of £5,700 for paperback publication. Hours: no additional hours. (Registered 2 October 2014)    Remunerated employment, office, profession etc 1f359ece 2015-03-30 Liam Fox uk.org.publicwhip/member/40445 Liam Fox uk.org.publicwhip/person/10213 4 2015-03-30-1f359ece-10213-1

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 71.537ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette