items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-30-9e46def6-11740-11" 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 |
---|---|---|---|---|---|---|---|
ee56a55f2997cb2061b3f47103b57b8bf5b2c0de | Name of donor: Pricewaterhouse Coopers | Sponsorship or financial or material support 9e46def6 | 2015-03-30 | Edward Balls uk.org.publicwhip/member/40411 | Edward Balls uk.org.publicwhip/person/11740 | 0 | 2015-03-30-9e46def6-11740-11 |
b1e52ab37ee97ff8a7a7745c2ca15b0e928f1b1d | Address of donor: 1 Embankment Place, London WC1N 6RM | Sponsorship or financial or material support 9e46def6 | 2015-03-30 | Edward Balls uk.org.publicwhip/member/40411 | Edward Balls uk.org.publicwhip/person/11740 | 1 | 2015-03-30-9e46def6-11740-11 |
212391edefe0d078ddf5ca45949855b2e491b4db | Amount of donation or nature and value if donation in kind: the services of a research assistant/analyst to support me in my opposition front bench role, secondment from 21 November 2014 to 27 March 2015, with a value of £29,295 | Sponsorship or financial or material support 9e46def6 | 2015-03-30 | Edward Balls uk.org.publicwhip/member/40411 | Edward Balls uk.org.publicwhip/person/11740 | 2 | 2015-03-30-9e46def6-11740-11 |
9b5de408af61d30ef2fbaac9ab06e756b6b0365c | Date of receipt: 21 November 2014 | Sponsorship or financial or material support 9e46def6 | 2015-03-30 | Edward Balls uk.org.publicwhip/member/40411 | Edward Balls uk.org.publicwhip/person/11740 | 3 | 2015-03-30-9e46def6-11740-11 |
8519f3736ed788cb661b098bd1b111b9dc004bf0 | Date of acceptance: 21 November 2014 | Sponsorship or financial or material support 9e46def6 | 2015-03-30 | Edward Balls uk.org.publicwhip/member/40411 | Edward Balls uk.org.publicwhip/person/11740 | 4 | 2015-03-30-9e46def6-11740-11 |
2053aa0e8c41d49ef8e2feec91e14b40edd83aac | Donor status: limited liability partnership | Sponsorship or financial or material support 9e46def6 | 2015-03-30 | Edward Balls uk.org.publicwhip/member/40411 | Edward Balls uk.org.publicwhip/person/11740 | 5 | 2015-03-30-9e46def6-11740-11 |
b8486312c9a0d66fedff1245e1c6f92d3ab4b9f3 | (Registered 24 December 2014) | Sponsorship or financial or material support 9e46def6 | 2015-03-30 | Edward Balls uk.org.publicwhip/member/40411 | Edward Balls uk.org.publicwhip/person/11740 | 6 | 2015-03-30-9e46def6-11740-11 |
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");