-
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
Interest paid at maturity guidance for applicationFrequency in BankingProductDepositRate #593
Comments
Nils, |
Hi @anzbankau Thanks for this proposal. I've provided a summary below and an alternative which could apply to both the deposit and lending usage, for review and further feedback. As you noted, this change could result in a different meaning being drawn from existing values, so I've marked this issue as a 'Breaking change'. As such, it may be preferable to incorporate this with the change proposed in #306 Decision Proposal 306 - Updates to Banking Product and Account Detail. Current description:
Proposed additional text:
Alternative additional text:
|
Thanks for the suggestion @nils-work. We agree that it's effectively a breaking change and agree with incorporating it in #306 Decision Proposal 306 - Updates to Banking Product and Account Detail rather than the current Maintenance Iteration (where it is now). While the changes to 'not specified' and 'associated period' and removal of 'deposit' are sensible, could you please explain the addition of The 'fixed-term deposit' and 'end of the term i.e., at maturity' were included to provide guidance on how to represent term deposits paid (only) at maturity, which are common products/accounts. If you make the description more generic, the meaning is somewhat less clear. Are you averse to providing examples in property descriptions (in this case at-maturity term deposits) to provide more guidance? |
Hi @anzbankau As an Would this be clearer?
if you think it's appropriate, the lending version could substitute the example:
Happy for further feedback. |
Hi @nils-work We figured that We're happy with the Perhaps 'term deposits' and 'short-term loans' would suffice. |
Hi @anzbankau Seems like we're getting close, how about this?
The lending version could substitute the example:
|
Thanks @nils-work. ANZ agrees with your changes to the description for the |
This issue was discussed in the Maintenance Iteration (MI) call on 9 Aug 2023. Key points from the discussion included:
|
For reference, the change suggested in the previous comment - the addition of the As this issue was determined to be a breaking change, it was considered along with related changes as part of DP306, as noted. Further comments related to this request may now be made on Decision Proposal 338 which is seeking feedback on making the Candidate Standards binding. |
Description
Fixed term deposit products such as term deposits may have the interest payment paid at the end of the term (i.e., 'at maturity') or periodically e.g., monthly (as a cash flow or to benefit from compounding). Three usage patterns have been observed to present this information in the
applicationFrequency
property in BankingProductDepositRate:null
or excluded - meaning Not Applicable (in contrast to Unknown)Note: Another approach is to match the maximum term e.g. 'P7M' for a 6-7 month term.
Proposal
null
or excludedRationale
null
is commonly used in computer systems to indicate the value is Unknown or Not Applicable. Excluding the property is equivalent tonull
, as per the Payload Conventions.applicationFrequency
implies the interest rate is applied more than once during the term of the deposit, so it's not applicable to interest paid only at maturityadditionalValue
property (meaning 'The period of time fixed' fordepositRateType
of 'FIXED') as the value forapplicationFrequency
to align the single payment at maturity is redundant informationtiers[]
property permits the term to be specified as a range (e.g., 6-7 months) to allow customers to align the cash flow with their requirements. TheapplicationFrequency
property is elementary so a range can't be provided to align with the term - either in Get Product Detail or Get Account Detail.Reference
Zendesk ticket 1960 listed in Q&A section of ACCC & DSB | CDR Implementation Call Agenda & Meeting Notes | 1st of June 2023 and discussed in that call.
Area Affected
Schema:
This schema is incorporated in endpoints:
Change Proposed
Additional sentence appended to the description of
applicationFrequency
to clarify its usage:Before:
The period after which the calculated amount(s) (see calculationFrequency) are 'applied' (i.e. debited or credited) to the account. Formatted according to ISO 8601 Durations (excludes recurrence syntax)
After (following style in standards)
The period after which the calculated amount(s) (see calculationFrequency) are 'applied' (i.e. debited or credited) to the account. Formatted according to ISO 8601 Durations (excludes recurrence syntax). If absent for a fixed-term deposit it indicates the calculated amount(s) are only applied at the end of the term i.e., at maturity.
Note: Bolding is only to highlight the additional text.
The text was updated successfully, but these errors were encountered: