DayCountGetAccrualActICMA Method
Implements the ACT/ACT.ICMA day count convention.
Namespace: Austra.Library.DatesAssembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+44e7797405725ef3cf24b3ff0eba94ce6c649601
public static double GetAccrualActICMA(
Date from,
Date to,
int period,
bool isStub,
bool isFront,
bool isShort
)
- from Date
- First date of the period.
- to Date
- Second date of the period.
- period Int32
- Calculation period, in months.
- isStub Boolean
- Is this interval a stub.
- isFront Boolean
- Is this an initial stub.
- isShort Boolean
- Is this a short stub.
DoubleThe year fraction.