CashFlowScheduleSecuritysetMaturity(FISADate, Double) Method

The maturity redemption is derived from the provided CashFlowSchedule for a CashFlowScheduleSecurity. Therefore calling this method has no effect on a CashFlowScheduleSecurity.

Definition

Namespace: com.ftlabs.fisa
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
public override sealed void setMaturity(
	FISADate maturityDate,
	double redemptionValue
)

Parameters

maturityDate  FISADate
This parameter is ignored for a CashFlowScheduleSecurity.
redemptionValue  Double
This parameter is ignored for a CashFlowScheduleSecurity.

See Also