home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

10 rows where record_id = "2015-03-30-ead1ca87-10023-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
d55e640ff73ffe6f85455c446aa9abb8e1b503a0 Chairman of Kazakhstan Kagazy plc, a London Stock Exchange listed company specialising in recycling waste paper in Central Asia and in paper production. (Registered 11 April 2013; updated 8 January 2014) Remunerated directorships ead1ca87 2015-03-30 Tony Baldry uk.org.publicwhip/member/40053 Tony Baldry uk.org.publicwhip/person/10023 0 2015-03-30-ead1ca87-10023-1
738ea9c006108f9e95dc97e9dcbc4fa514688caa Received director’s fees of £10,000. Hours: 20 hrs. (Registered 1 May 2014) Remunerated directorships ead1ca87 2015-03-30 Tony Baldry uk.org.publicwhip/member/40053 Tony Baldry uk.org.publicwhip/person/10023 1 2015-03-30-ead1ca87-10023-1
746857cbb8af135d7d655b33658890f4721cf22a Received director’s fees of £10,000. Hours: 12 hrs. (Registered 3 June 2014) Remunerated directorships ead1ca87 2015-03-30 Tony Baldry uk.org.publicwhip/member/40053 Tony Baldry uk.org.publicwhip/person/10023 2 2015-03-30-ead1ca87-10023-1
13a00b73731e89eb54ebb2bef23faad8721a4d94 Received director’s fees of £10,000. Hours: 12 hrs. (Registered 4 July 2014) Remunerated directorships ead1ca87 2015-03-30 Tony Baldry uk.org.publicwhip/member/40053 Tony Baldry uk.org.publicwhip/person/10023 3 2015-03-30-ead1ca87-10023-1
b70d5cba211886d4becf176e737eabf93f5ca7e0 Received director’s fees of £10,000. Hours: 12 hrs. (Registered 30 July 2014) Remunerated directorships ead1ca87 2015-03-30 Tony Baldry uk.org.publicwhip/member/40053 Tony Baldry uk.org.publicwhip/person/10023 4 2015-03-30-ead1ca87-10023-1
943a3669a6e15975dc9e6be0e82ae8aee3269a6d Received director’s fees of £10,000. Hours: 12 hrs. (Registered 9 September 2014) Remunerated directorships ead1ca87 2015-03-30 Tony Baldry uk.org.publicwhip/member/40053 Tony Baldry uk.org.publicwhip/person/10023 5 2015-03-30-ead1ca87-10023-1
5185e2963d24225dae021eef742373af631d0751 Received director’s fees of £10,000. Hours: 12 hrs. (Registered 8 October 2014) Remunerated directorships ead1ca87 2015-03-30 Tony Baldry uk.org.publicwhip/member/40053 Tony Baldry uk.org.publicwhip/person/10023 6 2015-03-30-ead1ca87-10023-1
171b48a5fb843f0c06d53f51ee92edfe35d68db6 Received director’s fees of £10,000. Hours: 20 hrs. (Registered 3 December 2014) Remunerated directorships ead1ca87 2015-03-30 Tony Baldry uk.org.publicwhip/member/40053 Tony Baldry uk.org.publicwhip/person/10023 7 2015-03-30-ead1ca87-10023-1
8c661587ef947eea7dd939397ca6b4e7642bd888 Received director’s fees of £10,000. Hours: 18 hrs. (Registered 3 February 2015) Remunerated directorships ead1ca87 2015-03-30 Tony Baldry uk.org.publicwhip/member/40053 Tony Baldry uk.org.publicwhip/person/10023 8 2015-03-30-ead1ca87-10023-1
25cef26ab2dffa18ac8a2b7b2500b07385af0eaf Received director’s fees of £10,000. Hours: 14 hrs. (Registered 12 March 2015) Remunerated directorships ead1ca87 2015-03-30 Tony Baldry uk.org.publicwhip/member/40053 Tony Baldry uk.org.publicwhip/person/10023 9 2015-03-30-ead1ca87-10023-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 88.679ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette