items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
10 rows where record_id = "2015-03-09-80ef1083-10197-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 |
---|---|---|---|---|---|---|---|
0f68e5b7f6660b1c944dfb44073f30ec4ea4441f | Name of donor: The Human Trafficking Foundation | Overseas visits 80ef1083 | 2015-03-09 | Frank Field uk.org.publicwhip/member/40079 | Frank Field uk.org.publicwhip/person/10197 | 0 | 2015-03-09-80ef1083-10197-0 |
b8de20f7651e8823651cb9344a26503655af3504 | Address of donor: Iveco House, Station Road, Watford WD17 1SR | Overseas visits 80ef1083 | 2015-03-09 | Frank Field uk.org.publicwhip/member/40079 | Frank Field uk.org.publicwhip/person/10197 | 1 | 2015-03-09-80ef1083-10197-0 |
bb5d3a13165e99790f064d4f9dfdabed20422bf1 | Amount of donation (or estimate of the probable value): return flights £1,001.70 and accommodation £908 for me and a member of staff, at a total value of £1,909.70. | Overseas visits 80ef1083 | 2015-03-09 | Frank Field uk.org.publicwhip/member/40079 | Frank Field uk.org.publicwhip/person/10197 | 2 | 2015-03-09-80ef1083-10197-0 |
f7b79ebaf0b9ab892cdd2833ba5dc240fcc46ecd | Destination of visit: Israel | Overseas visits 80ef1083 | 2015-03-09 | Frank Field uk.org.publicwhip/member/40079 | Frank Field uk.org.publicwhip/person/10197 | 3 | 2015-03-09-80ef1083-10197-0 |
b389df041ccbdbed1e5a9a786ba95f5a06ffefa8 | Date of visit: 9-12 November 2013 | Overseas visits 80ef1083 | 2015-03-09 | Frank Field uk.org.publicwhip/member/40079 | Frank Field uk.org.publicwhip/person/10197 | 4 | 2015-03-09-80ef1083-10197-0 |
5b0d35c77a120624a81ef09fbfaa1aeb013191cd | Purpose of visit: fact finding mission for the Modern Slavery Bill Evidence Review. | Overseas visits 80ef1083 | 2015-03-09 | Frank Field uk.org.publicwhip/member/40079 | Frank Field uk.org.publicwhip/person/10197 | 5 | 2015-03-09-80ef1083-10197-0 |
98e87f81b0ed4e6ef8e12985b210c47e9fb07786 | (Registered 21 May 2014) | Overseas visits 80ef1083 | 2015-03-09 | Frank Field uk.org.publicwhip/member/40079 | Frank Field uk.org.publicwhip/person/10197 | 6 | 2015-03-09-80ef1083-10197-0 |
063d55f0f386631d6aff146c97da48cd80a43a29 | 11. Miscellaneous | Overseas visits 80ef1083 | 2015-03-09 | Frank Field uk.org.publicwhip/member/40079 | Frank Field uk.org.publicwhip/person/10197 | 7 | 2015-03-09-80ef1083-10197-0 |
5fe5a981cd9962be1b5cd85ee4af45fc86eac438 | Non-executive chairman of Medicash Health Benefits Ltd (non–executive). Address: Merchants Court, 2-12 Lord Street, Liverpool, L2 1TS. I have waived remuneration for this role, but Medicash may choose to make a donation to a charity or charities of its choice, at its discretion. (Updated 14 January 2014) | Overseas visits 80ef1083 | 2015-03-09 | Frank Field uk.org.publicwhip/member/40079 | Frank Field uk.org.publicwhip/person/10197 | 8 | 2015-03-09-80ef1083-10197-0 |
9d5bbfa7ddea70865eb7a8dab16cf32c7096f888 | Co-Chair of the Cross Party Group on Balanced Migration. Migrationwatch UK provides secretarial, research and administrative support, pays for printing costs and maintains the group’s website. Quiller Consultants, which is a consultancy, is paid by its client, Migrationwatch UK, to act as consultants to the group. (Registered 24 May 2011) | Overseas visits 80ef1083 | 2015-03-09 | Frank Field uk.org.publicwhip/member/40079 | Frank Field uk.org.publicwhip/person/10197 | 9 | 2015-03-09-80ef1083-10197-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");