Skip to content
Baseella
  • Home
  • Features
  • About
  • Pricing
  • Contact
Schedule a demo
Schedule a demo
  • Home
  • Features
  • About
  • Pricing
  • Contact
Baseella
  • Home
  • Features
  • About
  • Pricing
  • Contact
Baseella
  • Home
  • Features
  • About
  • Pricing
  • Contact
Schedule a demo
Schedule a demo
  • Home
  • Features
  • About
  • Pricing
  • Contact
Baseella
  • Home
  • Features
  • About
  • Pricing
  • Contact
Modern core banking system happy robot

Core banking and payments technology

11
  • What is a Core Banking System? 7 Key Features
  • What are Legacy Core Banking Systems? The Complex Nightmare
  • What are the key advantages of using a SaaS cloud-based banking system? Top 7 reasons why to avoid developing your own
  • Is using an open-source technology in core banking software development safe and secure? 
  • What are the advantages of using an open-source database in modern cloud-based whitelabel bank software? 
  • What advantages RESTful API has over SOAP API?
  • How does the use of GraphQL Federation enhances RESTful APIs?
  • Key principles and advantages of the microservices architecture in payment software solutions
  • What are the benefits of integrating container and orchestration technologies such as Docker and Kubernetes into the deployment of cloud-based software for bank systems?
  • What are the typical security measures undertaken by the cloud core banking systems developers to address the security concerns of financial institutions?
  • What is required of the SaaS cloud-based core banking software to enable the financial institutions to provide banking as a service or a superapps?
Modern core banking system happy robot

Regulations and compliance

15
  • What Is Confirmation of Payee?
  • What Is Verification of Payee?
  • What is PCI DSS? The best explanation
  • What are the key concerns when choosing the core banking system from the perspective of regulatory compliance?
  • What is Open Banking, and why do banks, payment institutions and e-money institutions in the EU must publish Open Banking API?
  • What is strong customer authentication (SCA) regulatory technical standard (RTS)?
  • Can push notifications be considered compliant with SCA RTS?
  • Why is it important to use multi-factor authentication (MFA) when accessing a cloud-based core banking system?
  • Why is it essential to have comprehensive user management in the banking software?
  • Why is it important for the modern cloud-based core banking system to be built around a general ledger and have a chart of accounts?
  • Is it possible to obtain necessary information for regulatory reporting if an institution uses a core banking system with no general ledger and chart of accounts?
  • Why is there a need for customer risk scoring and transaction risk scoring?
  • Why is it ineffective or even dangerous to outsource the risk scoring from a third party without having it as a part of the cloud-based core banking software?
  • What is DORA (Digital Operational Resilience Act)?
  • What is safeguarding in payments, and why is it required?
Modern core banking system happy robot

Banking, payments, and e-money

21
  • What is payment initiation service, and how it can be used?
  • What is a banking superapp and what does it offer?
  • What is Banking as a Service, or BaaS?
  • What is an Account Servicing Payment Service Provider?
  • Who are Third-Party Providers (TPPs), and what is their role?
  • What is Account Information Service, and how it can be used?
  • What is Original Credit Transaction (Visa and Mastercard) and how is it used in payments?
  • What is SEPA, and what types of payment transactions it facilitates?
  • What is Step2 and what types of payment transactions it supports?
  • What is Target2, and what types of payment transactions it supports?
  • What is Faster Payments (UK), and what types of payment transactions it supports?
  • What is Bacs, and what kind of payments it supports?
  • What is NACHA (USA), and what types of payments it supports?
  • What is SWIFT, and what types of payments it supports?
  • What is a correspondent bank, and what is its role in payments?
  • What is a ledger-centric architecture in core banking systems?
  • What is the difference between a core ledger and a payments ledger?
  • How does event-driven architecture work in payment platforms?
  • What is the role of message queues in payment systems?
  • How do core banking systems achieve high availability and fault tolerance?
  • How does multi-tenant architecture vs single tenant in SaaS core banking platforms compare?
View Categories
  • Home
  • Knowledge Base
  • Banking, payments, and e-money
  • What is a ledger-centric architecture in core banking systems?

What is a ledger-centric architecture in core banking systems?

7 min read

ledger-centric-architecture-in-core-banking-systems

A ledger-centric architecture is a core banking system design philosophy in which the general ledger occupies the central position in the system’s data architecture, rather than being a downstream reporting layer that financial data is pushed into periodically. In a ledger-centric system, every financial event, whether a payment transaction, a fee posting, a currency conversion, a settlement entry, or a compliance-driven adjustment, is recorded directly in the ledger at the moment it occurs. All other system functions, including account balance management, regulatory reporting, management accounting, and audit trail generation, read their data from this central ledger rather than maintaining their own separate data stores.

This contrasts with the alternative approach, in which the core banking system maintains transaction and account data in operational databases optimised for processing speed, and periodically pushes summarised or transformed versions of that data into a separate general ledger for reporting purposes. In this non-ledger-centric model, the ledger is a reporting tool rather than the system of record, and the institution must reconcile the operational data against the ledger data regularly to ensure consistency. Reconciliation failures, timing differences, and data transformation errors are endemic in this model and represent both an operational overhead and a regulatory risk.

As illustrated in a typical ledger-centric architecture, a payment transaction initiated by a customer triggers a series of double-entry bookkeeping postings in the general ledger simultaneously with the processing of the payment itself. The customer’s payment account is debited, the relevant settlement or transit account is credited, and any associated fee income is posted to the appropriate revenue account, all within the same atomic transaction. The account balance visible to the customer, the regulatory report figure for payment transaction volumes, and the management account revenue entry all reflect the same underlying ledger posting, with no reconciliation required between them.

Key Takeaways: #
  • A ledger-centric architecture is a core banking system design approach in which the general ledger is the central, authoritative data layer for all financial events, with every transaction, account movement, and financial obligation recorded in the ledger at the point of occurrence rather than derived or reconstructed from separate operational systems;
  • In a ledger-centric architecture, regulatory reporting, financial management, compliance monitoring, and audit functions all draw from the same underlying ledger data, eliminating the reconciliation overhead and data integrity risks that arise when these functions depend on separate, disconnected data sources;
  • For payment institutions and e-money institutions, a ledger-centric architecture is the most reliable foundation for meeting safeguarding reporting obligations, own funds calculations, and the regulatory reporting requirements of national competent authorities such as the FCA, as all required data is available within a single, consistently structured source of financial truth.

The Core Principles of Ledger-Centric Architecture #

The general ledger as the system of record: In a ledger-centric architecture, the general ledger is not a summary of the system’s financial activity. It is the primary record from which all financial data is derived. Every financial event in the system creates one or more ledger entries at the point of occurrence, and those entries are the authoritative record of what happened, when it happened, and how it was classified. Account balances are calculated from ledger entries rather than stored separately and updated incrementally, ensuring that the balance is always consistent with the underlying transaction history. This single-source-of-truth model eliminates the category of errors that arise when account balances and transaction records are maintained in separate data stores that must be kept in sync.

Double-entry bookkeeping as the structural foundation: Ledger-centric architectures implement double-entry bookkeeping as the structural mechanism for recording financial events. Every financial transaction creates at least two ledger entries: a debit to one account and a credit to another, with the total debits always equalling the total credits. This structural constraint provides a built-in integrity check on the financial data, as any processing error that creates an imbalance between debits and credits is immediately detectable. For payment institutions and e-money institutions, double-entry bookkeeping is essential for the accurate tracking of safeguarded funds, own funds, and settlement liabilities, as the relationship between these balances must be maintained precisely and demonstrably at all times.

Real-time posting and balance availability: A ledger-centric architecture requires that ledger postings are made in real time as transactions are processed, rather than in batch cycles at the end of a processing period. Real-time posting ensures that account balances, regulatory positions, and financial reports always reflect the current state of the institution’s financial activity, without the lag that batch posting introduces. For institutions operating on real-time payment rails such as Faster Payments or SEPA Instant Credit Transfer, real-time ledger posting is an operational necessity, as the account balance must be updated immediately upon settlement to ensure that subsequent transactions are processed against an accurate available balance.

Chart of accounts as the classification framework: The chart of accounts defines the structure of the general ledger by specifying the account categories into which financial events are classified. In a ledger-centric architecture, the chart of accounts is designed to reflect both the institution’s operational structure and its regulatory reporting requirements, ensuring that every financial event is automatically classified in a way that maps directly to the reports the institution must produce. For payment institutions and e-money institutions, this means the chart of accounts must include dedicated account categories for client funds held for safeguarding, own funds, payment transaction volumes by product type, fee income, and settlement liabilities, each configured to feed directly into the regulatory reports required by the national competent authority.

Unified data source for reporting and compliance: Because all financial data in a ledger-centric architecture is held in a single, consistently structured ledger, regulatory reports, management accounts, and audit extracts can all be generated directly from the same data source without requiring prior reconciliation or data transformation. This unified reporting model eliminates the risk of discrepancies between figures reported to regulators, figures presented in management accounts, and figures available in the audit trail. It also simplifies the process of responding to regulatory queries or audit requests, as any reported figure can be traced back to its source ledger entries through the audit trail without requiring reconstruction of the data from multiple systems.

Why Ledger-Centric Architecture Matters for Regulated Institutions #

Safeguarding compliance: Payment institutions and e-money institutions are required to safeguard customer funds and to demonstrate through daily reconciliation and regulatory reporting that their safeguarding accounts hold funds equal to their outstanding payment and e-money liabilities. A ledger-centric architecture supports this requirement by maintaining client funds and own funds in separate ledger account categories, with the balance of each category always consistent with the underlying transaction history. The safeguarding position can be calculated and reported directly from the ledger at any point, without requiring a separate reconciliation process.

Regulatory reporting accuracy: Regulatory reports submitted to national competent authoritie must accurately reflect the institution’s financial position as of the reporting date. In a ledger-centric architecture, these reports are generated directly from the general ledger, ensuring that the reported figures are derived from the same data that drives the institution’s operational processes. This eliminates the risk of reporting figures that differ from the institution’s actual financial position due to reconciliation timing differences or data transformation errors.

Audit trail integrity: A ledger-centric architecture provides a complete, tamper-resistant audit trail of all financial events, as every transaction is represented by one or more ledger entries that are created at the point of processing and cannot be modified retrospectively without leaving a detectable trace. This audit trail supports regulatory examinations, financial crime investigations, and internal governance reviews, enabling any reported figure to be traced back to its source transactions.

DORA and operational resilience: Under DORA, financial institutions must be able to recover their critical ICT systems and data within defined recovery time and recovery point objectives. A ledger-centric architecture supports this requirement by concentrating the institution’s authoritative financial data in a single, well-defined system layer, simplifying the backup, recovery, and data integrity verification processes required to restore the system following an ICT incident.

FAQ: #

What is the difference between a ledger-centric architecture and a transaction-centric architecture?

  • In a transaction-centric architecture, the operational database that records and processes payment transactions is the primary system of record, and financial data is periodically extracted and pushed into a separate general ledger for reporting purposes. The ledger is a downstream reporting layer rather than the authoritative source of financial truth. In a ledger-centric architecture, the general ledger is the primary system of record, and all financial events are posted directly to the ledger at the point of processing. There is no separate operational database that must be reconciled against the ledger, as the ledger itself drives both the operational and reporting functions of the system. For payment institutions and e-money institutions, the ledger-centric model eliminates the reconciliation overhead and data integrity risks inherent in the transaction-centric model.

Does a ledger-centric architecture require double-entry bookkeeping for all transaction types?

  • Yes. Double-entry bookkeeping is the structural mechanism through which a ledger-centric architecture maintains the integrity of its financial data. Every financial event, regardless of its type, must create balanced ledger entries in which total debits equal total credits. This constraint applies to payment transactions, fee postings, currency conversion entries, settlement entries, interest accruals, and all other financial events processed by the system. The requirement for balanced double-entry postings is what makes the general ledger a reliable system of record and what enables the built-in integrity checking that a ledger-centric architecture provides. Payment institutions and e-money institutions that use a core banking system without genuine double-entry bookkeeping at its core cannot rely on the ledger as a single source of financial truth for regulatory reporting or safeguarding compliance purposes.
Updated on April 29, 2026
Share This Article :
  • Facebook
  • X
  • LinkedIn

Powered by BetterDocs

Table of Contents
  • Key Takeaways:
  • The Core Principles of Ledger-Centric Architecture
  • Why Ledger-Centric Architecture Matters for Regulated Institutions
  • FAQ:
Pages

  • Features
  • About
  • Pricing
  • Contact
Resources

  • Knowledge base
  • Blog
ISO sertificate

Copyright © 2026 Baseella Ltd

  • Privacy
  • Cookies
  • Terms and Conditions

Stay Ahead in Banking Innovation!

 

Subscribe to our blog and get the latest insights on core banking technologies, industry trends, and expert advice delivered straight to your inbox.

✅ Exclusive Content: From in-depth articles and case studies to interviews with banking leaders and tech innovators.

✅ Early Access: Be the first to know about our newest features, updates, and exclusive offers.

✅ Empower Your Institution: Gain actionable tips and strategies to drive digital transformation and enhance your banking services.

Join our community of banking professionals today!

Loading