The Bank of England (BoE) introduced a mandatory loanlevel data (LLD) reporting framework for all authorised lenders in the United Kingdom. The aim is to give regulators a granular view of credit risk across the banking system, improve macroprudential surveillance, and ultimately enhance financial stability.
Auto loans represent one of the largest and fastestgrowing segments of consumer credit. Their distinct characteristics shortterm maturities, vehiclecollateral, high turnover of borrowers create a risk profile that differs markedly from mortgages or credit cards. Consequently, lenders must capture and report specific data fields that reflect the unique dynamics of autoloan portfolios.
The template is divided into six main sections. Each section contains mandatory fields, optional fields (where applicable), and a set of validation rules.
| Section | Content | Key Mandatory Fields |
|---|---|---|
| 1. Loan Identification | Unique identifiers, origination dates, contract numbers. | Loan ID, External Loan Reference, Origination Date |
| 2. Borrower Profile | Demographic and creditscore information. | Age, Employment Status, Credit Score (FICO/UK equivalent), Income Band |
| 3. Vehicle Details | Information on the financed asset. | Vehicle Make, Model, Year, VIN, New/Used flag, Vehicle Value at Disbursement |
| 4. Loan Terms | Contractual conditions and pricing. | Loan Amount, Term (months), Fixed/Variable Rate, APR, Repayment Frequency |
| 5. Credit Performance | Monthly status of each loan. | Outstanding Balance, Current Installment, Delinquency Status (030, 3160, 6190, 91+ days), Writeoff Flag |
| 6. Collateral & Recovery | Data on asset repossession and recovery proceeds. | Repossession Date, Recovery Amount, Net Loss, Net Present Value of Collateral |
The BoE requires monthly submission of the entire autoloan portfolio as of the last business day of the month. The file must be uploaded to the regulatory portal by the 10th business day of the following month. Quarterly supplemental reports may be required for stresstesting purposes.
Reports must be submitted in the following formats:
Both formats must conform to the XSD schema published on the BoE website. Validation errors will be returned automatically; institutions have 48hours to correct and resubmit.
While the template itself is a reporting tool, it also underpins several KRIs that banks monitor internally:
Autoloan data often originates from multiple legacy systems (dealership management systems, core banking, credit bureaus). Consolidation can lead to mismatched identifiers. A recommended approach is to maintain a master datahub that assigns a single Loan ID used across all downstream feeds.
Because the reporting window is narrow, any mismatch between the loan ledger and the LLD file can cause submission rejections. Implement automated reconciliation scripts that compare total balances, count of active loans, and aggregate LTV before file generation.
The BoE periodically updates the schema (e.g., adding new vehicletype codes). Allocate resources for a changeimpact analysis each quarter, and maintain versioncontrolled XSD files in a secure repository.
Autoloan data contains personally identifiable information (PII). Ensure encryption intransit (TLS 1.2+), store files on encrypted drives, and limit access to needtoknow personnel. Document the datahandling process to satisfy both BoE and GDPR requirements.
LoanID,ExternalRef,OrigDate,BorrowerAge,BorrowerEmpStatus,CreditScore,IncomeBand,VehicleMake,VehicleModel,VehicleYear,VIN,NewUsedFlag,VehicleValue,LoanAmount,TermMonths,Rate,APR,RepaymentFreq,OutstandingBal,CurrentInst,DelinqStatus,WriteOffFlag,ReposDate,RecoveryAmt,NetLoss,CollateralNPVA123456,EXT987654,2023-02-15,34,EMP,720,30k-40k,Toyota,Camry,2022,1HGCM82633A004352,N,25000,15000,60,4.5,5.2,Monthly,14500,250,0,0,,,B234567,EXT654321,2022-11-03,28,SELF,660,25k-35k,Ford,Focus,2021,2FTRX18W1XCA12345,Y,18000,12000,48,6.2,7.0,Monthly,11600,250,31-60,0,2023-08-01,8000,4000,8500
For the most uptodate schema definitions, validation tools and implementation guidance, please refer to the Bank of Englands official website: bankofengland.co.uk.
