items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2010-04-12-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 |
|---|---|---|---|---|---|---|---|
| ef83c62ca165074bba719c6c08afc3b37c47cad7 | Name of donor: NCP | Gifts, benefits and hospitality (UK) 84642823 | 2010-04-12 | Chris Bryant uk.org.publicwhip/member/1779 | Chris Bryant uk.org.publicwhip/person/10761 | 0 | 2010-04-12-84642823-10761-0 |
| a6bc2acf802a90384f703977e11bd7d4ee21fd79 | Address of donor : National Car Parks Ltd, 6th Floor, Centre Tower, Whitgift Centre, Croydon CR0 1LP. | Gifts, benefits and hospitality (UK) 84642823 | 2010-04-12 | Chris Bryant uk.org.publicwhip/member/1779 | Chris Bryant uk.org.publicwhip/person/10761 | 1 | 2010-04-12-84642823-10761-0 |
| 329cb4341e4b76de09d3a20c352ccb365589d5df | Amount of donation or nature and value if donation in kind: free car parking space at Cardiff railway station. Value: £1247 | Gifts, benefits and hospitality (UK) 84642823 | 2010-04-12 | Chris Bryant uk.org.publicwhip/member/1779 | Chris Bryant uk.org.publicwhip/person/10761 | 2 | 2010-04-12-84642823-10761-0 |
| 4070b4600ea4b2da1e0482235682922dbf8039b7 | Date of receipt of donation: 6 January 2010 | Gifts, benefits and hospitality (UK) 84642823 | 2010-04-12 | Chris Bryant uk.org.publicwhip/member/1779 | Chris Bryant uk.org.publicwhip/person/10761 | 3 | 2010-04-12-84642823-10761-0 |
| fc7c198c342200be96d8902379e3f90a2dc317ef | Date of acceptance of donation: 6 January 2010 | Gifts, benefits and hospitality (UK) 84642823 | 2010-04-12 | Chris Bryant uk.org.publicwhip/member/1779 | Chris Bryant uk.org.publicwhip/person/10761 | 4 | 2010-04-12-84642823-10761-0 |
| 970535bfc00e5ada75e13eca8314001b40c0be7b | Donor status: company, registration number 253240 | Gifts, benefits and hospitality (UK) 84642823 | 2010-04-12 | Chris Bryant uk.org.publicwhip/member/1779 | Chris Bryant uk.org.publicwhip/person/10761 | 5 | 2010-04-12-84642823-10761-0 |
| 5b5948a61b865b8c66aa7d8a7e22659c515e2dfa | (Registered 15 January 2010) | Gifts, benefits and hospitality (UK) 84642823 | 2010-04-12 | Chris Bryant uk.org.publicwhip/member/1779 | Chris Bryant uk.org.publicwhip/person/10761 | 6 | 2010-04-12-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");