home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

9 rows where record_id = "2015-03-30-1f359ece-10068-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
1b29f4998693f1c6ae0b8fcb975d6d28dc618cbb Payments as Distinguished Global Leader in Residence at New York University: Campuses in New York, Abu Dhabi and Florence. Hours: ongoing commitment. Remunerated employment, office, profession etc 1f359ece 2015-03-30 Gordon Brown uk.org.publicwhip/member/40348 Gordon Brown uk.org.publicwhip/person/10068 0 2015-03-30-1f359ece-10068-0
51dc8f5bc323564c64143b3d09fb568ee74c226a Address: 70 Washington Square South, New York, NY 10012: Remunerated employment, office, profession etc 1f359ece 2015-03-30 Gordon Brown uk.org.publicwhip/member/40348 Gordon Brown uk.org.publicwhip/person/10068 1 2015-03-30-1f359ece-10068-0
2782d8d3e23904423b708ed615537e6480cb815b Accommodation paid for me and my staff in New York; value £1,313.65 (Registered 23 April 2014) Remunerated employment, office, profession etc 1f359ece 2015-03-30 Gordon Brown uk.org.publicwhip/member/40348 Gordon Brown uk.org.publicwhip/person/10068 2 2015-03-30-1f359ece-10068-0
24987196077daa7622c99896bbe9bb8617ccd1ea Flights, transport and accommodation paid for me and my staff in Bonn; value £2,576.41. (Registered 11 July 2014) Remunerated employment, office, profession etc 1f359ece 2015-03-30 Gordon Brown uk.org.publicwhip/member/40348 Gordon Brown uk.org.publicwhip/person/10068 3 2015-03-30-1f359ece-10068-0
31af75b067cd385c21e6e6504966ce31880a82b2 Accommodation paid for me and my staff in Abu Dhabi; value £835.63. (Registered 22 July 2014) Remunerated employment, office, profession etc 1f359ece 2015-03-30 Gordon Brown uk.org.publicwhip/member/40348 Gordon Brown uk.org.publicwhip/person/10068 4 2015-03-30-1f359ece-10068-0
711528e4a5e0dc80ef2e591c561150dc9c0d4682 Payment of £124,237 for travel, staff and research fund.  (Registered 14 October 2014) Remunerated employment, office, profession etc 1f359ece 2015-03-30 Gordon Brown uk.org.publicwhip/member/40348 Gordon Brown uk.org.publicwhip/person/10068 5 2015-03-30-1f359ece-10068-0
7c25fa9c059a1df96a17ac21a7c575948046e97e Accommodation paid for me and my staff in New York; value £5,246.29. (Registered 17 November 2014) Remunerated employment, office, profession etc 1f359ece 2015-03-30 Gordon Brown uk.org.publicwhip/member/40348 Gordon Brown uk.org.publicwhip/person/10068 6 2015-03-30-1f359ece-10068-0
84cbf01435132323aaf5d79909b426c31e8eb68a Flights and accommodation paid for me and my staff in Abu Dhabi; value £11,838.15.  (Registered 5 December 2014) Remunerated employment, office, profession etc 1f359ece 2015-03-30 Gordon Brown uk.org.publicwhip/member/40348 Gordon Brown uk.org.publicwhip/person/10068 7 2015-03-30-1f359ece-10068-0
3c3168ff51b172c88961951c1f7867256d60e18b I am not receiving any money from this role personally. It is being held by the Office of Gordon and Sarah Brown to support my ongoing involvement in public life. Remunerated employment, office, profession etc 1f359ece 2015-03-30 Gordon Brown uk.org.publicwhip/member/40348 Gordon Brown uk.org.publicwhip/person/10068 8 2015-03-30-1f359ece-10068-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 13.186ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette