{ "swagger": "2.0", "info": { "version": "v2.1", "title": "Open Data API BCA", "description": "Latest Swagger specification for OpenData BCA" }, "host": "developer.openbanking.org.uk", "basePath": "/reference-implementation/open-banking/v2.1", "schemes": [ "https" ], "produces": [ "application/prs.openbanking.opendata.v2.1+json" ], "tags": [ { "name": "BCA", "description": "Endpoint for getting Business Current Account data" } ], "paths": { "/business-current-accounts": { "get": { "tags": [ "BCA" ], "description": "Gets a list of all `Branch Current Account` objects.", "parameters": [ { "name": "If-Modified-Since", "type": "string", "description": "Used for conditional request, to retrieve data only if modified since a given date", "in": "header", "required": false }, { "name": "If-None-Match", "type": "string", "description": "Used for conditional request, to retrieve data only if the given Etag value does not match", "in": "header", "required": false } ], "responses": { "200": { "description": "Successful response with a list of `Branch Current Account` data", "headers": { "Strict-Transport-Security": { "type": "string", "description": "HTTPS strict transport security header", "default": "max-age=31536000" }, "Etag": { "type": "string", "description": "A unique ID identifying whether this resource has changed" }, "Cache-Control": { "type": "string", "description": "Describes how long this response can be cached", "default": "max-age=28800" }, "X-Frame-Options": { "type": "string", "description": "Prevent this request from being loaded in any iframes", "default": "DENY" }, "X-Content-Type-Options": { "type": "string", "description": "Ensures each page has a content type and prevents browsers from doing MIME type sniffing", "default": "nosniff" } }, "schema": { "type": "object", "properties": { "meta": { "title": "Meta data", "type": "object", "properties": { "LastUpdated": { "type": "string", "format": "date-time" }, "TotalResults": { "type": "integer" }, "Agreement": { "type": "string", "enum": [ "Use of the APIs and any related data will be subject to the terms of the Open Licence and subject to terms and conditions" ] }, "License": { "description": "Open Banking License", "type": "string", "format": "uri", "enum": [ "https://www.openbanking.org.uk/open-licence" ] }, "TermsOfUse": { "description": "Open Banking Terms of Use", "type": "string", "format": "uri", "enum": [ "https://www.openbanking.org.uk/terms" ] } }, "required": [ "LastUpdated", "TotalResults", "Agreement", "License", "TermsOfUse" ], "additionalProperties": false }, "data": { "type": "array", "items": { "properties": { "Brand": { "description": "Brand registered by the banking group at https://register.fca.org.uk/", "type": "array", "title": "Brand", "items": { "description": "Brand registered by the banking group at https://register.fca.org.uk/", "type": "object", "properties": { "BrandName": { "description": "Brand Name that an organisation uses to market its products or services to a consumer as registered at https://register.fca.org.uk/", "title": "BrandName", "type": "string", "minLength": 1, "maxLength": 140 }, "BCA": { "description": "BCA means a Business Current Account. ", "type": "array", "title": "BCA", "items": { "description": "BCA means a Business Current Account. ", "type": "object", "properties": { "Name": { "description": "The name of the BCA product used for marketing purposes from a customer perspective. I.e. what the customer would recognise.", "title": "Name", "type": "string", "minLength": 1, "maxLength": 350 }, "Identification": { "description": "The unique ID that has been internally assigned by the financial institution to each of the current account banking products they market to their retail and/or small to medium enterprise (SME) customers.", "title": "Identification", "type": "string", "minLength": 1, "maxLength": 35 }, "Segment": { "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.\n\nRead more: Market Segmentation http://www.investopedia.com/terms/m/marketsegmentation.asp#ixzz4gfEEalTd \nFollow us: Investopedia on Facebook\n\nWith respect to BCA products, they are segmented in relation to different markets that they wish to focus on. ", "title": "Segment", "type": "array", "items": { "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.\n\nRead more: Market Segmentation http://www.investopedia.com/terms/m/marketsegmentation.asp#ixzz4gfEEalTd \nFollow us: Investopedia on Facebook\n\nWith respect to BCA products, they are segmented in relation to different markets that they wish to focus on. ", "type": "string", "enum": [ "ClientAccount", "Standard", "NonCommercial", "Religious", "SectorSpecific", "Startup", "Switcher" ] }, "minItems": 1 }, "BCAMarketingState": { "description": "The marketing state (promotional or regular) of the BCA Product.", "type": "array", "title": "BCAMarketingState", "items": { "description": "The marketing state (promotional or regular) of the BCA Product.", "type": "object", "properties": { "Identification": { "description": "Unique and unambiguous identification of a BCA Product Marketing State.", "title": "Identification", "type": "string", "minLength": 1, "maxLength": 35 }, "PredecessorID": { "description": "Identifies the marketing state that precedes this marketing state", "title": "PredecessorID", "type": "string", "minLength": 1, "maxLength": 35 }, "MarketingState": { "description": "Describes the marketing state (regular or promotional) of the BCA Product", "title": "MarketingState", "type": "string", "enum": [ "Promotional", "Regular" ] }, "FirstMarketedDate": { "description": "Marketing state start date", "title": "FirstMarketedDate", "type": "string", "format": "date" }, "LastMarketedDate": { "description": "Marketing state end date", "title": "LastMarketedDate", "type": "string", "format": "date" }, "StateTenureLength": { "description": "The length/duration of a promotional state", "title": "StateTenureLength", "type": "number", "format": "float" }, "StateTenurePeriod": { "description": "The unit of period (days, weeks, months etc.) of the promotional length", "title": "StateTenurePeriod", "type": "string", "enum": [ "Day", "Half Year", "Month", "Quarter", "Week", "Year" ] }, "Notes": { "description": "Free text for adding details for marketing state", "title": "Notes", "type": "array", "items": { "description": "maxLength 2000 text", "type": "string", "minLength": 1, "maxLength": 2000 } }, "CreditInterest": { "description": "Details about the interest that may be payable to the BCA account holders", "type": "object", "title": "CreditInterest", "properties": { "TierBandSet": { "description": "The group of tiers or bands for which credit interest can be applied.", "type": "array", "title": "TierBandSet", "items": { "description": "The group of tiers or bands for which credit interest can be applied.", "type": "object", "properties": { "TierBandMethod": { "description": "The methodology of how credit interest is charged. It can be:-\n\n1. Banded\nInterest rates are banded. i.e. Increasing rate on whole balance as balance increases.\n\n2. Tiered\nInterest 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\n3. Whole\nThe same interest rate is applied irrespective of the BCA balance", "title": "TierBandMethod", "type": "string", "enum": [ "Banded", "Tiered", "Whole" ] }, "CalculationMethod": { "description": "Methods of calculating interest", "title": "CalculationMethod", "type": "string", "enum": [ "Compound", "SimpleInterest" ] }, "Destination": { "description": "Describes whether accrued interest is payable only to the BCA or to another bank account", "title": "Destination", "type": "string", "enum": [ "PayAway", "SelfCredit" ] }, "Notes": { "description": "Optional additional notes to supplement the Tier Band Set details", "title": "Notes", "type": "array", "items": { "description": "maxLength 2000 text", "type": "string", "minLength": 1, "maxLength": 2000 } }, "TierBand": { "description": "Tier Band Details", "type": "array", "title": "TierBand", "items": { "description": "Tier Band Details", "type": "object", "properties": { "Identification": { "description": "Unique and unambiguous identification of a Tier Band for a BCA.", "title": "Identification", "type": "string", "minLength": 1, "maxLength": 35 }, "TierValueMinimum": { "description": "Minimum deposit value for which the credit interest tier applies.", "title": "TierValueMinimum", "type": "string", "pattern": "^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$" }, "TierValueMaximum": { "description": "Maximum deposit value for which the credit interest tier applies.", "title": "TierValueMaximum", "type": "string", "pattern": "^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$" }, "CalculationFrequency": { "description": "How often is credit interest calculated for the account.", "title": "CalculationFrequency", "type": "string", "enum": [ "Daily", "HalfYearly", "Monthly", "Other", "Quarterly", "PerStatementDate", "Weekly", "Yearly" ] }, "ApplicationFrequency": { "description": "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.", "title": "ApplicationFrequency", "type": "string", "enum": [ "Daily", "HalfYearly", "Monthly", "Other", "Quarterly", "PerStatementDate", "Weekly", "Yearly" ] }, "DepositInterestAppliedCoverage": { "description": "Amount on which Interest applied.", "title": "DepositInterestAppliedCoverage", "type": "string", "enum": [ "Banded", "Tiered", "Whole" ] }, "FixedVariableInterestRateType": { "description": "Type of interest rate, Fixed or Variable", "title": "FixedVariableInterestRateType", "type": "string", "enum": [ "Fixed", "Variable" ] }, "AER": { "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. \n\nRead more: Annual Equivalent Rate (AER) http://www.investopedia.com/terms/a/aer.asp#ixzz4gfR7IO1A", "title": "AER", "type": "string", "pattern": "^(-?\\d{1,3}){1}(\\.\\d{1,4}){0,1}$" }, "BankInterestRateType": { "description": "Interest rate types, other than AER, which financial institutions may use to describe the annual interest rate payble to the BCA.", "title": "BankInterestRateType", "type": "string", "enum": [ "Gross", "Other" ] }, "BankInterestRate": { "description": "Bank Interest for the BCA product", "title": "BankInterestRate", "type": "string", "pattern": "^(-?\\d{1,3}){1}(\\.\\d{1,4}){0,1}$" }, "Notes": { "description": "Optional additional notes to supplement the Tier Band details", "title": "Notes", "type": "array", "items": { "description": "maxLength 2000 text", "type": "string", "minLength": 1, "maxLength": 2000 } }, "OtherBankInterestType": { "description": "Other interest rate types which are not available in the standard code list", "type": "object", "title": "OtherBankInterestType", "properties": { "Code": { "description": "The four letter Mnemonic used within an XML file to identify a code", "title": "Code", "type": "string", "pattern": "[A-Z]{4}" }, "Name": { "description": "Long name associated with the code", "title": "Name", "type": "string", "minLength": 1, "maxLength": 70 }, "Description": { "description": "Description to describe the purpose of the code", "title": "Description", "type": "string", "minLength": 1, "maxLength": 350 } }, "additionalProperties": false, "required": [ "Name", "Description" ] }, "OtherApplicationFrequency": { "description": "Other application frequencies that are not available in the standard code list", "type": "object", "title": "OtherApplicationFrequency", "properties": { "Code": { "description": "The four letter Mnemonic used within an XML file to identify a code", "title": "Code", "type": "string", "pattern": "[A-Z]{4}" }, "Name": { "description": "Long name associated with the code", "title": "Name", "type": "string", "minLength": 1, "maxLength": 70 }, "Description": { "description": "Description to describe the purpose of the code", "title": "Description", "type": "string", "minLength": 1, "maxLength": 350 } }, "additionalProperties": false, "required": [ "Name", "Description" ] }, "OtherCalculationFrequency": { "description": "Other calculation frequency which is not available in the standard code set.", "type": "object", "title": "OtherCalculationFrequency", "properties": { "Code": { "description": "The four letter Mnemonic used within an XML file to identify a code", "title": "Code", "type": "string", "pattern": "[A-Z]{4}" }, "Name": { "description": "Long name associated with the code", "title": "Name", "type": "string", "minLength": 1, "maxLength": 70 }, "Description": { "description": "Description to describe the purpose of the code", "title": "Description", "type": "string", "minLength": 1, "maxLength": 350 } }, "additionalProperties": false, "required": [ "Name", "Description" ] } } }, "additionalProperties": false, "minItems": 1, "required": [ "TierValueMinimum", "CalculationFrequency", "ApplicationFrequency", "FixedVariableInterestRateType", "AER" ] }, "CreditInterestEligibility": { "description": "Eligibility for credit interest", "type": "array", "title": "CreditInterestEligibility", "items": { "description": "Eligibility for credit interest", "type": "object", "properties": { "Name": { "description": "Name provided for the eligibility criteria", "title": "Name", "type": "string", "minLength": 1, "maxLength": 350 }, "Description": { "description": "Full description for the eligibility criteria", "title": "Description", "type": "string", "minLength": 1, "maxLength": 500 }, "Type": { "description": "Eligibility type - method by which we group eligibilities for comparison purposes.", "title": "Type", "type": "string", "enum": [ "AnyBusinessCustomer", "MinimumAnniversary", "ExistingCustomers", "MinimumDeposit", "MinimumTransactions", "NewCustomersOnly", "Other", "SwitchersOnly", "StartUp", "SoleUkAccount", "ThirdSectorOnly" ] }, "Amount": { "description": "Any eligibility criteria where an amount is required to be specified e.g. Minimum Age.", "title": "Amount", "type": "string", "pattern": "^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$" }, "Indicator": { "description": "Any eligibility criteria where an amount is required to be specified e.g. UKResident", "title": "Indicator", "type": "boolean" }, "Textual": { "description": "Any eligibility criteria where a long description is supplied", "title": "Textual", "type": "string", "minLength": 1, "maxLength": 500 }, "Period": { "description": "Period for which the other eligibility criteria applies.", "title": "Period", "type": "string", "enum": [ "Daily", "HalfYearly", "Monthly", "Other", "Quarterly", "PerStatementDate", "Weekly", "Yearly" ] }, "Notes": { "description": "Optional additional notes to supplement the eligibility conditions.", "title": "Notes", "type": "array", "items": { "description": "maxLength 2000 text", "type": "string", "minLength": 1, "maxLength": 2000 } }, "OtherType": { "description": "Non-standard eligibility type code.", "type": "object", "title": "OtherType", "properties": { "Code": { "description": "The four letter Mnemonic used within an XML file to identify a code", "title": "Code", "type": "string", "pattern": "[A-Z]{4}" }, "Name": { "description": "Long name associated with the code", "title": "Name", "type": "string", "minLength": 1, "maxLength": 70 }, "Description": { "description": "Description to describe the purpose of the code", "title": "Description", "type": "string", "minLength": 1, "maxLength": 350 } }, "additionalProperties": false, "required": [ "Name", "Description" ] } } }, "additionalProperties": false, "required": [ "Name", "Type" ] } } }, "additionalProperties": false, "minItems": 1, "required": [ "TierBandMethod", "Destination", "TierBand" ] } }, "additionalProperties": false, "required": [ "TierBandSet" ] }, "Overdraft": { "description": "Borrowing details", "type": "object", "title": "Overdraft", "properties": { "Notes": { "description": "Associated Notes about the overdraft rates", "title": "Notes", "type": "string", "minLength": 1, "maxLength": 2000 }, "TcsAndCsURL": { "description": "URL provided by the financial institution which redirects to the BCA Overdraft T&Cs on an external website", "title": "TcsAndCsURL", "type": "string", "minLength": 1, "maxLength": 500 }, "OverdraftTierBandSet": { "description": "Tier band set details", "type": "array", "title": "OverdraftTierBandSet", "items": { "description": "Tier band set details", "type": "object", "properties": { "TierBandMethod": { "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.", "title": "TierBandMethod", "type": "string", "enum": [ "Banded", "Tiered", "Whole" ] }, "OverdraftType": { "description": "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.", "title": "OverdraftType", "type": "string", "enum": [ "Committed", "OnDemand" ] }, "Identification": { "description": "Unique and unambiguous identification of a Tier Band for a overdraft product.", "title": "Identification", "type": "string", "minLength": 1, "maxLength": 35 }, "AuthorisedIndicator": { "description": "Indicates if the Overdraft is authorised or unauthorised", "title": "AuthorisedIndicator", "type": "boolean" }, "BufferAmount": { "description": "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.", "title": "BufferAmount", "type": "string", "pattern": "^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$" }, "Notes": { "description": "Optional additional notes to supplement the overdraft Tier Band Set details", "title": "Notes", "type": "array", "items": { "description": "maxLength 2000 text", "type": "string", "minLength": 1, "maxLength": 2000 } }, "OverdraftTierBand": { "description": "Provides overdraft details for a specific tier or band", "type": "array", "title": "OverdraftTierBand", "items": { "description": "Provides overdraft details for a specific tier or band", "type": "object", "properties": { "Identification": { "description": "Unique and unambiguous identification of a Tier Band for a overdraft.", "title": "Identification", "type": "string", "minLength": 1, "maxLength": 35 }, "TierValueMin": { "description": "Minimum value of Overdraft Tier/Band", "title": "TierValueMin", "type": "string", "pattern": "^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$" }, "TierValueMax": { "description": "Maximum value of Overdraft Tier/Band", "title": "TierValueMax", "type": "string", "pattern": "^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$" }, "EAR": { "description": "EAR means Effective Annual Rate and/or Equivalent Annual Rate (frequently\nused interchangeably), being the actual annual interest rate of an Overdraft.", "title": "EAR", "type": "string", "pattern": "^(-?\\d{1,3}){1}(\\.\\d{1,4}){0,1}$" }, "AgreementLengthMin": { "description": "Specifies the minimum length of a band for a fixed overdraft agreement", "title": "AgreementLengthMin", "type": "number", "format": "float" }, "AgreementLengthMax": { "description": "Specifies the maximum length of a band for a fixed overdraft agreement", "title": "AgreementLengthMax", "type": "number", "format": "float" }, "AgreementPeriod": { "description": "Specifies the period of a fixed length overdraft agreement", "title": "AgreementPeriod", "type": "string", "enum": [ "Day", "Half Year", "Month", "Quarter", "Week", "Year" ] }, "OverdraftInterestChargingCoverage": { "description": "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’.", "title": "OverdraftInterestChargingCoverage", "type": "string", "enum": [ "Banded", "Tiered", "Whole" ] }, "BankGuaranteedIndicator": { "description": "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.", "title": "BankGuaranteedIndicator", "type": "boolean" }, "Notes": { "description": "Optional additional notes to supplement the Tier/band details", "title": "Notes", "type": "array", "items": { "description": "maxLength 2000 text", "type": "string", "minLength": 1, "maxLength": 2000 } }, "OverdraftFeesCharges": { "description": "Overdraft fees and charges", "type": "array", "title": "OverdraftFeesCharges", "items": { "description": "Overdraft fees and charges", "type": "object", "properties": { "OverdraftFeeChargeCap": { "description": "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.", "type": "array", "title": "OverdraftFeeChargeCap", "items": { "description": "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.", "type": "object", "properties": { "FeeType": { "description": "Fee/charge type which is being capped", "title": "FeeType", "type": "array", "items": { "description": "Overdraft fee type", "type": "string", "enum": [ "ArrangedOverdraft", "AnnualReview", "EmergencyBorrowing", "BorrowingItem", "OverdraftRenewal", "OverdraftSetup", "Surcharge", "TempOverdraft", "UnauthorisedBorrowing", "UnauthorisedPaidTrans", "UnauthorisedUnpaidTrans" ] }, "minItems": 1 }, "MinMaxType": { "description": "Min Max type", "title": "MinMaxType", "type": "string", "enum": [ "Minimum", "Maximum" ] }, "FeeCapOccurrence": { "description": "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.", "title": "FeeCapOccurrence", "type": "number", "format": "float" }, "FeeCapAmount": { "description": "Cap amount charged for a fee/charge", "title": "FeeCapAmount", "type": "string", "pattern": "^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$" }, "CappingPeriod": { "description": "Period e.g. day, week, month etc. for which the fee/charge is capped", "title": "CappingPeriod", "type": "string", "enum": [ "Day", "Half Year", "Month", "Quarter", "Week", "Year" ] }, "Notes": { "description": "Notes related to Overdraft fee charge cap", "title": "Notes", "type": "array", "items": { "description": "maxLength 2000 text", "type": "string", "minLength": 1, "maxLength": 2000 } }, "OtherFeeType": { "description": "Other fee type code which is not available in the standard code set", "type": "array", "title": "OtherFeeType", "items": { "description": "Other fee type code which is not available in the standard code set", "type": "object", "properties": { "Code": { "description": "The four letter Mnemonic used within an XML file to identify a code", "title": "Code", "type": "string", "pattern": "[A-Z]{4}" }, "Name": { "description": "Long name associated with the code", "title": "Name", "type": "string", "minLength": 1, "maxLength": 70 }, "Description": { "description": "Description to describe the purpose of the code", "title": "Description", "type": "string", "minLength": 1, "maxLength": 350 } } }, "additionalProperties": false, "required": [ "Name", "Description" ] } } }, "additionalProperties": false, "required": [ "FeeType", "MinMaxType" ] }, "OverdraftFeeChargeDetail": { "description": "Details about the fees/charges", "type": "array", "title": "OverdraftFeeChargeDetail", "items": { "description": "Details about the fees/charges", "type": "object", "properties": { "FeeType": { "description": "Overdraft fee type", "title": "FeeType", "type": "string", "enum": [ "ArrangedOverdraft", "AnnualReview", "EmergencyBorrowing", "BorrowingItem", "OverdraftRenewal", "OverdraftSetup", "Surcharge", "TempOverdraft", "UnauthorisedBorrowing", "UnauthorisedPaidTrans", "UnauthorisedUnpaidTrans" ] }, "NegotiableIndicator": { "description": "Indicates whether fee and charges are negotiable", "title": "NegotiableIndicator", "type": "boolean" }, "OverdraftControlIndicator": { "description": "Indicates if the fee/charge is already covered by an 'Overdraft Control' fee or not.", "title": "OverdraftControlIndicator", "type": "boolean" }, "FeeAmount": { "description": "Amount charged for an overdraft fee/charge (where it is charged in terms of an amount rather than a rate)", "title": "FeeAmount", "type": "string", "pattern": "^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$" }, "FeeRate": { "description": "Rate charged for overdraft fee/charge (where it is charged in terms of a rate rather than an amount)", "title": "FeeRate", "type": "string", "pattern": "^(-?\\d{1,3}){1}(\\.\\d{1,4}){0,1}$" }, "FeeRateType": { "description": "Rate type for overdraft fee/charge (where it is charged in terms of a rate rather than an amount)", "title": "FeeRateType", "type": "string", "enum": [ "Gross", "Other" ] }, "ApplicationFrequency": { "description": "Frequency at which the overdraft charge is applied to the account", "title": "ApplicationFrequency", "type": "string", "enum": [ "OnClosing", "OnOpening", "ChargingPeriod", "Daily", "PerItem", "Monthly", "OnAnniversary", "Other", "PerHundredPounds", "PerHour", "PerOccurrence", "PerSheet", "PerTransaction", "PerTransactionAmount", "PerTransactionPercentage", "Quarterly", "SixMonthly", "StatementMonthly", "Weekly", "Yearly" ] }, "CalculationFrequency": { "description": "How often is the overdraft fee/charge calculated for the account.", "title": "CalculationFrequency", "type": "string", "enum": [ "OnClosing", "OnOpening", "ChargingPeriod", "Daily", "PerItem", "Monthly", "OnAnniversary", "Other", "PerHundredPounds", "PerHour", "PerOccurrence", "PerSheet", "PerTransaction", "PerTransactionAmount", "PerTransactionPercentage", "Quarterly", "SixMonthly", "StatementMonthly", "Weekly", "Yearly" ] }, "Notes": { "description": "Free text for capturing any other info related to Overdraft Fees Charge Details", "title": "Notes", "type": "array", "items": { "description": "maxLength 2000 text", "type": "string", "minLength": 1, "maxLength": 2000 } }, "OtherFeeType": { "description": "Other Fee type which is not available in the standard code set", "type": "object", "title": "OtherFeeType", "properties": { "Code": { "description": "The four letter Mnemonic used within an XML file to identify a code", "title": "Code", "type": "string", "pattern": "[A-Z]{4}" }, "Name": { "description": "Long name associated with the code", "title": "Name", "type": "string", "minLength": 1, "maxLength": 70 }, "Description": { "description": "Description to describe the purpose of the code", "title": "Description", "type": "string", "minLength": 1, "maxLength": 350 } }, "additionalProperties": false, "required": [ "Name", "Description" ] }, "OtherFeeRateType": { "description": "Other fee rate type code which is not available in the standard code set", "type": "object", "title": "OtherFeeRateType", "properties": { "Code": { "description": "The four letter Mnemonic used within an XML file to identify a code", "title": "Code", "type": "string", "pattern": "[A-Z]{4}" }, "Name": { "description": "Long name associated with the code", "title": "Name", "type": "string", "minLength": 1, "maxLength": 70 }, "Description": { "description": "Description to describe the purpose of the code", "title": "Description", "type": "string", "minLength": 1, "maxLength": 350 } }, "additionalProperties": false, "required": [ "Name", "Description" ] }, "OtherApplicationFrequency": { "description": "Other application frequencies that are not available in the standard code list", "type": "object", "title": "OtherApplicationFrequency", "properties": { "Code": { "description": "The four letter Mnemonic used within an XML file to identify a code", "title": "Code", "type": "string", "pattern": "[A-Z]{4}" }, "Name": { "description": "Long name associated with the code", "title": "Name", "type": "string", "minLength": 1, "maxLength": 70 }, "Description": { "description": "Description to describe the purpose of the code", "title": "Description", "type": "string", "minLength": 1, "maxLength": 350 } }, "additionalProperties": false, "required": [ "Name", "Description" ] }, "OtherCalculationFrequency": { "description": "Other calculation frequency which is not available in the standard code set.", "type": "object", "title": "OtherCalculationFrequency", "properties": { "Code": { "description": "The four letter Mnemonic used within an XML file to identify a code", "title": "Code", "type": "string", "pattern": "[A-Z]{4}" }, "Name": { "description": "Long name associated with the code", "title": "Name", "type": "string", "minLength": 1, "maxLength": 70 }, "Description": { "description": "Description to describe the purpose of the code", "title": "Description", "type": "string", "minLength": 1, "maxLength": 350 } }, "additionalProperties": false, "required": [ "Name", "Description" ] } } }, "additionalProperties": false, "minItems": 1, "required": [ "FeeType", "ApplicationFrequency", "CalculationFrequency" ] } } }, "additionalProperties": false, "required": [ "OverdraftFeeChargeDetail" ] } } }, "additionalProperties": false, "minItems": 1, "required": [ "TierValueMin" ] }, "OverdraftFeesCharges": { "description": "Overdraft fees and charges details", "type": "array", "title": "OverdraftFeesCharges", "items": { "description": "Overdraft fees and charges details", "type": "object", "properties": { "OverdraftFeeChargeCap": { "description": "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.", "type": "array", "title": "OverdraftFeeChargeCap", "items": { "description": "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.", "type": "object", "properties": { "FeeType": { "description": "Fee/charge type which is being capped", "title": "FeeType", "type": "array", "items": { "description": "Overdraft fee type", "type": "string", "enum": [ "ArrangedOverdraft", "AnnualReview", "EmergencyBorrowing", "BorrowingItem", "OverdraftRenewal", "OverdraftSetup", "Surcharge", "TempOverdraft", "UnauthorisedBorrowing", "UnauthorisedPaidTrans", "UnauthorisedUnpaidTrans" ] }, "minItems": 1 }, "MinMaxType": { "description": "Min Max type", "title": "MinMaxType", "type": "string", "enum": [ "Minimum", "Maximum" ] }, "FeeCapOccurrence": { "description": "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.", "title": "FeeCapOccurrence", "type": "number", "format": "float" }, "FeeCapAmount": { "description": "Cap amount charged for a fee/charge", "title": "FeeCapAmount", "type": "string", "pattern": "^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$" }, "CappingPeriod": { "description": "Period e.g. day, week, month etc. for which the fee/charge is capped", "title": "CappingPeriod", "type": "string", "enum": [ "Day", "Half Year", "Month", "Quarter", "Week", "Year" ] }, "Notes": { "description": "Notes related to Overdraft fee charge cap", "title": "Notes", "type": "array", "items": { "description": "maxLength 2000 text", "type": "string", "minLength": 1, "maxLength": 2000 } }, "OtherFeeType": { "description": "Other fee type code which is not available in the standard code set", "type": "array", "title": "OtherFeeType", "items": { "description": "Other fee type code which is not available in the standard code set", "type": "object", "properties": { "Code": { "description": "The four letter Mnemonic used within an XML file to identify a code", "title": "Code", "type": "string", "pattern": "[A-Z]{4}" }, "Name": { "description": "Long name associated with the code", "title": "Name", "type": "string", "minLength": 1, "maxLength": 70 }, "Description": { "description": "Description to describe the purpose of the code", "title": "Description", "type": "string", "minLength": 1, "maxLength": 350 } } }, "additionalProperties": false, "required": [ "Name", "Description" ] } } }, "additionalProperties": false, "required": [ "FeeType", "MinMaxType" ] }, "OverdraftFeeChargeDetail": { "description": "Details about the fees/charges", "type": "array", "title": "OverdraftFeeChargeDetail", "items": { "description": "Details about the fees/charges", "type": "object", "properties": { "FeeType": { "description": "Overdraft fee type", "title": "FeeType", "type": "string", "enum": [ "ArrangedOverdraft", "AnnualReview", "EmergencyBorrowing", "BorrowingItem", "OverdraftRenewal", "OverdraftSetup", "Surcharge", "TempOverdraft", "UnauthorisedBorrowing", "UnauthorisedPaidTrans", "UnauthorisedUnpaidTrans" ] }, "NegotiableIndicator": { "description": "Indicates whether fee and charges are negotiable", "title": "NegotiableIndicator", "type": "boolean" }, "OverdraftControlIndicator": { "description": "Indicates if the fee/charge is already covered by an 'Overdraft Control' fee or not.", "title": "OverdraftControlIndicator", "type": "boolean" }, "FeeAmount": { "description": "Amount charged for an overdraft fee/charge (where it is charged in terms of an amount rather than a rate)", "title": "FeeAmount", "type": "string", "pattern": "^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$" }, "FeeRate": { "description": "Rate charged for overdraft fee/charge (where it is charged in terms of a rate rather than an amount)", "title": "FeeRate", "type": "string", "pattern": "^(-?\\d{1,3}){1}(\\.\\d{1,4}){0,1}$" }, "FeeRateType": { "description": "Rate type for overdraft fee/charge (where it is charged in terms of a rate rather than an amount)", "title": "FeeRateType", "type": "string", "enum": [ "Gross", "Other" ] }, "ApplicationFrequency": { "description": "Frequency at which the overdraft charge is applied to the account", "title": "ApplicationFrequency", "type": "string", "enum": [ "OnClosing", "OnOpening", "ChargingPeriod", "Daily", "PerItem", "Monthly", "OnAnniversary", "Other", "PerHundredPounds", "PerHour", "PerOccurrence", "PerSheet", "PerTransaction", "PerTransactionAmount", "PerTransactionPercentage", "Quarterly", "SixMonthly", "StatementMonthly", "Weekly", "Yearly" ] }, "CalculationFrequency": { "description": "How often is the overdraft fee/charge calculated for the account.", "title": "CalculationFrequency", "type": "string", "enum": [ "OnClosing", "OnOpening", "ChargingPeriod", "Daily", "PerItem", "Monthly", "OnAnniversary", "Other", "PerHundredPounds", "PerHour", "PerOccurrence", "PerSheet", "PerTransaction", "PerTransactionAmount", "PerTransactionPercentage", "Quarterly", "SixMonthly", "StatementMonthly", "Weekly", "Yearly" ] }, "Notes": { "description": "Free text for capturing any other info related to Overdraft Fees Charge Details", "title": "Notes", "type": "array", "items": { "description": "maxLength 2000 text", "type": "string", "minLength": 1, "maxLength": 2000 } }, "OtherFeeType": { "description": "Other Fee type which is not available in the standard code set", "type": "object", "title": "OtherFeeType", "properties": { "Code": { "description": "The four letter Mnemonic used within an XML file to identify a code", "title": "Code", "type": "string", "pattern": "[A-Z]{4}" }, "Name": { "description": "Long name associated with the code", "title": "Name", "type": "string", "minLength": 1, "maxLength": 70 }, "Description": { "description": "Description to describe the purpose of the code", "title": "Description", "type": "string", "minLength": 1, "maxLength": 350 } }, "additionalProperties": false, "required": [ "Name", "Description" ] }, "OtherFeeRateType": { "description": "Other fee rate type code which is not available in the standard code set", "type": "object", "title": "OtherFeeRateType", "properties": { "Code": { "description": "The four letter Mnemonic used within an XML file to identify a code", "title": "Code", "type": "string", "pattern": "[A-Z]{4}" }, "Name": { "description": "Long name associated with the code", "title": "Name", "type": "string", "minLength": 1, "maxLength": 70 }, "Description": { "description": "Description to describe the purpose of the code", "title": "Description", "type": "string", "minLength": 1, "maxLength": 350 } }, "additionalProperties": false, "required": [ "Name", "Description" ] }, "OtherApplicationFrequency": { "description": "Other application frequencies that are not available in the standard code list", "type": "object", "title": "OtherApplicationFrequency", "properties": { "Code": { "description": "The four letter Mnemonic used within an XML file to identify a code", "title": "Code", "type": "string", "pattern": "[A-Z]{4}" }, "Name": { "description": "Long name associated with the code", "title": "Name", "type": "string", "minLength": 1, "maxLength": 70 }, "Description": { "description": "Description to describe the purpose of the code", "title": "Description", "type": "string", "minLength": 1, "maxLength": 350 } }, "additionalProperties": false, "required": [ "Name", "Description" ] }, "OtherCalculationFrequency": { "description": "Other calculation frequency which is not available in the standard code set.", "type": "object", "title": "OtherCalculationFrequency", "properties": { "Code": { "description": "The four letter Mnemonic used within an XML file to identify a code", "title": "Code", "type": "string", "pattern": "[A-Z]{4}" }, "Name": { "description": "Long name associated with the code", "title": "Name", "type": "string", "minLength": 1, "maxLength": 70 }, "Description": { "description": "Description to describe the purpose of the code", "title": "Description", "type": "string", "minLength": 1, "maxLength": 350 } }, "additionalProperties": false, "required": [ "Name", "Description" ] } } }, "additionalProperties": false, "minItems": 1, "required": [ "FeeType", "ApplicationFrequency", "CalculationFrequency" ] } } }, "additionalProperties": false, "required": [ "OverdraftFeeChargeDetail" ] } } }, "additionalProperties": false, "minItems": 1, "required": [ "TierBandMethod", "OverdraftTierBand" ] } }, "additionalProperties": false, "required": [ "OverdraftTierBandSet" ] }, "Eligibility": { "description": "Eligibility details for this product i.e. the criteria that an accountholder has to meet in order to be eligible for the BCA product.", "type": "object", "title": "Eligibility", "properties": { "OtherEligibility": { "description": "Other eligibility which is not covered by the main eligibility of the BCA product", "type": "array", "title": "OtherEligibility", "items": { "description": "Other eligibility which is not covered by the main eligibility of the BCA product", "type": "object", "properties": { "Name": { "description": "Name provided for the eligibility criteria", "title": "Name", "type": "string", "minLength": 1, "maxLength": 350 }, "Description": { "description": "Full description for the eligibility criteria", "title": "Description", "type": "string", "minLength": 1, "maxLength": 500 }, "Type": { "description": "Eligibility type - method by which we group eligibilities for comparison purposes.", "title": "Type", "type": "string", "enum": [ "AnyBusinessCustomer", "MinimumAnniversary", "ExistingCustomers", "MinimumDeposit", "MinimumTransactions", "NewCustomersOnly", "Other", "SwitchersOnly", "StartUp", "SoleUkAccount", "ThirdSectorOnly" ] }, "Amount": { "description": "Any eligibility criteria where an amount is required to be specified e.g. Minimum Age.", "title": "Amount", "type": "string", "pattern": "^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$" }, "Indicator": { "description": "Any eligibility criteria where an amount is required to be specified e.g. UKResident", "title": "Indicator", "type": "boolean" }, "Textual": { "description": "Any eligibility criteria where a long description is supplied", "title": "Textual", "type": "string", "minLength": 1, "maxLength": 500 }, "Period": { "description": "Period for which the other eligibility criteria applies.", "title": "Period", "type": "string", "enum": [ "Daily", "HalfYearly", "Monthly", "Other", "Quarterly", "PerStatementDate", "Weekly", "Yearly" ] }, "Notes": { "description": "Optional additional notes to supplement the eligibility conditions.", "title": "Notes", "type": "array", "items": { "description": "maxLength 2000 text", "type": "string", "minLength": 1, "maxLength": 2000 } }, "OtherType": { "description": "Non-standard eligibility type code.", "type": "object", "title": "OtherType", "properties": { "Code": { "description": "The four letter Mnemonic used within an XML file to identify a code", "title": "Code", "type": "string", "pattern": "[A-Z]{4}" }, "Name": { "description": "Long name associated with the code", "title": "Name", "type": "string", "minLength": 1, "maxLength": 70 }, "Description": { "description": "Description to describe the purpose of the code", "title": "Description", "type": "string", "minLength": 1, "maxLength": 350 } }, "additionalProperties": false, "required": [ "Name", "Description" ] } } }, "additionalProperties": false, "required": [ "Name", "Type" ] }, "AgeEligibility": { "description": "Age eligibility for BCA product", "type": "object", "title": "AgeEligibility", "properties": { "MinimumAge": { "description": "Minimum age that a person is eligible to hold this account", "title": "MinimumAge", "type": "number", "format": "float" }, "MaximumAge": { "description": "Maximum age that a person is eligible to hold this account", "title": "MaximumAge", "type": "number", "format": "float" }, "Notes": { "description": "Optional additional notes to supplement the AgeEligibility details", "title": "Notes", "type": "array", "items": { "description": "maxLength 2000 text", "type": "string", "minLength": 1, "maxLength": 2000 } } }, "additionalProperties": false }, "ResidencyEligibility": { "description": "Countries in which an accountholder can reside and, therefore, be eligible to open an account", "type": "array", "title": "ResidencyEligibility", "items": { "description": "Countries in which an accountholder can reside and, therefore, be eligible to open an account", "type": "object", "properties": { "ResidencyType": { "description": "Residency type like Tax residency, Owner residency etc.", "title": "ResidencyType", "type": "string", "enum": [ "Incorporated", "Owner", "Other", "Trading", "CompanyTax" ] }, "ResidencyIncluded": { "description": "Country code for which BCA product is allowed.", "title": "ResidencyIncluded", "type": "array", "items": { "description": "CodeMnemonic", "type": "string", "pattern": "[A-Z]{4}" }, "minItems": 1 }, "Notes": { "description": "Optional additional notes to supplement the ResidencyEligibility details", "title": "Notes", "type": "array", "items": { "description": "maxLength 2000 text", "type": "string", "minLength": 1, "maxLength": 2000 } }, "OtherResidencyType": { "description": "Other residency type which is not available in standard code list.", "type": "object", "title": "OtherResidencyType", "properties": { "Code": { "description": "The four letter Mnemonic used within an XML file to identify a code", "title": "Code", "type": "string", "pattern": "[A-Z]{4}" }, "Name": { "description": "Long name associated with the code", "title": "Name", "type": "string", "minLength": 1, "maxLength": 70 }, "Description": { "description": "Description to describe the purpose of the code", "title": "Description", "type": "string", "minLength": 1, "maxLength": 350 } }, "additionalProperties": false, "required": [ "Name", "Description" ] } } }, "additionalProperties": false, "required": [ "ResidencyIncluded" ] }, "TradingHistoryEligibility": { "description": "Describes the trading history requirements to access the BCA product.", "type": "array", "title": "TradingHistoryEligibility", "items": { "description": "Describes the trading history requirements to access the BCA product.", "type": "object", "properties": { "TradingType": { "description": "Trading type eligibility for the BCA product ", "title": "TradingType", "type": "string", "enum": [ "AnnualReturns", "PreviousCCJSAllowed", "GoodTradingHistory", "Other", "PreviousBankruptcyAllowed", "TradingLength", "Turnover" ] }, "MinMaxType": { "description": "Min Max type", "title": "MinMaxType", "type": "string", "enum": [ "Minimum", "Maximum" ] }, "Amount": { "description": "Amount indicating the min max type", "title": "Amount", "type": "string", "pattern": "^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$" }, "Indicator": { "description": "Any eligibility criteria where an amount is required to be specified e.g. PreviousCCJS", "title": "Indicator", "type": "boolean" }, "Textual": { "description": "Any eligibility criteria where a long description is supplied", "title": "Textual", "type": "string", "minLength": 1, "maxLength": 500 }, "Period": { "description": "The unit of period (days, weeks, months etc.) ", "title": "Period", "type": "string", "enum": [ "Day", "Half Year", "Month", "Quarter", "Week", "Year" ] }, "Notes": { "description": "Optional additional notes to supplement the TradingHistoryEligibility details", "title": "Notes", "type": "array", "items": { "description": "maxLength 2000 text", "type": "string", "minLength": 1, "maxLength": 2000 } }, "OtherTradingType": { "description": "Other trading type which is not exist in standard code list", "type": "object", "title": "OtherTradingType", "properties": { "Code": { "description": "The four letter Mnemonic used within an XML file to identify a code", "title": "Code", "type": "string", "pattern": "[A-Z]{4}" }, "Name": { "description": "Long name associated with the code", "title": "Name", "type": "string", "minLength": 1, "maxLength": 70 }, "Description": { "description": "Description to describe the purpose of the code", "title": "Description", "type": "string", "minLength": 1, "maxLength": 350 } }, "additionalProperties": false, "required": [ "Name", "Description" ] } } }, "additionalProperties": false }, "LegalStructureEligibility": { "description": "Legal structure eligibility requirement to access the BCA product.", "type": "array", "title": "LegalStructureEligibility", "items": { "description": "Legal structure eligibility requirement to access the BCA product.", "type": "object", "properties": { "LegalStructure": { "description": "Defines the legal structure of the business to access the BCA product.", "title": "LegalStructure", "type": "string", "enum": [ "CIO", "ClubSociety", "Charity", "Ltd", "LBG", "LLP", "Other", "Partnership", "SoleTrader", "Trust" ] }, "Notes": { "description": "Optional additional notes to supplement the LegalStructureEligibility details", "title": "Notes", "type": "array", "items": { "description": "maxLength 2000 text", "type": "string", "minLength": 1, "maxLength": 2000 } }, "OtherLegalStructure": { "description": "Other legal structure code of the business which is not present in the standard list", "type": "object", "title": "OtherLegalStructure", "properties": { "Code": { "description": "The four letter Mnemonic used within an XML file to identify a code", "title": "Code", "type": "string", "pattern": "[A-Z]{4}" }, "Name": { "description": "Long name associated with the code", "title": "Name", "type": "string", "minLength": 1, "maxLength": 70 }, "Description": { "description": "Description to describe the purpose of the code", "title": "Description", "type": "string", "minLength": 1, "maxLength": 350 } }, "additionalProperties": false, "required": [ "Name", "Description" ] } } }, "additionalProperties": false }, "OfficerEligibility": { "description": "Describes the requirement of the officers(owner, partner, directors) to access the BCA product.", "type": "array", "title": "OfficerEligibility", "items": { "description": "Describes the requirement of the officers(owner, partner, directors) to access the BCA product.", "type": "object", "properties": { "OfficerType": { "description": "Defines the types of officers eligibile for the BCA product. Examples are Directors, Owners etc.", "title": "OfficerType", "type": "string", "enum": [ "Director", "Owner", "Other", "Partner" ] }, "MinAmount": { "description": "Minimum amount of officers (for a particular officer type) required to the BCA product", "title": "MinAmount", "type": "integer", "format": "int32" }, "MaxAmount": { "description": "Maximum amount of officers (for a particular officer type) required to the BCA product", "title": "MaxAmount", "type": "integer", "format": "int32" }, "Notes": { "description": "Optional additional notes to supplement the OfficerEligibility details", "title": "Notes", "type": "array", "items": { "description": "maxLength 2000 text", "type": "string", "minLength": 1, "maxLength": 2000 } }, "OtherOfficerType": { "description": "Other Officer Type which is not available in the standard code list.", "type": "object", "title": "OtherOfficerType", "properties": { "Code": { "description": "The four letter Mnemonic used within an XML file to identify a code", "title": "Code", "type": "string", "pattern": "[A-Z]{4}" }, "Name": { "description": "Long name associated with the code", "title": "Name", "type": "string", "minLength": 1, "maxLength": 70 }, "Description": { "description": "Description to describe the purpose of the code", "title": "Description", "type": "string", "minLength": 1, "maxLength": 350 } }, "additionalProperties": false, "required": [ "Name", "Description" ] } } }, "additionalProperties": false }, "IDEligibility": { "description": "Identity verification criteria that the account holder will need to meet to take out the BCA product", "type": "object", "title": "IDEligibility", "properties": { "URL": { "description": "URL to identity verification document list which is required for obtaining the product.", "title": "URL", "type": "string", "minLength": 1, "maxLength": 500 }, "Notes": { "description": "Optional additional notes to supplement the ID Verification details", "title": "Notes", "type": "array", "items": { "description": "maxLength 2000 text", "type": "string", "minLength": 1, "maxLength": 2000 } } }, "additionalProperties": false }, "CreditCheckEligibility": { "description": "Credit check criteria that the account holder will need to meet to take out the BCA product", "type": "object", "title": "CreditCheckEligibility", "properties": { "ScoringType": { "description": "Opening Credit Scoring Type (Hard or Soft)", "title": "ScoringType", "type": "string", "enum": [ "Hard", "Soft" ] }, "Notes": { "description": "Optional additional notes to supplement the CreditCheck details", "title": "Notes", "type": "array", "items": { "description": "maxLength 2000 text", "type": "string", "minLength": 1, "maxLength": 2000 } } }, "additionalProperties": false }, "IndustryEligibility": { "description": "Industry Eligibility that the account holder will need to meet to take out the BCA product", "type": "object", "title": "IndustryEligibility", "properties": { "SICCode": { "description": "UK Standard Industry Code of the business eligible to access the BCA product. Ref http://resources.companieshouse.gov.uk/sic/", "title": "SICCode", "type": "array", "items": { "description": "maxLength 5 text", "type": "string", "minLength": 1, "maxLength": 5 }, "minItems": 1 }, "Notes": { "description": "Optional additional notes to supplement the IndustryEligibility details", "title": "Notes", "type": "array", "items": { "description": "maxLength 2000 text", "type": "string", "minLength": 1, "maxLength": 2000 } }, "OtherSICCode": { "type": "object", "title": "OtherSICCode", "properties": { "Code": { "description": "The four letter Mnemonic used within an XML file to identify a code", "title": "Code", "type": "string", "pattern": "[A-Z]{4}" }, "Name": { "description": "Long name associated with the code", "title": "Name", "type": "string", "minLength": 1, "maxLength": 70 }, "Description": { "description": "Description to describe the purpose of the code", "title": "Description", "type": "string", "minLength": 1, "maxLength": 350 } }, "additionalProperties": false, "required": [ "Name", "Description" ] } }, "additionalProperties": false, "required": [ "SICCode" ] } }, "additionalProperties": false }, "FeaturesAndBenefits": { "description": "Feature And Benefits Details", "type": "object", "title": "FeaturesAndBenefits", "properties": { "FeatureBenefitGroup": { "description": "FeatureBenefitGroup can be used to group features & benefits in to packages (which may be chargeable at the group level). E.g. Barclays Student Account allows you to purchase extra benefits packages", "type": "array", "title": "FeatureBenefitGroup", "items": { "description": "FeatureBenefitGroup can be used to group features & benefits in to packages (which may be chargeable at the group level). E.g. Barclays Student Account allows you to purchase extra benefits packages", "type": "object", "properties": { "Name": { "description": "Feature/Benefit Name", "title": "Name", "type": "string", "minLength": 1, "maxLength": 350 }, "Type": { "description": "Common types of features & benefits", "title": "Type", "type": "string", "enum": [ "AccountManagement", "AccountOpeningOrSwitchingIncentive", "Cashback", "InternationalPaymentsSupport", "Other", "PreferentialRates", "RelationshipManager", "Rewards", "SecureCash" ] }, "BenefitGroupNominalValue": { "description": "BenefitGroupNominalValue is to allow banks to state what they feel their benefit package is worth ", "title": "BenefitGroupNominalValue", "type": "string", "pattern": "^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$" }, "Fee": { "description": "Amount that is charged to the customer for a pack of features/benefits", "title": "Fee", "type": "string", "pattern": "^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$" }, "ApplicationFrequency": { "description": "How frequently is the charge for the feature/benefit group applied to the customer account", "title": "ApplicationFrequency", "type": "string", "enum": [ "Daily", "HalfYearly", "Monthly", "Other", "Quarterly", "PerStatementDate", "Weekly", "Yearly" ] }, "CalculationFrequency": { "description": "How frequently is the charge for the feature/benefit group calculated for the customer account", "title": "CalculationFrequency", "type": "string", "enum": [ "Daily", "HalfYearly", "Monthly", "Other", "Quarterly", "PerStatementDate", "Weekly", "Yearly" ] }, "Notes": { "description": "Optional additional notes to supplement the Feature Benefit Group details", "title": "Notes", "type": "array", "items": { "description": "maxLength 2000 text", "type": "string", "minLength": 1, "maxLength": 2000 } }, "OtherType": { "description": "Any other types of features & benefits which is not available in the standard code list.", "type": "object", "title": "OtherType", "properties": { "Code": { "description": "The four letter Mnemonic used within an XML file to identify a code", "title": "Code", "type": "string", "pattern": "[A-Z]{4}" }, "Name": { "description": "Long name associated with the code", "title": "Name", "type": "string", "minLength": 1, "maxLength": 70 }, "Description": { "description": "Description to describe the purpose of the code", "title": "Description", "type": "string", "minLength": 1, "maxLength": 350 } }, "additionalProperties": false, "required": [ "Name", "Description" ] }, "OtherApplicationFrequency": { "description": "Other application frequency which is not available in the standard code set", "type": "object", "title": "OtherApplicationFrequency", "properties": { "Code": { "description": "The four letter Mnemonic used within an XML file to identify a code", "title": "Code", "type": "string", "pattern": "[A-Z]{4}" }, "Name": { "description": "Long name associated with the code", "title": "Name", "type": "string", "minLength": 1, "maxLength": 70 }, "Description": { "description": "Description to describe the purpose of the code", "title": "Description", "type": "string", "minLength": 1, "maxLength": 350 } }, "additionalProperties": false, "required": [ "Name", "Description" ] }, "OtherCalculationFrequency": { "description": "Other calculation frequency which is not available in the standard code set", "type": "object", "title": "OtherCalculationFrequency", "properties": { "Code": { "description": "The four letter Mnemonic used within an XML file to identify a code", "title": "Code", "type": "string", "pattern": "[A-Z]{4}" }, "Name": { "description": "Long name associated with the code", "title": "Name", "type": "string", "minLength": 1, "maxLength": 70 }, "Description": { "description": "Description to describe the purpose of the code", "title": "Description", "type": "string", "minLength": 1, "maxLength": 350 } }, "additionalProperties": false, "required": [ "Name", "Description" ] }, "FeatureBenefitItem": { "description": "Detailed features or benefits which may or may not be a part of a feature/benefit group/pack", "type": "array", "title": "FeatureBenefitItem", "items": { "description": "Detailed features or benefits which may or may not be a part of a feature/benefit group/pack", "type": "object", "properties": { "Identification": { "description": "Unique and unambiguous identification of a Feature and Benefit Item.", "title": "Identification", "type": "string", "minLength": 1, "maxLength": 35 }, "Type": { "description": "Feature and Benefit type", "title": "Type", "type": "string", "enum": [ "AccountManagement", "AccountOpeningOrSwitchingIncentive", "Cashback", "InternationalPaymentsSupport", "Other", "PreferentialRates", "RelationshipManager", "Rewards", "SecureCash" ] }, "Name": { "description": "Name which can be attached to the feature/benefit", "title": "Name", "type": "string", "minLength": 1, "maxLength": 350 }, "Amount": { "description": "Amount associated to the feature/benefit where applicable e.g. 200 Pounds worth of travel insurance", "title": "Amount", "type": "string", "pattern": "^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$" }, "Indicator": { "description": "True/False indicator for a particular feature/benefit e.g. Interest Free Overdraft?", "title": "Indicator", "type": "boolean" }, "Textual": { "description": "Provides textual information about a feature/benefit e.g. 10% off cinema tickets on Tuesday nights", "title": "Textual", "type": "string", "minLength": 1, "maxLength": 500 }, "Notes": { "description": "Optional additional notes to supplement the feature/benefit item. Only used for very specific conditions", "title": "Notes", "type": "array", "items": { "description": "maxLength 2000 text", "type": "string", "minLength": 1, "maxLength": 2000 } }, "OtherType": { "description": "Other common types of features & benefits which are not available in the standard code set", "type": "object", "title": "OtherType", "properties": { "Code": { "description": "The four letter Mnemonic used within an XML file to identify a code", "title": "Code", "type": "string", "pattern": "[A-Z]{4}" }, "Name": { "description": "Long name associated with the code", "title": "Name", "type": "string", "minLength": 1, "maxLength": 70 }, "Description": { "description": "Description to describe the purpose of the code", "title": "Description", "type": "string", "minLength": 1, "maxLength": 350 } }, "additionalProperties": false, "required": [ "Name", "Description" ] }, "FeatureBenefitEligibility": { "description": "Feature and Benefit eligibility", "type": "array", "title": "FeatureBenefitEligibility", "items": { "description": "Feature and Benefit eligibility", "type": "object", "properties": { "Name": { "description": "Name provided for the eligibility criteria", "title": "Name", "type": "string", "minLength": 1, "maxLength": 350 }, "Description": { "description": "Full description for the eligibility criteria", "title": "Description", "type": "string", "minLength": 1, "maxLength": 500 }, "Type": { "description": "eligibility type - method by which we group eligibilities for comparison purposes.", "title": "Type", "type": "string", "enum": [ "AnyBusinessCustomer", "MinimumAnniversary", "ExistingCustomers", "MinimumDeposit", "MinimumTransactions", "NewCustomersOnly", "Other", "SwitchersOnly", "StartUp", "SoleUkAccount", "ThirdSectorOnly" ] }, "Amount": { "description": "Any eligibility criteria where an amount is required to be specified e.g. Minimum Age.", "title": "Amount", "type": "string", "pattern": "^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$" }, "Indicator": { "description": "Any eligibility criteria where an amount is required to be specified e.g. UKResident", "title": "Indicator", "type": "boolean" }, "Textual": { "description": "Any eligibility criteria where a long description is supplied", "title": "Textual", "type": "string", "minLength": 1, "maxLength": 500 }, "Period": { "description": "Period for which the other eligibility criteria applies.", "title": "Period", "type": "string", "enum": [ "Day", "Half Year", "Month", "Quarter", "Week", "Year" ] }, "Notes": { "description": "Optional additional notes to supplement the eligibility conditions.", "title": "Notes", "type": "array", "items": { "description": "maxLength 2000 text", "type": "string", "minLength": 1, "maxLength": 2000 } }, "OtherType": { "description": "Non-standard eligibility type code.", "type": "object", "title": "OtherType", "properties": { "Code": { "description": "The four letter Mnemonic used within an XML file to identify a code", "title": "Code", "type": "string", "pattern": "[A-Z]{4}" }, "Name": { "description": "Long name associated with the code", "title": "Name", "type": "string", "minLength": 1, "maxLength": 70 }, "Description": { "description": "Description to describe the purpose of the code", "title": "Description", "type": "string", "minLength": 1, "maxLength": 350 } }, "additionalProperties": false, "required": [ "Name", "Description" ] } } }, "additionalProperties": false, "required": [ "Name", "Type" ] } } }, "additionalProperties": false, "required": [ "Type" ] }, "FeatureBenefitEligibility": { "description": "Feature and Benefit eligibility", "type": "array", "title": "FeatureBenefitEligibility", "items": { "description": "Feature and Benefit eligibility", "type": "object", "properties": { "Name": { "description": "Name provided for the eligibility criteria", "title": "Name", "type": "string", "minLength": 1, "maxLength": 350 }, "Description": { "description": "Full description for the eligibility criteria", "title": "Description", "type": "string", "minLength": 1, "maxLength": 500 }, "Type": { "description": "eligibility type - method by which we group eligibilities for comparison purposes.", "title": "Type", "type": "string", "enum": [ "AnyBusinessCustomer", "MinimumAnniversary", "ExistingCustomers", "MinimumDeposit", "MinimumTransactions", "NewCustomersOnly", "Other", "SwitchersOnly", "StartUp", "SoleUkAccount", "ThirdSectorOnly" ] }, "Amount": { "description": "Any eligibility criteria where an amount is required to be specified e.g. Minimum Age.", "title": "Amount", "type": "string", "pattern": "^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$" }, "Indicator": { "description": "Any eligibility criteria where an amount is required to be specified e.g. UKResident", "title": "Indicator", "type": "boolean" }, "Textual": { "description": "Any eligibility criteria where a long description is supplied", "title": "Textual", "type": "string", "minLength": 1, "maxLength": 500 }, "Period": { "description": "Period for which the other eligibility criteria applies.", "title": "Period", "type": "string", "enum": [ "Day", "Half Year", "Month", "Quarter", "Week", "Year" ] }, "Notes": { "description": "Optional additional notes to supplement the eligibility conditions.", "title": "Notes", "type": "array", "items": { "description": "maxLength 2000 text", "type": "string", "minLength": 1, "maxLength": 2000 } }, "OtherType": { "description": "Non-standard eligibility type code.", "type": "object", "title": "OtherType", "properties": { "Code": { "description": "The four letter Mnemonic used within an XML file to identify a code", "title": "Code", "type": "string", "pattern": "[A-Z]{4}" }, "Name": { "description": "Long name associated with the code", "title": "Name", "type": "string", "minLength": 1, "maxLength": 70 }, "Description": { "description": "Description to describe the purpose of the code", "title": "Description", "type": "string", "minLength": 1, "maxLength": 350 } }, "additionalProperties": false, "required": [ "Name", "Description" ] } } }, "additionalProperties": false, "required": [ "Name", "Type" ] } } }, "additionalProperties": false, "required": [ "Name" ] }, "FeatureBenefitItem": { "description": "Detailed features or benefits which may or may not be a part of a feature/benefit group/pack", "type": "array", "title": "FeatureBenefitItem", "items": { "description": "Detailed features or benefits which may or may not be a part of a feature/benefit group/pack", "type": "object", "properties": { "Identification": { "description": "Unique and unambiguous identification of a Feature and Benefit Item.", "title": "Identification", "type": "string", "minLength": 1, "maxLength": 35 }, "Type": { "description": "Feature and Benefit type", "title": "Type", "type": "string", "enum": [ "AccountManagement", "AccountOpeningOrSwitchingIncentive", "Cashback", "InternationalPaymentsSupport", "Other", "PreferentialRates", "RelationshipManager", "Rewards", "SecureCash" ] }, "Name": { "description": "Name which can be attached to the feature/benefit", "title": "Name", "type": "string", "minLength": 1, "maxLength": 350 }, "Amount": { "description": "Amount associated to the feature/benefit where applicable e.g. 200 Pounds worth of travel insurance", "title": "Amount", "type": "string", "pattern": "^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$" }, "Indicator": { "description": "True/False indicator for a particular feature/benefit e.g. Interest Free Overdraft?", "title": "Indicator", "type": "boolean" }, "Textual": { "description": "Provides textual information about a feature/benefit e.g. 10% off cinema tickets on Tuesday nights", "title": "Textual", "type": "string", "minLength": 1, "maxLength": 500 }, "Notes": { "description": "Optional additional notes to supplement the feature/benefit item. Only used for very specific conditions", "title": "Notes", "type": "array", "items": { "description": "maxLength 2000 text", "type": "string", "minLength": 1, "maxLength": 2000 } }, "OtherType": { "description": "Other common types of features & benefits which are not available in the standard code set", "type": "object", "title": "OtherType", "properties": { "Code": { "description": "The four letter Mnemonic used within an XML file to identify a code", "title": "Code", "type": "string", "pattern": "[A-Z]{4}" }, "Name": { "description": "Long name associated with the code", "title": "Name", "type": "string", "minLength": 1, "maxLength": 70 }, "Description": { "description": "Description to describe the purpose of the code", "title": "Description", "type": "string", "minLength": 1, "maxLength": 350 } }, "additionalProperties": false, "required": [ "Name", "Description" ] }, "FeatureBenefitEligibility": { "description": "Feature and Benefit eligibility", "type": "array", "title": "FeatureBenefitEligibility", "items": { "description": "Feature and Benefit eligibility", "type": "object", "properties": { "Name": { "description": "Name provided for the eligibility criteria", "title": "Name", "type": "string", "minLength": 1, "maxLength": 350 }, "Description": { "description": "Full description for the eligibility criteria", "title": "Description", "type": "string", "minLength": 1, "maxLength": 500 }, "Type": { "description": "eligibility type - method by which we group eligibilities for comparison purposes.", "title": "Type", "type": "string", "enum": [ "AnyBusinessCustomer", "MinimumAnniversary", "ExistingCustomers", "MinimumDeposit", "MinimumTransactions", "NewCustomersOnly", "Other", "SwitchersOnly", "StartUp", "SoleUkAccount", "ThirdSectorOnly" ] }, "Amount": { "description": "Any eligibility criteria where an amount is required to be specified e.g. Minimum Age.", "title": "Amount", "type": "string", "pattern": "^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$" }, "Indicator": { "description": "Any eligibility criteria where an amount is required to be specified e.g. UKResident", "title": "Indicator", "type": "boolean" }, "Textual": { "description": "Any eligibility criteria where a long description is supplied", "title": "Textual", "type": "string", "minLength": 1, "maxLength": 500 }, "Period": { "description": "Period for which the other eligibility criteria applies.", "title": "Period", "type": "string", "enum": [ "Day", "Half Year", "Month", "Quarter", "Week", "Year" ] }, "Notes": { "description": "Optional additional notes to supplement the eligibility conditions.", "title": "Notes", "type": "array", "items": { "description": "maxLength 2000 text", "type": "string", "minLength": 1, "maxLength": 2000 } }, "OtherType": { "description": "Non-standard eligibility type code.", "type": "object", "title": "OtherType", "properties": { "Code": { "description": "The four letter Mnemonic used within an XML file to identify a code", "title": "Code", "type": "string", "pattern": "[A-Z]{4}" }, "Name": { "description": "Long name associated with the code", "title": "Name", "type": "string", "minLength": 1, "maxLength": 70 }, "Description": { "description": "Description to describe the purpose of the code", "title": "Description", "type": "string", "minLength": 1, "maxLength": 350 } }, "additionalProperties": false, "required": [ "Name", "Description" ] } } }, "additionalProperties": false, "required": [ "Name", "Type" ] } } }, "additionalProperties": false, "required": [ "Type" ] }, "Card": { "description": "Payment Card Details", "type": "array", "title": "Card", "items": { "description": "Payment Card Details", "type": "object", "properties": { "Type": { "description": "Card Type available e.g. Debit", "title": "Type", "type": "string", "enum": [ "BusinessQuickLodgeCard", "CashCard", "DebitCard", "DepositCard", "Other" ] }, "Scheme": { "description": "Operator of Card Scheme e.g. Visa", "title": "Scheme", "type": "array", "items": { "description": "Operator of Card Scheme e.g. Visa", "type": "string", "enum": [ "MasterCard", "Other", "Visa" ] }, "minItems": 1 }, "ContactlessIndicator": { "description": "Indicates if the card can be used for contactless payments or not.", "title": "ContactlessIndicator", "type": "boolean" }, "MaxDailyCardWithdrawalLimit": { "description": "Maximum daily cash withdrawal limit on the card.", "title": "MaxDailyCardWithdrawalLimit", "type": "string", "pattern": "^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$" }, "Notes": { "description": "Optional additional notes to supplement the Card details", "title": "Notes", "type": "array", "items": { "description": "maxLength 2000 text", "type": "string", "minLength": 1, "maxLength": 2000 } }, "OtherType": { "description": "Any other Card Type which is not available in the the standard card type", "type": "object", "title": "OtherType", "properties": { "Code": { "description": "The four letter Mnemonic used within an XML file to identify a code", "title": "Code", "type": "string", "pattern": "[A-Z]{4}" }, "Name": { "description": "Long name associated with the code", "title": "Name", "type": "string", "minLength": 1, "maxLength": 70 }, "Description": { "description": "Description to describe the purpose of the code", "title": "Description", "type": "string", "minLength": 1, "maxLength": 350 } }, "additionalProperties": false, "required": [ "Name", "Description" ] }, "OtherScheme": { "description": "Operator of a card scheme which is not available in the standard scheme code list", "type": "array", "title": "OtherScheme", "items": { "description": "Operator of a card scheme which is not available in the standard scheme code list", "type": "object", "properties": { "Code": { "description": "The four letter Mnemonic used within an XML file to identify a code", "title": "Code", "type": "string", "pattern": "[A-Z]{4}" }, "Name": { "description": "Long name associated with the code", "title": "Name", "type": "string", "minLength": 1, "maxLength": 70 }, "Description": { "description": "Description to describe the purpose of the code", "title": "Description", "type": "string", "minLength": 1, "maxLength": 350 } } }, "additionalProperties": false, "required": [ "Name", "Description" ] } } }, "additionalProperties": false, "required": [ "Type", "Scheme", "ContactlessIndicator" ] }, "MobileWallet": { "description": "Details about the mobile application services that may be available with the BCA product", "type": "array", "title": "MobileWallet", "items": { "description": "Details about the mobile application services that may be available with the BCA product", "type": "object", "properties": { "Type": { "description": "Mobile applications that the BCA product will support", "title": "Type", "type": "string", "enum": [ "AndroidPay", "ApplePay", "IssuerMobileApp", "MobileBankingApp", "Other", "PayM", "SamsungPay", "VodafoneWallet" ] }, "Notes": { "description": "Free text for adding any extra information for MobileWallet.", "title": "Notes", "type": "array", "items": { "description": "maxLength 2000 text", "type": "string", "minLength": 1, "maxLength": 2000 } }, "OtherType": { "description": "Other Mobile applications that the BCA product supports and that aren't in the standard code list", "type": "object", "title": "OtherType", "properties": { "Code": { "description": "The four letter Mnemonic used within an XML file to identify a code", "title": "Code", "type": "string", "pattern": "[A-Z]{4}" }, "Name": { "description": "Long name associated with the code", "title": "Name", "type": "string", "minLength": 1, "maxLength": 70 }, "Description": { "description": "Description to describe the purpose of the code", "title": "Description", "type": "string", "minLength": 1, "maxLength": 350 } }, "additionalProperties": false, "required": [ "Name", "Description" ] } } }, "additionalProperties": false, "required": [ "Type" ] } }, "additionalProperties": false }, "OtherFeesCharges": { "description": "Contains details of fees and charges which are not associated with either Overdraft or features/benefits", "type": "array", "title": "OtherFeesCharges", "items": { "description": "Contains details of fees and charges which are not associated with either Overdraft or features/benefits", "type": "object", "properties": { "TariffType": { "description": "TariffType which defines the fee and charges. ", "title": "TariffType", "type": "string", "enum": [ "Electronic", "Mixed", "Other" ] }, "TariffName": { "description": "Name of the tariff", "title": "TariffName", "type": "string", "minLength": 1, "maxLength": 350 }, "OtherTariffType": { "description": "Other tariff type which is not in the standard list.", "type": "object", "title": "OtherTariffType", "properties": { "Code": { "description": "The four letter Mnemonic used within an XML file to identify a code", "title": "Code", "type": "string", "pattern": "[A-Z]{4}" }, "Name": { "description": "Long name associated with the code", "title": "Name", "type": "string", "minLength": 1, "maxLength": 70 }, "Description": { "description": "Description to describe the purpose of the code", "title": "Description", "type": "string", "minLength": 1, "maxLength": 350 } }, "additionalProperties": false, "required": [ "Name", "Description" ] }, "FeeChargeDetail": { "description": "Other fees/charges details", "type": "array", "title": "FeeChargeDetail", "items": { "description": "Other fees/charges details", "type": "object", "properties": { "FeeCategory": { "description": "Categorisation of fees and charges into standard categories.", "title": "FeeCategory", "type": "string", "enum": [ "ATM", "BankersDrafts", "Card", "Cheque", "CounterServices", "Foreign", "International", "Legal", "Online", "Other", "PaymentScheme", "Report", "Safekeeping", "Servicing", "Transaction" ] }, "FeeType": { "description": "Fee/Charge Type", "title": "FeeType", "type": "string", "enum": [ "ATMDeposATMPaidIn", "ReportCertBalance", "ATMAbroadConVisaDebit", "ATMCardnetEnvIn", "ATMCashGroupATMDebitCard", "ATMCashNonGroupATMDebitcard", "ATMConGroupATM", "ATMAbroad", "ATMForeignCashDebCard", "ATMAbroadGoldVisaDebit", "ATMNonSterlingWithdrawal", "ATMAbroadVisaDebit", "ATMWithdrawCash", "BACSOnLineAncilliary", "BACSBatch", "BACSOnLineFile", "BACSItem", "BACSBulkBatch", "BACSOnLineOverlimit", "BACSOnLinePayment", "BACSOnLineService", "BACSBulkInternet", "BACSTELDirDebSmartCard", "BACSTELDirDebWebInit", "BACSTELirDebWebInit", "BACSTELDirDebOverlimit", "BACSTELDirDebPayment", "BACSTELDirDebService", "BACSTELDirDebAncilliary", "BACSTELAncilliary", "BACSTELSmartCard", "BACSTELFile", "BACSTELOverlimit", "BACSTELPayment", "BACSTELService", "CHAPSOutBranch", "CHAPSOutOnlineDepositAcc", "CHAPSIn", "CHAPSOutPost", "CHAPSOut", "CHAPSOutOnline", "CHAPSOutManual", "CardCardReplacement", "DraftsBankers", "DraftsCancellation", "CardGuaranteed", "DraftsIntlPayableAbroad", "DraftsIntlStoppedCancelled", "EuroChqXLess", "EuroChqXPlus", "FPSOut", "FPSOutOwn", "FPSInBranch", "LegalArticlesReport", "LegalSealing", "LegalBondAndGuarantee", "LegalCoSearch", "LegalDepositAssignment", "LegalGuaranteePrep", "LegalLifePolicyPrepCo", "LegalLifePolicyPrepPersonal", "LegalPriorityPariPassu", "LegalSubordinationAgreement", "DirDebDirectDebitAdmin", "DirDebDirectDebitCancel", "IntlPayBIBForeignLimit", "IntlPayCreditTransCust", "IntlPayCreditTransNonCust", "IntlPayExpressMoneyMover", "IntlPayEEAPayUrgent", "IntlPayIrishPayUrgent", "IntlPayEEAPay", "IntlPayFXPaymentIn", "IntlPayForeignIn1CPlus", "IntlPayForeignCharge", "IntlPayForeignInternet", "IntlPayForeignInSub1C", "IntlPayPurchaseNonSterling", "IntlPayPaymentTracing", "IntlPayStandardMoneyMover", "IntlPayMT101Transaction", "IntlPayWorldpayPayment", "InvPayBankDetailsWrong", "InvPayForeignBCNR", "InvPayForeignRecall", "InvGeneralInq", "InvOldInstruction", "InvPayReturnDebitXVLess", "InvPayReturnDebitXVPlus", "InvPayStopPayment", "InvPayStandingOrdUnpaid", "SafeKeepAccess", "SafeKeepDeedMedium", "SafeKeepingEnvelope", "SafeKeepingInspection", "SafeKeepingLargeItem", "SafeKeepMultipleItems", "SafeKeepingParcel", "SafeKeepDeedSmall", "SafeKeepOneItem", "LoanArrangement", "NightSafeNightSafeBankOpen", "NightSafeCreditSub5K", "NightSafeNightSafe", "NightSafeNightSafePaidIn", "POPostOfficeCounterCredit", "POPostOfficeCashCredit", "POPostOfficeCashOut", "POPostOfficeWithdrawal", "ChqBookTheftLossAllStopped", "ChqIssuedCurrencyAcc", "ChqCopy", "ChqDraft", "ChqIn", "ChqSpecialChqClearance", "ChqOutIssued", "ChqSpecialChqPresentation", "ChqCounterCheque", "ChqChequeswithStatement", "ChqStopped", "ChqTrans", "ChqDraftFX", "ChqForeignCourier", "ChqForeignNegTenThou", "ChqForeignNegHundred", "ChequeForeignBankDivi", "ChqForeignNegFiftyThou", "ChqPensionCheque", "ChequeForeignOtherDivi", "ChqForeignNegFiveThou", "ChqForeignNegMax", "ChqForeignGBPMMDPlus", "ChqGiftCheque", "ChqCounterLodgement", "ChqCashDropLodgement", "ChqForeign", "ChqChequePhotocopy", "ChqPostOfficeCredit", "ChqPostOfficeChequeCollected", "ChqChequeRetrieval", "ChqReconcilliationPerTrans", "ChqSpecialPresentationCount", "ChqSpecialPresentationPTT", "ChqDraftSterling", "ChqUnpaidCharge", "ChqUnpaidTransIn", "ChqUnpaidTransOut", "ChqUnpaidCheque", "ReportAuditLetter", "ReportFAXAdviceAdditional", "ReportTelAdviceAdditional", "ReportCreditHistory", "ReportCertInterestDuplicate", "ReportCertInterest", "ReportCreditHistoryAdditionalInYear", "ReportForeignStatusEnqElec", "ReportForeignStatusEnq", "ReportStatementChqDaily", "ReportStatementChqFortnightly", "ReportStatementChqMonthly", "ReportStatementChqWeekly", "ReportStatementAndDiviChq", "ReportReferralItem", "ReportStatementByATM", "ReportStatementByBranch", "ReportStatementCopyRegular", "ReportStatementDaily", "ReportStatusEnquiry", "ReportStatementFrequent", "ReportStatementMonthly", "ReportStatementCopy1", "ReportStatementToBranch", "ReportSMSTextMiniStatementorAlert", "ReportStatementFortnightly", "ReportSMSTextMiniStatementWoM", "ReportSMSTextAlertBalance", "ReportSMSTextAlert", "ReportTaxCert", "ReportWeeklyStatement", "SEPABranch", "SEPACredit", "SEPADirectDebit", "SEPAIn", "SEPAEuro", "SEPAOut", "SEPAUnpaid", "SEPAWinbitsTransaction", "TransBillPaymentBranch", "TransBillCollect", "TransTelephoneBillPayment", "TransBankPayment", "TransBillPaymentTelephone", "TransCorrespondentBankFee", "TransCreditTransferUKDifferent", "TransCreditTransferUKSame", "TransCredit", "TransCreditTransfer", "TransBranchCredit", "TransDebit", "TransDebCardDeb", "TransUKDirDeb", "TransManualDeb", "TitleDeeds", "TransBuyForeignWithGBP", "TransGoodValueReq", "TransSWIFTOutUKForeign", "TransInconpleteInstruction", "TransManualEntries", "TransManualTrans", "TransNonSterling", "Other", "TransPOSSaleForeign", "TransPriPaymentPost", "TransPOSSaleUK", "TransReconciliationPerTrans", "TransStandingOrdAdmin", "TransStandingOrd", "TransStandingOrdManPay", "TransTelBusiPriPaymentForeignToUKAcc", "TransTeleItem", "TransTelBusiPriPaymentToGrpAcc", "TransTransferExGroup", "TransTelBusiPriPaymentToNonGrpAcc", "TransSWIFTOutNonEEASterling", "AutoAutoCredit", "AutoAutomatedEntries", "AutoAutoCreditPhoneInet", "AutoAutomatedTrans", "AutoDebitCardCommercial", "AutoFPSAutoCredit", "VisaTravellersChqorCurrency", "OnlineInternetBillPayment", "OnlineBusinessOnlineEuroPayment", "OnlineBusinessOnlineUrgentEuroPayment", "OnlineBusinessOnlineForeignPayment", "OnlineInterbankTransfer", "OnlineInterbankPerTransfer", "OnlineInterbranchTransfer", "OnlineInterbranchPerTransfer", "OnlineSubscriptionMonthly", "OnlineBankingPayment", "OnlineReplacementCardReader", "OnlinePaymentinGBPtoUK", "OnlineUrgentPayment", "OnlinePaymentinUSDtoUS", "OnlineBulkDirectDebSterling", "ForeignChqSent", "ForeignChqSelf", "ForeignChqEncashment", "ForeignFXInwardsCust", "ForeignFXTransfersROI", "ForeignFXForwardTrans", "ForeignExMaintenance", "ForeignFXInwardsNonCust", "ForeignFXOutwards", "ForeignPurchase", "ForeignStatusRep", "ForeignChqDraft", "ForeignChqCLess", "ForeignChqMLess", "ForeignChqOther", "ForeignChqMPlus", "ForeignChqCCC", "ServiceCAccountFee", "ServiceCAccountFeeMonthly", "ServiceCAccountFeeQuarterly", "ServiceCFixedTariff", "ServiceCBusiDepAccBreakage", "ServiceCMonitorDaily", "ServiceCMinimumMonthlyFee", "ServiceCMonitorMonthly", "ServiceCMonitorWeekly", "ServiceCMT940AccountFirst", "ServiceCMT940AccountSubsequent", "ServiceCOther", "CounterCoinHandling", "CounterCashIn", "CounterCashInNotUs", "CounterCashOut", "CounterCashX", "CounterForeignNoteHandling", "CounterCashFeeRate", "CounterForeignCashOutTx", "CounterCounterLodgement", "CounterCashDropLodgement", "CounterNotesLodged", "CounterNotesOut", "CounterCashInOwn", "CounterCashFeePercent" ] }, "NegotiableIndicator": { "description": "Fee/charge which is usually negotiable rather than a fixed amount", "title": "NegotiableIndicator", "type": "boolean" }, "IncludedInMonthlyChargeIndicator": { "description": "Indicates that fee/charge is already included in the monthly charge.", "title": "IncludedInMonthlyChargeIndicator", "type": "boolean" }, "FeeAmount": { "description": "Fee Amount charged for a fee/charge (where it is charged in terms of an amount rather than a rate)", "title": "FeeAmount", "type": "string", "pattern": "^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$" }, "FeeRate": { "description": "Rate charged for Fee/Charge (where it is charged in terms of a rate rather than an amount)", "title": "FeeRate", "type": "string", "pattern": "^(-?\\d{1,3}){1}(\\.\\d{1,4}){0,1}$" }, "FeeRateType": { "description": "Rate type for Fee/Charge (where it is charged in terms of a rate rather than an amount)", "title": "FeeRateType", "type": "string", "enum": [ "Gross", "Other" ] }, "ApplicationFrequency": { "description": "How frequently the fee/charge is applied to the account", "title": "ApplicationFrequency", "type": "string", "enum": [ "OnClosing", "OnOpening", "ChargingPeriod", "Daily", "PerItem", "Monthly", "OnAnniversary", "Other", "PerHundredPounds", "PerHour", "PerOccurrence", "PerSheet", "PerTransaction", "PerTransactionAmount", "PerTransactionPercentage", "Quarterly", "SixMonthly", "StatementMonthly", "Weekly", "Yearly" ] }, "CalculationFrequency": { "description": "How frequently the fee/charge is calculated", "title": "CalculationFrequency", "type": "string", "enum": [ "OnClosing", "OnOpening", "ChargingPeriod", "Daily", "PerItem", "Monthly", "OnAnniversary", "Other", "PerHundredPounds", "PerHour", "PerOccurrence", "PerSheet", "PerTransaction", "PerTransactionAmount", "PerTransactionPercentage", "Quarterly", "SixMonthly", "StatementMonthly", "Weekly", "Yearly" ] }, "Notes": { "description": "Optional additional notes to supplement the fee/charge details.", "title": "Notes", "type": "array", "items": { "description": "maxLength 2000 text", "type": "string", "minLength": 1, "maxLength": 2000 } }, "OtherFeeType": { "description": "Other Fee/charge type which is not available in the standard code set", "type": "object", "title": "OtherFeeType", "properties": { "Code": { "description": "The four letter Mnemonic used within an XML file to identify a code", "title": "Code", "type": "string", "pattern": "[A-Z]{4}" }, "FeeCategory": { "description": "Categorisation of fees and charges into standard categories.", "title": "FeeCategory", "type": "string", "enum": [ "ATM", "BankersDrafts", "Card", "Cheque", "CounterServices", "Foreign", "International", "Legal", "Online", "Other", "PaymentScheme", "Report", "Safekeeping", "Servicing", "Transaction" ] }, "Name": { "description": "Long name associated with the code", "title": "Name", "type": "string", "minLength": 1, "maxLength": 70 }, "Description": { "description": "Description to describe the purpose of the code", "title": "Description", "type": "string", "minLength": 1, "maxLength": 350 } }, "additionalProperties": false, "required": [ "FeeCategory", "Name", "Description" ] }, "OtherFeeRateType": { "description": "Other fee rate type which is not available in the standard code set", "type": "object", "title": "OtherFeeRateType", "properties": { "Code": { "description": "The four letter Mnemonic used within an XML file to identify a code", "title": "Code", "type": "string", "pattern": "[A-Z]{4}" }, "Name": { "description": "Long name associated with the code", "title": "Name", "type": "string", "minLength": 1, "maxLength": 70 }, "Description": { "description": "Description to describe the purpose of the code", "title": "Description", "type": "string", "minLength": 1, "maxLength": 350 } }, "additionalProperties": false, "required": [ "Name", "Description" ] }, "OtherApplicationFrequency": { "description": "Other application frequencies not covered in the standard code list", "type": "object", "title": "OtherApplicationFrequency", "properties": { "Code": { "description": "The four letter Mnemonic used within an XML file to identify a code", "title": "Code", "type": "string", "pattern": "[A-Z]{4}" }, "Name": { "description": "Long name associated with the code", "title": "Name", "type": "string", "minLength": 1, "maxLength": 70 }, "Description": { "description": "Description to describe the purpose of the code", "title": "Description", "type": "string", "minLength": 1, "maxLength": 350 } }, "additionalProperties": false, "required": [ "Name", "Description" ] }, "OtherCalculationFrequency": { "description": "Other calculation frequency which is not available in standard code set.", "type": "object", "title": "OtherCalculationFrequency", "properties": { "Code": { "description": "The four letter Mnemonic used within an XML file to identify a code", "title": "Code", "type": "string", "pattern": "[A-Z]{4}" }, "Name": { "description": "Long name associated with the code", "title": "Name", "type": "string", "minLength": 1, "maxLength": 70 }, "Description": { "description": "Description to describe the purpose of the code", "title": "Description", "type": "string", "minLength": 1, "maxLength": 350 } }, "additionalProperties": false, "required": [ "Name", "Description" ] }, "FeeApplicableRange": { "description": "Range or amounts or rates for which the fee/charge applies", "type": "object", "title": "FeeApplicableRange", "properties": { "MinimumAmount": { "description": "Minimum Amount on which fee/charge is applicable (where it is expressed as an amount)", "title": "MinimumAmount", "type": "string", "pattern": "^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$" }, "MaximumAmount": { "description": "Maximum Amount on which fee is applicable (where it is expressed as an amount)", "title": "MaximumAmount", "type": "string", "pattern": "^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$" }, "MinimumRate": { "description": "Minimum rate on which fee/charge is applicable(where it is expressed as an rate)", "title": "MinimumRate", "type": "string", "pattern": "^(-?\\d{1,3}){1}(\\.\\d{1,4}){0,1}$" }, "MaximumRate": { "description": "Maximum rate on which fee/charge is applicable(where it is expressed as an rate)", "title": "MaximumRate", "type": "string", "pattern": "^(-?\\d{1,3}){1}(\\.\\d{1,4}){0,1}$" } }, "additionalProperties": false } } }, "additionalProperties": false, "minItems": 1, "required": [ "FeeCategory", "FeeType", "ApplicationFrequency", "CalculationFrequency" ] }, "FeeChargeCap": { "description": "Details about any caps (maximum charges) that apply to a particular fee/charge", "type": "array", "title": "FeeChargeCap", "items": { "description": "Details about any caps (maximum charges) that apply to a particular fee/charge", "type": "object", "properties": { "FeeType": { "description": "Fee/charge type which is being capped", "title": "FeeType", "type": "array", "items": { "description": "Fee/charge type which is being capped", "type": "string", "enum": [ "ATMDeposATMPaidIn", "ReportCertBalance", "ATMAbroadConVisaDebit", "ATMCardnetEnvIn", "ATMCashGroupATMDebitCard", "ATMCashNonGroupATMDebitcard", "ATMConGroupATM", "ATMAbroad", "ATMForeignCashDebCard", "ATMAbroadGoldVisaDebit", "ATMNonSterlingWithdrawal", "ATMAbroadVisaDebit", "ATMWithdrawCash", "BACSOnLineAncilliary", "BACSBatch", "BACSOnLineFile", "BACSItem", "BACSBulkBatch", "BACSOnLineOverlimit", "BACSOnLinePayment", "BACSOnLineService", "BACSBulkInternet", "BACSTELDirDebSmartCard", "BACSTELDirDebWebInit", "BACSTELirDebWebInit", "BACSTELDirDebOverlimit", "BACSTELDirDebPayment", "BACSTELDirDebService", "BACSTELDirDebAncilliary", "BACSTELAncilliary", "BACSTELSmartCard", "BACSTELFile", "BACSTELOverlimit", "BACSTELPayment", "BACSTELService", "CHAPSOutBranch", "CHAPSOutOnlineDepositAcc", "CHAPSIn", "CHAPSOutPost", "CHAPSOut", "CHAPSOutOnline", "CHAPSOutManual", "CardCardReplacement", "DraftsBankers", "DraftsCancellation", "CardGuaranteed", "DraftsIntlPayableAbroad", "DraftsIntlStoppedCancelled", "EuroChqXLess", "EuroChqXPlus", "FPSOut", "FPSOutOwn", "FPSInBranch", "LegalArticlesReport", "LegalSealing", "LegalBondAndGuarantee", "LegalCoSearch", "LegalDepositAssignment", "LegalGuaranteePrep", "LegalLifePolicyPrepCo", "LegalLifePolicyPrepPersonal", "LegalPriorityPariPassu", "LegalSubordinationAgreement", "DirDebDirectDebitAdmin", "DirDebDirectDebitCancel", "IntlPayBIBForeignLimit", "IntlPayCreditTransCust", "IntlPayCreditTransNonCust", "IntlPayExpressMoneyMover", "IntlPayEEAPayUrgent", "IntlPayIrishPayUrgent", "IntlPayEEAPay", "IntlPayFXPaymentIn", "IntlPayForeignIn1CPlus", "IntlPayForeignCharge", "IntlPayForeignInternet", "IntlPayForeignInSub1C", "IntlPayPurchaseNonSterling", "IntlPayPaymentTracing", "IntlPayStandardMoneyMover", "IntlPayMT101Transaction", "IntlPayWorldpayPayment", "InvPayBankDetailsWrong", "InvPayForeignBCNR", "InvPayForeignRecall", "InvGeneralInq", "InvOldInstruction", "InvPayReturnDebitXVLess", "InvPayReturnDebitXVPlus", "InvPayStopPayment", "InvPayStandingOrdUnpaid", "SafeKeepAccess", "SafeKeepDeedMedium", "SafeKeepingEnvelope", "SafeKeepingInspection", "SafeKeepingLargeItem", "SafeKeepMultipleItems", "SafeKeepingParcel", "SafeKeepDeedSmall", "SafeKeepOneItem", "LoanArrangement", "NightSafeNightSafeBankOpen", "NightSafeCreditSub5K", "NightSafeNightSafe", "NightSafeNightSafePaidIn", "POPostOfficeCounterCredit", "POPostOfficeCashCredit", "POPostOfficeCashOut", "POPostOfficeWithdrawal", "ChqBookTheftLossAllStopped", "ChqIssuedCurrencyAcc", "ChqCopy", "ChqDraft", "ChqIn", "ChqSpecialChqClearance", "ChqOutIssued", "ChqSpecialChqPresentation", "ChqCounterCheque", "ChqChequeswithStatement", "ChqStopped", "ChqTrans", "ChqDraftFX", "ChqForeignCourier", "ChqForeignNegTenThou", "ChqForeignNegHundred", "ChequeForeignBankDivi", "ChqForeignNegFiftyThou", "ChqPensionCheque", "ChequeForeignOtherDivi", "ChqForeignNegFiveThou", "ChqForeignNegMax", "ChqForeignGBPMMDPlus", "ChqGiftCheque", "ChqCounterLodgement", "ChqCashDropLodgement", "ChqForeign", "ChqChequePhotocopy", "ChqPostOfficeCredit", "ChqPostOfficeChequeCollected", "ChqChequeRetrieval", "ChqReconcilliationPerTrans", "ChqSpecialPresentationCount", "ChqSpecialPresentationPTT", "ChqDraftSterling", "ChqUnpaidCharge", "ChqUnpaidTransIn", "ChqUnpaidTransOut", "ChqUnpaidCheque", "ReportAuditLetter", "ReportFAXAdviceAdditional", "ReportTelAdviceAdditional", "ReportCreditHistory", "ReportCertInterestDuplicate", "ReportCertInterest", "ReportCreditHistoryAdditionalInYear", "ReportForeignStatusEnqElec", "ReportForeignStatusEnq", "ReportStatementChqDaily", "ReportStatementChqFortnightly", "ReportStatementChqMonthly", "ReportStatementChqWeekly", "ReportStatementAndDiviChq", "ReportReferralItem", "ReportStatementByATM", "ReportStatementByBranch", "ReportStatementCopyRegular", "ReportStatementDaily", "ReportStatusEnquiry", "ReportStatementFrequent", "ReportStatementMonthly", "ReportStatementCopy1", "ReportStatementToBranch", "ReportSMSTextMiniStatementorAlert", "ReportStatementFortnightly", "ReportSMSTextMiniStatementWoM", "ReportSMSTextAlertBalance", "ReportSMSTextAlert", "ReportTaxCert", "ReportWeeklyStatement", "SEPABranch", "SEPACredit", "SEPADirectDebit", "SEPAIn", "SEPAEuro", "SEPAOut", "SEPAUnpaid", "SEPAWinbitsTransaction", "TransBillPaymentBranch", "TransBillCollect", "TransTelephoneBillPayment", "TransBankPayment", "TransBillPaymentTelephone", "TransCorrespondentBankFee", "TransCreditTransferUKDifferent", "TransCreditTransferUKSame", "TransCredit", "TransCreditTransfer", "TransBranchCredit", "TransDebit", "TransDebCardDeb", "TransUKDirDeb", "TransManualDeb", "TitleDeeds", "TransBuyForeignWithGBP", "TransGoodValueReq", "TransSWIFTOutUKForeign", "TransInconpleteInstruction", "TransManualEntries", "TransManualTrans", "TransNonSterling", "Other", "TransPOSSaleForeign", "TransPriPaymentPost", "TransPOSSaleUK", "TransReconciliationPerTrans", "TransStandingOrdAdmin", "TransStandingOrd", "TransStandingOrdManPay", "TransTelBusiPriPaymentForeignToUKAcc", "TransTeleItem", "TransTelBusiPriPaymentToGrpAcc", "TransTransferExGroup", "TransTelBusiPriPaymentToNonGrpAcc", "TransSWIFTOutNonEEASterling", "AutoAutoCredit", "AutoAutomatedEntries", "AutoAutoCreditPhoneInet", "AutoAutomatedTrans", "AutoDebitCardCommercial", "AutoFPSAutoCredit", "VisaTravellersChqorCurrency", "OnlineInternetBillPayment", "OnlineBusinessOnlineEuroPayment", "OnlineBusinessOnlineUrgentEuroPayment", "OnlineBusinessOnlineForeignPayment", "OnlineInterbankTransfer", "OnlineInterbankPerTransfer", "OnlineInterbranchTransfer", "OnlineInterbranchPerTransfer", "OnlineSubscriptionMonthly", "OnlineBankingPayment", "OnlineReplacementCardReader", "OnlinePaymentinGBPtoUK", "OnlineUrgentPayment", "OnlinePaymentinUSDtoUS", "OnlineBulkDirectDebSterling", "ForeignChqSent", "ForeignChqSelf", "ForeignChqEncashment", "ForeignFXInwardsCust", "ForeignFXTransfersROI", "ForeignFXForwardTrans", "ForeignExMaintenance", "ForeignFXInwardsNonCust", "ForeignFXOutwards", "ForeignPurchase", "ForeignStatusRep", "ForeignChqDraft", "ForeignChqCLess", "ForeignChqMLess", "ForeignChqOther", "ForeignChqMPlus", "ForeignChqCCC", "ServiceCAccountFee", "ServiceCAccountFeeMonthly", "ServiceCAccountFeeQuarterly", "ServiceCFixedTariff", "ServiceCBusiDepAccBreakage", "ServiceCMonitorDaily", "ServiceCMinimumMonthlyFee", "ServiceCMonitorMonthly", "ServiceCMonitorWeekly", "ServiceCMT940AccountFirst", "ServiceCMT940AccountSubsequent", "ServiceCOther", "CounterCoinHandling", "CounterCashIn", "CounterCashInNotUs", "CounterCashOut", "CounterCashX", "CounterForeignNoteHandling", "CounterCashFeeRate", "CounterForeignCashOutTx", "CounterCounterLodgement", "CounterCashDropLodgement", "CounterNotesLodged", "CounterNotesOut", "CounterCashInOwn", "CounterCashFeePercent" ] }, "minItems": 1 }, "MinMaxType": { "description": "Min Max type", "title": "MinMaxType", "type": "string", "enum": [ "Minimum", "Maximum" ] }, "FeeCapOccurrence": { "description": "fee/charges are captured dependent on the number of occurrences rather than capped at a particular amount", "title": "FeeCapOccurrence", "type": "number", "format": "float" }, "FeeCapAmount": { "description": "Cap amount charged for a fee/charge (where it is charged in terms of an amount rather than a rate)", "title": "FeeCapAmount", "type": "string", "pattern": "^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$" }, "CappingPeriod": { "description": "Period e.g. day, week, month etc. for which the fee/charge is capped", "title": "CappingPeriod", "type": "string", "enum": [ "Day", "Half Year", "Month", "Quarter", "Week", "Year" ] }, "Notes": { "description": "Free text for adding extra details for fee charge cap", "title": "Notes", "type": "string", "minLength": 1, "maxLength": 2000 }, "OtherFeeType": { "description": "Other fee type code which is not available in the standard code set", "type": "array", "title": "OtherFeeType", "items": { "description": "Other fee type code which is not available in the standard code set", "type": "object", "properties": { "Code": { "description": "The four letter Mnemonic used within an XML file to identify a code", "title": "Code", "type": "string", "pattern": "[A-Z]{4}" }, "Name": { "description": "Long name associated with the code", "title": "Name", "type": "string", "minLength": 1, "maxLength": 70 }, "Description": { "description": "Description to describe the purpose of the code", "title": "Description", "type": "string", "minLength": 1, "maxLength": 350 } } }, "additionalProperties": false, "required": [ "Name", "Description" ] } } }, "additionalProperties": false, "required": [ "FeeType", "MinMaxType" ] } } }, "additionalProperties": false, "minItems": 1, "required": [ "FeeChargeDetail" ] }, "CoreProduct": { "description": "BCA core product details.", "type": "object", "title": "CoreProduct", "properties": { "ProductURL": { "description": "URL provided by the organisation which redirects to the product (on live products only) available on an external website. There might be more than one product at a given URL.", "title": "ProductURL", "type": "string", "minLength": 1, "maxLength": 500 }, "ProductDescription": { "description": "The description of the BCA product used for marketing purposes from a customer perspective.", "title": "ProductDescription", "type": "string", "minLength": 1, "maxLength": 2000 }, "TcsAndCsURL": { "description": "URL provided by the financial institution which redirects to the BCA T&Cs on an external website", "title": "TcsAndCsURL", "type": "string", "minLength": 1, "maxLength": 500 }, "SalesAccessChannels": { "description": "Channels via which a customer can open a BCA. ", "title": "SalesAccessChannels", "type": "array", "items": { "description": "Channels via which a customer can open a BCA. ", "type": "string", "enum": [ "Branch", "CallCentre", "Post", "Online", "RelationshipManager" ] }, "minItems": 1 }, "ServicingAccessChannels": { "description": "Channels via which customers can access BCA services.", "title": "ServicingAccessChannels", "type": "array", "items": { "description": "Channels via which customers can access BCA services.", "type": "string", "enum": [ "ATM", "Branch", "CallCentre", "Post", "MobileBankingApp", "Online", "PostOffice", "RelationshipManager", "Text" ] }, "minItems": 1 }, "MonthlyCharge": { "description": "Any fees which can be included in a MonthlyCharge. A new field 'IncludedInMonthlyChargeIndicator' in OtherFeeCharges section indicates whether the fees can be grouped in MonthlyCharge.", "title": "MonthlyCharge", "type": "string", "pattern": "^(-?\\d{1,14}){1}(\\.\\d{1,4}){0,1}$" }, "Notes": { "description": "Optional additional notes to supplement the Core product details", "title": "Notes", "type": "array", "items": { "description": "maxLength 2000 text", "type": "string", "minLength": 1, "maxLength": 2000 } } }, "additionalProperties": false, "required": [ "ProductURL", "TcsAndCsURL", "SalesAccessChannels", "ServicingAccessChannels" ] } } }, "additionalProperties": false, "minItems": 1, "required": [ "Identification", "MarketingState", "Eligibility", "FeaturesAndBenefits", "OtherFeesCharges", "CoreProduct" ] } } }, "additionalProperties": false, "minItems": 1, "required": [ "Name", "Identification", "Segment", "BCAMarketingState" ] } } }, "additionalProperties": false, "minItems": 1, "required": [ "BrandName", "BCA" ] } }, "required": [ "Brand" ], "description": "Open Banking Business Current Account product data details", "type": "object" } } }, "required": [ "meta", "data" ], "additionalProperties": false } }, "400": { "description": "You have sent a request which could not be understood.", "headers": { "Strict-Transport-Security": { "type": "string", "description": "HTTPS strict transport security header" }, "X-Frame-Options": { "type": "string", "description": "Prevent this request from being loaded in any iframes", "default": "DENY" }, "X-Content-Type-Options": { "type": "string", "description": "Ensures each page has a content type and prevents browsers from doing MIME type sniffing", "default": "nosniff" }, "Status Code": { "type": "integer", "description": "The HTTP status code defining the error", "default": 400 } }, "schema": { "title": "400 Error object", "type": "object", "properties": { "status": { "type": "string", "enum": [ "400" ] }, "title": { "type": "string", "enum": [ "Bad request" ] }, "description": { "type": "string", "enum": [ "You have sent a request which could not be understood." ] } }, "required": [ "status", "title", "description" ], "additionalProperties": false } }, "408": { "description": "Your client has failed to submit a request, and a timeout has occurred.", "headers": { "Strict-Transport-Security": { "type": "string", "description": "HTTPS strict transport security header" }, "X-Frame-Options": { "type": "string", "description": "Prevent this request from being loaded in any iframes", "default": "DENY" }, "X-Content-Type-Options": { "type": "string", "description": "Ensures each page has a content type and prevents browsers from doing MIME type sniffing", "default": "nosniff" }, "Status Code": { "type": "integer", "description": "The HTTP status code defining the error", "default": 400 } }, "schema": { "title": "408 Error object", "type": "object", "properties": { "status": { "type": "string", "enum": [ "408" ] }, "title": { "type": "string", "enum": [ "Client timeout" ] }, "description": { "type": "string", "enum": [ "Your client has failed to submit a request, and a timeout has occurred." ] } }, "required": [ "status", "title", "description" ], "additionalProperties": false } }, "429": { "description": "You have requested this resource too often. Slow down.", "headers": { "Strict-Transport-Security": { "type": "string", "description": "HTTPS strict transport security header" }, "X-Frame-Options": { "type": "string", "description": "Prevent this request from being loaded in any iframes", "default": "DENY" }, "X-Content-Type-Options": { "type": "string", "description": "Ensures each page has a content type and prevents browsers from doing MIME type sniffing", "default": "nosniff" }, "Status Code": { "type": "integer", "description": "The HTTP status code defining the error", "default": 400 } }, "schema": { "title": "429 Error object", "type": "object", "properties": { "status": { "type": "string", "enum": [ "429" ] }, "title": { "type": "string", "enum": [ "Too many requests" ] }, "description": { "type": "string", "enum": [ "You have requested this resource too often. Slow down." ] } }, "required": [ "status", "title", "description" ], "additionalProperties": false } }, "500": { "description": "An error occurred on the server. No further information is available.", "headers": { "Strict-Transport-Security": { "type": "string", "description": "HTTPS strict transport security header" }, "X-Frame-Options": { "type": "string", "description": "Prevent this request from being loaded in any iframes", "default": "DENY" }, "X-Content-Type-Options": { "type": "string", "description": "Ensures each page has a content type and prevents browsers from doing MIME type sniffing", "default": "nosniff" }, "Status Code": { "type": "integer", "description": "The HTTP status code defining the error", "default": 400 } }, "schema": { "title": "500 Error object", "type": "object", "properties": { "status": { "type": "string", "enum": [ "500" ] }, "title": { "type": "string", "enum": [ "Internal server error" ] }, "description": { "type": "string", "enum": [ "An error occurred on the server. No further information is available." ] } }, "required": [ "status", "title", "description" ], "additionalProperties": false } }, "503": { "description": "The service is temporarily unavailable.", "headers": { "Strict-Transport-Security": { "type": "string", "description": "HTTPS strict transport security header" }, "X-Frame-Options": { "type": "string", "description": "Prevent this request from being loaded in any iframes", "default": "DENY" }, "X-Content-Type-Options": { "type": "string", "description": "Ensures each page has a content type and prevents browsers from doing MIME type sniffing", "default": "nosniff" }, "Status Code": { "type": "integer", "description": "The HTTP status code defining the error", "default": 400 } }, "schema": { "title": "503 Error object", "type": "object", "properties": { "status": { "type": "string", "enum": [ "503" ] }, "title": { "type": "string", "enum": [ "Service temporarily unavailable" ] }, "description": { "type": "string", "enum": [ "The service is temporarily unavailable." ] } }, "required": [ "status", "title", "description" ], "additionalProperties": false } }, "default": { "description": "A standard error response.", "headers": { "Strict-Transport-Security": { "type": "string", "description": "HTTPS strict transport security header" }, "X-Frame-Options": { "type": "string", "description": "Prevent this request from being loaded in any iframes", "default": "DENY" }, "X-Content-Type-Options": { "type": "string", "description": "Ensures each page has a content type and prevents browsers from doing MIME type sniffing", "default": "nosniff" }, "Status Code": { "type": "integer", "description": "The HTTP status code defining the error", "default": 400 } }, "schema": { "title": "Error object", "type": "object", "properties": { "status": { "description": "This corresponds to the HTTP status code", "type": "string" }, "title": { "description": "A short title of the type of error", "type": "string" }, "description": { "description": "Further details describing the error", "type": "string" } }, "required": [ "status", "title", "description" ], "additionalProperties": false } } } }, "head": { "tags": [ "BCA" ], "description": "Gets header information on the current set of `Business Current Account` data", "parameters": [ { "name": "If-Modified-Since", "type": "string", "description": "Used for conditional request, to retrieve data only if modified since a given date", "in": "header", "required": false }, { "name": "If-None-Match", "type": "string", "description": "Used for conditional request, to retrieve data only if the given Etag value does not match", "in": "header", "required": false } ], "responses": { "default": { "description": "No response", "schema": { "title": "No response", "type": "object", "properties": {} } } } } } } }