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 = "2004-12-03-3aff2389-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
5b3638950d7bfaceac5935ee438b8525c1ff9aba Barclays PLC; banks. Registrable shareholdings 3aff2389 2004-12-03 Jonathan Djanogly uk.org.publicwhip/member/854 Jonathan Djanogly uk.org.publicwhip/person/10854 0 2004-12-03-3aff2389-10854-0
6eb3f4fa9c0b0514568986243503ac9474cc6420 Carpetright PLC; general retailers. Registrable shareholdings 3aff2389 2004-12-03 Jonathan Djanogly uk.org.publicwhip/member/854 Jonathan Djanogly uk.org.publicwhip/person/10854 1 2004-12-03-3aff2389-10854-0
5a12f02a2f146576656755c6a9b00d4cc298713b HSBC Holdings PLC; banks. Registrable shareholdings 3aff2389 2004-12-03 Jonathan Djanogly uk.org.publicwhip/member/854 Jonathan Djanogly uk.org.publicwhip/person/10854 2 2004-12-03-3aff2389-10854-0
625093ca1b7957181ec5b26e2cfff687162a2672 Lloyds TSB Group PLC; banks. Registrable shareholdings 3aff2389 2004-12-03 Jonathan Djanogly uk.org.publicwhip/member/854 Jonathan Djanogly uk.org.publicwhip/person/10854 3 2004-12-03-3aff2389-10854-0
d14ec9c53fc7bc91f3e52a36af0c337273067687 Next PLC; retailers. Registrable shareholdings 3aff2389 2004-12-03 Jonathan Djanogly uk.org.publicwhip/member/854 Jonathan Djanogly uk.org.publicwhip/person/10854 4 2004-12-03-3aff2389-10854-0
d466c4c88e2e3982e116d266d6db3cb5fa2192c6 Royal Bank of Scotland PLC; banks. Registrable shareholdings 3aff2389 2004-12-03 Jonathan Djanogly uk.org.publicwhip/member/854 Jonathan Djanogly uk.org.publicwhip/person/10854 5 2004-12-03-3aff2389-10854-0
2f42d767f3736ee47420f0f3342ec23b477c787b Shell Transport & Trading Co. PLC; oil and gas. Registrable shareholdings 3aff2389 2004-12-03 Jonathan Djanogly uk.org.publicwhip/member/854 Jonathan Djanogly uk.org.publicwhip/person/10854 6 2004-12-03-3aff2389-10854-0
0e184a5312cb0b9c4c9de28928fd662c24022fb6 Singer and Friedlander Group PLC; speciality and other finance. Registrable shareholdings 3aff2389 2004-12-03 Jonathan Djanogly uk.org.publicwhip/member/854 Jonathan Djanogly uk.org.publicwhip/person/10854 7 2004-12-03-3aff2389-10854-0
0fca9b62c2577e5db0f16b182a0a737c18a584cb Tesco PLC; food and drug retailers. Registrable shareholdings 3aff2389 2004-12-03 Jonathan Djanogly uk.org.publicwhip/member/854 Jonathan Djanogly uk.org.publicwhip/person/10854 8 2004-12-03-3aff2389-10854-0
11e7d452ea0405a4a873cdb9ade9ba21f0a2f893 WPP Group PLC; media and photography. Registrable shareholdings 3aff2389 2004-12-03 Jonathan Djanogly uk.org.publicwhip/member/854 Jonathan Djanogly uk.org.publicwhip/person/10854 9 2004-12-03-3aff2389-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 132.779ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette