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-10453-2" 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
83c2fc9fc2a3cf53fd7fe142acba0a48a79845df Name of donor: PriceWaterhouse Coopers LLP Sponsorships 8f616a6e 2015-03-30 Jim Murphy uk.org.publicwhip/member/40231 Jim Murphy uk.org.publicwhip/person/10453 0 2015-03-30-8f616a6e-10453-2
1756583e1f944ffce0167adeb59857ada2cf7f64 Address of donor: 1 Embankment Place, London, WC2N 6RH Sponsorships 8f616a6e 2015-03-30 Jim Murphy uk.org.publicwhip/member/40231 Jim Murphy uk.org.publicwhip/person/10453 1 2015-03-30-8f616a6e-10453-2
ccb3b4c7882a76fa07846315f03a842da31e3f81 Amount of donation or nature and value if donation in kind: Services of a research assistant (total value for their work in my office: £29,435) shared with another MP from 10 March 2014 to 2 November 2014, to support me as Shadow Secretary of State for International Development. Sponsorships 8f616a6e 2015-03-30 Jim Murphy uk.org.publicwhip/member/40231 Jim Murphy uk.org.publicwhip/person/10453 2 2015-03-30-8f616a6e-10453-2
a60af74993ff1ff76c7ee81545e33b4fec1422f6 Date of receipt: 10 March 2014 Sponsorships 8f616a6e 2015-03-30 Jim Murphy uk.org.publicwhip/member/40231 Jim Murphy uk.org.publicwhip/person/10453 3 2015-03-30-8f616a6e-10453-2
505ecdacf8a6557974f973c92701d21a920e6ce5 Date of acceptance: 10 March 2014 Sponsorships 8f616a6e 2015-03-30 Jim Murphy uk.org.publicwhip/member/40231 Jim Murphy uk.org.publicwhip/person/10453 4 2015-03-30-8f616a6e-10453-2
d67eff826fe3ba778e5773e1733872423fc346c9 Donor status: limited liability partnership Sponsorships 8f616a6e 2015-03-30 Jim Murphy uk.org.publicwhip/member/40231 Jim Murphy uk.org.publicwhip/person/10453 5 2015-03-30-8f616a6e-10453-2
22776245669101d7c5489491e0b871d51db2471a (Registered 9 April 2014; updated 6 November 2014) Sponsorships 8f616a6e 2015-03-30 Jim Murphy uk.org.publicwhip/member/40231 Jim Murphy uk.org.publicwhip/person/10453 6 2015-03-30-8f616a6e-10453-2

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