home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

Data source: mySociety Data · About: simonw/register-of-members-interests-datasette

12 rows where record_id = "2010-03-24-1f359ece-10056-0" sorted by date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: date (date)

hash item category_id date ▲ member_id person_id sort_order record_id
ed350a4849a681d92497a0ce48a88dd79f976cd6 Partner in family farming business EN and TE Boswell at Lower Aynho Grounds, Banbury. (see item 8). I have the use of business-owned cars. Remunerated employment, office, profession etc 1f359ece 2010-03-24 Tim Boswell uk.org.publicwhip/member/1529 Tim Boswell uk.org.publicwhip/person/10056 0 2010-03-24-1f359ece-10056-0
eb0082040197f9ed9769d58eb8a6382dd2a23e46 Withdrew £200 from the trading account. Hours: 20 hrs. (Registered 24 July 2009) Remunerated employment, office, profession etc 1f359ece 2010-03-24 Tim Boswell uk.org.publicwhip/member/1529 Tim Boswell uk.org.publicwhip/person/10056 1 2010-03-24-1f359ece-10056-0
68cba64b7e35e63c4bd48b92457fdb32709a6d1c Withdrew £200 from the trading account. Hours: 22.5hrs. (Registered 28 August 2009) Remunerated employment, office, profession etc 1f359ece 2010-03-24 Tim Boswell uk.org.publicwhip/member/1529 Tim Boswell uk.org.publicwhip/person/10056 2 2010-03-24-1f359ece-10056-0
881e25ceab778c7b701dc50bc03d2fba3b6f2f14 Withdrew £200 from the trading account. Hours: 22.5hrs. (Registered 9 October 2009) Remunerated employment, office, profession etc 1f359ece 2010-03-24 Tim Boswell uk.org.publicwhip/member/1529 Tim Boswell uk.org.publicwhip/person/10056 3 2010-03-24-1f359ece-10056-0
8093705136a2a828e1eea1228e15328a25df7dfc Withdrew £200 from the trading account. Hours: 22.5hrs. (Registered 3 November 2009) Remunerated employment, office, profession etc 1f359ece 2010-03-24 Tim Boswell uk.org.publicwhip/member/1529 Tim Boswell uk.org.publicwhip/person/10056 4 2010-03-24-1f359ece-10056-0
992b2bf4608a3fec7299f21ad8d75b169d445496 Withdrew £200 from the trading account. Hours: 22.5hrs. (Registered 3 December 2009) Remunerated employment, office, profession etc 1f359ece 2010-03-24 Tim Boswell uk.org.publicwhip/member/1529 Tim Boswell uk.org.publicwhip/person/10056 5 2010-03-24-1f359ece-10056-0
a556c75d898a906cf4e4bad6c56c710b629efb73 Withdrew £200 from the trading account. Hours: 22.5hrs. (Registered 5 January 2010) Remunerated employment, office, profession etc 1f359ece 2010-03-24 Tim Boswell uk.org.publicwhip/member/1529 Tim Boswell uk.org.publicwhip/person/10056 6 2010-03-24-1f359ece-10056-0
bb549abafa1f96cb54d99ca13f11b940ab178cec Withdrew £200 from the trading account. Hours: 22.5hrs. (Registered 2 February 2010) Remunerated employment, office, profession etc 1f359ece 2010-03-24 Tim Boswell uk.org.publicwhip/member/1529 Tim Boswell uk.org.publicwhip/person/10056 7 2010-03-24-1f359ece-10056-0
ab4cc90c9939adc1fa1c47fb5261b2ff06be4e67 Withdrew £200 from the trading account in February 2010. Hours: 22.5hrs. (Registered 1 March 2010) Remunerated employment, office, profession etc 1f359ece 2010-03-24 Tim Boswell uk.org.publicwhip/member/1529 Tim Boswell uk.org.publicwhip/person/10056 8 2010-03-24-1f359ece-10056-0
e41152fcd6b9ae535b1c4dc98b308251c2607ddb Withdrew £200 from the trading account in March 2010. Hours: 22.5 hrs. (Registered 21 March 2010) Remunerated employment, office, profession etc 1f359ece 2010-03-24 Tim Boswell uk.org.publicwhip/member/1529 Tim Boswell uk.org.publicwhip/person/10056 9 2010-03-24-1f359ece-10056-0
c309d5296f9572c5bcc1128a89bdc5b30373c749 Received a bottle of claret (value: £8) for giving a speech to a Conservative Club. Address: Bletchley Conservative Club, 105-111 Queensway, Bletchley, Milton Keynes, Buckinghamshire, MK2 2DN. Hours: 2 hrs. (Registered 13 October 2009) Remunerated employment, office, profession etc 1f359ece 2010-03-24 Tim Boswell uk.org.publicwhip/member/1529 Tim Boswell uk.org.publicwhip/person/10056 10 2010-03-24-1f359ece-10056-0
2e6a1ff81819ef24825ac0359d45797a50b28ee9 16 March 2010, received a bottle of wine (value: £5) for giving a speech to Enstone Young Farmers. Address: TBC. Hours: TBC. (Registered 17 March 2010) Remunerated employment, office, profession etc 1f359ece 2010-03-24 Tim Boswell uk.org.publicwhip/member/1529 Tim Boswell uk.org.publicwhip/person/10056 11 2010-03-24-1f359ece-10056-0

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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");
Powered by Datasette · Queries took 12.175ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette