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-02-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
ac5415d7f55e955fa0fea72d9f92bd55a2dd3652 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-02   John Mann uk.org.publicwhip/person/11093 0 2019-09-02-10057ffd-11093-0
9c3f97485355bb0336d9e360a656dcf6ce113e96 25 June 2018, received £75. Hours: 15 mins. (Registered 18 December 2018) Employment and earnings 10057ffd 2019-09-02   John Mann uk.org.publicwhip/person/11093 1 2019-09-02-10057ffd-11093-0
3e9e27be1c34d5777473eb740d0f6e0976699ee3 23 July 2018, received £75. Hours: 15 mins. (Registered 18 December 2018) Employment and earnings 10057ffd 2019-09-02   John Mann uk.org.publicwhip/person/11093 2 2019-09-02-10057ffd-11093-0
696980de5033e285382c1506e4795008a3891348 27 August 2018, received £75. Hours: 15 mins. (Registered 18 December 2018) Employment and earnings 10057ffd 2019-09-02   John Mann uk.org.publicwhip/person/11093 3 2019-09-02-10057ffd-11093-0
000dae5d060e087245137249cd126e497793d58d 31 October 2018, received £50. Hours: 15 mins. (Registered 18 December 2018) Employment and earnings 10057ffd 2019-09-02   John Mann uk.org.publicwhip/person/11093 4 2019-09-02-10057ffd-11093-0
bfbc484b8e27f1766e418b60c2dd758f97094b87 21 November 2018, received £75. Hours: 15 mins. (Registered 18 December 2018) Employment and earnings 10057ffd 2019-09-02   John Mann uk.org.publicwhip/person/11093 5 2019-09-02-10057ffd-11093-0
51dcf7db8960af6cf71f158a416da47548cfd7e4 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-02   John Mann uk.org.publicwhip/person/11093 6 2019-09-02-10057ffd-11093-0
d603a6fe2feaece5924457dbed02418770bb8b43 27 March 2018, received £30. Hours: 15 mins. (Registered 20 September 2018) Employment and earnings 10057ffd 2019-09-02   John Mann uk.org.publicwhip/person/11093 7 2019-09-02-10057ffd-11093-0
95c9753c4d802c65695d460a0562dd277c396748 9 May 2018, received £80. Hours: 15 mins. (Registered 20 September 2018) Employment and earnings 10057ffd 2019-09-02   John Mann uk.org.publicwhip/person/11093 8 2019-09-02-10057ffd-11093-0
45dca079f195d80375c3d486a0fe4f05c415675d 13 June 2018, received £80. Hours: 15 mins. (Registered 20 September 2018) Employment and earnings 10057ffd 2019-09-02   John Mann uk.org.publicwhip/person/11093 9 2019-09-02-10057ffd-11093-0
3f700afa6c91ea2131459218a8fbc9952fdf9fdc 5 July 2018, received £70. Hours: 15 mins. (Registered 20 September 2018) Employment and earnings 10057ffd 2019-09-02   John Mann uk.org.publicwhip/person/11093 10 2019-09-02-10057ffd-11093-0
30a44ff9f596ed7f3456960223d3ea70073c5e8e 28 August 2018, received £60. Hours: 15 mins. (Registered 20 September 2018) Employment and earnings 10057ffd 2019-09-02   John Mann uk.org.publicwhip/person/11093 11 2019-09-02-10057ffd-11093-0
457cc9d150a9147e47eff6752756ff206efcf25a 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-02   John Mann uk.org.publicwhip/person/11093 12 2019-09-02-10057ffd-11093-0
ced7e1a4479863ff4a69d62ce3181444fe228514 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-02   John Mann uk.org.publicwhip/person/11093 13 2019-09-02-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 13.831ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette