The name of this convention is Actual/360; Also known as
Computation Method:
The number of accrued days is equal to the actual number of days between the start date and the end date.
The year fraction is the number of accrued days divided by 360. Here is the general formula:
\[YearFraction = \frac{Days(StartDate, EndDate)}{360}\]
Where:
The \(Days\) function returns the number of days between two dates.
The days in the numerators are calculated on a Julian day difference basis. In this convention the first day
of the period is included and the last day is excluded.
Given the dates {start date} and {end date}
When the Actual360 day count convention is used
Then the year fraction should be {day count fraction}
Given the dates {start date} and {end date}
When the Actual360 day count convention is used
Then the year fraction should be {day count fraction}
Examples:
start date | end date | day count fraction | |
---|---|---|---|
2006-02-28 | 2006-08-31 | 0.511111111 | |
2006-08-31 | 2007-02-28 | 0.502777778 | |
2007-02-28 | 2007-08-31 | 0.511111111 | |
2007-08-31 | 2008-02-29 | 0.505555556 | |
2008-02-29 | 2008-08-31 | 0.511111111 | |
2008-08-31 | 2009-02-28 | 0.502777778 | |
2009-02-28 | 2009-08-31 | 0.511111111 | |
2009-08-31 | 2010-02-28 | 0.502777778 | |
2010-02-28 | 2010-08-31 | 0.511111111 | |
2010-08-31 | 2011-02-28 | 0.502777778 | |
2011-02-28 | 2011-08-31 | 0.511111111 | |
2011-08-31 | 2012-02-29 | 0.505555556 |
Given the dates {start date} and {end date}
When the Actual360 day count convention is used
Then the year fraction should be {day count fraction}
Examples:
start date | end date | day count fraction | |
---|---|---|---|
2006-01-31 | 2006-02-28 | 0.077777778 | |
2006-01-30 | 2006-02-28 | 0.080555556 | |
2006-02-28 | 2006-03-03 | 0.008333333 | |
2006-02-14 | 2006-02-28 | 0.038888889 | |
2006-09-30 | 2006-10-31 | 0.086111111 | |
2006-10-31 | 2006-11-28 | 0.077777778 | |
2007-08-31 | 2008-02-28 | 0.502777778 | |
2008-02-28 | 2008-08-28 | 0.505555556 | |
2008-02-28 | 2008-08-30 | 0.511111111 | |
2008-02-28 | 2008-08-31 | 0.513888889 | |
2007-02-28 | 2008-02-28 | 1.013888889 | |
2007-02-28 | 2008-02-29 | 1.016666667 | |
2008-02-29 | 2009-02-28 | 1.013888889 | |
2008-02-29 | 2008-03-30 | 0.083333333 | |
2008-02-29 | 2008-03-31 | 0.086111111 |
Number of Scenarios | 3 | Total Duration | 708ms |
Total Number of Test Cases | 33 | Fastest Test | 14ms |
Number of Manual Test Cases | 0 | Slowest Test | 28ms |
Tests Started | Apr 11, 2023 10:42:14 | Average Execution Time | 17ms |
Tests Finished | Apr 11, 2023 10:42:14 | Total Execution Time | 701ms |
feature | Scenario | Context | Steps | Started | Total Duration | Result |
---|---|---|---|---|---|---|
Actual360 day count convention |
1: The end dates do not involve last day of February
start date=2006-08-20, end date=2007-02-20, day count fraction=0.511111111 |
3 | 10:42:14 | 018ms | ||
Actual360 day count convention |
2: The end dates do not involve last day of February
start date=2007-02-20, end date=2007-08-20, day count fraction=0.502777778 |
3 | 10:42:14 | 024ms | ||
Actual360 day count convention |
3: The end dates do not involve last day of February
start date=2007-08-20, end date=2008-02-20, day count fraction=0.511111111 |
3 | 10:42:14 | 017ms | ||
Actual360 day count convention |
4: The end dates do not involve last day of February
start date=2008-02-20, end date=2008-08-20, day count fraction=0.505555556 |
3 | 10:42:14 | 018ms | ||
Actual360 day count convention |
5: The end dates do not involve last day of February
start date=2008-08-20, end date=2009-02-20, day count fraction=0.511111111 |
3 | 10:42:14 | 018ms | ||
Actual360 day count convention |
6: The end dates do not involve last day of February
start date=2009-02-20, end date=2009-08-20, day count fraction=0.502777778 |
3 | 10:42:14 | 016ms | ||
Actual360 day count convention |
1: The end dates include some end-February dates
start date=2006-02-28, end date=2006-08-31, day count fraction=0.511111111 |
3 | 10:42:14 | 016ms | ||
Actual360 day count convention |
2: The end dates include some end-February dates
start date=2006-08-31, end date=2007-02-28, day count fraction=0.502777778 |
3 | 10:42:14 | 015ms | ||
Actual360 day count convention |
3: The end dates include some end-February dates
start date=2007-02-28, end date=2007-08-31, day count fraction=0.511111111 |
3 | 10:42:14 | 016ms | ||
Actual360 day count convention |
4: The end dates include some end-February dates
start date=2007-08-31, end date=2008-02-29, day count fraction=0.505555556 |
3 | 10:42:14 | 016ms | ||
Actual360 day count convention |
5: The end dates include some end-February dates
start date=2008-02-29, end date=2008-08-31, day count fraction=0.511111111 |
3 | 10:42:14 | 015ms | ||
Actual360 day count convention |
6: The end dates include some end-February dates
start date=2008-08-31, end date=2009-02-28, day count fraction=0.502777778 |
3 | 10:42:14 | 028ms | ||
Actual360 day count convention |
7: The end dates include some end-February dates
start date=2009-02-28, end date=2009-08-31, day count fraction=0.511111111 |
3 | 10:42:14 | 021ms | ||
Actual360 day count convention |
8: The end dates include some end-February dates
start date=2009-08-31, end date=2010-02-28, day count fraction=0.502777778 |
3 | 10:42:14 | 023ms | ||
Actual360 day count convention |
9: The end dates include some end-February dates
start date=2010-02-28, end date=2010-08-31, day count fraction=0.511111111 |
3 | 10:42:14 | 026ms | ||
Actual360 day count convention |
10: The end dates include some end-February dates
start date=2010-08-31, end date=2011-02-28, day count fraction=0.502777778 |
3 | 10:42:14 | 017ms | ||
Actual360 day count convention |
11: The end dates include some end-February dates
start date=2011-02-28, end date=2011-08-31, day count fraction=0.511111111 |
3 | 10:42:14 | 014ms | ||
Actual360 day count convention |
12: The end dates include some end-February dates
start date=2011-08-31, end date=2012-02-29, day count fraction=0.505555556 |
3 | 10:42:14 | 016ms | ||
Actual360 day count convention |
1: Miscellaneous calculation
start date=2006-01-31, end date=2006-02-28, day count fraction=0.077777778 |
3 | 10:42:14 | 015ms | ||
Actual360 day count convention |
2: Miscellaneous calculation
start date=2006-01-30, end date=2006-02-28, day count fraction=0.080555556 |
3 | 10:42:14 | 017ms | ||
Actual360 day count convention |
3: Miscellaneous calculation
start date=2006-02-28, end date=2006-03-03, day count fraction=0.008333333 |
3 | 10:42:14 | 015ms | ||
Actual360 day count convention |
4: Miscellaneous calculation
start date=2006-02-14, end date=2006-02-28, day count fraction=0.038888889 |
3 | 10:42:14 | 017ms | ||
Actual360 day count convention |
5: Miscellaneous calculation
start date=2006-09-30, end date=2006-10-31, day count fraction=0.086111111 |
3 | 10:42:14 | 017ms | ||
Actual360 day count convention |
6: Miscellaneous calculation
start date=2006-10-31, end date=2006-11-28, day count fraction=0.077777778 |
3 | 10:42:14 | 017ms | ||
Actual360 day count convention |
7: Miscellaneous calculation
start date=2007-08-31, end date=2008-02-28, day count fraction=0.502777778 |
3 | 10:42:14 | 014ms | ||
Actual360 day count convention |
8: Miscellaneous calculation
start date=2008-02-28, end date=2008-08-28, day count fraction=0.505555556 |
3 | 10:42:14 | 017ms | ||
Actual360 day count convention |
9: Miscellaneous calculation
start date=2008-02-28, end date=2008-08-30, day count fraction=0.511111111 |
3 | 10:42:14 | 016ms | ||
Actual360 day count convention |
10: Miscellaneous calculation
start date=2008-02-28, end date=2008-08-31, day count fraction=0.513888889 |
3 | 10:42:14 | 015ms | ||
Actual360 day count convention |
11: Miscellaneous calculation
start date=2007-02-28, end date=2008-02-28, day count fraction=1.013888889 |
3 | 10:42:14 | 019ms | ||
Actual360 day count convention |
12: Miscellaneous calculation
start date=2007-02-28, end date=2008-02-29, day count fraction=1.016666667 |
3 | 10:42:14 | 014ms | ||
Actual360 day count convention |
13: Miscellaneous calculation
start date=2008-02-29, end date=2009-02-28, day count fraction=1.013888889 |
3 | 10:42:14 | 016ms | ||
Actual360 day count convention |
14: Miscellaneous calculation
start date=2008-02-29, end date=2008-03-30, day count fraction=0.083333333 |
3 | 10:42:14 | 016ms | ||
Actual360 day count convention |
15: Miscellaneous calculation
start date=2008-02-29, end date=2008-03-31, day count fraction=0.086111111 |
3 | 10:42:14 | 017ms |