-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maturity instructions for a term deposit may not always be known #153
Comments
@WestpacOpenBanking The description of the field is "Current instructions on action to be taken at maturity". Our assumption has been that the "default" behaviour according to the PDS would be specified here unless otherwise specified, admittedly the term "instructions" could be considered misleading but the customer is required to have been given the PDS on account setup. Consequently, using the Westpac TD PDS as an example:
So, by my reading of that definition, the maturity instruction agreed by the customer (by agreeing to the terms of the PDS) on WBC TD's is |
Commonwealth Bank supports the proposal by @WestpacOpenBanking to change maturityInstructions to optional or to add an additional enumerated value to cover the case where the maturity instruction is not yet known. Commonwealth Bank does not require maturity instructions from customers. In such case where a customer is yet to provide instructions at maturity the term deposit defaults to a "Holding Facility". Under the current enumeration there is no option to indicate such option. At the current state, the cases in BankingTermDepositAccount where no instruction was provided Commonwealth Bank would be forced to display incorrect and misleading values. Either of the following options would allow for correct description of such cases:
|
ANZ has the 'default' of However, Commonwealth Bank's default action is worthy of a new enumeration as it a new, distinct action e.g. 'HOLD' (without any indication of the mechanism or characteristics like 'HOLD_IN_FACILITY'). |
Agree with @anzbankau and @commbankoss that the holding facility is an additional enumeration, that's a new approach to no-instruction I hadn't seen before! Given the fact these instructions are often buried deep inside PDS documents would definitely prefer if this remained mandatory with an additional enumeration for description. |
We would appreciate an update on this issue. |
Hi @WestpacOpenBanking, this issue is being considered within Maintenance Iteration 4.
Is it important (and is it practical and would it add value) to ADRs for DHs to differentiate between a customer's explicit instructions and the implied instruction relied upon by the underlying PDS/terms and conditions? |
Although it is feasible to populate the field with a default value, we suspect that it would be more useful to share the maturity instructions that have been actually provided by customers as this is what they would expect to see in a third party experience. This could be handled through enumeration types or field optionality.
|
This change request was discussed in the maintenance iteration call: https://github.com/ConsumerDataStandardsAustralia/standards/wiki/DSB-Maintenance-Iteration-4:-Iteration-checkpoint:-Agenda-&-Meeting-Notes-(5th-August-2020) The current position for this CR is:
|
We support @CDR-API-Stream's proposal to include "Hold" enum value, amend the description, and maintain the field mandatory. |
NAB supports @CDR-API-Stream's proposal. We recommend a small change to the “HOLD” enumeration value to be “INSTRUCTION_NOT_PROVIDED”, as it more accurately reflects that the customer’s instruction is not known. Each bank may have different behaviours in the instance where instructions haven’t been provided. For example, if an instruction hasn’t been provided for a NAB Term Deposit, it will automatically roll over on the date of maturity. |
A change to the data standards was approved by the Data Standards Chair for inclusion in v1.5.0. This issue will be closed accordingly. |
Description
Maturity instructions for a term deposit may not always be known - it is only necessary for a maturity instruction to be given at some point in time prior to maturity. At present the enumerated value maturityInstructions in BankingTermDepositAccount is mandatory, with possible values ROLLED_OVER or PAID_OUT_AT_MATURITY.
Area Affected
maturityInstructions in BankingTermDepositAccount which is present in responses from the Get Account Detail endpoint
Change Proposed
Change maturityInstructions to optional or add an additional enumerated value to cover the case where the maturity instruction is not yet known.
The text was updated successfully, but these errors were encountered: