-
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
Determining Interest Rate of BankingTermDepositAccount #132
Comments
Hi @perlboy, the support for the The DSB would welcome any worked examples from the banks on their treatment of term deposits and clarification of the assumption before considering if a change is warranted to the standards. |
The original request to provide depositRates as an array to cater for multiple deposits within a single Term Deposit Account contained the scenario where each of these deposits could have different lodgment dates, maturity dates, maturity instructions and maturity amount. |
Hi @BH-UDA would you be willing to submit a worked example for review to progress this issue? |
Hopefully the below simple example provides some clarity around the potential Term Deposit structures that may be generated within a single Term Deposit account. An example Term Deposit Product is defined to allow for the following investment options: Customer “A” opens a Term Deposit Account of the product type described above and:
Array element Deposit 1 Deposit 2 Both Deposits comply with the term and amount options available within the product. |
Hi,
An example has been loaded into the GitHub issue #132.
Thanks,
Bob Humphries
Business Analyst / Technical Writer
Ultradata - Vision to Reality
+61 3 9291 1600
www.ultradata.com.au<http://www.ultradata.com.au/>
From: CDR API Stream [mailto:[email protected]]
Sent: Monday, 30 March 2020 11:30 AM
To: ConsumerDataStandardsAustralia/standards-maintenance
Cc: Bob Humphries; Mention
Subject: Re: [ConsumerDataStandardsAustralia/standards-maintenance] Determining Interest Rate of BankingTermDepositAccount (#132)
Hi @BH-UDA<https://github.com/BH-UDA> would you be willing to submit a worked example for review to progress this issue?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#132 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AM57YXQEGKZ5JBF5ERRMDODRJ7RYHANCNFSM4KVUFJKQ>.
This message contains privileged and confidential information intended only for the use of the addressee named above. If you are not the intended recipient of this message you are hereby notified that you must not disseminate, copy or take any action or place any reliance on it. If you have received this message in error please notify the sender immediately via return email. Any views expressed in this message are those of the individual sender, except where the sender specifically states them to be the views of the company.
|
Preamble: Biza currently has 42 open issues within Standards Maintenance. In an effort to optimise our own backlog we are closing those which have no actual response from the DSB. They may be reopened at a later time or referenced when the issues are highlighted by third parties. No further progress on this despite example uploaded by another participant. #184 appears to be related, closing this out of my backlog. |
Hi @perlboy |
The Consultation on making the Candidate Standards binding is now open through Decision Proposal 338. |
Request For Clarification
If the
BankingAccountDetail
returns with one or moreBankingTermDepositAccount
is there any way of identifying what interest rate is being paid on each of them? IfBankingTermDepositAccount
is a single tuple it seems possible to usedepositRate
and/ordepositRates
but this may be inaccurate for certain scenarios? For multiple tuples it doesn't seem possible unless one assumes they are all under the same rate or reverse engineers vialodgementDate
andmaturityDate
as well asmaturityAmount
?Is there an easier way of determining the interest rate of an individual term deposit particularly when there exists more than 1 of them on a single account?
The text was updated successfully, but these errors were encountered: