> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt
> Use this file to discover all available pages before exploring further.

# SPB electronic-money advice event

> SPB documents the electronic-money advice event, its payload contract, and its consumer deduplication key.

<Badge stroke icon="calendar-days" iconType="regular">September 1, 2026</Badge> <Badge stroke icon="file-code" iconType="regular">Documentation correction</Badge> <Badge color="purple" size="lg" stroke icon="eye" iconType="regular">Review recommended</Badge>

## Affects

***

Teams that consume SPB streaming events or registered webhooks.

## What changed

***

SPB now documents `str.emoney.transferAdvised`, emitted when it records a third-party electronic-money advice. Its `data` object always includes `messageCode`, `numCtrlSTR`, `dtHrBC`, `vlrLanc`, and `dtMovto`; it does not expose `CNPJCliCredtd`.

Deduplicate this event by `(eventType, data.numCtrlSTR)`, not `ce-id`: a retry can produce a new `ce-id` for the same movement. This is a documentation correction of the current runtime behavior; it does not announce a runtime release.

## Impact

***

**Classification: Review recommended.**

## What you need to do

***

<Steps>
  <Step>Review streaming and webhook consumers for the event, its documented fields, and the required deduplication key.</Step>
</Steps>

### Deadline

Review before the next SPB consumer deployment.
