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-25806-0" sorted by sort_order

✎ View and edit SQL

This data as json, CSV (advanced)

date (date) 1 ✖

  • 2020-11-09 5
hash item category_id date member_id person_id sort_order ▼ record_id
19e8a22cb9ffac6aa79e989f7aa374d6eac9296f Payments for work as a Process Operator at Sabic UK Petrochemicals, Wilton TS10 4YA: Employment and earnings 10057ffd 2020-11-09   Jacob Young uk.org.publicwhip/person/25806 0 2020-11-09-10057ffd-25806-0
46b520d459b31ea4ea396d4cf0f1d38f99d4601d 18 December 2019, received salary of £4,823.48, plus interest free loan (value of discount £16.41), and health care policy with a value of £55.98. Hours: 48 hrs since my election. (Registered 09 January 2020) Employment and earnings 10057ffd 2020-11-09   Jacob Young uk.org.publicwhip/person/25806 1 2020-11-09-10057ffd-25806-0
cbd5bb0184660b52993eb71c613111d290d3555a 24 January 2020, received £590.81, plus interest free housing loan, value £135 (less £568.60 in repayment of loan). Hours: none since my election. (Registered 03 March 2020) Employment and earnings 10057ffd 2020-11-09   Jacob Young uk.org.publicwhip/person/25806 2 2020-11-09-10057ffd-25806-0
707a1517404a5cc085426f6f223cdcbd51cc33f5 25 February 2020, received £54.37. Hours: none since my election. (Registered 03 March 2020) Employment and earnings 10057ffd 2020-11-09   Jacob Young uk.org.publicwhip/person/25806 3 2020-11-09-10057ffd-25806-0
bec5900348fbd404aa95ed161abcb647d1d8749e 24 April 2020, received a bonus payment of £2,185.01. Hours: no additional hours. (Registered 29 May 2020) Employment and earnings 10057ffd 2020-11-09   Jacob Young uk.org.publicwhip/person/25806 4 2020-11-09-10057ffd-25806-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 106.643ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette