Data governance

Overview

Within the Basiq platform we have introduced new concepts regarding the management of user data. These include:

Consent Policy - A set of rules defined by the partner that outline how the partner will engage with the consumer. Specifically these cover things such as duration of the consent, the data they wish to collect, the intended businesses purposes and more. The policy is used to render the consent screens (UI) that are presented to the consumer.

User Consent - The final accepted set-of terms that the user agreed to. The consent is constructed by presenting the policy to the user, and capturing users preferences. The final product of this process is the consent itself. The consent dictates when the user's consent expires, and what the user has approved (or not). The consent defines all the data handling rules in relation to the specific user.

Providing partners with the ability to configure their policy, and users with the ability to configure their preferences ensures that Basiq provides an environment where both parties can engage in a mutual way. It is therefore equally important that the rules concerning the handling and management of the user's consent is respected accordingly. This process is called “data governance”.

The scope of the data governance that the Basiq platform handles is inclusive of the data located within the Basiq platform and data that resides within the Partners environment. This means, that the scope of the data governance that Basiq provides is both internal and external.

This is important to note, as data by nature is likely to leave the Basiq platform e.g. the partner may have their own database which will store and persist the users data for purposes of rendering, analytics and supply to other systems. By providing a data governance management solution that is inclusive of local and external storage (of CDR data), and a consent management framework - Basiq ensures that the partner is fully compliant with their regulatory requirements and that the consumers privacy is respected.

When a user accepts the consent requirements of an application, a snapshot of that consent is stored alongside their user record. This will then define their individual preferences around the data management, and will dictate the governance imposed on the data persisted by Basiq.

Basiq will monitor for triggered actions in these consent policies. Partners will need to provide a web hook to receive and act on these events. This can be done using the dashboard.

Data governance events

The consent events act as the primary trigger to initiate services that are responsible for ensuring compliance to the consent that has been granted. These events can be triggered by multiple parties e.g. (partner) application archives all consents, user revokes / updates a granted consent or the system expiring the event as its data has lapsed.

EventCauseAction
consent.revokedWhen the user explicitly revokes the consent.Delete/de-identify data received for that user by both Basiq and the partner.
consent.expiredThe time period specified for this users consent has lapsed.Delete/de-identify data received for that user by both Basiq and the partner.
consent.updatedThe user has made a change to their consent.For first release this will be handled as a revoke/new consent flow
consent.createdWhen a consent object has been created for a specific user.
consent.archivedWhen the partner archives the consent.

Data Management

One of the primary requirements concerning the management of consent is the handling and management of data. Users have the ability to define for how long data can be accessed, retained and what happens to the data once the consent is no longer valid. To ensure that these rules are implemented according to the consent requirements, the Basiq platform supports the following capability:

  • Auto expiry of consent. Upon the expiry or revocation of user consent, Basiq ensures the swift and secure deletion of all data associated with the user's account.

  • Deleting Data. This is the process of deleting data that has been collected from the financial institutions (external sources).

📘

The above events may trigger actions in multiple places. E.g. By Basiq and partner application.