items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-09-84642823-24787-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 |
---|---|---|---|---|---|---|---|
44f347364ad1f7445f99643209bbb74f18931675 | Name of donor: NFL UK Limited | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-09 | Richard Fuller uk.org.publicwhip/member/40067 | Richard Fuller uk.org.publicwhip/person/24787 | 0 | 2015-03-09-84642823-24787-0 |
e545fb63e4c41517f8dabb414aa48bd39af87da9 | Address of donor: 1 Hills Place, London W1F 7SA | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-09 | Richard Fuller uk.org.publicwhip/member/40067 | Richard Fuller uk.org.publicwhip/person/24787 | 1 | 2015-03-09-84642823-24787-0 |
712f79ed747eea37c9a4e7e6695e797d029d1283 | Amount of donation or nature and value of donation in kind: two tickets to the NFL International Series Game at Wembley and hospitality; total value approx. £850 | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-09 | Richard Fuller uk.org.publicwhip/member/40067 | Richard Fuller uk.org.publicwhip/person/24787 | 2 | 2015-03-09-84642823-24787-0 |
67e401d4209df0d2db03966017e2a5d6a947749a | Date of receipt of donation: 9 November 2014 | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-09 | Richard Fuller uk.org.publicwhip/member/40067 | Richard Fuller uk.org.publicwhip/person/24787 | 3 | 2015-03-09-84642823-24787-0 |
5a8f5e99102c3d2b75906a6ec729edb233a2772b | Date of acceptance of donation: 9 November 2011 | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-09 | Richard Fuller uk.org.publicwhip/member/40067 | Richard Fuller uk.org.publicwhip/person/24787 | 4 | 2015-03-09-84642823-24787-0 |
1eddcbf296162a27d9594f882b81d572272ad07d | Donor status: company, registration 07736687 | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-09 | Richard Fuller uk.org.publicwhip/member/40067 | Richard Fuller uk.org.publicwhip/person/24787 | 5 | 2015-03-09-84642823-24787-0 |
a56eb662fa4a4bd694314814de5bafebf1d13679 | (Registered 24 November 2014) | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-09 | Richard Fuller uk.org.publicwhip/member/40067 | Richard Fuller uk.org.publicwhip/person/24787 | 6 | 2015-03-09-84642823-24787-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");