MaturingSecuritysetMaturity(FISADate, Double) Method

Sets maturity to a new Redemption object for the given maturityDate and redemptionValue.

Definition

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

Parameters

maturityDate  FISADate
The date o which this security is to mature.
redemptionValue  Double
the redemption value at maturity

See Also