Interest redemption cancellation succeeded

This event occurs when a redemption is succesfully cancelled.

Type: object
Domain: interest-management
Event: interest_redemption_cancellation_success
Version: 1

|
external_redemption_id required

Title: External ID
Description: External identifier for operation.
Type: string
Example:
deposit:6104253a-qt53-41m0-a630-2z1h2761e3f8

{
    "$schema": "http://json-schema.org/draft-07/schema#",
    "type": "object",
    "title": "Interest redemption cancellation succeeded",
    "description": "This event occurs when a redemption is succesfully cancelled.",
    "required": [
        "external_redemption_id"
    ],
    "properties": {
        "external_redemption_id": {
            "type": "string",
            "title": "External ID",
            "description": "External identifier for operation.",
            "examples": [
                "deposit:6104253a-qt53-41m0-a630-2z1h2761e3f8"
            ]
        }
    }
}
{
    "external_redemption_id": "deposit:6104253a-qt53-41m0-a630-2z1h2761e3f8"
}