home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

3 rows where record_id = "2015-03-30-ead1ca87-10373-2" 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
43a1f17f562e2c067db7a62eaffd6a8f771a2af3 Non-executive director of Parity Group plc, providers of information technology, recruitment and digital media marketing services, from 26 September 2013 to 29 May 2014.   My duties include attendance at meetings of the Board and advising senior management on a range of issues. Annual remuneration of £40,000 per annum unrelated to hours worked, but which are expected to be about 1.5 days per month. (Registered 8 October 2013, updated 3 June 2014) Remunerated directorships ead1ca87 2015-03-30 Peter Luff uk.org.publicwhip/member/40399 Peter Luff uk.org.publicwhip/person/10373 0 2015-03-30-ead1ca87-10373-2
50c11c704f376f79a7eaa7caabb017cadac5f043 28 April 2014, received £3,333.33. (Registered 7 May 2014) Remunerated directorships ead1ca87 2015-03-30 Peter Luff uk.org.publicwhip/member/40399 Peter Luff uk.org.publicwhip/person/10373 1 2015-03-30-ead1ca87-10373-2
a2aa8707b55f2702c044b96319951e44957be629 29 May 2014, received £3,333.33 as final payment. (Registered 3 June 2014) Remunerated directorships ead1ca87 2015-03-30 Peter Luff uk.org.publicwhip/member/40399 Peter Luff uk.org.publicwhip/person/10373 2 2015-03-30-ead1ca87-10373-2

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