home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

6 rows where record_id = "2019-06-17-10057ffd-10355-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
6bee80da07307aafe95b7d21784114169d5f2b4c From 8 January 2018, a Senior Fellow of the Legatum Institute, an independent non-partisan policy, advisory and advocacy organization. Address: 11 Charles Street, London W1J 5DW. Until further notice, I will be paid £2,500 per month. Hours: 24 hrs per month. (Registered 08 January 2018) Employment and earnings 10057ffd 2019-06-17   Oliver Letwin uk.org.publicwhip/person/10355 0 2019-06-17-10057ffd-10355-0
2bb94131e0e0eb94a3b501d4d848e8531173aa9e From 22 January 2018 until further notice, senior adviser to the Faraday Institution, Materials Dept, Oxford University, Rex Richards Building, Oxford OX1 3RQ, a not-for-profit body formed by a consortium of UK universities to advance research in the UK on the development of battery technology. I expect to receive £1,000 per month for a commitment of around 8 hours per month. I consulted ACoBA about this appointment. (Registered 22 January 2018) Employment and earnings 10057ffd 2019-06-17   Oliver Letwin uk.org.publicwhip/person/10355 1 2019-06-17-10057ffd-10355-0
aa78f4f5d4c98eb35c266b59926f4e3caed2b6ca Payment of £400 expected from Telegraph Media Group, 111 Buckingham Palace Road, London SW1W 0DT, for an article written on 19 June 2018. Hours: 4 hrs. (Registered 21 June 2018) Employment and earnings 10057ffd 2019-06-17   Oliver Letwin uk.org.publicwhip/person/10355 2 2019-06-17-10057ffd-10355-0
a90523536cfee53d1b6359d2c8d23583ec71b0b7 Payment of £8,000 expected from Atlantic Books Ltd, Ormond House, 26-7 Boswell St, London WC1N 3JZ, via Toby Mundy Associates Ltd, 38 Berkeley Square, London W1J 5AE, as an advance for a book written between May 2017 and June 2018. Hours: approx. 400 hrs. (Registered 28 June 2018) Employment and earnings 10057ffd 2019-06-17   Oliver Letwin uk.org.publicwhip/person/10355 3 2019-06-17-10057ffd-10355-0
91db2a2864cda39c12393014c42b8a8a2abb8a43 Payment of £350 expected from the Evening Standard Ltd, 2 Derry Street, London W8 5TT, for an article written on 11 December 2018. Hours: 2.5 hrs. (Registered 31 December 2018) Employment and earnings 10057ffd 2019-06-17   Oliver Letwin uk.org.publicwhip/person/10355 4 2019-06-17-10057ffd-10355-0
17e8e5aed81f2ea3fec5c45364e9059475e075bc £180 expected from the Observer for an article written on 22 February 2019 and published on 24 February 2019. Address of payer: Kings Place, 90 York Way, London, N1 9GU. Hours: 1.5 hrs. (Registered 07 March 2019) Employment and earnings 10057ffd 2019-06-17   Oliver Letwin uk.org.publicwhip/person/10355 5 2019-06-17-10057ffd-10355-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.71ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette