items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-09-84642823-10761-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 |
|---|---|---|---|---|---|---|---|
| d7bc8d4cc17f90d6813891ec17cff5c7b07404c0 | Name of donor: Rt Hon Harriet Harman MP | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-09 | Chris Bryant uk.org.publicwhip/member/40497 | Chris Bryant uk.org.publicwhip/person/10761 | 0 | 2015-03-09-84642823-10761-0 |
| 37b9ca0765f0fc28d177b25533d1d8da16c557fc | Address of donor: private | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-09 | Chris Bryant uk.org.publicwhip/member/40497 | Chris Bryant uk.org.publicwhip/person/10761 | 1 | 2015-03-09-84642823-10761-0 |
| 2dcd780310d45d0732773a2522bea610652f49fa | Amount of donation or nature and value if donation in kind: one ticket for the Centre Court to watch Wimbledon, plus lunch and afternoon tea; total value £1,795 | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-09 | Chris Bryant uk.org.publicwhip/member/40497 | Chris Bryant uk.org.publicwhip/person/10761 | 2 | 2015-03-09-84642823-10761-0 |
| ccf2658beee1ffecd4ee26d8e0cb9ba7815f43bb | Date of receipt of donation: 12 June 2014 | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-09 | Chris Bryant uk.org.publicwhip/member/40497 | Chris Bryant uk.org.publicwhip/person/10761 | 3 | 2015-03-09-84642823-10761-0 |
| b05569d149a48276bed205333f14d6e44e5a87fe | Date of acceptance of donation: 12 June 2014 | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-09 | Chris Bryant uk.org.publicwhip/member/40497 | Chris Bryant uk.org.publicwhip/person/10761 | 4 | 2015-03-09-84642823-10761-0 |
| a9388599cf967058c2ae608b7587683a354359a4 | Donor status: individual | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-09 | Chris Bryant uk.org.publicwhip/member/40497 | Chris Bryant uk.org.publicwhip/person/10761 | 5 | 2015-03-09-84642823-10761-0 |
| bbc31027e12cce96b7b4507192cfd7a1be708b0c | (Registered 4 July 2014) | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-09 | Chris Bryant uk.org.publicwhip/member/40497 | Chris Bryant uk.org.publicwhip/person/10761 | 6 | 2015-03-09-84642823-10761-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");