home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

13 rows where record_id = "2023-09-04-10057ffd-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
7c225ed358e4247a71f7deab43299315157d96b8 From 1 July 2009, a monthly investment column in the FT’s Investors' Chronicle (magazine), Number One Southwark Bridge, London SE1 9HL. From 1 August 2023 until further notice, I receive £1,000 a month. All fees are waived in lieu of FT donations to charities of my choice. Hours: 3 hrs a month (1 column). (Updated 22 June 2015, 11 August 2016, 02 July 2018 and 16 August 2023) Employment and earnings 10057ffd 2023-09-04   John Baron uk.org.publicwhip/person/10715 0 2023-09-04-10057ffd-10715-0
8e5c2d6949fc8f389faf89beb1fa83c6810f330e From 1 January 2021, Chair of the Investment Committee of Baron and Grant Investment Management Limited, 66 Lincoln’s Inn Fields, London WC2A 3LH; a fund management company. Between 3 July 2020 and 1 January 2021, I was a person with significant control. (Registered 08 November 2020; updated 07 June 2021) Employment and earnings 10057ffd 2023-09-04   John Baron uk.org.publicwhip/person/10715 1 2023-09-04-10057ffd-10715-0
901a2d413f7fd69399ff9fc1c08c19493282a212 From 30 April 2021 until further notice, I receive £500 a month. Hours: 5 hrs month. First payment received on 17 May 2021. (Registered 07 June 2021) Employment and earnings 10057ffd 2023-09-04   John Baron uk.org.publicwhip/person/10715 2 2023-09-04-10057ffd-10715-0
a0f49a21530564cfa75f341cd80e38e2cf4b362b Royalty payments received from Pearson Education, Harlow CM17 9NA, for writing two editions of a book. The first edition was published in 2013, the second in 2021. Employment and earnings 10057ffd 2023-09-04   John Baron uk.org.publicwhip/person/10715 3 2023-09-04-10057ffd-10715-0
d2c777186548c7407c82717a8b8579353b4c181c 30 September 2016, received £258.91. Hours: no additional hours. (Registered 16 December 2022) Employment and earnings 10057ffd 2023-09-04   John Baron uk.org.publicwhip/person/10715 4 2023-09-04-10057ffd-10715-0
aa463ac3501cd91969de10f480ff14e1eb8f742c 31 March 2017, received £386.59. Hours: no additional hours. (Registered 16 December 2022) Employment and earnings 10057ffd 2023-09-04   John Baron uk.org.publicwhip/person/10715 5 2023-09-04-10057ffd-10715-0
0e42792dd21be9a19eee551257136ab4e8a07446 29 September 2017, received £227.04. Hours: no additional hours. (Registered 16 December 2022) Employment and earnings 10057ffd 2023-09-04   John Baron uk.org.publicwhip/person/10715 6 2023-09-04-10057ffd-10715-0
fa69660acd564b7a960bd5e580884e33e7bc0d02 29 March 2019, received £77.17. Hours: no additional hours. (Registered 16 December 2022) Employment and earnings 10057ffd 2023-09-04   John Baron uk.org.publicwhip/person/10715 7 2023-09-04-10057ffd-10715-0
d385620ab0a9320dec35279f6d09433be840f475 30 September 2019, received £34.56. Hours: no additional hours. (Registered 16 December 2022) Employment and earnings 10057ffd 2023-09-04   John Baron uk.org.publicwhip/person/10715 8 2023-09-04-10057ffd-10715-0
d355153e5a4bd0691b576b821e4941cbf25cd4f1 30 March 2021, received £147.03. Hours: no additional hours. (Registered 16 December 2022) Employment and earnings 10057ffd 2023-09-04   John Baron uk.org.publicwhip/person/10715 9 2023-09-04-10057ffd-10715-0
6c785d410bb0bac2140fa50c87ad41d685be998c 30 September 2021, received £663.68. Hours: no additional hours. (Registered 16 December 2022) Employment and earnings 10057ffd 2023-09-04   John Baron uk.org.publicwhip/person/10715 10 2023-09-04-10057ffd-10715-0
5e0f1a87cc2a5045f3475f5d8be5d83a3a6b7746 31 March 2022, received £472.62. Hours: no additional hours. (Registered 16 December 2022) Employment and earnings 10057ffd 2023-09-04   John Baron uk.org.publicwhip/person/10715 11 2023-09-04-10057ffd-10715-0
b9c09764a9d45c89315cf2aa6bf14699550b7296 30 September 2022, received £299. Hours: no additional hours. (Registered 16 December 2022) Employment and earnings 10057ffd 2023-09-04   John Baron uk.org.publicwhip/person/10715 12 2023-09-04-10057ffd-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 15.704ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette