-
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
Home Loan Revert rate and product is not available #569
Comments
Adatree supports his change request. This is an example of feedback from industry experts now actively participating in CDR and finding critical gaps that are preventing one of the most important use cases from being realised. |
If I understand it correctly, the intention of the lendingRates array is for this purpose and use case. It might be a possibility to look at expanding or providing further rules and/or Enumerations on this lendingRates array instead of building new key under the Get Account Detail. "lendingRateType": "REVERT_RATE", (new enum) The part that can be expanded is to include the below: 'revertstartdate' the day the revert account starts - I agree this is useful and should be included. |
A sample payload incorporating details from this issue has been posted in this comment in issue 567. |
Agree that Nett rate should also be included however, that would be the Nett interest rate if it converted today. You can't forecast the Nett rate and DH will have an issue with this. We'd still want to see Discount included as that is important for our use case and will be known by the DH. |
Closing this maintenance issue, consultation will continue through Decision Proposal 306. |
Description
We currently don't have data on the post expiry home loan product. EG: if a loan is fixed and expires on 1/1/2023 it will automatically convert to a variable rate on 2/2/2023 and the variable interest rate that the customer pays is calculated based off a pre-determined discount that the customer is contracted to with that lender. If we contact the lender directly we can obtain this information so it does exist within their systems.
This information is critical for consumers knowing what their product will convert to so they can make informed decisions prior to the expiry event.
The current gaps we for home loans are..
Area Affected
Describe the area of the standard that is proposed to be amended. This could be one or more API end points or a specific section of the information security profile
Change Proposed
We're proposing that a "revert" key be made available under "accounts". This will display all the 'accounts' data post fixed rate or interest only expiry date. Please note that other product will have similar revert requirements EG: personal loans, interest free credit card transfer periods etc.
The "revert" key should include all the 'accounts' key data but post expiry.
you should also include the following data fields that are currently missing and would be useful
'revertstartdate' the day the revert account starts
'revertenddate' the day the revery account end
'revertdiscountrate' the discount being applied to the revert lending rate
The text was updated successfully, but these errors were encountered: