items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
5 rows where record_id = "2015-03-09-ead1ca87-10362-1" 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 |
|---|---|---|---|---|---|---|---|
| a00d7ea15b1b0ddb9219f21ec7008d3c8daa4ccf | Until November 2014, Tethys Petroleum Limited (non-executive). Address: University House, 11-13 Grosvenor Place, London, SW1W 0EX; registered at 89 Nexus Way, Camana Bay, Grand Cayman, Cayman Islands. Gas and oil exploration and producing company operating exclusively in Central Asia. (Updated 6 January 2014, updated 15 July 2014 and 21 November 2014) | Remunerated directorships ead1ca87 | 2015-03-09 | Peter Lilley uk.org.publicwhip/member/40318 | Peter Lilley uk.org.publicwhip/person/10362 | 0 | 2015-03-09-ead1ca87-10362-1 |
| 40ed58bf1e51f11cd273db324701659349bbd49f | 1 April 2014, quarterly payment of £11,750 for attending meetings and advising on business development. Hours: 30 hrs. (Registered 3 April 2014) | Remunerated directorships ead1ca87 | 2015-03-09 | Peter Lilley uk.org.publicwhip/member/40318 | Peter Lilley uk.org.publicwhip/person/10362 | 1 | 2015-03-09-ead1ca87-10362-1 |
| cdf59e093c78fca6b61bd573ba168bf729576583 | 1 July 2014, quarterly payment of £11,750 for attending meetings and advising on business development. Hours: 30 hrs. (Registered 14 July 2014) | Remunerated directorships ead1ca87 | 2015-03-09 | Peter Lilley uk.org.publicwhip/member/40318 | Peter Lilley uk.org.publicwhip/person/10362 | 2 | 2015-03-09-ead1ca87-10362-1 |
| c302e4294a39381676cf3d22d2b3c43272445862 | 1 October 2014, quarterly payment of £11,750 for attending meetings and advising on business development. Hours: 30 hrs. (Registered 2 October 2014) | Remunerated directorships ead1ca87 | 2015-03-09 | Peter Lilley uk.org.publicwhip/member/40318 | Peter Lilley uk.org.publicwhip/person/10362 | 3 | 2015-03-09-ead1ca87-10362-1 |
| 67b4121acdde9dbf15b868d498dbd5f542f512dc | 10 December 2014, final payment of £6,000. Hours: 20 hrs. (Registered 8 January 2015) | Remunerated directorships ead1ca87 | 2015-03-09 | Peter Lilley uk.org.publicwhip/member/40318 | Peter Lilley uk.org.publicwhip/person/10362 | 4 | 2015-03-09-ead1ca87-10362-1 |
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");