home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

13 rows where record_id = "2017-03-06-10057ffd-10314-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
bb49c78ce5cecb0255ba7858042dfceacd4ce3de 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-03-06   Alan Johnson uk.org.publicwhip/person/10314 0 2017-03-06-10057ffd-10314-0
a30f8b33d02098ea4ab56e55a538c505624ac0b7 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-03-06   Alan Johnson uk.org.publicwhip/person/10314 1 2017-03-06-10057ffd-10314-0
8f2f95806a34e76c39a45194dc19cb6fed99338e 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-03-06   Alan Johnson uk.org.publicwhip/person/10314 2 2017-03-06-10057ffd-10314-0
ab1f352bf4e440d5440ee25cfdd78affc631a506 23 May 2016, received payment of £700 for appearing on 'This Week'. Hours: 3 hrs. (Registered 12 July 2016) Employment and earnings 10057ffd 2017-03-06   Alan Johnson uk.org.publicwhip/person/10314 3 2017-03-06-10057ffd-10314-0
0dbd38ffaf6049623eeaa56968084c992de9d2a3 2 June 2016, received payment of £700 for appearing on 'This Week'. Hours: 3 hrs. (Registered 12 July 2016) Employment and earnings 10057ffd 2017-03-06   Alan Johnson uk.org.publicwhip/person/10314 4 2017-03-06-10057ffd-10314-0
f8a14f291c8d99a5be81b8982cac43485f0a30a4 12 July 2016, received payment of £700 for appearing on 'This Week'. Hours: 3 hrs. (Registered 12 July 2016) Employment and earnings 10057ffd 2017-03-06   Alan Johnson uk.org.publicwhip/person/10314 5 2017-03-06-10057ffd-10314-0
e44989cbd9b837c531013e1148ee43e02e069136 2 November 2016, received payment of £350 for appearing on 'This Week'. Hours: 3 hrs. (Registered 25 January 2017) Employment and earnings 10057ffd 2017-03-06   Alan Johnson uk.org.publicwhip/person/10314 6 2017-03-06-10057ffd-10314-0
8c52b02a890d40e23737b3c8e2f6d2cb293e0dc2 19 January 2017, received payment of £350 for appearing on 'This Week'. Hours: 3 hrs. (Registered 25 January 2017) Employment and earnings 10057ffd 2017-03-06   Alan Johnson uk.org.publicwhip/person/10314 7 2017-03-06-10057ffd-10314-0
1cd2aa9999d0d5ec1d280717b120a6eacdf933e8 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-03-06   Alan Johnson uk.org.publicwhip/person/10314 8 2017-03-06-10057ffd-10314-0
7e82214acc12ab16ad979dc3a46b65c5ecf5f05c 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-03-06   Alan Johnson uk.org.publicwhip/person/10314 9 2017-03-06-10057ffd-10314-0
c0e3946cb882cf332815f5136b17a136fe53d853 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-03-06   Alan Johnson uk.org.publicwhip/person/10314 10 2017-03-06-10057ffd-10314-0
e98332515fda853bfa297c77a9eacaf144899e31 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-03-06   Alan Johnson uk.org.publicwhip/person/10314 11 2017-03-06-10057ffd-10314-0
e24b667b0e7ad96282544c0749a5078885142c51 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-03-06   Alan Johnson uk.org.publicwhip/person/10314 12 2017-03-06-10057ffd-10314-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 104.739ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette