ESMA Securitisation Reporting
A practical guide to EU securitisation disclosure: loan-level templates, STS requirements, data formats, and the operational reality of regulatory reporting.

The ESMA Reporting Regime
ESMA's securitisation disclosure framework requires originators, sponsors, and SSPEs to submit granular loan-level data to registered repositories. For compliance teams, this means wrestling with detailed templates, strict validation rules, and regular submission deadlines.
The EU Securitisation Regulation (Regulation (EU) 2017/2402) introduced comprehensive disclosure requirements designed to give investors standardised access to underlying asset data. Whether a securitisation qualifies as Simple, Transparent and Standardised (STS) or not, the reporting obligations apply—though STS transactions face additional disclosure requirements.
The operative EU framework is EU 2020/1224 (RTS) and EU 2020/1225 (ITS), binding since 2021. April 2024 was a technical update to validation rules only, not a new framework.
Securitisation Repository (SR)
The regime applies to both public and private securitisations, though private transactions have some reporting flexibilities. For ABF practitioners, understanding these requirements matters even for warehouse facilities—as assets eventually moving to public markets need data captured in the required format from origination.
Reporting isn't just about compliance—it's about data architecture. Teams that build ESMA-compliant data capture into their origination systems have a permanent advantage over those retrofitting data for each securitisation.
Who Reports What
| Party | Primary Responsibility | Key Submissions |
|---|---|---|
| Originator | Loan-level data accuracy | Asset templates, investor reports |
| Sponsor | Overall reporting compliance | Transaction documents, liability templates |
| SSPE | Structural information | Inside information, significant events |
| Reporting Entity | Designated submitter | All templates on behalf of parties |
Article 5 Investor Due Diligence
The EU Securitisation Regulation imposes symmetrical obligations on institutional investors (Article 5) — they must verify access to all required disclosures before investing and perform ongoing monitoring. This investor-side due diligence obligation mirrors the issuer's disclosure duty.
STS Disclosure Requirements
Simple, Transparent and Standardised (STS) securitisations enjoy preferential regulatory capital treatment but face enhanced disclosure requirements. The “STS notification” submitted to ESMA includes detailed confirmations that specific criteria are met.
The STS Framework
Simple
- • True sale of assets
- • Homogeneous asset pool
- • No active portfolio management
- • Clear credit granting standards
- • No re-securitisation
Transparent
- • Historical performance data
- • Liability cash flow model
- • Environmental impact disclosure
- • Verification before pricing
- • Clear documentation
Standardised
- • Risk retention compliance
- • Mitigation of interest rate/FX risk
- • Referenced interest payments
- • Sequential amortisation (post-call)
- • No tranche maturity extensions
STS Notification Content
The STS notification is a detailed document confirming compliance with each criterion. For each requirement, the notification must explainhow the transaction meets it—not merely assert that it does.
STS Notification Elements (Illustrative)
Third-Party Verification
While not mandatory, originators may engage an authorised third-party verifier to confirm STS compliance. This provides investors with independent assurance and can support marketing. However, the originator/sponsor remains responsible for STS status—verification does not shift liability.
For STS securitisations, issuers may engage a Third-Party Verifier (TPV) registered with ESMA to independently confirm STS compliance. TPVs include Kroll and STS Verification International. The ESMA Peer Review (March 2025) flagged NCAs for over-reliance on TPV attestations without independent verification.
Synthetic STS notifications are submitted via email to STSnotifications@esma.europa.eu — there is no automated portal for synthetic STS as there is for traditional STS notifications.
STS Status Can Be Lost
Loan-Level Data Templates
ESMA's loan-level templates are the core of securitisation reporting. Each asset class has its own template with hundreds of fields covering borrower information, loan terms, collateral details, and performance data.
Template Categories
The templates are organised by underlying asset type. Each template reflects the specific data points relevant to that asset class, though they share common structural elements.
Residential Mortgages
LTV, property value, borrower income, interest rate type, regional identifiers
Auto Loans & Leases
Vehicle make/model, new vs used, lease vs loan, balloon payment, residual value
Consumer Loans
Loan purpose, employment status, debt-to-income, payment method, channel
SME Loans
Company size, NACE code, guarantees, relationship tenure, facility type
Commercial Mortgages
Property type, tenant info, DSCR, occupancy, lease terms, capex reserves
Esoteric / Other
Flexible template for trade receivables, equipment leases, infrastructure, other
Field Categories Within Templates
Asset Identification
Unique identifiers, pool cut-off date, origination date, currency, original and current balance. These fields link the loan to the transaction and establish basic parameters.
Borrower Information
Employment status, income, debt ratios, geographic location (regional, not individual addresses), credit score at origination. Anonymised to protect personal data.
Loan Terms
Interest rate (fixed/floating), margin, reference rate, payment frequency, maturity, amortisation type, prepayment provisions, fees.
Collateral Details
For secured assets: property/vehicle/equipment description, valuation, valuation date, LTV calculation, insurance status. Varies significantly by asset class.
Performance Data
Current arrears status, number of days past due, cumulative prepayments, loss amounts, recovery amounts. Updated with each reporting period.
Special Situations
Modifications, forbearance, legal proceedings, workout status. Critical for tracking credit deterioration and resolution outcomes.
Template Updates
ESMA periodically updates templates to reflect market developments and supervisory experience. Template changes typically have transition periods, but implementing new fields can require significant IT development—especially if the required data wasn't captured at origination.
Recent Template Additions
ESMA's February 2025 consultation proposed a simplified private securitisation template (Annex XVI) for transactions not publicly marketed. As of March 2026, this has not yet been adopted — this remains forthcoming.
XML & CSV Formats
Submissions to securitisation repositories can be made in XML or CSV format. Each has trade-offs, and the choice often depends on originator systems capabilities and volume.
Structured & Validated
- •Self-describing with schema validation
- •Handles complex nested structures
- •Native support for special characters
- •Larger file sizes, more verbose
- •Requires XML-capable systems
Simple & Compact
- Easy to generate from spreadsheets
- Smaller file sizes
- Widely supported by basic tools
- Simpler debugging and inspection
- Encoding issues with special characters
XML Schema Structure
ESMA publishes XML schemas (XSD files) defining the exact structure required. Submissions must validate against these schemas before the repository accepts them. The mandatory XML schema version is v1.3.1 (required since September 1, 2021). Issuers must use this specific schema for all loan-level data submissions.
<SecuritisationData>
<Header>
<ReportingEntity>LEI_CODE_HERE</ReportingEntity>
<SecuritisationIdentifier>ISIN/UTI</SecuritisationIdentifier>
<ReportingDate>2026-01-15</ReportingDate>
<DataCutOffDate>2025-12-31</DataCutOffDate>
</Header>
<UnderlyingExposures>
<Exposure>
<ExposureIdentifier>LOAN001</ExposureIdentifier>
<OriginalBalance>250000.00</OriginalBalance>
<CurrentBalance>237500.00</CurrentBalance>
<InterestRateType>FLOATING</InterestRateType>
<!-- ... 200+ more fields ... -->
</Exposure>
<!-- ... additional exposures ... -->
</UnderlyingExposures>
</SecuritisationData>CSV Field Mapping
CSV submissions use a flat file structure with specific column ordering. The repository provides mapping documents showing which column corresponds to which template field.
Common Pain Points
ESMA reporting looks straightforward on paper but creates operational challenges in practice. Teams new to securitisation reporting consistently encounter the same obstacles.
Template Complexity
Field Count Overwhelm
Templates contain 200-300+ fields, many with subtle interdependencies. Teams often underestimate the mapping effort required to connect origination systems to template fields. A single RMBS template field like “Interest Rate Reset Frequency” might require logic combining multiple source system fields.
Conditional Logic
Many fields are conditionally required based on other field values. “If Interest Rate Type = FLOATING, then Reference Rate is mandatory.” These dependencies create complex validation rules that simple spreadsheet approaches cannot handle reliably.
Enumeration Constraints
Fields with enumerated values (e.g., Employment Status must be EMPL, SEMP, UNEM, RETD, etc.) require exact matches. Internal systems using “Employed” or “Full-time” need translation layers. New origination products may not fit existing enumerations.
Validation Errors
Repository validation catches data quality issues before submission is accepted. Common validation failures include:
Data Mapping Challenges
Historical Data Gaps
ESMA fields may require data not captured at loan origination. Retrofitting is expensive or impossible—you cannot reconstruct a borrower's employment status at origination if it was never recorded.
System Fragmentation
Loan data lives across multiple systems: origination, servicing, collections, accounting. Assembling a complete template record requires integration across systems that may not share common identifiers.
Definition Mismatches
Internal definitions may not align with ESMA specifications. "Current Balance" might mean different things in accounting vs servicing systems, neither matching the ESMA definition precisely.
Timing Differences
Templates require point-in-time snapshots, but source systems may only store current state. Reconstructing historical performance data for mid-period cut-offs requires careful temporal logic.
The Retrofit Trap
Reporting Timeline & Deadlines
ESMA reporting follows a regular cadence, with different deadlines for initial disclosure and ongoing reporting. Missing deadlines can affect STS status and trigger supervisory scrutiny.
Initial Reporting
Before Pricing
At/After Closing
Ongoing Reporting
| Report Type | Frequency | Deadline | Content |
|---|---|---|---|
| Loan-level data | Quarterly (minimum) | 1 month after period end | Updated performance, new/redeemed assets |
| Investor report | Monthly/Quarterly | Per transaction documents | Collections, losses, triggers, tests |
| Inside information | Event-driven | Without delay | Material events affecting transaction |
| Significant events | Event-driven | Without delay | Breaches, amendments, rating changes |
EU, UK & US Reporting Compared
Issuers with cross-border programmes must navigate EU, UK, and US disclosure regimes. While all three aim to provide investors with loan-level data, the approaches differ significantly.
Key Differences
| Aspect | EU (ESMA / SR 2017/2402) | UK (FCA SECN + PRA PS7/24) | US (SEC Reg AB II) |
|---|---|---|---|
| Effective Date | Since 2021 (RTS/ITS) | November 1, 2024 (PS7/24) | Ongoing (Reg AB II 2014) |
| Repository | EuroDW or SecRep B.V. (ESMA-registered) | FCA-registered repository (EDW for most) | EDGAR (SEC filing system) |
| Format | XML v1.3.1 or CSV per ESMA templates | Largely aligned with ESMA templates (CP26/6 proposes principles-based divergence) | XML per SEC Asset Data File specs |
| Timing | Before pricing + ongoing quarterly | Before pricing + ongoing quarterly | At offering + ongoing with Form 10-D |
| Scope | All EU securitisations (public & private) | UK securitisations under UK Securitisation Regulation 2024 | Public ABS offerings (Reg AB II) |
| Verification | Third-party STS verification (optional TPV) | UK STS framework (UKETS); FCA-registered TPVs | CEO certification of disclosure |
UK Divergence: FCA CP26/6
Practical Implications
Dual Compliance Burden
Cross-border issuers cannot use a single report for both regimes. Field definitions, formats, and timing differ. This typically means maintaining parallel reporting processes and system extracts.
Data Architecture Opportunity
A unified data warehouse capturing all required fields for all regimes, with format-specific export layers, reduces duplication. Invest in the underlying data model, not just compliance outputs.
Regulatory reporting is converging conceptually—both regimes want granular loan-level data available to investors. The operational complexity lies in the details: different field definitions, different formats, different submission mechanisms.
Building Reporting Capability
ESMA securitisation reporting is a significant operational commitment. Teams that treat it as a compliance checkbox will struggle with each submission. Those that build robust data architecture and automated processes create sustainable advantage.
Keys to Success
- • Capture ESMA fields at origination
- • Build unified data model for all templates
- • Implement temporal data for point-in-time
- • Automate validation before submission
- • Assign clear reporting ownership
- • Build validation into production flow
- • Maintain test submissions between deals
- • Track template changes proactively
For related context on securitisation structures, see our Securitisation Fundamentals guide. For understanding the waterfall mechanics that investor reports must explain, explore our Waterfall Structures deep dive.
Further Reading
16 curated resources from industry experts
Loan-Level Data Templates
RMBS Templates (Annexes 2 & 11)
Residential mortgage-backed securities templates: ~300 fields covering property details, LTV, borrower income, payment history, regional data.
Auto Loan & Lease Templates (Annexes 4 & 13)
Auto ABS templates: vehicle make/model, new vs used, lease vs loan structures, balloon payments, residual values.
Consumer Loan Templates (Annexes 5 & 14)
Unsecured consumer loan templates: loan purpose, employment status, debt-to-income, payment method, origination channel.
SME Loan Templates (Annexes 6 & 15)
SME securitisation templates: company size classification, NACE industry codes, guarantees, facility types, relationship tenure.
Credit Card Templates (Annexes 7 & 16)
Credit card receivables templates: credit limits, utilisation rates, minimum payment behaviour, revolving vs transactor profiles.
Leasing Templates (Annexes 8 & 17)
Equipment and other leasing templates: asset type, lease term, residual value assumptions, lessee characteristics.
ESMA Official Resources
Securitisation Disclosure Technical Standards
Official ESMA page with all RTS for securitisation disclosure, validation rules, and template annexes. The operative framework is EU 2020/1224 (RTS) and EU 2020/1225 (ITS), binding since 2021. April 2024 was a technical update to validation rules only, not a new framework.
European DataWarehouse (EDW)
ESMA-registered securitisation repository providing submission interfaces, validation tools, and template downloads.
Securitisation Regulation (EU) 2017/2402
The foundational regulation establishing the STS framework and disclosure requirements for EU securitisations.
ESMA Peer Review on Securitisation Disclosure
ESMA Peer Review (March 27, 2025) documenting NCA compliance failures in securitisation disclosure enforcement.
Legal & Advisory
EU Securitisation Regulation: Disclosure and Due Diligence
Legal analysis of EU Securitisation Regulation disclosure requirements and practical compliance guidance.
STS Verification: Market Practice and Pitfalls
Insights on STS verification requirements, third-party verifier roles, and common compliance challenges.
Rating Agencies
European Structured Finance Data Quality
Fitch's perspective on loan-level data quality in European securitisation and its impact on credit analysis.
EU Securitisation Disclosure Framework
DBRS analysis of the EU disclosure framework and data availability for rating purposes.
UK Regulatory Resources
External links open in new tabs. These resources are provided for educational purposes and do not constitute endorsement.