home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

13 rows where record_id = "2015-01-06-8f616a6e-10372-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
326264a6adf1d21a9619c27d80336c8553200640 Donations to my constituency party or association, which have been or will be reported by the party to the Electoral Commission: Sponsorships 8f616a6e 2015-01-06 Andrew Love uk.org.publicwhip/member/40243 Andrew Love uk.org.publicwhip/person/10372 0 2015-01-06-8f616a6e-10372-0
d3baed7ff2da49740ae3487a815cdf9f7de9f4ea Name of donor: Unite the Union Sponsorships 8f616a6e 2015-01-06 Andrew Love uk.org.publicwhip/member/40243 Andrew Love uk.org.publicwhip/person/10372 1 2015-01-06-8f616a6e-10372-0
9e2c6c4e142eb1ecad619be060cc012c9752fef4 Address of donor: Unite House, 128 Theobalds Road, London WC1X 8TN Sponsorships 8f616a6e 2015-01-06 Andrew Love uk.org.publicwhip/member/40243 Andrew Love uk.org.publicwhip/person/10372 2 2015-01-06-8f616a6e-10372-0
b267d4e182c5e797eabaf6ff0e70f584edef6972 Amount of donation or nature and value if donation in kind: £3,000 Sponsorships 8f616a6e 2015-01-06 Andrew Love uk.org.publicwhip/member/40243 Andrew Love uk.org.publicwhip/person/10372 3 2015-01-06-8f616a6e-10372-0
4afb87d8c83b464b0b669e4a5b8855e7ba055592 Donor status: trade union Sponsorships 8f616a6e 2015-01-06 Andrew Love uk.org.publicwhip/member/40243 Andrew Love uk.org.publicwhip/person/10372 4 2015-01-06-8f616a6e-10372-0
c79d74742518c5bb1d5d4ec1657c5cce83392871 (Registered 17 April 2014) Sponsorships 8f616a6e 2015-01-06 Andrew Love uk.org.publicwhip/member/40243 Andrew Love uk.org.publicwhip/person/10372 5 2015-01-06-8f616a6e-10372-0
4f4929db0af6e8bd553d0a918288cbf44065a5eb Name of donor: (1) Kamal Exchange Company (2) Government and Parliament of Jordan Sponsorships 8f616a6e 2015-01-06 Andrew Love uk.org.publicwhip/member/40243 Andrew Love uk.org.publicwhip/person/10372 6 2015-01-06-8f616a6e-10372-0
ac4525805b27c35b2a316af5b753445db65669a6 Address of donor: (1) Al Shareef Nasir Bin Jameel St 157, 11194, Jordan (2) c/o the Embassy of the Hashemite Kingdom of Jordan, 6 Upper Phillimore Gardens, London W8 7HA Sponsorships 8f616a6e 2015-01-06 Andrew Love uk.org.publicwhip/member/40243 Andrew Love uk.org.publicwhip/person/10372 7 2015-01-06-8f616a6e-10372-0
e169f09759fbadc73387c78ecbd234ed443233d6 Amount of donation (or estimate of the probable value): (1) Return flights, additional travel costs and one night’s accommodation; estimated value £750 (2) Accommodation, food and travel in and around Amman; estimated value £1,000 Sponsorships 8f616a6e 2015-01-06 Andrew Love uk.org.publicwhip/member/40243 Andrew Love uk.org.publicwhip/person/10372 8 2015-01-06-8f616a6e-10372-0
a311bf7a8695e27009827858e6be939c18bff28e Destination of visit: Jordan Sponsorships 8f616a6e 2015-01-06 Andrew Love uk.org.publicwhip/member/40243 Andrew Love uk.org.publicwhip/person/10372 9 2015-01-06-8f616a6e-10372-0
1c61d7a1eda3facec92132f11718345c336fad97 Date of visit: 26 November – 2 December 2014 Sponsorships 8f616a6e 2015-01-06 Andrew Love uk.org.publicwhip/member/40243 Andrew Love uk.org.publicwhip/person/10372 10 2015-01-06-8f616a6e-10372-0
83bd1aa8a919d6aeb0adf89cb4fc6b97e09d48fa Purpose of visit: All Party Parliamentary Group on Jordan delegation to understand more about the political and economic environment in Jordan. Sponsorships 8f616a6e 2015-01-06 Andrew Love uk.org.publicwhip/member/40243 Andrew Love uk.org.publicwhip/person/10372 11 2015-01-06-8f616a6e-10372-0
d41525691886dc5497d5031ea80445c215e9be6c (Registered 22 December 2014) Sponsorships 8f616a6e 2015-01-06 Andrew Love uk.org.publicwhip/member/40243 Andrew Love uk.org.publicwhip/person/10372 12 2015-01-06-8f616a6e-10372-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 31.531ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette