items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
13 rows where record_id = "2017-04-10-10057ffd-10314-0" sorted by date descending
This data as json, CSV (advanced)
Suggested facets: date (date)
| hash | item | category_id | date ▲ | member_id | person_id | sort_order | record_id |
|---|---|---|---|---|---|---|---|
| 664a896a09a54522eb7a5987c7178bae55b75392 | Contributed to BBC TV and radio programmes. Address: BBC Broadcasting House, Portland Place, London W1A 1AA. From January 2017, payments received via Alan Johnson Books. (Updated 26 January 2017) | Employment and earnings 10057ffd | 2017-04-10 | Alan Johnson uk.org.publicwhip/person/10314 | 0 | 2017-04-10-10057ffd-10314-0 | |
| 6a5abc844d5c108c8e65279aaa9c6fdaf903b4b1 | 18 March 2016, received payment of £700 for appearing on 'This Week' on 3 March 2016. Hours: 3 hrs. (Registered 19 April 2016) | Employment and earnings 10057ffd | 2017-04-10 | Alan Johnson uk.org.publicwhip/person/10314 | 1 | 2017-04-10-10057ffd-10314-0 | |
| 54213c4bba8b103a0abb3ad5001ac233efd37f34 | 31 March 2016, received payment of £700 for appearing on 'This Week' on 17 March 2016. Hours: 3 hrs. (Registered 19 April 2016) | Employment and earnings 10057ffd | 2017-04-10 | Alan Johnson uk.org.publicwhip/person/10314 | 2 | 2017-04-10-10057ffd-10314-0 | |
| 647493f4a2293ca7f53a71813d68c7b67593294e | 23 May 2016, received payment of £700 for appearing on 'This Week'. Hours: 3 hrs. (Registered 12 July 2016) | Employment and earnings 10057ffd | 2017-04-10 | Alan Johnson uk.org.publicwhip/person/10314 | 3 | 2017-04-10-10057ffd-10314-0 | |
| 723b051c7023a4d4ce86297660158e777a2be2d1 | 2 June 2016, received payment of £700 for appearing on 'This Week'. Hours: 3 hrs. (Registered 12 July 2016) | Employment and earnings 10057ffd | 2017-04-10 | Alan Johnson uk.org.publicwhip/person/10314 | 4 | 2017-04-10-10057ffd-10314-0 | |
| 5ac567d4793f9c05b16203f7b5330f57d9b10769 | 12 July 2016, received payment of £700 for appearing on 'This Week'. Hours: 3 hrs. (Registered 12 July 2016) | Employment and earnings 10057ffd | 2017-04-10 | Alan Johnson uk.org.publicwhip/person/10314 | 5 | 2017-04-10-10057ffd-10314-0 | |
| 9af0c39d7505375813f408961dd7127705f611e7 | 2 November 2016, received payment of £350 for appearing on 'This Week'. Hours: 3 hrs. (Registered 25 January 2017) | Employment and earnings 10057ffd | 2017-04-10 | Alan Johnson uk.org.publicwhip/person/10314 | 6 | 2017-04-10-10057ffd-10314-0 | |
| cc1d157a680d726d84fd9e75e4ff8e039eea0ffb | 19 January 2017, received payment of £350 for appearing on 'This Week'. Hours: 3 hrs. (Registered 25 January 2017) | Employment and earnings 10057ffd | 2017-04-10 | Alan Johnson uk.org.publicwhip/person/10314 | 7 | 2017-04-10-10057ffd-10314-0 | |
| a99dbccfa2d81826b6e3db5507d4a0078b6d2d87 | Contract with Transworld Publishers for writing books. Address: The Random House Group, 61-63 Uxbridge Road, London W5 5SA. From January 2017, payments received via Alan Johnson Books. (Updated 26 January 2017) | Employment and earnings 10057ffd | 2017-04-10 | Alan Johnson uk.org.publicwhip/person/10314 | 8 | 2017-04-10-10057ffd-10314-0 | |
| bcefcd89eaea8c2c199d13829a9376be773e094c | 12 April 2016, received £28,570 in royalties for two books. Hours: no additional hours. (Registered 19 April 2014; updated 06 October 2016) | Employment and earnings 10057ffd | 2017-04-10 | Alan Johnson uk.org.publicwhip/person/10314 | 9 | 2017-04-10-10057ffd-10314-0 | |
| 22239c43029009319147f5488ce79cfbed26df6f | 28 July 2016, received payment of £28,700 as the second instalment of the advance for my third book. Hours: estimated at 250 hrs over eight months. (Registered 06 October 2016) | Employment and earnings 10057ffd | 2017-04-10 | Alan Johnson uk.org.publicwhip/person/10314 | 10 | 2017-04-10-10057ffd-10314-0 | |
| 51627b1995525deb1062feee6d34fda58679ca92 | 21 September 2016, received payment of £28,700 as the third instalment of the advance for my third book. Hours: no additional hours. (Registered 06 October 2016) | Employment and earnings 10057ffd | 2017-04-10 | Alan Johnson uk.org.publicwhip/person/10314 | 11 | 2017-04-10-10057ffd-10314-0 | |
| 31a5b695025baa4f0403845155b32eb1b4b824ba | 12 October 2016, received £14,171.05 in royalties for my first two books. Hours: no additional hours. (Registered 17 October 2016) | Employment and earnings 10057ffd | 2017-04-10 | Alan Johnson uk.org.publicwhip/person/10314 | 12 | 2017-04-10-10057ffd-10314-0 |
Advanced export
JSON shape: default, array, newline-delimited, object
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");