items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
8 rows where record_id = "2015-01-06-8f616a6e-24872-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 |
---|---|---|---|---|---|---|---|
89693350137b078aabf11c6fb6ed21a603f0c92d | Support in the capacity as an MP: | Sponsorships 8f616a6e | 2015-01-06 | Ian Murray uk.org.publicwhip/member/40240 | Ian Murray uk.org.publicwhip/person/24872 | 0 | 2015-01-06-8f616a6e-24872-0 |
b3a7e6339f57b00aedc5b8527188b5ab238d62f1 | Name of donor: Pricewaterhouse Coopers | Sponsorships 8f616a6e | 2015-01-06 | Ian Murray uk.org.publicwhip/member/40240 | Ian Murray uk.org.publicwhip/person/24872 | 1 | 2015-01-06-8f616a6e-24872-0 |
f980a7ff214d884379e37464317dedd0377cfe84 | Address of donor: 1 Embankment Place, London WC1N 6RM | Sponsorships 8f616a6e | 2015-01-06 | Ian Murray uk.org.publicwhip/member/40240 | Ian Murray uk.org.publicwhip/person/24872 | 2 | 2015-01-06-8f616a6e-24872-0 |
be65708f35007d4551d89262d64baac1712ad92b | Amount of donation or nature and value if donation in kind: the services of a research assistant, received via the Labour Party, to support me in my role at the Independent Export Commission from 10 November 2014 to 1 May 2015. The total value of the secondment is £45,000 | Sponsorships 8f616a6e | 2015-01-06 | Ian Murray uk.org.publicwhip/member/40240 | Ian Murray uk.org.publicwhip/person/24872 | 3 | 2015-01-06-8f616a6e-24872-0 |
4a32552c977cd67b5562248ed8bab8dc4a6348ee | Date of receipt: 10 November 2014 | Sponsorships 8f616a6e | 2015-01-06 | Ian Murray uk.org.publicwhip/member/40240 | Ian Murray uk.org.publicwhip/person/24872 | 4 | 2015-01-06-8f616a6e-24872-0 |
1d93cf01dd12954b7fe6666087b44e993518bc76 | Date of acceptance: 10 November2014 | Sponsorships 8f616a6e | 2015-01-06 | Ian Murray uk.org.publicwhip/member/40240 | Ian Murray uk.org.publicwhip/person/24872 | 5 | 2015-01-06-8f616a6e-24872-0 |
d74e9f5f9b5c1c633c342142515dbd53a1168322 | Donor status: limited liability partnership | Sponsorships 8f616a6e | 2015-01-06 | Ian Murray uk.org.publicwhip/member/40240 | Ian Murray uk.org.publicwhip/person/24872 | 6 | 2015-01-06-8f616a6e-24872-0 |
1fde9111eb0b2941dd75cf94123526ceb11295ef | (Registered 10 December 2014) | Sponsorships 8f616a6e | 2015-01-06 | Ian Murray uk.org.publicwhip/member/40240 | Ian Murray uk.org.publicwhip/person/24872 | 7 | 2015-01-06-8f616a6e-24872-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");