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 = "2020-11-09-10057ffd-11318-0" sorted by sort_order 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
118962806abb290a340022a725ca0df934441a94 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 2020-11-09   Bill Wiggin uk.org.publicwhip/person/11318 4 2020-11-09-10057ffd-11318-0
0b2f03daa79acd7a1668a6aff499764e68773f7b 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 2020-11-09   Bill Wiggin uk.org.publicwhip/person/11318 3 2020-11-09-10057ffd-11318-0
667b23e5992a5ce6c22be0257bc050626cd63df3 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 2020-11-09   Bill Wiggin uk.org.publicwhip/person/11318 2 2020-11-09-10057ffd-11318-0
83dac803001c3d18053f2c5ef1df4d71b66bc8b8 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 2020-11-09   Bill Wiggin uk.org.publicwhip/person/11318 1 2020-11-09-10057ffd-11318-0
ba208e0d88ecf36dbc98d66bc6079353426badb8 Non-executive director of Allpay Limited; payment collection. Address: Fortis et Fides, Whitestone Business park, Whitestone, Hereford HR1 3SE. From 16 October 2020 until further notice, I will receive an annual fee of £6,000, paid in monthly instalments. Expected time commitment of six meetings a year; 5.5 hours per meeting. (Registered 09 September 2013; updated 27 June 2014, 10 September 2015, 05 October 2016 and 22 October 2020) Employment and earnings 10057ffd 2020-11-09   Bill Wiggin uk.org.publicwhip/person/11318 0 2020-11-09-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 15.902ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette