Click or drag to resize
IBasisPart Interface
Component of DayCountBasis.

Namespace: Imsl.Finance
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public interface IBasisPart

The IBasisPart type exposes the following members.

Methods
  NameDescription
Public methodDaysBetween
Returns the number of days from date1 to date2.
Public methodDaysInPeriod
Returns the number of days in a coupon period.
Top
Remarks

The day count basis consists of a month basis and a yearly basis. Each of these components implements this interface.

See Also