-
Notifications
You must be signed in to change notification settings - Fork 9
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
PRD - Constraint types #387
Comments
Hi @Mekaal, CDR participants There may be different ways to describe a product where funds may not be at-call for a period of time. This scenario may be distinct from how products in the The below table provides some examples as a point of discussion. Some may require smaller or larger changes to the Standards, others may already be supported. Options for Product Detail
Examples - // Option 1 - feature
{
"featureType": "OTHER",
"additionalInfo": "Funds will be available after a 7 day retention period."
}
// Option 2 - feature
{
"featureType": "FUNDS_AVAILABLE_AFTER",
"additionalValue": "P7D",
"additionalInfo": "Funds will be available after a 7 day retention period."
}
// Option 3 - constraint
{
"constraintType": "OTHER",
"additionalInfo": "Funds will be available after a 7 day retention period."
}
// Option 4 - constraint
{
"constraintType": "MIN_TERM",
"additionalValue": "P7D",
"additionalInfo": "Funds will be available after a 7 day retention period."
}
// Option 5 - constraint
{
"constraintType": "FUNDS_AVAILABLE_AFTER",
"additionalValue": "P7D",
"additionalInfo": "Funds will be available after a 7 day retention period."
} Relevant links to the Standards - An important point to note is that the BankingProductConstraint structure is not applicable to Get Account Detail, but the status of a 'hold' would be valuable in determining whether funds are available to transfer from an instantiated account. To support this, further options are provided: Options for Account Detail
Examples - // Option 1 - feature
{
"featureType": "FUNDS_AVAILABLE_AFTER",
"additionalValue": "P7D",
"additionalInfo": "Funds will be available after a 7 day retention period.",
"isActivated": true
}
// Option 2 - balance
{
"accountId": "string",
"currentBalance": "20000", // Total deposited funds
"availableBalance": "0", // Funds not subject to a hold or retention period
"currency": "AUD"
}
// Option 3 - constraint
{
"constraintType": "FUNDS_AVAILABLE_AFTER",
"additionalValue": "P7D",
"additionalInfo": "Funds will be available after a 7 day retention period."
} Any feedback on these possible options, or suggestions for alternatives, would be welcomed. |
Are funds truely held for 7 days or is there simply a penalty if they are withdrawn prior? |
Hi @perlboy |
Hi @Mekaal, |
Hi All
It is this product - https://www.serviceone.com.au/BankingAndFinance/Accounts/PersonalAccounts/SavingsAccounts/MoneyManagementAccount
Regards
Mekaal Hassan | Business Analyst
Bendigo and Adelaide Bank Limited | Level 2 The Bendigo Centre, Bendigo VIC 3550
Phone: 03 5485 6936
Please note that my days of work are Monday, Tuesday, Thursday, and Friday.
From: ANZ Bank ***@***.***>
Sent: Wednesday, 15 March 2023 4:37 PM
To: ConsumerDataStandardsAustralia/standards-maintenance ***@***.***>
Cc: Mekaal Hassan ***@***.***>; Mention ***@***.***>
Subject: Re: [ConsumerDataStandardsAustralia/standards-maintenance] PRD - Constraint types (#387)
CAUTION: This email originated from outside of the organisation. Do not click links or open attachments unless you recognise the sender's full email address and know the content is safe.
Hi @Mekaal<https://urldefense.com/v3/__https:/github.com/Mekaal__;!!OkoFT9xN!J5D3rgE53hBHKKxpu2rp-H386AolLNjCxgafKHXc4bWGz20RuwfLoPe7YngyGOGHj-5xcGoAcgI4PR1k_MIQ-9ZacZqucttGpw$>,
Further to @perlboy<https://urldefense.com/v3/__https:/github.com/perlboy__;!!OkoFT9xN!J5D3rgE53hBHKKxpu2rp-H386AolLNjCxgafKHXc4bWGz20RuwfLoPe7YngyGOGHj-5xcGoAcgI4PR1k_MIQ-9ZacZpkW91mjw$>'s question on the nature of the product, could you please describe what happens after the deposits are held for the minimum of 7 days? Does it become a traditional deposit/savings/transaction account (AKA 'demand deposit') where funds are available immediately? Further general product information or a link would be helpful. For example, how would you categorise it e.g. Cash Management Account, Investment Account?
—
Reply to this email directly, view it on GitHub<https://urldefense.com/v3/__https:/github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/387*issuecomment-1469371518__;Iw!!OkoFT9xN!J5D3rgE53hBHKKxpu2rp-H386AolLNjCxgafKHXc4bWGz20RuwfLoPe7YngyGOGHj-5xcGoAcgI4PR1k_MIQ-9ZacZokGaXSVA$>, or unsubscribe<https://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/AL7FTO3KWDKSBGCED44ZRWTW4FIOPANCNFSM46NLSKJQ__;!!OkoFT9xN!J5D3rgE53hBHKKxpu2rp-H386AolLNjCxgafKHXc4bWGz20RuwfLoPe7YngyGOGHj-5xcGoAcgI4PR1k_MIQ-9ZacZpXFiZnpw$>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
********************************************************************************
This communication is intended only for use of the addressee and may contain legally privileged and confidential information.
If you are not the addressee or intended recipient, you are notified that any dissemination, copying or use of any of the information is unauthorised.
The legal privilege and confidentiality attached to this e-mail is not waived, lost or destroyed by reason of a mistaken delivery to you.
If you have received this message in error, we would appreciate an immediate notification via e-mail to ***@***.*** or by phoning 1300 BENDIGO (1300 236 344), and ask that the e-mail be permanently deleted from your system.
Bendigo and Adelaide Bank Limited ABN 11 068 049 178
********************************************************************************
|
Thanks @Mekaal. Knowing it's a Money Management account and the 'funds available 7 days after being deposited' language helps.
|
Thanks @perlboy, @anzbankau, @Mekaal for your valuable input. After further discussion in the DSB, there is a view that constraints may be better considered as being relevant only to the application/origination of a product, and not used to define ongoing operational limitations. That convention is already covered by the first part of the constraints field description (application for), but may warrant a change to remove the subsequent part (operation of) -
As an alternative, it is suggested that the features array be used to describe not only 'attractive' features but also any limitations of the key characteristics of the product. That may be guided by an update to the features property description -
For this change request, that approach would align to Option 2 for Product Detail (introducing a new If it was considered to be appropriate, the same approach may be applicable to issue #408, which is requesting a way to describe other operational limitations. These featureTypes are already available -
and the proposed Does this seem like a viable approach to carry forward, or are there any other considerations? |
Hi @Mekaal |
In regards to:
Could you please provide the rationale for this view? Our preference below is not in favour of this option, but the DSB discussion doesn't appear to recognise that customer accounts are not associated with product offerings in the standards or in data holder product collateral. For example, a product offering may be generic but refined as customers make choices during the origination process, and many accounts are no longer offered as products i.e., they're 'grandfathered'. Product options 1 and 2 and account option 1 propose including constraints/limitations into the features array. We're not sure how the quoted text relates to the proposed options, but they appear to abandon the natural language use of 'feature' and 'constraint' that has been in the standards from the first draft. James went through the product offerings on bank websites to determine the arrays in the product detail schema. While there are certainly variations on features/benefits (including wordier equivalents) and 'constraint' is too negative a term to use for marketing, the essence of the distinction remains. The language in the standards should align with this - for clarity and to promote consistency. Unfortunately the product @Mekaal provided as the basis for this change proposal appears to have been removed, but the product guide for the Adelaide Cash Managament Account (the closest match) has a product overview table with 'Feature' as the column heading. The table does not appear to have anything that reads like a limitation/constraint. Our choices (from our earlier comment):
|
Hi @anzbankau A factor in the thinking was that
Although the description adds 'or operation of the product', the separation between the PRD and the instantiated account may make later review and comparison of ongoing limitations difficult, whereas the A product may have constraints on opening that are different to constraints after opening, such as Examples of ongoing constraints, as stated above may include -
Although the Further suggestions are welcome, but the options for describing ongoing constraints or limitations may include:
|
Thanks for the explanation and the comprehensive enumeration of the options for constraints/limitations. We accept the significant impact of schema changes on data providers and consumers. Your detailed work here should be referenced in the future, should an opportunity arise to differentiate product constraints and account limitations in the schema. Our preferred options are :
|
Hi @Mekaal, @anzbankau The The Consultation on making the Candidate Standards binding is now open through Decision Proposal 338. |
Description
We have a product that has what we would consider a constraint that is not covered by any existing constraint type. The specific 'constraint' is that deposits must be 'held' for a minimum of seven days. We have in the absence of a suitable constraint type (eg OTHER) added as a feature.
Area Affected
Constraint Types for Product detail
Change Proposed
Add a constraint type of OTHER
The text was updated successfully, but these errors were encountered: