Skip to main content
This glossary defines the core financial and platform terms used throughout Lerian’s documentation. It helps product managers, sales teams, and anyone new to financial infrastructure quickly understand the language used in our guides.

A


Account

The fundamental unit of value storage in a ledger. An account holds a balance denominated in a specific asset (e.g., BRL, USD). Accounts can represent customer accounts, internal settlement accounts, fee collection accounts, or any other container for tracking value.

Account Type

A classification that defines the nature and purpose of an account, such as checking, savings, escrow, or settlement. Account types enable proper transaction routing and consistent business rules across account categories.

Asset

A unit of value tracked in the ledger. Assets can be traditional currencies (BRL, USD, EUR), digital currencies (BTC, ETH), or custom units like loyalty points or academic credits. Every account links to exactly one asset.

Atomic (Atomicity)

A property of transactions where all operations either succeed together or fail together. There is no partial execution. If a transaction involves three operations (a debit, a credit, and a fee), either all three happen or none do. This prevents incomplete financial events.

Audit trail

A chronological record of every action and transaction in the system. Audit trails are immutable. Once recorded, an audit trail cannot change or be deleted. This is essential for regulatory compliance (SOX, GLBA) and dispute resolution.

B


Balance

The current amount of an asset held in an account. Midaz tracks two balance amounts: available (ready for immediate use) and on hold (reserved for pending transactions).

Blast radius

The scope of impact if a failure, misconfiguration, or security incident occurs. In multi-tenancy contexts, blast radius counts the tenants that suffer when something goes wrong in one tenant’s scope. DATABASE mode minimises blast radius because each tenant has a fully isolated database. A failure or data corruption affects only that tenant. SCHEMA mode has a wider blast radius because tenants share the same database process. See also: DATABASE mode, SCHEMA mode, Tenant isolation.

BYOC (Bring Your Own Cloud)

A deployment model where you run Lerian software on your own infrastructure, whether public cloud (AWS, GCP, Azure), private cloud, or on-premises. This gives you full control over data residency, security, and scaling. See also: SaaS.

C


CEL (Common Expression Language)

A lightweight, type-safe expression language that Tracer uses for writing business rules. CEL lets analysts and compliance teams define validation logic without writing application code or requiring deployments. One example: “if transaction amount exceeds 10,000 and account type is personal, flag for review”.

Core banking

A complete banking platform that combines a ledger foundation with the capabilities required to operate financial products. Those capabilities are accounts and balances, value movement, customer identity, reporting, governance, connectivity, and auditability. A ledger is foundational, but it is not the whole core banking platform.

Child account

A sub-account created under a parent account, typically used for budgeting or organizational purposes. For example, a customer’s savings account might have child accounts for “Vacation Fund” and “Emergency Fund.” Each child account tracks its own balance and rolls up to the parent.

D


Double-entry accounting

An accounting principle where the ledger records every financial movement as at least two operations: a debit from one account and a credit to another. This ensures the system always balances. The total of all debits equals the total of all credits. Midaz enforces double-entry automatically on every transaction.

DSL (Domain-Specific Language)

A simplified programming language designed for a specific domain. In Flowker, the DSL lets teams define workflow steps, conditions, and integrations using a structured format, without writing general-purpose code.

E


ERP (Enterprise Resource Planning)

A business management software system (such as SAP, Oracle, or NetSuite) that integrates core processes like accounting, procurement, and inventory. ERPs are common data sources for reconciliation with Matcher.

External account

A special account in Midaz (prefixed with @external/) that represents value entering or leaving the system from outside. For example, when a student enrolls in a course, credits move from @external/available-courses into the student’s account. External accounts act as boundaries between your ledger and the outside world.

F


Fail closed

A safety posture where a system denies access by default when it cannot verify a required condition, rather than allowing access and risking a breach. In Lerian multi-tenancy, tenant resolution is fail-closed. When the JWT does not identify the tenant, or when the tenant configuration does not load, the system rejects the request. The request never runs against a default, shared, or another tenant’s data. See also: Tenant isolation, Multi-tenancy.

H


Helm Chart

A pre-configured deployment package for Kubernetes. Helm Charts contain all the instructions needed to install, configure, and upgrade software in a Kubernetes cluster. Lerian provides Helm Charts for deploying products in BYOC (self-hosted) environments.

I


Idempotency

The property that an operation produces the same result whether executed once or multiple times. In financial systems, this prevents duplicate transactions. If you accidentally send a payment request twice, idempotency ensures the money only moves once.

Immutable (Immutability)

A property meaning “cannot change or be deleted after creation.” In Midaz, all transactions and audit records are immutable. Once recorded, they exist permanently. This guarantees data integrity for compliance and auditing.

K


Kubernetes

A platform for running and managing software applications at scale across multiple servers. Kubernetes automates deployment, scaling, and recovery, so applications stay available even when individual servers fail. Required for BYOC deployments of Lerian products.

L


Ledger

The core financial book that records all transactions, balances, and operations for an organization. Think of it as the single source of truth for a business unit’s finances. An organization can have multiple ledgers for different purposes (e.g., retail operations, treasury).

M


Metadata

Additional information attached to entities like accounts, transactions, or organizations. Metadata takes the form of key-value pairs. It can hold any custom data your business needs, such as a customer’s external ID, a transaction’s reference number, or a department code. It does not affect ledger logic but enriches records for reporting and integration.

Multi-tenancy

An operating model where one deployment serves independent customer contexts (called tenants) with product-specific request scoping and storage isolation. Lerian Cloud operates multi-tenant. BYOC multi-tenancy is available only for products and entitlements that support it. Tenant Manager uses dedicated and shared for PostgreSQL modes described as DATABASE and SCHEMA. See also: Tenant, Tenant isolation.

O


Onboarding domain

The part of Midaz responsible for structuring your financial ecosystem: creating organizations, ledgers, assets, accounts, portfolios, and segments. This is the “setup” phase before any transactions occur.

Operation

The atomic unit of movement in the ledger: a single debit or credit. Every transaction consists of one or more operations, which gives precise traceability for compliance and reporting.

Operation Route

A reusable template that defines the rules for one “leg” of a financial transaction. It specifies which accounts participate, in what direction (source/destination), and under what accounting annotation.

Organization

The top-level business entity in Midaz, typically a bank, fintech, or subsidiary. Each organization holds its own ledgers, configurations, and access controls.

P


Pix

Brazil’s instant payment system, operated by the Central Bank of Brazil (BACEN). Pix enables real-time transfers 24/7 between individuals, businesses, and government entities. In the Lerian ecosystem, the Pix plugin connects Midaz to the Pix network, handling payment initiation, settlement, and fee management.

Portfolio

A grouping of accounts belonging to the same customer, business unit, or purpose. For example, a single client may hold checking, savings, and investment accounts across different currencies. A portfolio ties them together for a unified view.

Plugin

An optional extension that adds functionality to a specific Lerian product. Examples include Pix (instant payments), TED (bank transfers), and Payments (boletos and bill payment). Plugins run inside a host product’s architecture rather than standalone. Today, all available plugins extend Midaz.

R


Reconciliation

The process of comparing two sets of records (for example, your internal ledger against bank statements) to verify they match. Matcher automates this process by applying matching rules and flagging discrepancies.

S


Lerian Cloud (SaaS)

Lerian’s fully managed deployment model. Lerian operates the licensed platform modules and underlying infrastructure. Customers use the supported product APIs and configuration surfaces. See also: BYOC.

Segment

A classification applied to accounts that share characteristics, like customer tiers (VIP, Student, Business) or regional divisions. Segments enable differentiated rules, pricing, and benefits across your customer base.

Service-centric architecture

An architectural model that organises configuration and infrastructure around services rather than tenants. In Lerian multi-tenancy, a Tenant entity holds identity metadata, while a Service entity holds infrastructure configuration (database credentials, connection details, isolation mode). This separation means the same tenant can have different isolation modes across different products, and you can reconfigure a service independently of the tenant’s identity. See also: Multi-tenancy, Tenant isolation.

Settlement

The process of finalizing a financial transaction, transferring the actual funds between institutions. Settlement accounts in Midaz act as clearing points. Money waits there before it moves to its final destination (e.g., via Pix or TED to the central bank).

SOX (Sarbanes-Oxley Act)

A U.S. federal law that mandates strict financial record-keeping and auditing standards for publicly traded companies. SOX compliance requires immutable audit trails and accurate financial reporting. Midaz and Matcher provide those capabilities by design.

Source-available

A licensing model where source code is publicly accessible under terms that restrict some uses. Within the Lerian portfolio, Midaz (including its separately deployed Tracer component) is source-available under the Elastic License 2.0 (ELv2). It is not a generic open-source product. Other Lerian products are available to licensed customers.

Streaming Hub

Lerian’s event-delivery service. It sits at the edge between the platform’s internal event stream and the systems you run outside it. It delivers each event you care about to a destination you own: a webhook, a cloud queue, or a cursor you pull.

T


Tenant

A logically isolated customer context in a multi-tenant deployment. The supported product service defines its data model, authentication claims, routing, and backing resources. Do not assume one product’s tenant model applies to another. See also: Multi-tenancy, Tenant isolation.

Tenant isolation

The controls that prevent another tenant from using one tenant’s supported product service, data, configuration, and operations. For PostgreSQL services managed through Tenant Manager, dedicated corresponds to a database per tenant and shared to a schema per tenant in a shared database. Authentication and routing controls remain product-specific. See also: Multi-tenancy, Tenant.

Terraform

An infrastructure automation tool that provisions and manages cloud resources (servers, databases, networks, security groups) through declarative configuration files. Lerian provides Terraform templates for setting up BYOC infrastructure on AWS, GCP, or Azure.

TED (Transferência Eletrônica Disponível)

A Brazilian electronic bank transfer system for high-value or same-day transfers between financial institutions. Unlike Pix, TED operates only during business hours. In the Lerian ecosystem, the TED plugin connects Midaz to the TED network.

Transaction

A movement of value between accounts. Transactions can involve multiple operations (debits and credits), and Midaz processes them atomically. Either all operations succeed, or none do. This ensures no partial financial events occur.

Transaction domain

The part of Midaz responsible for executing financial movements: processing transactions, updating balances, and maintaining audit trails.

Accounting Route (Transaction Route)

A complete transaction blueprint composed of multiple Operation Routes. For example, a “Pix Transfer” route defines all the debits and credits involved, ensuring double-entry compliance on every transaction of that type. Called Accounting Route in the Lerian Console and product docs. Exposed as transactionRoute in the API.

W


Webhook

An automated notification sent from one system to another when a specific event occurs. For example, Matcher can send a webhook to your JIRA instance when it finds a reconciliation exception, automatically creating a ticket for your team to investigate.