items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
10 rows where record_id = "2014-11-24-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 |
---|---|---|---|---|---|---|---|
89e365608e4d383d2aa3d049bf0621e23906c3de | Name of donor: The Human Trafficking Foundation | Overseas visits 80ef1083 | 2014-11-24 | Frank Field uk.org.publicwhip/member/40079 | Frank Field uk.org.publicwhip/person/10197 | 0 | 2014-11-24-80ef1083-10197-0 |
5fe053ed799d1ab5f5c8c3e2495b9b0f4842305b | Address of donor: Iveco House, Station Road, Watford WD17 1SR | Overseas visits 80ef1083 | 2014-11-24 | Frank Field uk.org.publicwhip/member/40079 | Frank Field uk.org.publicwhip/person/10197 | 1 | 2014-11-24-80ef1083-10197-0 |
bed25ef6d18cbf63042a6cafb512b1fd5c8222ed | 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 | 2014-11-24 | Frank Field uk.org.publicwhip/member/40079 | Frank Field uk.org.publicwhip/person/10197 | 2 | 2014-11-24-80ef1083-10197-0 |
c762e46122b2f6af8414713fda335829924df220 | Destination of visit: Israel | Overseas visits 80ef1083 | 2014-11-24 | Frank Field uk.org.publicwhip/member/40079 | Frank Field uk.org.publicwhip/person/10197 | 3 | 2014-11-24-80ef1083-10197-0 |
fd749d16196ea5e3acbc7894e023a4289423a701 | Date of visit: 9-12 November 2013 | Overseas visits 80ef1083 | 2014-11-24 | Frank Field uk.org.publicwhip/member/40079 | Frank Field uk.org.publicwhip/person/10197 | 4 | 2014-11-24-80ef1083-10197-0 |
cf7aaa3fd18eed5fd9be321ad338eec6cebf942a | Purpose of visit: fact finding mission for the Modern Slavery Bill Evidence Review. | Overseas visits 80ef1083 | 2014-11-24 | Frank Field uk.org.publicwhip/member/40079 | Frank Field uk.org.publicwhip/person/10197 | 5 | 2014-11-24-80ef1083-10197-0 |
2a60e5c4fcd8f50867889869cdcaa13c0b7b76bc | (Registered 21 May 2014) | Overseas visits 80ef1083 | 2014-11-24 | Frank Field uk.org.publicwhip/member/40079 | Frank Field uk.org.publicwhip/person/10197 | 6 | 2014-11-24-80ef1083-10197-0 |
2bd209d55c3a6f0992da84ad2590e5457c60522c | 11. Miscellaneous | Overseas visits 80ef1083 | 2014-11-24 | Frank Field uk.org.publicwhip/member/40079 | Frank Field uk.org.publicwhip/person/10197 | 7 | 2014-11-24-80ef1083-10197-0 |
0f6501930f3ea70e9eaefe9eb576131208c2b334 | 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 | 2014-11-24 | Frank Field uk.org.publicwhip/member/40079 | Frank Field uk.org.publicwhip/person/10197 | 8 | 2014-11-24-80ef1083-10197-0 |
f11e8ae5ac822037898cdaf923f0f557e7fcc492 | 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 | 2014-11-24 | Frank Field uk.org.publicwhip/member/40079 | Frank Field uk.org.publicwhip/person/10197 | 9 | 2014-11-24-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");