home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

5 rows where record_id = "2021-01-18-10057ffd-11318-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
3f3addae7e4c20edfcf1e01234ce3da964ba22ae Non-executive director of Allpay Limited; payment collection. Address: Fortis et Fides, Whitestone Business park, Whitestone, Hereford HR1 3SE. From 9 December 2020 until further notice. Annual fee of £2,000. Expected time commitment of approximately 10 hrs a year. (Registered 09 September 2013; updated 27 June 2014, 10 September 2015, 05 October 2016, 22 October and 15 December 2020) Employment and earnings 10057ffd 2021-01-18   Bill Wiggin uk.org.publicwhip/person/11318 0 2021-01-18-10057ffd-11318-0
54f6c624730795f281c993c910c9552ea78af3aa From 21 November 2015, managing director of Emerging Asset Management Ltd, 3rd Floor, Williams House, Hamilton HM11, Bermuda. From 1 September 2016, director of two fund platforms in the Caymans, and two in Bermuda. From 1 January 2019 my remuneration as Managing Director and Board director is £49,140 a year (£4,095 monthly). Hours: expected to be 8 hrs a week for these two directorships and for my managing director role. (Registered 28 November 2015; updated 26 January 2017, 13 November 2017, 08 February 2018, 07 January 2019 and 26 February 2019) Employment and earnings 10057ffd 2021-01-18   Bill Wiggin uk.org.publicwhip/person/11318 1 2021-01-18-10057ffd-11318-0
e7a7bfda7adb02563041a272d1af21b6761892f5 On 4 February 2020 I received director’s fees of £22,832.05 for being a director of four platforms from January to December 2020. (Registered 24 February 2020) Employment and earnings 10057ffd 2021-01-18   Bill Wiggin uk.org.publicwhip/person/11318 2 2021-01-18-10057ffd-11318-0
13bd75a843a8e585b243db7a18dd0282b2ae3426 On 27 February 2020 I received a bonus of £3,346 in respect of July to December 2019. Hours: no extra hours. (Registered 12 March 2020) Employment and earnings 10057ffd 2021-01-18   Bill Wiggin uk.org.publicwhip/person/11318 3 2021-01-18-10057ffd-11318-0
56d50d9dc476847021cbda2a1831424a890f8656 On 28 July 2020 I received a performance bonus of £4,341.70. Hours: no additional hours. (Registered 29 July 2020) Employment and earnings 10057ffd 2021-01-18   Bill Wiggin uk.org.publicwhip/person/11318 4 2021-01-18-10057ffd-11318-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 126.691ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette