{"swagger":"2.0","info":{"title":"CommBank Public APIs","description":""},"host":"api.commbank.com.au","basePath":"/public/cds-au/v1/banking","schemes":["https"],"tags":[{"name":"Products API","description":"Get details on available CommBank products including deposit and transaction accounts, credit cards, home loans, personal loans, and offset accounts. Information available through the API includes eligibility, features, pricing, and links to terms & conditions. \n\nThe Products API is public and does not require any authentication by consumers.\n\n

Product details including features, eligibility, rates and fees may change from time to time without notice. Please direct your end users to refer to commbank.com.au for current product details.

Host URL

All requests are passed to the URL https://api.commbank.com.au/public/cds-au/v1/banking

"},{"name":"Additional Value Eligiblity"}],"x-tagGroups":[{"name":"","tags":["Products API"]}],"paths":{"/products":{"get":{"summary":"Get Products","description":"Retrieve summary level information of CommBank products","operationId":"listProducts","tags":["Products API"],"consumes":["application/json"],"produces":["application/json"],"parameters":[{"$ref":"#/parameters/ParamAcceptHeader"},{"$ref":"#/parameters/ParamXVHeader"},{"$ref":"#/parameters/ParamXMinVHeader"},{"$ref":"#/parameters/ParamXFapiInterationId"},{"name":"effective","in":"query","description":"Filter to retrieve products based on the effective status.","required":false,"type":"string","enum":["CURRENT","FUTURE","ALL"],"default":"CURRENT"},{"name":"updated-since","in":"query","description":"Filter to retrieve products that were updated since the specified date and time.","required":false,"type":"datetime"},{"name":"brand","in":"query","description":"Filter to retrieve products with a specific brand.","required":false,"type":"string","enum":["CBA"]},{"$ref":"#/parameters/ParamProductCategory"},{"$ref":"#/parameters/ParamPage"},{"$ref":"#/parameters/ParamPageSize"}],"responses":{"200":{"description":"Success","headers":{"Content-Type":{"type":"string","description":"Payload format responded with."},"x-v":{"type":"integer","description":"Version of the API end point responded with."},"x-fapi-interaction-Id":{"type":"string","description":"Reflects the value of the Interaction ID in the request, if provided."}},"schema":{"$ref":"#/definitions/ResponseBankingProductList"}},"400":{"description":"Bad Request","headers":{"Content-Type":{"type":"string","description":"Payload format responded with."},"x-v":{"type":"integer","description":"Version of the API end point responded with."},"x-fapi-interaction-Id":{"type":"string","description":"Reflects the value of the Interaction ID in the request, if provided."}},"schema":{"$ref":"#/definitions/ErrorResponse400"}},"406":{"description":"Not Acceptable","headers":{"Content-Type":{"type":"string","description":"Payload format responded with."},"x-v":{"type":"integer","description":"Version of the API end point responded with."},"x-fapi-interaction-Id":{"type":"string","description":"Reflects the value of the Interaction ID in the request, if provided."}},"schema":{"$ref":"#/definitions/ErrorResponse406"}},"422":{"description":"Unprocessable Entity","headers":{"Content-Type":{"type":"string","description":"Payload format responded with."},"x-v":{"type":"integer","description":"Version of the API end point responded with."},"x-fapi-interaction-Id":{"type":"string","description":"Reflects the value of the Interaction ID in the request, if provided."}},"schema":{"$ref":"#/definitions/ErrorResponse422"}},"429":{"description":"Too Many Requests","headers":{"Content-Type":{"type":"string","description":"Payload format responded with."},"Retry-After":{"type":"integer","description":"Amount of time the client should wait before re-trying the operation."},"x-v":{"type":"integer","description":"Version of the API end point responded with."},"x-fapi-interaction-Id":{"type":"string","description":"Reflects the value of the Interaction ID in the request, if provided."}},"schema":{"$ref":"#/definitions/ResponseNoBody"}},"500":{"description":"Internal Server Error","headers":{"Content-Type":{"type":"string","description":"Payload format responded with."},"x-v":{"type":"integer","description":"Version of the API end point responded with."},"x-fapi-interaction-Id":{"type":"string","description":"Reflects the value of the Interaction ID in the request, if provided."}},"schema":{"$ref":"#/definitions/ErrorResponse500"}}}}},"/products/{productId}":{"get":{"summary":"Get Product Detail","description":"Retrieve detailed information on a single CommBank product.","operationId":"getProductDetail","tags":["Products API"],"consumes":["application/json"],"produces":["application/json"],"parameters":[{"$ref":"#/parameters/ParamAcceptHeader"},{"$ref":"#/parameters/ParamXVHeader"},{"$ref":"#/parameters/ParamXMinVHeader"},{"$ref":"#/parameters/ParamXFapiInterationId"},{"name":"productId","in":"path","description":"CommBank’s unique identifier for the product. This should be obtained via the /products end point.","required":true,"type":"string"}],"responses":{"200":{"description":"Success","headers":{"Content-Type":{"type":"string","description":"Payload format responded with."},"x-v":{"type":"integer","description":"Version of the API end point responded with."},"x-fapi-interaction-Id":{"type":"string","description":"Reflects the value of the Interaction ID in the request, if provided."}},"schema":{"$ref":"#/definitions/ResponseBankingProductById"}},"406":{"description":"Not Acceptable","headers":{"Content-Type":{"type":"string","description":"Payload format responded with."},"x-v":{"type":"integer","description":"Version of the API end point responded with."},"x-fapi-interaction-Id":{"type":"string","description":"Reflects the value of the Interaction ID in the request, if provided."}},"schema":{"$ref":"#/definitions/ErrorResponse406"}},"429":{"description":"Too Many Requests","headers":{"Content-Type":{"type":"string","description":"Payload format responded with."},"Retry-After":{"type":"integer","description":"Indicates the amount of time the client should wait before retrying the operation"},"x-v":{"type":"integer","description":"Version of the API end point responded with."},"x-fapi-interaction-Id":{"type":"string","description":"Reflects the value of the Interaction ID in the request, if provided."}},"schema":{"$ref":"#/definitions/ResponseNoBody"}},"500":{"description":"Server Error","schema":{"$ref":"#/definitions/ErrorResponse500"},"headers":{"Content-Type":{"type":"string","description":"Payload format responded with."},"x-v":{"type":"integer","description":"Version of the API end point responded with."},"x-fapi-interaction-Id":{"type":"string","description":"Reflects the value of the Interaction ID in the request, if provided."}}}},"x-version":"1"},"/aa":{"get":{"summary":"Get Product Detail","description":"Retrieve detailed information on a single CommBank product.","operationId":"getProductDetail"}}}},"parameters":{"ParamProductCategory":{"name":"product-category","in":"query","description":"Filter to retrieve products by their Product Category.","required":false,"type":"string","enum":["TRANS_AND_SAVINGS_ACCOUNTS","TERM_DEPOSITS","CRED_AND_CHRG_CARDS"]},"ParamPage":{"name":"page","in":"query","description":"Page number being requested","required":false,"type":"integer","default":1},"ParamPageSize":{"name":"page-size","in":"query","description":"Number of records to return with the page","required":false,"type":"integer","default":25,"maximum":1000,"minimum":1},"ParamAcceptHeader":{"name":"Accept","in":"header","description":"Content-Type that is acceptable for the server's response.","type":"string","enum":["application/json"],"required":true},"ParamXVHeader":{"name":"x-v","in":"header","description":"Version of the API end point being requested.","type":"integer","example":2,"required":true},"ParamXMinVHeader":{"name":"x-min-v","in":"header","description":"Minimum version of the API end point you are requesting.","type":"integer","example":2,"required":false},"ParamXFapiInterationId":{"name":"x-fapi-interaction-id","in":"header","description":"Reflects the value of the Interaction ID in the request.","required":false,"example":"f688ae24-9719-4975-9f58-f6b7e655c37d","type":"string"}},"definitions":{"ResponseBankingProductList":{"type":"object","required":["data","links","meta"],"example":{"data":{"products":[{"productId":"ad22b1f0967349e8a5d586afe7f0d845","effectiveFrom":"2010-07-14T14:00:00Z","effectiveTo":"9999-12-30T13:00:00Z","lastUpdated":"2019-06-03T02:43:35.193777Z","productCategory":"TRANS_AND_SAVINGS_ACCOUNTS","name":"NetBank Saver","description":"NetBank Saver","brand":"CBA","brandName":"CommBank","applicationUri":"https://www.commbank.com.au/banking/netbank-saver.html#apply","isTailored":false,"additionalInformation":{"overviewUri":"https://www.commbank.com.au/banking/netbank-saver.html","termsUri":"https://www.commbank.com.au/content/dam/commbank/personal/apply-online/download-printed-forms/SavingsInvestment_ADB2852.pdf","eligibilityUri":"https://www.commbank.com.au/banking/netbank-saver.html#apply","feesAndPricingUri":"https://www.commbank.com.au/banking/netbank-saver.html#rates"}},{"productId":"7aff9e0e85e6450eb052d4ff2e953223","effectiveFrom":"2011-05-10T04:00:00Z","effectiveTo":"9999-12-30T13:00:00Z","lastUpdated":"2019-06-03T02:42:57.57482Z","productCategory":"TRANS_AND_SAVINGS_ACCOUNTS","name":"Youthsaver Account","description":"Youthsaver Account","brand":"CBA","brandName":"CommBank","applicationUri":"https://www.commbank.com.au/banking/youthsaver.html#apply","isTailored":false,"additionalInformation":{"overviewUri":"https://www.commbank.com.au/banking/youthsaver.html","termsUri":"https://www.commbank.com.au/content/dam/commbank/personal/apply-online/download-printed-forms/SavingsInvestment_ADB2852.pdf","eligibilityUri":"https://www.commbank.com.au/banking/youthsaver.html#apply","feesAndPricingUri":"https://www.commbank.com.au/banking/youthsaver.html#rates"}}]},"links":{"self":"/cds-au/v1/banking/products?page-size=2","first":"/cds-au/v1/banking/products?page-size=2&page=1","next":"/cds-au/v1/banking/products?page-size=2&page=2","last":"/cds-au/v1/banking/products?page-size=2&page=14"},"meta":{"totalRecords":28,"totalPages":14}},"properties":{"data":{"type":"object","required":["products"],"properties":{"products":{"description":"The list of products returned for the query.","type":"array","items":{"$ref":"#/definitions/BankingProductV3"}}}},"links":{"$ref":"#/definitions/LinksPaginated"},"meta":{"$ref":"#/definitions/Meta"}}},"BankingProductV3":{"type":"object","required":["productId","lastUpdated","productCategory","name","description","brand","isTailored"],"properties":{"productId":{"type":"string","description":"CommBank’s unique identifier for this product."},"effectiveFrom":{"type":"string","description":"Date and time from which this product is made available to customers."},"effectiveTo":{"type":"string","description":"Date and time at which this product will be retired and will no longer be offered."},"lastUpdated":{"type":"string","description":"Date and time that the information for this product was last updated."},"productCategory":{"type":"string","$ref":"#/definitions/BankingEnumProductCategory"},"name":{"type":"string","description":"Display name of the product."},"description":{"type":"string","description":"Description of the product."},"brand":{"type":"string","description":"Label of the brand for the product."},"brandName":{"type":"string","description":"Brand display name"},"applicationUri":{"type":"string","description":"A link to the web page where this product can be applied for."},"isTailored":{"type":"boolean","description":"Indicates whether the pricing for the product can be tailored to a specific customer."},"additionalInformation":{"$ref":"#/definitions/AdditionalInformation"}}},"ProductList":{"type":"object","properties":{"products":{"uniqueItems":false,"type":"array","items":{"$ref":"#/definitions/BankingProductV3"}}}},"Links":{"type":"object","required":["self"],"properties":{"self":{"type":"string","description":"Fully qualified link to this API call."}}},"LinksPaginated":{"type":"object","required":["self"],"x-conditional":["prev","next","first","last"],"properties":{"self":{"type":"string","description":"Fully qualified link to this API call."},"first":{"type":"string","description":"URI to the first page of this set."},"prev":{"type":"string","description":"URI to the previous page of this set."},"next":{"type":"string","description":"URI to the next page of this set."},"last":{"type":"string","description":"URI to the last page of this set."}}},"Meta":{"type":"object","required":["totalRecords","totalPages"],"properties":{"totalRecords":{"type":"integer","description":"Total number of records in the full set.","example":10},"totalPages":{"description":"Total number of pages in the full set.","example":10,"type":"integer"}}},"AdditionalInformation":{"description":"Object containing links to additional information on specific topics.","type":"object","properties":{"overviewUri":{"type":"string","description":"General overview of the product."},"termsUri":{"type":"string","description":"Terms and conditions for the product."},"eligibilityUri":{"type":"string","description":"Eligibility rules and criteria for the product."},"feesAndPricingUri":{"type":"string","description":"Description of fees, pricing, discounts, exemptions and bonuses for the product."},"bundleUri":{"type":"string","description":"Description of a bundle that this product can be part of."}}},"ErrorResponse":{"type":"object","properties":{"errors":{"uniqueItems":false,"type":"array","items":{"$ref":"#/definitions/Error"}}}},"ErrorResponse400":{"type":"object","properties":{"errors":{"uniqueItems":false,"type":"array","items":{"$ref":"#/definitions/Error"}}},"example":{"errors":[{"code":"PA-BR-02","title":"updated-since is invalid","detail":"updated-since must be a valid date."},{"code":"PA-BR-03","title":"effective is invalid","detail":"effective must be either ALL, CURRENT or FUTURE."},{"code":"PA-BR-04","title":"product-category is invalid","detail":"product-category must be a valid enumeration."},{"code":"PA-BR-05","title":"page is invalid","detail":"page must be a number and must be greater than 0."},{"code":"PA-BR-06","title":"{field-name} is Invalid","detail":"Something is wrong with your request. Please check your query parameters and try again."},{"code":"PA-BR-07","title":"brand is Invalid","detail":"brand must be a valid value."}]}},"ErrorResponse406":{"type":"object","properties":{"errors":{"uniqueItems":false,"type":"array","items":{"$ref":"#/definitions/Error"}}},"example":{"errors":[{"code":"PA-RH-01","title":"Accept header is invalid","detail":"Accept header must be application/json."},{"code":"PA-RH-02","title":"Content-Type is invalid","detail":"Content-Type header must be application/json."},{"code":"PA-RH-03","title":"x-v is Invalid","detail":"x-v header must be a supported version number."},{"code":"PA-RH-04","title":"x-min-v is invalid","detail":"x-min-v header must be a supported version number."}]}},"ErrorResponse422":{"type":"object","properties":{"errors":{"uniqueItems":false,"type":"array","items":{"$ref":"#/definitions/Error"}}},"example":{"errors":[{"code":"PA-BR-01","title":"page-size is invalid","detail":"page-size must be a number and between 1 and 1000."}]}},"ErrorResponse500":{"type":"object","properties":{"errors":{"uniqueItems":false,"type":"array","items":{"$ref":"#/definitions/Error"}}},"example":{"errors":[{"code":"PA-IS-01","title":"Server Error","detail":"An error has occurred whilst processing your request. Please try again later."}]}},"ResponseNoBody":{"type":"object","properties":{},"example":{}},"Error":{"type":"object","properties":{"code":{"type":"string"},"title":{"type":"string"},"detail":{"type":"string"}}},"ResponseBankingProductById":{"type":"object","required":["data","links","meta"],"properties":{"data":{"$ref":"#/definitions/BankingProductDetailV3"},"links":{"$ref":"#/definitions/Links"},"meta":{"$ref":"#/definitions/Meta"}},"example":{"data":{"bundles":[],"features":[{"featureType":"NPP_PAYID","additionalValue":"No"},{"featureType":"DIGITAL_BANKING","additionalValue":"Yes"},{"featureType":"NPP_ENABLED","additionalValue":"Yes"},{"featureType":"CARD_ACCESS","additionalValue":"No Card Required"},{"featureType":"UNLIMITED_TXNS","additionalValue":"Unlimited CommBank electronic transactions"},{"featureType":"DIGITAL_BANKING","additionalInfo":"Wherever you are in the world, CommBank gives you the choice and control to securely manage all of your accounts on a range of devices, the way you want.","additionalInfoUri":"https://www.commbank.com.au/digital-banking.html"},{"featureType":"NPP_ENABLED"},{"featureType":"OTHER","additionalValue":"Goal Tracker","additionalInfo":"Whether you have a savings goal in mind or want to build a buffer for those �just in case' moments, Goal Tracker in the CommBank app helps you set and reach your goals.","additionalInfoUri":"https://www.commbank.com.au/digital-banking/goal-tracker.html"},{"featureType":"OTHER","additionalValue":"Automatic Bank Feeds","additionalInfo":"Streamline your business banking and save time with automatic data feeds from your online banking to your accounting software ","additionalInfoUri":"https://www.commbank.com.au/business/accounting-software-integration.html"}],"constraints":[],"eligibility":[{"eligibilityType":"STAFF"},{"eligibilityType":"MIN_AGE","additionalValue":"14"},{"eligibilityType":"NATURAL_PERSON"},{"eligibilityType":"MIN_AGE","additionalValue":"14"},{"eligibilityType":"NATURAL_PERSON"},{"eligibilityType":"OTHER","additionalValue":"1) Other product holdings 2) Digital customer","additionalInfo":"1) Have a Smart Access, Complete Access, Everyday Offset, Pensioner Security or Streamline Basic account with CommBank in the same name as the NetBank Saver account. This is to transfer money to and from their NetBank Saver account. 2) Be registered for NetBank and have an email address"}],"fees":[{"name":"NetBank transfers and BPAY","feeType":"EVENT","amount":"","discounts":[],"additionalValue":"Free"},{"name":"Online Statement Fee","feeType":"EVENT","amount":"","discounts":[],"additionalValue":"Not applicable"}],"depositRates":[{"depositRateType":"STANDARD","rate":"0.005","calculationFrequency":"P1D","applicationFrequency":"P"}],"productId":"ad22b1f0967349e8a5d586afe7f0d845","effectiveFrom":"2010-07-14T14:00:00Z","effectiveTo":"9999-12-30T13:00:00Z","lastUpdated":"2019-05-29T16:16:12.630613Z","productCategory":"TRANS_AND_SAVINGS_ACCOUNTS","name":"NetBank Saver","description":"NetBank Saver","brand":"CBA","brandName":"Commonwealth Bank","applicationUri":"https://www.commbank.com.au/banking/netbank-saver.html#apply","isTailored":false,"additionalInformation":{"overviewUri":"https://www.commbank.com.au/banking/netbank-saver.html","termsUri":"https://www.commbank.com.au/content/dam/commbank/personal/apply-online/download-printed-forms/SavingsInvestment_ADB2852.pdf","eligibilityUri":"https://www.commbank.com.au/banking/netbank-saver.html#apply","feesAndPricingUri":"https://www.commbank.com.au/banking/netbank-saver.html#rates"}},"links":{"self":"#/cds-au/v1/banking/products/ad22b1f0967349e8a5d586afe7f0d845"},"meta":{"totalRecords":1,"totalPages":1}}},"BankingProductDetailV3":{"allOf":[{"$ref":"#/definitions/BankingProductV3"},{"type":"object","properties":{"bundles":{"description":"An array of bundles that this product participates in. Each bundle is described by free form information but also by a list of product IDs of the other products that are included in the bundle. It is assumed that the current product is included in the bundle.","uniqueItems":false,"type":"array","items":{"$ref":"#/definitions/Bundle"}},"features":{"description":"Array of features available for the product.","uniqueItems":false,"type":"array","items":{"$ref":"#/definitions/Feature"}},"constraints":{"description":"Constraints on the application for or operation of the product such as minimum balances or limit thresholds.","uniqueItems":false,"type":"array","items":{"$ref":"#/definitions/Constraint"}},"eligibility":{"description":"Eligibility criteria for the product.","uniqueItems":false,"type":"array","items":{"$ref":"#/definitions/Eligibility"}},"fees":{"description":"Fees applicable for the product.","uniqueItems":false,"type":"array","items":{"$ref":"#/definitions/Fee"}},"depositRates":{"description":"Interest rates available for deposits.","uniqueItems":false,"type":"array","items":{"$ref":"#/definitions/DepositRate"}},"lendingRates":{"description":"Interest rates charged against lending balances.","uniqueItems":false,"type":"array","items":{"$ref":"#/definitions/LendingRate"}},"productId":{"type":"string"},"effectiveFrom":{"format":"date-time","type":"string"},"effectiveTo":{"format":"date-time","type":"string"},"lastUpdated":{"format":"date-time","type":"string"},"productCategory":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"brand":{"type":"string"},"brandName":{"type":"string"},"applicationUri":{"type":"string"},"isTailored":{"type":"boolean"}}}]},"Bundle":{"type":"object","required":["name","description","productIds"],"properties":{"name":{"type":"string","description":"Name of the bundle."},"description":{"type":"string","description":"Description of the bundle."},"additionalInfo":{"type":"string","description":"Display text providing more information on the bundle."},"additionalInfoUri":{"type":"string","description":"Link to a web page with more information on the bundle criteria and benefits."},"productIds":{"type":"array","description":"Array of product IDs for products included in the bundle.","uniqueItems":false,"items":{"type":"string"}}}},"Feature":{"type":"object","required":["featureType"],"x-conditional":["additionalValue","additionalInfo"],"properties":{"featureType":{"type":"string","description":"The type of feature described.","enum":["CARD_ACCESS","ADDITIONAL_CARDS","UNLIMITED_TXNS","FREE_TXNS","FREE_TXNS_ALLOWANCE","LOYALTY_PROGRAM","OFFSET","OVERDRAFT","REDRAW","INSURANCE","BALANCE_TRANSFERS","INTEREST_FREE","INTEREST_FREE_TRANSFERS","DIGITAL_WALLET","DIGITAL_BANKING","NPP_PAYID","NPP_ENABLED","DONATE_INTEREST","BILL_PAYMENT","COMPLEMENTARY_PRODUCT_DISCOUNTS","BONUS_REWARDS","NOTIFICATIONS","OTHER"]},"additionalValue":{"type":"string","conditional":true,"description":"Generic field containing additional information relevant to the featureType specified. Whether mandatory or not is dependent on the value of featureType.\n\nSee the below table for more details.\n\n|Value|Description|Use of additionalValue Field|\n|--- |--- |--- |\n|CARD_ACCESS|A card is available for the product to access funds|Text describing list of card types that this product can be linked to|\n|ADDITIONAL_CARDS|Additional cards can be requested|The maximum number of additional cards. If no maximum then should be set to null|\n|UNLIMITED_TXNS|Unlimited free transactions available|NA|\n|FREE_TXNS|A set number of free transactions available per month|The number of free transactions|\n|FREE_TXNS_ALLOWANCE|A set amount of transaction fee value that is discounted per month|The amount of transaction fee discounted (in AUD)|\n|LOYALTY_PROGRAM|A points based loyalty program is available|Name of the loyalty program|\n|OFFSET|An offset account can be connected to the product|NA|\n|OVERDRAFT|An overdraft can be applied for|NA|\n|REDRAW|Redraw of repaid principal above minimum required is available|NA|\n|INSURANCE|Insurance is provided as an additional feature of the product|Text description of the type of insurance (e.g. Travel Insurance)|\n|BALANCE_TRANSFERS|Balance transfers can be made to the account (eg. for credit cards)|NA|\n|INTEREST_FREE|Interest free period for purchases|Interest free period. Formatted according to ISO 8601 Durations|\n|INTEREST_FREE_TRANSFERS|Interest free period for balance transfers|Interest free period. Formatted according to ISO 8601 Durations|\n|DIGITAL_WALLET|A Digital wallet can be attached to the product|The name or brand of the wallet|\n|DIGITAL_BANKING|Access is available to online banking features for the product|NA|\n|NPP_PAYID|An account of this product type can be used as the target of an NPP PayID|NA|\n|NPP_ENABLED|An account of this product type can be used to receive funds as a result of a BSB/Number based NPP payment|NA|\n|DONATE_INTEREST|Indicates that interest generated from the product can be automatically donated to a charity or community group|NA|\n|BILL_PAYMENT|The product can be attached to an automatic budgeting and bill payment service|Optional name of the service|\n|COMPLEMENTARY_PRODUCT_DISCOUNTS|Indicates that complementary, discounted offerings (such as gift cards, or discounted travel) is available|Description of the complementary offering|\n|BONUS_REWARDS|Bonus loyalty rewards points are available|Number of points available|\n|NOTIFICATIONS|Advanced notifications are available for the product|Description of the notification capability|\n|OTHER|Another feature that can not be included in any of the other categories. The additionalInfo field is mandatory for this type|NA|\n\n","example":"No"},"additionalInfo":{"type":"string","description":"Display text providing more information on the feature. Mandatory if the feature type is set to OTHER."},"additionalInfoUri":{"type":"string","description":"Link to a web page with more information on this feature."}}},"Constraint":{"type":"object","required":["constraintType"],"x-conditional":["additionalValue"],"properties":{"constraintType":{"description":"The type of constraint described.","enum":["MIN_BALANCE","MAX_BALANCE","OPENING_BALANCE","MAX_LIMIT","MIN_LIMIT"],"type":"string"},"additionalValue":{"description":"Generic field containing additional information relevant to the constraintType specified. Whether mandatory or not is dependent on the value of constraintType.\n\nSee the below table for more details.\n\n|Value|Description|Use of additionalValue Field|\n|--- |--- |--- |\n|MIN_BALANCE|A minimum balance is required for the product|The minimum balance in AmountString format|\n|MAX_BALANCE|A maximum balance is required for the product|The maximum balance in AmountString format|\n|OPENING_BALANCE|An opening balance is required for the product|The minimum opening balance in AmountString format|\n|MAX_LIMIT|A maximum credit limit exists|The maximum limit in AmountString format|\n|MIN_LIMIT|A minimum credit limit exists|The minimum limit in AmountString format|\n\n","type":"string"},"additionalInfo":{"type":"string","description":"Display text providing more information describing the constraint."},"additionalInfoUri":{"type":"string","description":"Link to a web page with more information on the constraint."}}},"Eligibility":{"type":"object","required":["eligibilityType"],"x-conditional":["additionalValue","additionalInfo"],"properties":{"eligibilityType":{"description":"The type of eligibility criteria described.","enum":["BUSINESS","PENSION_RECIPIENT","MIN_AGE","MAX_AGE","MIN_INCOME","MIN_TURNOVER","STAFF","STUDENT","EMPLOYMENT_STATUS","RESIDENCY_STATUS","NATURAL_PERSON","INTRODUCTORY","OTHER"],"type":"string"},"additionalValue":{"type":"string","description":"Generic field containing additional information relevant to the eligibilityType specified. Whether mandatory or not is dependent on the value of eligibilityType.\n\nSee the below table for more details.\n\n|Value|Description|Use of additionalValue Field|\n|--- |--- |--- |\n|BUSINESS|Only business may apply for the account|NA|\n|PENSION_RECIPIENT|A recipient of a government pension may apply for the product|NA|\n|MIN_AGE|Only customers older than a minimum age may apply|The minimum age in years|\n|MAX_AGE|Only customers younger than a maximum age may apply|The maximum age in years|\n|MIN_INCOME|The customer must have an income greater than a specified threshold to obtain the product|Minimum income in AmountString format|\n|MIN_TURNOVER|Only a business with greater than a minimum turnover may apply|Minimum turnover in AmountString format|\n|STAFF|Only a staff member of the provider may apply|NA|\n|STUDENT|Only students may apply for the product|NA|\n|EMPLOYMENT_STATUS|An eligibility constraint based on employment status applies|A description of the status required|\n|RESIDENCY_STATUS|An eligibility constraint based on residency status applies|A description of the status required|\n|NATURAL_PERSON|The customer must be a natural person rather than another legal entity|NA|\n|OTHER|Another eligibility criteria exists as described in the additionalInfo field (if this option is specified then the additionalInfo field is mandatory)|Value relevant to the criteria|\n\n","example":"14"},"additionalInfo":{"type":"string","description":"Display text providing more information on the eligibility criteria. Mandatory if the eligibilityType field is set to OTHER."},"additionalInfoUri":{"type":"string","description":"Link to a web page with more information on this eligibility criteria."}}},"Fee":{"type":"object","required":["name","feeType","amount"],"x-conditional":["additionalValue","balanceRate","transactionRate","accruedRate"],"properties":{"name":{"type":"string","description":"A display name for the fee."},"feeType":{"enum":["PERIODIC","TRANSACTION","WITHDRAWAL","DEPOSIT","PAYMENT","PURCHASE","EVENT","UPFRONT","EXIT"],"type":"string"},"amount":{"type":"string","description":"The amount charged for the fee. One of: amount, balanceRate, transactionRate and accruedRate is mandatory."},"balanceRate":{"type":"string","description":"A fee rate calculated based on a proportion of the balance. One of: amount, balanceRate, transactionRate and accruedRate is mandatory."},"transactionRate":{"type":"string","description":"A fee rate calculated based on a proportion of a transaction. One of: amount, balanceRate, transactionRate and accruedRate is mandatory."},"accruedRate":{"type":"string","description":"A fee rate calculated based on a proportion of the calculated interest accrued on the account. One of amount, balanceRate, transactionRate and accruedRate is mandatory."},"accrualFrequency":{"type":"string","description":"The indicative frequency with which the fee is calculated on the account. Only applies if balanceRate or accruedRate is also present. Formatted according to [ISO 8601 Durations](https://en.wikipedia.org/wiki/ISO_8601#Durations)."},"currency":{"type":"string","description":"The currency the fee will be charged in. Assumes AUD if absent."},"discounts":{"description":"An optional list of discounts to this fee that may be available.","uniqueItems":false,"type":"array","items":{"$ref":"#/definitions/Discount"}},"additionalValue":{"type":"string","description":"Generic field containing additional information relevant to the feeType specified. Whether mandatory or not is dependent on the value of feeType.\n\nSee the below table for more details.\n\n|Value|Description|Use of additionalValue Field|\n|--- |--- |--- |\n|PERIODIC|A periodic fee such as a monthly account servicing fee|The period of charge. Formatted according to ISO 8601 Durations|\n|TRANSACTION|A fee associated with any transaction (incorporates WITHDRAWAL, DEPOSIT, PAYMENT and PURCHASE)|NA|\n|WITHDRAWAL|A fee associated with making a withdrawal|NA|\n|DEPOSIT|A fee associated with making a deposit|NA|\n|PAYMENT|A fee associated with making a payment|NA|\n|PURCHASE|A fee associated with making a purchase at a merchant|NA|\n|EVENT|A fee in relation to a particular event (e.g. NA ordering a new card, viewing a balance or stopping a cheque)|NA|\n|UPFRONT|A fee paid at the beginning of the product NA lifecycle, such as an establishment fee, loyalty program fee or application fee|NA|\n|EXIT|A fee for closing the product|NA|\n\n"},"additionalInfo":{"type":"string","description":"Display text providing more information on the fee."},"additionalInfoUri":{"type":"string","description":"Link to a web page with more information on this fee."}}},"DepositRate":{"type":"object","required":["depositRateType","rate"],"x-conditional":["additionalValue"],"properties":{"depositRateType":{"description":"The type of rate (base, bonus, etc). See the next section for an overview of valid values and their meaning","enum":["STANDARD","FIXED","BONUS","BUNDLE_BONUS","VARIABLE","INTRODUCTORY","FLOATING","MARKET_LINKED"],"type":"string"},"rate":{"type":"string","description":"The rate to be applied"},"calculationFrequency":{"type":"string","description":"The period after which the rate is applied to the balance to calculate the amount due for the period. Calculation of the amount is often daily (as balances may change) but accumulated until the total amount is 'applied' to the account (see applicationFrequency). Formatted according to [ISO 8601 Durations](https://en.wikipedia.org/wiki/ISO_8601#Durations)."},"applicationFrequency":{"type":"string","description":"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](https://en.wikipedia.org/wiki/ISO_8601#Durations)."},"tiers":{"uniqueItems":false,"type":"array","description":"Rate tiers applicable for this rate","items":{"$ref":"#/definitions/Tier"}},"additionalValue":{"type":"string","description":"Generic field containing additional information relevant to the depositRateType specified. Whether mandatory or not is dependent on the value of depositRateType.\n\nSee the below table for more details.\n\n|Value|Description|Use of additionalValue Field|\n|--- |--- |--- |\n|FIXED|Fixed rate for a period of time|The period of time fixed. Formatted according to ISO 8601 Durations|\n|BONUS|A bonus rate available by meeting a specific criteria|A description of the criteria to obtain the bonus|\n|BUNDLE_BONUS|A bonus rate obtained by originating a bundle instead of a standalone product|The name of the bundle|\n|VARIABLE|A variable base rate for the product|NA|\n|INTRODUCTORY|An introductory bonus that will expire after a set period|The period of time for the introductory rate. Formatted according to ISO 8601 Durations|\n|FLOATING|A floating rate is relatively fixed but still adjusts under specific circumstances|Details of the float parameters|\n|MARKET_LINKED|A rate that is linked to a specific market, commodity or asset class|Details of the market linkage|\n\n"},"additionalInfo":{"type":"string","description":"Display text providing more information on the rate"},"additionalInfoUri":{"type":"string","description":"Link to a web page with more information on this rate"}}},"LendingRate":{"type":"object","required":["lendingRateType","rate"],"x-conditional":["additionalValue"],"properties":{"lendingRateType":{"description":"The type of rate (fixed, variable, etc). See the next section for an overview of valid values and their meaning.","enum":["FIXED","VARIABLE","INTRODUCTORY","DISCOUNT","PENALTY","FLOATING","MARKET_LINKED","CASH_ADVANCE","PURCHASE","BUNDLE_DISCOUNT_FIXED","BUNDLE_DISCOUNT_VARIABLE"],"type":"string"},"rate":{"type":"string","description":"The rate to be applied."},"comparisonRate":{"type":"string","description":"A comparison rate equivalent for this rate."},"calculationFrequency":{"type":"string","description":"The period after which the rate is applied to the balance to calculate the amount due for the period. Formatted according to [ISO 8601 Durations](https://en.wikipedia.org/wiki/ISO_8601#Durations)."},"applicationFrequency":{"type":"string","description":"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](https://en.wikipedia.org/wiki/ISO_8601#Durations)."},"interestPaymentDue":{"type":"string","description":"When loan payments are due to be paid within each period. The investment benefit of earlier payments affect the rate that can be offered.","enum":["IN_ARREARS","IN_ADVANCE"]},"repaymentType":{"type":"string","description":"Options in place for repayments.","enum":["INTEREST_ONLY","PRINCIPAL_AND_INTEREST"]},"loanPurpose":{"type":"string","description":"The reason for taking out the loan.","enum":["OWNER_OCCUPIED","INVESTMENT"]},"tiers":{"uniqueItems":false,"type":"array","description":"Rate tiers applicable for this rate.","items":{"$ref":"#/definitions/Tier"}},"additionalValue":{"type":"string","description":"Generic field containing additional information relevant to the lendingRateType specified. Whether mandatory or not is dependent on the value of lendingRateType.\n\nSee the below table for more details.\n\n|Value|Description|Use of additionalValue Field|\n|--- |--- |--- |\n|FIXED|Fixed rate for a period of time|The period of time fixed. Formatted according to ISO 8601 Durations|\n|VARIABLE|A variable base rate for the product|NA|\n|INTRODUCTORY|An introductory discount that will expire after a set period|The period of time for the introductory rate. Formatted according to ISO 8601 Durations|\n|DISCOUNT|A specific discount rate that may be applied. A discount rate reduces the interest payable|Description of the discount rate that is applicable|\n|PENALTY|A specific penalty rate that may be applied. A penalty rate increases the interest payable|Description of the penalty rate that is applicable|\n|FLOATING|A floating rate is relatively fixed but still adjusts under specific circumstances|Details of the float parameters|\n|MARKET_LINKED|A rate that is linked to a specific market, commodity or asset class|Details of the market linkage|\n|CASH_ADVANCE|Specific rate applied to cash advances from the account|NA|\n|PURCHASE|Specific rate applied to purchases from the account|NA|\n|BUNDLE_DISCOUNT_FIXED|A discount rate off the fixed rate obtained by originating a bundle instead of a standalone product|The name of the bundle|\n|BUNDLE_DISCOUNT_VARIABLE|A discount rate off the variable rate obtained by originating a bundle instead of a standalone product|The name of the bundle|\n\n"},"additionalInfo":{"type":"string","description":"Display text providing more information on the rate."},"additionalInfoUri":{"type":"string","description":"Link to a web page with more information on this rate."}}},"Discount":{"type":"object","required":["description","discountType","amount"],"x-conditional":["balanceRate","transactionRate","accruedRate","feeRate","additionalValue"],"properties":{"description":{"type":"string","description":"Description of the discount"},"discountType":{"description":"The type of discount. See the next section for an overview of valid values and their meaning","enum":["BALANCE","DEPOSITS","PAYMENTS","FEE_CAP","ELIGIBILITY_ONLY"],"type":"string"},"amount":{"type":"string","description":"Value of the discount"},"balanceRate":{"type":"string","description":"A discount rate calculated based on a proportion of the balance. Note that the currency of the fee discount is expected to be the same as the currency of the fee itself. One of: amount, balanceRate, transactionRate, accruedRate and feeRate is mandatory. Unless noted in additionalInfo, assumes the application and calculation frequency are the same as the corresponding fee."},"transactionRate":{"type":"string","description":"A discount rate calculated based on a proportion of a transaction. Note that the currency of the fee discount is expected to be the same as the currency of the fee itself. One of amount, balanceRate, transactionRate, accruedRate and feeRate is mandatory."},"accruedRate":{"type":"string","description":"A discount rate calculated based on a proportion of the calculated interest accrued on the account. Note that the currency of the fee discount is expected to be the same as the currency of the fee itself. One of amount, balanceRate, transactionRate, accruedRate and feeRate is mandatory. Unless noted in additionalInfo, assumes the application and calculation frequency are the same as the corresponding fee."},"feeRate":{"type":"string","description":"A discount rate calculated based on a proportion of the fee to which this discount is attached. Note that the currency of the fee discount is expected to be the same as the currency of the fee itself. One of amount, balanceRate, transactionRate, accruedRate and feeRate is mandatory. Unless noted in additionalInfo, assumes the application and calculation frequency are the same as the corresponding fee."},"eligibility":{"uniqueItems":false,"type":"array","description":"Eligibility constraints that apply to this discount.","items":{"$ref":"#/definitions/DiscountEligibility"}},"additionalValue":{"type":"string","description":"Generic field containing additional information relevant to the discountType specified. Whether mandatory or not is dependent on the value of discountType.\n\nSee the below table for more details.\n\n|Value|Description|Use of additionalValue Field|\n|--- |--- |--- |\n|BALANCE|Discount on a fee for maintaining a set balance. As the discount applies to a fee the period is the same as for the fee|The minimum balance in AmountString format|\n|DEPOSITS|Discount for depositing a certain amount of money in a period. As the discount applies to a fee the period is the same as for the fee|The minimum deposit amount in AmountString format|\n|PAYMENTS|Discount for outbound payments from the account under a certain amount of money in a period. As the discount applies to a fee the period is the same as for the fee|The payment threshold amount in AmountString format|\n|FEE_CAP|The amount, balanceRate, transactionRate or calculatedInterestRate fields of the discount represent the maximum amount charged in a time period|The time period for which the fee cap applies. Formatted according to ISO 8601 Durations|\n|ELIGIBILITY_ONLY|Discount applies based on customer eligibility (eligibility array must be populated)|N/A|\n\n"},"additionalInfo":{"type":"string","description":"Display text providing more information on the discount."},"additionalInfoUri":{"type":"string","description":"Link to a web page with more information on this discount."}}},"Tier":{"type":"object","description":"Defines the criteria and conditions for which a rate applies.","required":["name","unitOfMeasure","minimumValue","maximumValue"],"properties":{"name":{"type":"string","description":"A display name for the tier."},"unitOfMeasure":{"type":"string","description":"The unit of measure that applies to the tierValueMinimum and tierValueMaximum values e.g. 'DOLLAR', 'MONTH' (in the case of term deposit tiers), 'PERCENT' (in the case of loan-to-value ratio or LVR).","enum":["DOLLAR","PERCENT","MONTH","DAY"]},"minimumValue":{"type":"number","description":"The number of tierUnitOfMeasure units that form the lower bound of the tier. The tier should be inclusive of this value."},"maximumValue":{"type":"number","description":"The number of tierUnitOfMeasure units that form the upper bound of the tier or band. For a tier with a discrete value (as opposed to a range of values e.g. 1 month) this must be the same as tierValueMinimum. Where this is the same as the tierValueMinimum value of the next-higher tier the referenced tier should be exclusive of this value. For example a term deposit of 2 months falls into the upper tier of the following tiers: (1 – 2 months, 2 – 3 months)."},"rateApplicationMethod":{"type":"string","description":"The method used to calculate the amount to be applied using one or more tiers. A single rate may be applied to the entire balance or each applicable tier rate is applied to the portion of the balance that falls into that tier (referred to as 'bands' or 'steps').","enum":["WHOLE_BALANCE","PER_TIER"]},"applicabilityConditions":{"$ref":"#/definitions/BankingProductRateCondition"},"subTier":{"type":"object","description":"Defines the sub-tier criteria and conditions for which a rate applies.","required":["name","unitOfMeasure","minimumValue","maximumValue"],"properties":{"name":{"type":"string","description":"A display name for the tier."},"unitOfMeasure":{"type":"string","description":"The unit of measure that applies to the tierValueMinimum and tierValueMaximum values e.g. 'DOLLAR', 'MONTH' (in the case of term deposit tiers), 'PERCENT' (in the case of loan-to-value ratio or LVR).","enum":["DOLLAR","PERCENT","MONTH","DAY"]},"minimumValue":{"type":"number","description":"The number of tierUnitOfMeasure units that form the lower bound of the tier. The tier should be inclusive of this value."},"maximumValue":{"type":"number","description":"The number of tierUnitOfMeasure units that form the upper bound of the tier or band. For a tier with a discrete value (as opposed to a range of values e.g. 1 month) this must be the same as tierValueMinimum. Where this is the same as the tierValueMinimum value of the next-higher tier the referenced tier should be exclusive of this value. For example a term deposit of 2 months falls into the upper tier of the following tiers: (1 – 2 months, 2 – 3 months)."},"rateApplicationMethod":{"type":"string","description":"The method used to calculate the amount to be applied using one or more tiers. A single rate may be applied to the entire balance or each applicable tier rate is applied to the portion of the balance that falls into that tier (referred to as 'bands' or 'steps').","enum":["WHOLE_BALANCE","PER_TIER"]},"applicabilityConditions":{"$ref":"#/definitions/BankingProductRateCondition"}}}}},"DiscountEligibility":{"type":"object","required":["discountEligibilityType"],"x-conditional":["additionalValue"],"properties":{"discountEligibilityType":{"enum":["BUSINESS","PENSION_RECIPIENT","MIN_AGE","MAX_AGE","MIN_INCOME","MIN_TURNOVER","STAFF","STUDENT","EMPLOYMENT_STATUS","RESIDENCY_STATUS","NATURAL_PERSON","INTRODUCTORY","OTHER"],"type":"string"},"additionalValue":{"type":"string","description":"Generic field containing additional information relevant to the discountEligibilityType specified. Whether mandatory or not is dependent on the value of discountEligibilityType.\n\nSee the below table for more details.\n\n|Value|Description|Use of additionalValue Field|\n|--- |--- |--- |\n|BUSINESS|A business or other non-person legal entity|NA|\n|PENSION_RECIPIENT|A recipient of a government pension may receive the discount|Optional. Should contain a description of which pensions qualify|\n|MIN_AGE|Only customers older than a minimum age receive the discount|The minimum age in years|\n|MAX_AGE|Only customers younger than a maximum age receive the discount|The maximum age in years|\n|MIN_INCOME|The customer must have an income greater than a specified threshold to obtain the discount|Minimum income in AmountString format|\n|MIN_TURNOVER|Only a business with greater than a minimum turnover is eligible|Minimum turnover in AmountString format|\n|STAFF|Only a staff member of the provider may receive the discount|NA|\n|STUDENT|Only students may receive the discount|Optional. Should contain a description of who qualifies as a student, e.g. do apprentices qualify?|\n|EMPLOYMENT_STATUS|An eligibility constraint based on employment status applies|A description of the status required|\n|RESIDENCY_STATUS|An eligibility constraint based on residency status applies|A description of the status required|\n|NATURAL_PERSON|The customer must be a natural person rather than another legal entity|NA|\n|INTRODUCTORY|The discount is only available during an introductory period|The period of time for the introductory discount. Formatted according to ISO 8601 Durations|\n|OTHER|Another eligibility criteria exists as described in the additionalInfo field (if this option is specified then the additionalInfo field is mandatory)|NA|\n\n"},"additionalInfo":{"type":"string","description":"Display text providing more information on this eligibility constraint."},"additionalInfoUri":{"type":"string","description":"Link to a web page with more information on this eligibility constraint."}}},"BankingProductRateCondition":{"type":"object","description":"Defines a condition for the applicability of a tiered rate.","properties":{"additionalValue":{"type":"string"},"additionalInfo":{"type":"string","description":"Display text providing more information on the condition."},"additionalInfoUri":{"type":"string","description":"Link to a web page with more information on this condition."}}},"BankingEnumProductCategory":{"type":"string","description":"Product category of the product.","enum":["TRANS_AND_SAVINGS_ACCOUNTS","TERM_DEPOSITS","CRED_AND_CHRG_CARDS"]}}}