Affects
Teams that consume
lender.prepayment_quote.created.
What changed
lender.prepayment_quote.created is emitted when Lender creates an immutable prepayment quote for full settlement. The event documentation no longer describes it as applying to every immutable prepayment quote.
This is a documentation correction that aligns the event description with the implemented contract. Runtime behavior did not change.
Impact
Classification: Action required. Event consumers must not use this event as evidence that every partial or other non-full-settlement prepayment quote was created.
What you need to do
Review event-driven prepayment logic, monitoring, and test fixtures. Scope processing for
lender.prepayment_quote.created to full-settlement prepayment quotes.

