home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

5 rows where record_id = "2016-08-01-64e8edeb-10777-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
a58c388302bd098e3c319603eae10d3f4136e4a3 In my capacity as Leader of the Conservative Party, I have accepted Honorary Membership for life of the Carlton Club. Gifts, benefits and hospitality from UK sources 64e8edeb 2016-08-01   David Cameron uk.org.publicwhip/person/10777 0 2016-08-01-64e8edeb-10777-0
2c047ad1546ffe6328517fbe76dc50519080dbe4 Name of donor: Ellesborough Golf Club Address of donor: Butlers Cross, Aylesbury, Buckinghamshire HP17 OTZ Amount of donation or nature and value if donation in kind: honorary membership of Ellesborough Golf Club; value for 2015-16 £1,165 p.a. Date of receipt of donation: June 2011; renewed annually. This benefit ended on 13 July 2016. Date of acceptance of donation: 9 June 2011 Donor status: unincorporated association (Registered 15 February 2012; updated 4 February 2013, 21 November 2014, 8 June 2015 and 28 July 2016) Gifts, benefits and hospitality from UK sources 64e8edeb 2016-08-01   David Cameron uk.org.publicwhip/person/10777 1 2016-08-01-64e8edeb-10777-0
af2281ea4b893d9feddd6b8f596c9efc6d72d7a3 On 1 October 2015, I accepted honorary membership of Mark’s Club, a private members’ club, of 46 Charles St, London W1J 5EJ. (Registered 21 October 2015) Gifts, benefits and hospitality from UK sources 64e8edeb 2016-08-01   David Cameron uk.org.publicwhip/person/10777 2 2016-08-01-64e8edeb-10777-0
45759a5515abe308b89d8d05856a327b23e5d4ef Name of donor: Matt Roberts Personal Training Ltd Address of donor: 30 City Road, London EC1Y 2AB Amount of donation or nature and value if donation in kind: Discount of £150 per session on 50 sessions of personal training received since April 2013; total value £7,500. I have made a personal donation to a charity of my trainer's choice. Date received: 21 June 2016 Date accepted: 21 June 2016 Donor status: company, registration no 03087417 (Registered 04 July 2016) Gifts, benefits and hospitality from UK sources 64e8edeb 2016-08-01   David Cameron uk.org.publicwhip/person/10777 3 2016-08-01-64e8edeb-10777-0
c2e6d7b1c666126101c2705e2252afcd0d483977 Name of donor: Mr Dominic Johnson Address of donor: private Amount of donation or nature and value if donation in kind: accommodation for my family and me from 18 July 2016 to 31 October 2016 at £2,650 a week; value £37,100 in total Date received: 18 July 2016 Date accepted: 18 July 2016 Donor status: individual (Registered 28 July 2016) Gifts, benefits and hospitality from UK sources 64e8edeb 2016-08-01   David Cameron uk.org.publicwhip/person/10777 4 2016-08-01-64e8edeb-10777-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 23.28ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette