Click or drag to resize
BondCouppcd Method
Returns the coupon date which immediately precedes the settlement date.

Namespace: Imsl.Finance
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public static DateTime Couppcd(
	DateTime settlement,
	DateTime maturity,
	BondFrequency frequency,
	DayCountBasis basis
)

Parameters

settlement
Type: SystemDateTime
The DateTime settlement date of the security.
maturity
Type: SystemDateTime
The DateTime maturity date of the security.
frequency
Type: Imsl.FinanceBondFrequency
A int which specifies the number of coupon payments per year.
basis
Type: Imsl.FinanceDayCountBasis
A DayCountBasis object which contains the type of day count basis to use.

Return Value

Type: DateTime
A int which specifies the previous coupon date before the settlement date.
Remarks

For a good discussion on day count basis, see SIA Standard Securities Calculation Methods 1993, vol. 1, pages 17-35.

See Also