home / data

Menu
  • Dashboards

pdpc_decisions_version_detail (view)

1 row where nature = "Purpose Limitation"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: _commit_at (date), date (date), timestamp (date), tags (array), _changed_columns (array)

_commit_at _commit_hash _id _item _version _commit description tags date pdf-url nature title url timestamp pdf-content decision _item_full_hash _changed_columns
2023-10-01T11:02:10+08:00 fbd32491db44d3d0c97aa12a99cefd61ec954264 231 231 1 952 A warning was issued to AIA Singapore for failing to ensure that its disclosure of personal data belonging to an insurance policy holder to a third-party was for a reasonable purpose.
[
    "Purpose Limitation",
    "Warning",
    "Finance and Insurance",
    "AIA",
    "Insurance"
]
2016-06-24 https://www.pdpc.gov.sg/-/media/Files/PDPC/PDF-Files/Commissions-Decisions/grounds-of-decision---aia-singapore-(220616).pdf Purpose Limitation Breach of Purpose Limitation Obligation by AIA Singapore https://www.pdpc.gov.sg/all-commissions-decisions/2016/06/breach-of-purpose-limitation-obligation-by-aia-singapore 2016-06-24 DECISION OF THE PERSONAL DATA PROTECTION COMMISSION Case Number: DP-1509-A533 AIA Singapore Private Limited (U.E.N. 201106386R) ... Respondent Decision Citation: [2016] SGPDPC 10 GROUNDS OF DECISION 22 June 2016 A. BACKGROUND 1. On 18 September 2015, the Personal Data Protection Commission (“Commission”) received a complaint from [Redacted] (“Complainant”), alleging that the Respondent had made an unauthorised disclosure of his personal data, in particular, his bank account details, to Chiropractic First CFG (TP) Pte Ltd (“CFG”) in respect of the Complainant’s claim under an insurance policy. 2. The Commission investigated into the alleged unauthorised disclosure made, and its findings are set out below. B. MATERIAL FACTS AND DOCUMENTS 3. The Respondent is an insurance company. The Complainant holds an insurance policy with the Respondent. Previously, in signing up for the insurance policy with the Respondent, the Complainant provided information of himself in the application form (“Application Form”), including, his name, address, NRIC number, contact details, occupation and various other personal particulars (“Personal Particulars”). 4. In the declaration portion of the Application Form, the Complainant agreed, amongst other things, to the Respondent: (a) releasing to any medical source or insurance office any relevant information concerning the Complainant at any time; and (b) using and/or disclosing any information to independent third parties with regard to any matters pertaining to the application/policy. 5. On 24 May 2015, the Complainant made a claim for insurance under the policy with the Respondent. In raising the claim, the Complainant had to fill in an Accident & Hospitalisation Claim Form (“A&H Form”) to be submitted to the Respondent. In the A&H Form, the Complainant had to provide, amongst other Page 1 of 7 things, his policy details, his Personal Particulars, and his bank account information “for direct crediting of claims”. For the bank account information, the Complainant provid… Warning e6deaa7950b7398f1a5581761f2188d24baae14d
[
    "pdf-content",
    "timestamp",
    "decision",
    "pdf-url",
    "tags",
    "nature",
    "url",
    "title",
    "date",
    "description"
]

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE VIEW pdpc_decisions_version_detail AS select
  commits.commit_at as _commit_at,
  commits.hash as _commit_hash,
  pdpc_decisions_version.*,
  (
    select json_group_array(name) from columns
    where id in (
      select column from pdpc_decisions_changed
      where item_version = pdpc_decisions_version._id
    )
) as _changed_columns
from pdpc_decisions_version
  join commits on commits.id = pdpc_decisions_version._commit;
Powered by Datasette · Queries took 34.44ms · About: choco-up/sg-law-archive-data