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 = "2011-01-10-84642823-10241-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
6c9cb0707a77f818b4d20d213fcb319414b7bd77 Name of donor: Conservative Party Gifts, benefits and hospitality (UK) 84642823 2011-01-10 Damian Green uk.org.publicwhip/member/40049 Damian Green uk.org.publicwhip/person/10241 0 2011-01-10-84642823-10241-0
c3a5b153fd34fb129f182c8c731219e6a298fee7 Address of donor : 30 Millbank, London SW1P 4DP Gifts, benefits and hospitality (UK) 84642823 2011-01-10 Damian Green uk.org.publicwhip/member/40049 Damian Green uk.org.publicwhip/person/10241 1 2011-01-10-84642823-10241-0
002e231a5fd1f6ebd3acbe58522336c8354244bf Amount of donation or nature and value if donation in kind: Payment to meet the cost of legal advice in connection with enquiries by the Metropolitan Police into leaks from the Home Office. (No charge pursued.) Donation 1: £87,538.50 – payment under an insurance policy; Donation 2: £52,541.60 – payment from general party funds. Total value, £140,080.10 Gifts, benefits and hospitality (UK) 84642823 2011-01-10 Damian Green uk.org.publicwhip/member/40049 Damian Green uk.org.publicwhip/person/10241 2 2011-01-10-84642823-10241-0
599e5d73d1c5224a80cbc4df5e9b6ca9d21ec3db Date of receipt of donation: Donation 1, 30 March 2009; Donation 2, 19 August 2009 Gifts, benefits and hospitality (UK) 84642823 2011-01-10 Damian Green uk.org.publicwhip/member/40049 Damian Green uk.org.publicwhip/person/10241 3 2011-01-10-84642823-10241-0
8a20708d981e717c5ebfb2efa11b77a1ec247c69 Date of acceptance of donation: Donation 1, 30 March 2009; Donation 2, 19 August 2009 Gifts, benefits and hospitality (UK) 84642823 2011-01-10 Damian Green uk.org.publicwhip/member/40049 Damian Green uk.org.publicwhip/person/10241 4 2011-01-10-84642823-10241-0
8f1ee63bf75ebf031da7be7f925af9163c69ac61 Donor status: my own political party Gifts, benefits and hospitality (UK) 84642823 2011-01-10 Damian Green uk.org.publicwhip/member/40049 Damian Green uk.org.publicwhip/person/10241 5 2011-01-10-84642823-10241-0
9be505931b48264963ee0e8b5516156ed0be0ff5 (Registered 11 November 2009) Gifts, benefits and hospitality (UK) 84642823 2011-01-10 Damian Green uk.org.publicwhip/member/40049 Damian Green uk.org.publicwhip/person/10241 6 2011-01-10-84642823-10241-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 46.082ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette