items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
5 rows where record_id = "2015-03-30-1aeb07b2-10854-0" sorted by date descending
This data as json, CSV (advanced)
Suggested facets: date (date)
hash | item | category_id | date ▲ | member_id | person_id | sort_order | record_id |
---|---|---|---|---|---|---|---|
7d8850076d0dbb5fb9df2ae5918d08273d2d732b | Payments as non executive chairman of Pembroke VCT plc, a venture capital trust, 3 Cadogan Gate, SW1X 0AS: | Directorships 1aeb07b2 | 2015-03-30 | Jonathan Djanogly uk.org.publicwhip/member/40326 | Jonathan Djanogly uk.org.publicwhip/person/10854 | 0 | 2015-03-30-1aeb07b2-10854-0 |
7da91366b9d66be028bd3196b69382f0b38702fc | 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-03-30 | Jonathan Djanogly uk.org.publicwhip/member/40326 | Jonathan Djanogly uk.org.publicwhip/person/10854 | 1 | 2015-03-30-1aeb07b2-10854-0 |
efb5f9c6b346d2db46f9d1eef59c1e3725605748 | 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-03-30 | Jonathan Djanogly uk.org.publicwhip/member/40326 | Jonathan Djanogly uk.org.publicwhip/person/10854 | 2 | 2015-03-30-1aeb07b2-10854-0 |
f74e047eb761c1e824862a71b519b48df8b26e4f | 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-03-30 | Jonathan Djanogly uk.org.publicwhip/member/40326 | Jonathan Djanogly uk.org.publicwhip/person/10854 | 3 | 2015-03-30-1aeb07b2-10854-0 |
1e929fcb871fc660839a7798a1a13dd92d22da99 | 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-03-30 | Jonathan Djanogly uk.org.publicwhip/member/40326 | Jonathan Djanogly uk.org.publicwhip/person/10854 | 4 | 2015-03-30-1aeb07b2-10854-0 |
Advanced export
JSON shape: default, array, newline-delimited, object
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");