items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-09-a41b9847-11545-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 |
---|---|---|---|---|---|---|---|
13e2307751cde8d84bc27dea2aa4c67fb58806ea | Name of donor: Sultan of Brunei | Overseas benefits and gifts a41b9847 | 2015-03-09 | Edward Miliband uk.org.publicwhip/member/40208 | Ed Miliband uk.org.publicwhip/person/11545 | 0 | 2015-03-09-a41b9847-11545-0 |
eb7d3f5ca55e42696bccc1cc594cead7ef3fbd6c | Address of donor: c/o Brunei Darussalam High Commission, 19-20 Belgrave Square, London SW1X 8PG | Overseas benefits and gifts a41b9847 | 2015-03-09 | Edward Miliband uk.org.publicwhip/member/40208 | Ed Miliband uk.org.publicwhip/person/11545 | 1 | 2015-03-09-a41b9847-11545-0 |
99eecfd9c32f04b760b23d3d9b4d04a301cd526f | Amount of donation or nature and value if donation in kind: hamper with approx. value of £2,500, which was donated to charity | Overseas benefits and gifts a41b9847 | 2015-03-09 | Edward Miliband uk.org.publicwhip/member/40208 | Ed Miliband uk.org.publicwhip/person/11545 | 2 | 2015-03-09-a41b9847-11545-0 |
f764c3a1295430776915d4de2c6333d80bbb1775 | Date of receipt of donation: 19 December 2014 | Overseas benefits and gifts a41b9847 | 2015-03-09 | Edward Miliband uk.org.publicwhip/member/40208 | Ed Miliband uk.org.publicwhip/person/11545 | 3 | 2015-03-09-a41b9847-11545-0 |
54d55c3a6af0c3a7df0a1def94272102fa383f5a | Date of acceptance of donation: 19 December 2014 | Overseas benefits and gifts a41b9847 | 2015-03-09 | Edward Miliband uk.org.publicwhip/member/40208 | Ed Miliband uk.org.publicwhip/person/11545 | 4 | 2015-03-09-a41b9847-11545-0 |
fbedf3d1556cc44c7abbcb2992d5b91f236c5f7a | Donor status: individual | Overseas benefits and gifts a41b9847 | 2015-03-09 | Edward Miliband uk.org.publicwhip/member/40208 | Ed Miliband uk.org.publicwhip/person/11545 | 5 | 2015-03-09-a41b9847-11545-0 |
097000a27706ec31bd8effca0bc40320cb3fc6c6 | (Registered 16 January 2015) | Overseas benefits and gifts a41b9847 | 2015-03-09 | Edward Miliband uk.org.publicwhip/member/40208 | Ed Miliband uk.org.publicwhip/person/11545 | 6 | 2015-03-09-a41b9847-11545-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");