This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.
CDR Reporting
The Consumer Data Right Rules (CDR Rules), under rule 9.4Â explains the Reporting requirements for Data Holders and Accredited Data Recipients (ADRs).
WSO2 Open Banking for Australia provides the capability for Data Holders to fulfil this Reporting requirement. The Data Holders are expected to submit bi-annual report forms to both the Australian Competition and Consumer Commission (ACCC) and the Office of the Australian Information Commissioner (OAIC).
CDR reporting forms for purposes of rule 9.4 are available here.
This documentation explains the following:
Reporting Items
The reports that Data Holders submit contain the following reporting items. These are relevant to product data sharing obligations:
Section 1:Â Details of the Data Holder
Section 2:Â Summary of CDR complaint dataÂ
2.1 Total number of CDR consumer complaints received
2.2 Number of CDR consumer complaints received for each complaint type, in accordance with your complaints handling process
2.3 Total number of CDR consumer complaints resolved
2.3.1 Number of CDR consumer complaints resolved that were reported in this reporting period
2.3.2 Number of CDR consumer complaints resolved that were reported in previous reporting periods
2.4 Average number of days taken to resolve CDR consumer complaints through internal dispute resolution
2.5 Number of CDR consumer complaints referred to a recognised external dispute resolution scheme
2.6 Number of CDR consumer complaints resolved by external dispute resolution
2.7 Total number of complaints made to you by other CDR participants in relation to compliance
Section 3:Â Number of data requests
3.1. Number of product data requests received
3.2. Number of consumer data requests received from eligible CDR consumers
3.3. Number of consumer data requests received from accredited persons on behalf of eligible CDR consumers
Section 4:Â Refusals to disclose
4.1. Number of times you have refused to disclose CDR data
4.2. Set out each of the CDR Rules or data standards relied upon to refuse disclosure of that data
4.3. For each CDR Rule or data standard identified in response to item 4.2, state the number of times you relied on that particular CDR rule or data standard to refuse to disclose CDR data
WSO2 Open Banking for Australia supports reporting requirements that can be achieved in CDR Phase 1 (unauthenticated endpoints).
Data Holders can fill Section 1 and Section 2 using their details. The solution supports collecting data related to the items mentioned in the above list as 3.1, 4.1, 4.2 and 4.3
Reporting Database
WSO2 Open Banking uses a Siddhi app to publish the data to the databases. This app is known as GetInvocationDataApp.siddhi and the following section explains how to deploy this app.
Once this app successfully publishes the data, they are stored in the database referred by the OB_REPORTING_DB
datasource. Data Holders can manipulate these stored data when preparing reports.
Data Reporting API
WSO2 Open Banking introduces an API to obtain API invocation details such as the errors occurred during APIs and the error types.Â
Using the Data Reporting API, the Data Holders can retrieve statistics on API invocation data for a requested period which are required for regulatory reporting. This is available only as a WUM update and is effective from April 22, 2021 (04-22-2021). For more information on updating WSO2 Open Banking, see Updating WSO2 Products. As a part of CDR Reporting - Phase 2, WSO2 Open Banking captures CDR Rule violations that happen during API invocations and combines them into the response of the above Data Reporting API. Given below is a sample request to retrieve bi-annual reporting data : You need to capture the data required for the following rules from the banking backend. The scenarios are as follows: INVALID_RESOURCE: Trying to access an invalid resource excluding an account. For example, TransactionID. <WSO2_OB_BI_HOME>/resources/finance/cds-siddhi-files/GetInvocationDataApp.siddhi
file to the <WSO2_OB_BI_HOME>/deployment/siddhi-files
directory.fromDate
and toDate
parameters in the request. Given below is a sample request and response.Data Reporting - Phase 2