home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

8 rows where record_id = "2010-03-24-1f359ece-10715-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
7c3bf574e3d3a9c0b8a88dfaa721befbc6e54a04 Stewardship of investment portfolios for Newtons, 160 Queen Victoria Street, London. Remunerated employment, office, profession etc 1f359ece 2010-03-24 John Baron uk.org.publicwhip/member/1409 John Baron uk.org.publicwhip/person/10715 0 2010-03-24-1f359ece-10715-0
cccdfb527e52a40b0c399ddda464b98dca506d83 Received £7,206.32. Hours: 15hrs. (Registered 15 September 2009) Remunerated employment, office, profession etc 1f359ece 2010-03-24 John Baron uk.org.publicwhip/member/1409 John Baron uk.org.publicwhip/person/10715 1 2010-03-24-1f359ece-10715-0
f9c3b8069b5d1b929a32aea792abf069f9d086eb Received £7990. Hours: 15.4 hrs. (Registered 19 November 2009) Remunerated employment, office, profession etc 1f359ece 2010-03-24 John Baron uk.org.publicwhip/member/1409 John Baron uk.org.publicwhip/person/10715 2 2010-03-24-1f359ece-10715-0
ffee4bf04164a983e913822457ddcaadd2b603f8 Received £8291.03. Hours: 16 hrs. (Registered 29 January 2010) Remunerated employment, office, profession etc 1f359ece 2010-03-24 John Baron uk.org.publicwhip/member/1409 John Baron uk.org.publicwhip/person/10715 3 2010-03-24-1f359ece-10715-0
b949674ae53bd14a70a2ad472663f33bccf8b07c Monthly investment column in the Financial Times' Investors Chronicle magazine. Address: Number One Southwark Bridge, London SE1 9HL. Remunerated employment, office, profession etc 1f359ece 2010-03-24 John Baron uk.org.publicwhip/member/1409 John Baron uk.org.publicwhip/person/10715 4 2010-03-24-1f359ece-10715-0
d46ae81d77fb7aa61b400a39d89eb42f73f18dd0 Fee £400. Hours: 2hrs. (2 columns). All fees waived in lieu of FT donations to charities of Mr Baron's choice. (Registered 11 January 2010) Remunerated employment, office, profession etc 1f359ece 2010-03-24 John Baron uk.org.publicwhip/member/1409 John Baron uk.org.publicwhip/person/10715 5 2010-03-24-1f359ece-10715-0
56b0bbb97c3cc9e54eb361e93aa84b42ec90a659 Fee £200. Hours: 1 hr. (1 column). Fee waived in lieu of FT donations to charities of Mr Baron's choice. (Registered 2 February 2010) Remunerated employment, office, profession etc 1f359ece 2010-03-24 John Baron uk.org.publicwhip/member/1409 John Baron uk.org.publicwhip/person/10715 6 2010-03-24-1f359ece-10715-0
edd407692686eb2821fce91b7549bad725e68b59 Fee £200. Hours: 1 hr (1 column). Fee waived in lieu of FT donations to charities of Mr Baron's choice. (Registered 22 February 2010) Remunerated employment, office, profession etc 1f359ece 2010-03-24 John Baron uk.org.publicwhip/member/1409 John Baron uk.org.publicwhip/person/10715 7 2010-03-24-1f359ece-10715-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 41.711ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette