items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-30-80ef1083-11740-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 |
---|---|---|---|---|---|---|---|
e9f47bfdfd2307a59c3c7809e297c2a4121f3c7b | Name of donor: Center for American Progress | Overseas visits 80ef1083 | 2015-03-30 | Edward Balls uk.org.publicwhip/member/40411 | Edward Balls uk.org.publicwhip/person/11740 | 0 | 2015-03-30-80ef1083-11740-0 |
382b42b45f9b22ddf6cc5e1492dfbd3813d6fd16 | Address of donor: 1333 H Street, NW, 10th Floor, Washington DC 20005 | Overseas visits 80ef1083 | 2015-03-30 | Edward Balls uk.org.publicwhip/member/40411 | Edward Balls uk.org.publicwhip/person/11740 | 1 | 2015-03-30-80ef1083-11740-0 |
c967c0f4349bcf2913ba18b9d5090410d69e56e1 | Amount of donation (or estimate of the probable value): flights, accommodation and transport with a total value of £4,069 | Overseas visits 80ef1083 | 2015-03-30 | Edward Balls uk.org.publicwhip/member/40411 | Edward Balls uk.org.publicwhip/person/11740 | 2 | 2015-03-30-80ef1083-11740-0 |
2819ff18da40c7b8ef2a4e42f81c809ebf146786 | Destination of visit: New York and Washington, USA | Overseas visits 80ef1083 | 2015-03-30 | Edward Balls uk.org.publicwhip/member/40411 | Edward Balls uk.org.publicwhip/person/11740 | 3 | 2015-03-30-80ef1083-11740-0 |
3cb4c5096a96000074bcf17430baad0dc0b811ec | Date of visit: 7-8 July 2014 | Overseas visits 80ef1083 | 2015-03-30 | Edward Balls uk.org.publicwhip/member/40411 | Edward Balls uk.org.publicwhip/person/11740 | 4 | 2015-03-30-80ef1083-11740-0 |
b7a60853923c41590c7272283b5b793549bf47f6 | Purpose of visit: Co-chair Inclusive Prosperity Commission and meetings with administration and other officials. | Overseas visits 80ef1083 | 2015-03-30 | Edward Balls uk.org.publicwhip/member/40411 | Edward Balls uk.org.publicwhip/person/11740 | 5 | 2015-03-30-80ef1083-11740-0 |
5c1114e2f4635f6301ca166a05661df767615c8f | (Registered 5 August 2014) | Overseas visits 80ef1083 | 2015-03-30 | Edward Balls uk.org.publicwhip/member/40411 | Edward Balls uk.org.publicwhip/person/11740 | 6 | 2015-03-30-80ef1083-11740-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");