What is GSLDM?
GSLDM stands for Generic Syndicated Loan Data Model. It is a precise, vendor-agnostic, composable data model for the financial and economic terms of a syndicated facilities agreement.
A common language for the syndicated loan market.
For banks, agents and lending platforms
GSLDM is a precise, vendor-agnostic composable data model for the financial and economic terms of a syndicated facilities agreement — grounded in LMA* standard documentation, and designed for any counterparty to build on.
Right now
Margins. Ratchets. Fees. Repayment schedules. Multi-currency mechanics. Every bank, agent and servicing platform stores the same economic terms in its own proprietary format — so every new counterparty, every new platform, every amendment means the same facts get typed in again by hand.
Same agreement. Different shape, every time.Objects, terms and defaults are aligned with terminology and conventions found in the LMA* standard documentation, so the model speaks the language your desks, lawyers and agents already use.
GSLDM is independently maintained rather than being the proprietary schema of any bank, agent, fintech or servicing platform. It is designed as a common description layer that can sit between them.
The format is shared and standardised rather than tied to one vendor's internal schema. A loan described this way can move between any system that implements the model.
The biggest cost in syndicated lending isn't a lack of technology — it's the lack of one precise, shared description of the product itself. This is that description layer.
GSLDM represents what a loan is, not how to process it. It deliberately stays out of servicing, accounting and workflow so it can describe the product with total precision.
The model grows as banks, agents and vendors propose extensions and corrections. It's a living model, designed to evolve with the market rather than being handed down once and left to age.
The core capability
Every object in the model round-trips cleanly to and from JSON. What one system writes, any other system implementing GSLDM can read back — in full, without a bespoke mapping layer for every new counterparty.
{
"facility": {
"type": "termLoanB",
"currency": "EUR",
"margin": {
"value": 2.75,
"unit": "pctPerAnnum"
}
}
}
Straight from the reference
A small slice of the model's reference documentation — object by object, attribute by attribute, with market-standard defaults and a live JSON example for each.
A lump-sum loan drawn once, or over a short period, and repaid on a fixed schedule. Term Loan A typically amortises; Term Loan B is usually bullet.
{
"id": "fac-tlb",
"kind": "TermFacility",
"name": "Facility B",
"commitment": {
"totalCommitment": { "currency": "EUR", "value": "500000000.00" }
},
"tranche": "TLB"
}
A margin grid stepped against a financial metric — typically net leverage — observed off the Compliance Certificate.
{
"kind": "Margin",
"marginType": "RATCHET",
"openingMargin": { "bps": 375 },
"ratchetMetric": "NET_LEVERAGE",
"ratchet": [
{ "fromInclusive": 4.0, "toExclusive": 4.5, "margin": { "bps": 350 } }
]
}
Defines the repayment profile — a single payment at maturity, regular instalments, or instalments plus a large final payment.
{
"kind": "RepaymentSchedule",
"method": "BULLET",
"maturityDate": "2033-09-14T00:00:00+02:00"
}
Fallback pricing if a threshold of lenders certify they genuinely cannot fund at the screen rate.
{
"kind": "MarketDisruption",
"costOfFundsFallback": true,
"lenderThresholdPercent": { "percent": 35 }
}
What's in the model today
Covenants and other qualitative clauses are planned for a later stage. Today the model is deliberately narrow, so the financial terms it does cover are precise.
In scope today
Coming later
Now → next. Not a roadmap of features — a roadmap of precision.
Common questions
GSLDM stands for Generic Syndicated Loan Data Model. It is a precise, vendor-agnostic, composable data model for the financial and economic terms of a syndicated facilities agreement.
GSLDM is designed for banks, agents, lenders and lending or servicing platforms that need a shared description of syndicated loan terms across systems and counterparties.
The current model covers facilities, pricing and ratchets, fees, repayment schedules, multi-currency mechanics and syndication. Covenants and other qualitative clauses are identified as a later stage.
GSLDM is independently maintained. Its objects, terms and defaults are described as aligned with terminology and conventions found in LMA standard documentation. GSLDM is not affiliated with, endorsed by, or sponsored by the LMA.
No. GSLDM is a description layer: it represents what a loan is rather than how a loan is processed. The landing page states that servicing, accounting and workflow are deliberately outside the model's purpose.
The model is designed to serialise its objects to and from JSON. The intended interoperability is between systems that implement GSLDM, using a shared description rather than a bespoke mapping for every counterparty.
Industry context
Industry work is increasingly focused on interoperability, digital standards and structured loan data. The LMA's 2026 technology newsletter describes interoperability and digital standards as a central area of focus, while FpML's Syndicated Loan Working Group describes its mission as establishing a common electronic data exchange format for primary and secondary commercial loan markets.
GSLDM is presented here as an independent description layer. It should not be confused with, or represented as affiliated with, those industry initiatives.
Related industry references: LMA Technology Newsletter — June 2026 · FpML Syndicated Loan Working Group
Bring it to your institution
Leave your email and we'll follow up directly — no mailing list, just a real reply.