MaturingSecuritycreateCalculator(FISADate) Method

Create a new Calculator for this Security and provided settlementDate. The maturity Redemption will be used with this settlementDate to create a new Calculator.

Definition

Namespace: com.ftlabs.fisa
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
public override Calculator createCalculator(
	FISADate settlementDate
)

Parameters

settlementDate  FISADate
The binding settlementDate for which all calculations will be run.

Return Value

Calculator
A Calculator for this Security and provided settlement date to maturity Redemption period.

Implements

SecuritycreateCalculator(FISADate)

Exceptions

CalculationExceptionCalculationException

See Also