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-9" 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
014664ce38bc05a1a7ce431b995700c18244ab54 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-9
acf909ecf508b7a02cd29bab34d5a81645125d6b Address of donor: 1 Embankment Place, London WC2N 6RH 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-9
1b56ba35a288d5bcf850a31c2f8c661daf6f4173 Amount of donation or nature and value if donation in kind: The services of a research assistant/analyst for 5 days a week from 8 September 2014 to 18 December 2014. The value amounts to £36,000 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-9
c32b191d505c533178f6083fecbd7d14a96f386f Date of receipt: 8 September 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-9
9f596555901581ffb7be18fa71d6dde61f71ebda Date of acceptance: 8 September 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-9
389b0770fd88c96baad96f52b01bc78306e940d6 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-9
dd16525ca6944f3a3bf0bbf5e3366c9248a50764 (Registered 8 October 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-9

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