items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-30-8f616a6e-10213-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 |
|---|---|---|---|---|---|---|---|
| ffa0a21c0bdaaa3b195c5dec26d3f9bbede8cc54 | Name of donor: Keltbray Group (Holdings) Ltd | Sponsorships 8f616a6e | 2015-03-30 | Liam Fox uk.org.publicwhip/member/40445 | Liam Fox uk.org.publicwhip/person/10213 | 0 | 2015-03-30-8f616a6e-10213-7 |
| 71e391e584c6d14c3a3f8b0dfba9979fa654d5be | Address of donor: St Andrew's House, Portsmouth Road, Esher KT10 9TA | Sponsorships 8f616a6e | 2015-03-30 | Liam Fox uk.org.publicwhip/member/40445 | Liam Fox uk.org.publicwhip/person/10213 | 1 | 2015-03-30-8f616a6e-10213-7 |
| 2aea61f12ee6ab4d1bd351dfa22bba2cb9bf8389 | Amount of donation or nature and value if donation in kind: £20,000 | Sponsorships 8f616a6e | 2015-03-30 | Liam Fox uk.org.publicwhip/member/40445 | Liam Fox uk.org.publicwhip/person/10213 | 2 | 2015-03-30-8f616a6e-10213-7 |
| 947e5b527c4d713f7b534431bc48a39f823fe82b | Date of receipt: 31 October 2014 | Sponsorships 8f616a6e | 2015-03-30 | Liam Fox uk.org.publicwhip/member/40445 | Liam Fox uk.org.publicwhip/person/10213 | 3 | 2015-03-30-8f616a6e-10213-7 |
| c5511e75b514fe97650b03e692aa9f8de5711321 | Date of acceptance: 31 October 2014 | Sponsorships 8f616a6e | 2015-03-30 | Liam Fox uk.org.publicwhip/member/40445 | Liam Fox uk.org.publicwhip/person/10213 | 4 | 2015-03-30-8f616a6e-10213-7 |
| fa94688a7e420662c61578b7bcdcf3485943aac6 | Donor status: company, registration 2810840 | Sponsorships 8f616a6e | 2015-03-30 | Liam Fox uk.org.publicwhip/member/40445 | Liam Fox uk.org.publicwhip/person/10213 | 5 | 2015-03-30-8f616a6e-10213-7 |
| ace171cf1fb7b93f094cacdf157528a50d419cc0 | (Registered 31 October 2014) | Sponsorships 8f616a6e | 2015-03-30 | Liam Fox uk.org.publicwhip/member/40445 | Liam Fox uk.org.publicwhip/person/10213 | 6 | 2015-03-30-8f616a6e-10213-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");