home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

7 rows where record_id = "2015-03-30-8f616a6e-24950-1" 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
b2c34631ef6d3eb2769d468dd64a652c26e8080d Name of donor: PricewaterhouseCoopers LLP Sponsorships 8f616a6e 2015-03-30 Chuka Umunna uk.org.publicwhip/member/40588 Chuka Umunna uk.org.publicwhip/person/24950 0 2015-03-30-8f616a6e-24950-1
9de459ed7c405a82b761e9e6ed69d6320d6a43b8 Address of donor (the address of individuals will not be published): PricewaterhouseCoopers LLP, 7 More London, London Riverside, Tooley St, London SE1 2DB Sponsorships 8f616a6e 2015-03-30 Chuka Umunna uk.org.publicwhip/member/40588 Chuka Umunna uk.org.publicwhip/person/24950 1 2015-03-30-8f616a6e-24950-1
8731b2bd04175bdbe62390fef3d288c8af79340a Amount of donation or nature and value if donation in kind: The services of a research assistant/analyst for 5 days per week from 9 June 2014 to 5 September 2014. The value amounts to £32,050 and relates to time spent working with the Shadow Secretary of State for Business and his team. Sponsorships 8f616a6e 2015-03-30 Chuka Umunna uk.org.publicwhip/member/40588 Chuka Umunna uk.org.publicwhip/person/24950 2 2015-03-30-8f616a6e-24950-1
31ff68f6d420fb544ede01cb6afede470b71b628 Date of receipt of donation: 9 June 2014 Sponsorships 8f616a6e 2015-03-30 Chuka Umunna uk.org.publicwhip/member/40588 Chuka Umunna uk.org.publicwhip/person/24950 3 2015-03-30-8f616a6e-24950-1
a25203c1f2ad68ba142aaa0c39ed5940dc641f5f Date of acceptance of donation: 9 June 2014 Sponsorships 8f616a6e 2015-03-30 Chuka Umunna uk.org.publicwhip/member/40588 Chuka Umunna uk.org.publicwhip/person/24950 4 2015-03-30-8f616a6e-24950-1
936a2e7e4dd8ecf0e36322d622952d4986db74b4 Donor status: limited liability partnership Sponsorships 8f616a6e 2015-03-30 Chuka Umunna uk.org.publicwhip/member/40588 Chuka Umunna uk.org.publicwhip/person/24950 5 2015-03-30-8f616a6e-24950-1
05e44ca3e81ce7834dbe048310b259099b558347 (Registered 16 July 2014) Sponsorships 8f616a6e 2015-03-30 Chuka Umunna uk.org.publicwhip/member/40588 Chuka Umunna uk.org.publicwhip/person/24950 6 2015-03-30-8f616a6e-24950-1

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 28.081ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette