DayCount Class

Implements algorithms for calculating year fractions.

Definition

Namespace: Austra.Library.Dates
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+d1268756e036101f601080f153b3997e72fc912d
C#
public static class DayCount
Inheritance
Object    DayCount

Methods

GetAccrual30_360Implements the 30/360 day count convention.
GetAccrual30E360Implements the 30E/360 day count convention.
GetAccrual30E360ISDAImplements the 30E/360.ISDA day count convention.
GetAccrual360Implements the ACT/360 day count convention.
GetAccrual365Implements the ACT/365 day count convention.
GetAccrualActICMAImplements the ACT/ACT.ICMA day count convention.
GetAccrualActualImplements the ACT/ACT day count convention.
Translate Translates a day coount convention string into an integer constant, taking some common synonyms into account.

Fields

Act360Represents the ACT/360 day count convention.
Act365Represents the ACT/365 day count convention.
ActActRepresents the ACT/ACT day count convention.
ActActICMARepresents the ACT/ACT.ICMA day count convention.
D30Ex360Represents the 30E/360 day count convention.
D30Ex360ISDARepresents the 30E/360.ISDA day count convention.
D30x360Represents the 30/360 day count convention.
UNKNOWNRepresents an unknown day count convention.

See Also