items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
10 rows where record_id = "2015-01-26-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 |
---|---|---|---|---|---|---|---|
cd5a43587d25054fe61ee156e923fd61d13831f0 | Name of donor: The Human Trafficking Foundation | Overseas visits 80ef1083 | 2015-01-26 | Frank Field uk.org.publicwhip/member/40079 | Frank Field uk.org.publicwhip/person/10197 | 0 | 2015-01-26-80ef1083-10197-0 |
1676195731214e83a501bf02eab575accf4131ab | Address of donor: Iveco House, Station Road, Watford WD17 1SR | Overseas visits 80ef1083 | 2015-01-26 | Frank Field uk.org.publicwhip/member/40079 | Frank Field uk.org.publicwhip/person/10197 | 1 | 2015-01-26-80ef1083-10197-0 |
193c3ff541e5bb831a5cf329be5d9c384f84860a | 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-01-26 | Frank Field uk.org.publicwhip/member/40079 | Frank Field uk.org.publicwhip/person/10197 | 2 | 2015-01-26-80ef1083-10197-0 |
86492e12649a0b597c8533b3712d4e83321e178e | Destination of visit: Israel | Overseas visits 80ef1083 | 2015-01-26 | Frank Field uk.org.publicwhip/member/40079 | Frank Field uk.org.publicwhip/person/10197 | 3 | 2015-01-26-80ef1083-10197-0 |
fd894576ebb05b22f2f7e22c80faa23698995010 | Date of visit: 9-12 November 2013 | Overseas visits 80ef1083 | 2015-01-26 | Frank Field uk.org.publicwhip/member/40079 | Frank Field uk.org.publicwhip/person/10197 | 4 | 2015-01-26-80ef1083-10197-0 |
ca17754e187d57d1ec839b11f8767da82e90d15c | Purpose of visit: fact finding mission for the Modern Slavery Bill Evidence Review. | Overseas visits 80ef1083 | 2015-01-26 | Frank Field uk.org.publicwhip/member/40079 | Frank Field uk.org.publicwhip/person/10197 | 5 | 2015-01-26-80ef1083-10197-0 |
75a2d5c3f9c0c869a5e825b25cdc43ead6681270 | (Registered 21 May 2014) | Overseas visits 80ef1083 | 2015-01-26 | Frank Field uk.org.publicwhip/member/40079 | Frank Field uk.org.publicwhip/person/10197 | 6 | 2015-01-26-80ef1083-10197-0 |
e1dc60312288acca45bb3e6e7e7b2b4cfb1ea44b | 11. Miscellaneous | Overseas visits 80ef1083 | 2015-01-26 | Frank Field uk.org.publicwhip/member/40079 | Frank Field uk.org.publicwhip/person/10197 | 7 | 2015-01-26-80ef1083-10197-0 |
1e2b8819086d290aaf0adce570f76d30a4189b19 | 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-01-26 | Frank Field uk.org.publicwhip/member/40079 | Frank Field uk.org.publicwhip/person/10197 | 8 | 2015-01-26-80ef1083-10197-0 |
a18d5ece5cad82aae90125bc658da64a70b7ecb0 | 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-01-26 | Frank Field uk.org.publicwhip/member/40079 | Frank Field uk.org.publicwhip/person/10197 | 9 | 2015-01-26-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");