items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
12 rows where record_id = "2015-03-09-8f616a6e-24888-2" 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 |
|---|---|---|---|---|---|---|---|
| e636821dc6a5f7dbe5ade3559548e85267de6f54 | Amount of donation or nature and value if donation in kind: £1,946 payment of invoice for printing | Sponsorships 8f616a6e | 2015-03-09 | Stephen McPartland uk.org.publicwhip/member/40576 | Stephen McPartland uk.org.publicwhip/person/24888 | 2 | 2015-03-09-8f616a6e-24888-2 |
| 9d07d15bdd903d824a1d0a204308261e120f57c7 | Date of receipt: 25 August 2014 | Sponsorships 8f616a6e | 2015-03-09 | Stephen McPartland uk.org.publicwhip/member/40576 | Stephen McPartland uk.org.publicwhip/person/24888 | 3 | 2015-03-09-8f616a6e-24888-2 |
| 5a618e60133df4a8a85c723e4481e8d208efeb3c | Date of acceptance: 25 August 2014 | Sponsorships 8f616a6e | 2015-03-09 | Stephen McPartland uk.org.publicwhip/member/40576 | Stephen McPartland uk.org.publicwhip/person/24888 | 4 | 2015-03-09-8f616a6e-24888-2 |
| dc8191b52bd35afb966087862cc346873a906c70 | (Registered 22 September 2014) | Sponsorships 8f616a6e | 2015-03-09 | Stephen McPartland uk.org.publicwhip/member/40576 | Stephen McPartland uk.org.publicwhip/person/24888 | 6 | 2015-03-09-8f616a6e-24888-2 |
| bfc43f2c2c8be8149af0e3c646487a764239f42e | Sponsorships 8f616a6e | 2015-03-09 | Stephen McPartland uk.org.publicwhip/member/40576 | Stephen McPartland uk.org.publicwhip/person/24888 | 7 | 2015-03-09-8f616a6e-24888-2 | |
| 6034a5458fdbcf330e55a47c5d11f4e52b3e9020 | Name of donor: Stevenage First | Sponsorships 8f616a6e | 2015-03-09 | Stephen McPartland uk.org.publicwhip/member/40576 | Stephen McPartland uk.org.publicwhip/person/24888 | 8 | 2015-03-09-8f616a6e-24888-2 |
| afc9d3a8c42896fabd446e3365607d0ef9cb6278 | Address of donor: private | Sponsorships 8f616a6e | 2015-03-09 | Stephen McPartland uk.org.publicwhip/member/40576 | Stephen McPartland uk.org.publicwhip/person/24888 | 9 | 2015-03-09-8f616a6e-24888-2 |
| 75dfe458e9aaab26c61d5e6c1b2af67e31037d00 | Amount of donation or nature and value if donation in kind: £5,054 payment of invoice for printing and postage | Sponsorships 8f616a6e | 2015-03-09 | Stephen McPartland uk.org.publicwhip/member/40576 | Stephen McPartland uk.org.publicwhip/person/24888 | 10 | 2015-03-09-8f616a6e-24888-2 |
| 09184fbc912d1d84d52b9255b3307f9c1a66c637 | Date of receipt: 31 October 2014 | Sponsorships 8f616a6e | 2015-03-09 | Stephen McPartland uk.org.publicwhip/member/40576 | Stephen McPartland uk.org.publicwhip/person/24888 | 11 | 2015-03-09-8f616a6e-24888-2 |
| 17a055245f41ca886c31fca88b2a733c3421489d | Date of acceptance: 31 October 2014 | Sponsorships 8f616a6e | 2015-03-09 | Stephen McPartland uk.org.publicwhip/member/40576 | Stephen McPartland uk.org.publicwhip/person/24888 | 12 | 2015-03-09-8f616a6e-24888-2 |
| 18d112d55b070d3ecf9c9b1cdb9349e3314323e8 | Donor status: unincorporated association | Sponsorships 8f616a6e | 2015-03-09 | Stephen McPartland uk.org.publicwhip/member/40576 | Stephen McPartland uk.org.publicwhip/person/24888 | 13 | 2015-03-09-8f616a6e-24888-2 |
| e21b75ffb2fcb283f0036fd72330bc0e47344ed3 | (Registered 19 November 2014) | Sponsorships 8f616a6e | 2015-03-09 | Stephen McPartland uk.org.publicwhip/member/40576 | Stephen McPartland uk.org.publicwhip/person/24888 | 14 | 2015-03-09-8f616a6e-24888-2 |
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");