items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-30-9e46def6-11740-7" 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 |
---|---|---|---|---|---|---|---|
74172de3dbd4f662e2a5d86b8753236bbf9888e2 | Name of donor: Bloomberg Tradebook Europe Limited | 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-7 |
bc9cc64fb6c1cee98d5d15f3c0ee137d3817ef5d | Address of donor: City Gate House, 39/45 Finsbury Square, London EC2A 1PQ | 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-7 |
eb700b5cc09dc9836e839c9205a07a722c7b2664 | Amount of donation or nature and value if donation in kind: Bloomberg terminal and pro licence; value £14,868, including VAT, for period 1 May 2014 to 30 April 2015. | 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-7 |
5d743d610084fd6da5edb6a48d8e31f59ab8e444 | Date of receipt: 1 May 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-7 |
57e34049d4e13b1676421f117eed063c0cc1893b | Date of acceptance: 1 May 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-7 |
54e582d55510bba9695b6977d4f9c4aefcf80201 | Donor status: company, registration 03556095 | 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-7 |
eb985fad51c79e28db923bca81b52a200c750bf4 | (Registered 27 May 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-7 |
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");