"openapi: 3.0.1\ninfo:\n title: Account and Transactions V4.0\n x-technical-name: account-and-transactions-v4-0\n version: 4.0.0\n description: 'This API provides the ability for approved\/authorised Account Information Service Providers (AISPs) to access a customer''s account and transaction information for business current accounts (BCAs) and Personal Current Accounts (PCAs), Credit Cards, Savings Payment Accounts and Multi-Currency Payment Accounts, only when the PSU grants consent. This API is developed according to the Open Banking Read\/Write API Specifications and fulfils PSD2 regulation.'\n termsOfService: https:\/\/www.openbanking.org.uk\/terms\n contact:\n name: Support Mailbox\n email: openbankingAPI@santander.co.uk\n url: https:\/\/openbankinguk.github.io\/read-write-api-site3\/v4.0\/resources-and-data-models\/aisp\/Accounts.html\n license:\n name: Terms of Reference\n url: 'https:\/\/www.openbanking.org.uk\/terms'\n x-api-type: BAAS\n x-santander-catalogation:\n bian-landscape-version: 8\n bian-business-area: sales & service\n bian-business-domain: accounts\n bian-service-domain: accounts\nx-portal-category: Account\nservers:\n - url: https:\/\/personal-api-ob.omni.slz.santander.co.uk\n - url: https:\/\/business-api-ob.omni.slz.santander.co.uk\npaths:\n \/open-banking\/v4.0\/aisp\/accounts:\n get:\n tags:\n - Accounts\n summary: Returns account information for a list of accounts\n description: This endpoint can be used to return basic account information for a list of banking and savings accounts and credit cards that are eligible for selection for Open Banking registration or are already linked to a consent for data retrieval with an AISP. This can also be used by Santander applications to retrieve accounts linked to a valid customer credential.\n operationId: GetAccounts\n parameters:\n - $ref: '#\/components\/parameters\/x-fapi-auth-date'\n - $ref: '#\/components\/parameters\/x-fapi-customer-ip-address'\n - $ref: '#\/components\/parameters\/x-fapi-interaction-id'\n - $ref: '#\/components\/parameters\/Authorization'\n - $ref: '#\/components\/parameters\/x-customer-user-agent'\n responses:\n '200':\n $ref: '#\/components\/responses\/200AccountsRead'\n '400':\n $ref: '#\/components\/responses\/400Error'\n '401':\n $ref: '#\/components\/responses\/401Error'\n '403':\n $ref: '#\/components\/responses\/403Error'\n '404':\n $ref: '#\/components\/responses\/404Error'\n '405':\n $ref: '#\/components\/responses\/405Error'\n '406':\n $ref: '#\/components\/responses\/406Error'\n '429':\n $ref: '#\/components\/responses\/429Error'\n '500':\n $ref: '#\/components\/responses\/500Error'\n '502':\n $ref: '#\/components\/responses\/502Error'\n '503':\n $ref: '#\/components\/responses\/503Error'\n '504':\n $ref: '#\/components\/responses\/504Error'\n security:\n - PSUOAuth2Security:\n - accounts\n \/open-banking\/v4.0\/aisp\/accounts\/{accountId}:\n get:\n tags:\n - Accounts\n summary: Returns account information for a single account\n description: This endpoint can be used to return basic account information for a single banking and savings account or credit card that is linked to a consent for data retrieval with an AISP. This can also be used by Santander applications to retrieve accounts linked to a valid customer credential.\n operationId: GetAccountsAccountId\n parameters:\n - $ref: '#\/components\/parameters\/accountId'\n - $ref: '#\/components\/parameters\/x-fapi-auth-date'\n - $ref: '#\/components\/parameters\/x-fapi-customer-ip-address'\n - $ref: '#\/components\/parameters\/x-fapi-interaction-id'\n - $ref: '#\/components\/parameters\/Authorization'\n - $ref: '#\/components\/parameters\/x-customer-user-agent'\n responses:\n '200':\n $ref: '#\/components\/responses\/200AccountsAccountIdRead'\n '400':\n $ref: '#\/components\/responses\/400Error'\n '401':\n $ref: '#\/components\/responses\/401Error'\n '403':\n $ref: '#\/components\/responses\/403Error'\n '404':\n $ref: '#\/components\/responses\/404Error'\n '405':\n $ref: '#\/components\/responses\/405Error'\n '406':\n $ref: '#\/components\/responses\/406Error'\n '429':\n $ref: '#\/components\/responses\/429Error'\n '500':\n $ref: '#\/components\/responses\/500Error'\n '502':\n $ref: '#\/components\/responses\/502Error'\n '503':\n $ref: '#\/components\/responses\/503Error'\n '504':\n $ref: '#\/components\/responses\/504Error'\n security:\n - PSUOAuth2Security:\n - accounts\n \/open-banking\/v4.0\/aisp\/accounts\/{accountId}\/offers:\n get:\n tags:\n - Offers\n summary: Returns cards offer account information for a single credit card\n description: This endpoint can be used to return basic account information for credit card that is linked to a consent for data retrieval with an AISP. This can also be used by Santander applications to retrieve accounts linked to a valid customer credential.\n operationId: GetAccountsAccountIdOffers\n parameters:\n - $ref: '#\/components\/parameters\/accountId'\n - $ref: '#\/components\/parameters\/x-fapi-auth-date'\n - $ref: '#\/components\/parameters\/x-fapi-customer-ip-address'\n - $ref: '#\/components\/parameters\/x-fapi-interaction-id'\n - $ref: '#\/components\/parameters\/Authorization'\n - $ref: '#\/components\/parameters\/x-customer-user-agent'\n responses:\n '200':\n $ref: '#\/components\/responses\/200AccountsAccountIdOffersRead'\n '400':\n $ref: '#\/components\/responses\/400Error'\n '401':\n $ref: '#\/components\/responses\/401Error'\n '403':\n $ref: '#\/components\/responses\/403Error'\n '404':\n $ref: '#\/components\/responses\/404Error'\n '405':\n $ref: '#\/components\/responses\/405Error'\n '406':\n $ref: '#\/components\/responses\/406Error'\n '429':\n $ref: '#\/components\/responses\/429Error'\n '500':\n $ref: '#\/components\/responses\/500Error'\n '502':\n $ref: '#\/components\/responses\/502Error'\n '503':\n $ref: '#\/components\/responses\/503Error'\n '504':\n $ref: '#\/components\/responses\/504Error'\n security:\n - PSUOAuth2Security:\n - accounts\n \/open-banking\/v4.0\/aisp\/accounts\/{accountId}\/balances:\n get:\n tags:\n - Balances\n summary: Returns account balance information for a single account\n description: This endpoint can be used to return current balance information for a single banking and savings account or credit card that is linked to a consent for data retrieval with an AISP. This can also be used by Santander applications to retrieve balance information for an account linked to a valid customer credential.\n operationId: GetAccountsAccountIdBalances\n parameters:\n - $ref: '#\/components\/parameters\/accountId'\n - $ref: '#\/components\/parameters\/x-fapi-auth-date'\n - $ref: '#\/components\/parameters\/x-fapi-customer-ip-address'\n - $ref: '#\/components\/parameters\/x-fapi-interaction-id'\n - $ref: '#\/components\/parameters\/Authorization'\n - $ref: '#\/components\/parameters\/x-customer-user-agent'\n responses:\n '200':\n $ref: '#\/components\/responses\/200AccountsAccountIdBalancesRead'\n '400':\n $ref: '#\/components\/responses\/400Error'\n '401':\n $ref: '#\/components\/responses\/401Error'\n '403':\n $ref: '#\/components\/responses\/403Error'\n '404':\n $ref: '#\/components\/responses\/404Error'\n '405':\n $ref: '#\/components\/responses\/405Error'\n '406':\n $ref: '#\/components\/responses\/406Error'\n '429':\n $ref: '#\/components\/responses\/429Error'\n '500':\n $ref: '#\/components\/responses\/500Error'\n '502':\n $ref: '#\/components\/responses\/502Error'\n '503':\n $ref: '#\/components\/responses\/503Error'\n '504':\n $ref: '#\/components\/responses\/504Error'\n security:\n - PSUOAuth2Security:\n - accounts\n \/open-banking\/v4.0\/aisp\/balances:\n get:\n tags:\n - Balances\n summary: Returns account balance information for a list of accounts\n description: This endpoint can be used by Santander applications to return account balance information for a list of banking and savings accounts linked to a valid customer credential. It is not implemented for use by Open Banking AISPs.\n operationId: GetBalances\n parameters:\n - $ref: '#\/components\/parameters\/x-fapi-auth-date'\n - $ref: '#\/components\/parameters\/x-fapi-customer-ip-address'\n - $ref: '#\/components\/parameters\/x-fapi-interaction-id'\n - $ref: '#\/components\/parameters\/Authorization'\n - $ref: '#\/components\/parameters\/x-customer-user-agent'\n responses:\n '200':\n $ref: '#\/components\/responses\/200BalancesRead'\n '400':\n $ref: '#\/components\/responses\/400Error'\n '401':\n $ref: '#\/components\/responses\/401Error'\n '403':\n $ref: '#\/components\/responses\/403Error'\n '404':\n $ref: '#\/components\/responses\/404Error'\n '405':\n $ref: '#\/components\/responses\/405Error'\n '406':\n $ref: '#\/components\/responses\/406Error'\n '429':\n $ref: '#\/components\/responses\/429Error'\n '500':\n $ref: '#\/components\/responses\/500Error'\n '502':\n $ref: '#\/components\/responses\/502Error'\n '503':\n $ref: '#\/components\/responses\/503Error'\n '504':\n $ref: '#\/components\/responses\/504Error'\n security:\n - PSUOAuth2Security:\n - accounts\n \/open-banking\/v4.0\/aisp\/accounts\/{accountId}\/statements:\n get:\n tags:\n - Statements\n summary: Returns statement information for a single account\n description: This endpoint can be used to return a list of statements for a specified date range for a single banking and savings account or credit card that is linked to a consent for data retrieval with an AISP. This can also be used by Santander applications to retrieve statements for an account linked to a valid customer credential.\n operationId: GetAccountsAccountIdStatements\n parameters:\n - $ref: '#\/components\/parameters\/accountId'\n - $ref: '#\/components\/parameters\/x-fapi-auth-date'\n - $ref: '#\/components\/parameters\/x-fapi-customer-ip-address'\n - $ref: '#\/components\/parameters\/x-fapi-interaction-id'\n - $ref: '#\/components\/parameters\/Authorization'\n - $ref: '#\/components\/parameters\/x-customer-user-agent'\n - $ref: '#\/components\/parameters\/FromStatementDateTimeParam'\n - $ref: '#\/components\/parameters\/ToStatementDateTimeParam'\n responses:\n '200':\n $ref: '#\/components\/responses\/200AccountsAccountIdStatementsRead'\n '400':\n $ref: '#\/components\/responses\/400Error'\n '401':\n $ref: '#\/components\/responses\/401Error'\n '403':\n $ref: '#\/components\/responses\/403Error'\n '404':\n $ref: '#\/components\/responses\/404Error'\n '405':\n $ref: '#\/components\/responses\/405Error'\n '406':\n $ref: '#\/components\/responses\/406Error'\n '429':\n $ref: '#\/components\/responses\/429Error'\n '500':\n $ref: '#\/components\/responses\/500Error'\n '502':\n $ref: '#\/components\/responses\/502Error'\n '503':\n $ref: '#\/components\/responses\/503Error'\n '504':\n $ref: '#\/components\/responses\/504Error'\n security:\n - PSUOAuth2Security:\n - accounts\n \/open-banking\/v4.0\/aisp\/accounts\/{accountId}\/transactions:\n get:\n tags:\n - Transactions\n summary: Returns transaction information for a single account\n description: This endpoint can be used to return a list of transactions for a specified date range of up to 2 years for a single banking and savings account or credit card that is linked to a consent for data retrieval with an AISP. This can also be used by Santander applications to retrieve transactions for an account linked to a valid customer credential.\n operationId: GetAccountsAccountIdTransactions\n parameters:\n - $ref: '#\/components\/parameters\/accountId'\n - $ref: '#\/components\/parameters\/x-fapi-auth-date'\n - $ref: '#\/components\/parameters\/x-fapi-customer-ip-address'\n - $ref: '#\/components\/parameters\/x-fapi-interaction-id'\n - $ref: '#\/components\/parameters\/Authorization'\n - $ref: '#\/components\/parameters\/x-customer-user-agent'\n - $ref: '#\/components\/parameters\/FromBookingDateTimeParam'\n - $ref: '#\/components\/parameters\/ToBookingDateTimeParam'\n responses:\n '200':\n $ref: '#\/components\/responses\/200AccountsAccountIdTransactionsRead'\n '400':\n $ref: '#\/components\/responses\/400Error'\n '401':\n $ref: '#\/components\/responses\/401Error'\n '403':\n $ref: '#\/components\/responses\/403Error'\n '404':\n $ref: '#\/components\/responses\/404Error'\n '405':\n $ref: '#\/components\/responses\/405Error'\n '406':\n $ref: '#\/components\/responses\/406Error'\n '429':\n $ref: '#\/components\/responses\/429Error'\n '500':\n $ref: '#\/components\/responses\/500Error'\n '502':\n $ref: '#\/components\/responses\/502Error'\n '503':\n $ref: '#\/components\/responses\/503Error'\n '504':\n $ref: '#\/components\/responses\/504Error'\n security:\n - PSUOAuth2Security:\n - accounts\n \/open-banking\/v4.0\/aisp\/accounts\/{accountId}\/product:\n get:\n tags:\n - Products\n summary: Returns product information for a single account\n description: This endpoint can be used to return basic product information for a single banking and savings account or credit card that is linked to a consent for data retrieval with an AISP.\n operationId: GetAccountsAccountIdProduct\n parameters:\n - $ref: '#\/components\/parameters\/accountId'\n - $ref: '#\/components\/parameters\/x-fapi-auth-date'\n - $ref: '#\/components\/parameters\/x-fapi-customer-ip-address'\n - $ref: '#\/components\/parameters\/x-fapi-interaction-id'\n - $ref: '#\/components\/parameters\/Authorization'\n - $ref: '#\/components\/parameters\/x-customer-user-agent'\n responses:\n '200':\n $ref: '#\/components\/responses\/200AccountsAccountIdProductRead'\n '400':\n $ref: '#\/components\/responses\/400Error'\n '401':\n $ref: '#\/components\/responses\/401Error'\n '403':\n $ref: '#\/components\/responses\/403Error'\n '404':\n $ref: '#\/components\/responses\/404Error'\n '405':\n $ref: '#\/components\/responses\/405Error'\n '406':\n $ref: '#\/components\/responses\/406Error'\n '429':\n $ref: '#\/components\/responses\/429Error'\n '500':\n $ref: '#\/components\/responses\/500Error'\n '502':\n $ref: '#\/components\/responses\/502Error'\n '503':\n $ref: '#\/components\/responses\/503Error'\n '504':\n $ref: '#\/components\/responses\/504Error'\n security:\n - PSUOAuth2Security:\n - accounts\n \/open-banking\/v4.0\/aisp\/accounts\/{accountId}\/parties:\n get:\n tags:\n - Parties\n summary: Returns the details on the account owner(s)\/holder(s) and operator(s) for a specific account\n description: This endpoint can be used to return customer information for all owners an operators of a single banking or savings account that is linked to a consent for data retrieval with an AISP. This can also be used by Santander applications to retrieve customer information for an account linked to a valid customer credential.\n operationId: GetAccountsAccountIdParties\n parameters:\n - $ref: '#\/components\/parameters\/accountId'\n - $ref: '#\/components\/parameters\/x-fapi-auth-date'\n - $ref: '#\/components\/parameters\/x-fapi-customer-ip-address'\n - $ref: '#\/components\/parameters\/x-fapi-interaction-id'\n - $ref: '#\/components\/parameters\/Authorization'\n - $ref: '#\/components\/parameters\/x-customer-user-agent'\n responses:\n '200':\n $ref: '#\/components\/responses\/200AccountsAccountIdPartiesRead'\n '400':\n $ref: '#\/components\/responses\/400Error'\n '401':\n $ref: '#\/components\/responses\/401Error'\n '403':\n $ref: '#\/components\/responses\/403Error'\n '404':\n $ref: '#\/components\/responses\/404Error'\n '405':\n $ref: '#\/components\/responses\/405Error'\n '406':\n $ref: '#\/components\/responses\/406Error'\n '429':\n $ref: '#\/components\/responses\/429Error'\n '500':\n $ref: '#\/components\/responses\/500Error'\n '502':\n $ref: '#\/components\/responses\/502Error'\n '503':\n $ref: '#\/components\/responses\/503Error'\n '504':\n $ref: '#\/components\/responses\/504Error'\n security:\n - PSUOAuth2Security:\n - accounts\n \/open-banking\/v4.0\/aisp\/accounts\/{accountId}\/party:\n get:\n tags:\n - Parties\n summary: Returns the details on the account owner\/holder for a specific account\n description: This endpoint can be used to return customer information for the owner of a single banking and savings account or credit card that is linked to a consent for data retrieval with an AISP. This can also be used by Santander applications to retrieve accounts linked to a valid customer credential.\n operationId: GetAccountsAccountIdParty\n parameters:\n - $ref: '#\/components\/parameters\/accountId'\n - $ref: '#\/components\/parameters\/x-fapi-auth-date'\n - $ref: '#\/components\/parameters\/x-fapi-customer-ip-address'\n - $ref: '#\/components\/parameters\/x-fapi-interaction-id'\n - $ref: '#\/components\/parameters\/Authorization'\n - $ref: '#\/components\/parameters\/x-customer-user-agent'\n responses:\n '200':\n $ref: '#\/components\/responses\/200AccountsAccountIdPartyRead'\n '400':\n $ref: '#\/components\/responses\/400Error'\n '401':\n $ref: '#\/components\/responses\/401Error'\n '403':\n $ref: '#\/components\/responses\/403Error'\n '404':\n $ref: '#\/components\/responses\/404Error'\n '405':\n $ref: '#\/components\/responses\/405Error'\n '406':\n $ref: '#\/components\/responses\/406Error'\n '429':\n $ref: '#\/components\/responses\/429Error'\n '500':\n $ref: '#\/components\/responses\/500Error'\n '502':\n $ref: '#\/components\/responses\/502Error'\n '503':\n $ref: '#\/components\/responses\/503Error'\n '504':\n $ref: '#\/components\/responses\/504Error'\n security:\n - PSUOAuth2Security:\n - accounts\n \/open-banking\/v4.0\/aisp\/party:\n get:\n tags:\n - Parties\n summary: Returns customer information for the customer that has authorised the account-access-consent\n description: This endpoint can be used to return customer information for a customer that has authorised the account-access-consent for a consent of data retrieval from Santander with an Account Information Service Provider.\n operationId: GetParty\n parameters:\n - $ref: '#\/components\/parameters\/x-fapi-auth-date'\n - $ref: '#\/components\/parameters\/x-fapi-customer-ip-address'\n - $ref: '#\/components\/parameters\/x-fapi-interaction-id'\n - $ref: '#\/components\/parameters\/Authorization'\n - $ref: '#\/components\/parameters\/x-customer-user-agent'\n responses:\n '200':\n $ref: '#\/components\/responses\/200PartyRead'\n '400':\n $ref: '#\/components\/responses\/400Error'\n '401':\n $ref: '#\/components\/responses\/401Error'\n '403':\n $ref: '#\/components\/responses\/403Error'\n '404':\n $ref: '#\/components\/responses\/404Error'\n '405':\n $ref: '#\/components\/responses\/405Error'\n '406':\n $ref: '#\/components\/responses\/406Error'\n '429':\n $ref: '#\/components\/responses\/429Error'\n '500':\n $ref: '#\/components\/responses\/500Error'\n '502':\n $ref: '#\/components\/responses\/502Error'\n '503':\n $ref: '#\/components\/responses\/503Error'\n '504':\n $ref: '#\/components\/responses\/504Error'\n security:\n - PSUOAuth2Security:\n - accounts\n \/open-banking\/v4.0\/aisp\/accounts\/{accountId}\/beneficiaries:\n get:\n tags:\n - Beneficiaries\n summary: Returns account beneficiaries information for a specific account\n description: This endpoint can be used to return beneficiary information for a single banking and savings account that is linked to a consent for data retrieval with an AISP. This can also be used by Santander applications to retrieve beneficiary information for an account linked to a valid customer credential.\n operationId: GetAccountsAccountIdBeneficiaries\n parameters:\n - $ref: '#\/components\/parameters\/accountId'\n - $ref: '#\/components\/parameters\/x-fapi-auth-date'\n - $ref: '#\/components\/parameters\/x-fapi-customer-ip-address'\n - $ref: '#\/components\/parameters\/x-fapi-interaction-id'\n - $ref: '#\/components\/parameters\/Authorization'\n - $ref: '#\/components\/parameters\/x-customer-user-agent'\n responses:\n '200':\n $ref: '#\/components\/responses\/200AccountsAccountIdBeneficiariesRead'\n '400':\n $ref: '#\/components\/responses\/400Error'\n '401':\n $ref: '#\/components\/responses\/401Error'\n '403':\n $ref: '#\/components\/responses\/403Error'\n '404':\n $ref: '#\/components\/responses\/404Error'\n '405':\n $ref: '#\/components\/responses\/405Error'\n '406':\n $ref: '#\/components\/responses\/406Error'\n '429':\n $ref: '#\/components\/responses\/429Error'\n '500':\n $ref: '#\/components\/responses\/500Error'\n '502':\n $ref: '#\/components\/responses\/502Error'\n '503':\n $ref: '#\/components\/responses\/503Error'\n '504':\n $ref: '#\/components\/responses\/504Error'\n security:\n - PSUOAuth2Security:\n - accounts\n \/open-banking\/v4.0\/aisp\/beneficiaries:\n get:\n tags:\n - Beneficiaries\n summary: Returns account beneficiaries information for a list of accounts\n description: This endpoint can be used to return payment beneficiary information for a list of banking and savings accounts that are linked to a consent for data retrieval with an AISP. This can also be used by Santander applications to retrieve payment beneficiary information for accounts linked to a valid customer credential.\n operationId: GetBeneficiaries\n parameters:\n - $ref: '#\/components\/parameters\/x-fapi-auth-date'\n - $ref: '#\/components\/parameters\/x-fapi-customer-ip-address'\n - $ref: '#\/components\/parameters\/x-fapi-interaction-id'\n - $ref: '#\/components\/parameters\/Authorization'\n - $ref: '#\/components\/parameters\/x-customer-user-agent'\n responses:\n '200':\n $ref: '#\/components\/responses\/200BeneficiariesRead'\n '400':\n $ref: '#\/components\/responses\/400Error'\n '401':\n $ref: '#\/components\/responses\/401Error'\n '403':\n $ref: '#\/components\/responses\/403Error'\n '404':\n $ref: '#\/components\/responses\/404Error'\n '405':\n $ref: '#\/components\/responses\/405Error'\n '406':\n $ref: '#\/components\/responses\/406Error'\n '429':\n $ref: '#\/components\/responses\/429Error'\n '500':\n $ref: '#\/components\/responses\/500Error'\n '502':\n $ref: '#\/components\/responses\/502Error'\n '503':\n $ref: '#\/components\/responses\/503Error'\n '504':\n $ref: '#\/components\/responses\/504Error'\n security:\n - PSUOAuth2Security:\n - accounts\n \/open-banking\/v4.0\/aisp\/accounts\/{accountId}\/direct-debits:\n get:\n tags:\n - Direct Debits\n summary: Returns the Direct Debits information for a single account\n description: This endpoint can be used to return Direct Debits information for a single banking and savings account that is linked to a consent for data retrieval with an AISP. This can also be used by Santander applications to retrieve Direct Debits information for an account linked to a valid customer credential.\n operationId: GetAccountsAccountIdDirectDebits\n parameters:\n - $ref: '#\/components\/parameters\/accountId'\n - $ref: '#\/components\/parameters\/x-fapi-auth-date'\n - $ref: '#\/components\/parameters\/x-fapi-customer-ip-address'\n - $ref: '#\/components\/parameters\/x-fapi-interaction-id'\n - $ref: '#\/components\/parameters\/Authorization'\n - $ref: '#\/components\/parameters\/x-customer-user-agent'\n responses:\n '200':\n $ref: '#\/components\/responses\/200AccountsAccountIdDirectDebitsRead'\n '400':\n $ref: '#\/components\/responses\/400Error'\n '401':\n $ref: '#\/components\/responses\/401Error'\n '403':\n $ref: '#\/components\/responses\/403Error'\n '404':\n $ref: '#\/components\/responses\/404Error'\n '405':\n $ref: '#\/components\/responses\/405Error'\n '406':\n $ref: '#\/components\/responses\/406Error'\n '429':\n $ref: '#\/components\/responses\/429Error'\n '500':\n $ref: '#\/components\/responses\/500Error'\n '502':\n $ref: '#\/components\/responses\/502Error'\n '503':\n $ref: '#\/components\/responses\/503Error'\n '504':\n $ref: '#\/components\/responses\/504Error'\n security:\n - PSUOAuth2Security:\n - accounts\n \/open-banking\/v4.0\/aisp\/direct-debits:\n get:\n tags:\n - Direct Debits\n summary: Returns payment Direct Debits information for a list of banking and savings accounts linked to either an Open Banking Consent or to a customer credential.\n description: This endpoint can be used to return Direct Debits information for a list of banking and savings accounts that are linked to a consent for data retrieval with an AISP. This can also be used by Santander applications to retrieve Direct Debits information for accounts linked to a valid customer credential.\n operationId: GetDirectDebits\n parameters:\n - $ref: '#\/components\/parameters\/x-fapi-auth-date'\n - $ref: '#\/components\/parameters\/x-fapi-customer-ip-address'\n - $ref: '#\/components\/parameters\/x-fapi-interaction-id'\n - $ref: '#\/components\/parameters\/Authorization'\n - $ref: '#\/components\/parameters\/x-customer-user-agent'\n responses:\n '200':\n $ref: '#\/components\/responses\/200DirectDebitsRead'\n '400':\n $ref: '#\/components\/responses\/400Error'\n '401':\n $ref: '#\/components\/responses\/401Error'\n '403':\n $ref: '#\/components\/responses\/403Error'\n '404':\n $ref: '#\/components\/responses\/404Error'\n '405':\n $ref: '#\/components\/responses\/405Error'\n '406':\n $ref: '#\/components\/responses\/406Error'\n '429':\n $ref: '#\/components\/responses\/429Error'\n '500':\n $ref: '#\/components\/responses\/500Error'\n '502':\n $ref: '#\/components\/responses\/502Error'\n '503':\n $ref: '#\/components\/responses\/503Error'\n '504':\n $ref: '#\/components\/responses\/504Error'\n security:\n - PSUOAuth2Security:\n - accounts\n \/open-banking\/v4.0\/aisp\/accounts\/{accountId}\/standing-orders:\n get:\n tags:\n - Standing Orders\n summary: Returns the Standing Orders information for a single account\n description: This endpoint can be used to return Standing Orders information for a single banking and savings account that is linked to a consent for data retrieval with an AISP. This can also be used by Santander applications to retrieve Standing Orders information for an account linked to a valid customer credential.\n operationId: GetAccountsAccountIdStandingOrders\n parameters:\n - $ref: '#\/components\/parameters\/accountId'\n - $ref: '#\/components\/parameters\/x-fapi-auth-date'\n - $ref: '#\/components\/parameters\/x-fapi-customer-ip-address'\n - $ref: '#\/components\/parameters\/x-fapi-interaction-id'\n - $ref: '#\/components\/parameters\/Authorization'\n - $ref: '#\/components\/parameters\/x-customer-user-agent'\n responses:\n '200':\n $ref: '#\/components\/responses\/200AccountsAccountIdStandingOrdersRead'\n '400':\n $ref: '#\/components\/responses\/400Error'\n '401':\n $ref: '#\/components\/responses\/401Error'\n '403':\n $ref: '#\/components\/responses\/403Error'\n '404':\n $ref: '#\/components\/responses\/404Error'\n '405':\n $ref: '#\/components\/responses\/405Error'\n '406':\n $ref: '#\/components\/responses\/406Error'\n '429':\n $ref: '#\/components\/responses\/429Error'\n '500':\n $ref: '#\/components\/responses\/500Error'\n '502':\n $ref: '#\/components\/responses\/502Error'\n '503':\n $ref: '#\/components\/responses\/503Error'\n '504':\n $ref: '#\/components\/responses\/504Error'\n security:\n - PSUOAuth2Security:\n - accounts\n \/open-banking\/v4.0\/aisp\/standing-orders:\n get:\n tags:\n - Standing Orders\n summary: Returns payment Standing Orders information for accounts linked to either an Open Banking Consent or to a customer credential.\n description: This endpoint can be used to return bulk Standing Orders information for banking and savings account(s) that are linked to a consent for data retrieval with an AISP. This can also be used by Santander applications to retrieve Standing Orders information for accounts linked to a valid customer credential.\n operationId: GetStandingOrders\n parameters:\n - $ref: '#\/components\/parameters\/x-fapi-auth-date'\n - $ref: '#\/components\/parameters\/x-fapi-customer-ip-address'\n - $ref: '#\/components\/parameters\/x-fapi-interaction-id'\n - $ref: '#\/components\/parameters\/Authorization'\n - $ref: '#\/components\/parameters\/x-customer-user-agent'\n responses:\n '200':\n $ref: '#\/components\/responses\/200StandingOrdersRead'\n '400':\n $ref: '#\/components\/responses\/400Error'\n '401':\n $ref: '#\/components\/responses\/401Error'\n '403':\n $ref: '#\/components\/responses\/403Error'\n '404':\n $ref: '#\/components\/responses\/404Error'\n '405':\n $ref: '#\/components\/responses\/405Error'\n '406':\n $ref: '#\/components\/responses\/406Error'\n '429':\n $ref: '#\/components\/responses\/429Error'\n '500':\n $ref: '#\/components\/responses\/500Error'\n '502':\n $ref: '#\/components\/responses\/502Error'\n '503':\n $ref: '#\/components\/responses\/503Error'\n '504':\n $ref: '#\/components\/responses\/504Error'\n security:\n - PSUOAuth2Security:\n - accounts\n \/open-banking\/v4.0\/aisp\/account-access-consents:\n post:\n tags:\n - Account Access\n summary: Create a new Account Access Consents resource\n description: This endpoint will allow an AISP to ask an ASPSP to create a new account access consent resource, which will allow the ASPSP to authorise access to account and transaction information.\n operationId: CreateAccountAccessConsents\n parameters:\n - $ref: '#\/components\/parameters\/x-fapi-auth-date'\n - $ref: '#\/components\/parameters\/x-fapi-customer-ip-address'\n - $ref: '#\/components\/parameters\/x-fapi-interaction-id'\n - $ref: '#\/components\/parameters\/Authorization'\n - $ref: '#\/components\/parameters\/x-customer-user-agent'\n requestBody:\n content:\n application\/json; charset=utf-8:\n schema:\n $ref: '#\/components\/schemas\/OBReadConsent1'\n application\/json:\n schema:\n $ref: '#\/components\/schemas\/OBReadConsent1'\n application\/jose+jwe:\n schema:\n $ref: '#\/components\/schemas\/OBReadConsent1'\n description: Default\n required: true\n responses:\n '201':\n $ref: '#\/components\/responses\/201AccountAccessConsentsCreated'\n '400':\n $ref: '#\/components\/responses\/400Error'\n '401':\n $ref: '#\/components\/responses\/401Error'\n '403':\n $ref: '#\/components\/responses\/403Error'\n '404':\n $ref: '#\/components\/responses\/404Error'\n '405':\n $ref: '#\/components\/responses\/405Error'\n '406':\n $ref: '#\/components\/responses\/406Error'\n '415':\n $ref: '#\/components\/responses\/415Error'\n '429':\n $ref: '#\/components\/responses\/429Error'\n '500':\n $ref: '#\/components\/responses\/500Error'\n '502':\n $ref: '#\/components\/responses\/502Error'\n '503':\n $ref: '#\/components\/responses\/503Error'\n '504':\n $ref: '#\/components\/responses\/504Error'\n security:\n - TPPOAuth2Security:\n - accounts\n \/open-banking\/v4.0\/aisp\/account-access-consents\/{consentId}:\n delete:\n tags:\n - Account Access\n summary: Delete an Account Access Consent\n description: This endpoint will allow for the permanent deletion of an account access consent resource, should a PSU to revoke consent to data access with the AISP from the consent database\n operationId: DeleteAccountAccessConsentsConsentId\n parameters:\n - $ref: '#\/components\/parameters\/consentId'\n - $ref: '#\/components\/parameters\/x-fapi-auth-date'\n - $ref: '#\/components\/parameters\/x-fapi-customer-ip-address'\n - $ref: '#\/components\/parameters\/x-fapi-interaction-id'\n - $ref: '#\/components\/parameters\/Authorization'\n - $ref: '#\/components\/parameters\/x-customer-user-agent'\n responses:\n '204':\n $ref: '#\/components\/responses\/204AccountAccessConsentsConsentIdDeleted'\n '400':\n $ref: '#\/components\/responses\/400Error'\n '401':\n $ref: '#\/components\/responses\/401Error'\n '403':\n $ref: '#\/components\/responses\/403Error'\n '404':\n $ref: '#\/components\/responses\/404Error'\n '405':\n $ref: '#\/components\/responses\/405Error'\n '406':\n $ref: '#\/components\/responses\/406Error'\n '429':\n $ref: '#\/components\/responses\/429Error'\n '500':\n $ref: '#\/components\/responses\/500Error'\n '502':\n $ref: '#\/components\/responses\/502Error'\n '503':\n $ref: '#\/components\/responses\/503Error'\n '504':\n $ref: '#\/components\/responses\/504Error'\n security:\n - TPPOAuth2Security:\n - accounts\n get:\n tags:\n - Account Access\n summary: Retrieve an Account Access Consents\n description: This endpoint will allow a AISP to retrieve an account access consent resource that thay have previously created so that they can check the status of the account access consent.\n operationId: GetAccountAccessConsentsConsentId\n parameters:\n - $ref: '#\/components\/parameters\/consentId'\n - $ref: '#\/components\/parameters\/x-fapi-auth-date'\n - $ref: '#\/components\/parameters\/x-fapi-customer-ip-address'\n - $ref: '#\/components\/parameters\/x-fapi-interaction-id'\n - $ref: '#\/components\/parameters\/Authorization'\n - $ref: '#\/components\/parameters\/x-customer-user-agent'\n responses:\n '200':\n $ref: '#\/components\/responses\/200AccountAccessConsentsConsentIdRead'\n '400':\n $ref: '#\/components\/responses\/400Error'\n '401':\n $ref: '#\/components\/responses\/401Error'\n '403':\n $ref: '#\/components\/responses\/403Error'\n '404':\n $ref: '#\/components\/responses\/404Error'\n '405':\n $ref: '#\/components\/responses\/405Error'\n '406':\n $ref: '#\/components\/responses\/406Error'\n '429':\n $ref: '#\/components\/responses\/429Error'\n '500':\n $ref: '#\/components\/responses\/500Error'\n '502':\n $ref: '#\/components\/responses\/502Error'\n '503':\n $ref: '#\/components\/responses\/503Error'\n '504':\n $ref: '#\/components\/responses\/504Error'\n security:\n - TPPOAuth2Security:\n - accounts\ncomponents:\n parameters:\n FromBookingDateTimeParam:\n in: query\n name: fromBookingDateTime\n description: >-\n The UTC ISO 8601 Date Time to filter transactions FROM\n\n NB Time component is optional - set to 00:00:00 for just Date.\n\n If the Date Time contains a timezone, the ASPSP must ignore the timezone component.\n schema:\n type: string\n format: date-time\n ToBookingDateTimeParam:\n in: query\n name: toBookingDateTime\n description: >-\n The UTC ISO 8601 Date Time to filter transactions TO\n\n NB Time component is optional - set to 00:00:00 for just Date.\n\n If the Date Time contains a timezone, the ASPSP must ignore the timezone component.\n schema:\n type: string\n format: date-time\n FromStatementDateTimeParam:\n in: query\n name: fromStatementDateTime\n description: >-\n The UTC ISO 8601 Date Time to filter statements FROM\n\n NB Time component is optional - set to 00:00:00 for just Date.\n\n If the Date Time contains a timezone, the ASPSP must ignore the timezone component.\n schema:\n type: string\n format: date-time\n ToStatementDateTimeParam:\n in: query\n name: toStatementDateTime\n description: >-\n The UTC ISO 8601 Date Time to filter statements TO\n\n NB Time component is optional - set to 00:00:00 for just Date.\n\n If the Date Time contains a timezone, the ASPSP must ignore the timezone component.\n schema:\n type: string\n format: date-time\n consentId:\n name: consentId\n in: path\n description: consentId\n required: true\n schema:\n type: string\n accountId:\n name: accountId\n in: path\n description: accountId\n required: true\n schema:\n type: string\n StatementId:\n name: StatementId\n in: path\n description: StatementId\n required: true\n schema:\n type: string\n Authorization:\n in: header\n name: Authorization\n required: true\n description: An Authorisation Token as per https:\/\/tools.ietf.org\/html\/rfc6750\n schema:\n type: string\n x-customer-user-agent:\n in: header\n name: x-customer-user-agent\n description: Indicates the user-agent that the PSU is using.\n required: false\n schema:\n type: string\n x-fapi-customer-ip-address:\n in: header\n name: x-fapi-customer-ip-address\n required: false\n description: The PSU's IP address if the PSU is currently logged in with the TPP.\n schema:\n type: string\n x-fapi-auth-date:\n in: header\n name: x-fapi-auth-date\n required: false\n description: \"The time when the PSU last logged in with the TPP. \\nAll dates in the HTTP headers are represented as RFC 7231 Full Dates. An example is below: \\nSun, 10 Sep 2017 19:43:31 UTC\"\n schema:\n type: string\n pattern: >-\n ^(Mon|Tue|Wed|Thu|Fri|Sat|Sun), \\d{2} (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) \\d{4} \\d{2}:\\d{2}:\\d{2} (GMT|UTC)$\n x-fapi-interaction-id:\n in: header\n name: x-fapi-interaction-id\n required: false\n description: An RFC4122 UID used as a correlation id.\n schema:\n type: string\n x-idempotency-key:\n name: x-idempotency-key\n in: header\n description: |\n Every request will be processed only once per x-idempotency-key. The\n Idempotency Key will be valid for 24 hours.\n required: true\n schema:\n type: string\n maxLength: 40\n pattern: ^(?!\\s)(.*)(\\S)$\n x-jws-signature:\n in: header\n name: x-jws-signature\n required: true\n description: A detached JWS signature of the body of the payload.\n schema:\n type: string\n responses:\n 201AccountAccessConsentsCreated:\n description: Account Access Consents Created\n headers:\n x-fapi-interaction-id:\n description: An RFC4122 UID used as a correlation id.\n required: true\n schema:\n type: string\n content:\n application\/json; charset=utf-8:\n schema:\n $ref: '#\/components\/schemas\/OBReadConsentResponse1'\n application\/json:\n schema:\n $ref: '#\/components\/schemas\/OBReadConsentResponse1'\n application\/jose+jwe:\n schema:\n $ref: '#\/components\/schemas\/OBReadConsentResponse1'\n 200AccountAccessConsentsConsentIdRead:\n description: Account Access Consents Read\n headers:\n x-fapi-interaction-id:\n description: An RFC4122 UID used as a correlation id.\n required: true\n schema:\n type: string\n content:\n application\/json; charset=utf-8:\n schema:\n $ref: '#\/components\/schemas\/OBReadConsentResponse1'\n application\/json:\n schema:\n $ref: '#\/components\/schemas\/OBReadConsentResponse1'\n application\/jose+jwe:\n schema:\n $ref: '#\/components\/schemas\/OBReadConsentResponse1'\n 204AccountAccessConsentsConsentIdDeleted:\n description: Account Access Consents Deleted\n headers:\n x-fapi-interaction-id:\n description: An RFC4122 UID used as a correlation id.\n required: true\n schema:\n type: string\n 200AccountsRead:\n description: Accounts Read\n headers:\n x-fapi-interaction-id:\n description: An RFC4122 UID used as a correlation id.\n required: true\n schema:\n type: string\n content:\n application\/json; charset=utf-8:\n schema:\n $ref: '#\/components\/schemas\/OBReadAccount6'\n application\/json:\n schema:\n $ref: '#\/components\/schemas\/OBReadAccount6'\n application\/jose+jwe:\n schema:\n $ref: '#\/components\/schemas\/OBReadAccount6'\n 200AccountsAccountIdRead:\n description: Accounts Read\n headers:\n x-fapi-interaction-id:\n description: An RFC4122 UID used as a correlation id.\n required: true\n schema:\n type: string\n content:\n application\/json; charset=utf-8:\n schema:\n $ref: '#\/components\/schemas\/OBReadAccount6'\n application\/json:\n schema:\n $ref: '#\/components\/schemas\/OBReadAccount6'\n application\/jose+jwe:\n schema:\n $ref: '#\/components\/schemas\/OBReadAccount6'\n 200AccountsAccountIdBalancesRead:\n description: Balances Read\n headers:\n x-fapi-interaction-id:\n description: An RFC4122 UID used as a correlation id.\n required: true\n schema:\n type: string\n content:\n application\/json; charset=utf-8:\n schema:\n $ref: '#\/components\/schemas\/OBReadBalance1'\n application\/json:\n schema:\n $ref: '#\/components\/schemas\/OBReadBalance1'\n application\/jose+jwe:\n schema:\n $ref: '#\/components\/schemas\/OBReadBalance1'\n 200BalancesRead:\n description: Balances Read\n headers:\n x-fapi-interaction-id:\n description: An RFC4122 UID used as a correlation id.\n required: true\n schema:\n type: string\n content:\n application\/json; charset=utf-8:\n schema:\n $ref: '#\/components\/schemas\/OBReadBalance1'\n application\/json:\n schema:\n $ref: '#\/components\/schemas\/OBReadBalance1'\n application\/jose+jwe:\n schema:\n $ref: '#\/components\/schemas\/OBReadBalance1'\n 200AccountsAccountIdBeneficiariesRead:\n description: Beneficiaries Read\n headers:\n x-fapi-interaction-id:\n description: An RFC4122 UID used as a correlation id.\n required: true\n schema:\n type: string\n content:\n application\/json; charset=utf-8:\n schema:\n $ref: '#\/components\/schemas\/OBReadBeneficiary5'\n application\/json:\n schema:\n $ref: '#\/components\/schemas\/OBReadBeneficiary5'\n application\/jose+jwe:\n schema:\n $ref: '#\/components\/schemas\/OBReadBeneficiary5'\n 200BeneficiariesRead:\n description: Beneficiaries Read\n headers:\n x-fapi-interaction-id:\n description: An RFC4122 UID used as a correlation id.\n required: true\n schema:\n type: string\n content:\n application\/json; charset=utf-8:\n schema:\n $ref: '#\/components\/schemas\/OBReadBeneficiary5'\n application\/json:\n schema:\n $ref: '#\/components\/schemas\/OBReadBeneficiary5'\n application\/jose+jwe:\n schema:\n $ref: '#\/components\/schemas\/OBReadBeneficiary5'\n 200AccountsAccountIdDirectDebitsRead:\n description: Direct Debits Read\n headers:\n x-fapi-interaction-id:\n description: An RFC4122 UID used as a correlation id.\n required: true\n schema:\n type: string\n content:\n application\/json; charset=utf-8:\n schema:\n $ref: '#\/components\/schemas\/OBReadDirectDebit2'\n application\/json:\n schema:\n $ref: '#\/components\/schemas\/OBReadDirectDebit2'\n application\/jose+jwe:\n schema:\n $ref: '#\/components\/schemas\/OBReadDirectDebit2'\n 200DirectDebitsRead:\n description: Direct Debits Read\n headers:\n x-fapi-interaction-id:\n description: An RFC4122 UID used as a correlation id.\n required: true\n schema:\n type: string\n content:\n application\/json; charset=utf-8:\n schema:\n $ref: '#\/components\/schemas\/OBReadDirectDebit2'\n application\/json:\n schema:\n $ref: '#\/components\/schemas\/OBReadDirectDebit2'\n application\/jose+jwe:\n schema:\n $ref: '#\/components\/schemas\/OBReadDirectDebit2'\n 200AccountsAccountIdOffersRead:\n description: Offers Read\n headers:\n x-fapi-interaction-id:\n description: An RFC4122 UID used as a correlation id.\n required: true\n schema:\n type: string\n content:\n application\/json; charset=utf-8:\n schema:\n $ref: '#\/components\/schemas\/OBReadOffer1'\n application\/json:\n schema:\n $ref: '#\/components\/schemas\/OBReadOffer1'\n application\/jose+jwe:\n schema:\n $ref: '#\/components\/schemas\/OBReadOffer1'\n 200OffersRead:\n description: Offers Read\n headers:\n x-fapi-interaction-id:\n description: An RFC4122 UID used as a correlation id.\n required: true\n schema:\n type: string\n content:\n application\/json; charset=utf-8:\n schema:\n $ref: '#\/components\/schemas\/OBReadOffer1'\n application\/json:\n schema:\n $ref: '#\/components\/schemas\/OBReadOffer1'\n application\/jose+jwe:\n schema:\n $ref: '#\/components\/schemas\/OBReadOffer1'\n 200AccountsAccountIdPartiesRead:\n description: Parties Read\n headers:\n x-fapi-interaction-id:\n description: An RFC4122 UID used as a correlation id.\n required: true\n schema:\n type: string\n content:\n application\/json; charset=utf-8:\n schema:\n $ref: '#\/components\/schemas\/OBReadParty3'\n application\/json:\n schema:\n $ref: '#\/components\/schemas\/OBReadParty3'\n application\/jose+jwe:\n schema:\n $ref: '#\/components\/schemas\/OBReadParty3'\n 200AccountsAccountIdPartyRead:\n description: Parties Read\n headers:\n x-fapi-interaction-id:\n description: An RFC4122 UID used as a correlation id.\n required: true\n schema:\n type: string\n content:\n application\/json; charset=utf-8:\n schema:\n $ref: '#\/components\/schemas\/OBReadParty2'\n application\/json:\n schema:\n $ref: '#\/components\/schemas\/OBReadParty2'\n application\/jose+jwe:\n schema:\n $ref: '#\/components\/schemas\/OBReadParty2'\n 200PartyRead:\n description: Parties Read\n headers:\n x-fapi-interaction-id:\n description: An RFC4122 UID used as a correlation id.\n required: true\n schema:\n type: string\n content:\n application\/json; charset=utf-8:\n schema:\n $ref: '#\/components\/schemas\/OBReadParty2'\n application\/json:\n schema:\n $ref: '#\/components\/schemas\/OBReadParty2'\n application\/jose+jwe:\n schema:\n $ref: '#\/components\/schemas\/OBReadParty2'\n 200AccountsAccountIdProductRead:\n description: Products Read\n headers:\n x-fapi-interaction-id:\n description: An RFC4122 UID used as a correlation id.\n required: true\n schema:\n type: string\n content:\n application\/json; charset=utf-8:\n schema:\n $ref: '#\/components\/schemas\/OBReadProduct2'\n application\/json:\n schema:\n $ref: '#\/components\/schemas\/OBReadProduct2'\n application\/jose+jwe:\n schema:\n $ref: '#\/components\/schemas\/OBReadProduct2'\n 200ProductsRead:\n description: Products Read\n headers:\n x-fapi-interaction-id:\n description: An RFC4122 UID used as a correlation id.\n required: true\n schema:\n type: string\n content:\n application\/json; charset=utf-8:\n schema:\n $ref: '#\/components\/schemas\/OBReadProduct2'\n application\/json:\n schema:\n $ref: '#\/components\/schemas\/OBReadProduct2'\n application\/jose+jwe:\n schema:\n $ref: '#\/components\/schemas\/OBReadProduct2'\n 200AccountsAccountIdScheduledPaymentsRead:\n description: Scheduled Payments Read\n headers:\n x-fapi-interaction-id:\n description: An RFC4122 UID used as a correlation id.\n required: true\n schema:\n type: string\n content:\n application\/json; charset=utf-8:\n schema:\n $ref: '#\/components\/schemas\/OBReadScheduledPayment3'\n application\/json:\n schema:\n $ref: '#\/components\/schemas\/OBReadScheduledPayment3'\n application\/jose+jwe:\n schema:\n $ref: '#\/components\/schemas\/OBReadScheduledPayment3'\n 200ScheduledPaymentsRead:\n description: Scheduled Payments Read\n headers:\n x-fapi-interaction-id:\n description: An RFC4122 UID used as a correlation id.\n required: true\n schema:\n type: string\n content:\n application\/json; charset=utf-8:\n schema:\n $ref: '#\/components\/schemas\/OBReadScheduledPayment3'\n application\/json:\n schema:\n $ref: '#\/components\/schemas\/OBReadScheduledPayment3'\n application\/jose+jwe:\n schema:\n $ref: '#\/components\/schemas\/OBReadScheduledPayment3'\n 200AccountsAccountIdStandingOrdersRead:\n description: Standing Orders Read\n headers:\n x-fapi-interaction-id:\n description: An RFC4122 UID used as a correlation id.\n required: true\n schema:\n type: string\n content:\n application\/json; charset=utf-8:\n schema:\n $ref: '#\/components\/schemas\/OBReadStandingOrder6'\n application\/json:\n schema:\n $ref: '#\/components\/schemas\/OBReadStandingOrder6'\n application\/jose+jwe:\n schema:\n $ref: '#\/components\/schemas\/OBReadStandingOrder6'\n 200StandingOrdersRead:\n description: Standing Orders Read\n headers:\n x-fapi-interaction-id:\n description: An RFC4122 UID used as a correlation id.\n required: true\n schema:\n type: string\n content:\n application\/json; charset=utf-8:\n schema:\n $ref: '#\/components\/schemas\/OBReadStandingOrder6'\n application\/json:\n schema:\n $ref: '#\/components\/schemas\/OBReadStandingOrder6'\n application\/jose+jwe:\n schema:\n $ref: '#\/components\/schemas\/OBReadStandingOrder6'\n 200AccountsAccountIdStatementsRead:\n description: Statements Read\n headers:\n x-fapi-interaction-id:\n description: An RFC4122 UID used as a correlation id.\n required: true\n schema:\n type: string\n content:\n application\/json; charset=utf-8:\n schema:\n $ref: '#\/components\/schemas\/OBReadStatement2'\n application\/json:\n schema:\n $ref: '#\/components\/schemas\/OBReadStatement2'\n application\/jose+jwe:\n schema:\n $ref: '#\/components\/schemas\/OBReadStatement2'\n 200AccountsAccountIdStatementsStatementIdRead:\n description: Statements Read\n headers:\n x-fapi-interaction-id:\n description: An RFC4122 UID used as a correlation id.\n required: true\n schema:\n type: string\n content:\n application\/json; charset=utf-8:\n schema:\n $ref: '#\/components\/schemas\/OBReadStatement2'\n application\/json:\n schema:\n $ref: '#\/components\/schemas\/OBReadStatement2'\n application\/jose+jwe:\n schema:\n $ref: '#\/components\/schemas\/OBReadStatement2'\n 200AccountsAccountIdStatementsStatementIdFileRead:\n description: Statements Read\n headers:\n x-fapi-interaction-id:\n description: An RFC4122 UID used as a correlation id.\n required: true\n schema:\n type: string\n content:\n application\/json; charset=utf-8:\n schema:\n $ref: '#\/components\/schemas\/File'\n application\/json:\n schema:\n $ref: '#\/components\/schemas\/File'\n application\/jose+jwe:\n schema:\n $ref: '#\/components\/schemas\/File'\n 200AccountsAccountIdStatementsStatementIdTransactionsRead:\n description: Transactions Read\n headers:\n x-fapi-interaction-id:\n description: An RFC4122 UID used as a correlation id.\n required: true\n schema:\n type: string\n content:\n application\/json; charset=utf-8:\n schema:\n $ref: '#\/components\/schemas\/OBReadTransaction6'\n application\/json:\n schema:\n $ref: '#\/components\/schemas\/OBReadTransaction6'\n application\/jose+jwe:\n schema:\n $ref: '#\/components\/schemas\/OBReadTransaction6'\n 200StatementsRead:\n description: Statements Read\n headers:\n x-fapi-interaction-id:\n description: An RFC4122 UID used as a correlation id.\n required: true\n schema:\n type: string\n content:\n application\/json; charset=utf-8:\n schema:\n $ref: '#\/components\/schemas\/OBReadStatement2'\n application\/json:\n schema:\n $ref: '#\/components\/schemas\/OBReadStatement2'\n application\/jose+jwe:\n schema:\n $ref: '#\/components\/schemas\/OBReadStatement2'\n 200AccountsAccountIdTransactionsRead:\n description: Transactions Read\n headers:\n x-fapi-interaction-id:\n description: An RFC4122 UID used as a correlation id.\n required: true\n schema:\n type: string\n content:\n application\/json; charset=utf-8:\n schema:\n $ref: '#\/components\/schemas\/OBReadTransaction6'\n application\/json:\n schema:\n $ref: '#\/components\/schemas\/OBReadTransaction6'\n application\/jose+jwe:\n schema:\n $ref: '#\/components\/schemas\/OBReadTransaction6'\n 200TransactionsRead:\n description: Transactions Read\n headers:\n x-fapi-interaction-id:\n description: An RFC4122 UID used as a correlation id.\n required: true\n schema:\n type: string\n content:\n application\/json; charset=utf-8:\n schema:\n $ref: '#\/components\/schemas\/OBReadTransaction6'\n application\/json:\n schema:\n $ref: '#\/components\/schemas\/OBReadTransaction6'\n application\/jose+jwe:\n schema:\n $ref: '#\/components\/schemas\/OBReadTransaction6'\n 400Error:\n description: Bad request\n headers:\n x-fapi-interaction-id:\n description: An RFC4122 UID used as a correlation id.\n required: true\n schema:\n type: string\n content:\n application\/json; charset=utf-8:\n schema:\n $ref: '#\/components\/schemas\/OBErrorResponse1'\n application\/json:\n schema:\n $ref: '#\/components\/schemas\/OBErrorResponse1'\n application\/jose+jwe:\n schema:\n $ref: '#\/components\/schemas\/OBErrorResponse1'\n 401Error:\n description: Unauthorized\n headers:\n x-fapi-interaction-id:\n description: An RFC4122 UID used as a correlation id.\n required: true\n schema:\n type: string\n content:\n application\/json; charset=utf-8:\n schema:\n $ref: '#\/components\/schemas\/OBErrorResponse1'\n application\/json:\n schema:\n $ref: '#\/components\/schemas\/OBErrorResponse1'\n application\/jose+jwe:\n schema:\n $ref: '#\/components\/schemas\/OBErrorResponse1'\n 403Error:\n description: Forbidden\n headers:\n x-fapi-interaction-id:\n description: An RFC4122 UID used as a correlation id.\n required: true\n schema:\n type: string\n content:\n application\/json; charset=utf-8:\n schema:\n $ref: '#\/components\/schemas\/OBErrorResponse1'\n application\/json:\n schema:\n $ref: '#\/components\/schemas\/OBErrorResponse1'\n application\/jose+jwe:\n schema:\n $ref: '#\/components\/schemas\/OBErrorResponse1'\n 404Error:\n description: Not found\n headers:\n x-fapi-interaction-id:\n description: An RFC4122 UID used as a correlation id.\n required: true\n schema:\n type: string\n content:\n application\/json; charset=utf-8:\n schema:\n $ref: '#\/components\/schemas\/OBErrorResponse1'\n application\/json:\n schema:\n $ref: '#\/components\/schemas\/OBErrorResponse1'\n application\/jose+jwe:\n schema:\n $ref: '#\/components\/schemas\/OBErrorResponse1'\n 405Error:\n description: Method Not Allowed\n headers:\n x-fapi-interaction-id:\n description: An RFC4122 UID used as a correlation id.\n required: true\n schema:\n type: string\n content:\n application\/json; charset=utf-8:\n schema:\n $ref: '#\/components\/schemas\/OBErrorResponse1'\n application\/json:\n schema:\n $ref: '#\/components\/schemas\/OBErrorResponse1'\n application\/jose+jwe:\n schema:\n $ref: '#\/components\/schemas\/OBErrorResponse1'\n 406Error:\n description: Not Acceptable\n headers:\n x-fapi-interaction-id:\n description: An RFC4122 UID used as a correlation id.\n required: true\n schema:\n type: string\n content:\n application\/json; charset=utf-8:\n schema:\n $ref: '#\/components\/schemas\/OBErrorResponse1'\n application\/json:\n schema:\n $ref: '#\/components\/schemas\/OBErrorResponse1'\n application\/jose+jwe:\n schema:\n $ref: '#\/components\/schemas\/OBErrorResponse1'\n 415Error:\n description: Unsupported Media Type\n headers:\n x-fapi-interaction-id:\n description: An RFC4122 UID used as a correlation id.\n required: true\n schema:\n type: string\n content:\n application\/json; charset=utf-8:\n schema:\n $ref: '#\/components\/schemas\/OBErrorResponse1'\n application\/json:\n schema:\n $ref: '#\/components\/schemas\/OBErrorResponse1'\n application\/jose+jwe:\n schema:\n $ref: '#\/components\/schemas\/OBErrorResponse1'\n 429Error:\n description: Too Many Requests\n headers:\n Retry-After:\n description: Number in seconds to wait\n schema:\n type: integer\n x-fapi-interaction-id:\n description: An RFC4122 UID used as a correlation id.\n schema:\n type: string\n content:\n application\/json; charset=utf-8:\n schema:\n $ref: '#\/components\/schemas\/OBErrorResponse1'\n application\/json:\n schema:\n $ref: '#\/components\/schemas\/OBErrorResponse1'\n application\/jose+jwe:\n schema:\n $ref: '#\/components\/schemas\/OBErrorResponse1'\n 500Error:\n description: Internal Server Error\n headers:\n x-fapi-interaction-id:\n description: An RFC4122 UID used as a correlation id.\n required: true\n schema:\n type: string\n content:\n application\/json; charset=utf-8:\n schema:\n $ref: '#\/components\/schemas\/OBErrorResponse1'\n application\/json:\n schema:\n $ref: '#\/components\/schemas\/OBErrorResponse1'\n application\/jose+jwe:\n schema:\n $ref: '#\/components\/schemas\/OBErrorResponse1'\n 502Error:\n description: Bad Gateway\n headers:\n x-fapi-interaction-id:\n description: An RFC4122 UID used as a correlation id.\n required: true\n schema:\n type: string\n content:\n application\/json; charset=utf-8:\n schema:\n $ref: '#\/components\/schemas\/OBErrorResponse1'\n application\/json:\n schema:\n $ref: '#\/components\/schemas\/OBErrorResponse1'\n application\/jose+jwe:\n schema:\n $ref: '#\/components\/schemas\/OBErrorResponse1'\n 503Error:\n description: Service Unavailable\n headers:\n x-fapi-interaction-id:\n description: An RFC4122 UID used as a correlation id.\n required: true\n schema:\n type: string\n content:\n application\/json; charset=utf-8:\n schema:\n $ref: '#\/components\/schemas\/OBErrorResponse1'\n application\/json:\n schema:\n $ref: '#\/components\/schemas\/OBErrorResponse1'\n application\/jose+jwe:\n schema:\n $ref: '#\/components\/schemas\/OBErrorResponse1'\n 504Error:\n description: Gateway Timeout\n headers:\n x-fapi-interaction-id:\n description: An RFC4122 UID used as a correlation id.\n required: true\n schema:\n type: string\n content:\n application\/json; charset=utf-8:\n schema:\n $ref: '#\/components\/schemas\/OBErrorResponse1'\n application\/json:\n schema:\n $ref: '#\/components\/schemas\/OBErrorResponse1'\n application\/jose+jwe:\n schema:\n $ref: '#\/components\/schemas\/OBErrorResponse1'\n securitySchemes:\n TPPOAuth2Security:\n type: oauth2\n description: TPP client credential authorisation flow with the ASPSP\n flows:\n clientCredentials:\n tokenUrl: https:\/\/authserver.example\/token\n scopes:\n accounts: Ability to read Accounts information\n PSUOAuth2Security:\n type: oauth2\n description: >-\n OAuth flow, it is required when the PSU needs to perform SCA with the ASPSP when a TPP wants to access an ASPSP resource owned by the PSU\n flows:\n authorizationCode:\n authorizationUrl: https:\/\/authserver.example\/authorization\n tokenUrl: https:\/\/authserver.example\/token\n scopes:\n accounts: Ability to read Accounts information\n schemas:\n ExternalCreditorReferenceType1Code:\n type: string\n minLength: 1\n maxLength: 4\n description: \"Specifies the type of creditor reference as published in an external creditor reference type code set. For more information see `ExternalCreditorReferenceType1Code` in *ISO_External_CodeSet* [here](https:\/\/github.com\/OpenBankingUK\/External_Internal_CodeSets)\"\n enum:\n - DISP\n - FXDR\n - PUOR\n - RPIN\n - RADM\n - SCOR\n ExternalDocumentType1Code:\n type: string\n minLength: 1\n maxLength: 4\n description: >-\n Specifies the document type as published in an external document type code list. For more information see `ExternalDocumentType1Code` in *ISO_External_CodeSet* [here](https:\/\/github.com\/OpenBankingUK\/External_Internal_CodeSets)\n enum:\n - CINV\n - CNFA\n - CONT\n - CREN\n - DEBN\n - DISP\n - DNFA\n - HIRI\n - INVS\n - MSIN\n - PROF\n - PUOR\n - QUOT\n - SBIN\n - SPRR\n - TISH\n OBReferredDocumentInformation:\n type: object\n properties:\n Code:\n $ref: '#\/components\/schemas\/ExternalDocumentType1Code'\n Issuer:\n description: 'dentification of the issuer of the reference document type.'\n type: string\n maxLength: 140\n minLength: 1\n Number:\n description: 'Identification of the type specified for the referred document line.'\n type: string\n maxLength: 35\n minLength: 1\n RelatedDate:\n description: 'Date associated with the referred document line.'\n type: string\n format: date-time\n LineDetails:\n description: 'Set of elements used to provide the content of the referred document line.'\n type: array\n items:\n type: string\n OBRemittanceInformation2:\n type: object\n description: >-\n Information supplied to enable the matching of an entry with the items that the transfer is intended to settle, such as commercial invoices in an accounts' receivable system\n properties:\n Structured:\n type: array\n items:\n $ref: '#\/components\/schemas\/OBRemittanceInformationStructured'\n Unstructured:\n type: array\n description: >-\n Information supplied to enable the matching\/reconciliation of an entry with the items that the payment is intended to settle, such as commercial invoices in an accounts' receivable system, in an unstructured form.\n items:\n type: string\n maxLength: 140\n minLength: 1\n OBRemittanceInformationStructured:\n type: object\n properties:\n ReferredDocumentInformation:\n type: array\n items:\n $ref: '#\/components\/schemas\/OBReferredDocumentInformation'\n ReferredDocumentAmount:\n description: 'Provides details on the amounts of the referred document.'\n type: integer\n format: int32\n CreditorReferenceInformation:\n description: 'Reference information provided by the creditor to allow the identification of the underlying documents.'\n type: object\n properties:\n Code:\n $ref: '#\/components\/schemas\/ExternalCreditorReferenceType1Code'\n Issuer:\n description: 'Entity that assigns the identification.'\n type: string\n minLength: 1\n maxLength: 35\n Reference:\n description: 'Unique reference, as assigned by the creditor, to unambiguously refer to the payment transaction.'\n type: string\n minLength: 1\n maxLength: 35\n Invoicer:\n $ref: '#\/components\/schemas\/Identification_3'\n Invoicee:\n $ref: '#\/components\/schemas\/Identification_4'\n TaxRemittance:\n description: 'Provides remittance information about a payment made for tax-related purposes.'\n type: string\n maxLength: 140\n minLength: 1\n AdditionalRemittanceInformation:\n description: 'Additional information, in free text form, to complement the structured remittance information.'\n type: array\n items:\n type: string\n maxLength: 140\n minLength: 1\n maxItems: 3\n OBUltimateCreditor1:\n description: Ultimate party to which an amount of money is due.\n type: object\n properties:\n Name:\n description: >-\n Name by which a party is known and which is usually used to identify that party.\n type: string\n minLength: 1\n maxLength: 140\n Identification:\n description: Identification assigned by an institution.\n type: string\n minLength: 1\n maxLength: 256\n LEI:\n $ref: '#\/components\/schemas\/LEI'\n SchemeName:\n $ref: '#\/components\/schemas\/OBInternalAccountIdentification4Code'\n PostalAddress:\n $ref: '#\/components\/schemas\/OBPostalAddress7'\n OBUltimateDebtor1:\n description: Ultimate party that owes an amount of money to the (ultimate) creditor.\n type: object\n properties:\n Name:\n description: >-\n Name by which a party is known and which is usually used to identify that party.\n type: string\n minLength: 1\n maxLength: 140\n Identification:\n description: Identification assigned by an institution.\n type: string\n minLength: 1\n maxLength: 256\n LEI:\n $ref: '#\/components\/schemas\/LEI'\n SchemeName:\n $ref: '#\/components\/schemas\/OBInternalAccountIdentification4Code'\n PostalAddress:\n $ref: '#\/components\/schemas\/OBPostalAddress7'\n OBFrequency6:\n description: >-\n Regularity with which credit transfer instructions are to be created and processed\n type: object\n required:\n - Type\n properties:\n Type:\n $ref: '#\/components\/schemas\/OBFrequency6Code'\n CountPerPeriod:\n description: >-\n Number of instructions to be created and processed during the specified period. Specifies a frequency in terms of a count per period within a specified frequency type. Note: should not be used alongside `PointInTime`\n type: integer\n example: 1\n format: int32\n PointInTime:\n $ref: '#\/components\/schemas\/PointInTime'\n PointInTime:\n description: >-\n Exact2NumericText - Further information on the exact point in time the event should take place. Specifies a frequency in terms of an exact point in time or moment within a specified frequency type. Note: should not be used alongside `CountPerPeriod`.\n type: string\n example: '00'\n maxLength: 2\n OBFrequency6Code:\n description: 'For a full list of values see `OBFrequency6Code` in *OB_Internal_CodeSet* [here](https:\/\/github.com\/OpenBankingUK\/External_Internal_CodeSets)'\n type: string\n example: MNTH\n enum:\n - ADHO\n - YEAR\n - DAIL\n - FRTN\n - INDA\n - MNTH\n - QURT\n - MIAN\n - WEEK\n OBProxy1:\n description: >-\n Specifies an alternate assumed name for the identification of the account.\n type: object\n required:\n - Identification\n - Code\n properties:\n Identification:\n description: >-\n Identification used to indicate the account identification under another specified name.\n type: string\n example: '2360549017905188'\n minLength: 1\n maxLength: 2048\n Code:\n $ref: '#\/components\/schemas\/ExternalProxyAccountType1Code'\n Type:\n type: string\n description: Type of the proxy identification.\n minLength: 1\n maxLength: 35\n ExternalProxyAccountType1Code:\n description: >-\n Specifies the external proxy account type code, as published in the proxy account type external code set.<br \/> For more information and a full list of values see `ExternalProxyAccountType1Code` in *ISO_External_CodeSet* [here](https:\/\/github.com\/OpenBankingUK\/External_Internal_CodeSets)\n type: string\n example: TELE\n enum:\n - TELE\n - EMAL\n - DNAM\n - CINC\n - COTX\n - COID\n - CUST\n - DRLC\n - EIDN\n - EWAL\n - PVTX\n - LEIC\n - MBNO\n - NIDN\n - CCPT\n - SHID\n - SOSE\n - TOKN\n - UBIL\n - VIPN\n - BIID\n AccountId:\n description: >-\n A unique and immutable identifier used to identify the account resource. This identifier has no meaning to the account owner.\n type: string\n example: '22289'\n minLength: 1\n maxLength: 40\n ActiveOrHistoricCurrencyCode_0:\n description: \"Identification of the currency in which the account is held. \\nUsage: Currency should only be used in case one and the same account number covers several currencies\\nand the initiating party needs to identify which currency needs to be used for settlement on the account.\"\n type: string\n pattern: ^[A-Z]{3,3}$\n ActiveOrHistoricCurrencyCode_1:\n description: >-\n A code allocated to a currency by a Maintenance Agency under an international identification scheme, as described in the latest edition of the international standard ISO 4217 \"Codes for the representation of currencies and funds\".\n type: string\n example: GBP\n pattern: ^[A-Z]{3,3}$\n AddressLine:\n description: >-\n Information that locates and identifies a specific address for a transaction entry, that is presented in free format text.\n type: string\n minLength: 1\n maxLength: 70\n BeneficiaryId:\n description: >-\n A unique and immutable identifier used to identify the beneficiary resource. This identifier has no meaning to the account owner.\n type: string\n example: Ben1\n minLength: 1\n maxLength: 40\n BookingDateTime:\n description: \"Date and time when a transaction entry is posted to an account on the account servicer's books.\\nUsage: Booking date is the expected booking date, unless the status is booked, in which case it is the actual booking date. All dates in the JSON payloads are represented in ISO 8601 date-time format. \\nAll date-time fields in responses must include the timezone. An example is below:\\n2017-04-05T10:43:07+00:00\"\n type: string\n format: date-time\n BuildingName:\n description: Name of a referenced building.\n type: string\n minLength: 1\n maxLength: 140\n BuildingNumber:\n description: Number that identifies the position of a building on a street.\n type: string\n example: '11'\n minLength: 1\n maxLength: 16\n CareOf:\n description: >-\n The 'care of' address is used whenever sending mail to a person or organisation who does not actually live or work at the address. They will receive the mail for the individual.\n type: string\n example: Jane Smith\n minLength: 1\n maxLength: 140\n CountryCode:\n description: Nation with its own government, occupying a particular territory.\n type: string\n pattern: ^[A-Z]{2,2}$\n CountrySubDivision:\n description: Identifies a subdivision of a country eg, state, region, county.\n type: string\n minLength: 1\n maxLength: 35\n CreationDateTime:\n description: \"Date and time at which the resource was created. All dates in the JSON payloads are represented in ISO 8601 date-time format. \\nAll date-time fields in responses must include the timezone. An example is below:\\n2017-04-05T10:43:07+00:00\"\n type: string\n example: '2024-05-29T00:00:00Z'\n format: date-time\n Date:\n description: \"Date and time associated with the date time type. All dates in the JSON payloads are represented in ISO 8601 date format. \\n An example is below:\\n2017-04-05\"\n type: string\n format: date\n DateTime:\n description: \"Date and time associated with the date time type. All dates in the JSON payloads are represented in ISO 8601 date-time format. \\nAll date-time fields in responses must include the timezone. An example is below:\\n2017-04-05T10:43:07+00:00\"\n type: string\n example: '2024-05-29T00:00:00Z'\n format: date-time\n DebtorReference:\n description: >-\n A reference value provided by the PSU to the PISP while setting up the scheduled payment.\n type: string\n example: REF51561806\n minLength: 1\n maxLength: 35\n Description_0:\n description: Specifies the description of the account type.\n type: string\n minLength: 1\n maxLength: 35\n Description_1:\n description: Description that may be available for the statement fee.\n type: string\n example: International usage charge\n minLength: 1\n maxLength: 128\n Description_2:\n description: Description that may be available for the statement interest.\n example: Interest occurred over statement duration\n type: string\n minLength: 1\n maxLength: 128\n Description_3:\n description: Description to describe the purpose of the code\n type: string\n minLength: 1\n maxLength: 350\n DirectDebitId:\n description: >-\n A unique and immutable identifier used to identify the direct debit resource. This identifier has no meaning to the account owner.\n type: string\n minLength: 1\n maxLength: 40\n DistrictName:\n description: >-\n Number that of the regional area, known as a district, which forms part of an address\n type: string\n example: Greater London\n minLength: 1\n maxLength: 140\n EmailAddress:\n description: Address for electronic mail (e-mail).\n type: string\n example: d.user@semiotec.co.jp\n minLength: 1\n maxLength: 256\n EndDateTime:\n description: \"Date and time at which the statement period ends. All dates in the JSON payloads are represented in ISO 8601 date-time format. \\nAll date-time fields in responses must include the timezone. An example is below:\\n2017-04-05T10:43:07+00:00\"\n type: string\n example: '2017-07-12T00:00:00+00:00'\n format: date-time\n File:\n type: object\n properties: {}\n FinalPaymentDateTime:\n description: \"The date on which the final payment for a Standing Order schedule will be made. All dates in the JSON payloads are represented in ISO 8601 date-time format. \\nAll date-time fields in responses must include the timezone. An example is below:\\n2017-04-05T10:43:07+00:00\"\n type: string\n format: date-time\n FirstPaymentDateTime:\n description: \"The date on which the first payment for a Standing Order schedule will be made. All dates in the JSON payloads are represented in ISO 8601 date-time format. \\nAll date-time fields in responses must include the timezone. An example is below:\\n2017-04-05T10:43:07+00:00\"\n type: string\n format: date-time\n Floor:\n description: Number that identifies the level within a building\n type: string\n example: '11'\n minLength: 1\n maxLength: 70\n Frequency_1:\n description: >-\n Individual Definitions:\n\n NotKnown - Not Known\n\n EvryDay - Every day\n\n EvryWorkgDay - Every working day\n\n IntrvlDay - An interval specified in number of calendar days (02 to 31)\n\n IntrvlWkDay - An interval specified in weeks (01 to 09), and the day within the week (01 to 07)\n\n WkInMnthDay - A monthly interval, specifying the week of the month (01 to 05) and day within the week (01 to 07)\n\n IntrvlMnthDay - An interval specified in months (between 01 to 06, 12, 24), specifying the day within the month (-05 to -01, 01 to 31)\n\n QtrDay - Quarterly (either ENGLISH, SCOTTISH, or RECEIVED)\n\n ENGLISH = Paid on the 25th March, 24th June, 29th September and 25th December.\n\n SCOTTISH = Paid on the 2nd February, 15th May, 1st August and 11th November.\n\n RECEIVED = Paid on the 20th March, 19th June, 24th September and 20th December.\n\n Individual Patterns:\n\n NotKnown (ScheduleCode)\n\n EvryDay (ScheduleCode)\n\n EvryWorkgDay (ScheduleCode)\n\n IntrvlDay:NoOfDay (ScheduleCode + NoOfDay)\n\n IntrvlWkDay:IntervalInWeeks:DayInWeek (ScheduleCode + IntervalInWeeks + DayInWeek)\n\n WkInMnthDay:WeekInMonth:DayInWeek (ScheduleCode + WeekInMonth + DayInWeek)\n\n IntrvlMnthDay:IntervalInMonths:DayInMonth (ScheduleCode + IntervalInMonths + DayInMonth)\n\n QtrDay: + either (ENGLISH, SCOTTISH or RECEIVED) ScheduleCode + QuarterDay\n\n The regular expression for this element combines five smaller versions for each permitted pattern. To aid legibility - the components are presented individually here:\n\n NotKnown\n\n EvryDay\n\n EvryWorkgDay\n\n IntrvlDay:((0[2-9])|([1-2][0-9])|3[0-1])\n\n IntrvlWkDay:0[1-9]:0[1-7]\n\n WkInMnthDay:0[1-5]:0[1-7]\n\n IntrvlMnthDay:(0[1-6]|12|24):(-0[1-5]|0[1-9]|[12][0-9]|3[01])\n\n QtrDay:(ENGLISH|SCOTTISH|RECEIVED)\n\n Full Regular Expression:\n\n ^(NotKnown)$|^(EvryDay)$|^(EvryWorkgDay)$|^(IntrvlDay:((0[2-9])|([1-2][0-9])|3[0-1]))$|^(IntrvlWkDay:0[1-9]:0[1-7])$|^(WkInMnthDay:0[1-5]:0[1-7])$|^(IntrvlMnthDay:(0[1-6]|12|24):(-0[1-5]|0[1-9]|[12][0-9]|3[01]))$|^(QtrDay:(ENGLISH|SCOTTISH|RECEIVED))$\n type: string\n pattern: >-\n ^(NotKnown)$|^(EvryDay)$|^(EvryWorkgDay)$|^(IntrvlDay:((0[2-9])|([1-2][0-9])|3[0-1]))$|^(IntrvlWkDay:0[1-9]:0[1-7])$|^(WkInMnthDay:0[1-5]:0[1-7])$|^(IntrvlMnthDay:(0[1-6]|12|24):(-0[1-5]|0[1-9]|[12][0-9]|3[01]))$|^(QtrDay:(ENGLISH|SCOTTISH|RECEIVED))$\n FullLegalName:\n description: The full legal name of the party.\n type: string\n example: Jane Smith\n minLength: 1\n maxLength: 350\n ISODateTime:\n description: \"All dates in the JSON payloads are represented in ISO 8601 date-time format. \\nAll date-time fields in responses must include the timezone. An example is below:\\n2017-04-05T10:43:07+00:00\"\n type: string\n format: date-time\n Identification_0:\n description: >-\n Identification assigned by an institution to identify an account. This identification is known by the account owner.\n type: string\n example: '80200112344562'\n minLength: 1\n maxLength: 256\n Identification_1:\n description: Unique and unambiguous identification of the servicing institution.\n type: string\n example: '80200112344562'\n minLength: 1\n maxLength: 35\n Identification_2:\n description: >-\n Unique and unambiguous identification of a financial institution or a branch of a financial institution.\n type: string\n minLength: 1\n maxLength: 35\n Identification_3:\n description: >-\n Identification of the organisation issuing the invoice, when it is different from the creditor or ultimate creditor\n type: string\n example: '80200112344562'\n minLength: 1\n maxLength: 256\n Identification_4:\n description: >-\n dentification of the party to whom an invoice is issued, when it is different from the debtor or ultimate debtor.\n type: string\n example: '80200112344562'\n minLength: 1\n maxLength: 256\n LastPaymentDateTime:\n description: \"The date on which the last (most recent) payment for a Standing Order schedule was made. All dates in the JSON payloads are represented in ISO 8601 date-time format. \\nAll date-time fields in responses must include the timezone. An example is below:\\n2017-04-05T10:43:07+00:00\"\n type: string\n example: '2017-07-12T00:00:00+00:00'\n format: date-time\n LEI:\n description: >-\n Legal entity identification as an alternate identification for a party. Legal Entity Identifier is a code allocated to a party as described in ISO 17442 \"Financial Services - Legal Entity Identifier (LEI)\".\n type: string\n example: IZ9Q00LZEVUKWCQY6X15\n minLength: 1\n maxLength: 20\n pattern: ^[A-Z0-9]{18,18}[0-9]{2,2}$\n Links:\n type: object\n description: Links relevant to the payload\n properties:\n Self:\n type: string\n format: uri\n First:\n type: string\n format: uri\n Prev:\n type: string\n format: uri\n Next:\n type: string\n format: uri\n Last:\n type: string\n format: uri\n additionalProperties: false\n required:\n - Self\n MandateIdentification:\n description: >-\n Direct Debit reference. For AUDDIS service users provide Core Reference. For non AUDDIS service users provide Core reference if possible or last used reference.\n type: string\n minLength: 1\n maxLength: 35\n MaturityDate:\n description: \"Maturity date of the account. All dates in the JSON payloads are represented in ISO 8601 date-time format. \\nAll date-time fields in responses must include the timezone. An example is below:\\n2017-04-05T10:43:07+00:00\"\n type: string\n format: date-time\n Meta:\n title: MetaData\n type: object\n description: Meta Data relevant to the payload\n properties:\n TotalPages:\n type: integer\n format: int32\n FirstAvailableDateTime:\n $ref: '#\/components\/schemas\/ISODateTime'\n LastAvailableDateTime:\n $ref: '#\/components\/schemas\/ISODateTime'\n additionalProperties: false\n Name_0:\n description: >-\n The account name is the name or names of the account owner(s) represented at an account level, as displayed by the ASPSP's online channels.\n\n Note, the account name is not the product name or the nickname of the account.\n type: string\n example: Jane Smith\n minLength: 1\n maxLength: 350\n Name_1:\n description: >-\n Name by which an agent is known and which is usually used to identify that agent.\n type: string\n example: Agent Name\n minLength: 1\n maxLength: 140\n Name_2:\n description: Name of Service User.\n type: string\n minLength: 1\n maxLength: 70\n Name_3:\n description: >-\n Name by which a party is known and which is usually used to identify that party.\n type: string\n example: Mx Jane Smith\n minLength: 1\n maxLength: 350\n Name_4:\n description: Long name associated with the code\n type: string\n minLength: 1\n maxLength: 70\n NextPaymentDateTime:\n description: \"The date on which the next payment for a Standing Order schedule will be made. All dates in the JSON payloads are represented in ISO 8601 date-time format. \\nAll date-time fields in responses must include the timezone. An example is below:\\n2017-04-05T10:43:07+00:00\"\n type: string\n example: '2017-07-12T00:00:00+00:00'\n format: date-time\n Nickname:\n description: >-\n The nickname of the account, assigned by the account owner in order to provide an additional means of identification of the account.\n type: string\n minLength: 1\n maxLength: 70\n NumberOfPayments:\n description: >-\n Number of the payments that will be made in completing this frequency sequence including any executed since the sequence start date.\n type: string\n minLength: 1\n maxLength: 35\n Number_0:\n description: >-\n Indicates whether the advertised overdraft rate is guaranteed to be offered to a borrower by the bank e.g. if it s part of a government scheme, or whether the rate may vary dependent on the applicant s circumstances.\n type: integer\n Number_1:\n description: >-\n fee\/charges are captured dependent on the number of occurrences rather than capped at a particular amount\n type: integer\n OBAccount6:\n type: object\n description: \"Unambiguous identification of the account to which credit and debit entries are made. The following fields are optional only for accounts that are switched:\\n\\n * Data.Currency \\n * Data.AccountCategory \\n * Data.AccountTypeCode\\n\\nFor all other accounts, the fields must be populated by the ASPSP.\"\n required:\n - AccountId\n properties:\n AccountId:\n $ref: '#\/components\/schemas\/AccountId'\n Status:\n $ref: '#\/components\/schemas\/OBInternalAccountStatus1Code'\n StatusUpdateDateTime:\n $ref: '#\/components\/schemas\/StatusUpdateDateTime'\n Currency:\n $ref: '#\/components\/schemas\/ActiveOrHistoricCurrencyCode_0'\n AccountCategory:\n $ref: '#\/components\/schemas\/OBInternalAccountType1Code'\n AccountTypeCode:\n $ref: '#\/components\/schemas\/OBExternalAccountSubType1Code'\n Description:\n $ref: '#\/components\/schemas\/Description_0'\n Nickname:\n $ref: '#\/components\/schemas\/Nickname'\n OpeningDate:\n $ref: '#\/components\/schemas\/OpeningDate'\n MaturityDate:\n $ref: '#\/components\/schemas\/MaturityDate'\n SwitchStatus:\n $ref: '#\/components\/schemas\/OBInternalSwitchStatusCode'\n Account:\n type: array\n items:\n type: object\n description: Provides the details to identify an account.\n required:\n - SchemeName\n - Identification\n properties:\n SchemeName:\n $ref: '#\/components\/schemas\/OBInternalAccountIdentification4Code'\n Identification:\n $ref: '#\/components\/schemas\/Identification_0'\n Name:\n $ref: '#\/components\/schemas\/Name_0'\n LEI:\n $ref: '#\/components\/schemas\/LEI'\n SecondaryIdentification:\n $ref: '#\/components\/schemas\/SecondaryIdentification'\n StatementFrequencyAndFormat:\n $ref: '#\/components\/schemas\/StatementFrequencyAndFormat'\n Servicer:\n $ref: >-\n #\/components\/schemas\/OBBranchAndFinancialInstitutionIdentification5_0\n additionalProperties: false\n OBAccount6Basic:\n type: object\n description: >-\n Unambiguous identification of the account to which credit and debit entries are made.\n required:\n - AccountId\n properties:\n AccountId:\n $ref: '#\/components\/schemas\/AccountId'\n Status:\n $ref: '#\/components\/schemas\/OBInternalAccountStatus1Code'\n StatusUpdateDateTime:\n $ref: '#\/components\/schemas\/StatusUpdateDateTime'\n Currency:\n $ref: '#\/components\/schemas\/ActiveOrHistoricCurrencyCode_0'\n AccountCategory:\n $ref: '#\/components\/schemas\/OBInternalAccountType1Code'\n AccountTypeCode:\n $ref: '#\/components\/schemas\/OBExternalAccountSubType1Code'\n Description:\n $ref: '#\/components\/schemas\/Description_0'\n Nickname:\n $ref: '#\/components\/schemas\/Nickname'\n OpeningDate:\n $ref: '#\/components\/schemas\/OpeningDate'\n MaturityDate:\n $ref: '#\/components\/schemas\/MaturityDate'\n SwitchStatus:\n $ref: '#\/components\/schemas\/OBInternalSwitchStatusCode'\n additionalProperties: false\n OBAccount6Detail:\n type: object\n description: >-\n Unambiguous identification of the account to which credit and debit entries are made.\n required:\n - AccountId\n - Account\n properties:\n AccountId:\n $ref: '#\/components\/schemas\/AccountId'\n Status:\n $ref: '#\/components\/schemas\/OBInternalAccountStatus1Code'\n StatusUpdateDateTime:\n $ref: '#\/components\/schemas\/StatusUpdateDateTime'\n Currency:\n $ref: '#\/components\/schemas\/ActiveOrHistoricCurrencyCode_0'\n AccountCategory:\n $ref: '#\/components\/schemas\/OBInternalAccountType1Code'\n AccountTypeCode:\n $ref: '#\/components\/schemas\/OBExternalAccountSubType1Code'\n Description:\n $ref: '#\/components\/schemas\/Description_0'\n Nickname:\n $ref: '#\/components\/schemas\/Nickname'\n OpeningDate:\n $ref: '#\/components\/schemas\/OpeningDate'\n MaturityDate:\n $ref: '#\/components\/schemas\/MaturityDate'\n SwitchStatus:\n $ref: '#\/components\/schemas\/OBInternalSwitchStatusCode'\n Account:\n type: array\n items:\n type: object\n description: Provides the details to identify an account.\n required:\n - SchemeName\n - Identification\n properties:\n SchemeName:\n $ref: '#\/components\/schemas\/OBInternalAccountIdentification4Code'\n Identification:\n $ref: '#\/components\/schemas\/Identification_0'\n Name:\n $ref: '#\/components\/schemas\/Name_0'\n LEI:\n $ref: '#\/components\/schemas\/LEI'\n SecondaryIdentification:\n $ref: '#\/components\/schemas\/SecondaryIdentification'\n StatementFrequencyAndFormat:\n $ref: '#\/components\/schemas\/StatementFrequencyAndFormat'\n Servicer:\n $ref: >-\n #\/components\/schemas\/OBBranchAndFinancialInstitutionIdentification5_0\n additionalProperties: false\n OBInternalAccountStatus1Code:\n description: |-\n Specifies the status of account resource in code form. <br \/>\n For a full list of enumeration values refer to `OBInternalAccountStatus1Code` in *OB_Internal_CodeSet* [here](https:\/\/github.com\/OpenBankingUK\/External_Internal_CodeSets)\n type: string\n example: Enabled\n enum:\n - Deleted\n - Disabled\n - Enabled\n - Pending\n - ProForma\n OBActiveCurrencyAndAmount_SimpleType:\n description: >-\n A number of monetary units specified in an active currency where the unit of currency is explicit and compliant with ISO 4217.\n type: string\n example: '1209.06'\n pattern: ^\\d{1,13}$|^\\d{1,13}\\.\\d{1,5}$\n OBActiveOrHistoricCurrencyAndAmount_0:\n type: object\n required:\n - Amount\n - Currency\n description: The amount of the most recent direct debit collection.\n properties:\n Amount:\n $ref: '#\/components\/schemas\/OBActiveCurrencyAndAmount_SimpleType'\n Currency:\n $ref: '#\/components\/schemas\/ActiveOrHistoricCurrencyCode_1'\n OBActiveOrHistoricCurrencyAndAmount_1:\n type: object\n required:\n - Amount\n - Currency\n description: >-\n Amount of money to be moved between the debtor and creditor, before deduction of charges, expressed in the currency as ordered by the initiating party.\n\n Usage: This amount has to be transported unchanged through the transaction chain.\n properties:\n Amount:\n $ref: '#\/components\/schemas\/OBActiveCurrencyAndAmount_SimpleType'\n Currency:\n $ref: '#\/components\/schemas\/ActiveOrHistoricCurrencyCode_1'\n OBActiveOrHistoricCurrencyAndAmount_10:\n type: object\n required:\n - Amount\n - Currency\n description: Transaction charges to be paid by the charge bearer.\n properties:\n Amount:\n $ref: '#\/components\/schemas\/OBActiveCurrencyAndAmount_SimpleType'\n Currency:\n $ref: '#\/components\/schemas\/ActiveOrHistoricCurrencyCode_1'\n OBActiveOrHistoricCurrencyAndAmount_11:\n type: object\n required:\n - Amount\n - Currency\n description: The amount of the last (most recent) Standing Order instruction.\n properties:\n Amount:\n $ref: '#\/components\/schemas\/OBActiveCurrencyAndAmount_SimpleType'\n Currency:\n $ref: '#\/components\/schemas\/ActiveOrHistoricCurrencyCode_1'\n OBActiveOrHistoricCurrencyAndAmount_2:\n type: object\n required:\n - Amount\n - Currency\n description: The amount of the first Standing Order\n properties:\n Amount:\n $ref: '#\/components\/schemas\/OBActiveCurrencyAndAmount_SimpleType'\n Currency:\n $ref: '#\/components\/schemas\/ActiveOrHistoricCurrencyCode_1'\n OBActiveOrHistoricCurrencyAndAmount_3:\n type: object\n required:\n - Amount\n - Currency\n description: The amount of the next Standing Order.\n properties:\n Amount:\n $ref: '#\/components\/schemas\/OBActiveCurrencyAndAmount_SimpleType'\n Currency:\n $ref: '#\/components\/schemas\/ActiveOrHistoricCurrencyCode_1'\n OBActiveOrHistoricCurrencyAndAmount_4:\n type: object\n required:\n - Amount\n - Currency\n description: The amount of the final Standing Order\n properties:\n Amount:\n $ref: '#\/components\/schemas\/OBActiveCurrencyAndAmount_SimpleType'\n Currency:\n $ref: '#\/components\/schemas\/ActiveOrHistoricCurrencyCode_1'\n OBActiveOrHistoricCurrencyAndAmount_5:\n type: object\n required:\n - Amount\n - Currency\n description: Amount of money associated with the statement benefit type.\n properties:\n Amount:\n $ref: '#\/components\/schemas\/OBActiveCurrencyAndAmount_SimpleType'\n Currency:\n $ref: '#\/components\/schemas\/ActiveOrHistoricCurrencyCode_1'\n OBActiveOrHistoricCurrencyAndAmount_6:\n type: object\n required:\n - Amount\n - Currency\n description: Amount of money associated with the statement fee type.\n properties:\n Amount:\n $ref: '#\/components\/schemas\/OBActiveCurrencyAndAmount_SimpleType'\n Currency:\n $ref: '#\/components\/schemas\/ActiveOrHistoricCurrencyCode_1'\n OBActiveOrHistoricCurrencyAndAmount_7:\n type: object\n required:\n - Amount\n - Currency\n description: Amount of money associated with the statement interest amount type.\n properties:\n Amount:\n $ref: '#\/components\/schemas\/OBActiveCurrencyAndAmount_SimpleType'\n Currency:\n $ref: '#\/components\/schemas\/ActiveOrHistoricCurrencyCode_1'\n OBActiveOrHistoricCurrencyAndAmount_8:\n type: object\n required:\n - Amount\n - Currency\n description: Amount of money associated with the amount type.\n properties:\n Amount:\n $ref: '#\/components\/schemas\/OBActiveCurrencyAndAmount_SimpleType'\n Currency:\n $ref: '#\/components\/schemas\/ActiveOrHistoricCurrencyCode_1'\n SubType:\n $ref: '#\/components\/schemas\/OBExternalBalanceSubType1Code'\n OBActiveOrHistoricCurrencyAndAmount_9:\n type: object\n required:\n - Amount\n - Currency\n description: Amount of money in the cash transaction entry.\n properties:\n Amount:\n $ref: '#\/components\/schemas\/OBActiveCurrencyAndAmount_SimpleType'\n Currency:\n $ref: '#\/components\/schemas\/ActiveOrHistoricCurrencyCode_1'\n OBAddressTypeCode:\n description: Identifies the nature of the postal address.\n type: string\n enum:\n - Business\n - Correspondence\n - DeliveryTo\n - MailTo\n - POBox\n - Postal\n - Residential\n - Statement\n OBAddressType2Code:\n description: >-\n Identifies the nature of the postal address. <br \/> For a full set of codes see `OBAddressType2Code` in *OB_Internal_CodeSet* [here](https:\/\/github.com\/OpenBankingUK\/External_Internal_CodeSets).\n type: string\n example: BIZZ\n enum:\n - BIZZ\n - DLVY\n - MLTO\n - PBOX\n - ADDR\n - HOME\n - CORR\n - STAT\n OBBCAData1:\n type: object\n title: BCA\n properties:\n ProductDetails:\n type: object\n title: ProductDetails\n properties:\n Segment:\n description: \"Market segmentation is a marketing term referring to the aggregating of prospective buyers into groups, or segments, that have common needs and respond similarly to a marketing action. Market segmentation enables companies to target different categories of consumers who perceive the full value of certain products and services differently from one another.\\nRead more: Market Segmentation http:\/\/www.investopedia.com\/terms\/m\/marketsegmentation.asp#ixzz4gfEEalTd \\nWith respect to BCA products, they are segmented in relation to different markets that they wish to focus on.\"\n title: Segment\n type: array\n items:\n description: \"Market segmentation is a marketing term referring to the aggregating of prospective buyers into groups, or segments, that have common needs and respond similarly to a marketing action. Market segmentation enables companies to target different categories of consumers who perceive the full value of certain products and services differently from one another.\\nRead more: Market Segmentation http:\/\/www.investopedia.com\/terms\/m\/marketsegmentation.asp#ixzz4gfEEalTd \\nWith respect to BCA products, they are segmented in relation to different markets that they wish to focus on.\"\n type: string\n enum:\n - ClientAccount\n - Standard\n - NonCommercialChaitiesClbSoc\n - NonCommercialPublicAuthGovt\n - Religious\n - SectorSpecific\n - Startup\n - Switcher\n FeeFreeLength:\n description: The length\/duration of the fee free period\n title: FeeFreeLength\n type: number\n format: float\n FeeFreeLengthPeriod:\n description: >-\n The unit of period (days, weeks, months etc.) of the promotional length\n title: FeeFreeLengthPeriod\n type: string\n enum:\n - Day\n - Half Year\n - Month\n - Quarter\n - Week\n - Year\n Notes:\n description: Optional additional notes to supplement the Core product details\n title: Notes\n type: array\n items:\n description: maxLength 2000 text\n type: string\n minLength: 1\n maxLength: 2000\n additionalProperties: false\n CreditInterest:\n description: >-\n Details about the interest that may be payable to the BCA account holders\n type: object\n title: CreditInterest\n properties:\n TierBandSet:\n description: >-\n The group of tiers or bands for which credit interest can be applied.\n type: array\n title: TierBandSet\n items:\n description: >-\n The group of tiers or bands for which credit interest can be applied.\n type: object\n properties:\n TierBandMethod:\n description: >-\n The methodology of how credit interest is paid\/applied. It can be:-\n\n\n 1. Banded\n\n Interest rates are banded. i.e. Increasing rate on whole balance as balance increases.\n\n\n 2. Tiered\n\n Interest rates are tiered. i.e. increasing rate for each tier as balance increases, but interest paid on tier fixed for that tier and not on whole balance.\n\n\n 3. Whole\n\n The same interest rate is applied irrespective of the BCA balance\n title: TierBandMethod\n type: string\n enum:\n - Banded\n - Tiered\n - Whole\n CalculationMethod:\n description: Methods of calculating interest\n title: CalculationMethod\n type: string\n enum:\n - Compound\n - SimpleInterest\n Destination:\n description: >-\n Describes whether accrued interest is payable only to the BCA or to another bank account\n title: Destination\n type: string\n enum:\n - PayAway\n - SelfCredit\n Notes:\n description: >-\n Optional additional notes to supplement the Tier Band Set details\n title: Notes\n type: array\n items:\n description: maxLength 2000 text\n type: string\n minLength: 1\n maxLength: 2000\n TierBand:\n description: Tier Band Details\n type: array\n title: TierBand\n items:\n description: Tier Band Details\n type: object\n properties:\n Identification:\n description: >-\n Unique and unambiguous identification of a Tier Band for a BCA.\n title: Identification\n type: string\n minLength: 1\n maxLength: 35\n TierValueMinimum:\n description: >-\n Minimum deposit value for which the credit interest tier applies.\n title: TierValueMinimum\n type: string\n pattern: ^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$\n TierValueMaximum:\n description: >-\n Maximum deposit value for which the credit interest tier applies.\n title: TierValueMaximum\n type: string\n pattern: ^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$\n CalculationFrequency:\n description: >-\n How often is credit interest calculated for the account.\n title: CalculationFrequency\n type: string\n enum:\n - Daily\n - HalfYearly\n - Monthly\n - Other\n - Quarterly\n - PerStatementDate\n - Weekly\n - Yearly\n ApplicationFrequency:\n description: >-\n How often is interest applied to the BCA for this tier\/band i.e. how often the financial institution pays accumulated interest to the customer's BCA.\n title: ApplicationFrequency\n type: string\n enum:\n - Daily\n - HalfYearly\n - Monthly\n - Other\n - Quarterly\n - PerStatementDate\n - Weekly\n - Yearly\n DepositInterestAppliedCoverage:\n description: Amount on which Interest applied.\n title: DepositInterestAppliedCoverage\n type: string\n enum:\n - Banded\n - Tiered\n - Whole\n FixedVariableInterestRateType:\n description: Type of interest rate, Fixed or Variable\n title: FixedVariableInterestRateType\n type: string\n enum:\n - Fixed\n - Variable\n AER:\n description: \"The annual equivalent rate (AER) is interest that is calculated under the assumption that any interest paid is combined with the original balance and the next interest payment will be based on the slightly higher account balance. Overall, this means that interest can be compounded several times in a year depending on the number of times that interest payments are made. \\nRead more: Annual Equivalent Rate (AER) http:\/\/www.investopedia.com\/terms\/a\/aer.asp#ixzz4gfR7IO1A\"\n title: AER\n type: string\n pattern: ^(-?\\d{1,3}){1}(\\.\\d{1,4}){0,1}$\n BankInterestRateType:\n description: >-\n Interest rate types, other than AER, which financial institutions may use to describe the annual interest rate payable to the BCA.\n title: BankInterestRateType\n type: string\n enum:\n - Gross\n - Other\n BankInterestRate:\n description: Bank Interest for the BCA product\n title: BankInterestRate\n type: string\n pattern: ^(-?\\d{1,3}){1}(\\.\\d{1,4}){0,1}$\n Notes:\n description: >-\n Optional additional notes to supplement the Tier Band details\n title: Notes\n type: array\n items:\n description: maxLength 2000 text\n type: string\n minLength: 1\n maxLength: 2000\n OtherBankInterestType:\n description: >-\n Other interest rate types which are not available in the standard code list\n type: object\n title: OtherBankInterestType\n properties:\n Code:\n description: >-\n The four letter Mnemonic used within an XML file to identify a code\n title: Code\n type: string\n pattern: ^\\w{0,4}$\n minLength: 0\n maxLength: 4\n Name:\n description: Long name associated with the code\n title: Name\n type: string\n minLength: 1\n maxLength: 70\n Description:\n description: Description to describe the purpose of the code\n title: Description\n type: string\n minLength: 1\n maxLength: 350\n additionalProperties: false\n required:\n - Name\n - Description\n OtherApplicationFrequency:\n description: >-\n Other application frequencies that are not available in the standard code list\n type: object\n title: OtherApplicationFrequency\n properties:\n Code:\n description: >-\n The four letter Mnemonic used within an XML file to identify a code\n title: Code\n type: string\n pattern: ^\\w{0,4}$\n minLength: 0\n maxLength: 4\n Name:\n description: Long name associated with the code\n title: Name\n type: string\n minLength: 1\n maxLength: 70\n Description:\n description: Description to describe the purpose of the code\n title: Description\n type: string\n minLength: 1\n maxLength: 350\n additionalProperties: false\n required:\n - Name\n - Description\n OtherCalculationFrequency:\n description: >-\n Other calculation frequency which is not available in the standard code set.\n type: object\n title: OtherCalculationFrequency\n properties:\n Code:\n description: >-\n The four letter Mnemonic used within an XML file to identify a code\n title: Code\n type: string\n pattern: ^\\w{0,4}$\n minLength: 0\n maxLength: 4\n Name:\n description: Long name associated with the code\n title: Name\n type: string\n minLength: 1\n maxLength: 70\n Description:\n description: Description to describe the purpose of the code\n title: Description\n type: string\n minLength: 1\n maxLength: 350\n additionalProperties: false\n required:\n - Name\n - Description\n required:\n - TierValueMinimum\n - ApplicationFrequency\n - FixedVariableInterestRateType\n - AER\n minItems: 1\n required:\n - TierBandMethod\n - Destination\n - TierBand\n minItems: 1\n additionalProperties: false\n required:\n - TierBandSet\n Overdraft:\n description: Borrowing details\n type: object\n title: Overdraft\n properties:\n Notes:\n description: Associated Notes about the overdraft rates\n title: Notes\n type: array\n items:\n description: maxLength 2000 text\n type: string\n minLength: 1\n maxLength: 2000\n OverdraftTierBandSet:\n description: Tier band set details\n type: array\n title: OverdraftTierBandSet\n items:\n description: Tier band set details\n type: object\n properties:\n TierBandMethod:\n description: \"The methodology of how overdraft is charged. It can be:\\n'Whole' Where the same charge\/rate is applied to the entirety of the overdraft balance (where charges are applicable). \\n'Tiered' Where different charges\/rates are applied dependent on overdraft maximum and minimum balance amount tiers defined by the lending financial organisation\\n'Banded' Where different charges\/rates are applied dependent on overdraft maximum and minimum balance amount bands defined by a government organisation.\"\n title: TierBandMethod\n type: string\n enum:\n - Banded\n - Tiered\n - Whole\n OverdraftType:\n description: >-\n An overdraft can either be 'committed' which means that the facility cannot be withdrawn without reasonable notification before it's agreed end date, or 'on demand' which means that the financial institution can demand repayment at any point in time.\n title: OverdraftType\n type: string\n enum:\n - Committed\n - OnDemand\n Identification:\n description: >-\n Unique and unambiguous identification of a Tier Band for a overdraft product.\n title: Identification\n type: string\n minLength: 1\n maxLength: 35\n AuthorisedIndicator:\n description: >-\n Indicates if the Overdraft is authorised (Y) or unauthorised (N)\n title: AuthorisedIndicator\n type: boolean\n BufferAmount:\n description: >-\n When a customer exceeds their credit limit, a financial institution will not charge the customer unauthorised overdraft charges if they do not exceed by more than the buffer amount. Note: Authorised overdraft charges may still apply.\n title: BufferAmount\n type: string\n pattern: ^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$\n Notes:\n description: >-\n Optional additional notes to supplement the overdraft Tier Band Set details\n title: Notes\n type: array\n items:\n description: maxLength 2000 text\n type: string\n minLength: 1\n maxLength: 2000\n OverdraftTierBand:\n description: Provides overdraft details for a specific tier or band\n type: array\n title: OverdraftTierBand\n items:\n description: Provides overdraft details for a specific tier or band\n type: object\n properties:\n Identification:\n description: >-\n Unique and unambiguous identification of a Tier Band for a overdraft.\n title: Identification\n type: string\n minLength: 1\n maxLength: 35\n TierValueMin:\n description: Minimum value of Overdraft Tier\/Band\n title: TierValueMin\n type: string\n pattern: ^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$\n TierValueMax:\n description: Maximum value of Overdraft Tier\/Band\n title: TierValueMax\n type: string\n pattern: ^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$\n EAR:\n description: >-\n EAR means Effective Annual Rate and\/or Equivalent Annual Rate (frequently\n\n used interchangeably), being the actual annual interest rate of an Overdraft.\n title: EAR\n type: string\n pattern: ^(-?\\d{1,3}){1}(\\.\\d{1,4}){0,1}$\n RepresentativeAPR:\n description: >-\n An annual percentage rate (APR) is the annual rate charged for borrowing or earned through an investment. APR is expressed as a percentage that represents the actual yearly cost of funds over the term of a loan. This includes any fees or additional costs associated with the transaction but does not take compounding into account.\n title: RepresentativeAPR\n type: string\n pattern: ^(-?\\d{1,3}){1}(\\.\\d{1,4}){0,1}$\n AgreementLengthMin:\n description: >-\n Specifies the minimum length of a band for a fixed overdraft agreement\n title: AgreementLengthMin\n type: number\n format: float\n AgreementLengthMax:\n description: >-\n Specifies the maximum length of a band for a fixed overdraft agreement\n title: AgreementLengthMax\n type: number\n format: float\n AgreementPeriod:\n description: >-\n Specifies the period of a fixed length overdraft agreement\n title: AgreementPeriod\n type: string\n enum:\n - Day\n - Half Year\n - Month\n - Quarter\n - Week\n - Year\n OverdraftInterestChargingCoverage:\n description: >-\n Refers to which interest rate is applied when interests are tiered. For example, if an overdraft balance is £2k and the interest tiers are:- 0-£500 0.1%, 500-1000 0.2%, 1000-10000 0.5%, then the applicable interest rate could either be 0.5% of the entire balance (since the account balance sits in the top interest tier) or (0.1%*500)+(0.2%*500)+(0.5%*1000). In the 1st situation, we say the interest is applied to the ‘Whole’ of the account balance, and in the 2nd that it is ‘Tiered’.\n title: OverdraftInterestChargingCoverage\n type: string\n enum:\n - Banded\n - Tiered\n - Whole\n BankGuaranteedIndicator:\n description: >-\n Indicates whether the advertised overdraft rate is guaranteed to be offered to a borrower by the bank e.g. if it’s part of a government scheme, or whether the rate may vary dependent on the applicant’s circumstances.\n title: BankGuaranteedIndicator\n type: boolean\n Notes:\n description: >-\n Optional additional notes to supplement the Tier\/band details\n title: Notes\n type: array\n items:\n description: maxLength 2000 text\n type: string\n minLength: 1\n maxLength: 2000\n OverdraftFeesCharges:\n description: Overdraft fees and charges\n type: array\n title: OverdraftFeesCharges\n items:\n description: Overdraft fees and charges\n type: object\n properties:\n OverdraftFeeChargeCap:\n description: >-\n Details about any caps (maximum charges) that apply to a particular fee\/charge. Capping can either be based on an amount (in gbp), an amount (in items) or a rate.\n type: array\n title: OverdraftFeeChargeCap\n items:\n description: >-\n Details about any caps (maximum charges) that apply to a particular fee\/charge. Capping can either be based on an amount (in gbp), an amount (in items) or a rate.\n type: object\n properties:\n FeeType:\n description: Fee\/charge type which is being capped\n title: FeeType\n type: array\n items:\n description: Overdraft fee type\n type: string\n enum:\n - ArrangedOverdraft\n - AnnualReview\n - EmergencyBorrowing\n - BorrowingItem\n - OverdraftRenewal\n - OverdraftSetup\n - Surcharge\n - TempOverdraft\n - UnauthorisedBorrowing\n - UnauthorisedPaidTrans\n - Other\n - UnauthorisedUnpaidTrans\n minItems: 1\n MinMaxType:\n description: Min Max type\n title: MinMaxType\n type: string\n enum:\n - Minimum\n - Maximum\n FeeCapOccurrence:\n description: >-\n Indicates whether the advertised overdraft rate is guaranteed to be offered to a borrower by the bank e.g. if it’s part of a government scheme, or whether the rate may vary dependent on the applicant’s circumstances.\n title: FeeCapOccurrence\n type: number\n format: float\n FeeCapAmount:\n description: Cap amount charged for a fee\/charge\n title: FeeCapAmount\n type: string\n pattern: ^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$\n CappingPeriod:\n description: >-\n Period e.g. day, week, month etc. for which the fee\/charge is capped\n title: CappingPeriod\n type: string\n enum:\n - Day\n - Half Year\n - Month\n - Quarter\n - Week\n - Year\n Notes:\n description: >-\n Notes related to Overdraft fee charge cap\n title: Notes\n type: array\n items:\n description: maxLength 2000 text\n type: string\n minLength: 1\n maxLength: 2000\n OtherFeeType:\n description: >-\n Other fee type code which is not available in the standard code set\n type: array\n title: OtherFeeType\n items:\n description: >-\n Other fee type code which is not available in the standard code set\n type: object\n properties:\n Code:\n description: >-\n The four letter Mnemonic used within an XML file to identify a code\n title: Code\n type: string\n pattern: ^\\w{0,4}$\n minLength: 0\n maxLength: 4\n Name:\n description: Long name associated with the code\n title: Name\n type: string\n minLength: 1\n maxLength: 70\n Description:\n description: >-\n Description to describe the purpose of the code\n title: Description\n type: string\n minLength: 1\n maxLength: 350\n required:\n - Name\n - Description\n required:\n - FeeType\n - MinMaxType\n OverdraftFeeChargeDetail:\n description: Details about the fees\/charges\n type: array\n title: OverdraftFeeChargeDetail\n items:\n description: Details about the fees\/charges\n type: object\n properties:\n FeeType:\n description: Overdraft fee type\n title: FeeType\n type: string\n enum:\n - ArrangedOverdraft\n - AnnualReview\n - EmergencyBorrowing\n - BorrowingItem\n - OverdraftRenewal\n - OverdraftSetup\n - Surcharge\n - TempOverdraft\n - UnauthorisedBorrowing\n - UnauthorisedPaidTrans\n - Other\n - UnauthorisedUnpaidTrans\n NegotiableIndicator:\n description: >-\n Indicates whether fee and charges are negotiable\n title: NegotiableIndicator\n type: boolean\n OverdraftControlIndicator:\n description: >-\n Indicates if the fee\/charge is already covered by an 'Overdraft Control' fee or not.\n title: OverdraftControlIndicator\n type: boolean\n IncrementalBorrowingAmount:\n description: >-\n Every additional tranche of an overdraft balance to which an overdraft fee is applied\n title: IncrementalBorrowingAmount\n type: string\n pattern: ^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$\n FeeAmount:\n description: >-\n Amount charged for an overdraft fee\/charge (where it is charged in terms of an amount rather than a rate)\n title: FeeAmount\n type: string\n pattern: ^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$\n FeeRate:\n description: >-\n Rate charged for overdraft fee\/charge (where it is charged in terms of a rate rather than an amount)\n title: FeeRate\n type: string\n pattern: ^(-?\\d{1,3}){1}(\\.\\d{1,4}){0,1}$\n FeeRateType:\n description: >-\n Rate type for overdraft fee\/charge (where it is charged in terms of a rate rather than an amount)\n title: FeeRateType\n type: string\n enum:\n - Gross\n - Other\n ApplicationFrequency:\n description: >-\n Frequency at which the overdraft charge is applied to the account\n title: ApplicationFrequency\n type: string\n enum:\n - OnClosing\n - OnOpening\n - ChargingPeriod\n - Daily\n - PerItem\n - Monthly\n - OnAnniversary\n - Other\n - PerHundredPounds\n - PerHour\n - PerOccurrence\n - PerSheet\n - PerTransaction\n - PerTransactionAmount\n - PerTransactionPercentage\n - Quarterly\n - SixMonthly\n - StatementMonthly\n - Weekly\n - Yearly\n CalculationFrequency:\n description: >-\n How often is the overdraft fee\/charge calculated for the account.\n title: CalculationFrequency\n type: string\n enum:\n - OnClosing\n - OnOpening\n - ChargingPeriod\n - Daily\n - PerItem\n - Monthly\n - OnAnniversary\n - Other\n - PerHundredPounds\n - PerHour\n - PerOccurrence\n - PerSheet\n - PerTransaction\n - PerTransactionAmount\n - PerTransactionPercentage\n - Quarterly\n - SixMonthly\n - StatementMonthly\n - Weekly\n - Yearly\n Notes:\n description: >-\n Free text for capturing any other info related to Overdraft Fees Charge Details\n title: Notes\n type: array\n items:\n description: maxLength 2000 text\n type: string\n minLength: 1\n maxLength: 2000\n OverdraftFeeChargeCap:\n description: >-\n Details about any caps (maximum charges) that apply to a particular fee\/charge. Capping can either be based on an amount (in gbp), an amount (in items) or a rate.\n type: array\n title: OverdraftFeeChargeCap\n items:\n description: >-\n Details about any caps (maximum charges) that apply to a particular fee\/charge. Capping can either be based on an amount (in gbp), an amount (in items) or a rate.\n type: object\n properties:\n FeeType:\n description: Fee\/charge type which is being capped\n title: FeeType\n type: array\n items:\n description: Overdraft fee type\n type: string\n enum:\n - ArrangedOverdraft\n - AnnualReview\n - EmergencyBorrowing\n - BorrowingItem\n - OverdraftRenewal\n - OverdraftSetup\n - Surcharge\n - TempOverdraft\n - UnauthorisedBorrowing\n - UnauthorisedPaidTrans\n - Other\n - UnauthorisedUnpaidTrans\n minItems: 1\n MinMaxType:\n description: Min Max type\n title: MinMaxType\n type: string\n enum:\n - Minimum\n - Maximum\n FeeCapOccurrence:\n description: >-\n Indicates whether the advertised overdraft rate is guaranteed to be offered to a borrower by the bank e.g. if it’s part of a government scheme, or whether the rate may vary dependent on the applicant’s circumstances.\n title: FeeCapOccurrence\n type: number\n format: float\n FeeCapAmount:\n description: Cap amount charged for a fee\/charge\n title: FeeCapAmount\n type: string\n pattern: ^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$\n CappingPeriod:\n description: >-\n Period e.g. day, week, month etc. for which the fee\/charge is capped\n title: CappingPeriod\n type: string\n enum:\n - Day\n - Half Year\n - Month\n - Quarter\n - Week\n - Year\n Notes:\n description: >-\n Notes related to Overdraft fee charge cap\n title: Notes\n type: array\n items:\n description: maxLength 2000 text\n type: string\n minLength: 1\n maxLength: 2000\n OtherFeeType:\n description: >-\n Other fee type code which is not available in the standard code set\n type: array\n title: OtherFeeType\n items:\n description: >-\n Other fee type code which is not available in the standard code set\n type: object\n properties:\n Code:\n description: >-\n The four letter Mnemonic used within an XML file to identify a code\n title: Code\n type: string\n pattern: ^\\w{0,4}$\n minLength: 0\n maxLength: 4\n Name:\n description: Long name associated with the code\n title: Name\n type: string\n minLength: 1\n maxLength: 70\n Description:\n description: >-\n Description to describe the purpose of the code\n title: Description\n type: string\n minLength: 1\n maxLength: 350\n required:\n - Name\n - Description\n required:\n - FeeType\n - MinMaxType\n OtherFeeType:\n description: >-\n Other Fee type which is not available in the standard code set\n type: object\n title: OtherFeeType\n properties:\n Code:\n description: >-\n The four letter Mnemonic used within an XML file to identify a code\n title: Code\n type: string\n pattern: ^\\w{0,4}$\n minLength: 0\n maxLength: 4\n Name:\n description: Long name associated with the code\n title: Name\n type: string\n minLength: 1\n maxLength: 70\n Description:\n description: >-\n Description to describe the purpose of the code\n title: Description\n type: string\n minLength: 1\n maxLength: 350\n additionalProperties: false\n required:\n - Name\n - Description\n OtherFeeRateType:\n description: >-\n Other fee rate type code which is not available in the standard code set\n type: object\n title: OtherFeeRateType\n properties:\n Code:\n description: >-\n The four letter Mnemonic used within an XML file to identify a code\n title: Code\n type: string\n pattern: ^\\w{0,4}$\n minLength: 0\n maxLength: 4\n Name:\n description: Long name associated with the code\n title: Name\n type: string\n minLength: 1\n maxLength: 70\n Description:\n description: >-\n Description to describe the purpose of the code\n title: Description\n type: string\n minLength: 1\n maxLength: 350\n additionalProperties: false\n required:\n - Name\n - Description\n OtherApplicationFrequency:\n description: >-\n Other application frequencies that are not available in the standard code list\n type: object\n title: OtherApplicationFrequency\n properties:\n Code:\n description: >-\n The four letter Mnemonic used within an XML file to identify a code\n title: Code\n type: string\n pattern: ^\\w{0,4}$\n minLength: 0\n maxLength: 4\n Name:\n description: Long name associated with the code\n title: Name\n type: string\n minLength: 1\n maxLength: 70\n Description:\n description: >-\n Description to describe the purpose of the code\n title: Description\n type: string\n minLength: 1\n maxLength: 350\n additionalProperties: false\n required:\n - Name\n - Description\n OtherCalculationFrequency:\n description: >-\n Other calculation frequency which is not available in the standard code set.\n type: object\n title: OtherCalculationFrequency\n properties:\n Code:\n description: >-\n The four letter Mnemonic used within an XML file to identify a code\n title: Code\n type: string\n pattern: ^\\w{0,4}$\n minLength: 0\n maxLength: 4\n Name:\n description: Long name associated with the code\n title: Name\n type: string\n minLength: 1\n maxLength: 70\n Description:\n description: >-\n Description to describe the purpose of the code\n title: Description\n type: string\n minLength: 1\n maxLength: 350\n additionalProperties: false\n required:\n - Name\n - Description\n required:\n - FeeType\n - ApplicationFrequency\n minItems: 1\n required:\n - OverdraftFeeChargeDetail\n required:\n - TierValueMin\n minItems: 1\n OverdraftFeesCharges:\n description: Overdraft fees and charges details\n type: array\n title: OverdraftFeesCharges\n items:\n description: Overdraft fees and charges details\n type: object\n properties:\n OverdraftFeeChargeCap:\n description: >-\n Details about any caps (maximum charges) that apply to a particular fee\/charge. Capping can either be based on an amount (in gbp), an amount (in items) or a rate.\n type: array\n title: OverdraftFeeChargeCap\n items:\n description: >-\n Details about any caps (maximum charges) that apply to a particular fee\/charge. Capping can either be based on an amount (in gbp), an amount (in items) or a rate.\n type: object\n properties:\n FeeType:\n description: Fee\/charge type which is being capped\n title: FeeType\n type: array\n items:\n description: Overdraft fee type\n type: string\n enum:\n - ArrangedOverdraft\n - AnnualReview\n - EmergencyBorrowing\n - BorrowingItem\n - OverdraftRenewal\n - OverdraftSetup\n - Surcharge\n - TempOverdraft\n - UnauthorisedBorrowing\n - UnauthorisedPaidTrans\n - Other\n - UnauthorisedUnpaidTrans\n minItems: 1\n MinMaxType:\n description: Min Max type\n title: MinMaxType\n type: string\n enum:\n - Minimum\n - Maximum\n FeeCapOccurrence:\n description: >-\n Indicates whether the advertised overdraft rate is guaranteed to be offered to a borrower by the bank e.g. if it’s part of a government scheme, or whether the rate may vary dependent on the applicant’s circumstances.\n title: FeeCapOccurrence\n type: number\n format: float\n FeeCapAmount:\n description: Cap amount charged for a fee\/charge\n title: FeeCapAmount\n type: string\n pattern: ^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$\n CappingPeriod:\n description: >-\n Period e.g. day, week, month etc. for which the fee\/charge is capped\n title: CappingPeriod\n type: string\n enum:\n - Day\n - Half Year\n - Month\n - Quarter\n - Week\n - Year\n Notes:\n description: Notes related to Overdraft fee charge cap\n title: Notes\n type: array\n items:\n description: maxLength 2000 text\n type: string\n minLength: 1\n maxLength: 2000\n OtherFeeType:\n description: >-\n Other fee type code which is not available in the standard code set\n type: array\n title: OtherFeeType\n items:\n description: >-\n Other fee type code which is not available in the standard code set\n type: object\n properties:\n Code:\n description: >-\n The four letter Mnemonic used within an XML file to identify a code\n title: Code\n type: string\n pattern: ^\\w{0,4}$\n minLength: 0\n maxLength: 4\n Name:\n description: Long name associated with the code\n title: Name\n type: string\n minLength: 1\n maxLength: 70\n Description:\n description: >-\n Description to describe the purpose of the code\n title: Description\n type: string\n minLength: 1\n maxLength: 350\n required:\n - Name\n - Description\n required:\n - FeeType\n - MinMaxType\n OverdraftFeeChargeDetail:\n description: Details about the fees\/charges\n type: array\n title: OverdraftFeeChargeDetail\n items:\n description: Details about the fees\/charges\n type: object\n properties:\n FeeType:\n description: Overdraft fee type\n title: FeeType\n type: string\n enum:\n - ArrangedOverdraft\n - AnnualReview\n - EmergencyBorrowing\n - BorrowingItem\n - OverdraftRenewal\n - OverdraftSetup\n - Surcharge\n - TempOverdraft\n - UnauthorisedBorrowing\n - UnauthorisedPaidTrans\n - Other\n - UnauthorisedUnpaidTrans\n NegotiableIndicator:\n description: >-\n Indicates whether fee and charges are negotiable\n title: NegotiableIndicator\n type: boolean\n OverdraftControlIndicator:\n description: >-\n Indicates if the fee\/charge is already covered by an 'Overdraft Control' fee or not.\n title: OverdraftControlIndicator\n type: boolean\n IncrementalBorrowingAmount:\n description: >-\n Every additional tranche of an overdraft balance to which an overdraft fee is applied\n title: IncrementalBorrowingAmount\n type: string\n pattern: ^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$\n FeeAmount:\n description: >-\n Amount charged for an overdraft fee\/charge (where it is charged in terms of an amount rather than a rate)\n title: FeeAmount\n type: string\n pattern: ^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$\n FeeRate:\n description: >-\n Rate charged for overdraft fee\/charge (where it is charged in terms of a rate rather than an amount)\n title: FeeRate\n type: string\n pattern: ^(-?\\d{1,3}){1}(\\.\\d{1,4}){0,1}$\n FeeRateType:\n description: >-\n Rate type for overdraft fee\/charge (where it is charged in terms of a rate rather than an amount)\n title: FeeRateType\n type: string\n enum:\n - Gross\n - Other\n ApplicationFrequency:\n description: >-\n Frequency at which the overdraft charge is applied to the account\n title: ApplicationFrequency\n type: string\n enum:\n - OnClosing\n - OnOpening\n - ChargingPeriod\n - Daily\n - PerItem\n - Monthly\n - OnAnniversary\n - Other\n - PerHundredPounds\n - PerHour\n - PerOccurrence\n - PerSheet\n - PerTransaction\n - PerTransactionAmount\n - PerTransactionPercentage\n - Quarterly\n - SixMonthly\n - StatementMonthly\n - Weekly\n - Yearly\n CalculationFrequency:\n description: >-\n How often is the overdraft fee\/charge calculated for the account.\n title: CalculationFrequency\n type: string\n enum:\n - OnClosing\n - OnOpening\n - ChargingPeriod\n - Daily\n - PerItem\n - Monthly\n - OnAnniversary\n - Other\n - PerHundredPounds\n - PerHour\n - PerOccurrence\n - PerSheet\n - PerTransaction\n - PerTransactionAmount\n - PerTransactionPercentage\n - Quarterly\n - SixMonthly\n - StatementMonthly\n - Weekly\n - Yearly\n Notes:\n description: >-\n Free text for capturing any other info related to Overdraft Fees Charge Details\n title: Notes\n type: array\n items:\n description: maxLength 2000 text\n type: string\n minLength: 1\n maxLength: 2000\n OverdraftFeeChargeCap:\n description: >-\n Details about any caps (maximum charges) that apply to a particular fee\/charge. Capping can either be based on an amount (in gbp), an amount (in items) or a rate.\n type: array\n title: OverdraftFeeChargeCap\n items:\n description: >-\n Details about any caps (maximum charges) that apply to a particular fee\/charge. Capping can either be based on an amount (in gbp), an amount (in items) or a rate.\n type: object\n properties:\n FeeType:\n description: Fee\/charge type which is being capped\n title: FeeType\n type: array\n items:\n description: Overdraft fee type\n type: string\n enum:\n - ArrangedOverdraft\n - AnnualReview\n - EmergencyBorrowing\n - BorrowingItem\n - OverdraftRenewal\n - OverdraftSetup\n - Surcharge\n - TempOverdraft\n - UnauthorisedBorrowing\n - UnauthorisedPaidTrans\n - Other\n - UnauthorisedUnpaidTrans\n minItems: 1\n MinMaxType:\n description: Min Max type\n title: MinMaxType\n type: string\n enum:\n - Minimum\n - Maximum\n FeeCapOccurrence:\n description: >-\n Indicates whether the advertised overdraft rate is guaranteed to be offered to a borrower by the bank e.g. if it’s part of a government scheme, or whether the rate may vary dependent on the applicant’s circumstances.\n title: FeeCapOccurrence\n type: number\n format: float\n FeeCapAmount:\n description: Cap amount charged for a fee\/charge\n title: FeeCapAmount\n type: string\n pattern: ^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$\n CappingPeriod:\n description: >-\n Period e.g. day, week, month etc. for which the fee\/charge is capped\n title: CappingPeriod\n type: string\n enum:\n - Day\n - Half Year\n - Month\n - Quarter\n - Week\n - Year\n Notes:\n description: >-\n Notes related to Overdraft fee charge cap\n title: Notes\n type: array\n items:\n description: maxLength 2000 text\n type: string\n minLength: 1\n maxLength: 2000\n OtherFeeType:\n description: >-\n Other fee type code which is not available in the standard code set\n type: array\n title: OtherFeeType\n items:\n description: >-\n Other fee type code which is not available in the standard code set\n type: object\n properties:\n Code:\n description: >-\n The four letter Mnemonic used within an XML file to identify a code\n title: Code\n type: string\n pattern: ^\\w{0,4}$\n minLength: 0\n maxLength: 4\n Name:\n description: Long name associated with the code\n title: Name\n type: string\n minLength: 1\n maxLength: 70\n Description:\n description: >-\n Description to describe the purpose of the code\n title: Description\n type: string\n minLength: 1\n maxLength: 350\n required:\n - Name\n - Description\n required:\n - FeeType\n - MinMaxType\n OtherFeeType:\n description: >-\n Other Fee type which is not available in the standard code set\n type: object\n title: OtherFeeType\n properties:\n Code:\n description: >-\n The four letter Mnemonic used within an XML file to identify a code\n title: Code\n type: string\n pattern: ^\\w{0,4}$\n minLength: 0\n maxLength: 4\n Name:\n description: Long name associated with the code\n title: Name\n type: string\n minLength: 1\n maxLength: 70\n Description:\n description: >-\n Description to describe the purpose of the code\n title: Description\n type: string\n minLength: 1\n maxLength: 350\n additionalProperties: false\n required:\n - Name\n - Description\n OtherFeeRateType:\n description: >-\n Other fee rate type code which is not available in the standard code set\n type: object\n title: OtherFeeRateType\n properties:\n Code:\n description: >-\n The four letter Mnemonic used within an XML file to identify a code\n title: Code\n type: string\n pattern: ^\\w{0,4}$\n minLength: 0\n maxLength: 4\n Name:\n description: Long name associated with the code\n title: Name\n type: string\n minLength: 1\n maxLength: 70\n Description:\n description: >-\n Description to describe the purpose of the code\n title: Description\n type: string\n minLength: 1\n maxLength: 350\n additionalProperties: false\n required:\n - Name\n - Description\n OtherApplicationFrequency:\n description: >-\n Other application frequencies that are not available in the standard code list\n type: object\n title: OtherApplicationFrequency\n properties:\n Code:\n description: >-\n The four letter Mnemonic used within an XML file to identify a code\n title: Code\n type: string\n pattern: ^\\w{0,4}$\n minLength: 0\n maxLength: 4\n Name:\n description: Long name associated with the code\n title: Name\n type: string\n minLength: 1\n maxLength: 70\n Description:\n description: >-\n Description to describe the purpose of the code\n title: Description\n type: string\n minLength: 1\n maxLength: 350\n additionalProperties: false\n required:\n - Name\n - Description\n OtherCalculationFrequency:\n description: >-\n Other calculation frequency which is not available in the standard code set.\n type: object\n title: OtherCalculationFrequency\n properties:\n Code:\n description: >-\n The four letter Mnemonic used within an XML file to identify a code\n title: Code\n type: string\n pattern: ^\\w{0,4}$\n minLength: 0\n maxLength: 4\n Name:\n description: Long name associated with the code\n title: Name\n type: string\n minLength: 1\n maxLength: 70\n Description:\n description: >-\n Description to describe the purpose of the code\n title: Description\n type: string\n minLength: 1\n maxLength: 350\n additionalProperties: false\n required:\n - Name\n - Description\n required:\n - FeeType\n - ApplicationFrequency\n minItems: 1\n required:\n - OverdraftFeeChargeDetail\n required:\n - TierBandMethod\n - OverdraftTierBand\n minItems: 1\n additionalProperties: false\n required:\n - OverdraftTierBandSet\n OtherFeesCharges:\n description: >-\n Contains details of fees and charges which are not associated with either Overdraft or features\/benefits\n type: array\n title: OtherFeesCharges\n items:\n description: >-\n Contains details of fees and charges which are not associated with either Overdraft or features\/benefits\n type: object\n properties:\n TariffType:\n description: TariffType which defines the fee and charges.\n title: TariffType\n type: string\n enum:\n - Electronic\n - Mixed\n - Other\n TariffName:\n description: Name of the tariff\n title: TariffName\n type: string\n minLength: 1\n maxLength: 350\n OtherTariffType:\n description: Other tariff type which is not in the standard list.\n type: object\n title: OtherTariffType\n properties:\n Code:\n description: >-\n The four letter Mnemonic used within an XML file to identify a code\n title: Code\n type: string\n pattern: ^\\w{0,4}$\n minLength: 0\n maxLength: 4\n Name:\n description: Long name associated with the code\n title: Name\n type: string\n minLength: 1\n maxLength: 70\n Description:\n description: Description to describe the purpose of the code\n title: Description\n type: string\n minLength: 1\n maxLength: 350\n additionalProperties: false\n required:\n - Name\n - Description\n FeeChargeDetail:\n description: Other fees\/charges details\n type: array\n title: FeeChargeDetail\n items:\n description: Other fees\/charges details\n type: object\n properties:\n FeeCategory:\n description: >-\n Categorisation of fees and charges into standard categories.\n title: FeeCategory\n type: string\n enum:\n - Other\n - Servicing\n FeeType:\n description: Fee\/Charge Type\n title: FeeType\n type: string\n enum:\n - Other\n - ServiceCAccountFee\n - ServiceCAccountFeeMonthly\n - ServiceCAccountFeeQuarterly\n - ServiceCFixedTariff\n - ServiceCBusiDepAccBreakage\n - ServiceCMinimumMonthlyFee\n - ServiceCOther\n NegotiableIndicator:\n description: >-\n Fee\/charge which is usually negotiable rather than a fixed amount\n title: NegotiableIndicator\n type: boolean\n FeeAmount:\n description: >-\n Fee Amount charged for a fee\/charge (where it is charged in terms of an amount rather than a rate)\n title: FeeAmount\n type: string\n pattern: ^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$\n FeeRate:\n description: >-\n Rate charged for Fee\/Charge (where it is charged in terms of a rate rather than an amount)\n title: FeeRate\n type: string\n pattern: ^(-?\\d{1,3}){1}(\\.\\d{1,4}){0,1}$\n FeeRateType:\n description: >-\n Rate type for Fee\/Charge (where it is charged in terms of a rate rather than an amount)\n title: FeeRateType\n type: string\n enum:\n - Gross\n - Other\n ApplicationFrequency:\n description: How frequently the fee\/charge is applied to the account\n title: ApplicationFrequency\n type: string\n enum:\n - OnClosing\n - OnOpening\n - ChargingPeriod\n - Daily\n - PerItem\n - Monthly\n - OnAnniversary\n - Other\n - PerHundredPounds\n - PerHour\n - PerOccurrence\n - PerSheet\n - PerTransaction\n - PerTransactionAmount\n - PerTransactionPercentage\n - Quarterly\n - SixMonthly\n - StatementMonthly\n - Weekly\n - Yearly\n CalculationFrequency:\n description: How frequently the fee\/charge is calculated\n title: CalculationFrequency\n type: string\n enum:\n - OnClosing\n - OnOpening\n - ChargingPeriod\n - Daily\n - PerItem\n - Monthly\n - OnAnniversary\n - Other\n - PerHundredPounds\n - PerHour\n - PerOccurrence\n - PerSheet\n - PerTransaction\n - PerTransactionAmount\n - PerTransactionPercentage\n - Quarterly\n - SixMonthly\n - StatementMonthly\n - Weekly\n - Yearly\n Notes:\n description: >-\n Optional additional notes to supplement the fee\/charge details.\n title: Notes\n type: array\n items:\n description: maxLength 2000 text\n type: string\n minLength: 1\n maxLength: 2000\n FeeChargeCap:\n description: >-\n Details about any caps (maximum charges) that apply to a particular or group of fee\/charge\n type: array\n title: FeeChargeCap\n items:\n description: >-\n Details about any caps (maximum charges) that apply to a particular or group of fee\/charge\n type: object\n properties:\n FeeType:\n description: Fee\/charge type which is being capped\n title: FeeType\n type: array\n items:\n description: Fee\/charge type which is being capped\n type: string\n enum:\n - Other\n - ServiceCAccountFee\n - ServiceCAccountFeeMonthly\n - ServiceCAccountFeeQuarterly\n - ServiceCFixedTariff\n - ServiceCBusiDepAccBreakage\n - ServiceCMinimumMonthlyFee\n - ServiceCOther\n minItems: 1\n MinMaxType:\n description: Min Max type\n title: MinMaxType\n type: string\n enum:\n - Minimum\n - Maximum\n FeeCapOccurrence:\n description: >-\n fee\/charges are captured dependent on the number of occurrences rather than capped at a particular amount\n title: FeeCapOccurrence\n type: number\n format: float\n FeeCapAmount:\n description: >-\n Cap amount charged for a fee\/charge (where it is charged in terms of an amount rather than a rate)\n title: FeeCapAmount\n type: string\n pattern: ^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$\n CappingPeriod:\n description: >-\n Period e.g. day, week, month etc. for which the fee\/charge is capped\n title: CappingPeriod\n type: string\n enum:\n - Day\n - Half Year\n - Month\n - Quarter\n - Week\n - Year\n Notes:\n description: >-\n Free text for adding extra details for fee charge cap\n title: Notes\n type: array\n items:\n description: maxLength 2000 text\n type: string\n minLength: 1\n maxLength: 2000\n OtherFeeType:\n description: >-\n Other fee type code which is not available in the standard code set\n type: array\n title: OtherFeeType\n items:\n description: >-\n Other fee type code which is not available in the standard code set\n type: object\n properties:\n Code:\n description: >-\n The four letter Mnemonic used within an XML file to identify a code\n title: Code\n type: string\n pattern: ^\\w{0,4}$\n minLength: 0\n maxLength: 4\n Name:\n description: Long name associated with the code\n title: Name\n type: string\n minLength: 1\n maxLength: 70\n Description:\n description: >-\n Description to describe the purpose of the code\n title: Description\n type: string\n minLength: 1\n maxLength: 350\n required:\n - Name\n - Description\n required:\n - FeeType\n - MinMaxType\n OtherFeeCategoryType:\n type: object\n title: OtherFeeCategoryType\n properties:\n Code:\n description: >-\n The four letter Mnemonic used within an XML file to identify a code\n title: Code\n type: string\n pattern: ^\\w{0,4}$\n minLength: 0\n maxLength: 4\n Name:\n description: Long name associated with the code\n title: Name\n type: string\n minLength: 1\n maxLength: 70\n Description:\n description: Description to describe the purpose of the code\n title: Description\n type: string\n minLength: 1\n maxLength: 350\n additionalProperties: false\n required:\n - Name\n - Description\n OtherFeeType:\n description: >-\n Other Fee\/charge type which is not available in the standard code set\n type: object\n title: OtherFeeType\n properties:\n Code:\n description: >-\n The four letter Mnemonic used within an XML file to identify a code\n title: Code\n type: string\n pattern: ^\\w{0,4}$\n minLength: 0\n maxLength: 4\n FeeCategory:\n description: >-\n Categorisation of fees and charges into standard categories.\n title: FeeCategory\n type: string\n enum:\n - Other\n - Servicing\n Name:\n description: Long name associated with the code\n title: Name\n type: string\n minLength: 1\n maxLength: 70\n Description:\n description: Description to describe the purpose of the code\n title: Description\n type: string\n minLength: 1\n maxLength: 350\n additionalProperties: false\n required:\n - FeeCategory\n - Name\n - Description\n OtherFeeRateType:\n description: >-\n Other fee rate type which is not available in the standard code set\n type: object\n title: OtherFeeRateType\n properties:\n Code:\n description: >-\n The four letter Mnemonic used within an XML file to identify a code\n title: Code\n type: string\n pattern: ^\\w{0,4}$\n minLength: 0\n maxLength: 4\n Name:\n description: Long name associated with the code\n title: Name\n type: string\n minLength: 1\n maxLength: 70\n Description:\n description: Description to describe the purpose of the code\n title: Description\n type: string\n minLength: 1\n maxLength: 350\n additionalProperties: false\n required:\n - Name\n - Description\n OtherApplicationFrequency:\n description: >-\n Other application frequencies not covered in the standard code list\n type: object\n title: OtherApplicationFrequency\n properties:\n Code:\n description: >-\n The four letter Mnemonic used within an XML file to identify a code\n title: Code\n type: string\n pattern: ^\\w{0,4}$\n minLength: 0\n maxLength: 4\n Name:\n description: Long name associated with the code\n title: Name\n type: string\n minLength: 1\n maxLength: 70\n Description:\n description: Description to describe the purpose of the code\n title: Description\n type: string\n minLength: 1\n maxLength: 350\n additionalProperties: false\n required:\n - Name\n - Description\n OtherCalculationFrequency:\n description: >-\n Other calculation frequency which is not available in standard code set.\n type: object\n title: OtherCalculationFrequency\n properties:\n Code:\n description: >-\n The four letter Mnemonic used within an XML file to identify a code\n title: Code\n type: string\n pattern: ^\\w{0,4}$\n minLength: 0\n maxLength: 4\n Name:\n description: Long name associated with the code\n title: Name\n type: string\n minLength: 1\n maxLength: 70\n Description:\n description: Description to describe the purpose of the code\n title: Description\n type: string\n minLength: 1\n maxLength: 350\n additionalProperties: false\n required:\n - Name\n - Description\n FeeApplicableRange:\n description: >-\n Range or amounts or rates for which the fee\/charge applies\n type: object\n title: FeeApplicableRange\n properties:\n MinimumAmount:\n description: >-\n Minimum Amount on which fee\/charge is applicable (where it is expressed as an amount)\n title: MinimumAmount\n type: string\n pattern: ^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$\n MaximumAmount:\n description: >-\n Maximum Amount on which fee is applicable (where it is expressed as an amount)\n title: MaximumAmount\n type: string\n pattern: ^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$\n MinimumRate:\n description: >-\n Minimum rate on which fee\/charge is applicable(where it is expressed as an rate)\n title: MinimumRate\n type: string\n pattern: ^(-?\\d{1,3}){1}(\\.\\d{1,4}){0,1}$\n MaximumRate:\n description: >-\n Maximum rate on which fee\/charge is applicable(where it is expressed as an rate)\n title: MaximumRate\n type: string\n pattern: ^(-?\\d{1,3}){1}(\\.\\d{1,4}){0,1}$\n additionalProperties: false\n required:\n - FeeCategory\n - FeeType\n - ApplicationFrequency\n minItems: 1\n FeeChargeCap:\n description: >-\n Details about any caps (maximum charges) that apply to a particular or group of fee\/charge\n type: array\n title: FeeChargeCap\n items:\n description: >-\n Details about any caps (maximum charges) that apply to a particular or group of fee\/charge\n type: object\n properties:\n FeeType:\n description: Fee\/charge type which is being capped\n title: FeeType\n type: array\n items:\n description: Fee\/charge type which is being capped\n type: string\n enum:\n - Other\n - ServiceCAccountFee\n - ServiceCAccountFeeMonthly\n - ServiceCAccountFeeQuarterly\n - ServiceCFixedTariff\n - ServiceCBusiDepAccBreakage\n - ServiceCMinimumMonthlyFee\n - ServiceCOther\n minItems: 1\n MinMaxType:\n description: Min Max type\n title: MinMaxType\n type: string\n enum:\n - Minimum\n - Maximum\n FeeCapOccurrence:\n description: >-\n fee\/charges are captured dependent on the number of occurrences rather than capped at a particular amount\n title: FeeCapOccurrence\n type: number\n format: float\n FeeCapAmount:\n description: >-\n Cap amount charged for a fee\/charge (where it is charged in terms of an amount rather than a rate)\n title: FeeCapAmount\n type: string\n pattern: ^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$\n CappingPeriod:\n description: >-\n Period e.g. day, week, month etc. for which the fee\/charge is capped\n title: CappingPeriod\n type: string\n enum:\n - Day\n - Half Year\n - Month\n - Quarter\n - Week\n - Year\n Notes:\n description: Free text for adding extra details for fee charge cap\n title: Notes\n type: array\n items:\n description: maxLength 2000 text\n type: string\n minLength: 1\n maxLength: 2000\n OtherFeeType:\n description: >-\n Other fee type code which is not available in the standard code set\n type: array\n title: OtherFeeType\n items:\n description: >-\n Other fee type code which is not available in the standard code set\n type: object\n properties:\n Code:\n description: >-\n The four letter Mnemonic used within an XML file to identify a code\n title: Code\n type: string\n pattern: ^\\w{0,4}$\n minLength: 0\n maxLength: 4\n Name:\n description: Long name associated with the code\n title: Name\n type: string\n minLength: 1\n maxLength: 70\n Description:\n description: Description to describe the purpose of the code\n title: Description\n type: string\n minLength: 1\n maxLength: 350\n required:\n - Name\n - Description\n required:\n - FeeType\n - MinMaxType\n required:\n - FeeChargeDetail\n additionalProperties: false\n OBBalanceType1Code:\n description: >-\n Balance type, in a coded form. <br \/> For a full list of enumeration values refer to `ExternalBalanceType1Code` in *ISO_External_CodeSet* [here](https:\/\/github.com\/OpenBankingUK\/External_Internal_CodeSets).\n type: string\n example: CLAV\n enum:\n - CLAV\n - CLBD\n - FWAV\n - INFO\n - ITAV\n - ITBD\n - OPAV\n - OPBD\n - PRCD\n - XPCD\n OBBankTransactionCodeStructure1:\n type: object\n required:\n - Code\n - SubCode\n description: >-\n Set of elements used to fully identify the type of underlying transaction resulting in an entry.\n properties:\n Code:\n description: Specifies the family within a domain.\n type: string\n SubCode:\n description: Specifies the sub-product family within a specific family.\n type: string\n OBBeneficiary5:\n type: object\n properties:\n AccountId:\n $ref: '#\/components\/schemas\/AccountId'\n BeneficiaryId:\n $ref: '#\/components\/schemas\/BeneficiaryId'\n BeneficiaryType:\n $ref: '#\/components\/schemas\/OBInternalBeneficiaryType1Code'\n Reference:\n $ref: '#\/components\/schemas\/Reference'\n SupplementaryData:\n $ref: '#\/components\/schemas\/OBSupplementaryData1'\n CreditorAgent:\n $ref: >-\n #\/components\/schemas\/OBBranchAndFinancialInstitutionIdentification6_0\n CreditorAccount:\n $ref: '#\/components\/schemas\/OBCashAccount5_0'\n additionalProperties: false\n OBBeneficiary5Basic:\n type: object\n properties:\n AccountId:\n $ref: '#\/components\/schemas\/AccountId'\n BeneficiaryId:\n $ref: '#\/components\/schemas\/BeneficiaryId'\n BeneficiaryType:\n $ref: '#\/components\/schemas\/OBInternalBeneficiaryType1Code'\n Reference:\n $ref: '#\/components\/schemas\/Reference'\n SupplementaryData:\n $ref: '#\/components\/schemas\/OBSupplementaryData1'\n additionalProperties: false\n OBBeneficiary5Detail:\n type: object\n properties:\n AccountId:\n $ref: '#\/components\/schemas\/AccountId'\n BeneficiaryId:\n $ref: '#\/components\/schemas\/BeneficiaryId'\n BeneficiaryType:\n $ref: '#\/components\/schemas\/OBInternalBeneficiaryType1Code'\n Reference:\n $ref: '#\/components\/schemas\/Reference'\n SupplementaryData:\n $ref: '#\/components\/schemas\/OBSupplementaryData1'\n CreditorAgent:\n $ref: >-\n #\/components\/schemas\/OBBranchAndFinancialInstitutionIdentification6_0\n CreditorAccount:\n $ref: '#\/components\/schemas\/OBCashAccount5_0'\n additionalProperties: false\n required:\n - CreditorAccount\n OBBranchAndFinancialInstitutionIdentification5_0:\n type: object\n required:\n - SchemeName\n - Identification\n description: >-\n Party that manages the account on behalf of the account owner, that is manages the registration and booking of entries on the account, calculates balances on the account and provides information about the account.\n properties:\n SchemeName:\n $ref: >-\n #\/components\/schemas\/OBInternalFinancialInstitutionIdentification4Code\n Identification:\n $ref: '#\/components\/schemas\/Identification_1'\n Name:\n $ref: '#\/components\/schemas\/Name_1'\n OBBranchAndFinancialInstitutionIdentification5_1:\n type: object\n required:\n - SchemeName\n - Identification\n description: >-\n Party that manages the account on behalf of the account owner, that is manages the registration and booking of entries on the account, calculates balances on the account and provides information about the account.\n\n This is the servicer of the beneficiary account.\n properties:\n SchemeName:\n $ref: >-\n #\/components\/schemas\/OBInternalFinancialInstitutionIdentification4Code\n Identification:\n $ref: '#\/components\/schemas\/Identification_1'\n Name:\n $ref: '#\/components\/schemas\/Name_1'\n PostalAddress:\n $ref: '#\/components\/schemas\/OBPostalAddress7'\n LEI:\n $ref: '#\/components\/schemas\/LEI'\n OBBranchAndFinancialInstitutionIdentification6_0:\n type: object\n description: >-\n Party that manages the account on behalf of the account owner, that is manages the registration and booking of entries on the account, calculates balances on the account and provides information about the account.\n\n This is the servicer of the beneficiary account.\n properties:\n SchemeName:\n $ref: >-\n #\/components\/schemas\/OBInternalFinancialInstitutionIdentification4Code\n Identification:\n $ref: '#\/components\/schemas\/Identification_1'\n Name:\n $ref: '#\/components\/schemas\/Name_1'\n PostalAddress:\n $ref: '#\/components\/schemas\/OBPostalAddress7'\n LEI:\n $ref: '#\/components\/schemas\/LEI'\n OBBranchAndFinancialInstitutionIdentification6_1:\n type: object\n description: Financial institution servicing an account for the creditor.\n properties:\n SchemeName:\n $ref: >-\n #\/components\/schemas\/OBInternalFinancialInstitutionIdentification4Code\n Identification:\n $ref: '#\/components\/schemas\/Identification_2'\n Name:\n $ref: '#\/components\/schemas\/Name_1'\n LEI:\n $ref: '#\/components\/schemas\/LEI'\n PostalAddress:\n $ref: '#\/components\/schemas\/OBPostalAddress7'\n OBBranchAndFinancialInstitutionIdentification6_2:\n type: object\n description: Financial institution servicing an account for the debtor.\n properties:\n SchemeName:\n $ref: >-\n #\/components\/schemas\/OBInternalFinancialInstitutionIdentification4Code\n Identification:\n $ref: '#\/components\/schemas\/Identification_2'\n Name:\n $ref: '#\/components\/schemas\/Name_1'\n LEI:\n $ref: '#\/components\/schemas\/LEI'\n PostalAddress:\n $ref: '#\/components\/schemas\/OBPostalAddress7'\n OBCashAccount5_0:\n type: object\n required:\n - SchemeName\n - Identification\n description: Provides the details to identify the beneficiary account.\n properties:\n SchemeName:\n $ref: '#\/components\/schemas\/OBInternalAccountIdentification4Code'\n Identification:\n $ref: '#\/components\/schemas\/Identification_0'\n Name:\n $ref: '#\/components\/schemas\/Name_0'\n SecondaryIdentification:\n $ref: '#\/components\/schemas\/SecondaryIdentification'\n Proxy:\n $ref: '#\/components\/schemas\/OBProxy1'\n OBCashAccount5_1:\n type: object\n required:\n - SchemeName\n - Identification\n description: Provides the details to identify the beneficiary account.\n properties:\n SchemeName:\n $ref: '#\/components\/schemas\/OBInternalAccountIdentification4Code'\n Identification:\n description: Beneficiary account identification.\n type: string\n minLength: 1\n maxLength: 256\n Name:\n $ref: '#\/components\/schemas\/Name_0'\n SecondaryIdentification:\n $ref: '#\/components\/schemas\/SecondaryIdentification'\n Proxy:\n $ref: '#\/components\/schemas\/OBProxy1'\n OBCashAccount6_0:\n type: object\n description: >-\n Unambiguous identification of the account of the creditor, in the case of a debit transaction.\n properties:\n SchemeName:\n $ref: '#\/components\/schemas\/OBInternalAccountIdentification4Code'\n Identification:\n $ref: '#\/components\/schemas\/Identification_0'\n Name:\n $ref: '#\/components\/schemas\/Name_0'\n SecondaryIdentification:\n $ref: '#\/components\/schemas\/SecondaryIdentification'\n Proxy:\n $ref: '#\/components\/schemas\/OBProxy1'\n OBCashAccount6_1:\n type: object\n description: >-\n Unambiguous identification of the account of the debtor, in the case of a crebit transaction.\n properties:\n SchemeName:\n $ref: '#\/components\/schemas\/OBInternalAccountIdentification4Code'\n Identification:\n $ref: '#\/components\/schemas\/Identification_0'\n Name:\n $ref: '#\/components\/schemas\/Name_0'\n SecondaryIdentification:\n $ref: '#\/components\/schemas\/SecondaryIdentification'\n Proxy:\n $ref: '#\/components\/schemas\/OBProxy1'\n ExternalCategoryPurpose1Code:\n description: >-\n Enumeration of codes that outlines the type of purpose behind a transaction, payment or risk. For all enum values see `ExternalCategoryPurpose1Code` in *ISO_External_CodeSet* [here](https:\/\/github.com\/OpenBankingUK\/External_Internal_CodeSets)\n type: string\n enum:\n - BONU\n - CASH\n - CBLK\n - CCRD\n - CGWV\n - CIPC\n - CONC\n - CORT\n - DCRD\n - DIVI\n - DVPM\n - EPAY\n - FCDT\n - FCIN\n - FCOL\n - GOVT\n - GP2P\n - HEDG\n - ICCP\n - IDCP\n - INTC\n - INTE\n - LBOX\n - LOAN\n - MP2B\n - MP2P\n - OTHR\n - PENS\n - RPRE\n - RRCT\n - RVPM\n - SALA\n - SECU\n - SSBE\n - SUPP\n - SWEP\n - TAXS\n - TOPG\n - TRAD\n - TREA\n - VATX\n - VOST\n - WHLD\n - ZABA\n OBExternalMandateClassification1Code:\n description: Type of mandate instruction. For a full list of values see `OBExternalClassification1Code` in *OB_Internal_CodeSet* [here](https:\/\/github.com\/OpenBankingUK\/External_Internal_CodeSets)\n type: string\n example: FIXE\n enum:\n - FIXE\n - USGB\n - VARI\n OBCommunicationMethod:\n description: >-\n For a full list of enumeration values see `OBExternalCommunicationMethod2Code` in *OB_Internal_CodeSet* [here](https:\/\/github.com\/OpenBankingUK\/External_internal_CodeSets)\n type: string\n enum:\n - EMAL\n - FAXI\n - FILE\n - ONLI\n - POST\n OBCreditDebitCode_0:\n description: |-\n Indicates whether the amount is a credit or a debit. For a full list of values see `OBInternalCreditDebitCode` in *OB_Internal_CodeSet* [here](https:\/\/github.com\/OpenBankingUK\/External_Internal_CodeSets)<br \/>\n Usage: A zero amount is considered to be a credit amount.\n type: string\n example: Credit\n enum:\n - Credit\n - Debit\n OBCreditDebitCode_1:\n description: |-\n Indicates whether the transaction is a credit or a debit entry. <br \/>\n <br \/>\n For a full list of enumeration values refer to `OBInternalCreditDebitCode` in *OB_Internal_CodeSet* [here](https:\/\/github.com\/OpenBankingUK\/External_Internal_CodeSets)\n type: string\n enum:\n - Credit\n - Debit\n OBCreditDebitCode_2:\n description: \"Indicates whether the balance is a credit or a debit balance. \\nUsage: A zero balance is considered to be a credit balance.\\n<br \/>\\nFor a full list of enumeration values refer to `OBInternalCreditDebitCode` in *OB_Internal_CodeSet* [here](https:\/\/github.com\/OpenBankingUK\/External_Internal_CodeSets)\"\n type: string\n example: Credit\n enum:\n - Credit\n - Debit\n OBCurrencyExchange5:\n type: object\n required:\n - SourceCurrency\n - ExchangeRate\n description: Set of elements used to provide details on the currency exchange.\n properties:\n SourceCurrency:\n description: >-\n Currency from which an amount is to be converted in a currency conversion.\n type: string\n pattern: ^[A-Z]{3,3}$\n TargetCurrency:\n description: >-\n Currency into which an amount is to be converted in a currency conversion.\n type: string\n pattern: ^[A-Z]{3,3}$\n UnitCurrency:\n description: >-\n Currency in which the rate of exchange is expressed in a currency exchange. In the example 1GBP = xxxCUR, the unit currency is GBP.\n type: string\n pattern: ^[A-Z]{3,3}$\n ExchangeRate:\n description: >-\n Factor used to convert an amount from one currency into another. This reflects the price at which one currency was bought with another currency.\n\n Usage: ExchangeRate expresses the ratio between UnitCurrency and QuotedCurrency (ExchangeRate = UnitCurrency\/QuotedCurrency).\n type: number\n ContractIdentification:\n description: >-\n Unique identification to unambiguously identify the foreign exchange contract.\n type: string\n minLength: 1\n maxLength: 35\n QuotationDate:\n description: \"Date and time at which an exchange rate is quoted. All dates in the JSON payloads are represented in ISO 8601 date-time format. \\nAll date-time fields in responses must include the timezone. An example is below:\\n2017-04-05T10:43:07+00:00\"\n type: string\n format: date-time\n InstructedAmount:\n type: object\n required:\n - Amount\n - Currency\n description: >-\n Amount of money to be moved between the debtor and creditor, before deduction of charges, expressed in the currency as ordered by the initiating party.\n properties:\n Amount:\n $ref: '#\/components\/schemas\/OBActiveCurrencyAndAmount_SimpleType'\n Currency:\n $ref: '#\/components\/schemas\/ActiveOrHistoricCurrencyCode_1'\n ExternalEntryStatus1Code:\n description: |-\n Status of a transaction entry on the books of the account servicer. <br \/>\n For a full list of enumeration values refer to `ExternalEntryStatus1Code` in *ISO_External_CodeSet* [here](https:\/\/github.com\/OpenBankingUK\/External_Internal_CodeSets)\n type: string\n enum:\n - BOOK\n - FUTR\n - INFO\n - PDNG\n OBInternalTransactionMutability1Code:\n description: |-\n Specifies the Mutability of the Transaction record. <br \/>\n For a full list of enumeration values refer to `OBInternalTransactionMutability1Code` in *OB_Internal_CodeSet* [here](https:\/\/github.com\/OpenBankingUK\/External_Internal_CodeSets)\n type: string\n enum:\n - Mutable\n - Immutable\n OBError1:\n type: object\n properties:\n ErrorCode:\n $ref: '#\/components\/schemas\/OBExternalStatusReason1Code'\n Message:\n description: >-\n A description of the error that occurred. e.g., 'A mandatory field isn't supplied' or 'RequestedExecutionDateTime must be in future'\n\n OBL doesn't standardise this field\n type: string\n minLength: 1\n maxLength: 500\n Path:\n description: >-\n Recommended but optional reference to the JSON Path of the field with error, e.g., Data.Initiation.InstructedAmount.Currency\n type: string\n minLength: 1\n maxLength: 500\n Url:\n description: >-\n URL to help remediate the problem, or provide more information, or to API Reference, or help etc\n type: string\n required:\n - ErrorCode\n additionalProperties: false\n minProperties: 1\n OBErrorResponse1:\n description: >-\n An array of detail error codes, and messages, and URLs to documentation to help remediation.\n type: object\n properties:\n Id:\n description: >-\n A unique reference for the error instance, for audit purposes, in case of unknown\/unclassified errors.\n type: string\n minLength: 1\n maxLength: 40\n Code:\n description: >-\n Deprecated <br \/>High level textual error code, to help categorise the errors.\n type: string\n minLength: 1\n example: 400 BadRequest\n maxLength: 40\n Message:\n description: Deprecated <br \/>Brief Error message\n type: string\n minLength: 1\n example: There is something wrong with the request parameters provided\n maxLength: 500\n Errors:\n items:\n $ref: '#\/components\/schemas\/OBError1'\n type: array\n minItems: 1\n required:\n - Errors\n additionalProperties: false\n OBInternalAccountIdentification4Code:\n description: >-\n Name of the identification scheme, in a coded form as published in an external list. <br \/> For a full list of enumeration values refer to `OBInternalAccountIdentification4Code` in *OB_Internal_CodeSet* [here](https:\/\/github.com\/OpenBankingUK\/External_Internal_CodeSets)\n type: string\n x-namespaced-enum:\n - UK.OBIE.BBAN\n - UK.OBIE.IBAN\n - UK.OBIE.PAN\n - UK.OBIE.Paym\n - UK.OBIE.SortCodeAccountNumber\n - UK.OBIE.Wallet\n OBInternalAccountRole1Code:\n description: A party’s role with respect to the related account. For a full list refer to `OBInternalAccountRole1Code` in *OB_Internal_CodeSet* [here](https:\/\/github.com\/OpenBankingUK\/External_Internal_CodeSets)\n type: string\n x-namespaced-enum:\n - UK.OBIE.Administrator\n - UK.OBIE.Beneficiary\n - UK.OBIE.CustodianForMinor\n - UK.OBIE.Granter\n - UK.OBIE.LegalGuardian\n - UK.OBIE.OtherParty\n - UK.OBIE.PowerOfAttorney\n - UK.OBIE.Principal\n - UK.OBIE.Protector\n - UK.OBIE.RegisteredShareholderName\n - UK.OBIE.SecondaryOwner\n - UK.OBIE.SeniorManagingOfficial\n - UK.OBIE.Settlor\n - UK.OBIE.SuccessorOnDeath\n OBExternalAccountSubType1Code:\n description: >-\n Specifies the sub type of account (product family group) <br \/> For a full list of enumeration values refer to `OBExternalCashAccountType1Code` *OB_Internal_CodeSet* [here](https:\/\/github.com\/OpenBankingUK\/External_Internal_CodeSets)\n type: string\n enum:\n - CACC\n - CARD\n - CASH\n - CHAR\n - CISH\n - COMM\n - CPAC\n - LLSV\n - LOAN\n - MGLD\n - MOMA\n - NREX\n - ODFT\n - ONDP\n - OTHR\n - SACC\n - SLRY\n - SVGS\n - TAXE\n - TRAN\n - TRAS\n - VACC\n - NFCA\n - MORT\n - WALT\n OBInternalAccountType1Code:\n description: >-\n Specifies the type of account (personal or business). <br \/> For a full list of enumeration values refer to 'OBInternalAccountType1Code' in *OB_Internal_CodeSet* [here](https:\/\/github.com\/OpenBankingUK\/External_Internal_CodeSets)\n type: string\n enum:\n - Business\n - Personal\n OBExternalBalanceSubType1Code:\n description: Amount sub type, in a coded form. Default if not specified is BCUR of the account.\n type: string\n enum:\n - BCUR\n - LCUR\n OBInternalFinancialInstitutionIdentification4Code:\n description: >-\n Name of the identification scheme, in a coded form as published in an external list.<br\/> For a full list of enumeration values refer to `OBInternalFinancialInstitutionIdentification4Code` in *OB_Internal_CodeSet* [here](https:\/\/github.com\/OpenBankingUK\/External_Internal_CodeSets)\n type: string\n example: UK.OBIE.BICFI\n x-namespaced-enum:\n - UK.OBIE.BICFI\n OBInternalSwitchStatusCode:\n description: >-\n Specifies the switch status for the account, in a coded form. <br \/> For a full list of enumeration values refer to `OBInternalSwitchStatusCode` in *OB_Internal_CodeSet* [here](https:\/\/github.com\/OpenBankingUK\/External_Internal_CodeSets)\n type: string\n x-namespaced-enum:\n - UK.CASS.NotSwitched\n - UK.CASS.SwitchCompleted\n OBInternalLegalStructureType1Code:\n description: Legal standing of the party. For a full list refer to `OBInternalLegalStructureType1Code` in *OB_Internal_CodeSet* [here](https:\/\/github.com\/OpenBankingUK\/External_Internal_CodeSets)\n type: string\n example: UK.OBIE.Individual\n x-namespaced-enum:\n - UK.OBIE.CIC\n - UK.OBIE.CIO\n - UK.OBIE.Charity\n - UK.OBIE.CoOp\n - UK.OBIE.GeneralPartnership\n - UK.OBIE.Individual\n - UK.OBIE.LimitedLiabilityPartnership\n - UK.OBIE.LimitedPartnership\n - UK.OBIE.PrivateLimitedCompany\n - UK.OBIE.PublicLimitedCompany\n - UK.OBIE.ScottishLimitedPartnership\n - UK.OBIE.Sole\n OBInternalPartyType1Code:\n description: Party type, in a coded form. For a full list see `OBInternalPartyType1Code` in *OB_Internal_CodeSet* [here](https:\/\/github.com\/OpenBankingUK\/External_Internal_CodeSets)\n type: string\n example: Joint\n enum:\n - Delegate\n - Joint\n - Sole\n OBExternalPurpose1Code:\n type: string\n minLength: 1\n maxLength: 4\n description: >-\n For a full list of enumeration values refer to `ExternalPurpose1Code` in *ISO_External_CodeSet* [here](https:\/\/github.com\/OpenBankingUK\/External_Internal_CodeSets)\n enum:\n - BKDF\n - BKFE\n - BKFM\n - BKIP\n - BKPP\n - CBLK\n - CDCB\n - CDCD\n - CDCS\n - CDDP\n - CDOC\n - CDQC\n - ETUP\n - FCOL\n - MTUP\n - ACCT\n - CASH\n - COLL\n - CSDB\n - DEPT\n - INTC\n - INTP\n - LIMA\n - NETT\n - BFWD\n - CCIR\n - CCPC\n - CCPM\n - CCSM\n - CRDS\n - CRPR\n - CRSP\n - CRTL\n - EQPT\n - EQUS\n - EXPT\n - EXTD\n - FIXI\n - FWBC\n - FWCC\n - FWSB\n - FWSC\n - MARG\n - MBSB\n - MBSC\n - MGCC\n - MGSC\n - OCCC\n - OPBC\n - OPCC\n - OPSB\n - OPSC\n - OPTN\n - OTCD\n - REPO\n - RPBC\n - RPCC\n - RPSB\n - RPSC\n - RVPO\n - SBSC\n - SCIE\n - SCIR\n - SCRP\n - SHBC\n - SHCC\n - SHSL\n - SLEB\n - SLOA\n - SWBC\n - SWCC\n - SWPT\n - SWSB\n - SWSC\n - TBAS\n - TBBC\n - TBCC\n - TRCP\n - AGRT\n - AREN\n - BEXP\n - BOCE\n - COMC\n - CPYR\n - GDDS\n - GDSV\n - GSCB\n - LICF\n - MP2B\n - POPE\n - ROYA\n - SCVE\n - SERV\n - SUBS\n - SUPP\n - TRAD\n - CHAR\n - COMT\n - MP2P\n - ECPG\n - ECPR\n - ECPU\n - EPAY\n - CLPR\n - COMP\n - DBTC\n - GOVI\n - HLRP\n - HLST\n - INPC\n - INPR\n - INSC\n - INSU\n - INTE\n - LBRI\n - LIFI\n - LOAN\n - LOAR\n - PENO\n - PPTI\n - RELG\n - RINP\n - TRFD\n - FORW\n - FXNT\n - ADMG\n - ADVA\n - BCDM\n - BCFG\n - BLDM\n - BNET\n - CBFF\n - CBFR\n - CCRD\n - CDBL\n - CFEE\n - CGDD\n - CORT\n - COST\n - CPKC\n - DCRD\n - DSMT\n - DVPM\n - EDUC\n - FACT\n - FAND\n - FCPM\n - FEES\n - GIFT\n - GOVT\n - ICCP\n - IDCP\n - IHRP\n - INSM\n - IVPT\n - MCDM\n - MCFG\n - MSVC\n - NOWS\n - OCDM\n - OCFG\n - OFEE\n - OTHR\n - PADD\n - PTSP\n - RCKE\n - RCPT\n - REBT\n - REFU\n - RENT\n - REOD\n - RIMB\n - RPNT\n - RRBN\n - RRCT\n - RRTP\n - RVPM\n - SLPI\n - SPLT\n - STDY\n - TBAN\n - TBIL\n - TCSC\n - TELI\n - TMPG\n - TPRI\n - TPRP\n - TRNC\n - TRVC\n - WEBI\n - IPAY\n - IPCA\n - IPDO\n - IPEA\n - IPEC\n - IPEW\n - IPPS\n - IPRT\n - IPU2\n - IPUW\n - ANNI\n - CAFI\n - CFDI\n - CMDT\n - DERI\n - DIVD\n - FREX\n - HEDG\n - INVS\n - PRME\n - SAVG\n - SECU\n - SEPI\n - TREA\n - UNIT\n - FNET\n - FUTR\n - ANTS\n - CVCF\n - DMEQ\n - DNTS\n - HLTC\n - HLTI\n - HSPC\n - ICRF\n - LTCF\n - MAFC\n - MARF\n - MDCS\n - VIEW\n - CDEP\n - SWFP\n - SWPP\n - SWRS\n - SWUF\n - ADCS\n - AEMP\n - ALLW\n - ALMY\n - BBSC\n - BECH\n - BENE\n - BONU\n - CCHD\n - COMM\n - CSLP\n - GFRP\n - GVEA\n - GVEB\n - GVEC\n - GVED\n - GWLT\n - HREC\n - PAYR\n - PEFC\n - PENS\n - PRCP\n - RHBS\n - SALA\n - SPSP\n - SSBE\n - LBIN\n - LCOL\n - LFEE\n - LMEQ\n - LMFI\n - LMRK\n - LREB\n - LREV\n - LSFL\n - ESTX\n - FWLV\n - GSTX\n - HSTX\n - INTX\n - NITX\n - PTXP\n - RDTX\n - TAXS\n - VATX\n - WHLD\n - TAXR\n - B112\n - BR12\n - TLRF\n - TLRR\n - AIRB\n - BUSB\n - FERB\n - RLWY\n - TRPT\n - CBTV\n - ELEC\n - ENRG\n - GASB\n - NWCH\n - NWCM\n - OTLC\n - PHON\n - UBIL\n - WTER\n - BOND\n - CABD\n - CAEQ\n - CBCR\n - DBCR\n - DICL\n - EQTS\n - FLCR\n - EFTC\n - EFTD\n - MOMA\n - RAPI\n - GAMB\n - LOTT\n - AMEX\n - SASW\n - AUCO\n - PCOM\n - PDEP\n - PLDS\n - PLRF\n - GAFA\n - GAHO\n - CPEN\n - DEPD\n - RETL\n - DEBT\n OBInternalScheduleType1Code:\n description: Specifies the scheduled payment date type requested. For a full list of enumeration values refer to `OBInternalScheduleType1Code` in *OB_Internal_CodeSet* [here](https:\/\/github.com\/OpenBankingUK\/External_Internal_CodeSets)\n type: string\n example: Arrival\n enum:\n - Arrival\n - Execution\n ExternalMandateStatus1Code:\n description: >-\n Specifies the status of the standing order in code form. For a full list of enumeration values refer to 'ExternalMandateStatus1Code' in *ISO_External_Codeset* [here](https:\/\/github.com\/OpenBankingUK\/External_Internal_CodeSets)\n type: string\n enum:\n - ACTV\n - CANC\n - EXPI\n - SUSP\n example: ACTV\n OBInternalStatementAmountType1Code:\n description: Amount type, in a coded form.\n type: string\n example: UK.OBIE.CreditLimit\n x-namespaced-enum:\n - UK.OBIE.ArrearsClosingBalance\n - UK.OBIE.AvailableBalance\n - UK.OBIE.AverageBalanceWhenInCredit\n - UK.OBIE.AverageBalanceWhenInDebit\n - UK.OBIE.AverageDailyBalance\n - UK.OBIE.BalanceTransferClosingBalance\n - UK.OBIE.CashClosingBalance\n - UK.OBIE.ClosingBalance\n - UK.OBIE.CreditLimit\n - UK.OBIE.CurrentPayment\n - UK.OBIE.DirectDebitPaymentDue\n - UK.OBIE.FSCSInsurance\n - UK.OBIE.MinimumPaymentDue\n - UK.OBIE.PendingTransactionsBalance\n - UK.OBIE.PreviousClosingBalance\n - UK.OBIE.PreviousPayment\n - UK.OBIE.PurchaseClosingBalance\n - UK.OBIE.StartingBalance\n - UK.OBIE.TotalAdjustments\n - UK.OBIE.TotalCashAdvances\n - UK.OBIE.TotalCharges\n - UK.OBIE.TotalCredits\n - UK.OBIE.TotalDebits\n - UK.OBIE.TotalPurchases\n OBInternalStatementBenefitType1Code:\n description: Benefit type, in a coded form. For a full list of values see `OBInternalStatementBenefitType1Code` in *OB_Internal_CodeSet* [here](https:\/\/github.com\/OpenBankingUK\/External_Internal_CodeSets)\n type: string\n example: UK.OBIE.Cashback\n x-namespaced-enum:\n - UK.OBIE.Cashback\n - UK.OBIE.Insurance\n - UK.OBIE.TravelDiscount\n - UK.OBIE.TravelInsurance\n OBInternalStatementDateTimeType1Code:\n description: Date time type, in a coded form. For a full list of values see `OBInternalStatementDateTimeType1Code` in *OB_Internal_CodeSet* [here](https:\/\/github.com\/OpenBankingUK\/External_Internal_CodeSets)\n type: string\n example: UK.OBIE.NextStatement\n x-namespaced-enum:\n - UK.OBIE.BalanceTransferPromoEnd\n - UK.OBIE.DirectDebitDue\n - UK.OBIE.LastPayment\n - UK.OBIE.LastStatement\n - UK.OBIE.NextStatement\n - UK.OBIE.PaymentDue\n - UK.OBIE.PurchasePromoEnd\n - UK.OBIE.StatementAvailable\n OBInternalStatementFeeFrequency1Code:\n description: How frequently the fee is applied to the Account. For a full list of values see `OBInternalStatementFeeFrequency1Code` in *OB_Internal_CodeSet* [here](https:\/\/github.com\/OpenBankingUK\/External_Internal_CodeSets)\n type: string\n example: UK.OBIE.StatementMonthly\n x-namespaced-enum:\n - UK.OBIE.ChargingPeriod\n - UK.OBIE.PerTransactionAmount\n - UK.OBIE.PerTransactionPercentage\n - UK.OBIE.Quarterly\n - UK.OBIE.StatementMonthly\n - UK.OBIE.Weekly\n OBInternalStatementFeeRateType1Code:\n description: Description that may be available for the statement fee rate type. For a full list of values see `OBInternalStatementFeeRateType1Code` in *OB_Internal_CodeSet* [here](https:\/\/github.com\/OpenBankingUK\/External_Internal_CodeSets)\n type: string\n example: UK.OBIE.AER\n x-namespaced-enum:\n - UK.OBIE.AER\n - UK.OBIE.EAR\n OBInternalStatementFeeType1Code:\n description: Fee type, in a coded form. For a full list of values see `OBInternalStatementFeeType1Code` in *OB_Internal_CodeSet* [here](https:\/\/github.com\/OpenBankingUK\/External_Internal_CodeSets)\n type: string\n example: UK.OBIE.Annual\n x-namespaced-enum:\n - UK.OBIE.Annual\n - UK.OBIE.BalanceTransfer\n - UK.OBIE.CashAdvance\n - UK.OBIE.CashTransaction\n - UK.OBIE.ForeignCashTransaction\n - UK.OBIE.ForeignTransaction\n - UK.OBIE.Gambling\n - UK.OBIE.LatePayment\n - UK.OBIE.MoneyTransfer\n - UK.OBIE.Monthly\n - UK.OBIE.Overlimit\n - UK.OBIE.PostalOrder\n - UK.OBIE.PrizeEntry\n - UK.OBIE.StatementCopy\n - UK.OBIE.Total\n OBInternalStatementInterestFrequency1Code:\n description: Specifies the statement fee type requested. For a full list of values see `OBInternalStatementInterestFrequency1Code` in *OB_Internal_CodeSet* [here](https:\/\/github.com\/OpenBankingUK\/External_Internal_CodeSets)\n type: string\n example: UK.OBIE.Monthly\n x-namespaced-enum:\n - UK.OBIE.Daily\n - UK.OBIE.HalfYearly\n - UK.OBIE.Monthly\n - UK.OBIE.PerStatementDate\n - UK.OBIE.Quarterly\n - UK.OBIE.Weekly\n - UK.OBIE.Yearly\n OBExternalStatementInterestRateType1Code:\n description: Description that may be available for the statement Interest rate type.\n type: string\n example: UK.OBIE.FixedRate\n x-namespaced-enum:\n - UK.OBIE.BOEBaseRate\n - UK.OBIE.FixedRate\n - UK.OBIE.Gross\n - UK.OBIE.LoanProviderBaseRate\n - UK.OBIE.Net\n OBInternalStatementInterestType1Code:\n description: Interest amount type, in a coded form. For a full list of values see `OBInternalStatementInterestType1Code` in *OB_Internal_CodeSet* [here](https:\/\/github.com\/OpenBankingUK\/External_Internal_CodeSets)\n type: string\n example: UK.OBIE.Total\n x-namespaced-enum:\n - UK.OBIE.BalanceTransfer\n - UK.OBIE.Cash\n - UK.OBIE.EstimatedNext\n - UK.OBIE.Purchase\n - UK.OBIE.Total\n OBInternalStatementRateType1Code:\n description: Statement rate type, in a coded form. For a full list of values see `OBInternalStatementRateType1Code` in *OB_Internal_CodeSet* [here](https:\/\/github.com\/OpenBankingUK\/External_Internal_CodeSets)\n type: string\n example: UK.OBIE.AnnualCash\n x-namespaced-enum:\n - UK.OBIE.AnnualBalanceTransfer\n - UK.OBIE.AnnualBalanceTransferAfterPromo\n - UK.OBIE.AnnualBalanceTransferPromo\n - UK.OBIE.AnnualCash\n - UK.OBIE.AnnualPurchase\n - UK.OBIE.AnnualPurchaseAfterPromo\n - UK.OBIE.AnnualPurchasePromo\n - UK.OBIE.MonthlyBalanceTransfer\n - UK.OBIE.MonthlyCash\n - UK.OBIE.MonthlyPurchase\n OBInternalStatementType1Code:\n description: Statement type, in a coded form. For a full list of values see `OBInternalStatementType1Code` in *OB_Internal_CodeSet* [here](https:\/\/github.com\/OpenBankingUK\/External_Internal_CodeSets)\n type: string\n example: RegularPeriodic\n enum:\n - AccountClosure\n - AccountOpening\n - Annual\n - Interim\n - RegularPeriodic\n OBInternalStatementValueType1Code:\n description: Statement value type, in a coded form. For a full list of values see `OBInternalStatementValueType1Code` in *OB_Internal_CodeSet* [here](https:\/\/github.com\/OpenBankingUK\/External_Internal_CodeSets)\n type: string\n example: UK.OBIE.Credit\n x-namespaced-enum:\n - UK.OBIE.AirMilesPoints\n - UK.OBIE.AirMilesPointsBalance\n - UK.OBIE.Credits\n - UK.OBIE.Debits\n - UK.OBIE.HotelPoints\n - UK.OBIE.HotelPointsBalance\n - UK.OBIE.RetailShoppingPoints\n - UK.OBIE.RetailShoppingPointsBalance\n OBFrequency2:\n description: >-\n For a full list of enumeration values refer to `OBFrequency2Code` in *OB_Internal_CodeSet* [here](https:\/\/github.com\/OpenBankingUK\/External_internal_CodeSets)\n type: string\n enum:\n - YEAR\n - DAIL\n - INDA\n - MNTH\n - QURT\n - MIAN\n - TEND\n - MOVE\n - WEEK\n OBFrequencyPeriodType:\n description: \"Individual Definitions:\\n ADHO - Adhoc \\n YEAR - Annual\\nDAIL - Daily\\nINDA - Intra Day\\nMNTH - Monthly\\nQURT - Quarterly\\nWEEK - Weekly\"\n type: string\n enum:\n - ADHO\n - YEAR\n - DAIL\n - INDA\n - MNTH\n - QURT\n - MIAN\n - WEEK\n OBFileFormat:\n description: >-\n For a full list of enumeration values refer to `ExternalDocumentFormat1Code` in *OB_Internal_CodeSet* [here](https:\/\/github.com\/OpenBankingUK\/External_internal_CodeSets)\n type: string\n enum:\n - DPDF\n - DXML\n - SDSH\n - WORD\n - XSLT\n OBExternalStatusReason1Code:\n description: >-\n Low level textual error code, for all enum values see `ExternalReason1Code` [here](https:\/\/github.com\/OpenBankingUK\/External_Internal_CodeSets)\n type: string\n minLength: 4\n maxLength: 4\n example: AC17\n OBMandateRelatedInformation1:\n type: object\n description: >-\n Provides further details of the mandate signed between the creditor and the debtor.\n required:\n - Frequency\n properties:\n MandateIdentification:\n description: >-\n Unique identification, as assigned by the creditor, to unambiguously identify the mandate.\n type: string\n example: Golfers\n minLength: 1\n maxLength: 35\n Classification:\n $ref: '#\/components\/schemas\/OBExternalMandateClassification1Code'\n CategoryPurposeCode:\n $ref: '#\/components\/schemas\/ExternalCategoryPurpose1Code'\n FirstPaymentDateTime:\n description: >-\n The date on which the first payment for a recurrent credit transfer will be made.\n example: '2024-04-25T12:46:49.425Z'\n type: string\n format: date-time\n RecurringPaymentDateTime:\n description: \"The date on which the first recurring payment for a Standing Order schedule will be made. \\nUsage: This must be populated only if the first recurring date is different to the first payment date. All dates in the JSON payloads are represented in ISO 8601 date-time format. \\nAll date-time fields in responses must include the timezone. An example is below:\\n2017-04-05T10:43:07+00:00\"\n type: string\n example: '2024-04-25T12:46:49.425Z'\n format: date-time\n FinalPaymentDateTime:\n description: >-\n The date on which the final payment for a recurrent credit transfer will be made.\n type: string\n example: '2024-04-25T12:46:49.425Z'\n format: date-time\n Frequency:\n $ref: '#\/components\/schemas\/OBFrequency6'\n Reason:\n description: Reason for the setup of the credit transfer mandate.\n type: string\n example: To pay monthly memebership\n maxLength: 256\n minLength: 1\n OBMerchantDetails1:\n type: object\n description: Details of the merchant involved in the transaction.\n properties:\n MerchantName:\n description: Name by which the merchant is known.\n type: string\n minLength: 1\n maxLength: 350\n MerchantCategoryCode:\n description: >-\n Category code conform to ISO 18245, related to the type of services or goods the merchant provides for the transaction.\n type: string\n minLength: 3\n maxLength: 4\n OBPCAData1:\n type: object\n title: PCA\n properties:\n ProductDetails:\n type: object\n title: ProductDetails\n properties:\n Segment:\n description: \"Market segmentation is a marketing term referring to the aggregating of prospective buyers into groups, or segments, that have common needs and respond similarly to a marketing action. Market segmentation enables companies to target different categories of consumers who perceive the full value of certain products and services differently from one another.\\nRead more: Market Segmentation http:\/\/www.investopedia.com\/terms\/m\/marketsegmentation.asp#ixzz4gfEEalTd \\nWith respect to PCA products, they are segmented in relation to different markets that they wish to focus on.\"\n title: Segment\n type: array\n items:\n description: \"Market segmentation is a marketing term referring to the aggregating of prospective buyers into groups, or segments, that have common needs and respond similarly to a marketing action. Market segmentation enables companies to target different categories of consumers who perceive the full value of certain products and services differently from one another.\\nRead more: Market Segmentation http:\/\/www.investopedia.com\/terms\/m\/marketsegmentation.asp#ixzz4gfEEalTd \\nWith respect to PCA products, they are segmented in relation to different markets that they wish to focus on.\"\n type: string\n enum:\n - Basic\n - BenefitAndReward\n - CreditInterest\n - Cashback\n - General\n - Graduate\n - Other\n - Overdraft\n - Packaged\n - Premium\n - Reward\n - Student\n - YoungAdult\n - Youth\n MonthlyMaximumCharge:\n description: >-\n The maximum relevant charges that could accrue as defined fully in Part 7 of the CMA order\n title: MonthlyMaximumCharge\n type: string\n pattern: ^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$\n Notes:\n description: Optional additional notes to supplement the Core product details\n title: Notes\n type: array\n items:\n description: maxLength 2000 text\n type: string\n minLength: 1\n maxLength: 2000\n additionalProperties: false\n CreditInterest:\n description: >-\n Details about the interest that may be payable to the PCA account holders\n type: object\n title: CreditInterest\n properties:\n TierBandSet:\n description: >-\n The group of tiers or bands for which credit interest can be applied.\n type: array\n title: TierBandSet\n items:\n description: >-\n The group of tiers or bands for which credit interest can be applied.\n type: object\n properties:\n TierBandMethod:\n description: >-\n The methodology of how credit interest is charged. It can be:-\n\n\n 1. Banded\n\n Interest rates are banded. i.e. Increasing rate on whole balance as balance increases.\n\n\n 2. Tiered\n\n Interest rates are tiered. i.e. increasing rate for each tier as balance increases, but interest paid on tier fixed for that tier and not on whole balance.\n\n\n 3. Whole\n\n The same interest rate is applied irrespective of the PCA balance\n title: TierBandMethod\n type: string\n enum:\n - Tiered\n - Whole\n CalculationMethod:\n description: Methods of calculating interest\n title: CalculationMethod\n type: string\n enum:\n - Compound\n - SimpleInterest\n Destination:\n description: >-\n Describes whether accrued interest is payable only to the PCA or to another bank account\n title: Destination\n type: string\n enum:\n - PayAway\n - SelfCredit\n Notes:\n description: >-\n Optional additional notes to supplement the Tier Band Set details\n title: Notes\n type: array\n items:\n description: maxLength 2000 text\n type: string\n minLength: 1\n maxLength: 2000\n TierBand:\n description: Tier Band Details\n type: array\n title: TierBand\n items:\n description: Tier Band Details\n type: object\n properties:\n Identification:\n description: >-\n Unique and unambiguous identification of a Tier Band for a PCA.\n title: Identification\n type: string\n minLength: 1\n maxLength: 35\n TierValueMinimum:\n description: >-\n Minimum deposit value for which the credit interest tier applies.\n title: TierValueMinimum\n type: string\n pattern: ^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$\n TierValueMaximum:\n description: >-\n Maximum deposit value for which the credit interest tier applies.\n title: TierValueMaximum\n type: string\n pattern: ^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$\n CalculationFrequency:\n description: >-\n How often is credit interest calculated for the account.\n title: CalculationFrequency\n type: string\n enum:\n - PerAcademicTerm\n - Daily\n - HalfYearly\n - Monthly\n - Other\n - Quarterly\n - PerStatementDate\n - Weekly\n - Yearly\n ApplicationFrequency:\n description: >-\n How often is interest applied to the PCA for this tier\/band i.e. how often the financial institution pays accumulated interest to the customer's PCA.\n title: ApplicationFrequency\n type: string\n enum:\n - PerAcademicTerm\n - Daily\n - HalfYearly\n - Monthly\n - Other\n - Quarterly\n - PerStatementDate\n - Weekly\n - Yearly\n DepositInterestAppliedCoverage:\n description: Amount on which Interest applied.\n title: DepositInterestAppliedCoverage\n type: string\n enum:\n - Tiered\n - Whole\n FixedVariableInterestRateType:\n description: Type of interest rate, Fixed or Variable\n title: FixedVariableInterestRateType\n type: string\n enum:\n - Fixed\n - Variable\n AER:\n description: \"The annual equivalent rate (AER) is interest that is calculated under the assumption that any interest paid is combined with the original balance and the next interest payment will be based on the slightly higher account balance. Overall, this means that interest can be compounded several times in a year depending on the number of times that interest payments are made. \\nRead more: Annual Equivalent Rate (AER) http:\/\/www.investopedia.com\/terms\/a\/aer.asp#ixzz4gfR7IO1A\"\n title: AER\n type: string\n pattern: ^(-?\\d{1,3}){1}(\\.\\d{1,4}){0,1}$\n BankInterestRateType:\n description: >-\n Interest rate types, other than AER, which financial institutions may use to describe the annual interest rate payable to the PCA.\n title: BankInterestRateType\n type: string\n enum:\n - LinkedBaseRate\n - Gross\n - Net\n - Other\n BankInterestRate:\n description: Bank Interest for the PCA product\n title: BankInterestRate\n type: string\n pattern: ^(-?\\d{1,3}){1}(\\.\\d{1,4}){0,1}$\n Notes:\n description: >-\n Optional additional notes to supplement the Tier Band details\n title: Notes\n type: array\n items:\n description: maxLength 2000 text\n type: string\n minLength: 1\n maxLength: 2000\n OtherBankInterestType:\n description: >-\n Other interest rate types which are not available in the standard code list\n type: object\n title: OtherBankInterestType\n properties:\n Code:\n description: >-\n The four letter Mnemonic used within an XML file to identify a code\n title: Code\n type: string\n pattern: ^\\w{0,4}$\n minLength: 0\n maxLength: 4\n Name:\n description: Long name associated with the code\n title: Name\n type: string\n minLength: 1\n maxLength: 70\n Description:\n description: Description to describe the purpose of the code\n title: Description\n type: string\n minLength: 1\n maxLength: 350\n additionalProperties: false\n required:\n - Name\n - Description\n OtherApplicationFrequency:\n description: >-\n Other application frequencies that are not available in the standard code list\n type: object\n title: OtherApplicationFrequency\n properties:\n Code:\n description: >-\n The four letter Mnemonic used within an XML file to identify a code\n title: Code\n type: string\n pattern: ^\\w{0,4}$\n minLength: 0\n maxLength: 4\n Name:\n description: Long name associated with the code\n title: Name\n type: string\n minLength: 1\n maxLength: 70\n Description:\n description: Description to describe the purpose of the code\n title: Description\n type: string\n minLength: 1\n maxLength: 350\n additionalProperties: false\n required:\n - Name\n - Description\n OtherCalculationFrequency:\n description: >-\n Other calculation frequency which is not available in the standard code set.\n type: object\n title: OtherCalculationFrequency\n properties:\n Code:\n description: >-\n The four letter Mnemonic used within an XML file to identify a code\n title: Code\n type: string\n pattern: ^\\w{0,4}$\n minLength: 0\n maxLength: 4\n Name:\n description: Long name associated with the code\n title: Name\n type: string\n minLength: 1\n maxLength: 70\n Description:\n description: Description to describe the purpose of the code\n title: Description\n type: string\n minLength: 1\n maxLength: 350\n additionalProperties: false\n required:\n - Name\n - Description\n required:\n - TierValueMinimum\n - ApplicationFrequency\n - FixedVariableInterestRateType\n - AER\n minItems: 1\n required:\n - TierBandMethod\n - TierBand\n minItems: 1\n additionalProperties: false\n required:\n - TierBandSet\n Overdraft:\n description: Details about Overdraft rates, fees & charges\n type: object\n title: Overdraft\n properties:\n Notes:\n description: Associated Notes about the overdraft rates\n title: Notes\n type: array\n items:\n description: maxLength 2000 text\n type: string\n minLength: 1\n maxLength: 2000\n OverdraftTierBandSet:\n description: Tier band set details\n type: array\n title: OverdraftTierBandSet\n items:\n description: Tier band set details\n type: object\n properties:\n TierBandMethod:\n description: \"The methodology of how overdraft is charged. It can be:\\n'Whole' Where the same charge\/rate is applied to the entirety of the overdraft balance (where charges are applicable). \\n'Tiered' Where different charges\/rates are applied dependent on overdraft maximum and minimum balance amount tiers defined by the lending financial organisation\\n'Banded' Where different charges\/rates are applied dependent on overdraft maximum and minimum balance amount bands defined by a government organisation.\"\n title: TierBandMethod\n type: string\n enum:\n - Tiered\n - Whole\n - Banded\n OverdraftType:\n description: >-\n An overdraft can either be 'committed' which means that the facility cannot be withdrawn without reasonable notification before it's agreed end date, or 'on demand' which means that the financial institution can demand repayment at any point in time.\n title: OverdraftType\n type: string\n enum:\n - Committed\n - OnDemand\n - Other\n Identification:\n description: >-\n Unique and unambiguous identification of a Tier Band for a overdraft product.\n title: Identification\n type: string\n minLength: 1\n maxLength: 35\n AuthorisedIndicator:\n description: >-\n Indicates if the Overdraft is authorised (Y) or unauthorised (N)\n title: AuthorisedIndicator\n type: boolean\n BufferAmount:\n description: >-\n When a customer exceeds their credit limit, a financial institution will not charge the customer unauthorised overdraft charges if they do not exceed by more than the buffer amount. Note: Authorised overdraft charges may still apply.\n title: BufferAmount\n type: string\n pattern: ^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$\n Notes:\n description: >-\n Optional additional notes to supplement the overdraft Tier Band Set details\n title: Notes\n type: array\n items:\n description: maxLength 2000 text\n type: string\n minLength: 1\n maxLength: 2000\n OverdraftTierBand:\n description: Provides overdraft details for a specific tier or band\n type: array\n title: OverdraftTierBand\n items:\n description: Provides overdraft details for a specific tier or band\n type: object\n properties:\n Identification:\n description: >-\n Unique and unambiguous identification of a Tier Band for a overdraft.\n title: Identification\n type: string\n minLength: 1\n maxLength: 35\n TierValueMin:\n description: Minimum value of Overdraft Tier\/Band\n title: TierValueMin\n type: string\n pattern: ^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$\n TierValueMax:\n description: Maximum value of Overdraft Tier\/Band\n title: TierValueMax\n type: string\n pattern: ^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$\n OverdraftInterestChargingCoverage:\n description: Interest charged on whole amount or tiered\/banded\n title: OverdraftInterestChargingCoverage\n type: string\n enum:\n - Tiered\n - Whole\n BankGuaranteedIndicator:\n description: >-\n Indicates that a bank provides the overdraft limit up to TierValueMIn to all customers automatically\n title: BankGuaranteedIndicator\n type: boolean\n EAR:\n description: >-\n EAR means Effective Annual Rate and\/or Equivalent Annual Rate (frequently\n\n used interchangeably), being the actual annual interest rate of an Overdraft.\n title: EAR\n type: string\n pattern: ^(-?\\d{1,3}){1}(\\.\\d{1,4}){0,1}$\n RepresentativeAPR:\n description: >-\n An annual percentage rate (APR) is the annual rate charged for borrowing or earned through an investment. APR is expressed as a percentage that represents the actual yearly cost of funds over the term of a loan. This includes any fees or additional costs associated with the transaction but does not take compounding into account.\n title: RepresentativeAPR\n type: string\n pattern: ^(-?\\d{1,3}){1}(\\.\\d{1,4}){0,1}$\n Notes:\n description: >-\n Optional additional notes to supplement the Tier\/band details\n title: Notes\n type: array\n items:\n description: maxLength 2000 text\n type: string\n minLength: 1\n maxLength: 2000\n OverdraftFeesCharges:\n description: Overdraft fees and charges\n type: array\n title: OverdraftFeesCharges\n items:\n description: Overdraft fees and charges\n type: object\n properties:\n OverdraftFeeChargeCap:\n description: >-\n Details about any caps (maximum charges) that apply to a particular fee\/charge\n type: array\n title: OverdraftFeeChargeCap\n items:\n description: >-\n Details about any caps (maximum charges) that apply to a particular fee\/charge\n type: object\n properties:\n FeeType:\n description: Fee\/charge type which is being capped\n title: FeeType\n type: array\n items:\n description: Overdraft fee type\n type: string\n enum:\n - ArrangedOverdraft\n - EmergencyBorrowing\n - BorrowingItem\n - OverdraftRenewal\n - AnnualReview\n - OverdraftSetup\n - Surcharge\n - TempOverdraft\n - UnauthorisedBorrowing\n - UnauthorisedPaidTrans\n - Other\n - UnauthorisedUnpaidTrans\n minItems: 1\n OverdraftControlIndicator:\n description: >-\n Specifies for the overdraft control feature\/benefit\n title: OverdraftControlIndicator\n type: boolean\n MinMaxType:\n description: >-\n Indicates that this is the minimum\/ maximum fee\/charge that can be applied by the financial institution\n title: MinMaxType\n type: string\n enum:\n - Minimum\n - Maximum\n FeeCapOccurrence:\n description: >-\n fee\/charges are captured dependent on the number of occurrences rather than capped at a particular amount\n title: FeeCapOccurrence\n type: number\n format: float\n FeeCapAmount:\n description: Cap amount charged for a fee\/charge\n title: FeeCapAmount\n type: string\n pattern: ^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$\n CappingPeriod:\n description: >-\n Period e.g. day, week, month etc. for which the fee\/charge is capped\n title: CappingPeriod\n type: string\n enum:\n - AcademicTerm\n - Day\n - Half Year\n - Month\n - Quarter\n - Week\n - Year\n Notes:\n description: >-\n Notes related to Overdraft fee charge cap\n title: Notes\n type: array\n items:\n description: maxLength 2000 text\n type: string\n minLength: 1\n maxLength: 2000\n OtherFeeType:\n description: >-\n Other fee type code which is not available in the standard code set\n type: array\n title: OtherFeeType\n items:\n description: >-\n Other fee type code which is not available in the standard code set\n type: object\n properties:\n Code:\n description: >-\n The four letter Mnemonic used within an XML file to identify a code\n title: Code\n type: string\n pattern: ^\\w{0,4}$\n minLength: 0\n maxLength: 4\n Name:\n description: Long name associated with the code\n title: Name\n type: string\n minLength: 1\n maxLength: 70\n Description:\n description: >-\n Description to describe the purpose of the code\n title: Description\n type: string\n minLength: 1\n maxLength: 350\n required:\n - Name\n - Description\n required:\n - FeeType\n - MinMaxType\n OverdraftFeeChargeDetail:\n description: Details about the fees\/charges\n type: array\n title: OverdraftFeeChargeDetail\n items:\n description: Details about the fees\/charges\n type: object\n properties:\n FeeType:\n description: Overdraft fee type\n title: FeeType\n type: string\n enum:\n - ArrangedOverdraft\n - EmergencyBorrowing\n - BorrowingItem\n - OverdraftRenewal\n - AnnualReview\n - OverdraftSetup\n - Surcharge\n - TempOverdraft\n - UnauthorisedBorrowing\n - UnauthorisedPaidTrans\n - Other\n - UnauthorisedUnpaidTrans\n OverdraftControlIndicator:\n description: >-\n Specifies for the overdraft control feature\/benefit\n title: OverdraftControlIndicator\n type: boolean\n IncrementalBorrowingAmount:\n description: >-\n Every additional tranche of an overdraft balance to which an overdraft fee is applied\n title: IncrementalBorrowingAmount\n type: string\n pattern: ^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$\n FeeAmount:\n description: >-\n Amount charged for an overdraft fee\/charge (where it is charged in terms of an amount rather than a rate)\n title: FeeAmount\n type: string\n pattern: ^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$\n FeeRate:\n description: >-\n Rate charged for overdraft fee\/charge (where it is charged in terms of a rate rather than an amount)\n title: FeeRate\n type: string\n pattern: ^(-?\\d{1,3}){1}(\\.\\d{1,4}){0,1}$\n FeeRateType:\n description: >-\n Rate type for overdraft fee\/charge (where it is charged in terms of a rate rather than an amount)\n title: FeeRateType\n type: string\n enum:\n - LinkedBaseRate\n - Gross\n - Net\n - Other\n ApplicationFrequency:\n description: >-\n Frequency at which the overdraft charge is applied to the account\n title: ApplicationFrequency\n type: string\n enum:\n - AccountClosing\n - AccountOpening\n - AcademicTerm\n - ChargingPeriod\n - Daily\n - PerItem\n - Monthly\n - OnAccountAnniversary\n - Other\n - PerHour\n - PerOccurrence\n - PerSheet\n - PerTransaction\n - PerTransactionAmount\n - PerTransactionPercentage\n - Quarterly\n - SixMonthly\n - StatementMonthly\n - Weekly\n - Yearly\n CalculationFrequency:\n description: >-\n How often is the overdraft fee\/charge calculated for the account.\n title: CalculationFrequency\n type: string\n enum:\n - AccountClosing\n - AccountOpening\n - AcademicTerm\n - ChargingPeriod\n - Daily\n - PerItem\n - Monthly\n - OnAccountAnniversary\n - Other\n - PerHour\n - PerOccurrence\n - PerSheet\n - PerTransaction\n - PerTransactionAmount\n - PerTransactionPercentage\n - Quarterly\n - SixMonthly\n - StatementMonthly\n - Weekly\n - Yearly\n Notes:\n description: >-\n Free text for capturing any other info related to Overdraft Fees Charge Details\n title: Notes\n type: array\n items:\n description: maxLength 2000 text\n type: string\n minLength: 1\n maxLength: 2000\n OtherFeeType:\n description: >-\n Other Fee type which is not available in the standard code set\n type: object\n title: OtherFeeType\n properties:\n Code:\n description: >-\n The four letter Mnemonic used within an XML file to identify a code\n title: Code\n type: string\n pattern: ^\\w{0,4}$\n minLength: 0\n maxLength: 4\n Name:\n description: Long name associated with the code\n title: Name\n type: string\n minLength: 1\n maxLength: 70\n Description:\n description: >-\n Description to describe the purpose of the code\n title: Description\n type: string\n minLength: 1\n maxLength: 350\n additionalProperties: false\n required:\n - Name\n - Description\n OtherFeeRateType:\n description: >-\n Other fee rate type code which is not available in the standard code set\n type: object\n title: OtherFeeRateType\n properties:\n Code:\n description: >-\n The four letter Mnemonic used within an XML file to identify a code\n title: Code\n type: string\n pattern: ^\\w{0,4}$\n minLength: 0\n maxLength: 4\n Name:\n description: Long name associated with the code\n title: Name\n type: string\n minLength: 1\n maxLength: 70\n Description:\n description: >-\n Description to describe the purpose of the code\n title: Description\n type: string\n minLength: 1\n maxLength: 350\n additionalProperties: false\n required:\n - Name\n - Description\n OtherApplicationFrequency:\n description: >-\n Other application frequencies that are not available in the standard code list\n type: object\n title: OtherApplicationFrequency\n properties:\n Code:\n description: >-\n The four letter Mnemonic used within an XML file to identify a code\n title: Code\n type: string\n pattern: ^\\w{0,4}$\n minLength: 0\n maxLength: 4\n Name:\n description: Long name associated with the code\n title: Name\n type: string\n minLength: 1\n maxLength: 70\n Description:\n description: >-\n Description to describe the purpose of the code\n title: Description\n type: string\n minLength: 1\n maxLength: 350\n additionalProperties: false\n required:\n - Name\n - Description\n OtherCalculationFrequency:\n description: >-\n Other calculation frequency which is not available in the standard code set.\n type: object\n title: OtherCalculationFrequency\n properties:\n Code:\n description: >-\n The four letter Mnemonic used within an XML file to identify a code\n title: Code\n type: string\n pattern: ^\\w{0,4}$\n minLength: 0\n maxLength: 4\n Name:\n description: Long name associated with the code\n title: Name\n type: string\n minLength: 1\n maxLength: 70\n Description:\n description: >-\n Description to describe the purpose of the code\n title: Description\n type: string\n minLength: 1\n maxLength: 350\n additionalProperties: false\n required:\n - Name\n - Description\n OverdraftFeeChargeCap:\n description: >-\n Details about any caps (maximum charges) that apply to a particular fee\/charge\n type: object\n title: OverdraftFeeChargeCap\n properties:\n FeeType:\n description: Fee\/charge type which is being capped\n title: FeeType\n type: array\n items:\n description: Overdraft fee type\n type: string\n enum:\n - ArrangedOverdraft\n - EmergencyBorrowing\n - BorrowingItem\n - OverdraftRenewal\n - AnnualReview\n - OverdraftSetup\n - Surcharge\n - TempOverdraft\n - UnauthorisedBorrowing\n - UnauthorisedPaidTrans\n - Other\n - UnauthorisedUnpaidTrans\n minItems: 1\n OverdraftControlIndicator:\n description: >-\n Specifies for the overdraft control feature\/benefit\n title: OverdraftControlIndicator\n type: boolean\n MinMaxType:\n description: >-\n Indicates that this is the minimum\/ maximum fee\/charge that can be applied by the financial institution\n title: MinMaxType\n type: string\n enum:\n - Minimum\n - Maximum\n FeeCapOccurrence:\n description: >-\n fee\/charges are captured dependent on the number of occurrences rather than capped at a particular amount\n title: FeeCapOccurrence\n type: number\n format: float\n FeeCapAmount:\n description: Cap amount charged for a fee\/charge\n title: FeeCapAmount\n type: string\n pattern: ^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$\n CappingPeriod:\n description: >-\n Period e.g. day, week, month etc. for which the fee\/charge is capped\n title: CappingPeriod\n type: string\n enum:\n - AcademicTerm\n - Day\n - Half Year\n - Month\n - Quarter\n - Week\n - Year\n Notes:\n description: >-\n Notes related to Overdraft fee charge cap\n title: Notes\n type: array\n items:\n description: maxLength 2000 text\n type: string\n minLength: 1\n maxLength: 2000\n OtherFeeType:\n description: >-\n Other fee type code which is not available in the standard code set\n type: array\n title: OtherFeeType\n items:\n description: >-\n Other fee type code which is not available in the standard code set\n type: object\n properties:\n Code:\n description: >-\n The four letter Mnemonic used within an XML file to identify a code\n title: Code\n type: string\n pattern: ^\\w{0,4}$\n minLength: 0\n maxLength: 4\n Name:\n description: Long name associated with the code\n title: Name\n type: string\n minLength: 1\n maxLength: 70\n Description:\n description: >-\n Description to describe the purpose of the code\n title: Description\n type: string\n minLength: 1\n maxLength: 350\n required:\n - Name\n - Description\n additionalProperties: false\n required:\n - FeeType\n - MinMaxType\n required:\n - FeeType\n - ApplicationFrequency\n minItems: 1\n required:\n - OverdraftFeeChargeDetail\n required:\n - TierValueMin\n minItems: 1\n OverdraftFeesCharges:\n description: Overdraft fees and charges details\n type: array\n title: OverdraftFeesCharges\n items:\n description: Overdraft fees and charges details\n type: object\n properties:\n OverdraftFeeChargeCap:\n description: >-\n Details about any caps (maximum charges) that apply to a particular fee\/charge\n type: array\n title: OverdraftFeeChargeCap\n items:\n description: >-\n Details about any caps (maximum charges) that apply to a particular fee\/charge\n type: object\n properties:\n FeeType:\n description: Fee\/charge type which is being capped\n title: FeeType\n type: array\n items:\n description: Overdraft fee type\n type: string\n enum:\n - ArrangedOverdraft\n - EmergencyBorrowing\n - BorrowingItem\n - OverdraftRenewal\n - AnnualReview\n - OverdraftSetup\n - Surcharge\n - TempOverdraft\n - UnauthorisedBorrowing\n - UnauthorisedPaidTrans\n - Other\n - UnauthorisedUnpaidTrans\n minItems: 1\n OverdraftControlIndicator:\n description: >-\n Specifies for the overdraft control feature\/benefit\n title: OverdraftControlIndicator\n type: boolean\n MinMaxType:\n description: >-\n Indicates that this is the minimum\/ maximum fee\/charge that can be applied by the financial institution\n title: MinMaxType\n type: string\n enum:\n - Minimum\n - Maximum\n FeeCapOccurrence:\n description: >-\n fee\/charges are captured dependent on the number of occurrences rather than capped at a particular amount\n title: FeeCapOccurrence\n type: number\n format: float\n FeeCapAmount:\n description: Cap amount charged for a fee\/charge\n title: FeeCapAmount\n type: string\n pattern: ^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$\n CappingPeriod:\n description: >-\n Period e.g. day, week, month etc. for which the fee\/charge is capped\n title: CappingPeriod\n type: string\n enum:\n - AcademicTerm\n - Day\n - Half Year\n - Month\n - Quarter\n - Week\n - Year\n Notes:\n description: Notes related to Overdraft fee charge cap\n title: Notes\n type: array\n items:\n description: maxLength 2000 text\n type: string\n minLength: 1\n maxLength: 2000\n OtherFeeType:\n description: >-\n Other fee type code which is not available in the standard code set\n type: array\n title: OtherFeeType\n items:\n description: >-\n Other fee type code which is not available in the standard code set\n type: object\n properties:\n Code:\n description: >-\n The four letter Mnemonic used within an XML file to identify a code\n title: Code\n type: string\n pattern: ^\\w{0,4}$\n minLength: 0\n maxLength: 4\n Name:\n description: Long name associated with the code\n title: Name\n type: string\n minLength: 1\n maxLength: 70\n Description:\n description: >-\n Description to describe the purpose of the code\n title: Description\n type: string\n minLength: 1\n maxLength: 350\n required:\n - Name\n - Description\n required:\n - FeeType\n - MinMaxType\n OverdraftFeeChargeDetail:\n description: Details about the fees\/charges\n type: array\n title: OverdraftFeeChargeDetail\n items:\n description: Details about the fees\/charges\n type: object\n properties:\n FeeType:\n description: Overdraft fee type\n title: FeeType\n type: string\n enum:\n - ArrangedOverdraft\n - EmergencyBorrowing\n - BorrowingItem\n - OverdraftRenewal\n - AnnualReview\n - OverdraftSetup\n - Surcharge\n - TempOverdraft\n - UnauthorisedBorrowing\n - UnauthorisedPaidTrans\n - Other\n - UnauthorisedUnpaidTrans\n OverdraftControlIndicator:\n description: >-\n Specifies for the overdraft control feature\/benefit\n title: OverdraftControlIndicator\n type: boolean\n IncrementalBorrowingAmount:\n description: >-\n Every additional tranche of an overdraft balance to which an overdraft fee is applied\n title: IncrementalBorrowingAmount\n type: string\n pattern: ^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$\n FeeAmount:\n description: >-\n Amount charged for an overdraft fee\/charge (where it is charged in terms of an amount rather than a rate)\n title: FeeAmount\n type: string\n pattern: ^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$\n FeeRate:\n description: >-\n Rate charged for overdraft fee\/charge (where it is charged in terms of a rate rather than an amount)\n title: FeeRate\n type: string\n pattern: ^(-?\\d{1,3}){1}(\\.\\d{1,4}){0,1}$\n FeeRateType:\n description: >-\n Rate type for overdraft fee\/charge (where it is charged in terms of a rate rather than an amount)\n title: FeeRateType\n type: string\n enum:\n - LinkedBaseRate\n - Gross\n - Net\n - Other\n ApplicationFrequency:\n description: >-\n Frequency at which the overdraft charge is applied to the account\n title: ApplicationFrequency\n type: string\n enum:\n - AccountClosing\n - AccountOpening\n - AcademicTerm\n - ChargingPeriod\n - Daily\n - PerItem\n - Monthly\n - OnAccountAnniversary\n - Other\n - PerHour\n - PerOccurrence\n - PerSheet\n - PerTransaction\n - PerTransactionAmount\n - PerTransactionPercentage\n - Quarterly\n - SixMonthly\n - StatementMonthly\n - Weekly\n - Yearly\n CalculationFrequency:\n description: >-\n How often is the overdraft fee\/charge calculated for the account.\n title: CalculationFrequency\n type: string\n enum:\n - AccountClosing\n - AccountOpening\n - AcademicTerm\n - ChargingPeriod\n - Daily\n - PerItem\n - Monthly\n - OnAccountAnniversary\n - Other\n - PerHour\n - PerOccurrence\n - PerSheet\n - PerTransaction\n - PerTransactionAmount\n - PerTransactionPercentage\n - Quarterly\n - SixMonthly\n - StatementMonthly\n - Weekly\n - Yearly\n Notes:\n description: >-\n Free text for capturing any other info related to Overdraft Fees Charge Details\n title: Notes\n type: array\n items:\n description: maxLength 2000 text\n type: string\n minLength: 1\n maxLength: 2000\n OtherFeeType:\n description: >-\n Other Fee type which is not available in the standard code set\n type: object\n title: OtherFeeType\n properties:\n Code:\n description: >-\n The four letter Mnemonic used within an XML file to identify a code\n title: Code\n type: string\n pattern: ^\\w{0,4}$\n minLength: 0\n maxLength: 4\n Name:\n description: Long name associated with the code\n title: Name\n type: string\n minLength: 1\n maxLength: 70\n Description:\n description: >-\n Description to describe the purpose of the code\n title: Description\n type: string\n minLength: 1\n maxLength: 350\n additionalProperties: false\n required:\n - Name\n - Description\n OtherFeeRateType:\n description: >-\n Other fee rate type code which is not available in the standard code set\n type: object\n title: OtherFeeRateType\n properties:\n Code:\n description: >-\n The four letter Mnemonic used within an XML file to identify a code\n title: Code\n type: string\n pattern: ^\\w{0,4}$\n minLength: 0\n maxLength: 4\n Name:\n description: Long name associated with the code\n title: Name\n type: string\n minLength: 1\n maxLength: 70\n Description:\n description: >-\n Description to describe the purpose of the code\n title: Description\n type: string\n minLength: 1\n maxLength: 350\n additionalProperties: false\n required:\n - Name\n - Description\n OtherApplicationFrequency:\n description: >-\n Other application frequencies that are not available in the standard code list\n type: object\n title: OtherApplicationFrequency\n properties:\n Code:\n description: >-\n The four letter Mnemonic used within an XML file to identify a code\n title: Code\n type: string\n pattern: ^\\w{0,4}$\n minLength: 0\n maxLength: 4\n Name:\n description: Long name associated with the code\n title: Name\n type: string\n minLength: 1\n maxLength: 70\n Description:\n description: >-\n Description to describe the purpose of the code\n title: Description\n type: string\n minLength: 1\n maxLength: 350\n additionalProperties: false\n required:\n - Name\n - Description\n OtherCalculationFrequency:\n description: >-\n Other calculation frequency which is not available in the standard code set.\n type: object\n title: OtherCalculationFrequency\n properties:\n Code:\n description: >-\n The four letter Mnemonic used within an XML file to identify a code\n title: Code\n type: string\n pattern: ^\\w{0,4}$\n minLength: 0\n maxLength: 4\n Name:\n description: Long name associated with the code\n title: Name\n type: string\n minLength: 1\n maxLength: 70\n Description:\n description: >-\n Description to describe the purpose of the code\n title: Description\n type: string\n minLength: 1\n maxLength: 350\n additionalProperties: false\n required:\n - Name\n - Description\n OverdraftFeeChargeCap:\n description: >-\n Details about any caps (maximum charges) that apply to a particular fee\/charge\n type: object\n title: OverdraftFeeChargeCap\n properties:\n FeeType:\n description: Fee\/charge type which is being capped\n title: FeeType\n type: array\n items:\n description: Overdraft fee type\n type: string\n enum:\n - ArrangedOverdraft\n - EmergencyBorrowing\n - BorrowingItem\n - OverdraftRenewal\n - AnnualReview\n - OverdraftSetup\n - Surcharge\n - TempOverdraft\n - UnauthorisedBorrowing\n - UnauthorisedPaidTrans\n - Other\n - UnauthorisedUnpaidTrans\n minItems: 1\n OverdraftControlIndicator:\n description: >-\n Specifies for the overdraft control feature\/benefit\n title: OverdraftControlIndicator\n type: boolean\n MinMaxType:\n description: >-\n Indicates that this is the minimum\/ maximum fee\/charge that can be applied by the financial institution\n title: MinMaxType\n type: string\n enum:\n - Minimum\n - Maximum\n FeeCapOccurrence:\n description: >-\n fee\/charges are captured dependent on the number of occurrences rather than capped at a particular amount\n title: FeeCapOccurrence\n type: number\n format: float\n FeeCapAmount:\n description: Cap amount charged for a fee\/charge\n title: FeeCapAmount\n type: string\n pattern: ^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$\n CappingPeriod:\n description: >-\n Period e.g. day, week, month etc. for which the fee\/charge is capped\n title: CappingPeriod\n type: string\n enum:\n - AcademicTerm\n - Day\n - Half Year\n - Month\n - Quarter\n - Week\n - Year\n Notes:\n description: Notes related to Overdraft fee charge cap\n title: Notes\n type: array\n items:\n description: maxLength 2000 text\n type: string\n minLength: 1\n maxLength: 2000\n OtherFeeType:\n description: >-\n Other fee type code which is not available in the standard code set\n type: array\n title: OtherFeeType\n items:\n description: >-\n Other fee type code which is not available in the standard code set\n type: object\n properties:\n Code:\n description: >-\n The four letter Mnemonic used within an XML file to identify a code\n title: Code\n type: string\n pattern: ^\\w{0,4}$\n minLength: 0\n maxLength: 4\n Name:\n description: Long name associated with the code\n title: Name\n type: string\n minLength: 1\n maxLength: 70\n Description:\n description: >-\n Description to describe the purpose of the code\n title: Description\n type: string\n minLength: 1\n maxLength: 350\n required:\n - Name\n - Description\n additionalProperties: false\n required:\n - FeeType\n - MinMaxType\n required:\n - FeeType\n - ApplicationFrequency\n minItems: 1\n required:\n - OverdraftFeeChargeDetail\n required:\n - TierBandMethod\n - OverdraftTierBand\n minItems: 1\n additionalProperties: false\n required:\n - OverdraftTierBandSet\n OtherFeesCharges:\n description: >-\n Contains details of fees and charges which are not associated with either borrowing or features\/benefits\n type: object\n title: OtherFeesCharges\n properties:\n FeeChargeDetail:\n description: Other fees\/charges details\n type: array\n title: FeeChargeDetail\n items:\n description: Other fees\/charges details\n type: object\n properties:\n FeeCategory:\n description: >-\n Categorisation of fees and charges into standard categories.\n title: FeeCategory\n type: string\n enum:\n - Other\n - Servicing\n FeeType:\n description: Fee\/Charge Type\n title: FeeType\n type: string\n enum:\n - ServiceCAccountFee\n - ServiceCAccountFeeMonthly\n - ServiceCOther\n - Other\n FeeAmount:\n description: >-\n Fee Amount charged for a fee\/charge (where it is charged in terms of an amount rather than a rate)\n title: FeeAmount\n type: string\n pattern: ^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$\n FeeRate:\n description: >-\n Rate charged for Fee\/Charge (where it is charged in terms of a rate rather than an amount)\n title: FeeRate\n type: string\n pattern: ^(-?\\d{1,3}){1}(\\.\\d{1,4}){0,1}$\n FeeRateType:\n description: >-\n Rate type for Fee\/Charge (where it is charged in terms of a rate rather than an amount)\n title: FeeRateType\n type: string\n enum:\n - LinkedBaseRate\n - Gross\n - Net\n - Other\n ApplicationFrequency:\n description: How frequently the fee\/charge is applied to the account\n title: ApplicationFrequency\n type: string\n enum:\n - AccountClosing\n - AccountOpening\n - AcademicTerm\n - ChargingPeriod\n - Daily\n - PerItem\n - Monthly\n - OnAccountAnniversary\n - Other\n - PerHour\n - PerOccurrence\n - PerSheet\n - PerTransaction\n - PerTransactionAmount\n - PerTransactionPercentage\n - Quarterly\n - SixMonthly\n - StatementMonthly\n - Weekly\n - Yearly\n CalculationFrequency:\n description: How frequently the fee\/charge is calculated\n title: CalculationFrequency\n type: string\n enum:\n - AccountClosing\n - AccountOpening\n - AcademicTerm\n - ChargingPeriod\n - Daily\n - PerItem\n - Monthly\n - OnAccountAnniversary\n - Other\n - PerHour\n - PerOccurrence\n - PerSheet\n - PerTransaction\n - PerTransactionAmount\n - PerTransactionPercentage\n - Quarterly\n - SixMonthly\n - StatementMonthly\n - Weekly\n - Yearly\n Notes:\n description: >-\n Optional additional notes to supplement the fee\/charge details.\n title: Notes\n type: array\n items:\n description: maxLength 2000 text\n type: string\n minLength: 1\n maxLength: 2000\n OtherFeeCategoryType:\n type: object\n title: OtherFeeCategoryType\n properties:\n Code:\n description: >-\n The four letter Mnemonic used within an XML file to identify a code\n title: Code\n type: string\n pattern: ^\\w{0,4}$\n minLength: 0\n maxLength: 4\n Name:\n description: Long name associated with the code\n title: Name\n type: string\n minLength: 1\n maxLength: 70\n Description:\n description: Description to describe the purpose of the code\n title: Description\n type: string\n minLength: 1\n maxLength: 350\n additionalProperties: false\n required:\n - Name\n - Description\n OtherFeeType:\n description: >-\n Other Fee\/charge type which is not available in the standard code set\n type: object\n title: OtherFeeType\n properties:\n Code:\n description: >-\n The four letter Mnemonic used within an XML file to identify a code\n title: Code\n type: string\n pattern: ^\\w{0,4}$\n minLength: 0\n maxLength: 4\n FeeCategory:\n description: >-\n Categorisation of fees and charges into standard categories.\n title: FeeCategory\n type: string\n enum:\n - Other\n - Servicing\n Name:\n description: Long name associated with the code\n title: Name\n type: string\n minLength: 1\n maxLength: 70\n Description:\n description: Description to describe the purpose of the code\n title: Description\n type: string\n minLength: 1\n maxLength: 350\n additionalProperties: false\n required:\n - FeeCategory\n - Name\n - Description\n OtherFeeRateType:\n description: >-\n Other fee rate type which is not available in the standard code set\n type: object\n title: OtherFeeRateType\n properties:\n Code:\n description: >-\n The four letter Mnemonic used within an XML file to identify a code\n title: Code\n type: string\n pattern: ^\\w{0,4}$\n minLength: 0\n maxLength: 4\n Name:\n description: Long name associated with the code\n title: Name\n type: string\n minLength: 1\n maxLength: 70\n Description:\n description: Description to describe the purpose of the code\n title: Description\n type: string\n minLength: 1\n maxLength: 350\n additionalProperties: false\n required:\n - Name\n - Description\n OtherApplicationFrequency:\n description: >-\n Other application frequencies not covered in the standard code list\n type: object\n title: OtherApplicationFrequency\n properties:\n Code:\n description: >-\n The four letter Mnemonic used within an XML file to identify a code\n title: Code\n type: string\n pattern: ^\\w{0,4}$\n minLength: 0\n maxLength: 4\n Name:\n description: Long name associated with the code\n title: Name\n type: string\n minLength: 1\n maxLength: 70\n Description:\n description: Description to describe the purpose of the code\n title: Description\n type: string\n minLength: 1\n maxLength: 350\n additionalProperties: false\n required:\n - Name\n - Description\n OtherCalculationFrequency:\n description: >-\n Other calculation frequency which is not available in standard code set.\n type: object\n title: OtherCalculationFrequency\n properties:\n Code:\n description: >-\n The four letter Mnemonic used within an XML file to identify a code\n title: Code\n type: string\n pattern: ^\\w{0,4}$\n minLength: 0\n maxLength: 4\n Name:\n description: Long name associated with the code\n title: Name\n type: string\n minLength: 1\n maxLength: 70\n Description:\n description: Description to describe the purpose of the code\n title: Description\n type: string\n minLength: 1\n maxLength: 350\n additionalProperties: false\n required:\n - Name\n - Description\n FeeChargeCap:\n description: >-\n Details about any caps (maximum charges) that apply to a particular fee\/charge\n type: array\n title: FeeChargeCap\n items:\n description: >-\n Details about any caps (maximum charges) that apply to a particular fee\/charge\n type: object\n properties:\n FeeType:\n description: Fee\/charge type which is being capped\n title: FeeType\n type: array\n items:\n description: Fee\/charge type which is being capped\n type: string\n enum:\n - ServiceCAccountFee\n - ServiceCAccountFeeMonthly\n - ServiceCOther\n - Other\n minItems: 1\n MinMaxType:\n description: >-\n Indicates that this is the minimum\/ maximum fee\/charge that can be applied by the financial institution\n title: MinMaxType\n type: string\n enum:\n - Minimum\n - Maximum\n FeeCapOccurrence:\n description: >-\n fee\/charges are captured dependent on the number of occurrences rather than capped at a particular amount\n title: FeeCapOccurrence\n type: number\n format: float\n FeeCapAmount:\n description: >-\n Cap amount charged for a fee\/charge (where it is charged in terms of an amount rather than a rate)\n title: FeeCapAmount\n type: string\n pattern: ^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$\n CappingPeriod:\n description: >-\n Period e.g. day, week, month etc. for which the fee\/charge is capped\n title: CappingPeriod\n type: string\n enum:\n - AcademicTerm\n - Day\n - Half Year\n - Month\n - Quarter\n - Week\n - Year\n Notes:\n description: >-\n Free text for adding extra details for fee charge cap\n title: Notes\n type: array\n items:\n description: maxLength 2000 text\n type: string\n minLength: 1\n maxLength: 2000\n OtherFeeType:\n description: >-\n Other fee type code which is not available in the standard code set\n type: array\n title: OtherFeeType\n items:\n description: >-\n Other fee type code which is not available in the standard code set\n type: object\n properties:\n Code:\n description: >-\n The four letter Mnemonic used within an XML file to identify a code\n title: Code\n type: string\n pattern: ^\\w{0,4}$\n minLength: 0\n maxLength: 4\n Name:\n description: Long name associated with the code\n title: Name\n type: string\n minLength: 1\n maxLength: 70\n Description:\n description: >-\n Description to describe the purpose of the code\n title: Description\n type: string\n minLength: 1\n maxLength: 350\n required:\n - Name\n - Description\n required:\n - FeeType\n - MinMaxType\n FeeApplicableRange:\n description: Range or amounts or rates for which the fee\/charge applies\n type: object\n title: FeeApplicableRange\n properties:\n MinimumAmount:\n description: >-\n Minimum Amount on which fee\/charge is applicable (where it is expressed as an amount)\n title: MinimumAmount\n type: string\n pattern: ^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$\n MaximumAmount:\n description: >-\n Maximum Amount on which fee is applicable (where it is expressed as an amount)\n title: MaximumAmount\n type: string\n pattern: ^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$\n MinimumRate:\n description: >-\n Minimum rate on which fee\/charge is applicable(where it is expressed as an rate)\n title: MinimumRate\n type: string\n pattern: ^(-?\\d{1,3}){1}(\\.\\d{1,4}){0,1}$\n MaximumRate:\n description: >-\n Maximum rate on which fee\/charge is applicable(where it is expressed as an rate)\n title: MaximumRate\n type: string\n pattern: ^(-?\\d{1,3}){1}(\\.\\d{1,4}){0,1}$\n additionalProperties: false\n required:\n - FeeCategory\n - FeeType\n - ApplicationFrequency\n minItems: 1\n FeeChargeCap:\n description: >-\n Details about any caps (maximum charges) that apply to a particular fee\/charge\n type: array\n title: FeeChargeCap\n items:\n description: >-\n Details about any caps (maximum charges) that apply to a particular fee\/charge\n type: object\n properties:\n FeeType:\n description: Fee\/charge type which is being capped\n title: FeeType\n type: array\n items:\n description: Fee\/charge type which is being capped\n type: string\n enum:\n - ServiceCAccountFee\n - ServiceCAccountFeeMonthly\n - ServiceCOther\n - Other\n minItems: 1\n MinMaxType:\n description: >-\n Indicates that this is the minimum\/ maximum fee\/charge that can be applied by the financial institution\n title: MinMaxType\n type: string\n enum:\n - Minimum\n - Maximum\n FeeCapOccurrence:\n description: >-\n fee\/charges are captured dependent on the number of occurrences rather than capped at a particular amount\n title: FeeCapOccurrence\n type: number\n format: float\n FeeCapAmount:\n description: >-\n Cap amount charged for a fee\/charge (where it is charged in terms of an amount rather than a rate)\n title: FeeCapAmount\n type: string\n pattern: ^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$\n CappingPeriod:\n description: >-\n Period e.g. day, week, month etc. for which the fee\/charge is capped\n title: CappingPeriod\n type: string\n enum:\n - AcademicTerm\n - Day\n - Half Year\n - Month\n - Quarter\n - Week\n - Year\n Notes:\n description: Free text for adding extra details for fee charge cap\n title: Notes\n type: array\n items:\n description: maxLength 2000 text\n type: string\n minLength: 1\n maxLength: 2000\n OtherFeeType:\n description: >-\n Other fee type code which is not available in the standard code set\n type: array\n title: OtherFeeType\n items:\n description: >-\n Other fee type code which is not available in the standard code set\n type: object\n properties:\n Code:\n description: >-\n The four letter Mnemonic used within an XML file to identify a code\n title: Code\n type: string\n pattern: ^\\w{0,4}$\n minLength: 0\n maxLength: 4\n Name:\n description: Long name associated with the code\n title: Name\n type: string\n minLength: 1\n maxLength: 70\n Description:\n description: Description to describe the purpose of the code\n title: Description\n type: string\n minLength: 1\n maxLength: 350\n required:\n - Name\n - Description\n required:\n - FeeType\n - MinMaxType\n additionalProperties: false\n required:\n - FeeChargeDetail\n additionalProperties: false\n OBParty2:\n type: object\n required:\n - PartyId\n properties:\n PartyId:\n $ref: '#\/components\/schemas\/PartyId'\n PartyNumber:\n $ref: '#\/components\/schemas\/PartyNumber'\n PartyType:\n $ref: '#\/components\/schemas\/OBInternalPartyType1Code'\n Name:\n $ref: '#\/components\/schemas\/Name_3'\n FullLegalName:\n $ref: '#\/components\/schemas\/FullLegalName'\n LegalStructure:\n $ref: '#\/components\/schemas\/OBInternalLegalStructureType1Code'\n LEI:\n $ref: '#\/components\/schemas\/LEI'\n BeneficialOwnership:\n description: A flag to indicate a party's beneficial ownership of the related account\n type: boolean\n AccountRole:\n $ref: '#\/components\/schemas\/OBInternalAccountRole1Code'\n EmailAddress:\n $ref: '#\/components\/schemas\/EmailAddress'\n Phone:\n $ref: '#\/components\/schemas\/PhoneNumber_0'\n Mobile:\n $ref: '#\/components\/schemas\/PhoneNumber_1'\n Relationships:\n $ref: '#\/components\/schemas\/OBPartyRelationships1'\n Address:\n type: array\n items:\n $ref: '#\/components\/schemas\/OBPostalAddress7'\n additionalProperties: false\n OBPartyRelationships1:\n type: object\n description: The Party's relationships with other resources.\n properties:\n Account:\n type: object\n required:\n - Related\n - Id\n description: Relationship to the Account resource.\n properties:\n Related:\n description: Absolute URI to the related resource.\n type: string\n example: https:\/\/api.alphabank.com\/open-banking\/v4.0\/aisp\/accounts\/89019\n format: uri\n Id:\n description: >-\n Unique identification as assigned by the ASPSP to uniquely identify the related resource.\n type: string\n example: '89019'\n minLength: 1\n maxLength: 40\n OBPostalAddress7:\n type: object\n description: >-\n Information that locates and identifies a specific address, as defined by postal services.\n properties:\n AddressType:\n $ref: '#\/components\/schemas\/OBAddressType2Code'\n Department:\n description: Identification of a division of a large organisation or building.\n example: Finance\n type: string\n minLength: 1\n maxLength: 70\n SubDepartment:\n description: >-\n Identification of a sub-division of a large organisation or building.\n example: Payroll\n type: string\n minLength: 1\n maxLength: 70\n StreetName:\n $ref: '#\/components\/schemas\/StreetName'\n BuildingNumber:\n $ref: '#\/components\/schemas\/BuildingNumber'\n BuildingName:\n $ref: '#\/components\/schemas\/BuildingName'\n Floor:\n $ref: '#\/components\/schemas\/Floor'\n UnitNumber:\n $ref: '#\/components\/schemas\/UnitNumber'\n Room:\n $ref: '#\/components\/schemas\/Room'\n PostBox:\n $ref: '#\/components\/schemas\/PostBox'\n TownLocationName:\n $ref: '#\/components\/schemas\/TownName'\n DistrictName:\n $ref: '#\/components\/schemas\/DistrictName'\n CareOf:\n $ref: '#\/components\/schemas\/CareOf'\n PostCode:\n $ref: '#\/components\/schemas\/PostCode'\n TownName:\n $ref: '#\/components\/schemas\/TownName'\n CountrySubDivision:\n description: Identifies a subdivision of a country such as state, region, county.\n type: string\n minLength: 1\n maxLength: 35\n Country:\n description: Nation with its own government.\n type: string\n pattern: ^[A-Z]{2,2}$\n AddressLine:\n type: array\n items:\n description: >-\n Information that locates and identifies a specific address, as defined by postal services, presented in free format text.\n type: string\n minLength: 1\n maxLength: 70\n minItems: 0\n maxItems: 7\n OBRate1_0:\n description: >-\n Rate charged for Statement Fee (where it is charged in terms of a rate rather than an amount)\n example: 0.05\n type: number\n OBRate1_1:\n description: >-\n Rate for Statement Interest (where it is applicable in terms of a rate rather than an amount)\n example: 0.05\n type: number\n OBReadAccount6:\n type: object\n required:\n - Data\n properties:\n Data:\n type: object\n properties:\n Account:\n type: array\n items:\n $ref: '#\/components\/schemas\/OBAccount6'\n Links:\n $ref: '#\/components\/schemas\/Links'\n Meta:\n $ref: '#\/components\/schemas\/Meta'\n additionalProperties: false\n OBReadBalance1:\n type: object\n required:\n - Data\n properties:\n Data:\n type: object\n required:\n - Balance\n properties:\n Balance:\n type: array\n items:\n type: object\n description: Set of elements used to define the balance details.\n required:\n - AccountId\n - CreditDebitIndicator\n - Type\n - DateTime\n - Amount\n properties:\n AccountId:\n $ref: '#\/components\/schemas\/AccountId'\n CreditDebitIndicator:\n $ref: '#\/components\/schemas\/OBCreditDebitCode_2'\n Type:\n $ref: '#\/components\/schemas\/OBBalanceType1Code'\n DateTime:\n description: \"Indicates the date (and time) of the balance. All dates in the JSON payloads are represented in ISO 8601 date-time format. \\nAll date-time fields in responses must include the timezone. An example is below:\\n2017-04-05T10:43:07+00:00\"\n type: string\n format: date-time\n Amount:\n type: object\n required:\n - Amount\n - Currency\n description: Amount of money of the cash balance.\n properties:\n Amount:\n $ref: >-\n #\/components\/schemas\/OBActiveCurrencyAndAmount_SimpleType\n Currency:\n $ref: '#\/components\/schemas\/ActiveOrHistoricCurrencyCode_1'\n SubType:\n description: >-\n Balance sub type, in a coded form. Default if not specified is BCUR of the account\n type: string\n enum:\n - BCUR\n - LCUR\n default: BCUR\n CreditLine:\n type: array\n items:\n type: object\n description: >-\n Set of elements used to provide details on the credit line.\n required:\n - Included\n properties:\n Included:\n description: >-\n Indicates whether or not the credit line is included in the balance of the account.\n\n Usage: If not present, credit line is not included in the balance amount of the account.\n type: boolean\n Type:\n description: >-\n Limit type, in a coded form. <br \/> For a full list of enumeration values refer to `OBInternalLimitType1Code` in *OB_Internal_CodeSet* [here](https:\/\/github.com\/OpenBankingUK\/External_Internal_CodeSets)\n type: string\n enum:\n - Available\n - Credit\n - Emergency\n - Pre-Agreed\n - Temporary\n Amount:\n type: object\n required:\n - Amount\n - Currency\n description: Amount of money of the credit line.\n properties:\n Amount:\n $ref: >-\n #\/components\/schemas\/OBActiveCurrencyAndAmount_SimpleType\n Currency:\n $ref: >-\n #\/components\/schemas\/ActiveOrHistoricCurrencyCode_1\n LocalAmount:\n type: object\n required:\n - Amount\n - Currency\n description: >-\n Optional component providing the equivalent of Amount in local currency. Default is Local Currency (LCUR) if not specified\n properties:\n Amount:\n $ref: >-\n #\/components\/schemas\/OBActiveCurrencyAndAmount_SimpleType\n Currency:\n $ref: '#\/components\/schemas\/ActiveOrHistoricCurrencyCode_1'\n SubType:\n description: >-\n Balance sub type, in a coded form. Default if not specified is LCUR of the account\n type: string\n enum:\n - BCUR\n - LCUR\n default: LCUR\n minItems: 1\n TotalValue:\n type: object\n required:\n - Amount\n - Currency\n description: Combined sum of all Amounts in the accounts base currency\n properties:\n Amount:\n $ref: '#\/components\/schemas\/OBActiveCurrencyAndAmount_SimpleType'\n Currency:\n $ref: '#\/components\/schemas\/ActiveOrHistoricCurrencyCode_1'\n Links:\n $ref: '#\/components\/schemas\/Links'\n Meta:\n $ref: '#\/components\/schemas\/Meta'\n additionalProperties: false\n OBReadBeneficiary5:\n type: object\n required:\n - Data\n properties:\n Data:\n type: object\n properties:\n Beneficiary:\n type: array\n items:\n $ref: '#\/components\/schemas\/OBBeneficiary5'\n Links:\n $ref: '#\/components\/schemas\/Links'\n Meta:\n $ref: '#\/components\/schemas\/Meta'\n OBReadConsent1:\n type: object\n required:\n - Data\n - Risk\n properties:\n Data:\n type: object\n required:\n - Permissions\n properties:\n Permissions:\n type: array\n items:\n description: >-\n Specifies the Open Banking account access data types. <br \/> This is a list of the data clusters being consented by the PSU, and requested for authorisation with the ASPSP. <br \/> For a full list of enumeration values refer to `OBInternalPermissions1Code` in *OB_Internal_CodeSet* [here](https:\/\/github.com\/OpenBankingUK\/External_internal_CodeSets)\n type: string\n enum:\n - ReadAccountsBasic\n - ReadAccountsDetail\n - ReadBalances\n - ReadBeneficiariesBasic\n - ReadBeneficiariesDetail\n - ReadDirectDebits\n - ReadOffers\n - ReadPAN\n - ReadParty\n - ReadPartyPSU\n - ReadProducts\n - ReadScheduledPaymentsBasic\n - ReadScheduledPaymentsDetail\n - ReadStandingOrdersBasic\n - ReadStandingOrdersDetail\n - ReadStatementsBasic\n - ReadStatementsDetail\n - ReadTransactionsBasic\n - ReadTransactionsCredits\n - ReadTransactionsDebits\n - ReadTransactionsDetail\n minItems: 1\n ExpirationDateTime:\n description: \"Specified date and time the permissions will expire.\\nIf this is not populated, the permissions will be open ended. All dates in the JSON payloads are represented in ISO 8601 date-time format. \\nAll date-time fields in responses must include the timezone. An example is below:\\n2017-04-05T10:43:07+00:00\"\n type: string\n format: date-time\n TransactionFromDateTime:\n description: \"Specified start date and time for the transaction query period.\\nIf this is not populated, the start date will be open ended, and data will be returned from the earliest available transaction. All dates in the JSON payloads are represented in ISO 8601 date-time format. \\nAll date-time fields in responses must include the timezone. An example is below:\\n2017-04-05T10:43:07+00:00\"\n type: string\n format: date-time\n TransactionToDateTime:\n description: \"Specified end date and time for the transaction query period.\\nIf this is not populated, the end date will be open ended, and data will be returned to the latest available transaction. All dates in the JSON payloads are represented in ISO 8601 date-time format. \\nAll date-time fields in responses must include the timezone. An example is below:\\n2017-04-05T10:43:07+00:00\"\n type: string\n format: date-time\n Risk:\n $ref: '#\/components\/schemas\/OBRisk2'\n OBReadConsentResponse1:\n type: object\n required:\n - Data\n - Risk\n properties:\n Data:\n type: object\n required:\n - ConsentId\n - CreationDateTime\n - Status\n - StatusUpdateDateTime\n - Permissions\n properties:\n ConsentId:\n description: >-\n Unique identification as assigned to identify the account access consent resource.\n type: string\n minLength: 1\n maxLength: 128\n CreationDateTime:\n $ref: '#\/components\/schemas\/CreationDateTime'\n Status:\n description: Specifies the status of consent resource in code form.\n type: string\n enum:\n - AWAU\n - RJCT\n - AUTH\n - EXPD\n - CANC\n StatusReason:\n type: array\n items:\n $ref: '#\/components\/schemas\/OBStatusReason'\n description: Specifies the status reason.\n StatusUpdateDateTime:\n $ref: '#\/components\/schemas\/StatusUpdateDateTime'\n Permissions:\n type: array\n items:\n description: >-\n Specifies the Open Banking account access data types. <br \/> This is a list of the data clusters being consented by the PSU, and requested for authorisation with the ASPSP. <br \/> For a full list of enumeration values refer to `OBInternalPermissions1Code` in *OB_Internal_CodeSet* [here](https:\/\/github.com\/OpenBankingUK\/External_internal_CodeSets)\n type: string\n enum:\n - ReadAccountsBasic\n - ReadAccountsDetail\n - ReadBalances\n - ReadBeneficiariesBasic\n - ReadBeneficiariesDetail\n - ReadDirectDebits\n - ReadOffers\n - ReadPAN\n - ReadParty\n - ReadPartyPSU\n - ReadProducts\n - ReadScheduledPaymentsBasic\n - ReadScheduledPaymentsDetail\n - ReadStandingOrdersBasic\n - ReadStandingOrdersDetail\n - ReadStatementsBasic\n - ReadStatementsDetail\n - ReadTransactionsBasic\n - ReadTransactionsCredits\n - ReadTransactionsDebits\n - ReadTransactionsDetail\n minItems: 1\n ExpirationDateTime:\n description: \"Specified date and time the permissions will expire.\\nIf this is not populated, the permissions will be open ended. All dates in the JSON payloads are represented in ISO 8601 date-time format. \\nAll date-time fields in responses must include the timezone. An example is below:\\n2017-04-05T10:43:07+00:00\"\n type: string\n format: date-time\n TransactionFromDateTime:\n description: \"Specified start date and time for the transaction query period.\\nIf this is not populated, the start date will be open ended, and data will be returned from the earliest available transaction. All dates in the JSON payloads are represented in ISO 8601 date-time format. \\nAll date-time fields in responses must include the timezone. An example is below:\\n2017-04-05T10:43:07+00:00\"\n type: string\n format: date-time\n TransactionToDateTime:\n description: \"Specified end date and time for the transaction query period.\\nIf this is not populated, the end date will be open ended, and data will be returned to the latest available transaction. All dates in the JSON payloads are represented in ISO 8601 date-time format. \\nAll date-time fields in responses must include the timezone. An example is below:\\n2017-04-05T10:43:07+00:00\"\n type: string\n format: date-time\n Risk:\n $ref: '#\/components\/schemas\/OBRisk2'\n Links:\n $ref: '#\/components\/schemas\/Links'\n Meta:\n $ref: '#\/components\/schemas\/Meta'\n additionalProperties: false\n OBReadDataStatement2:\n type: object\n properties:\n Statement:\n type: array\n items:\n $ref: '#\/components\/schemas\/OBStatement2'\n additionalProperties: false\n OBReadDataTransaction6:\n type: object\n properties:\n Transaction:\n type: array\n items:\n $ref: '#\/components\/schemas\/OBTransaction6'\n additionalProperties: false\n OBReadDirectDebit2:\n type: object\n required:\n - Data\n properties:\n Data:\n type: object\n properties:\n DirectDebit:\n type: array\n items:\n type: object\n description: Account to or from which a cash entry is made.\n required:\n - AccountId\n - Name\n properties:\n AccountId:\n $ref: '#\/components\/schemas\/AccountId'\n DirectDebitId:\n $ref: '#\/components\/schemas\/DirectDebitId'\n DirectDebitStatusCode:\n $ref: '#\/components\/schemas\/ExternalMandateStatus1Code'\n MandateRelatedInformation:\n $ref: '#\/components\/schemas\/OBMandateRelatedInformation1'\n Name:\n $ref: '#\/components\/schemas\/Name_2'\n PreviousPaymentDateTime:\n $ref: '#\/components\/schemas\/PreviousPaymentDateTime'\n PreviousPaymentAmount:\n $ref: '#\/components\/schemas\/OBActiveOrHistoricCurrencyAndAmount_0'\n Links:\n $ref: '#\/components\/schemas\/Links'\n Meta:\n $ref: '#\/components\/schemas\/Meta'\n additionalProperties: false\n OBReadOffer1:\n type: object\n required:\n - Data\n properties:\n Data:\n type: object\n properties:\n Offer:\n type: array\n items:\n type: object\n required:\n - AccountId\n properties:\n AccountId:\n $ref: '#\/components\/schemas\/AccountId'\n OfferId:\n description: >-\n A unique and immutable identifier used to identify the offer resource. This identifier has no meaning to the account owner.\n type: string\n example: Offer1\n minLength: 1\n maxLength: 40\n OfferType:\n description: Offer type, in a coded form. For a full list of values refer to `OBExternalOfferType1Code` in *OB_Internal_CodeSet* [here](https:\/\/github.com\/OpenBankingUK\/External_Internal_CodeSets)\n type: string\n example: LimitIncrease\n enum:\n - BalanceTransfer\n - LimitIncrease\n - MoneyTransfer\n - Other\n - PromotionalRate\n Description:\n description: Further details of the offer.\n type: string\n example: Credit limit increase for the account up to £10000.00\n minLength: 1\n maxLength: 500\n StartDateTime:\n description: \"Date and time at which the offer starts. All dates in the JSON payloads are represented in ISO 8601 date-time format. \\nAll date-time fields in responses must include the timezone. An example is below:\\n2017-04-05T10:43:07+00:00\"\n type: string\n example: '2024-05-29T00:00:00Z'\n format: date-time\n EndDateTime:\n description: \"Date and time at which the offer ends. All dates in the JSON payloads are represented in ISO 8601 date-time format. \\nAll date-time fields in responses must include the timezone. An example is below:\\n2017-04-05T10:43:07+00:00\"\n type: string\n example: '2024-06-29T00:00:00Z'\n format: date-time\n Rate:\n description: Rate associated with the offer type.\n type: string\n example: '100.00'\n pattern: ^(-?\\d{1,3}){1}(\\.\\d{1,4}){0,1}$\n Value:\n description: Value associated with the offer type.\n example: 10\n type: integer\n Term:\n description: Further details of the term of the offer.\n type: string\n example: Starting first of the month and ending at the end of year\n minLength: 1\n maxLength: 500\n URL:\n description: >-\n URL (Uniform Resource Locator) where documentation on the offer can be found\n type: string\n example: http:\/\/modelbank.com\/offer\/offer1\n minLength: 1\n maxLength: 256\n Amount:\n type: object\n required:\n - Amount\n - Currency\n description: Amount of money associated with the offer type.\n properties:\n Amount:\n $ref: >-\n #\/components\/schemas\/OBActiveCurrencyAndAmount_SimpleType\n Currency:\n $ref: '#\/components\/schemas\/ActiveOrHistoricCurrencyCode_1'\n Fee:\n type: object\n required:\n - Amount\n - Currency\n description: Fee associated with the offer type.\n properties:\n Amount:\n $ref: >-\n #\/components\/schemas\/OBActiveCurrencyAndAmount_SimpleType\n Currency:\n $ref: '#\/components\/schemas\/ActiveOrHistoricCurrencyCode_1'\n Links:\n $ref: '#\/components\/schemas\/Links'\n Meta:\n $ref: '#\/components\/schemas\/Meta'\n additionalProperties: false\n OBReadParty2:\n type: object\n required:\n - Data\n properties:\n Data:\n type: object\n properties:\n Party:\n $ref: '#\/components\/schemas\/OBParty2'\n Links:\n $ref: '#\/components\/schemas\/Links'\n Meta:\n $ref: '#\/components\/schemas\/Meta'\n additionalProperties: false\n OBReadParty3:\n type: object\n required:\n - Data\n properties:\n Data:\n type: object\n properties:\n Party:\n type: array\n items:\n $ref: '#\/components\/schemas\/OBParty2'\n Links:\n $ref: '#\/components\/schemas\/Links'\n Meta:\n $ref: '#\/components\/schemas\/Meta'\n additionalProperties: false\n OBReadProduct2:\n type: object\n required:\n - Data\n description: >-\n Product details of Other Product which is not available in the standard list\n properties:\n Data:\n type: object\n description: Aligning with the read write specs structure.\n properties:\n Product:\n type: array\n items:\n type: object\n description: Product details associated with the Account\n required:\n - AccountId\n - ProductType\n properties:\n ProductName:\n description: >-\n The name of the Product used for marketing purposes from a customer perspective. I.e. what the customer would recognise.\n type: string\n example: 321 Product\n minLength: 1\n maxLength: 350\n ProductId:\n description: >-\n Identifier within the parent organisation for the product. Must be unique in the organisation\n type: string\n example: 51B\n minLength: 1\n maxLength: 40\n AccountId:\n $ref: '#\/components\/schemas\/AccountId'\n SecondaryProductId:\n description: >-\n Any secondary Identification which supports Product Identifier to uniquely identify the current account banking products.\n type: string\n example: CA78\n minLength: 1\n maxLength: 70\n ProductType:\n description: >-\n Descriptive code for the product category. For a full list refer to `OBInternalProductType1Code` in *OB_Internal_CodeSet* [here](https:\/\/github.com\/OpenBankingUK\/External_Internal_CodeSets)<br \/><br \/> If ProductType - \"Other\" is chosen, the object OtherProductType must be populated with name, and description.\n type: string\n example: PersonalCurrentAccount\n enum:\n - BusinessCurrentAccount\n - CommercialCreditCard\n - Other\n - PersonalCurrentAccount\n - SMELoan\n MarketingStateId:\n description: >-\n Unique and unambiguous identification of a Product Marketing State.\n type: string\n example: '22878123'\n minLength: 1\n maxLength: 35\n OtherProductType:\n type: object\n required:\n - Name\n - Description\n description: 'This field provides extension to the ProductType enumeration. If ProductType - \"Other\" is chosen, this field must be populated with name, and description for ASPSP specific product type.'\n properties:\n Name:\n description: Name of \"Other\" product type.\n type: string\n example: e-Wallet\n minLength: 1\n maxLength: 350\n Description:\n description: Description of \"Other\" product type\n type: string\n example: Virtual wallet\n minLength: 1\n maxLength: 350\n ProductDetails:\n type: object\n properties:\n Segment:\n type: array\n items:\n description: >-\n Market segmentation is a marketing term referring to the aggregating of prospective buyers into groups, or segments, that have common needs and respond similarly to a marketing action. Market segmentation enables companies to target different categories of consumers who perceive the full value of certain products and services differently from one another.\n\n Read more: Market Segmentation http:\/\/www.investopedia.com\/terms\/m\/marketsegmentation.asp#ixzz4gfEEalTd\n type: string\n enum:\n - GEAS\n - GEBA\n - GEBR\n - GEBU\n - GECI\n - GECS\n - GEFB\n - GEFG\n - GEG\n - GEGR\n - GEGS\n - GEOT\n - GEOV\n - GEPA\n - GEPR\n - GERE\n - GEST\n - GEYA\n - GEYO\n - PSCA\n - PSES\n - PSNC\n - PSNP\n - PSRG\n - PSSS\n - PSST\n - PSSW\n FeeFreeLength:\n description: The length\/duration of the fee free period\n type: integer\n FeeFreeLengthPeriod:\n description: >-\n The unit of period (days, weeks, months etc.) of the promotional length\n type: string\n enum:\n - PACT\n - PDAY\n - PHYR\n - PMTH\n - PQTR\n - PWEK\n - PYER\n MonthlyMaximumCharge:\n description: >-\n The maximum relevant charges that could accrue as defined fully in Part 7 of the CMA order\n type: string\n pattern: ^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$\n Notes:\n type: array\n items:\n description: >-\n Optional additional notes to supplement the Core product details\n type: string\n minLength: 1\n maxLength: 2000\n OtherSegment:\n $ref: '#\/components\/schemas\/OB_OtherCodeType1_0'\n CreditInterest:\n type: object\n required:\n - TierBandSet\n description: >-\n Details about the interest that may be payable to the Account holders\n properties:\n TierBandSet:\n type: array\n items:\n type: object\n description: >-\n The group of tiers or bands for which credit interest can be applied.\n required:\n - TierBandMethod\n - Destination\n - TierBand\n properties:\n TierBandMethod:\n description: >-\n The methodology of how credit interest is paid\/applied. It can be:-\n\n 1. Banded\n\n Interest rates are banded. i.e. Increasing rate on whole balance as balance increases.\n\n 2. Tiered\n\n Interest rates are tiered. i.e. increasing rate for each tier as balance increases, but interest paid on tier fixed for that tier and not on whole balance.\n\n 3. Whole\n\n The same interest rate is applied irrespective of the product holder's account balance\n type: string\n enum:\n - INBA\n - INTI\n - INWH\n CalculationMethod:\n $ref: >-\n #\/components\/schemas\/OB_InterestCalculationMethod1Code\n Destination:\n description: >-\n Describes whether accrued interest is payable only to the BCA or to another bank account\n type: string\n enum:\n - INOT\n - INPA\n - INSC\n Notes:\n type: array\n items:\n description: >-\n Optional additional notes to supplement the Tier Band Set details\n type: string\n minLength: 1\n maxLength: 2000\n OtherCalculationMethod:\n $ref: '#\/components\/schemas\/OB_OtherCodeType1_0'\n OtherDestination:\n $ref: '#\/components\/schemas\/OB_OtherCodeType1_0'\n TierBand:\n type: array\n items:\n type: object\n description: Tier Band Details\n required:\n - TierValueMinimum\n - ApplicationFrequency\n - FixedVariableInterestRateType\n - AER\n properties:\n Identification:\n description: >-\n Unique and unambiguous identification of a Tier Band for the Product.\n type: string\n minLength: 1\n maxLength: 35\n TierValueMinimum:\n description: >-\n Minimum deposit value for which the credit interest tier applies.\n type: string\n pattern: ^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$\n TierValueMaximum:\n description: >-\n Maximum deposit value for which the credit interest tier applies.\n type: string\n pattern: ^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$\n CalculationFrequency:\n description: >-\n How often is credit interest calculated for the account.\n type: string\n enum:\n - FQAT\n - FQDY\n - FQHY\n - FQMY\n - FQOT\n - FQQY\n - FQSD\n - FQWY\n - FQYY\n ApplicationFrequency:\n description: >-\n How often is interest applied to the Product for this tier\/band i.e. how often the financial institution pays accumulated interest to the customer's account.\n type: string\n enum:\n - FQAT\n - FQDY\n - FQHY\n - FQMY\n - FQOT\n - FQQY\n - FQSD\n - FQWY\n - FQYY\n DepositInterestAppliedCoverage:\n description: Amount on which Interest applied.\n type: string\n enum:\n - INBA\n - INTI\n - INWH\n FixedVariableInterestRateType:\n $ref: >-\n #\/components\/schemas\/OB_InterestFixedVariableType1Code\n AER:\n description: \"The annual equivalent rate (AER) is interest that is calculated under the assumption that any interest paid is combined with the original balance and the next interest payment will be based on the slightly higher account balance. Overall, this means that interest can be compounded several times in a year depending on the number of times that interest payments are made. \\nRead more: Annual Equivalent Rate (AER) http:\/\/www.investopedia.com\/terms\/a\/aer.asp#ixzz4gfR7IO1A\"\n type: string\n pattern: ^(-?\\d{1,3}){1}(\\.\\d{1,4}){0,1}$\n BankInterestRateType:\n description: >-\n Interest rate types, other than AER, which financial institutions may use to describe the annual interest rate payable to the account holder's account.\n type: string\n enum:\n - INBB\n - INFR\n - INGR\n - INLR\n - INNE\n - INOT\n BankInterestRate:\n description: Bank Interest for the product\n type: string\n pattern: ^(-?\\d{1,3}){1}(\\.\\d{1,4}){0,1}$\n Notes:\n type: array\n items:\n description: >-\n Optional additional notes to supplement the Tier Band details\n type: string\n minLength: 1\n maxLength: 2000\n OtherBankInterestType:\n type: object\n required:\n - Name\n - Description\n description: >-\n Other interest rate types which are not available in the standard code list\n properties:\n Code:\n $ref: '#\/components\/schemas\/OB_CodeMnemonic'\n Name:\n $ref: '#\/components\/schemas\/Name_4'\n Description:\n $ref: '#\/components\/schemas\/Description_3'\n OtherApplicationFrequency:\n $ref: '#\/components\/schemas\/OB_OtherCodeType1_1'\n OtherCalculationFrequency:\n $ref: '#\/components\/schemas\/OB_OtherCodeType1_2'\n minItems: 1\n minItems: 1\n Overdraft:\n type: object\n required:\n - OverdraftTierBandSet\n description: Borrowing details\n properties:\n Notes:\n type: array\n items:\n description: Associated Notes about the overdraft rates\n type: string\n minLength: 1\n maxLength: 2000\n OverdraftTierBandSet:\n type: array\n items:\n type: object\n description: Tier band set details\n required:\n - TierBandMethod\n - OverdraftTierBand\n properties:\n TierBandMethod:\n description: \"The methodology of how overdraft is charged. It can be:\\n'Whole' Where the same charge\/rate is applied to the entirety of the overdraft balance (where charges are applicable). \\n'Tiered' Where different charges\/rates are applied dependent on overdraft maximum and minimum balance amount tiers defined by the lending financial organisation\\n'Banded' Where different charges\/rates are applied dependent on overdraft maximum and minimum balance amount bands defined by a government organisation.\"\n type: string\n enum:\n - INBA\n - INTI\n - INWH\n OverdraftType:\n description: >-\n An overdraft can either be 'committed' which means that the facility cannot be withdrawn without reasonable notification before it's agreed end date, or 'on demand' which means that the financial institution can demand repayment at any point in time.\n type: string\n enum:\n - OVCO\n - OVOD\n - OVOT\n Identification:\n description: >-\n Unique and unambiguous identification of a Tier Band for a overdraft product.\n type: string\n minLength: 1\n maxLength: 35\n AuthorisedIndicator:\n description: >-\n Indicates if the Overdraft is authorised (Y) or unauthorised (N)\n type: boolean\n BufferAmount:\n description: >-\n When a customer exceeds their credit limit, a financial institution will not charge the customer unauthorised overdraft charges if they do not exceed by more than the buffer amount. Note: Authorised overdraft charges may still apply.\n type: string\n pattern: ^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$\n Notes:\n type: array\n items:\n description: >-\n Optional additional notes to supplement the overdraft Tier Band Set details\n type: string\n minLength: 1\n maxLength: 2000\n OverdraftTierBand:\n type: array\n items:\n type: object\n description: >-\n Provides overdraft details for a specific tier or band\n required:\n - TierValueMin\n properties:\n Identification:\n description: >-\n Unique and unambiguous identification of a Tier Band for a overdraft.\n type: string\n minLength: 1\n maxLength: 35\n TierValueMin:\n description: Minimum value of Overdraft Tier\/Band\n type: string\n pattern: ^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$\n TierValueMax:\n description: Maximum value of Overdraft Tier\/Band\n type: string\n pattern: ^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$\n EAR:\n description: >-\n EAR means Effective Annual Rate and\/or Equivalent Annual Rate (frequently\n\n used interchangeably), being the actual annual interest rate of an Overdraft.\n type: string\n pattern: ^(-?\\d{1,3}){1}(\\.\\d{1,4}){0,1}$\n AgreementLengthMin:\n description: >-\n Specifies the minimum length of a band for a fixed overdraft agreement\n type: integer\n AgreementLengthMax:\n description: >-\n Specifies the maximum length of a band for a fixed overdraft agreement\n type: integer\n AgreementPeriod:\n description: >-\n Specifies the period of a fixed length overdraft agreement\n type: string\n enum:\n - PACT\n - PDAY\n - PHYR\n - PMTH\n - PQTR\n - PWEK\n - PYER\n OverdraftInterestChargingCoverage:\n description: >-\n Refers to which interest rate is applied when interests are tiered. For example, if an overdraft balance is 2k and the interest tiers are:- 0- 500 0.1%, 500-1000 0.2%, 1000-10000 0.5%, then the applicable interest rate could either be 0.5% of the entire balance (since the account balance sits in the top interest tier) or (0.1%*500)+(0.2%*500)+(0.5%*1000). In the 1st situation, we say the interest is applied to the Whole of the account balance, and in the 2nd that it is Tiered .\n type: string\n enum:\n - INBA\n - INTI\n - INWH\n BankGuaranteedIndicator:\n description: >-\n Indicates whether the advertised overdraft rate is guaranteed to be offered to a borrower by the bank e.g. if it s part of a government scheme, or whether the rate may vary dependent on the applicant s circumstances.\n type: boolean\n Notes:\n type: array\n items:\n description: >-\n Optional additional notes to supplement the Tier\/band details\n type: string\n minLength: 1\n maxLength: 2000\n OverdraftFeesCharges:\n type: array\n items:\n type: object\n description: Overdraft fees and charges\n required:\n - OverdraftFeeChargeDetail\n properties:\n OverdraftFeeChargeCap:\n type: array\n items:\n type: object\n description: >-\n Details about any caps (maximum charges) that apply to a particular fee\/charge. Capping can either be based on an amount (in gbp), an amount (in items) or a rate.\n required:\n - FeeType\n - MinMaxType\n properties:\n FeeType:\n type: array\n items:\n description: Fee\/charge type which is being capped\n type: string\n enum:\n - FBAO\n - FBAR\n - FBEB\n - FBIT\n - FBOR\n - FBOS\n - FBSC\n - FBTO\n - FBUB\n - FBUT\n - FTOT\n - FTUT\n minItems: 1\n MinMaxType:\n $ref: '#\/components\/schemas\/OB_MinMaxType1Code'\n FeeCapOccurrence:\n $ref: '#\/components\/schemas\/Number_0'\n FeeCapAmount:\n $ref: '#\/components\/schemas\/OB_Amount1_0'\n CappingPeriod:\n $ref: '#\/components\/schemas\/OB_Period1Code'\n Notes:\n type: array\n items:\n description: >-\n Notes related to Overdraft fee charge cap\n type: string\n minLength: 1\n maxLength: 2000\n OtherFeeType:\n type: array\n items:\n type: object\n description: >-\n Other fee type code which is not available in the standard code set\n required:\n - Name\n - Description\n properties:\n Code:\n $ref: '#\/components\/schemas\/OB_CodeMnemonic'\n Name:\n $ref: '#\/components\/schemas\/Name_4'\n Description:\n $ref: '#\/components\/schemas\/Description_3'\n OverdraftFeeChargeDetail:\n type: array\n items:\n type: object\n description: Details about the fees\/charges\n required:\n - FeeType\n - ApplicationFrequency\n properties:\n FeeType:\n $ref: >-\n #\/components\/schemas\/OB_OverdraftFeeType1Code\n NegotiableIndicator:\n description: >-\n Indicates whether fee and charges are negotiable\n type: boolean\n OverdraftControlIndicator:\n description: >-\n Indicates if the fee\/charge is already covered by an 'Overdraft Control' fee or not.\n type: boolean\n IncrementalBorrowingAmount:\n $ref: '#\/components\/schemas\/OB_Amount1_1'\n FeeAmount:\n $ref: '#\/components\/schemas\/OB_Amount1_2'\n FeeRate:\n $ref: '#\/components\/schemas\/OB_Rate1_0'\n FeeRateType:\n $ref: >-\n #\/components\/schemas\/OB_InterestRateType1Code_0\n ApplicationFrequency:\n $ref: >-\n #\/components\/schemas\/OB_FeeFrequency1Code_0\n CalculationFrequency:\n $ref: >-\n #\/components\/schemas\/OB_FeeFrequency1Code_1\n Notes:\n type: array\n items:\n description: >-\n Free text for capturing any other info related to Overdraft Fees Charge Details\n type: string\n minLength: 1\n maxLength: 2000\n OverdraftFeeChargeCap:\n type: array\n items:\n type: object\n description: >-\n Details about any caps (maximum charges) that apply to a particular fee\/charge. Capping can either be based on an amount (in gbp), an amount (in items) or a rate.\n required:\n - FeeType\n - MinMaxType\n properties:\n FeeType:\n type: array\n items:\n description: Fee\/charge type which is being capped\n type: string\n enum:\n - FBAO\n - FBAR\n - FBEB\n - FBIT\n - FBOR\n - FBOS\n - FBSC\n - FBTO\n - FBUB\n - FBUT\n - FTOT\n - FTUT\n minItems: 1\n MinMaxType:\n $ref: '#\/components\/schemas\/OB_MinMaxType1Code'\n FeeCapOccurrence:\n $ref: '#\/components\/schemas\/Number_0'\n FeeCapAmount:\n $ref: '#\/components\/schemas\/OB_Amount1_0'\n CappingPeriod:\n $ref: '#\/components\/schemas\/OB_Period1Code'\n Notes:\n type: array\n items:\n description: >-\n Notes related to Overdraft fee charge cap\n type: string\n minLength: 1\n maxLength: 2000\n OtherFeeType:\n type: array\n items:\n type: object\n description: >-\n Other fee type code which is not available in the standard code set\n required:\n - Name\n - Description\n properties:\n Code:\n $ref: '#\/components\/schemas\/OB_CodeMnemonic'\n Name:\n $ref: '#\/components\/schemas\/Name_4'\n Description:\n $ref: '#\/components\/schemas\/Description_3'\n OtherFeeType:\n $ref: '#\/components\/schemas\/OB_OtherCodeType1_3'\n OtherFeeRateType:\n $ref: '#\/components\/schemas\/OB_OtherCodeType1_4'\n OtherApplicationFrequency:\n $ref: '#\/components\/schemas\/OB_OtherCodeType1_1'\n OtherCalculationFrequency:\n $ref: '#\/components\/schemas\/OB_OtherCodeType1_2'\n minItems: 1\n minItems: 1\n OverdraftFeesCharges:\n type: array\n items:\n type: object\n description: Overdraft fees and charges details\n required:\n - OverdraftFeeChargeDetail\n properties:\n OverdraftFeeChargeCap:\n type: array\n items:\n type: object\n description: >-\n Details about any caps (maximum charges) that apply to a particular fee\/charge. Capping can either be based on an amount (in gbp), an amount (in items) or a rate.\n required:\n - FeeType\n - MinMaxType\n properties:\n FeeType:\n type: array\n items:\n description: Fee\/charge type which is being capped\n type: string\n enum:\n - FBAO\n - FBAR\n - FBEB\n - FBIT\n - FBOR\n - FBOS\n - FBSC\n - FBTO\n - FBUB\n - FBUT\n - FTOT\n - FTUT\n minItems: 1\n MinMaxType:\n $ref: '#\/components\/schemas\/OB_MinMaxType1Code'\n FeeCapOccurrence:\n $ref: '#\/components\/schemas\/Number_0'\n FeeCapAmount:\n $ref: '#\/components\/schemas\/OB_Amount1_0'\n CappingPeriod:\n $ref: '#\/components\/schemas\/OB_Period1Code'\n Notes:\n type: array\n items:\n description: >-\n Notes related to Overdraft fee charge cap\n type: string\n minLength: 1\n maxLength: 2000\n OtherFeeType:\n type: array\n items:\n type: object\n description: >-\n Other fee type code which is not available in the standard code set\n required:\n - Name\n - Description\n properties:\n Code:\n $ref: '#\/components\/schemas\/OB_CodeMnemonic'\n Name:\n $ref: '#\/components\/schemas\/Name_4'\n Description:\n $ref: '#\/components\/schemas\/Description_3'\n OverdraftFeeChargeDetail:\n type: array\n items:\n type: object\n description: Details about the fees\/charges\n required:\n - FeeType\n - ApplicationFrequency\n properties:\n FeeType:\n $ref: >-\n #\/components\/schemas\/OB_OverdraftFeeType1Code\n NegotiableIndicator:\n description: >-\n Indicates whether fee and charges are negotiable\n type: boolean\n OverdraftControlIndicator:\n description: >-\n Indicates if the fee\/charge is already covered by an 'Overdraft Control' fee or not.\n type: boolean\n IncrementalBorrowingAmount:\n $ref: '#\/components\/schemas\/OB_Amount1_1'\n FeeAmount:\n $ref: '#\/components\/schemas\/OB_Amount1_2'\n FeeRate:\n $ref: '#\/components\/schemas\/OB_Rate1_0'\n FeeRateType:\n $ref: >-\n #\/components\/schemas\/OB_InterestRateType1Code_0\n ApplicationFrequency:\n $ref: >-\n #\/components\/schemas\/OB_FeeFrequency1Code_0\n CalculationFrequency:\n $ref: >-\n #\/components\/schemas\/OB_FeeFrequency1Code_1\n Notes:\n type: array\n items:\n description: >-\n Free text for capturing any other info related to Overdraft Fees Charge Details\n type: string\n minLength: 1\n maxLength: 2000\n OverdraftFeeChargeCap:\n type: array\n items:\n type: object\n description: >-\n Details about any caps (maximum charges) that apply to a particular fee\/charge. Capping can either be based on an amount (in gbp), an amount (in items) or a rate.\n required:\n - FeeType\n - MinMaxType\n properties:\n FeeType:\n type: array\n items:\n description: Fee\/charge type which is being capped\n type: string\n enum:\n - FBAO\n - FBAR\n - FBEB\n - FBIT\n - FBOR\n - FBOS\n - FBSC\n - FBTO\n - FBUB\n - FBUT\n - FTOT\n - FTUT\n minItems: 1\n MinMaxType:\n $ref: '#\/components\/schemas\/OB_MinMaxType1Code'\n FeeCapOccurrence:\n $ref: '#\/components\/schemas\/Number_0'\n FeeCapAmount:\n $ref: '#\/components\/schemas\/OB_Amount1_0'\n CappingPeriod:\n $ref: '#\/components\/schemas\/OB_Period1Code'\n Notes:\n type: array\n items:\n description: >-\n Notes related to Overdraft fee charge cap\n type: string\n minLength: 1\n maxLength: 2000\n OtherFeeType:\n type: array\n items:\n type: object\n description: >-\n Other fee type code which is not available in the standard code set\n required:\n - Name\n - Description\n properties:\n Code:\n $ref: '#\/components\/schemas\/OB_CodeMnemonic'\n Name:\n $ref: '#\/components\/schemas\/Name_4'\n Description:\n $ref: '#\/components\/schemas\/Description_3'\n OtherFeeType:\n $ref: '#\/components\/schemas\/OB_OtherCodeType1_3'\n OtherFeeRateType:\n $ref: '#\/components\/schemas\/OB_OtherCodeType1_4'\n OtherApplicationFrequency:\n $ref: '#\/components\/schemas\/OB_OtherCodeType1_1'\n OtherCalculationFrequency:\n $ref: '#\/components\/schemas\/OB_OtherCodeType1_2'\n minItems: 1\n minItems: 1\n LoanInterest:\n type: object\n required:\n - LoanInterestTierBandSet\n description: >-\n Details about the interest that may be payable to the SME Loan holders\n properties:\n Notes:\n type: array\n items:\n description: >-\n Optional additional notes to supplement the LoanInterest\n type: string\n minLength: 1\n maxLength: 2000\n LoanInterestTierBandSet:\n type: array\n items:\n type: object\n description: >-\n The group of tiers or bands for which debit interest can be applied.\n required:\n - TierBandMethod\n - CalculationMethod\n - LoanInterestTierBand\n properties:\n TierBandMethod:\n description: >-\n The methodology of how credit interest is charged. It can be:-\n\n 1. Banded\n\n Interest rates are banded. i.e. Increasing rate on whole balance as balance increases.\n\n 2. Tiered\n\n Interest rates are tiered. i.e. increasing rate for each tier as balance increases, but interest paid on tier fixed for that tier and not on whole balance.\n\n 3. Whole\n\n The same interest rate is applied irrespective of the SME Loan balance\n type: string\n enum:\n - INBA\n - INTI\n - INWH\n Identification:\n description: >-\n Loan interest tierbandset identification. Used by loan providers for internal use purpose.\n type: string\n minLength: 1\n maxLength: 35\n CalculationMethod:\n $ref: >-\n #\/components\/schemas\/OB_InterestCalculationMethod1Code\n Notes:\n type: array\n items:\n description: >-\n Optional additional notes to supplement the Tier Band Set details\n type: string\n minLength: 1\n maxLength: 2000\n OtherCalculationMethod:\n $ref: '#\/components\/schemas\/OB_OtherCodeType1_0'\n LoanInterestTierBand:\n type: array\n items:\n type: object\n description: Tier Band Details\n required:\n - TierValueMinimum\n - TierValueMinTerm\n - MinTermPeriod\n - FixedVariableInterestRateType\n - RepAPR\n properties:\n Identification:\n description: >-\n Unique and unambiguous identification of a Tier Band for a SME Loan.\n type: string\n minLength: 1\n maxLength: 35\n TierValueMinimum:\n description: >-\n Minimum loan value for which the loan interest tier applies.\n type: string\n pattern: ^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$\n TierValueMaximum:\n description: >-\n Maximum loan value for which the loan interest tier applies.\n type: string\n pattern: ^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$\n TierValueMinTerm:\n description: >-\n Minimum loan term for which the loan interest tier applies.\n type: integer\n MinTermPeriod:\n description: >-\n The unit of period (days, weeks, months etc.) of the Minimum Term\n type: string\n enum:\n - PACT\n - PDAY\n - PHYR\n - PMTH\n - PQTR\n - PWEK\n - PYER\n TierValueMaxTerm:\n description: >-\n Maximum loan term for which the loan interest tier applies.\n type: integer\n MaxTermPeriod:\n description: >-\n The unit of period (days, weeks, months etc.) of the Maximum Term\n type: string\n enum:\n - PACT\n - PDAY\n - PHYR\n - PMTH\n - PQTR\n - PWEK\n - PYER\n FixedVariableInterestRateType:\n $ref: >-\n #\/components\/schemas\/OB_InterestFixedVariableType1Code\n RepAPR:\n description: \"The annual equivalent rate (AER) is interest that is calculated under the assumption that any interest paid is combined with the original balance and the next interest payment will be based on the slightly higher account balance. Overall, this means that interest can be compounded several times in a year depending on the number of times that interest payments are made. \\nFor SME Loan, this APR is the representative APR which includes any account fees.\"\n type: string\n pattern: ^(-?\\d{1,3}){1}(\\.\\d{1,4}){0,1}$\n LoanProviderInterestRateType:\n description: >-\n Interest rate types, other than APR, which financial institutions may use to describe the annual interest rate payable for the SME Loan.\n type: string\n enum:\n - INBB\n - INFR\n - INGR\n - INLR\n - INNE\n - INOT\n LoanProviderInterestRate:\n description: >-\n Loan provider Interest for the SME Loan product\n type: string\n pattern: ^(-?\\d{1,3}){1}(\\.\\d{1,4}){0,1}$\n Notes:\n type: array\n items:\n description: >-\n Optional additional notes to supplement the Tier Band details\n type: string\n minLength: 1\n maxLength: 2000\n OtherLoanProviderInterestRateType:\n type: object\n required:\n - Name\n - Description\n description: >-\n Other loan interest rate types which are not available in the standard code list\n properties:\n Code:\n $ref: '#\/components\/schemas\/OB_CodeMnemonic'\n Name:\n $ref: '#\/components\/schemas\/Name_4'\n Description:\n $ref: '#\/components\/schemas\/Description_3'\n LoanInterestFeesCharges:\n type: array\n items:\n type: object\n description: >-\n Contains details of fees and charges which are not associated with either LoanRepayment or features\/benefits\n required:\n - LoanInterestFeeChargeDetail\n properties:\n LoanInterestFeeChargeDetail:\n type: array\n items:\n type: object\n description: Other fees\/charges details\n required:\n - FeeType\n - ApplicationFrequency\n - CalculationFrequency\n properties:\n FeeType:\n $ref: '#\/components\/schemas\/OB_FeeType1Code'\n NegotiableIndicator:\n description: >-\n Fee\/charge which is usually negotiable rather than a fixed amount\n type: boolean\n FeeAmount:\n $ref: '#\/components\/schemas\/OB_Amount1_3'\n FeeRate:\n $ref: '#\/components\/schemas\/OB_Rate1_1'\n FeeRateType:\n $ref: >-\n #\/components\/schemas\/OB_InterestRateType1Code_1\n ApplicationFrequency:\n $ref: >-\n #\/components\/schemas\/OB_FeeFrequency1Code_2\n CalculationFrequency:\n $ref: >-\n #\/components\/schemas\/OB_FeeFrequency1Code_3\n Notes:\n type: array\n items:\n description: >-\n Optional additional notes to supplement the fee\/charge details.\n type: string\n minLength: 1\n maxLength: 2000\n OtherFeeType:\n $ref: >-\n #\/components\/schemas\/OB_OtherFeeChargeDetailType\n OtherFeeRateType:\n $ref: '#\/components\/schemas\/OB_OtherCodeType1_5'\n OtherApplicationFrequency:\n $ref: '#\/components\/schemas\/OB_OtherCodeType1_6'\n OtherCalculationFrequency:\n $ref: '#\/components\/schemas\/OB_OtherCodeType1_7'\n minItems: 1\n LoanInterestFeeChargeCap:\n type: array\n items:\n type: object\n description: >-\n Details about any caps (minimum\/maximum charges) that apply to a particular fee\/charge\n required:\n - FeeType\n - MinMaxType\n properties:\n FeeType:\n type: array\n items:\n description: Fee\/charge type which is being capped\n type: string\n enum:\n - FEPF\n - FTOT\n - FYAF\n - FYAM\n - FYAQ\n - FYCP\n - FYDB\n - FYMI\n - FYXX\n minItems: 1\n MinMaxType:\n $ref: '#\/components\/schemas\/OB_MinMaxType1Code'\n FeeCapOccurrence:\n $ref: '#\/components\/schemas\/Number_1'\n FeeCapAmount:\n $ref: '#\/components\/schemas\/OB_Amount1_4'\n CappingPeriod:\n $ref: >-\n #\/components\/schemas\/OB_FeeFrequency1Code_4\n Notes:\n type: array\n items:\n description: >-\n Free text for adding extra details for fee charge cap\n type: string\n minLength: 1\n maxLength: 2000\n OtherFeeType:\n type: array\n items:\n type: object\n description: >-\n Other fee type code which is not available in the standard code set\n required:\n - Name\n - Description\n properties:\n Code:\n $ref: '#\/components\/schemas\/OB_CodeMnemonic'\n Name:\n $ref: '#\/components\/schemas\/Name_4'\n Description:\n $ref: '#\/components\/schemas\/Description_3'\n minItems: 1\n LoanInterestFeesCharges:\n type: array\n items:\n type: object\n description: >-\n Contains details of fees and charges which are not associated with either LoanRepayment or features\/benefits\n required:\n - LoanInterestFeeChargeDetail\n properties:\n LoanInterestFeeChargeDetail:\n type: array\n items:\n type: object\n description: Other fees\/charges details\n required:\n - FeeType\n - ApplicationFrequency\n - CalculationFrequency\n properties:\n FeeType:\n $ref: '#\/components\/schemas\/OB_FeeType1Code'\n NegotiableIndicator:\n description: >-\n Fee\/charge which is usually negotiable rather than a fixed amount\n type: boolean\n FeeAmount:\n $ref: '#\/components\/schemas\/OB_Amount1_3'\n FeeRate:\n $ref: '#\/components\/schemas\/OB_Rate1_1'\n FeeRateType:\n $ref: >-\n #\/components\/schemas\/OB_InterestRateType1Code_1\n ApplicationFrequency:\n $ref: >-\n #\/components\/schemas\/OB_FeeFrequency1Code_2\n CalculationFrequency:\n $ref: >-\n #\/components\/schemas\/OB_FeeFrequency1Code_3\n Notes:\n type: array\n items:\n description: >-\n Optional additional notes to supplement the fee\/charge details.\n type: string\n minLength: 1\n maxLength: 2000\n OtherFeeType:\n $ref: >-\n #\/components\/schemas\/OB_OtherFeeChargeDetailType\n OtherFeeRateType:\n $ref: '#\/components\/schemas\/OB_OtherCodeType1_5'\n OtherApplicationFrequency:\n $ref: '#\/components\/schemas\/OB_OtherCodeType1_6'\n OtherCalculationFrequency:\n $ref: '#\/components\/schemas\/OB_OtherCodeType1_7'\n minItems: 1\n LoanInterestFeeChargeCap:\n type: array\n items:\n type: object\n description: >-\n Details about any caps (minimum\/maximum charges) that apply to a particular fee\/charge\n required:\n - FeeType\n - MinMaxType\n properties:\n FeeType:\n type: array\n items:\n description: Fee\/charge type which is being capped\n type: string\n enum:\n - FEPF\n - FTOT\n - FYAF\n - FYAM\n - FYAQ\n - FYCP\n - FYDB\n - FYMI\n - FYXX\n minItems: 1\n MinMaxType:\n $ref: '#\/components\/schemas\/OB_MinMaxType1Code'\n FeeCapOccurrence:\n $ref: '#\/components\/schemas\/Number_1'\n FeeCapAmount:\n $ref: '#\/components\/schemas\/OB_Amount1_4'\n CappingPeriod:\n $ref: >-\n #\/components\/schemas\/OB_FeeFrequency1Code_4\n Notes:\n type: array\n items:\n description: >-\n Free text for adding extra details for fee charge cap\n type: string\n minLength: 1\n maxLength: 2000\n OtherFeeType:\n type: array\n items:\n type: object\n description: >-\n Other fee type code which is not available in the standard code set\n required:\n - Name\n - Description\n properties:\n Code:\n $ref: '#\/components\/schemas\/OB_CodeMnemonic'\n Name:\n $ref: '#\/components\/schemas\/Name_4'\n Description:\n $ref: '#\/components\/schemas\/Description_3'\n minItems: 1\n Repayment:\n type: object\n description: Repayment details of the Loan product\n properties:\n RepaymentType:\n description: Repayment type\n type: string\n enum:\n - USBA\n - USBU\n - USCI\n - USCS\n - USER\n - USFA\n - USFB\n - USFI\n - USIO\n - USOT\n - USPF\n - USRW\n - USSL\n RepaymentFrequency:\n description: Repayment frequency\n type: string\n enum:\n - SMDA\n - SMFL\n - SMFO\n - SMHY\n - SMMO\n - SMOT\n - SMQU\n - SMWE\n - SMYE\n AmountType:\n description: >-\n The repayment is for paying just the interest only or both interest and capital or bullet amount or balance to date etc\n type: string\n enum:\n - RABD\n - RABL\n - RACI\n - RAFC\n - RAIO\n - RALT\n - USOT\n Notes:\n type: array\n items:\n description: >-\n Optional additional notes to supplement the Repayment\n type: string\n minLength: 1\n maxLength: 2000\n OtherRepaymentType:\n type: object\n required:\n - Name\n - Description\n description: >-\n Other repayment type which is not in the standard code list\n properties:\n Code:\n $ref: '#\/components\/schemas\/OB_CodeMnemonic'\n Name:\n $ref: '#\/components\/schemas\/Name_4'\n Description:\n $ref: '#\/components\/schemas\/Description_3'\n OtherRepaymentFrequency:\n type: object\n required:\n - Name\n - Description\n description: >-\n Other repayment frequency which is not in the standard code list\n properties:\n Code:\n $ref: '#\/components\/schemas\/OB_CodeMnemonic'\n Name:\n $ref: '#\/components\/schemas\/Name_4'\n Description:\n $ref: '#\/components\/schemas\/Description_3'\n OtherAmountType:\n type: object\n required:\n - Name\n - Description\n description: >-\n Other amount type which is not in the standard code list\n properties:\n Code:\n $ref: '#\/components\/schemas\/OB_CodeMnemonic'\n Name:\n $ref: '#\/components\/schemas\/Name_4'\n Description:\n $ref: '#\/components\/schemas\/Description_3'\n RepaymentFeeCharges:\n type: object\n required:\n - RepaymentFeeChargeDetail\n description: >-\n Applicable fee\/charges for repayment such as prepayment, full early repayment or non repayment.\n properties:\n RepaymentFeeChargeDetail:\n type: array\n items:\n type: object\n description: >-\n Details about specific fees\/charges that are applied for repayment\n required:\n - FeeType\n - ApplicationFrequency\n - CalculationFrequency\n properties:\n FeeType:\n $ref: '#\/components\/schemas\/OB_FeeType1Code'\n NegotiableIndicator:\n description: >-\n Fee\/charge which is usually negotiable rather than a fixed amount\n type: boolean\n FeeAmount:\n $ref: '#\/components\/schemas\/OB_Amount1_3'\n FeeRate:\n $ref: '#\/components\/schemas\/OB_Rate1_1'\n FeeRateType:\n $ref: >-\n #\/components\/schemas\/OB_InterestRateType1Code_1\n ApplicationFrequency:\n $ref: >-\n #\/components\/schemas\/OB_FeeFrequency1Code_2\n CalculationFrequency:\n $ref: >-\n #\/components\/schemas\/OB_FeeFrequency1Code_3\n Notes:\n type: array\n items:\n description: >-\n Optional additional notes to supplement the fee\/charge details.\n type: string\n minLength: 1\n maxLength: 2000\n OtherFeeType:\n $ref: >-\n #\/components\/schemas\/OB_OtherFeeChargeDetailType\n OtherFeeRateType:\n $ref: '#\/components\/schemas\/OB_OtherCodeType1_8'\n OtherApplicationFrequency:\n $ref: '#\/components\/schemas\/OB_OtherCodeType1_6'\n OtherCalculationFrequency:\n $ref: '#\/components\/schemas\/OB_OtherCodeType1_7'\n minItems: 1\n RepaymentFeeChargeCap:\n type: array\n items:\n type: object\n description: >-\n RepaymentFeeChargeCap sets daily, weekly, monthly, yearly limits on the fees that are charged\n required:\n - FeeType\n - MinMaxType\n properties:\n FeeType:\n type: array\n items:\n description: Fee\/charge type which is being capped\n type: string\n enum:\n - FEPF\n - FTOT\n - FYAF\n - FYAM\n - FYAQ\n - FYCP\n - FYDB\n - FYMI\n - FYXX\n minItems: 1\n MinMaxType:\n $ref: '#\/components\/schemas\/OB_MinMaxType1Code'\n FeeCapOccurrence:\n $ref: '#\/components\/schemas\/Number_1'\n FeeCapAmount:\n $ref: '#\/components\/schemas\/OB_Amount1_4'\n CappingPeriod:\n $ref: '#\/components\/schemas\/OB_Period1Code'\n Notes:\n type: array\n items:\n description: >-\n Free text for adding extra details for fee charge cap\n type: string\n minLength: 1\n maxLength: 2000\n OtherFeeType:\n type: array\n items:\n type: object\n description: >-\n Other fee type code which is not available in the standard code set\n required:\n - Name\n - Description\n properties:\n Code:\n $ref: '#\/components\/schemas\/OB_CodeMnemonic'\n Name:\n $ref: '#\/components\/schemas\/Name_4'\n Description:\n $ref: '#\/components\/schemas\/Description_3'\n RepaymentHoliday:\n type: array\n items:\n type: object\n description: Details of capital repayment holiday if any\n properties:\n MaxHolidayLength:\n description: >-\n The maximum length\/duration of a Repayment Holiday\n type: integer\n MaxHolidayPeriod:\n description: >-\n The unit of period (days, weeks, months etc.) of the repayment holiday\n type: string\n enum:\n - PACT\n - PDAY\n - PHYR\n - PMTH\n - PQTR\n - PWEK\n - PYER\n Notes:\n type: array\n items:\n description: >-\n Free text for adding details for repayment holiday\n type: string\n minLength: 1\n maxLength: 2000\n OtherFeesCharges:\n type: array\n items:\n type: object\n description: >-\n Contains details of fees and charges which are not associated with either Overdraft or features\/benefits\n required:\n - FeeChargeDetail\n properties:\n TariffType:\n description: TariffType which defines the fee and charges.\n type: string\n enum:\n - TTEL\n - TTMX\n - TTOT\n TariffName:\n description: Name of the tariff\n type: string\n minLength: 1\n maxLength: 350\n OtherTariffType:\n type: object\n required:\n - Name\n - Description\n description: >-\n Other tariff type which is not in the standard list.\n properties:\n Code:\n $ref: '#\/components\/schemas\/OB_CodeMnemonic'\n Name:\n $ref: '#\/components\/schemas\/Name_4'\n Description:\n $ref: '#\/components\/schemas\/Description_3'\n FeeChargeDetail:\n type: array\n items:\n type: object\n description: Other fees\/charges details\n required:\n - FeeCategory\n - FeeType\n - ApplicationFrequency\n properties:\n FeeCategory:\n $ref: '#\/components\/schemas\/OB_FeeCategory1Code'\n FeeType:\n $ref: '#\/components\/schemas\/OB_FeeType1Code'\n NegotiableIndicator:\n description: >-\n Fee\/charge which is usually negotiable rather than a fixed amount\n type: boolean\n FeeAmount:\n $ref: '#\/components\/schemas\/OB_Amount1_3'\n FeeRate:\n $ref: '#\/components\/schemas\/OB_Rate1_1'\n FeeRateType:\n $ref: >-\n #\/components\/schemas\/OB_InterestRateType1Code_1\n ApplicationFrequency:\n $ref: >-\n #\/components\/schemas\/OB_FeeFrequency1Code_2\n CalculationFrequency:\n $ref: >-\n #\/components\/schemas\/OB_FeeFrequency1Code_3\n Notes:\n type: array\n items:\n description: >-\n Optional additional notes to supplement the fee\/charge details.\n type: string\n minLength: 1\n maxLength: 2000\n FeeChargeCap:\n type: array\n items:\n type: object\n description: >-\n Details about any caps (maximum charges) that apply to a particular or group of fee\/charge\n required:\n - FeeType\n - MinMaxType\n properties:\n FeeType:\n type: array\n items:\n description: Fee\/charge type which is being capped\n type: string\n enum:\n - FEPF\n - FTOT\n - FYAF\n - FYAM\n - FYAQ\n - FYCP\n - FYDB\n - FYMI\n - FYXX\n minItems: 1\n MinMaxType:\n $ref: '#\/components\/schemas\/OB_MinMaxType1Code'\n FeeCapOccurrence:\n $ref: '#\/components\/schemas\/Number_1'\n FeeCapAmount:\n $ref: '#\/components\/schemas\/OB_Amount1_4'\n CappingPeriod:\n $ref: '#\/components\/schemas\/OB_Period1Code'\n Notes:\n type: array\n items:\n description: >-\n Free text for adding extra details for fee charge cap\n type: string\n minLength: 1\n maxLength: 2000\n OtherFeeType:\n type: array\n items:\n type: object\n description: >-\n Other fee type code which is not available in the standard code set\n required:\n - Name\n - Description\n properties:\n Code:\n $ref: '#\/components\/schemas\/OB_CodeMnemonic'\n Name:\n $ref: '#\/components\/schemas\/Name_4'\n Description:\n $ref: '#\/components\/schemas\/Description_3'\n OtherFeeCategoryType:\n $ref: '#\/components\/schemas\/OB_OtherCodeType1_0'\n OtherFeeType:\n $ref: >-\n #\/components\/schemas\/OB_OtherFeeChargeDetailType\n OtherFeeRateType:\n $ref: '#\/components\/schemas\/OB_OtherCodeType1_8'\n OtherApplicationFrequency:\n $ref: '#\/components\/schemas\/OB_OtherCodeType1_6'\n OtherCalculationFrequency:\n $ref: '#\/components\/schemas\/OB_OtherCodeType1_7'\n FeeApplicableRange:\n type: object\n description: >-\n Range or amounts or rates for which the fee\/charge applies\n properties:\n MinimumAmount:\n description: >-\n Minimum Amount on which fee\/charge is applicable (where it is expressed as an amount)\n type: string\n pattern: ^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$\n MaximumAmount:\n description: >-\n Maximum Amount on which fee is applicable (where it is expressed as an amount)\n type: string\n pattern: ^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$\n MinimumRate:\n description: >-\n Minimum rate on which fee\/charge is applicable(where it is expressed as an rate)\n type: string\n pattern: ^(-?\\d{1,3}){1}(\\.\\d{1,4}){0,1}$\n MaximumRate:\n description: >-\n Maximum rate on which fee\/charge is applicable(where it is expressed as an rate)\n type: string\n pattern: ^(-?\\d{1,3}){1}(\\.\\d{1,4}){0,1}$\n minItems: 1\n FeeChargeCap:\n type: array\n items:\n type: object\n description: >-\n Details about any caps (maximum charges) that apply to a particular or group of fee\/charge\n required:\n - FeeType\n - MinMaxType\n properties:\n FeeType:\n type: array\n items:\n description: Fee\/charge type which is being capped\n type: string\n enum:\n - FEPF\n - FTOT\n - FYAF\n - FYAM\n - FYAQ\n - FYCP\n - FYDB\n - FYMI\n - FYXX\n minItems: 1\n MinMaxType:\n $ref: '#\/components\/schemas\/OB_MinMaxType1Code'\n FeeCapOccurrence:\n $ref: '#\/components\/schemas\/Number_1'\n FeeCapAmount:\n $ref: '#\/components\/schemas\/OB_Amount1_4'\n CappingPeriod:\n $ref: '#\/components\/schemas\/OB_Period1Code'\n Notes:\n type: array\n items:\n description: >-\n Free text for adding extra details for fee charge cap\n type: string\n minLength: 1\n maxLength: 2000\n OtherFeeType:\n type: array\n items:\n type: object\n description: >-\n Other fee type code which is not available in the standard code set\n required:\n - Name\n - Description\n properties:\n Code:\n $ref: '#\/components\/schemas\/OB_CodeMnemonic'\n Name:\n $ref: '#\/components\/schemas\/Name_4'\n Description:\n $ref: '#\/components\/schemas\/Description_3'\n SupplementaryData:\n $ref: '#\/components\/schemas\/OBSupplementaryData1'\n BCA:\n $ref: '#\/components\/schemas\/OBBCAData1'\n PCA:\n $ref: '#\/components\/schemas\/OBPCAData1'\n Links:\n $ref: '#\/components\/schemas\/Links'\n Meta:\n $ref: '#\/components\/schemas\/Meta'\n additionalProperties: false\n OBReadScheduledPayment3:\n type: object\n required:\n - Data\n properties:\n Data:\n type: object\n properties:\n ScheduledPayment:\n type: array\n items:\n $ref: '#\/components\/schemas\/OBScheduledPayment3'\n Links:\n $ref: '#\/components\/schemas\/Links'\n Meta:\n $ref: '#\/components\/schemas\/Meta'\n additionalProperties: false\n OBReadStandingOrder6:\n type: object\n required:\n - Data\n properties:\n Data:\n type: object\n properties:\n StandingOrder:\n type: array\n items:\n $ref: '#\/components\/schemas\/OBStandingOrder6'\n Links:\n $ref: '#\/components\/schemas\/Links'\n Meta:\n $ref: '#\/components\/schemas\/Meta'\n additionalProperties: false\n OBReadStatement2:\n type: object\n required:\n - Data\n properties:\n Data:\n $ref: '#\/components\/schemas\/OBReadDataStatement2'\n Links:\n $ref: '#\/components\/schemas\/Links'\n Meta:\n $ref: '#\/components\/schemas\/Meta'\n additionalProperties: false\n OBReadTransaction6:\n type: object\n required:\n - Data\n properties:\n Data:\n $ref: '#\/components\/schemas\/OBReadDataTransaction6'\n Links:\n $ref: '#\/components\/schemas\/Links'\n Meta:\n $ref: '#\/components\/schemas\/Meta'\n additionalProperties: false\n OBScheduledPayment3:\n type: object\n required:\n - AccountId\n - ScheduledPaymentDateTime\n - ScheduledType\n - InstructedAmount\n properties:\n AccountId:\n $ref: '#\/components\/schemas\/AccountId'\n ScheduledPaymentId:\n $ref: '#\/components\/schemas\/ScheduledPaymentId'\n ScheduledPaymentDateTime:\n $ref: '#\/components\/schemas\/ScheduledPaymentDateTime'\n ScheduledType:\n $ref: '#\/components\/schemas\/OBInternalScheduleType1Code'\n Reference:\n $ref: '#\/components\/schemas\/Reference'\n DebtorReference:\n $ref: '#\/components\/schemas\/DebtorReference'\n InstructedAmount:\n $ref: '#\/components\/schemas\/OBActiveOrHistoricCurrencyAndAmount_1'\n CreditorAgent:\n $ref: >-\n #\/components\/schemas\/OBBranchAndFinancialInstitutionIdentification5_1\n CreditorAccount:\n $ref: '#\/components\/schemas\/OBCashAccount5_1'\n additionalProperties: false\n OBScheduledPayment3Basic:\n type: object\n required:\n - AccountId\n - ScheduledPaymentDateTime\n - ScheduledType\n - InstructedAmount\n properties:\n AccountId:\n $ref: '#\/components\/schemas\/AccountId'\n ScheduledPaymentId:\n $ref: '#\/components\/schemas\/ScheduledPaymentId'\n ScheduledPaymentDateTime:\n $ref: '#\/components\/schemas\/ScheduledPaymentDateTime'\n ScheduledType:\n $ref: '#\/components\/schemas\/OBInternalScheduleType1Code'\n Reference:\n $ref: '#\/components\/schemas\/Reference'\n DebtorReference:\n $ref: '#\/components\/schemas\/DebtorReference'\n InstructedAmount:\n $ref: '#\/components\/schemas\/OBActiveOrHistoricCurrencyAndAmount_1'\n additionalProperties: false\n OBScheduledPayment3Detail:\n type: object\n required:\n - AccountId\n - ScheduledPaymentDateTime\n - ScheduledType\n - InstructedAmount\n - CreditorAccount\n properties:\n AccountId:\n $ref: '#\/components\/schemas\/AccountId'\n ScheduledPaymentId:\n $ref: '#\/components\/schemas\/ScheduledPaymentId'\n ScheduledPaymentDateTime:\n $ref: '#\/components\/schemas\/ScheduledPaymentDateTime'\n ScheduledType:\n $ref: '#\/components\/schemas\/OBInternalScheduleType1Code'\n Reference:\n $ref: '#\/components\/schemas\/Reference'\n DebtorReference:\n $ref: '#\/components\/schemas\/DebtorReference'\n InstructedAmount:\n $ref: '#\/components\/schemas\/OBActiveOrHistoricCurrencyAndAmount_1'\n CreditorAgent:\n $ref: >-\n #\/components\/schemas\/OBBranchAndFinancialInstitutionIdentification5_1\n CreditorAccount:\n $ref: '#\/components\/schemas\/OBCashAccount5_1'\n additionalProperties: false\n OBStandingOrder6:\n type: object\n required:\n - AccountId\n properties:\n AccountId:\n $ref: '#\/components\/schemas\/AccountId'\n StandingOrderId:\n $ref: '#\/components\/schemas\/StandingOrderId'\n NextPaymentDateTime:\n $ref: '#\/components\/schemas\/NextPaymentDateTime'\n LastPaymentDateTime:\n $ref: '#\/components\/schemas\/LastPaymentDateTime'\n StandingOrderStatusCode:\n $ref: '#\/components\/schemas\/ExternalMandateStatus1Code'\n FirstPaymentAmount:\n $ref: '#\/components\/schemas\/OBActiveOrHistoricCurrencyAndAmount_2'\n NextPaymentAmount:\n $ref: '#\/components\/schemas\/OBActiveOrHistoricCurrencyAndAmount_3'\n LastPaymentAmount:\n $ref: '#\/components\/schemas\/OBActiveOrHistoricCurrencyAndAmount_11'\n FinalPaymentAmount:\n $ref: '#\/components\/schemas\/OBActiveOrHistoricCurrencyAndAmount_4'\n CreditorAgent:\n $ref: '#\/components\/schemas\/OBBranchAndFinancialInstitutionIdentification5_1'\n CreditorAccount:\n $ref: '#\/components\/schemas\/OBCashAccount5_1'\n SupplementaryData:\n $ref: '#\/components\/schemas\/OBSupplementaryData1'\n MandateRelatedInformation:\n $ref: '#\/components\/schemas\/OBMandateRelatedInformation1'\n RemittanceInformation:\n $ref: '#\/components\/schemas\/OBRemittanceInformation2'\n additionalProperties: false\n OBStandingOrder6Basic:\n type: object\n required:\n - AccountId\n properties:\n AccountId:\n $ref: '#\/components\/schemas\/AccountId'\n StandingOrderId:\n $ref: '#\/components\/schemas\/StandingOrderId'\n NextPaymentDateTime:\n $ref: '#\/components\/schemas\/NextPaymentDateTime'\n LastPaymentDateTime:\n $ref: '#\/components\/schemas\/LastPaymentDateTime'\n StandingOrderStatusCode:\n $ref: '#\/components\/schemas\/ExternalMandateStatus1Code'\n FirstPaymentAmount:\n $ref: '#\/components\/schemas\/OBActiveOrHistoricCurrencyAndAmount_2'\n NextPaymentAmount:\n $ref: '#\/components\/schemas\/OBActiveOrHistoricCurrencyAndAmount_3'\n LastPaymentAmount:\n $ref: '#\/components\/schemas\/OBActiveOrHistoricCurrencyAndAmount_11'\n FinalPaymentAmount:\n $ref: '#\/components\/schemas\/OBActiveOrHistoricCurrencyAndAmount_4'\n SupplementaryData:\n $ref: '#\/components\/schemas\/OBSupplementaryData1'\n MandateRelatedInformation:\n $ref: '#\/components\/schemas\/OBMandateRelatedInformation1'\n RemittanceInformation:\n $ref: '#\/components\/schemas\/OBRemittanceInformation2'\n additionalProperties: false\n OBStandingOrder6Detail:\n type: object\n required:\n - AccountId\n - CreditorAccount\n properties:\n AccountId:\n $ref: '#\/components\/schemas\/AccountId'\n StandingOrderId:\n $ref: '#\/components\/schemas\/StandingOrderId'\n NextPaymentDateTime:\n $ref: '#\/components\/schemas\/NextPaymentDateTime'\n LastPaymentDateTime:\n $ref: '#\/components\/schemas\/LastPaymentDateTime'\n StandingOrderStatusCode:\n $ref: '#\/components\/schemas\/ExternalMandateStatus1Code'\n FirstPaymentAmount:\n $ref: '#\/components\/schemas\/OBActiveOrHistoricCurrencyAndAmount_2'\n NextPaymentAmount:\n $ref: '#\/components\/schemas\/OBActiveOrHistoricCurrencyAndAmount_3'\n LastPaymentAmount:\n $ref: '#\/components\/schemas\/OBActiveOrHistoricCurrencyAndAmount_11'\n FinalPaymentAmount:\n $ref: '#\/components\/schemas\/OBActiveOrHistoricCurrencyAndAmount_4'\n CreditorAgent:\n $ref: '#\/components\/schemas\/OBBranchAndFinancialInstitutionIdentification5_1'\n CreditorAccount:\n $ref: '#\/components\/schemas\/OBCashAccount5_1'\n SupplementaryData:\n $ref: '#\/components\/schemas\/OBSupplementaryData1'\n MandateRelatedInformation:\n $ref: '#\/components\/schemas\/OBMandateRelatedInformation1'\n RemittanceInformation:\n $ref: '#\/components\/schemas\/OBRemittanceInformation2'\n additionalProperties: false\n OBStatement2:\n type: object\n description: Provides further details on a statement resource.\n required:\n - AccountId\n - Type\n - StartDateTime\n - EndDateTime\n - CreationDateTime\n properties:\n AccountId:\n $ref: '#\/components\/schemas\/AccountId'\n StatementId:\n $ref: '#\/components\/schemas\/StatementId'\n StatementReference:\n $ref: '#\/components\/schemas\/StatementReference'\n Type:\n $ref: '#\/components\/schemas\/OBInternalStatementType1Code'\n StartDateTime:\n $ref: '#\/components\/schemas\/StartDateTime'\n EndDateTime:\n $ref: '#\/components\/schemas\/EndDateTime'\n CreationDateTime:\n $ref: '#\/components\/schemas\/CreationDateTime'\n StatementDescription:\n type: array\n items:\n description: >-\n Other descriptions that may be available for the statement resource.\n type: string\n example: August 2017 Statement\n minLength: 1\n maxLength: 500\n StatementBenefit:\n type: array\n items:\n type: object\n description: >-\n Set of elements used to provide details of a benefit or reward amount for the statement resource.\n required:\n - Type\n - Amount\n properties:\n Type:\n $ref: '#\/components\/schemas\/OBInternalStatementBenefitType1Code'\n Amount:\n $ref: '#\/components\/schemas\/OBActiveOrHistoricCurrencyAndAmount_5'\n StatementFee:\n type: array\n items:\n type: object\n description: >-\n Set of elements used to provide details of a fee for the statement resource.\n required:\n - CreditDebitIndicator\n - Type\n - Amount\n properties:\n Description:\n $ref: '#\/components\/schemas\/Description_1'\n CreditDebitIndicator:\n $ref: '#\/components\/schemas\/OBCreditDebitCode_0'\n Type:\n $ref: '#\/components\/schemas\/OBInternalStatementFeeType1Code'\n Rate:\n $ref: '#\/components\/schemas\/OBRate1_0'\n RateType:\n $ref: '#\/components\/schemas\/OBInternalStatementFeeRateType1Code'\n Frequency:\n $ref: '#\/components\/schemas\/OBInternalStatementFeeFrequency1Code'\n Amount:\n $ref: '#\/components\/schemas\/OBActiveOrHistoricCurrencyAndAmount_6'\n StatementInterest:\n type: array\n items:\n type: object\n description: >-\n Set of elements used to provide details of a generic interest amount related to the statement resource.\n required:\n - CreditDebitIndicator\n - Type\n - Amount\n properties:\n Description:\n $ref: '#\/components\/schemas\/Description_2'\n CreditDebitIndicator:\n $ref: '#\/components\/schemas\/OBCreditDebitCode_0'\n Type:\n $ref: '#\/components\/schemas\/OBInternalStatementInterestType1Code'\n Rate:\n $ref: '#\/components\/schemas\/OBRate1_1'\n RateType:\n $ref: '#\/components\/schemas\/OBInternalStatementInterestType1Code'\n Frequency:\n $ref: '#\/components\/schemas\/OBInternalStatementInterestFrequency1Code'\n Amount:\n $ref: '#\/components\/schemas\/OBActiveOrHistoricCurrencyAndAmount_7'\n StatementAmount:\n type: array\n items:\n type: object\n description: >-\n Set of elements used to provide details of a generic amount for the statement resource.\n required:\n - CreditDebitIndicator\n - Type\n - Amount\n properties:\n CreditDebitIndicator:\n $ref: '#\/components\/schemas\/OBCreditDebitCode_0'\n Type:\n $ref: '#\/components\/schemas\/OBInternalStatementAmountType1Code'\n Amount:\n type: object\n required:\n - Amount\n - Currency\n description: Amount of money of the cash balance.\n properties:\n Amount:\n $ref: '#\/components\/schemas\/OBActiveCurrencyAndAmount_SimpleType'\n Currency:\n $ref: '#\/components\/schemas\/ActiveOrHistoricCurrencyCode_1'\n SubType:\n description: >-\n The amount in the domestic or base accounting currency. Default is Base Currency (BCUR) if not specified\n type: string\n enum:\n - BCUR\n - LCUR\n default: BCUR\n LocalAmount:\n type: object\n required:\n - Amount\n - Currency\n description: >-\n Optional component providing the equivalent of Amount in local currency.\n properties:\n Amount:\n $ref: '#\/components\/schemas\/OBActiveCurrencyAndAmount_SimpleType'\n Currency:\n $ref: '#\/components\/schemas\/ActiveOrHistoricCurrencyCode_1'\n SubType:\n description: >-\n The amount in the local market currency for which the asset is held. Default is Local Currency (LCUR) if not specified\n type: string\n enum:\n - BCUR\n - LCUR\n default: LCUR\n StatementDateTime:\n type: array\n items:\n type: object\n description: >-\n Set of elements used to provide details of a generic date time for the statement resource.\n required:\n - DateTime\n - Type\n properties:\n DateTime:\n $ref: '#\/components\/schemas\/DateTime'\n Type:\n $ref: '#\/components\/schemas\/OBInternalStatementDateTimeType1Code'\n StatementRate:\n type: array\n items:\n type: object\n description: >-\n Set of elements used to provide details of a generic rate related to the statement resource.\n required:\n - Rate\n - Type\n properties:\n Rate:\n $ref: '#\/components\/schemas\/Rate'\n Type:\n $ref: '#\/components\/schemas\/OBInternalStatementRateType1Code'\n StatementValue:\n type: array\n items:\n type: object\n description: >-\n Set of elements used to provide details of a generic number value related to the statement resource.\n required:\n - Value\n - Type\n properties:\n Value:\n $ref: '#\/components\/schemas\/Value'\n Type:\n $ref: '#\/components\/schemas\/OBInternalStatementValueType1Code'\n TotalValue:\n type: object\n description: Combined sum of all Amounts in the accounts base currency\n required:\n - Amount\n - Currency\n properties:\n Amount:\n $ref: '#\/components\/schemas\/OBActiveCurrencyAndAmount_SimpleType'\n Currency:\n $ref: '#\/components\/schemas\/ActiveOrHistoricCurrencyCode_1'\n additionalProperties: false\n OBStatement2Basic:\n type: object\n description: Provides further details on a statement resource.\n required:\n - AccountId\n - Type\n - StartDateTime\n - EndDateTime\n - CreationDateTime\n properties:\n AccountId:\n $ref: '#\/components\/schemas\/AccountId'\n StatementId:\n $ref: '#\/components\/schemas\/StatementId'\n StatementReference:\n $ref: '#\/components\/schemas\/StatementReference'\n Type:\n $ref: '#\/components\/schemas\/OBInternalStatementType1Code'\n StartDateTime:\n $ref: '#\/components\/schemas\/StartDateTime'\n EndDateTime:\n $ref: '#\/components\/schemas\/EndDateTime'\n CreationDateTime:\n $ref: '#\/components\/schemas\/CreationDateTime'\n StatementDescription:\n type: array\n items:\n description: >-\n Other descriptions that may be available for the statement resource.\n type: string\n minLength: 1\n maxLength: 500\n StatementBenefit:\n type: array\n items:\n type: object\n description: >-\n Set of elements used to provide details of a benefit or reward amount for the statement resource.\n required:\n - Type\n - Amount\n properties:\n Type:\n $ref: '#\/components\/schemas\/OBInternalStatementBenefitType1Code'\n Amount:\n $ref: '#\/components\/schemas\/OBActiveOrHistoricCurrencyAndAmount_5'\n StatementFee:\n type: array\n items:\n type: object\n description: >-\n Set of elements used to provide details of a fee for the statement resource.\n required:\n - CreditDebitIndicator\n - Type\n - Amount\n properties:\n Description:\n $ref: '#\/components\/schemas\/Description_1'\n CreditDebitIndicator:\n $ref: '#\/components\/schemas\/OBCreditDebitCode_0'\n Type:\n $ref: '#\/components\/schemas\/OBInternalStatementFeeType1Code'\n Rate:\n $ref: '#\/components\/schemas\/OBRate1_0'\n RateType:\n $ref: '#\/components\/schemas\/OBInternalStatementFeeRateType1Code'\n Frequency:\n $ref: '#\/components\/schemas\/OBInternalStatementFeeFrequency1Code'\n Amount:\n $ref: '#\/components\/schemas\/OBActiveOrHistoricCurrencyAndAmount_6'\n StatementInterest:\n type: array\n items:\n type: object\n description: >-\n Set of elements used to provide details of a generic interest amount related to the statement resource.\n required:\n - CreditDebitIndicator\n - Type\n - Amount\n properties:\n Description:\n $ref: '#\/components\/schemas\/Description_2'\n CreditDebitIndicator:\n $ref: '#\/components\/schemas\/OBCreditDebitCode_0'\n Type:\n $ref: '#\/components\/schemas\/OBInternalStatementInterestType1Code'\n Rate:\n $ref: '#\/components\/schemas\/OBRate1_1'\n RateType:\n $ref: '#\/components\/schemas\/OBInternalStatementInterestType1Code'\n Frequency:\n $ref: '#\/components\/schemas\/OBInternalStatementInterestFrequency1Code'\n Amount:\n $ref: '#\/components\/schemas\/OBActiveOrHistoricCurrencyAndAmount_7'\n StatementDateTime:\n type: array\n items:\n type: object\n description: >-\n Set of elements used to provide details of a generic date time for the statement resource.\n required:\n - DateTime\n - Type\n properties:\n DateTime:\n $ref: '#\/components\/schemas\/DateTime'\n Type:\n $ref: '#\/components\/schemas\/OBInternalStatementDateTimeType1Code'\n StatementRate:\n type: array\n items:\n type: object\n description: >-\n Set of elements used to provide details of a generic rate related to the statement resource.\n required:\n - Rate\n - Type\n properties:\n Rate:\n $ref: '#\/components\/schemas\/Rate'\n Type:\n $ref: '#\/components\/schemas\/OBInternalStatementRateType1Code'\n StatementValue:\n type: array\n items:\n type: object\n description: >-\n Set of elements used to provide details of a generic number value related to the statement resource.\n required:\n - Value\n - Type\n properties:\n Value:\n $ref: '#\/components\/schemas\/Value'\n Type:\n $ref: '#\/components\/schemas\/OBInternalStatementValueType1Code'\n TotalValue:\n type: object\n description: Combined sum of all Amounts in the accounts base currency\n required:\n - Amount\n - Currency\n properties:\n Amount:\n $ref: '#\/components\/schemas\/OBActiveCurrencyAndAmount_SimpleType'\n Currency:\n $ref: '#\/components\/schemas\/ActiveOrHistoricCurrencyCode_1'\n additionalProperties: false\n OBStatement2Detail:\n type: object\n description: Provides further details on a statement resource.\n required:\n - AccountId\n - Type\n - StartDateTime\n - EndDateTime\n - CreationDateTime\n properties:\n AccountId:\n $ref: '#\/components\/schemas\/AccountId'\n StatementId:\n $ref: '#\/components\/schemas\/StatementId'\n StatementReference:\n $ref: '#\/components\/schemas\/StatementReference'\n Type:\n $ref: '#\/components\/schemas\/OBInternalStatementType1Code'\n StartDateTime:\n $ref: '#\/components\/schemas\/StartDateTime'\n EndDateTime:\n $ref: '#\/components\/schemas\/EndDateTime'\n CreationDateTime:\n $ref: '#\/components\/schemas\/CreationDateTime'\n StatementDescription:\n type: array\n items:\n description: >-\n Other descriptions that may be available for the statement resource.\n type: string\n minLength: 1\n maxLength: 500\n StatementBenefit:\n type: array\n items:\n type: object\n description: >-\n Set of elements used to provide details of a benefit or reward amount for the statement resource.\n required:\n - Type\n - Amount\n properties:\n Type:\n $ref: '#\/components\/schemas\/OBInternalStatementBenefitType1Code'\n Amount:\n $ref: '#\/components\/schemas\/OBActiveOrHistoricCurrencyAndAmount_5'\n StatementFee:\n type: array\n items:\n type: object\n description: >-\n Set of elements used to provide details of a fee for the statement resource.\n required:\n - CreditDebitIndicator\n - Type\n - Amount\n properties:\n Description:\n $ref: '#\/components\/schemas\/Description_1'\n CreditDebitIndicator:\n $ref: '#\/components\/schemas\/OBCreditDebitCode_0'\n Type:\n $ref: '#\/components\/schemas\/OBInternalStatementFeeType1Code'\n Rate:\n $ref: '#\/components\/schemas\/OBRate1_0'\n RateType:\n $ref: '#\/components\/schemas\/OBInternalStatementFeeRateType1Code'\n Frequency:\n $ref: '#\/components\/schemas\/OBInternalStatementFeeFrequency1Code'\n Amount:\n $ref: '#\/components\/schemas\/OBActiveOrHistoricCurrencyAndAmount_6'\n StatementInterest:\n type: array\n items:\n type: object\n description: >-\n Set of elements used to provide details of a generic interest amount related to the statement resource.\n required:\n - CreditDebitIndicator\n - Type\n - Amount\n properties:\n Description:\n $ref: '#\/components\/schemas\/Description_2'\n CreditDebitIndicator:\n $ref: '#\/components\/schemas\/OBCreditDebitCode_0'\n Type:\n $ref: '#\/components\/schemas\/OBInternalStatementInterestType1Code'\n Rate:\n $ref: '#\/components\/schemas\/OBRate1_1'\n RateType:\n $ref: '#\/components\/schemas\/OBInternalStatementInterestType1Code'\n Frequency:\n $ref: '#\/components\/schemas\/OBInternalStatementInterestFrequency1Code'\n Amount:\n $ref: '#\/components\/schemas\/OBActiveOrHistoricCurrencyAndAmount_7'\n StatementAmount:\n type: array\n items:\n type: object\n description: >-\n Set of elements used to provide details of a generic amount for the statement resource.\n required:\n - CreditDebitIndicator\n - Type\n - Amount\n properties:\n CreditDebitIndicator:\n $ref: '#\/components\/schemas\/OBCreditDebitCode_0'\n Type:\n $ref: '#\/components\/schemas\/OBInternalStatementAmountType1Code'\n Amount:\n $ref: '#\/components\/schemas\/OBActiveOrHistoricCurrencyAndAmount_8'\n LocalAmount:\n type: object\n required:\n - Amount\n - Currency\n description: >-\n Optional component providing the equivalent of Amount in local currency.\n properties:\n Amount:\n $ref: '#\/components\/schemas\/OBActiveCurrencyAndAmount_SimpleType'\n Currency:\n $ref: '#\/components\/schemas\/ActiveOrHistoricCurrencyCode_1'\n SubType:\n description: >-\n The amount in the local market currency for which the asset is held. Default is Local Currency (LCUR) if not specified\n type: string\n enum:\n - BCUR\n - LCUR\n default: LCUR\n StatementDateTime:\n type: array\n items:\n type: object\n description: >-\n Set of elements used to provide details of a generic date time for the statement resource.\n required:\n - DateTime\n - Type\n properties:\n DateTime:\n $ref: '#\/components\/schemas\/DateTime'\n Type:\n $ref: '#\/components\/schemas\/OBInternalStatementDateTimeType1Code'\n StatementRate:\n type: array\n items:\n type: object\n description: >-\n Set of elements used to provide details of a generic rate related to the statement resource.\n required:\n - Rate\n - Type\n properties:\n Rate:\n $ref: '#\/components\/schemas\/Rate'\n Type:\n $ref: '#\/components\/schemas\/OBInternalStatementRateType1Code'\n StatementValue:\n type: array\n items:\n type: object\n description: >-\n Set of elements used to provide details of a generic number value related to the statement resource.\n required:\n - Value\n - Type\n properties:\n Value:\n $ref: '#\/components\/schemas\/Value'\n Type:\n $ref: '#\/components\/schemas\/OBInternalStatementValueType1Code'\n TotalValue:\n type: object\n description: Combined sum of all Amounts in the accounts base currency\n required:\n - Amount\n - Currency\n properties:\n Amount:\n $ref: '#\/components\/schemas\/OBActiveCurrencyAndAmount_SimpleType'\n Currency:\n $ref: '#\/components\/schemas\/ActiveOrHistoricCurrencyCode_1'\n additionalProperties: false\n OBStatusReason:\n type: object\n properties:\n StatusReasonCode:\n type: string\n description: \"Specifies the status reason in a code form. \\n For a full description see `OBExternalStatusReason1Code` [here](https:\/\/github.com\/OpenBankingUK\/External_Internal_CodeSets)\"\n minLength: 1\n maxLength: 4\n example: U004\n StatusReasonDescription:\n description: Description supporting the StatusReasonCode.\n type: string\n minLength: 1\n maxLength: 500\n example: Permissions field is missing\n Path:\n type: string\n description: >-\n Recommended but optional reference to JSON path if relevant to the StatusReasonCode.\n minLength: 1\n maxLength: 500\n example: Data.Permissions\n OBSupplementaryData1:\n type: object\n properties: {}\n additionalProperties: true\n description: >-\n Additional information that can not be captured in the structured fields and\/or any other specific block.\n OBTransaction6:\n type: object\n description: Provides further details on an entry in the report.\n required:\n - AccountId\n - CreditDebitIndicator\n - Status\n - BookingDateTime\n - Amount\n properties:\n AccountId:\n $ref: '#\/components\/schemas\/AccountId'\n TransactionId:\n $ref: '#\/components\/schemas\/TransactionId'\n TransactionReference:\n $ref: '#\/components\/schemas\/TransactionReference'\n StatementReference:\n type: array\n items:\n $ref: '#\/components\/schemas\/StatementReference'\n CreditDebitIndicator:\n $ref: '#\/components\/schemas\/OBCreditDebitCode_1'\n Status:\n $ref: '#\/components\/schemas\/ExternalEntryStatus1Code'\n TransactionMutability:\n $ref: '#\/components\/schemas\/OBInternalTransactionMutability1Code'\n BookingDateTime:\n $ref: '#\/components\/schemas\/BookingDateTime'\n ValueDateTime:\n $ref: '#\/components\/schemas\/ValueDateTime'\n TransactionInformation:\n $ref: '#\/components\/schemas\/TransactionInformation'\n AddressLine:\n $ref: '#\/components\/schemas\/AddressLine'\n Amount:\n $ref: '#\/components\/schemas\/OBActiveOrHistoricCurrencyAndAmount_9'\n ChargeAmount:\n $ref: '#\/components\/schemas\/OBActiveOrHistoricCurrencyAndAmount_10'\n CurrencyExchange:\n $ref: '#\/components\/schemas\/OBCurrencyExchange5'\n BankTransactionCode:\n $ref: '#\/components\/schemas\/OBBankTransactionCodeStructure1'\n ProprietaryBankTransactionCode:\n $ref: '#\/components\/schemas\/ProprietaryBankTransactionCodeStructure1'\n ExtendedProprietaryBankTransactionCodes:\n type: array\n items:\n $ref: '#\/components\/schemas\/OBExtendedProprietaryBankTransactionCode'\n Balance:\n $ref: '#\/components\/schemas\/OBTransactionCashBalance'\n MerchantDetails:\n $ref: '#\/components\/schemas\/OBMerchantDetails1'\n CreditorAgent:\n $ref: '#\/components\/schemas\/OBBranchAndFinancialInstitutionIdentification6_1'\n CreditorAccount:\n $ref: '#\/components\/schemas\/OBCashAccount6_0'\n DebtorAgent:\n $ref: '#\/components\/schemas\/OBBranchAndFinancialInstitutionIdentification6_2'\n DebtorAccount:\n $ref: '#\/components\/schemas\/OBCashAccount6_1'\n CardInstrument:\n $ref: '#\/components\/schemas\/OBTransactionCardInstrument1'\n SupplementaryData:\n $ref: '#\/components\/schemas\/OBSupplementaryData1'\n CategoryPurposeCode:\n $ref: '#\/components\/schemas\/ExternalCategoryPurpose1Code'\n PaymentPurposeCode:\n $ref: '#\/components\/schemas\/OBExternalPurpose1Code'\n UltimateCreditor:\n $ref: '#\/components\/schemas\/OBUltimateCreditor1'\n UltimateDebtor:\n $ref: '#\/components\/schemas\/OBUltimateDebtor1'\n additionalProperties: false\n OBTransaction6Basic:\n type: object\n description: Provides further details on an entry in the report.\n required:\n - AccountId\n - CreditDebitIndicator\n - Status\n - BookingDateTime\n - Amount\n properties:\n AccountId:\n $ref: '#\/components\/schemas\/AccountId'\n TransactionId:\n $ref: '#\/components\/schemas\/TransactionId'\n TransactionReference:\n $ref: '#\/components\/schemas\/TransactionReference'\n StatementReference:\n type: array\n items:\n $ref: '#\/components\/schemas\/StatementReference'\n CreditDebitIndicator:\n $ref: '#\/components\/schemas\/OBCreditDebitCode_1'\n Status:\n $ref: '#\/components\/schemas\/ExternalEntryStatus1Code'\n TransactionMutability:\n $ref: '#\/components\/schemas\/OBInternalTransactionMutability1Code'\n BookingDateTime:\n $ref: '#\/components\/schemas\/BookingDateTime'\n ValueDateTime:\n $ref: '#\/components\/schemas\/ValueDateTime'\n AddressLine:\n $ref: '#\/components\/schemas\/AddressLine'\n Amount:\n $ref: '#\/components\/schemas\/OBActiveOrHistoricCurrencyAndAmount_9'\n ChargeAmount:\n $ref: '#\/components\/schemas\/OBActiveOrHistoricCurrencyAndAmount_10'\n CurrencyExchange:\n $ref: '#\/components\/schemas\/OBCurrencyExchange5'\n BankTransactionCode:\n $ref: '#\/components\/schemas\/OBBankTransactionCodeStructure1'\n ProprietaryBankTransactionCode:\n $ref: '#\/components\/schemas\/ProprietaryBankTransactionCodeStructure1'\n ExtendedProprietaryBankTransactionCodes:\n type: array\n items:\n $ref: '#\/components\/schemas\/OBExtendedProprietaryBankTransactionCode'\n CardInstrument:\n $ref: '#\/components\/schemas\/OBTransactionCardInstrument1'\n SupplementaryData:\n $ref: '#\/components\/schemas\/OBSupplementaryData1'\n CategoryPurposeCode:\n $ref: '#\/components\/schemas\/ExternalCategoryPurpose1Code'\n PaymentPurposeCode:\n $ref: '#\/components\/schemas\/OBExternalPurpose1Code'\n additionalProperties: false\n OBTransaction6Detail:\n type: object\n description: Provides further details on an entry in the report.\n required:\n - AccountId\n - CreditDebitIndicator\n - Status\n - BookingDateTime\n - Amount\n properties:\n AccountId:\n $ref: '#\/components\/schemas\/AccountId'\n TransactionId:\n $ref: '#\/components\/schemas\/TransactionId'\n TransactionReference:\n $ref: '#\/components\/schemas\/TransactionReference'\n StatementReference:\n type: array\n items:\n $ref: '#\/components\/schemas\/StatementReference'\n CreditDebitIndicator:\n $ref: '#\/components\/schemas\/OBCreditDebitCode_1'\n Status:\n $ref: '#\/components\/schemas\/ExternalEntryStatus1Code'\n TransactionMutability:\n $ref: '#\/components\/schemas\/OBInternalTransactionMutability1Code'\n BookingDateTime:\n $ref: '#\/components\/schemas\/BookingDateTime'\n ValueDateTime:\n $ref: '#\/components\/schemas\/ValueDateTime'\n TransactionInformation:\n $ref: '#\/components\/schemas\/TransactionInformation'\n AddressLine:\n $ref: '#\/components\/schemas\/AddressLine'\n Amount:\n $ref: '#\/components\/schemas\/OBActiveOrHistoricCurrencyAndAmount_9'\n ChargeAmount:\n $ref: '#\/components\/schemas\/OBActiveOrHistoricCurrencyAndAmount_10'\n CurrencyExchange:\n $ref: '#\/components\/schemas\/OBCurrencyExchange5'\n BankTransactionCode:\n $ref: '#\/components\/schemas\/OBBankTransactionCodeStructure1'\n ProprietaryBankTransactionCode:\n $ref: '#\/components\/schemas\/ProprietaryBankTransactionCodeStructure1'\n ExtendedProprietaryBankTransactionCodes:\n type: array\n items:\n $ref: '#\/components\/schemas\/OBExtendedProprietaryBankTransactionCode'\n Balance:\n $ref: '#\/components\/schemas\/OBTransactionCashBalance'\n MerchantDetails:\n $ref: '#\/components\/schemas\/OBMerchantDetails1'\n CreditorAgent:\n $ref: '#\/components\/schemas\/OBBranchAndFinancialInstitutionIdentification6_1'\n CreditorAccount:\n $ref: '#\/components\/schemas\/OBCashAccount6_0'\n DebtorAgent:\n $ref: '#\/components\/schemas\/OBBranchAndFinancialInstitutionIdentification6_2'\n DebtorAccount:\n $ref: '#\/components\/schemas\/OBCashAccount6_1'\n CardInstrument:\n $ref: '#\/components\/schemas\/OBTransactionCardInstrument1'\n SupplementaryData:\n $ref: '#\/components\/schemas\/OBSupplementaryData1'\n CategoryPurposeCode:\n $ref: '#\/components\/schemas\/ExternalCategoryPurpose1Code'\n PaymentPurposeCode:\n $ref: '#\/components\/schemas\/OBExternalPurpose1Code'\n UltimateCreditor:\n $ref: '#\/components\/schemas\/OBUltimateCreditor1'\n UltimateDebtor:\n $ref: '#\/components\/schemas\/OBUltimateDebtor1'\n additionalProperties: false\n OBTransactionCardInstrument1:\n type: object\n required:\n - CardSchemeName\n description: |-\n Set of elements to describe the card instrument used in the transaction. <br \/>\n For a full list of enumeration values refer to `OBInternalCardSchemeType1Code` in *OB_Internal_CodeSet* [here](https:\/\/github.com\/OpenBankingUK\/External_Internal_CodeSets)\n properties:\n CardSchemeName:\n description: |-\n Name of the card scheme. <br \/>\n For a full list of enumeration values refer to `OBInternalCardSchemeType1Code` in *OB_Internal_CodeSet* [here](https:\/\/github.com\/OpenBankingUK\/External_Internal_CodeSets)\n type: string\n enum:\n - AmericanExpress\n - Diners\n - Discover\n - MasterCard\n - VISA\n AuthorisationType:\n description: |-\n The card authorisation type. <br \/>\n For a full list of enumeration values refer to `OBInternalCardAuthorisationType1Code` in *OB_Internal_CodeSet* [here](https:\/\/github.com\/OpenBankingUK\/External_Internal_CodeSets)\n type: string\n enum:\n - ConsumerDevice\n - Contactless\n - None\n - PIN\n Name:\n description: Name of the cardholder using the card instrument.\n type: string\n minLength: 1\n maxLength: 70\n Identification:\n description: >-\n Identification assigned by an institution to identify the card instrument used in the transaction. This identification is known by the account owner, and may be masked.\n type: string\n minLength: 1\n maxLength: 34\n additionalProperties: false\n OBTransactionCashBalance:\n type: object\n required:\n - CreditDebitIndicator\n - Type\n - Amount\n description: >-\n Set of elements used to define the balance as a numerical representation of the net increases and decreases in an account after a transaction entry is applied to the account.\n properties:\n CreditDebitIndicator:\n $ref: '#\/components\/schemas\/OBCreditDebitCode_2'\n Type:\n $ref: '#\/components\/schemas\/OBBalanceType1Code'\n Amount:\n type: object\n required:\n - Amount\n - Currency\n description: >-\n Amount of money of the cash balance after a transaction entry is applied to the account..\n properties:\n Amount:\n $ref: '#\/components\/schemas\/OBActiveCurrencyAndAmount_SimpleType'\n Currency:\n $ref: '#\/components\/schemas\/ActiveOrHistoricCurrencyCode_1'\n additionalProperties: false\n OBRisk2:\n type: object\n additionalProperties: false\n properties: {}\n description: |-\n The Risk section is sent by the initiating party to the ASPSP. <br \/>\n It is used to specify additional details for risk scoring for Account Info.\n OB_Amount1_0:\n description: Cap amount charged for a fee\/charge\n type: string\n pattern: ^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$\n OB_Amount1_1:\n description: >-\n Every additional tranche of an overdraft balance to which an overdraft fee is applied\n type: string\n pattern: ^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$\n OB_Amount1_2:\n description: >-\n Amount charged for an overdraft fee\/charge (where it is charged in terms of an amount rather than a rate)\n type: string\n pattern: ^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$\n OB_Amount1_3:\n description: >-\n Fee Amount charged for a fee\/charge (where it is charged in terms of an amount rather than a rate)\n type: string\n pattern: ^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$\n OB_Amount1_4:\n description: >-\n Cap amount charged for a fee\/charge (where it is charged in terms of an amount rather than a rate)\n type: string\n pattern: ^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$\n OB_CodeMnemonic:\n description: The four letter Mnemonic used within an XML file to identify a code\n type: string\n pattern: ^\\\\w{0,4}$\n OB_FeeCategory1Code:\n description: Categorisation of fees and charges into standard categories.\n type: string\n enum:\n - FCOT\n - FCRE\n - FCSV\n OB_FeeFrequency1Code_0:\n description: Frequency at which the overdraft charge is applied to the account\n type: string\n enum:\n - FEAC\n - FEAO\n - FECP\n - FEDA\n - FEHO\n - FEI\n - FEMO\n - FEOA\n - FEOT\n - FEPC\n - FEPH\n - FEPO\n - FEPS\n - FEPT\n - FEPTA\n - FEPTP\n - FEQU\n - FESM\n - FEST\n - FEWE\n - FEYE\n OB_FeeFrequency1Code_1:\n description: How often is the overdraft fee\/charge calculated for the account.\n type: string\n enum:\n - FEAC\n - FEAO\n - FECP\n - FEDA\n - FEHO\n - FEI\n - FEMO\n - FEOA\n - FEOT\n - FEPC\n - FEPH\n - FEPO\n - FEPS\n - FEPT\n - FEPTA\n - FEPTP\n - FEQU\n - FESM\n - FEST\n - FEWE\n - FEYE\n OB_FeeFrequency1Code_2:\n description: How frequently the fee\/charge is applied to the account\n type: string\n enum:\n - FEAC\n - FEAO\n - FECP\n - FEDA\n - FEHO\n - FEI\n - FEMO\n - FEOA\n - FEOT\n - FEPC\n - FEPH\n - FEPO\n - FEPS\n - FEPT\n - FEPTA\n - FEPTP\n - FEQU\n - FESM\n - FEST\n - FEWE\n - FEYE\n OB_FeeFrequency1Code_3:\n description: How frequently the fee\/charge is calculated\n type: string\n enum:\n - FEAC\n - FEAO\n - FECP\n - FEDA\n - FEHO\n - FEI\n - FEMO\n - FEOA\n - FEOT\n - FEPC\n - FEPH\n - FEPO\n - FEPS\n - FEPT\n - FEPTA\n - FEPTP\n - FEQU\n - FESM\n - FEST\n - FEWE\n - FEYE\n OB_FeeFrequency1Code_4:\n description: Period e.g. day, week, month etc. for which the fee\/charge is capped\n type: string\n enum:\n - FEAC\n - FEAO\n - FECP\n - FEDA\n - FEHO\n - FEI\n - FEMO\n - FEOA\n - FEOT\n - FEPC\n - FEPH\n - FEPO\n - FEPS\n - FEPT\n - FEPTA\n - FEPTP\n - FEQU\n - FESM\n - FEST\n - FEWE\n - FEYE\n OB_FeeType1Code:\n description: Fee\/Charge Type\n type: string\n enum:\n - FEPF\n - FTOT\n - FYAF\n - FYAM\n - FYAQ\n - FYCP\n - FYDB\n - FYMI\n - FYXX\n OB_InterestCalculationMethod1Code:\n description: Methods of calculating interest\n type: string\n enum:\n - ITCO\n - ITOT\n - ITSI\n OB_InterestFixedVariableType1Code:\n description: Type of interest rate, Fixed or Variable\n type: string\n enum:\n - INFI\n - INVA\n OB_InterestRateType1Code_0:\n description: >-\n Rate type for overdraft fee\/charge (where it is charged in terms of a rate rather than an amount)\n type: string\n enum:\n - INBB\n - INFR\n - INGR\n - INLR\n - INNE\n - INOT\n OB_InterestRateType1Code_1:\n description: >-\n Rate type for Fee\/Charge (where it is charged in terms of a rate rather than an amount)\n type: string\n enum:\n - INBB\n - INFR\n - INGR\n - INLR\n - INNE\n - INOT\n OB_MinMaxType1Code:\n description: Min Max type\n type: string\n enum:\n - FMMN\n - FMMX\n OB_OtherCodeType1_0:\n type: object\n required:\n - Name\n - Description\n properties:\n Code:\n $ref: '#\/components\/schemas\/OB_CodeMnemonic'\n Name:\n $ref: '#\/components\/schemas\/Name_4'\n Description:\n $ref: '#\/components\/schemas\/Description_3'\n additionalProperties: false\n OB_OtherCodeType1_1:\n type: object\n required:\n - Name\n - Description\n description: >-\n Other application frequencies that are not available in the standard code list\n properties:\n Code:\n $ref: '#\/components\/schemas\/OB_CodeMnemonic'\n Name:\n $ref: '#\/components\/schemas\/Name_4'\n Description:\n $ref: '#\/components\/schemas\/Description_3'\n additionalProperties: false\n OB_OtherCodeType1_2:\n type: object\n required:\n - Name\n - Description\n description: >-\n Other calculation frequency which is not available in the standard code set.\n properties:\n Code:\n $ref: '#\/components\/schemas\/OB_CodeMnemonic'\n Name:\n $ref: '#\/components\/schemas\/Name_4'\n Description:\n $ref: '#\/components\/schemas\/Description_3'\n additionalProperties: false\n OB_OtherCodeType1_3:\n type: object\n required:\n - Name\n - Description\n description: Other Fee type which is not available in the standard code set\n properties:\n Code:\n $ref: '#\/components\/schemas\/OB_CodeMnemonic'\n Name:\n $ref: '#\/components\/schemas\/Name_4'\n Description:\n $ref: '#\/components\/schemas\/Description_3'\n additionalProperties: false\n OB_OtherCodeType1_4:\n type: object\n required:\n - Name\n - Description\n description: Other fee rate type code which is not available in the standard code set\n properties:\n Code:\n $ref: '#\/components\/schemas\/OB_CodeMnemonic'\n Name:\n $ref: '#\/components\/schemas\/Name_4'\n Description:\n $ref: '#\/components\/schemas\/Description_3'\n additionalProperties: false\n OB_OtherCodeType1_5:\n type: object\n required:\n - Name\n - Description\n description: Other fee rate type which is not in the standard rate type list\n properties:\n Code:\n $ref: '#\/components\/schemas\/OB_CodeMnemonic'\n Name:\n $ref: '#\/components\/schemas\/Name_4'\n Description:\n $ref: '#\/components\/schemas\/Description_3'\n additionalProperties: false\n OB_OtherCodeType1_6:\n type: object\n required:\n - Name\n - Description\n description: Other application frequencies not covered in the standard code list\n properties:\n Code:\n $ref: '#\/components\/schemas\/OB_CodeMnemonic'\n Name:\n $ref: '#\/components\/schemas\/Name_4'\n Description:\n $ref: '#\/components\/schemas\/Description_3'\n additionalProperties: false\n OB_OtherCodeType1_7:\n type: object\n required:\n - Name\n - Description\n description: Other calculation frequency which is not available in standard code set.\n properties:\n Code:\n $ref: '#\/components\/schemas\/OB_CodeMnemonic'\n Name:\n $ref: '#\/components\/schemas\/Name_4'\n Description:\n $ref: '#\/components\/schemas\/Description_3'\n additionalProperties: false\n OB_OtherCodeType1_8:\n type: object\n required:\n - Name\n - Description\n description: Other fee rate type which is not available in the standard code set\n properties:\n Code:\n $ref: '#\/components\/schemas\/OB_CodeMnemonic'\n Name:\n $ref: '#\/components\/schemas\/Name_4'\n Description:\n $ref: '#\/components\/schemas\/Description_3'\n additionalProperties: false\n OB_OtherFeeChargeDetailType:\n type: object\n required:\n - FeeCategory\n - Name\n - Description\n description: Other Fee\/charge type which is not available in the standard code set\n properties:\n Code:\n $ref: '#\/components\/schemas\/OB_CodeMnemonic'\n FeeCategory:\n $ref: '#\/components\/schemas\/OB_FeeCategory1Code'\n Name:\n $ref: '#\/components\/schemas\/Name_4'\n Description:\n $ref: '#\/components\/schemas\/Description_3'\n additionalProperties: false\n OB_OverdraftFeeType1Code:\n description: Overdraft fee type\n type: string\n enum:\n - FBAO\n - FBAR\n - FBEB\n - FBIT\n - FBOR\n - FBOS\n - FBSC\n - FBTO\n - FBUB\n - FBUT\n - FTOT\n - FTUT\n OB_Period1Code:\n description: Period e.g. day, week, month etc. for which the fee\/charge is capped\n type: string\n enum:\n - PACT\n - PDAY\n - PHYR\n - PMTH\n - PQTR\n - PWEK\n - PYER\n OB_Rate1_0:\n description: >-\n Rate charged for overdraft fee\/charge (where it is charged in terms of a rate rather than an amount)\n type: string\n pattern: ^(-?\\d{1,3}){1}(\\.\\d{1,4}){0,1}$\n OB_Rate1_1:\n description: >-\n Rate charged for Fee\/Charge (where it is charged in terms of a rate rather than an amount)\n type: string\n pattern: ^(-?\\d{1,3}){1}(\\.\\d{1,4}){0,1}$\n OpeningDate:\n description: \"Date on which the account and related basic services are effectively operational for the account owner. All dates in the JSON payloads are represented in ISO 8601 date-time format. \\nAll date-time fields in responses must include the timezone. An example is below:\\n2017-04-05T10:43:07+00:00\"\n type: string\n format: date-time\n PartyId:\n description: >-\n A unique and immutable identifier used to identify the customer resource. This identifier has no meaning to the account owner.\n type: string\n example: PXSIF023\n minLength: 1\n maxLength: 40\n PartyNumber:\n description: Number assigned by an agent to identify its customer.\n type: string\n example: '20202002'\n minLength: 1\n maxLength: 35\n PhoneNumber_0:\n description: >-\n Collection of information that identifies a phone number, as defined by telecom services.\n example: '+44-2079460000'\n type: string\n pattern: \\+[0-9]{1,3}-[0-9()+\\-]{1,30}\n PhoneNumber_1:\n description: >-\n Collection of information that identifies a mobile phone number, as defined by telecom services.\n type: string\n example: '+44-7700900000'\n pattern: \\+[0-9]{1,3}-[0-9()+\\-]{1,30}\n PostBox:\n description: >-\n Information that locates and identifies a box in a post office assigned to a person or organization, where letters for them are kept until called for.\n type: string\n example: PO Box 123456\n minLength: 1\n maxLength: 16\n PostCode:\n description: >-\n Identifier consisting of a group of letters and\/or numbers that is added to a postal address to assist the sorting of mail.\n type: string\n example: EC2N 4AG\n minLength: 1\n maxLength: 16\n PreviousPaymentDateTime:\n description: \"Date of most recent direct debit collection. All dates in the JSON payloads are represented in ISO 8601 date-time format. \\nAll date-time fields in responses must include the timezone. An example is below:\\n2017-04-05T10:43:07+00:00\"\n type: string\n format: date-time\n ProprietaryBankTransactionCodeStructure1:\n type: object\n required:\n - Code\n description: Set of elements to fully identify a proprietary bank transaction code.\n properties:\n Code:\n description: >-\n Proprietary bank transaction code to identify the underlying transaction.\n type: string\n minLength: 1\n maxLength: 35\n Issuer:\n description: >-\n Identification of the issuer of the proprietary bank transaction code.\n type: string\n minLength: 1\n maxLength: 35\n additionalProperties: false\n Rate:\n description: Rate associated with the statement rate type.\n type: string\n example: '0.224'\n maxLength: 40\n pattern: ^(-?\\d{1,3}){1}(\\.\\d{1,4}){0,1}$\n Reference:\n description: >-\n Unique reference, as assigned by the creditor, to unambiguously refer to the payment transaction.\n\n Usage: If available, the initiating party should provide this reference in the structured remittance information, to enable reconciliation by the creditor upon receipt of the amount of money.\n\n If the business context requires the use of a creditor reference or a payment remit identification, and only one identifier can be passed through the end-to-end chain, the creditor's reference or payment remittance identification should be quoted in the end-to-end transaction identification.\n type: string\n example: Towbar Club\n minLength: 1\n maxLength: 35\n Room:\n description: >-\n Information that locates and identifies a room to form part of an address\n type: string\n example: Basement 03\n minLength: 1\n maxLength: 70\n OBExtendedProprietaryBankTransactionCode:\n type: object\n description: >-\n Additional proprietary bank transaction codes used by the ASPSP for the underlying transaction\n required:\n - Code\n properties:\n Code:\n type: string\n description: >-\n Proprietary bank transaction code to identify the underlying transaction.\n minLength: 1\n maxLength: 35\n Issuer:\n type: string\n description: >-\n Identification of the issuer of the proprietary bank transaction code.\n minLength: 1\n maxLength: 35\n Description:\n type: string\n description: Description of the code and its usage on the ASPSP channel\n minLength: 1\n maxLength: 500\n OBInternalBeneficiaryType1Code:\n description: Specifies the Beneficiary Type.\n type: string\n example: Ordinary\n enum:\n - Trusted\n - Ordinary\n ScheduledPaymentDateTime:\n description: \"The date on which the scheduled payment will be made. All dates in the JSON payloads are represented in ISO 8601 date-time format. \\nAll date-time fields in responses must include the timezone. An example is below:\\n2017-04-05T10:43:07+00:00\"\n type: string\n example: '2017-07-12T00:00:00+00:00'\n format: date-time\n ScheduledPaymentId:\n description: >-\n A unique and immutable identifier used to identify the scheduled payment resource. This identifier has no meaning to the account owner.\n type: string\n example: SP03\n minLength: 1\n maxLength: 40\n SecondaryIdentification:\n description: \"This is secondary identification of the account, as assigned by the account servicing institution. \\nThis can be used by building societies to additionally identify accounts with a roll number (in addition to a sort code and account number combination).\"\n type: string\n example: '87562298675897'\n minLength: 1\n maxLength: 34\n StandingOrderId:\n description: >-\n A unique and immutable identifier used to identify the standing order resource. This identifier has no meaning to the account owner.\n type: string\n example: Ben5\n minLength: 1\n maxLength: 40\n StartDateTime:\n description: \"Date and time at which the statement period starts. All dates in the JSON payloads are represented in ISO 8601 date-time format. \\nAll date-time fields in responses must include the timezone. An example is below:\\n2017-04-05T10:43:07+00:00\"\n type: string\n example: '2017-07-12T00:00:00+00:00'\n format: date-time\n StatementFrequencyAndFormat:\n type: array\n items:\n type: object\n description: Frequency and format of statments for an account\n properties:\n Frequency:\n $ref: '#\/components\/schemas\/OBFrequency2'\n CommunicationMethod:\n $ref: '#\/components\/schemas\/OBCommunicationMethod'\n Format:\n $ref: '#\/components\/schemas\/OBFileFormat'\n DeliveryAddress:\n $ref: '#\/components\/schemas\/OBPostalAddress7'\n StatementId:\n description: >-\n Unique identifier for the statement resource within an servicing institution. This identifier is both unique and immutable.\n type: string\n example: 8sfhke-sifhkeuf-97813\n minLength: 1\n maxLength: 40\n StatementReference:\n description: >-\n Unique reference for the statement. This reference may be optionally populated if available.\n type: string\n example: '002'\n minLength: 1\n maxLength: 35\n StatusUpdateDateTime:\n description: \"Date and time at which the resource status was updated. All dates in the JSON payloads are represented in ISO 8601 date-time format. \\nAll date-time fields in responses must include the timezone. An example is below:\\n2017-04-05T10:43:07+00:00\"\n type: string\n format: date-time\n StreetName:\n description: Name of a street or thoroughfare.\n type: string\n example: Bank Street\n minLength: 1\n maxLength: 140\n Time:\n description: \"Time at which assets become available to the account owner in case of a credit entry, or cease to be available to the account owner in case of a debit transaction entry.\\nUsage: If transaction entry status is pending and value date is present, then the value date refers to an expected\/requested value date.\\nFor transaction entries subject to availability\/float and for which availability information is provided, the value date must not be used. In this case the availability component identifies the number of availability days. All dates in the JSON payloads are represented in ISO 8601 date-time format. \\nAll date-time fields in responses must include the timezone. An example is below:\\nT10:43:07+00:00\"\n type: string\n format: time\n TownName:\n description: >-\n Name of a built-up area, with defined boundaries, and a local government.\n type: string\n example: London\n minLength: 1\n maxLength: 140\n TransactionId:\n description: >-\n Unique identifier for the transaction within an servicing institution. This identifier is both unique and immutable.\n type: string\n minLength: 1\n maxLength: 210\n TransactionInformation:\n description: \"Further details of the transaction. \\nThis is the transaction narrative, which is unstructured text.\"\n type: string\n minLength: 1\n maxLength: 500\n TransactionReference:\n description: >-\n Unique reference for the transaction. This reference is optionally populated, and may as an example be the FPID in the Faster Payments context.\n type: string\n minLength: 1\n maxLength: 210\n UnitNumber:\n description: Number that identifies the unit of a specific address .\n type: string\n example: A88\n minLength: 1\n maxLength: 16\n Value:\n description: Value associated with the statement value type.\n type: string\n minLength: 1\n maxLength: 40\n ValueDateTime:\n description: \"Date and time at which assets become available to the account owner in case of a credit entry, or cease to be available to the account owner in case of a debit transaction entry.\\nUsage: If transaction entry status is pending and value date is present, then the value date refers to an expected\/requested value date.\\nFor transaction entries subject to availability\/float and for which availability information is provided, the value date must not be used. In this case the availability component identifies the number of availability days. All dates in the JSON payloads are represented in ISO 8601 date-time format. \\nAll date-time fields in responses must include the timezone. An example is below:\\n2017-04-05T10:43:07+00:00\"\n type: string\n format: date-time\n Model:\n type: object\n properties:\n id:\n type: integer\n format: int64\n"
{}