items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2010-02-03-84642823-10103-0" sorted by date descending
This data as json, CSV (advanced)
Suggested facets: date (date)
| hash | item | category_id | date ▲ | member_id | person_id | sort_order | record_id |
|---|---|---|---|---|---|---|---|
| 89c0027b41da784dfc59b752ef0b1984cfcaf8c1 | Name of donor: EUK Consulting | Gifts, benefits and hospitality (UK) 84642823 | 2010-02-03 | Christopher Chope uk.org.publicwhip/member/1502 | Christopher Chope uk.org.publicwhip/person/10103 | 0 | 2010-02-03-84642823-10103-0 |
| f703759d41f8082eefd8cbde4b76dd727b92d82f | Address of donor : 1-2 Emery Hill Street, London SW1P 1PF | Gifts, benefits and hospitality (UK) 84642823 | 2010-02-03 | Christopher Chope uk.org.publicwhip/member/1502 | Christopher Chope uk.org.publicwhip/person/10103 | 1 | 2010-02-03-84642823-10103-0 |
| 02249386d3154704e24aeab3796c1c8441cea456 | Amount of donation or nature and value if donation in kind: hospitality for me and my wife at Conservative Party function in Battersea Park; value £750 | Gifts, benefits and hospitality (UK) 84642823 | 2010-02-03 | Christopher Chope uk.org.publicwhip/member/1502 | Christopher Chope uk.org.publicwhip/person/10103 | 2 | 2010-02-03-84642823-10103-0 |
| 617cf464566dc9eacbb8d6c6bbc9945e7b65ff98 | Date of receipt of donation: 1 February 2010 | Gifts, benefits and hospitality (UK) 84642823 | 2010-02-03 | Christopher Chope uk.org.publicwhip/member/1502 | Christopher Chope uk.org.publicwhip/person/10103 | 3 | 2010-02-03-84642823-10103-0 |
| 419f1892617fb0508e86c4f790a03ced3a9f7d81 | Date of acceptance of donation: 1 February 2010 | Gifts, benefits and hospitality (UK) 84642823 | 2010-02-03 | Christopher Chope uk.org.publicwhip/member/1502 | Christopher Chope uk.org.publicwhip/person/10103 | 4 | 2010-02-03-84642823-10103-0 |
| 948f448c4ab82dfc37025bd3aae31b80d64bd0c6 | Donor status: unincorporated association | Gifts, benefits and hospitality (UK) 84642823 | 2010-02-03 | Christopher Chope uk.org.publicwhip/member/1502 | Christopher Chope uk.org.publicwhip/person/10103 | 5 | 2010-02-03-84642823-10103-0 |
| ec473c6bc6f2947aadde4aacef6742f7c1fd5948 | (Registered 3 February 2010) | Gifts, benefits and hospitality (UK) 84642823 | 2010-02-03 | Christopher Chope uk.org.publicwhip/member/1502 | Christopher Chope uk.org.publicwhip/person/10103 | 6 | 2010-02-03-84642823-10103-0 |
Advanced export
JSON shape: default, array, newline-delimited, object
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");