home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

14 rows where record_id = "2019-09-16-10057ffd-11093-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
e766dfd6c9cf353097deb1f0194f8d1f6cc7e3af Payments received from ComRes, Four Millbank, London SW1P 3JA, following the completion of surveys. Payment made to Bassetlaw CLP: Employment and earnings 10057ffd 2019-09-16   John Mann uk.org.publicwhip/person/11093 0 2019-09-16-10057ffd-11093-0
e5ea0c9b8252c653b2ffe4bbf7f91ed6dfd6e09b 25 June 2018, received £75. Hours: 15 mins. (Registered 18 December 2018) Employment and earnings 10057ffd 2019-09-16   John Mann uk.org.publicwhip/person/11093 1 2019-09-16-10057ffd-11093-0
9ddf22f2eeb28210cf654da5265768c4ab0bdd3e 23 July 2018, received £75. Hours: 15 mins. (Registered 18 December 2018) Employment and earnings 10057ffd 2019-09-16   John Mann uk.org.publicwhip/person/11093 2 2019-09-16-10057ffd-11093-0
e52e452049e18ad5a52b2612c2d36b693b371ced 27 August 2018, received £75. Hours: 15 mins. (Registered 18 December 2018) Employment and earnings 10057ffd 2019-09-16   John Mann uk.org.publicwhip/person/11093 3 2019-09-16-10057ffd-11093-0
911b68e5bbc7c358e9109d6a14be1a1fc44d63f5 31 October 2018, received £50. Hours: 15 mins. (Registered 18 December 2018) Employment and earnings 10057ffd 2019-09-16   John Mann uk.org.publicwhip/person/11093 4 2019-09-16-10057ffd-11093-0
411fe0640e051bad995ea7a99c7c06aadac60790 21 November 2018, received £75. Hours: 15 mins. (Registered 18 December 2018) Employment and earnings 10057ffd 2019-09-16   John Mann uk.org.publicwhip/person/11093 5 2019-09-16-10057ffd-11093-0
5ddfd6a5f38bdfb547bb7ee495eb75ed50c8e7ae Payments received from YouGov plc, 50 Featherstone Street, London, following the completion of surveys. Payments made to Bassetlaw CLP: Employment and earnings 10057ffd 2019-09-16   John Mann uk.org.publicwhip/person/11093 6 2019-09-16-10057ffd-11093-0
ade738db42529198e5dd7037cdb629130010da06 27 March 2018, received £30. Hours: 15 mins. (Registered 20 September 2018) Employment and earnings 10057ffd 2019-09-16   John Mann uk.org.publicwhip/person/11093 7 2019-09-16-10057ffd-11093-0
7cab9f90733975411960286f99e2c44ef59dd673 9 May 2018, received £80. Hours: 15 mins. (Registered 20 September 2018) Employment and earnings 10057ffd 2019-09-16   John Mann uk.org.publicwhip/person/11093 8 2019-09-16-10057ffd-11093-0
21717783a5a9b9b4bef4070bd85cf23b1ec99671 13 June 2018, received £80. Hours: 15 mins. (Registered 20 September 2018) Employment and earnings 10057ffd 2019-09-16   John Mann uk.org.publicwhip/person/11093 9 2019-09-16-10057ffd-11093-0
ed5237b02ba12e0f91901e58fad321b834a4208e 5 July 2018, received £70. Hours: 15 mins. (Registered 20 September 2018) Employment and earnings 10057ffd 2019-09-16   John Mann uk.org.publicwhip/person/11093 10 2019-09-16-10057ffd-11093-0
27dbf88e124956254ab1faf83aabf59832c629ee 28 August 2018, received £60. Hours: 15 mins. (Registered 20 September 2018) Employment and earnings 10057ffd 2019-09-16   John Mann uk.org.publicwhip/person/11093 11 2019-09-16-10057ffd-11093-0
26d3d6bf918ca6fd40fb65ce55f5e9ac36724225 11 July 2019, received £1,000 from the Fund Finance Association, 224 Fifth Avenue, Suite 1225, New York, NY, 10001, USA, for keynote speech at the 5th Annual European Fund Finance Symposium at the London Landmark Hotel on 20 June 2019. Hours (including preparation and travel): 4 hrs. (Registered 09 August 2019) Employment and earnings 10057ffd 2019-09-16   John Mann uk.org.publicwhip/person/11093 12 2019-09-16-10057ffd-11093-0
9f167a1f7c18f8df1d963ad63ba63ecc97d69ce8 18 July 2019, received £500 from News UK, 1 London Bridge St, London SE1 9GF, for an article. Hours: 3 hrs. (Registered 09 August 2019) Employment and earnings 10057ffd 2019-09-16   John Mann uk.org.publicwhip/person/11093 13 2019-09-16-10057ffd-11093-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 188.699ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette