-
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
Account may have multiple deposit rates or lending rates #21
Comments
It is currently an implicit assumption that the base lending rate is the "normal" rate for an account (in the case of Credit Cards this would be normal purchases) with the lendingRates array being used for alternative, discount or penalty rates for different circumstances. The DSB currently feels that this is already addressed in the standards. |
NAB agrees that the current standards allow for the accurate representation of multiple deposit and lending rates. |
Description
In BankingAccountDetail at most one lendingRate can be associated with an account. There are cases where the relationship between lending rates and an account is many-to-one. For example a credit card may have different rates associated with lending for purchases, cash advances and balance transfers. See also #9.
Area Affected
Definition of BankingAccountDetail which is used in:
Change Proposed
We suggest that the lendingRate description is updated to specify that for credit cards the lending rate is the purchase rate. Thought may also be given to allowing the representation of all lending rates for an account (e.g. an additionalLendingRates field). Alternatively the lendingRate field may already allow this. Although we are not yet aware of any examples, similar issues might apply to depositRates and it may make sense to make similar additions or changes in relation to deposit rates.
The text was updated successfully, but these errors were encountered: