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-02-23-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
840d8b38d34285e6fd7f591a329fe43656527453 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-02-23 Gordon Brown uk.org.publicwhip/member/40348 Gordon Brown uk.org.publicwhip/person/10068 0 2015-02-23-1f359ece-10068-0
1fc1ff3c0d95a22d45b1d683341c6a6619a04740 Address: 70 Washington Square South, New York, NY 10012: Remunerated employment, office, profession etc 1f359ece 2015-02-23 Gordon Brown uk.org.publicwhip/member/40348 Gordon Brown uk.org.publicwhip/person/10068 1 2015-02-23-1f359ece-10068-0
bc5735c56f18091ea42899374852789955ba690e 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-02-23 Gordon Brown uk.org.publicwhip/member/40348 Gordon Brown uk.org.publicwhip/person/10068 2 2015-02-23-1f359ece-10068-0
4321b59da19ba84a660afa29a4f5506a78809d90 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-02-23 Gordon Brown uk.org.publicwhip/member/40348 Gordon Brown uk.org.publicwhip/person/10068 3 2015-02-23-1f359ece-10068-0
a3567719ab6f173dbb14270ff6abb6ef27f8264f Accommodation paid for me and my staff in Abu Dhabi; value £835.63. (Registered 22 July 2014) Remunerated employment, office, profession etc 1f359ece 2015-02-23 Gordon Brown uk.org.publicwhip/member/40348 Gordon Brown uk.org.publicwhip/person/10068 4 2015-02-23-1f359ece-10068-0
8599934a1f172b700e0754817fdf507844829a84 Payment of £124,237 for travel, staff and research fund.  (Registered 14 October 2014) Remunerated employment, office, profession etc 1f359ece 2015-02-23 Gordon Brown uk.org.publicwhip/member/40348 Gordon Brown uk.org.publicwhip/person/10068 5 2015-02-23-1f359ece-10068-0
1c43a88830556331250e259c114eeed417b77307 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-02-23 Gordon Brown uk.org.publicwhip/member/40348 Gordon Brown uk.org.publicwhip/person/10068 6 2015-02-23-1f359ece-10068-0
bea1f0aaf14d590360ee1d2dc830d83c5c299137 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-02-23 Gordon Brown uk.org.publicwhip/member/40348 Gordon Brown uk.org.publicwhip/person/10068 7 2015-02-23-1f359ece-10068-0
2c9f2109c859c5fedb1d2cd16f59bd6588a83292 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-02-23 Gordon Brown uk.org.publicwhip/member/40348 Gordon Brown uk.org.publicwhip/person/10068 8 2015-02-23-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 20.894ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette