Skip to content

simulateRedemption

This content is not available in your language yet.

function simulateRedemption(input, options?): RedemptionResult;

Defined in: core/redemption.ts:16

Computes the payable value of an early redemption (full or partial) for a Aforro certificate cohort at a specific redemption date.

The booked quote and accrued math are delegated to simulate() with asOfDate = redemptionDate, so quote cadence and schedule reconciliation stay identical to the canonical simulation flow.

ParameterType
inputRedemptionInput
optionsSimulateOptions

RedemptionResult