home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

4 rows where record_id = "2019-09-16-10057ffd-10243-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
95621d34e24e770d05bac2b45f40add432c82e0b Ex-member of Lloyds reinsured into Equitas. Employment and earnings 10057ffd 2019-09-16   Dominic Grieve uk.org.publicwhip/person/10243 0 2019-09-16-10057ffd-10243-0
ede8984a58824844f02ed3f35751e223c99f8312 Queen's Counsel in private practice. Employment and earnings 10057ffd 2019-09-16   Dominic Grieve uk.org.publicwhip/person/10243 1 2019-09-16-10057ffd-10243-0
1133412684991c4bfb7629ea784385ebe5078f21 27 June 2019, payment of £3,000 from Autonomous (equities research), 50 Berkeley Street, London W1J 8SB, for a speaking engagement. Hours: 3 hrs. Fee paid direct to charity. (Registered 18 July 2019) Employment and earnings 10057ffd 2019-09-16   Dominic Grieve uk.org.publicwhip/person/10243 2 2019-09-16-10057ffd-10243-0
84cb3a98fdc8063abddda830b281144e6f7c566f 26 July 2019, payment of £175 from the Borders Book Festival, Harmony House, St Mary’s Road. Melrose TD6 9LJ, for an appearance at the festival in June 2019. Hours: 3 hrs including preparation. Fee paid direct to charity. Travel, accommodation and meals also provided by the payer. (Registered 29 July 2019) Employment and earnings 10057ffd 2019-09-16   Dominic Grieve uk.org.publicwhip/person/10243 3 2019-09-16-10057ffd-10243-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 27.572ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette