home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

7 rows where record_id = "2010-02-03-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
d486cd34abd633b03098f7aa6b727435e81a26ed Stewardship of investment portfolios for Newtons, 160 Queen Victoria Street, London. Remunerated employment, office, profession etc 1f359ece 2010-02-03 John Baron uk.org.publicwhip/member/1409 John Baron uk.org.publicwhip/person/10715 0 2010-02-03-1f359ece-10715-0
f829c612adaf5984de67a0d370a743f9586ce13d Received £7,206.32. Hours: 15hrs. (Registered 15 September 2009) Remunerated employment, office, profession etc 1f359ece 2010-02-03 John Baron uk.org.publicwhip/member/1409 John Baron uk.org.publicwhip/person/10715 1 2010-02-03-1f359ece-10715-0
01929a18bd3f1a0b27a87cbc8a2b330c61529617 Received £7990. Hours: 15.4 hrs. (Registered 19 November 2009) Remunerated employment, office, profession etc 1f359ece 2010-02-03 John Baron uk.org.publicwhip/member/1409 John Baron uk.org.publicwhip/person/10715 2 2010-02-03-1f359ece-10715-0
b0ef2c8aa9ebd14d74f30bbca5f7dff46ec5e0ec Received £8291.03. Hours: 16 hrs. (Registered 29 January 2010) Remunerated employment, office, profession etc 1f359ece 2010-02-03 John Baron uk.org.publicwhip/member/1409 John Baron uk.org.publicwhip/person/10715 3 2010-02-03-1f359ece-10715-0
f53aba49daef2a2f63a70a9ea19067041d842843 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-02-03 John Baron uk.org.publicwhip/member/1409 John Baron uk.org.publicwhip/person/10715 4 2010-02-03-1f359ece-10715-0
0e13998728e400ab0f151d8056e97335097f7729 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-02-03 John Baron uk.org.publicwhip/member/1409 John Baron uk.org.publicwhip/person/10715 5 2010-02-03-1f359ece-10715-0
4529e195cb73da6f316d719d8dff06b2ccbc4a15 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-02-03 John Baron uk.org.publicwhip/member/1409 John Baron uk.org.publicwhip/person/10715 6 2010-02-03-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 13.79ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette