home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

4 rows where record_id = "2015-03-09-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
c42fcca28e297b6e54beb4c4afd45d04bb220b51 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-09 Peter Luff uk.org.publicwhip/member/40399 Peter Luff uk.org.publicwhip/person/10373 0 2015-03-09-ead1ca87-10373-2
71455d7e4cc5f54c9da612e4dfb64d38a78d29a1 28 March 2014, received £3,333.33. (Registered 28 March 2014) Remunerated directorships ead1ca87 2015-03-09 Peter Luff uk.org.publicwhip/member/40399 Peter Luff uk.org.publicwhip/person/10373 1 2015-03-09-ead1ca87-10373-2
6d47c78448c3dbad7bef741b840af9836ea1e290 28 April 2014, received £3,333.33. (Registered 7 May 2014) Remunerated directorships ead1ca87 2015-03-09 Peter Luff uk.org.publicwhip/member/40399 Peter Luff uk.org.publicwhip/person/10373 2 2015-03-09-ead1ca87-10373-2
9fae21da3ccb392d6d3d4f2ef54d310cf88da2fe 29 May 2014, received £3,333.33 as final payment. (Registered 3 June 2014) Remunerated directorships ead1ca87 2015-03-09 Peter Luff uk.org.publicwhip/member/40399 Peter Luff uk.org.publicwhip/person/10373 3 2015-03-09-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 102.85ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette