home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

5 rows where record_id = "2015-02-09-1aeb07b2-10854-0" 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
10d84aecf60aede5f3f75ad54e6139146e8ad281 Payments as non executive chairman of Pembroke VCT plc, a venture capital trust, 3 Cadogan Gate, SW1X 0AS: Directorships 1aeb07b2 2015-02-09 Jonathan Djanogly uk.org.publicwhip/member/40326 Jonathan Djanogly uk.org.publicwhip/person/10854 0 2015-02-09-1aeb07b2-10854-0
205ce3beea0a81c2f3d3f93ac373b9ad4e82d318 Received on 29 May 2014, £5,000 for the three month period ending 30 April 2014. Hours: 6 hrs. (Registered 30 May 2014) Directorships 1aeb07b2 2015-02-09 Jonathan Djanogly uk.org.publicwhip/member/40326 Jonathan Djanogly uk.org.publicwhip/person/10854 1 2015-02-09-1aeb07b2-10854-0
0a55fa6ff442565cec4505c6348360e9353a3298 Received on 15 August 2014, £4,893 for the three month period ending 31 July 2014. Hours: 6 hrs. (Registered 20 January 2015)   Directorships 1aeb07b2 2015-02-09 Jonathan Djanogly uk.org.publicwhip/member/40326 Jonathan Djanogly uk.org.publicwhip/person/10854 2 2015-02-09-1aeb07b2-10854-0
88ab81f3443e87bcef58e5cd35ac81e378f9e267 Received on 5 November 2014, £3,427 for the three month period ending 30 October 2014. Hours: 9 hrs.  (Registered 20 January 2015)   Directorships 1aeb07b2 2015-02-09 Jonathan Djanogly uk.org.publicwhip/member/40326 Jonathan Djanogly uk.org.publicwhip/person/10854 3 2015-02-09-1aeb07b2-10854-0
57f4bd1f2919de576cc14e8412b16ada2a537b57 Received on 6 February 2015, £3,427 for the three month period ending 31 January 2015. Hours: 8 hrs. (Registered 9 February 2015)   Directorships 1aeb07b2 2015-02-09 Jonathan Djanogly uk.org.publicwhip/member/40326 Jonathan Djanogly uk.org.publicwhip/person/10854 4 2015-02-09-1aeb07b2-10854-0

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