items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2014-12-08-84642823-24771-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 |
|---|---|---|---|---|---|---|---|
| b526c0cfdb902ecae1049ee077d3fd113d50ca85 | Name of donor: Digital UK Limited | Gifts, benefits and hospitality (UK) 84642823 | 2014-12-08 | Therese Coffey uk.org.publicwhip/member/40591 | Therese Coffey uk.org.publicwhip/person/24771 | 0 | 2014-12-08-84642823-24771-0 |
| b0ab684a7a3ef416ed7eeb7b67220d48ae1e32b3 | Address of donor: The Met Building, 22 Percy Street, London W1T 2BU | Gifts, benefits and hospitality (UK) 84642823 | 2014-12-08 | Therese Coffey uk.org.publicwhip/member/40591 | Therese Coffey uk.org.publicwhip/person/24771 | 1 | 2014-12-08-84642823-24771-0 |
| 57f06556493d25ef4bf0b325e8c37d228f8f5bef | Amount of donation or nature and value if donation in kind: Ticket and hospitality at the Wimbledon Championships with a total value of £895 | Gifts, benefits and hospitality (UK) 84642823 | 2014-12-08 | Therese Coffey uk.org.publicwhip/member/40591 | Therese Coffey uk.org.publicwhip/person/24771 | 2 | 2014-12-08-84642823-24771-0 |
| 310727e938e0ce898b316a421426bf190762c091 | Date of receipt of donation: 30 June 2014 | Gifts, benefits and hospitality (UK) 84642823 | 2014-12-08 | Therese Coffey uk.org.publicwhip/member/40591 | Therese Coffey uk.org.publicwhip/person/24771 | 3 | 2014-12-08-84642823-24771-0 |
| 13718b2edc0874ac5770135a12d1c971d5162075 | Date of acceptance of donation: 30 June 2014 | Gifts, benefits and hospitality (UK) 84642823 | 2014-12-08 | Therese Coffey uk.org.publicwhip/member/40591 | Therese Coffey uk.org.publicwhip/person/24771 | 4 | 2014-12-08-84642823-24771-0 |
| 35e26eedff4579fdfc9316972d89d6a8987a9c1c | Donor status: company, registration 05422613 | Gifts, benefits and hospitality (UK) 84642823 | 2014-12-08 | Therese Coffey uk.org.publicwhip/member/40591 | Therese Coffey uk.org.publicwhip/person/24771 | 5 | 2014-12-08-84642823-24771-0 |
| 78ae0b62df8094546c7920c189ccc4a3f9837409 | (Registered 24 July 2014) | Gifts, benefits and hospitality (UK) 84642823 | 2014-12-08 | Therese Coffey uk.org.publicwhip/member/40591 | Therese Coffey uk.org.publicwhip/person/24771 | 6 | 2014-12-08-84642823-24771-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");