What it consumes
From Nuclea inbound, over the RSFN:
- GEN0015
- SLC0001 — clearing preview and final
- SLC0002
- PAG0101 — operational status
What it emits
Every emission goes through the transactional outbox. Lerian SLC publishes an event if and only if its state change commits. Each event carries a CloudEvents envelope. The platform delivers it on the streaming backbone and to HMAC-signed webhooks.
- Operation lifecycle events — one per operation state transition.
operation.status_relayed— the rail relayed an operation status to the IF Domicílio.operation.forward_rejected— an outbound submission was parked and needs operator action. The payload, not the event name, says which leg and why.stageisforward— the leg to the IF Domicílio, paired withparkReasonpermanent_rejection— ordispatch, the leg to Núclea, paired withattempt_budget_exhausted. The payload’s operation ids are what the un-park endpoint takes.cancellation.confirmed_by_domicile— the IF Domicílio confirmed a cancellation and the event carries the NUliquid.d1.value_mismatch— a D0-versus-D+1 value divergence.certificate.expiring— a certificate approaching expiry.- The
clearing.*family —cycle_opened,cycle_closed,cycle_recalculated,preview_available,final_available,credit_settled,credit_returned,deposit_required,deposit_deadline_approaching, anddivergence_reported.
Midaz touchpoint
Lerian SLC is standalone. It does not post to a ledger itself. Midaz is an optional consumer. Midaz can subscribe to Lerian SLC’s events or call its API to mirror settlement into the ledger. Lerian SLC does not depend on Midaz.
Reporter touchpoint
Reporter is an optional consumer of Lerian SLC’s events. Reporter can also serve as an optional pluggable provider of ASLC materialization through templates. Lerian SLC keeps regulatory ownership of the ASLC layout. Reporter only renders it when you plug it in.
Money-path boundary
Lerian SLC owns the card-settlement messaging with Nuclea. It does not perform the monetary settlement itself. The netted position settles at the SLC and Nuclea. The reserve leg settles at BACEN. The card-domain deferred-net settlement family reaches Lerian SLC relayed from Lerian SILOC, the participant-side SILOC connectivity.
API conventions
- Idempotent intake. Canonical API submissions are idempotent by
external_id. Lerian SLC rejects a duplicateexternal_id, so a retried submission never double-settles. - Online auth. mTLS and a per-request JWS signature secure each individual online operation over REST.
- Certificates are references, not secrets. A registered certificate carries its public certificate and a custody reference. Lerian SLC never stores or returns the private key.

