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 = "2005-04-11-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
e97710068e66aabad319d1e01de2029503b0bb78 (b) Barclays PLC; banks. Registrable shareholdings 3aff2389 2005-04-11 Jonathan Djanogly uk.org.publicwhip/member/854 Jonathan Djanogly uk.org.publicwhip/person/10854 0 2005-04-11-3aff2389-10854-0
e0142d90504864487912c123446268892ae1ca45 Carpetright PLC; general retailers. Registrable shareholdings 3aff2389 2005-04-11 Jonathan Djanogly uk.org.publicwhip/member/854 Jonathan Djanogly uk.org.publicwhip/person/10854 1 2005-04-11-3aff2389-10854-0
21aa0a5fde44b8023d926a5084468996aa42bd22 HSBC Holdings PLC; banks. Registrable shareholdings 3aff2389 2005-04-11 Jonathan Djanogly uk.org.publicwhip/member/854 Jonathan Djanogly uk.org.publicwhip/person/10854 2 2005-04-11-3aff2389-10854-0
45d20fbd0634f3f68f595969f3344cc0291f3dd9 Lloyds TSB Group PLC; banks. Registrable shareholdings 3aff2389 2005-04-11 Jonathan Djanogly uk.org.publicwhip/member/854 Jonathan Djanogly uk.org.publicwhip/person/10854 3 2005-04-11-3aff2389-10854-0
dc3028706aafaa8b5d15a3f20e3b4882a5b9dcec Next PLC; retailers. Registrable shareholdings 3aff2389 2005-04-11 Jonathan Djanogly uk.org.publicwhip/member/854 Jonathan Djanogly uk.org.publicwhip/person/10854 4 2005-04-11-3aff2389-10854-0
08cab39a033ef715c4725af0ecc8798d6a8956e1 Royal Bank of Scotland PLC; banks. Registrable shareholdings 3aff2389 2005-04-11 Jonathan Djanogly uk.org.publicwhip/member/854 Jonathan Djanogly uk.org.publicwhip/person/10854 5 2005-04-11-3aff2389-10854-0
2b2056a6438aa69a244a728bc674197c77670dc9 Shell Transport & Trading Co. PLC; oil and gas. Registrable shareholdings 3aff2389 2005-04-11 Jonathan Djanogly uk.org.publicwhip/member/854 Jonathan Djanogly uk.org.publicwhip/person/10854 6 2005-04-11-3aff2389-10854-0
955209c8228d9a9d0a53aeccd04a571576d9598e Singer and Friedlander Group PLC; speciality and other finance. Registrable shareholdings 3aff2389 2005-04-11 Jonathan Djanogly uk.org.publicwhip/member/854 Jonathan Djanogly uk.org.publicwhip/person/10854 7 2005-04-11-3aff2389-10854-0
48ae6ef7347dab5e9a7ba650eae59452bf74d348 Tesco PLC; food and drug retailers. Registrable shareholdings 3aff2389 2005-04-11 Jonathan Djanogly uk.org.publicwhip/member/854 Jonathan Djanogly uk.org.publicwhip/person/10854 8 2005-04-11-3aff2389-10854-0
38e40c4bdfc5a0ddf13246a207fa61ad57a878d9 WPP Group PLC; media and photography. Registrable shareholdings 3aff2389 2005-04-11 Jonathan Djanogly uk.org.publicwhip/member/854 Jonathan Djanogly uk.org.publicwhip/person/10854 9 2005-04-11-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 99.915ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette