home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

6 rows where record_id = "2015-02-23-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
3b57cb4d587674a25593b258eb14a40253f009ef 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-02-23 Peter Luff uk.org.publicwhip/member/40399 Peter Luff uk.org.publicwhip/person/10373 0 2015-02-23-ead1ca87-10373-2
26eaafd770da4c69f2eb5a302d8534563a7517e9 28 January 2014, received £3,333.33. (Registered 3 February 2014) Remunerated directorships ead1ca87 2015-02-23 Peter Luff uk.org.publicwhip/member/40399 Peter Luff uk.org.publicwhip/person/10373 1 2015-02-23-ead1ca87-10373-2
3fe6c52af30103a072168623d1572dc2d755e329 28 February 2014, received £3,333.33. (Registered 28 February 2014) Remunerated directorships ead1ca87 2015-02-23 Peter Luff uk.org.publicwhip/member/40399 Peter Luff uk.org.publicwhip/person/10373 2 2015-02-23-ead1ca87-10373-2
1095babb960b0902bdd73113ec0cce9d50f3041e 28 March 2014, received £3,333.33. (Registered 28 March 2014) Remunerated directorships ead1ca87 2015-02-23 Peter Luff uk.org.publicwhip/member/40399 Peter Luff uk.org.publicwhip/person/10373 3 2015-02-23-ead1ca87-10373-2
cf35b88af04b1f0e3143b61c443c4b55f66a7096 28 April 2014, received £3,333.33. (Registered 7 May 2014) Remunerated directorships ead1ca87 2015-02-23 Peter Luff uk.org.publicwhip/member/40399 Peter Luff uk.org.publicwhip/person/10373 4 2015-02-23-ead1ca87-10373-2
6421f4ed16f21c5c7109315ca5387bdcd04d2123 29 May 2014, received £3,333.33 as final payment. (Registered 3 June 2014) Remunerated directorships ead1ca87 2015-02-23 Peter Luff uk.org.publicwhip/member/40399 Peter Luff uk.org.publicwhip/person/10373 5 2015-02-23-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 114.946ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette