home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

7 rows where record_id = "2017-03-06-10057ffd-10221-1" 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
8198f02c3faa9336a159a0e8a21f377c7de23dea Until further notice, I will receive £12,500 (exclusive of VAT) a month from DLA Piper LLP, 3 Noble Street, London EC2V 7EE, for legal services provided. Hours: approximately 16 hrs per month. (Updated 30 November 2015) Employment and earnings 10057ffd 2017-03-06   Edward Garnier uk.org.publicwhip/person/10221 0 2017-03-06-10057ffd-10221-1
62be5790f56dd89c67d5977f5e69666330d85087 17 March 2016, in addition to the normal monthly payment, received £7,000 exclusive of VAT. Hours: approximately 8 additional hours in February 2016. (Registered 21 March 2016) Employment and earnings 10057ffd 2017-03-06   Edward Garnier uk.org.publicwhip/person/10221 1 2017-03-06-10057ffd-10221-1
54969043ab47d0751d922940fef8a45a3feb6b8d 26 May 2016, in addition to the normal monthly payment, received £10,500 exclusive of VAT. Hours: approximately 12 hours between December 2015 and Feb 2016. (Registered 27 May 2016) Employment and earnings 10057ffd 2017-03-06   Edward Garnier uk.org.publicwhip/person/10221 2 2017-03-06-10057ffd-10221-1
77bc18075e837c3a92b23178c1d94134a6b2cb5e The Serious Fraud Office, 2-4 Cockspur Street, London SW1Y 9BS. Payments exclusive of VAT, for legal services provided: Employment and earnings 10057ffd 2017-03-06   Edward Garnier uk.org.publicwhip/person/10221 3 2017-03-06-10057ffd-10221-1
e6ccadcfe4042839f3fe0d8866431790d1219e21 25 November 2016, received £1,625. Hours: approximately 6 hours in October 2016. (Registered 01 December 2016) Employment and earnings 10057ffd 2017-03-06   Edward Garnier uk.org.publicwhip/person/10221 4 2017-03-06-10057ffd-10221-1
d451236ea23efefc8392850a80b61c465398c2fc 21 December 2016, received £500. Hours: approximately 2 hours in November 2016. (Registered 10 January 2017) Employment and earnings 10057ffd 2017-03-06   Edward Garnier uk.org.publicwhip/person/10221 5 2017-03-06-10057ffd-10221-1
1107a1d74670634532e9041792b205e98f7271fd 15 February 2017, received £17,333. Hours: approximately 65 hrs between November 2016 and January 2017. (Registered 20 February 2017; updated 28 February 2017) Employment and earnings 10057ffd 2017-03-06   Edward Garnier uk.org.publicwhip/person/10221 6 2017-03-06-10057ffd-10221-1

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 240.01ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette