home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

8 rows where record_id = "2000-11-10-f3967f4d-10334-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
025d9a0f64098c632ece1bb184e0fdf0c06be483 I receive fees from writing, broadcasting and speechmaking. Remunerated employment, office, profession, etc. f3967f4d 2000-11-10 Charles Kennedy uk.org.publicwhip/member/334 Charles Kennedy uk.org.publicwhip/person/10334 0 2000-11-10-f3967f4d-10334-0
a673087bbe1397b6b90a98bffd4f678602b36724 Occasional fees from participation in opinion polling surveys. Remunerated employment, office, profession, etc. f3967f4d 2000-11-10 Charles Kennedy uk.org.publicwhip/member/334 Charles Kennedy uk.org.publicwhip/person/10334 1 2000-11-10-f3967f4d-10334-0
3260e6477c4f2ad6886897c5fc2c91699baf7c7d 22 March 2000, fee from Diana Boulter agency for speaking engagement for Ernst & Young. Remunerated employment, office, profession, etc. f3967f4d 2000-11-10 Charles Kennedy uk.org.publicwhip/member/334 Charles Kennedy uk.org.publicwhip/person/10334 2 2000-11-10-f3967f4d-10334-0
181ae406b68453866faf73ee65f7869379ca677a 12 April 2000, Fee from Diana Boulter agency for speaking engagement for Ernst & Young. Remunerated employment, office, profession, etc. f3967f4d 2000-11-10 Charles Kennedy uk.org.publicwhip/member/334 Charles Kennedy uk.org.publicwhip/person/10334 3 2000-11-10-f3967f4d-10334-0
284297a8ea52a68632428e504b67143707c6d00f 28 April 2000, fee from JLA agency for speaking engagement for Newcastle Building Society. Remunerated employment, office, profession, etc. f3967f4d 2000-11-10 Charles Kennedy uk.org.publicwhip/member/334 Charles Kennedy uk.org.publicwhip/person/10334 4 2000-11-10-f3967f4d-10334-0
50f2e7acb52b51e98514a5907a73419eef9914f6 25 May 2000, fee from JLA agency for speaking engagement for Factors and Discounting Agency. Remunerated employment, office, profession, etc. f3967f4d 2000-11-10 Charles Kennedy uk.org.publicwhip/member/334 Charles Kennedy uk.org.publicwhip/person/10334 5 2000-11-10-f3967f4d-10334-0
676c09d146c5ab01fed283fe2386f0e40769a00b 13 June 2000, fee from London Speakers' Bureau for speaking engagement for Institute of Waste Management. Remunerated employment, office, profession, etc. f3967f4d 2000-11-10 Charles Kennedy uk.org.publicwhip/member/334 Charles Kennedy uk.org.publicwhip/person/10334 6 2000-11-10-f3967f4d-10334-0
d849c8cd7713e6b6d3cee7d1c7c3bd69ab55b0de Earnings from the publication of my book "The Future of Politics" published on 13 September 2000. Remunerated employment, office, profession, etc. f3967f4d 2000-11-10 Charles Kennedy uk.org.publicwhip/member/334 Charles Kennedy uk.org.publicwhip/person/10334 7 2000-11-10-f3967f4d-10334-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 108.088ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette