This microservice functionalities are:
Recurring Dates
Computing of recurring dates based on very flexible recurrence rules as defined and specified in the
iCalendar RFC 5545.
Day Count Conventions
Computing an accrual factor according to a day count convention, which represents the fraction of a year a given period. The most day count conventions are taken into account.
Here is wiki link on the description of the most used day count conventions.
Time Zones
Computing accurate and cross platform timezone based on the tz database; This Time Zone Database (often called IANA timezone database, tzdata or zoneinfo, and occasionally as the Olson database) contains code and data that represent the history of local time for many representative locations around the globe. It is updated periodically to reflect changes made by political bodies to time zone boundaries, UTC offsets, and daylight-saving rules.
Here is wiki link to aware about the complete list of tz database time zones.
Relative Date Time
Computing:
Number of Scenarios | 65 |
Total Number of Test Cases | 414 |
Tests Started | Apr 11, 2023 12:42:03 |
Tests Finished | Apr 11, 2023 10:42:17 |
Total Duration | 14s |
Fastest Test | 13ms |
Slowest Test | 978ms |
Average Execution Time | 28ms |
Total Execution Time | 13s |
Number of Scenarios | 65 | Total Duration | 14s |
Total Number of Test Cases | 414 | Fastest Test | 13ms |
Number of Manual Test Cases | 0 | Slowest Test | 978ms |
Tests Started | Apr 11, 2023 12:42:03 | Average Execution Time | 28ms |
Tests Finished | Apr 11, 2023 10:42:17 | Total Execution Time | 13s |
feature | Scenario | Context | Steps | Started | Total Duration | Result |
---|---|---|---|---|---|---|
Recurring Dates Computing | Daily computing from a start date involving last day of a 31-day month | 3 | 12:42:03 | 978ms | ||
Recurring Dates Computing | Every 10 days computing from a start date involving last day of a 31-day month | 3 | 10:42:04 | 036ms | ||
Recurring Dates Computing | Every 10 days computing from a start date not involving last day of a 31-day month | 3 | 10:42:04 | 036ms | ||
Recurring Dates Computing | Monthly computing from a start date involving last day of a 31-day month | 3 | 10:42:04 | 043ms | ||
Recurring Dates Computing | Monthly computing from a start date involving last day of a 30-day month | 3 | 10:42:04 | 035ms | ||
Recurring Dates Computing | Monthly last day computing from a start date involving last day of a 31-day month | 3 | 10:42:04 | 040ms | ||
Recurring Dates Computing | Monthly last day computing from a start date not involving last day of the month | 3 | 10:42:04 | 036ms | ||
Recurring Dates Computing | Monthly last day computing from a start date involving last day of a 30-day month | 3 | 10:42:05 | 034ms | ||
Recurring Dates Computing | Monthly last day computing from a start date of a leap year involving last day of a 31-day month | 3 | 10:42:05 | 037ms | ||
Recurring Dates Computing | Monthly last day computing from a start date involving last day of february | 3 | 10:42:05 | 037ms | ||
Recurring Dates Computing | Monthly third penultimate day computing from a start date involving last day of a 31-day month | 3 | 10:42:05 | 033ms | ||
Recurring Dates Computing | Monthly third penultimate day computing from a start date not involving last day of the month | 3 | 10:42:05 | 037ms | ||
Recurring Dates Computing | Monthly third penultimate day computing from a start date involving last day of a 30-day month | 3 | 10:42:05 | 031ms | ||
Recurring Dates Computing | Monthly third penultimate day computing from a start date involving last day of february | 3 | 10:42:05 | 053ms | ||
Recurring Dates Computing | Monthly third penultimate day computing from a start date of a leap year involving last day of a 31-day month | 3 | 10:42:05 | 048ms | ||
Recurring Dates Computing | Monthly and yearly computing from a start date with involving day of a 31-day month | 3 | 10:42:05 | 053ms | ||
Recurring Dates Computing | Monthly and quartly computing from a start date involving last day of a 31-day month | 3 | 10:42:05 | 044ms | ||
Recurring Dates Computing | Daily, monthly and yearly computing from a start date not involving last day of the month | 3 | 10:42:05 | 034ms | ||
Recurring Dates Computing | Monthly on the 1st Friday from a start date involving last day of a 31-day month | 3 | 10:42:05 | 056ms | ||
Recurring Dates Computing | Monthly on the 2nd and 15th from a start date involving last day of a 31-day month | 3 | 10:42:05 | 052ms | ||
Recurring Dates Computing | Monthly on the first and last day from a start date involving last day of a 31-day month | 3 | 10:42:05 | 044ms | ||
Recurring Dates Computing | Every Monday of every month computing from a start date involving last day of a 31-day month | 3 | 10:42:05 | 035ms | ||
Recurring Dates Computing | The U.S. Presidential Election day computing from 2020 | 3 | 10:42:05 | 034ms | ||
Recurring Dates Computing | Every 3 hours from 9h00 AM to 5h00 PM on a specific day | 3 | 10:42:05 | 036ms | ||
Recurring Dates Computing | Every 3 hours from 00h00 to 5h00 PM on a specific day | 3 | 10:42:05 | 030ms | ||
Recurring Dates Computing | Every a quarter of an hour for 6 occurrences | 3 | 10:42:05 | 031ms | ||
Recurring Dates Computing | Weekly for 6 occurrences | 3 | 10:42:05 | 029ms | ||
DATEDIF Function |
1: The start date do not involve last day of month
start date=2021-09-20, end date=2021-10-20, relative delta=months=1 |
3 | 10:42:05 | 049ms | ||
DATEDIF Function |
2: The start date do not involve last day of month
start date=2021-09-20, end date=2021-10-21, relative delta=months=1, days=1 |
3 | 10:42:06 | 023ms | ||
DATEDIF Function |
3: The start date do not involve last day of month
start date=2021-09-20, end date=2021-08-20, relative delta=months=-1 |
3 | 10:42:06 | 020ms | ||
DATEDIF Function |
4: The start date do not involve last day of month
start date=2021-09-20, end date=2021-11-20, relative delta=months=2 |
3 | 10:42:06 | 032ms | ||
DATEDIF Function |
5: The start date do not involve last day of month
start date=2021-09-20, end date=2021-10-27, relative delta=months=1, days=7 |
3 | 10:42:06 | 024ms | ||
DATEDIF Function |
6: The start date do not involve last day of month
start date=2021-09-20, end date=2022-08-20, relative delta=months=11 |
3 | 10:42:06 | 023ms | ||
DATEDIF Function |
7: The start date do not involve last day of month
start date=2021-09-20, end date=2022-10-20, relative delta=years=1, months=1 |
3 | 10:42:06 | 020ms | ||
DATEDIF Function |
8: The start date do not involve last day of month
start date=2021-09-20, end date=2021-09-30, relative delta=days=10 |
3 | 10:42:06 | 023ms | ||
DATEDIF Function |
9: The start date do not involve last day of month
start date=2021-09-20, end date=2021-10-02, relative delta=days=12 |
3 | 10:42:06 | 023ms | ||
DATEDIF Function |
1: The start date with 31 as last day
start date=2021-01-31, end date=2021-02-28, relative delta=months=1 |
3 | 10:42:06 | 022ms | ||
DATEDIF Function |
2: The start date with 31 as last day
start date=2021-01-30, end date=2021-02-28, relative delta=months=1 |
3 | 10:42:06 | 026ms | ||
DATEDIF Function |
3: The start date with 31 as last day
start date=2021-01-29, end date=2021-02-28, relative delta=months=1 |
3 | 10:42:06 | 029ms | ||
DATEDIF Function |
4: The start date with 31 as last day
start date=2021-01-28, end date=2021-02-28, relative delta=months=1 |
3 | 10:42:06 | 023ms | ||
DATEDIF Function |
5: The start date with 31 as last day
start date=2021-01-27, end date=2021-02-28, relative delta=months=1, days=1 |
3 | 10:42:06 | 027ms | ||
DATEDIF Function |
6: The start date with 31 as last day
start date=2021-01-26, end date=2021-02-28, relative delta=months=1, days=2 |
3 | 10:42:06 | 031ms | ||
DATEDIF Function |
7: The start date with 31 as last day
start date=2021-01-31, end date=2020-12-31, relative delta=months=-1 |
3 | 10:42:06 | 036ms | ||
DATEDIF Function |
8: The start date with 31 as last day
start date=2021-01-31, end date=2021-03-31, relative delta=months=2 |
3 | 10:42:06 | 023ms | ||
DATEDIF Function |
9: The start date with 31 as last day
start date=2021-01-31, end date=2021-04-30, relative delta=months=3 |
3 | 10:42:06 | 031ms | ||
DATEDIF Function |
10: The start date with 31 as last day
start date=2021-01-31, end date=2021-03-07, relative delta=months=1, days=7 |
3 | 10:42:06 | 028ms | ||
DATEDIF Function |
11: The start date with 31 as last day
start date=2021-01-31, end date=2021-12-31, relative delta=months=11 |
3 | 10:42:06 | 027ms | ||
DATEDIF Function |
12: The start date with 31 as last day
start date=2021-01-31, end date=2022-02-28, relative delta=years=1, months=1 |
3 | 10:42:06 | 024ms | ||
DATEDIF Function |
13: The start date with 31 as last day
start date=2021-01-31, end date=2024-02-29, relative delta=years=3, months=1 |
3 | 10:42:06 | 029ms | ||
DATEDIF Function |
14: The start date with 31 as last day
start date=2021-01-31, end date=2021-02-10, relative delta=days=10 |
3 | 10:42:06 | 030ms | ||
DATEDIF Function |
1: The start date involve last day of february
start date=2021-02-28, end date=2021-03-28, relative delta=months=1 |
3 | 10:42:06 | 023ms | ||
DATEDIF Function |
2: The start date involve last day of february
start date=2021-02-28, end date=2021-03-29, relative delta=months=1, days=1 |
3 | 10:42:06 | 025ms | ||
DATEDIF Function |
3: The start date involve last day of february
start date=2021-02-28, end date=2021-03-30, relative delta=months=1, days=2 |
3 | 10:42:06 | 024ms | ||
DATEDIF Function |
4: The start date involve last day of february
start date=2021-02-28, end date=2021-03-31, relative delta=months=1, days=3 |
3 | 10:42:06 | 030ms | ||
DATEDIF Function |
5: The start date involve last day of february
start date=2021-02-28, end date=2021-01-28, relative delta=months=-1 |
3 | 10:42:06 | 034ms | ||
DATEDIF Function |
6: The start date involve last day of february
start date=2021-02-28, end date=2021-04-28, relative delta=months=2 |
3 | 10:42:06 | 035ms | ||
DATEDIF Function |
7: The start date involve last day of february
start date=2021-02-28, end date=2021-05-28, relative delta=months=3 |
3 | 10:42:06 | 039ms | ||
DATEDIF Function |
8: The start date involve last day of february
start date=2021-02-28, end date=2022-02-28, relative delta=years=1 |
3 | 10:42:07 | 031ms | ||
DATEDIF Function |
9: The start date involve last day of february
start date=2021-02-28, end date=2024-02-28, relative delta=years=3 |
3 | 10:42:07 | 029ms | ||
DATEDIF Function |
1: The months with different numbers of days
start date=2021-01-27, end date=2021-02-27, relative delta=months=1 |
3 | 10:42:07 | 030ms | ||
DATEDIF Function |
2: The months with different numbers of days
start date=2021-01-28, end date=2021-02-28, relative delta=months=1 |
3 | 10:42:07 | 033ms | ||
DATEDIF Function |
3: The months with different numbers of days
start date=2021-01-29, end date=2021-02-28, relative delta=months=1 |
3 | 10:42:07 | 035ms | ||
DATEDIF Function |
4: The months with different numbers of days
start date=2021-01-30, end date=2021-02-28, relative delta=months=1 |
3 | 10:42:07 | 032ms | ||
DATEDIF Function |
5: The months with different numbers of days
start date=2021-01-31, end date=2021-02-28, relative delta=months=1 |
3 | 10:42:07 | 055ms | ||
DATEDIF Function |
6: The months with different numbers of days
start date=2021-01-31, end date=2021-03-31, relative delta=months=2 |
3 | 10:42:07 | 030ms | ||
DATEDIF Function |
7: The months with different numbers of days
start date=2021-01-31, end date=2021-04-30, relative delta=months=3 |
3 | 10:42:07 | 021ms | ||
DATEDIF Function |
8: The months with different numbers of days
start date=2021-01-30, end date=2021-04-30, relative delta=months=3 |
3 | 10:42:07 | 018ms | ||
DATEDIF Function |
1: The time substraction
start date=2021-10-20T16:10:59, end date=2021-10-20T17:10:59, relative delta=hours=1 |
3 | 10:42:07 | 018ms | ||
DATEDIF Function |
2: The time substraction
start date=2021-10-20T16:10:59, end date=2021-10-20T15:10:59, relative delta=hours=-1 |
3 | 10:42:07 | 018ms | ||
DATEDIF Function |
3: The time substraction
start date=2021-10-20T16:10:59, end date=2021-10-21T02:10:59, relative delta=hours=10 |
3 | 10:42:07 | 017ms | ||
DATEDIF Function |
4: The time substraction
start date=2021-10-20T16:10:59, end date=2021-10-21T16:10:59, relative delta=days=1 |
3 | 10:42:07 | 023ms | ||
DATEDIF Function |
5: The time substraction
start date=2021-10-20T16:10:59, end date=2021-10-20T17:20:59, relative delta=hours=1, minutes=10 |
3 | 10:42:07 | 031ms | ||
DATEDIF Function |
6: The time substraction
start date=2021-10-20T16:10:59, end date=2021-10-20T17:10:59, relative delta=hours=1 |
3 | 10:42:07 | 015ms | ||
DATEDIF Function |
7: The time substraction
start date=2021-10-20T16:10:59, end date=2021-10-20T16:11:00, relative delta=seconds=1 |
3 | 10:42:07 | 018ms | ||
DATEDIF Function |
8: The time substraction
start date=2021-10-20T16:10:59, end date=2021-10-21T17:10:59, relative delta=days=1, hours=1 |
3 | 10:42:07 | 016ms | ||
DATEDIF Function |
9: The time substraction
start date=2021-10-20T16:10:59, end date=2021-11-21T17:10:59, relative delta=months=1, days=1, hours=1 |
3 | 10:42:07 | 016ms | ||
DATEDIF Function |
10: The time substraction
start date=2021-01-31T16:10:59, end date=2021-03-01T17:10:59, relative delta=months=1, days=1, hours=1 |
3 | 10:42:07 | 020ms | ||
EDATE Function |
1: The start date do not involve last day of month
description=next month, start date=2021-09-20, relative delta=months=+1, relative date=2021-10-20 |
3 | 10:42:07 | 033ms | ||
EDATE Function |
2: The start date do not involve last day of month
description=last month, start date=2021-09-20, relative delta=months=-1, relative date=2021-08-20 |
3 | 10:42:07 | 029ms | ||
EDATE Function |
3: The start date do not involve last day of month
description=next two months, start date=2021-09-20, relative delta=months=+2, relative date=2021-11-20 |
3 | 10:42:07 | 028ms | ||
EDATE Function |
4: The start date do not involve last day of month
description=next three months, start date=2021-09-20, relative delta=months=+3, relative date=2021-12-20 |
3 | 10:42:07 | 019ms | ||
EDATE Function |
5: The start date do not involve last day of month
description=next four months, start date=2021-09-20, relative delta=months=+4, relative date=2022-01-20 |
3 | 10:42:07 | 020ms | ||
EDATE Function |
6: The start date do not involve last day of month
description=next five months, start date=2021-09-20, relative delta=months=+5, relative date=2022-02-20 |
3 | 10:42:07 | 018ms | ||
EDATE Function |
1: The start date with 31 as last day
description=next month, start date=2021-10-31, relative delta=months=+1, relative date=2021-11-30 |
3 | 10:42:07 | 021ms | ||
EDATE Function |
2: The start date with 31 as last day
description=last month, start date=2021-10-31, relative delta=months=-1, relative date=2021-09-30 |
3 | 10:42:07 | 019ms | ||
EDATE Function |
3: The start date with 31 as last day
description=next two months, start date=2021-10-31, relative delta=months=+2, relative date=2021-12-31 |
3 | 10:42:07 | 019ms | ||
EDATE Function |
4: The start date with 31 as last day
description=next three months, start date=2021-10-31, relative delta=months=+3, relative date=2022-01-31 |
3 | 10:42:07 | 019ms | ||
EDATE Function |
5: The start date with 31 as last day
description=next four months, start date=2021-10-31, relative delta=months=+4, relative date=2022-02-28 |
3 | 10:42:07 | 018ms | ||
EDATE Function |
6: The start date with 31 as last day
description=next five months, start date=2021-10-31, relative delta=months=+5, relative date=2022-03-31 |
3 | 10:42:07 | 018ms | ||
EOMONTH Function |
1: The start date do not involve last day of month
description=next end of month, start date=2021-09-20, relative delta=months=+1, relative date=2021-10-31 |
3 | 10:42:07 | 015ms | ||
EOMONTH Function |
2: The start date do not involve last day of month
description=last end of month, start date=2021-09-20, relative delta=months=-1, relative date=2021-08-31 |
3 | 10:42:07 | 016ms | ||
EOMONTH Function |
3: The start date do not involve last day of month
description=next end of two months, start date=2021-09-20, relative delta=months=+2, relative date=2021-11-30 |
3 | 10:42:07 | 016ms | ||
EOMONTH Function |
4: The start date do not involve last day of month
description=next end of three months, start date=2021-09-20, relative delta=months=+3, relative date=2021-12-31 |
3 | 10:42:08 | 026ms | ||
EOMONTH Function |
5: The start date do not involve last day of month
description=next end of four months, start date=2021-09-20, relative delta=months=+4, relative date=2022-01-31 |
3 | 10:42:08 | 017ms | ||
EOMONTH Function |
6: The start date do not involve last day of month
description=next end of five months, start date=2021-09-20, relative delta=months=+5, relative date=2022-02-28 |
3 | 10:42:08 | 016ms | ||
EOMONTH Function |
1: The start date with 31 as last day
description=next month, start date=2021-10-31, relative delta=months=+1, relative date=2021-11-30 |
3 | 10:42:08 | 017ms | ||
EOMONTH Function |
2: The start date with 31 as last day
description=last month, start date=2021-10-31, relative delta=months=-1, relative date=2021-09-30 |
3 | 10:42:08 | 021ms | ||
EOMONTH Function |
3: The start date with 31 as last day
description=next two months, start date=2021-10-31, relative delta=months=+2, relative date=2021-12-31 |
3 | 10:42:08 | 028ms | ||
EOMONTH Function |
4: The start date with 31 as last day
description=next three months, start date=2021-10-31, relative delta=months=+3, relative date=2022-01-31 |
3 | 10:42:08 | 019ms | ||
EOMONTH Function |
5: The start date with 31 as last day
description=next four months, start date=2021-10-31, relative delta=months=+4, relative date=2022-02-28 |
3 | 10:42:08 | 017ms | ||
EOMONTH Function |
6: The start date with 31 as last day
description=next five months, start date=2021-10-31, relative delta=months=+5, relative date=2022-03-31 |
3 | 10:42:08 | 020ms | ||
SDATE Function |
1: The start date do not involve last day of month
description=next month, start date=2021-09-20, relative delta=months=+1, relative date=2021-10-20 |
3 | 10:42:08 | 018ms | ||
SDATE Function |
2: The start date do not involve last day of month
description=last month, start date=2021-09-20, relative delta=months=-1, relative date=2021-08-20 |
3 | 10:42:08 | 022ms | ||
SDATE Function |
3: The start date do not involve last day of month
description=next two months, start date=2021-09-20, relative delta=months=+2, relative date=2021-11-20 |
3 | 10:42:08 | 029ms | ||
SDATE Function |
4: The start date do not involve last day of month
description=next month, plus one week, start date=2021-09-20, relative delta=months=+1, weeks=+1, relative date=2021-10-27 |
3 | 10:42:08 | 030ms | ||
SDATE Function |
5: The start date do not involve last day of month
description=one month before one year, start date=2021-09-20, relative delta=years=+1, months=-1, relative date=2022-08-20 |
3 | 10:42:08 | 026ms | ||
SDATE Function |
6: The start date do not involve last day of month
description=one month after one year, start date=2021-09-20, relative delta=years=+1, months=+1, relative date=2022-10-20 |
3 | 10:42:08 | 031ms | ||
SDATE Function |
7: The start date do not involve last day of month
description=next ten days, start date=2021-09-20, relative delta=days=+10, relative date=2021-09-30 |
3 | 10:42:08 | 020ms | ||
SDATE Function |
8: The start date do not involve last day of month
description=next twelve days, start date=2021-09-20, relative delta=days=+12, relative date=2021-10-02 |
3 | 10:42:08 | 032ms | ||
SDATE Function |
9: The start date do not involve last day of month
description=next friday, start date=2021-09-20, relative delta=weekday=FR, relative date=2021-09-24 |
3 | 10:42:08 | 039ms | ||
SDATE Function |
10: The start date do not involve last day of month
description=last friday in this month, start date=2021-09-20, relative delta=weekday=FR(-1), relative date=2021-09-17 |
3 | 10:42:08 | 024ms | ||
SDATE Function |
11: The start date do not involve last day of month
description=next monday(it’s today!), start date=2021-09-20, relative delta=weekday=MO, relative date=2021-09-20 |
3 | 10:42:08 | 016ms | ||
SDATE Function |
12: The start date do not involve last day of month
description=next monday, but not today, start date=2021-09-20, relative delta=days=+1, weekday=MO, relative date=2021-09-27 |
3 | 10:42:08 | 020ms | ||
SDATE Function |
13: The start date do not involve last day of month
description=first saturday in next month, start date=2021-09-20, relative delta=months=+1, weekday=SA, relative date=2021-10-23 |
3 | 10:42:08 | 014ms | ||
SDATE Function |
1: The start date with 31 as last day
description=next month, start date=2021-01-31, relative delta=months=+1, relative date=2021-02-28 |
3 | 10:42:08 | 014ms | ||
SDATE Function |
2: The start date with 31 as last day
description=last month, start date=2021-01-31, relative delta=months=-1, relative date=2020-12-31 |
3 | 10:42:08 | 016ms | ||
SDATE Function |
3: The start date with 31 as last day
description=next two months, start date=2021-01-31, relative delta=months=+2, relative date=2021-03-31 |
3 | 10:42:08 | 015ms | ||
SDATE Function |
4: The start date with 31 as last day
description=next three months, start date=2021-01-31, relative delta=months=+3, relative date=2021-04-30 |
3 | 10:42:08 | 015ms | ||
SDATE Function |
5: The start date with 31 as last day
description=next month, plus one week, start date=2021-01-31, relative delta=months=+1, weeks=+1, relative date=2021-03-07 |
3 | 10:42:08 | 017ms | ||
SDATE Function |
6: The start date with 31 as last day
description=one month before one year, start date=2021-01-31, relative delta=years=+1, months=-1, relative date=2021-12-31 |
3 | 10:42:08 | 018ms | ||
SDATE Function |
7: The start date with 31 as last day
description=one month after one year, start date=2021-01-31, relative delta=years=+1, months=+1, relative date=2022-02-28 |
3 | 10:42:08 | 017ms | ||
SDATE Function |
8: The start date with 31 as last day
description=one month after three year (2024 leap year!), start date=2021-01-31, relative delta=years=+3, months=+1, relative date=2024-02-29 |
3 | 10:42:08 | 016ms | ||
SDATE Function |
9: The start date with 31 as last day
description=next ten days, start date=2021-01-31, relative delta=days=+10, relative date=2021-02-10 |
3 | 10:42:08 | 016ms | ||
SDATE Function |
10: The start date with 31 as last day
description=next friday, start date=2021-01-31, relative delta=weekday=FR, relative date=2021-02-05 |
3 | 10:42:08 | 015ms | ||
SDATE Function |
11: The start date with 31 as last day
description=last friday in this month, start date=2021-01-31, relative delta=weekday=FR(-1), relative date=2021-01-29 |
3 | 10:42:08 | 016ms | ||
SDATE Function |
1: The start date involve last day of february
description=next month, start date=2021-02-28, relative delta=months=+1, relative date=2021-03-28 |
3 | 10:42:08 | 016ms | ||
SDATE Function |
2: The start date involve last day of february
description=last month, start date=2021-02-28, relative delta=months=-1, relative date=2021-01-28 |
3 | 10:42:08 | 015ms | ||
SDATE Function |
3: The start date involve last day of february
description=next two months, start date=2021-02-28, relative delta=months=+2, relative date=2021-04-28 |
3 | 10:42:08 | 018ms | ||
SDATE Function |
4: The start date involve last day of february
description=next three months, start date=2021-02-28, relative delta=months=+3, relative date=2021-05-28 |
3 | 10:42:08 | 021ms | ||
SDATE Function |
5: The start date involve last day of february
description=next year, start date=2021-02-28, relative delta=years=+1, relative date=2022-02-28 |
3 | 10:42:08 | 028ms | ||
SDATE Function |
6: The start date involve last day of february
description=next three year (2024 leap year!), start date=2021-02-28, relative delta=years=+3, relative date=2024-02-28 |
3 | 10:42:08 | 016ms | ||
SDATE Function |
1: The months with different numbers of days
description=next month, start date=2021-01-27, relative delta=months=+1, relative date=2021-02-27 |
3 | 10:42:08 | 017ms | ||
SDATE Function |
2: The months with different numbers of days
description=next month, start date=2021-01-28, relative delta=months=+1, relative date=2021-02-28 |
3 | 10:42:09 | 017ms | ||
SDATE Function |
3: The months with different numbers of days
description=next month, start date=2021-01-29, relative delta=months=+1, relative date=2021-02-28 |
3 | 10:42:09 | 017ms | ||
SDATE Function |
4: The months with different numbers of days
description=next month, start date=2021-01-30, relative delta=months=+1, relative date=2021-02-28 |
3 | 10:42:09 | 016ms | ||
SDATE Function |
5: The months with different numbers of days
description=next month, start date=2021-01-31, relative delta=months=+1, relative date=2021-02-28 |
3 | 10:42:09 | 016ms | ||
SDATE Function |
6: The months with different numbers of days
description=next two months, start date=2021-01-31, relative delta=months=+2, relative date=2021-03-31 |
3 | 10:42:09 | 017ms | ||
SDATE Function |
7: The months with different numbers of days
description=next three months, start date=2021-01-31, relative delta=months=+3, relative date=2021-04-30 |
3 | 10:42:09 | 017ms | ||
SDATE Function |
1: The time addition
description=next hour, start date=2021-10-20T16:10:59, relative delta=hours=+1, relative date=2021-10-20T17:10:59 |
3 | 10:42:09 | 018ms | ||
SDATE Function |
2: The time addition
description=last hour, start date=2021-10-20T16:10:59, relative delta=hours=-1, relative date=2021-10-20T15:10:59 |
3 | 10:42:09 | 040ms | ||
SDATE Function |
3: The time addition
description=next ten hours, start date=2021-10-20T16:10:59, relative delta=hours=+10, relative date=2021-10-21T02:10:59 |
3 | 10:42:09 | 029ms | ||
SDATE Function |
4: The time addition
description=next 24 hours, start date=2021-10-20T16:10:59, relative delta=hours=+24, relative date=2021-10-21T16:10:59 |
3 | 10:42:09 | 033ms | ||
SDATE Function |
5: The time addition
description=next hour and ten minutes, start date=2021-10-20T16:10:59, relative delta=hours=+1, minutes=+10, relative date=2021-10-20T17:20:59 |
3 | 10:42:09 | 035ms | ||
SDATE Function |
6: The time addition
description=next 60 minutes, start date=2021-10-20T16:10:59, relative delta=minutes=+60, relative date=2021-10-20T17:10:59 |
3 | 10:42:09 | 024ms | ||
SDATE Function |
7: The time addition
description=next second, start date=2021-10-20T16:10:59, relative delta=seconds=+1, relative date=2021-10-20T16:11:00 |
3 | 10:42:09 | 021ms | ||
SDATE Function |
8: The time addition
description=next day, plus one hour, start date=2021-10-20T16:10:59, relative delta=days=+1, hours=+1, relative date=2021-10-21T17:10:59 |
3 | 10:42:09 | 022ms | ||
SDATE Function |
9: The time addition
description=one day after one month, plus one hour, start date=2021-10-20T16:10:59, relative delta=months=+1, days=+1, hours=+1, relative date=2021-11-21T17:10:59 |
3 | 10:42:09 | 015ms | ||
SDATE Function |
10: The time addition
description=one day after one month, plus one hour, start date=2021-01-31T16:10:59, relative delta=months=+1, days=+1, hours=+1, relative date=2021-03-01T17:10:59 |
3 | 10:42:09 | 017ms | ||
Time Zone Converter |
1: Local time of some cities worldwide from Universal Time Coordinated (UTC)
tz name=Hawaii Standard Time (HST), Offset=UTC -10, example country=US, example city=Honolulu, tzid=Pacific/Honolulu, date time=2021-10-06T11:35:51 |
3 | 10:42:09 | 084ms | ||
Time Zone Converter |
2: Local time of some cities worldwide from Universal Time Coordinated (UTC)
tz name=Hawaii-Aleutian Daylight Time (HDT), Offset=UTC -9, example country=US, example city=Adak, tzid=America/Adak, date time=2021-10-06T12:35:51 |
3 | 10:42:09 | 075ms | ||
Time Zone Converter |
3: Local time of some cities worldwide from Universal Time Coordinated (UTC)
tz name=Alaska Daylight Time (AKDT), Offset=UTC -8, example country=US, example city=Anchorage, tzid=America/Anchorage, date time=2021-10-06T13:35:51 |
3 | 10:42:09 | 065ms | ||
Time Zone Converter |
4: Local time of some cities worldwide from Universal Time Coordinated (UTC)
tz name=Pacific Daylight Time (PDT), Offset=UTC -7, example country=US, example city=Los Angeles, tzid=America/Los_Angeles, date time=2021-10-06T14:35:51 |
3 | 10:42:09 | 069ms | ||
Time Zone Converter |
5: Local time of some cities worldwide from Universal Time Coordinated (UTC)
tz name=Pacific Daylight Time (PDT), Offset=UTC -7, example country=CA, example city=Vancouver, tzid=America/Vancouver, date time=2021-10-06T14:35:51 |
3 | 10:42:09 | 069ms | ||
Time Zone Converter |
6: Local time of some cities worldwide from Universal Time Coordinated (UTC)
tz name=Mountain Standard Time (MST), Offset=UTC -7, example country=US, example city=Phoenix, tzid=America/Phoenix, date time=2021-10-06T14:35:51 |
3 | 10:42:09 | 069ms | ||
Time Zone Converter |
7: Local time of some cities worldwide from Universal Time Coordinated (UTC)
tz name=Mountain Daylight Time (MDT), Offset=UTC -6, example country=US, example city=Denver, tzid=America/Denver, date time=2021-10-06T15:35:51 |
3 | 10:42:09 | 073ms | ||
Time Zone Converter |
8: Local time of some cities worldwide from Universal Time Coordinated (UTC)
tz name=Central Daylight Time (CDT), Offset=UTC -5, example country=US, example city=Chicago, tzid=America/Chicago, date time=2021-10-06T16:35:51 |
3 | 10:42:09 | 065ms | ||
Time Zone Converter |
9: Local time of some cities worldwide from Universal Time Coordinated (UTC)
tz name=Eastern Daylight Time (EDT), Offset=UTC -4, example country=US, example city=New York, tzid=America/New_York, date time=2021-10-06T17:35:51 |
3 | 10:42:10 | 078ms | ||
Time Zone Converter |
10: Local time of some cities worldwide from Universal Time Coordinated (UTC)
tz name=Eastern Daylight Time (EDT), Offset=UTC -4, example country=US, example city=Detroit, tzid=America/Detroit, date time=2021-10-06T17:35:51 |
3 | 10:42:10 | 069ms | ||
Time Zone Converter |
11: Local time of some cities worldwide from Universal Time Coordinated (UTC)
tz name=Eastern Daylight Time (EDT), Offset=UTC -4, example country=CA, example city=Toronto, tzid=America/Toronto, date time=2021-10-06T17:35:51 |
3 | 10:42:10 | 073ms | ||
Time Zone Converter |
12: Local time of some cities worldwide from Universal Time Coordinated (UTC)
tz name=Atlantic Daylight Time (ADT), Offset=UTC -3, example country=CA, example city=Halifax, tzid=America/Halifax, date time=2021-10-06T18:35:51 |
3 | 10:42:10 | 071ms | ||
Time Zone Converter |
13: Local time of some cities worldwide from Universal Time Coordinated (UTC)
tz name=Newfoundland Daylight Time (NDT), Offset=UTC -2:30, example country=CA, example city=St Johns, tzid=America/St_Johns, date time=2021-10-06T19:05:51 |
3 | 10:42:10 | 067ms | ||
Time Zone Converter |
14: Local time of some cities worldwide from Universal Time Coordinated (UTC)
tz name=Central European Time (CET), Offset=UTC +1, example country=DZ, example city=Africa/Algiers, tzid=Africa/Algiers, date time=2021-10-06T22:35:51 |
3 | 10:42:10 | 075ms | ||
Time Zone Converter |
15: Local time of some cities worldwide from Universal Time Coordinated (UTC)
tz name=British Summer Time (BST ), Offset=UTC +1, example country=GB, example city=London, tzid=Europe/London, date time=2021-10-06T22:35:51 |
3 | 10:42:10 | 064ms | ||
Time Zone Converter |
16: Local time of some cities worldwide from Universal Time Coordinated (UTC)
tz name=Central European Summer Time (CEST), Offset=UTC +2, example country=FR, example city=Paris, tzid=Europe/Paris, date time=2021-10-06T23:35:51 |
3 | 10:42:10 | 075ms | ||
Time Zone Converter |
17: Local time of some cities worldwide from Universal Time Coordinated (UTC)
tz name=Central European Summer Time (CEST), Offset=UTC +2, example country=ES, example city=Madrid, tzid=Europe/Madrid, date time=2021-10-06T23:35:51 |
3 | 10:42:10 | 102ms | ||
Time Zone Converter |
18: Local time of some cities worldwide from Universal Time Coordinated (UTC)
tz name=Japan Standard Time (JST), Offset=UTC +9, example country=JP, example city=Tokyo, tzid=Asia/Tokyo, date time=2021-10-07T06:35:51 |
3 | 10:42:10 | 071ms | ||
Time Zone Converter |
1: Local time in some US cities from New York local time
tz name=Hawaii Standard Time (HST), Offset=UTC -10, example country=US, example city=Honolulu, tzid=Pacific/Honolulu, date time=2021-10-06T03:06:40 |
3 | 10:42:10 | 070ms | ||
Time Zone Converter |
2: Local time in some US cities from New York local time
tz name=Hawaii-Aleutian Daylight Time (HDT), Offset=UTC -9, example country=US, example city=Adak, tzid=America/Adak, date time=2021-10-06T04:06:40 |
3 | 10:42:10 | 071ms | ||
Time Zone Converter |
3: Local time in some US cities from New York local time
tz name=Alaska Daylight Time (AKDT), Offset=UTC -8, example country=US, example city=Anchorage, tzid=America/Anchorage, date time=2021-10-06T05:06:40 |
3 | 10:42:10 | 067ms | ||
Time Zone Converter |
4: Local time in some US cities from New York local time
tz name=Pacific Daylight Time (PDT), Offset=UTC -7, example country=US, example city=Los Angeles, tzid=America/Los_Angeles, date time=2021-10-06T06:06:40 |
3 | 10:42:11 | 064ms | ||
Time Zone Converter |
5: Local time in some US cities from New York local time
tz name=Mountain Standard Time (MST), Offset=UTC -7, example country=US, example city=Phoenix, tzid=America/Phoenix, date time=2021-10-06T06:06:40 |
3 | 10:42:11 | 069ms | ||
Time Zone Converter |
6: Local time in some US cities from New York local time
tz name=Mountain Daylight Time (MDT), Offset=UTC -6, example country=US, example city=Denver, tzid=America/Denver, date time=2021-10-06T07:06:40 |
3 | 10:42:11 | 071ms | ||
Time Zone Converter |
7: Local time in some US cities from New York local time
tz name=Central Daylight Time (CDT), Offset=UTC -5, example country=US, example city=Chicago, tzid=America/Chicago, date time=2021-10-06T08:06:40 |
3 | 10:42:11 | 069ms | ||
Time Zone Converter |
8: Local time in some US cities from New York local time
tz name=Eastern Daylight Time (EDT), Offset=UTC -4, example country=US, example city=Detroit, tzid=America/Detroit, date time=2021-10-06T09:06:40 |
3 | 10:42:11 | 078ms | ||
Thirty360 (Bond Basis) 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.500000 |
3 | 10:42:11 | 088ms | ||
Thirty360 (Bond Basis) 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.500000 |
3 | 10:42:11 | 015ms | ||
Thirty360 (Bond Basis) 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.500000 |
3 | 10:42:11 | 018ms | ||
Thirty360 (Bond Basis) 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.500000 |
3 | 10:42:11 | 017ms | ||
Thirty360 (Bond Basis) 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.500000 |
3 | 10:42:11 | 016ms | ||
Thirty360 (Bond Basis) 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.500000 |
3 | 10:42:11 | 017ms | ||
Thirty360 (Bond Basis) 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.508333333 |
3 | 10:42:11 | 016ms | ||
Thirty360 (Bond Basis) 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.494444444 |
3 | 10:42:11 | 015ms | ||
Thirty360 (Bond Basis) 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.508333333 |
3 | 10:42:11 | 015ms | ||
Thirty360 (Bond Basis) 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.497222222 |
3 | 10:42:11 | 018ms | ||
Thirty360 (Bond Basis) 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.505555556 |
3 | 10:42:11 | 016ms | ||
Thirty360 (Bond Basis) 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.494444444 |
3 | 10:42:11 | 017ms | ||
Thirty360 (Bond Basis) 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.508333333 |
3 | 10:42:11 | 015ms | ||
Thirty360 (Bond Basis) 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.494444444 |
3 | 10:42:11 | 017ms | ||
Thirty360 (Bond Basis) 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.508333333 |
3 | 10:42:11 | 028ms | ||
Thirty360 (Bond Basis) 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.494444444 |
3 | 10:42:11 | 029ms | ||
Thirty360 (Bond Basis) 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.508333333 |
3 | 10:42:11 | 021ms | ||
Thirty360 (Bond Basis) 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.497222222 |
3 | 10:42:11 | 031ms | ||
Thirty360 (Bond Basis) day count convention |
1: Miscellaneous calculation
start date=2006-01-31, end date=2006-02-28, day count fraction=0.077777778 |
3 | 10:42:11 | 019ms | ||
Thirty360 (Bond Basis) day count convention |
2: Miscellaneous calculation
start date=2006-01-30, end date=2006-02-28, day count fraction=0.077777778 |
3 | 10:42:11 | 022ms | ||
Thirty360 (Bond Basis) day count convention |
3: Miscellaneous calculation
start date=2006-02-28, end date=2006-03-03, day count fraction=0.013888889 |
3 | 10:42:11 | 028ms | ||
Thirty360 (Bond Basis) day count convention |
4: Miscellaneous calculation
start date=2006-02-14, end date=2006-02-28, day count fraction=0.038888889 |
3 | 10:42:12 | 034ms | ||
Thirty360 (Bond Basis) day count convention |
5: Miscellaneous calculation
start date=2006-09-30, end date=2006-10-31, day count fraction=0.083333333 |
3 | 10:42:12 | 036ms | ||
Thirty360 (Bond Basis) day count convention |
6: Miscellaneous calculation
start date=2006-10-31, end date=2006-11-28, day count fraction=0.077777778 |
3 | 10:42:12 | 022ms | ||
Thirty360 (Bond Basis) day count convention |
7: Miscellaneous calculation
start date=2007-08-31, end date=2008-02-28, day count fraction=0.494444444 |
3 | 10:42:12 | 021ms | ||
Thirty360 (Bond Basis) day count convention |
8: Miscellaneous calculation
start date=2008-02-28, end date=2008-08-28, day count fraction=0.500000000 |
3 | 10:42:12 | 021ms | ||
Thirty360 (Bond Basis) day count convention |
9: Miscellaneous calculation
start date=2008-02-28, end date=2008-08-30, day count fraction=0.505555556 |
3 | 10:42:12 | 020ms | ||
Thirty360 (Bond Basis) day count convention |
10: Miscellaneous calculation
start date=2008-02-28, end date=2008-08-31, day count fraction=0.508333333 |
3 | 10:42:12 | 018ms | ||
Thirty360 (Bond Basis) day count convention |
11: Miscellaneous calculation
start date=2007-02-28, end date=2008-02-28, day count fraction=1.000000000 |
3 | 10:42:12 | 019ms | ||
Thirty360 (Bond Basis) day count convention |
12: Miscellaneous calculation
start date=2007-02-28, end date=2008-02-29, day count fraction=1.002777778 |
3 | 10:42:12 | 020ms | ||
Thirty360 (Bond Basis) day count convention |
13: Miscellaneous calculation
start date=2008-02-29, end date=2009-02-28, day count fraction=0.997222222 |
3 | 10:42:12 | 018ms | ||
Thirty360 (Bond Basis) day count convention |
14: Miscellaneous calculation
start date=2008-02-29, end date=2008-03-30, day count fraction=0.086111111 |
3 | 10:42:12 | 017ms | ||
Thirty360 (Bond Basis) day count convention |
15: Miscellaneous calculation
start date=2008-02-29, end date=2008-03-31, day count fraction=0.088888889 |
3 | 10:42:12 | 026ms | ||
Thirty360 (European) 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.500000 |
3 | 10:42:12 | 017ms | ||
Thirty360 (European) 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.500000 |
3 | 10:42:12 | 018ms | ||
Thirty360 (European) 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.500000 |
3 | 10:42:12 | 017ms | ||
Thirty360 (European) 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.500000 |
3 | 10:42:12 | 018ms | ||
Thirty360 (European) 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.500000 |
3 | 10:42:12 | 017ms | ||
Thirty360 (European) 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.500000 |
3 | 10:42:12 | 018ms | ||
Thirty360 (European) 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.505555556 |
3 | 10:42:12 | 017ms | ||
Thirty360 (European) 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.494444444 |
3 | 10:42:12 | 019ms | ||
Thirty360 (European) 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.505555556 |
3 | 10:42:12 | 023ms | ||
Thirty360 (European) 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.497222222 |
3 | 10:42:12 | 021ms | ||
Thirty360 (European) 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.502777778 |
3 | 10:42:12 | 022ms | ||
Thirty360 (European) 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.494444444 |
3 | 10:42:12 | 023ms | ||
Thirty360 (European) 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.505555556 |
3 | 10:42:12 | 018ms | ||
Thirty360 (European) 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.494444444 |
3 | 10:42:12 | 018ms | ||
Thirty360 (European) 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.505555556 |
3 | 10:42:12 | 019ms | ||
Thirty360 (European) 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.494444444 |
3 | 10:42:12 | 020ms | ||
Thirty360 (European) 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.505555556 |
3 | 10:42:12 | 027ms | ||
Thirty360 (European) 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.4972222 |
3 | 10:42:12 | 029ms | ||
Thirty360 (European) day count convention |
1: Miscellaneous calculation
start date=2006-01-31, end date=2006-02-28, day count fraction=0.077777778 |
3 | 10:42:12 | 024ms | ||
Thirty360 (European) day count convention |
2: Miscellaneous calculation
start date=2006-01-30, end date=2006-02-28, day count fraction=0.077777778 |
3 | 10:42:12 | 022ms | ||
Thirty360 (European) day count convention |
3: Miscellaneous calculation
start date=2006-02-28, end date=2006-03-03, day count fraction=0.013888889 |
3 | 10:42:12 | 019ms | ||
Thirty360 (European) day count convention |
4: Miscellaneous calculation
start date=2006-02-14, end date=2006-02-28, day count fraction=0.038888889 |
3 | 10:42:12 | 026ms | ||
Thirty360 (European) day count convention |
5: Miscellaneous calculation
start date=2006-09-30, end date=2006-10-31, day count fraction=0.083333333 |
3 | 10:42:12 | 017ms | ||
Thirty360 (European) day count convention |
6: Miscellaneous calculation
start date=2006-10-31, end date=2006-11-28, day count fraction=0.077777778 |
3 | 10:42:12 | 018ms | ||
Thirty360 (European) day count convention |
7: Miscellaneous calculation
start date=2007-08-31, end date=2008-02-28, day count fraction=0.494444444 |
3 | 10:42:12 | 016ms | ||
Thirty360 (European) day count convention |
8: Miscellaneous calculation
start date=2008-02-28, end date=2008-08-28, day count fraction=0.50000000 |
3 | 10:42:12 | 017ms | ||
Thirty360 (European) day count convention |
9: Miscellaneous calculation
start date=2008-02-28, end date=2008-08-30, day count fraction=0.505555556 |
3 | 10:42:12 | 015ms | ||
Thirty360 (European) day count convention |
10: Miscellaneous calculation
start date=2008-02-28, end date=2008-08-31, day count fraction=0.505555556 |
3 | 10:42:13 | 018ms | ||
Thirty360 (European) day count convention |
11: Miscellaneous calculation
start date=2007-02-28, end date=2008-02-28, day count fraction=1.00000000 |
3 | 10:42:13 | 015ms | ||
Thirty360 (European) day count convention |
12: Miscellaneous calculation
start date=2007-02-28, end date=2008-02-29, day count fraction=1.002777778 |
3 | 10:42:13 | 016ms | ||
Thirty360 (European) day count convention |
13: Miscellaneous calculation
start date=2008-02-29, end date=2009-02-28, day count fraction=0.997222222 |
3 | 10:42:13 | 017ms | ||
Thirty360 (European) day count convention |
14: Miscellaneous calculation
start date=2008-02-29, end date=2008-03-30, day count fraction=0.086111111 |
3 | 10:42:13 | 015ms | ||
Thirty360 (European) day count convention |
15: Miscellaneous calculation
start date=2008-02-29, end date=2008-03-31, day count fraction=0.086111111 |
3 | 10:42:13 | 015ms | ||
Thirty360 (US) 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.500000 |
3 | 10:42:13 | 017ms | ||
Thirty360 (US) 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.500000 |
3 | 10:42:13 | 016ms | ||
Thirty360 (US) 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.500000 |
3 | 10:42:13 | 021ms | ||
Thirty360 (US) 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.500000 |
3 | 10:42:13 | 018ms | ||
Thirty360 (US) 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.500000 |
3 | 10:42:13 | 021ms | ||
Thirty360 (US) 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.500000 |
3 | 10:42:13 | 018ms | ||
Thirty360 (US) 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.50277778 |
3 | 10:42:13 | 021ms | ||
Thirty360 (US) 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.49444444 |
3 | 10:42:13 | 022ms | ||
Thirty360 (US) 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.50277778 |
3 | 10:42:13 | 021ms | ||
Thirty360 (US) 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.49722222 |
3 | 10:42:13 | 035ms | ||
Thirty360 (US) 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.50277778 |
3 | 10:42:13 | 029ms | ||
Thirty360 (US) 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.49444444 |
3 | 10:42:13 | 026ms | ||
Thirty360 (US) 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.50277778 |
3 | 10:42:13 | 019ms | ||
Thirty360 (US) 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.49444444 |
3 | 10:42:13 | 022ms | ||
Thirty360 (US) 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.50277778 |
3 | 10:42:13 | 022ms | ||
Thirty360 (US) 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.49444444 |
3 | 10:42:13 | 047ms | ||
Thirty360 (US) 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.50277778 |
3 | 10:42:13 | 032ms | ||
Thirty360 (US) 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.49722222 |
3 | 10:42:13 | 025ms | ||
Thirty360 (US) day count convention |
1: Miscellaneous calculation
start date=2006-01-31, end date=2006-02-28, day count fraction=0.077777778 |
3 | 10:42:13 | 024ms | ||
Thirty360 (US) day count convention |
2: Miscellaneous calculation
start date=2006-01-30, end date=2006-02-28, day count fraction=0.077777778 |
3 | 10:42:13 | 019ms | ||
Thirty360 (US) day count convention |
3: Miscellaneous calculation
start date=2006-02-28, end date=2006-03-03, day count fraction=0.008333333 |
3 | 10:42:13 | 025ms | ||
Thirty360 (US) day count convention |
4: Miscellaneous calculation
start date=2006-02-14, end date=2006-02-28, day count fraction=0.03888889 |
3 | 10:42:13 | 021ms | ||
Thirty360 (US) day count convention |
5: Miscellaneous calculation
start date=2006-09-30, end date=2006-10-31, day count fraction=0.083333333 |
3 | 10:42:13 | 022ms | ||
Thirty360 (US) day count convention |
6: Miscellaneous calculation
start date=2006-10-31, end date=2006-11-28, day count fraction=0.077777778 |
3 | 10:42:13 | 022ms | ||
Thirty360 (US) day count convention |
7: Miscellaneous calculation
start date=2007-08-31, end date=2008-02-28, day count fraction=0.49444444 |
3 | 10:42:13 | 021ms | ||
Thirty360 (US) day count convention |
8: Miscellaneous calculation
start date=2008-02-28, end date=2008-08-28, day count fraction=0.50000000 |
3 | 10:42:13 | 021ms | ||
Thirty360 (US) day count convention |
9: Miscellaneous calculation
start date=2008-02-28, end date=2008-08-30, day count fraction=0.50555556 |
3 | 10:42:13 | 017ms | ||
Thirty360 (US) day count convention |
10: Miscellaneous calculation
start date=2008-02-28, end date=2008-08-31, day count fraction=0.50833333 |
3 | 10:42:13 | 019ms | ||
Thirty360 (US) day count convention |
11: Miscellaneous calculation
start date=2007-02-28, end date=2008-02-28, day count fraction=0.99444444 |
3 | 10:42:13 | 023ms | ||
Thirty360 (US) day count convention |
12: Miscellaneous calculation
start date=2007-02-28, end date=2008-02-29, day count fraction=1.00000000 |
3 | 10:42:13 | 023ms | ||
Thirty360 (US) day count convention |
13: Miscellaneous calculation
start date=2008-02-29, end date=2009-02-28, day count fraction=1.00000000 |
3 | 10:42:13 | 019ms | ||
Thirty360 (US) 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 | 023ms | ||
Thirty360 (US) 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 | 021ms | ||
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 | ||
Actual364 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.505494505 |
3 | 10:42:14 | 019ms | ||
Actual364 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.497252747 |
3 | 10:42:14 | 025ms | ||
Actual364 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.505494505 |
3 | 10:42:14 | 023ms | ||
Actual364 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.50000000 |
3 | 10:42:14 | 024ms | ||
Actual364 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.505494505 |
3 | 10:42:14 | 019ms | ||
Actual364 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.497252747 |
3 | 10:42:14 | 017ms | ||
Actual364 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.505494505 |
3 | 10:42:14 | 029ms | ||
Actual364 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.497252747 |
3 | 10:42:14 | 025ms | ||
Actual364 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.505494505 |
3 | 10:42:14 | 019ms | ||
Actual364 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.50000000 |
3 | 10:42:15 | 018ms | ||
Actual364 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.505494505 |
3 | 10:42:15 | 030ms | ||
Actual364 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.497252747 |
3 | 10:42:15 | 027ms | ||
Actual364 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.505494505 |
3 | 10:42:15 | 029ms | ||
Actual364 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.497252747 |
3 | 10:42:15 | 024ms | ||
Actual364 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.505494505 |
3 | 10:42:15 | 021ms | ||
Actual364 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.497252747 |
3 | 10:42:15 | 016ms | ||
Actual364 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.505494505 |
3 | 10:42:15 | 015ms | ||
Actual364 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.50000000 |
3 | 10:42:15 | 015ms | ||
Actual364 day count convention |
1: Miscellaneous calculation
start date=2006-01-31, end date=2006-02-28, day count fraction=0.076923077 |
3 | 10:42:15 | 014ms | ||
Actual364 day count convention |
2: Miscellaneous calculation
start date=2006-01-30, end date=2006-02-28, day count fraction=0.07967033 |
3 | 10:42:15 | 014ms | ||
Actual364 day count convention |
3: Miscellaneous calculation
start date=2006-02-28, end date=2006-03-03, day count fraction=0.008241758 |
3 | 10:42:15 | 015ms | ||
Actual364 day count convention |
4: Miscellaneous calculation
start date=2006-02-14, end date=2006-02-28, day count fraction=0.038461538 |
3 | 10:42:15 | 014ms | ||
Actual364 day count convention |
5: Miscellaneous calculation
start date=2006-09-30, end date=2006-10-31, day count fraction=0.085164835 |
3 | 10:42:15 | 015ms | ||
Actual364 day count convention |
6: Miscellaneous calculation
start date=2006-10-31, end date=2006-11-28, day count fraction=0.076923077 |
3 | 10:42:15 | 015ms | ||
Actual364 day count convention |
7: Miscellaneous calculation
start date=2007-08-31, end date=2008-02-28, day count fraction=0.497252747 |
3 | 10:42:15 | 014ms | ||
Actual364 day count convention |
8: Miscellaneous calculation
start date=2008-02-28, end date=2008-08-28, day count fraction=0.50000000 |
3 | 10:42:15 | 015ms | ||
Actual364 day count convention |
9: Miscellaneous calculation
start date=2008-02-28, end date=2008-08-30, day count fraction=0.505494505 |
3 | 10:42:15 | 016ms | ||
Actual364 day count convention |
10: Miscellaneous calculation
start date=2008-02-28, end date=2008-08-31, day count fraction=0.508241758 |
3 | 10:42:15 | 014ms | ||
Actual364 day count convention |
11: Miscellaneous calculation
start date=2007-02-28, end date=2008-02-28, day count fraction=1.002747253 |
3 | 10:42:15 | 016ms | ||
Actual364 day count convention |
12: Miscellaneous calculation
start date=2007-02-28, end date=2008-02-29, day count fraction=1.005494505 |
3 | 10:42:15 | 017ms | ||
Actual364 day count convention |
13: Miscellaneous calculation
start date=2008-02-29, end date=2009-02-28, day count fraction=1.002747253 |
3 | 10:42:15 | 017ms | ||
Actual364 day count convention |
14: Miscellaneous calculation
start date=2008-02-29, end date=2008-03-30, day count fraction=0.082417582 |
3 | 10:42:15 | 015ms | ||
Actual364 day count convention |
15: Miscellaneous calculation
start date=2008-02-29, end date=2008-03-31, day count fraction=0.085164835 |
3 | 10:42:15 | 014ms | ||
Actual365 (Fixed) 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.504109589 |
3 | 10:42:15 | 014ms | ||
Actual365 (Fixed) 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.495890411 |
3 | 10:42:15 | 014ms | ||
Actual365 (Fixed) 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.504109589 |
3 | 10:42:15 | 017ms | ||
Actual365 (Fixed) 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.498630137 |
3 | 10:42:15 | 018ms | ||
Actual365 (Fixed) 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.504109589 |
3 | 10:42:15 | 022ms | ||
Actual365 (Fixed) 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.495890411 |
3 | 10:42:15 | 023ms | ||
Actual365 (Fixed) 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.504109589 |
3 | 10:42:15 | 021ms | ||
Actual365 (Fixed) 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.495890411 |
3 | 10:42:15 | 029ms | ||
Actual365 (Fixed) 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.504109589 |
3 | 10:42:15 | 040ms | ||
Actual365 (Fixed) 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.498630137 |
3 | 10:42:15 | 031ms | ||
Actual365 (Fixed) 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.504109589 |
3 | 10:42:15 | 022ms | ||
Actual365 (Fixed) 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.495890411 |
3 | 10:42:15 | 023ms | ||
Actual365 (Fixed) 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.504109589 |
3 | 10:42:15 | 034ms | ||
Actual365 (Fixed) 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.495890411 |
3 | 10:42:15 | 023ms | ||
Actual365 (Fixed) 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.504109589 |
3 | 10:42:15 | 025ms | ||
Actual365 (Fixed) 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.495890411 |
3 | 10:42:15 | 020ms | ||
Actual365 (Fixed) 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.504109589 |
3 | 10:42:16 | 026ms | ||
Actual365 (Fixed) 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.498630137 |
3 | 10:42:16 | 019ms | ||
Actual365 (Fixed) day count convention |
1: Miscellaneous calculation
start date=2006-01-31, end date=2006-02-28, day count fraction=0.076712329 |
3 | 10:42:16 | 018ms | ||
Actual365 (Fixed) day count convention |
2: Miscellaneous calculation
start date=2006-01-30, end date=2006-02-28, day count fraction=0.079452055 |
3 | 10:42:16 | 018ms | ||
Actual365 (Fixed) day count convention |
3: Miscellaneous calculation
start date=2006-02-28, end date=2006-03-03, day count fraction=0.008219178 |
3 | 10:42:16 | 023ms | ||
Actual365 (Fixed) day count convention |
4: Miscellaneous calculation
start date=2006-02-14, end date=2006-02-28, day count fraction=0.038356164 |
3 | 10:42:16 | 018ms | ||
Actual365 (Fixed) day count convention |
5: Miscellaneous calculation
start date=2006-09-30, end date=2006-10-31, day count fraction=0.084931507 |
3 | 10:42:16 | 019ms | ||
Actual365 (Fixed) day count convention |
6: Miscellaneous calculation
start date=2006-10-31, end date=2006-11-28, day count fraction=0.076712329 |
3 | 10:42:16 | 016ms | ||
Actual365 (Fixed) day count convention |
7: Miscellaneous calculation
start date=2007-08-31, end date=2008-02-28, day count fraction=0.495890411 |
3 | 10:42:16 | 015ms | ||
Actual365 (Fixed) day count convention |
8: Miscellaneous calculation
start date=2008-02-28, end date=2008-08-28, day count fraction=0.498630137 |
3 | 10:42:16 | 015ms | ||
Actual365 (Fixed) day count convention |
9: Miscellaneous calculation
start date=2008-02-28, end date=2008-08-30, day count fraction=0.504109589 |
3 | 10:42:16 | 013ms | ||
Actual365 (Fixed) day count convention |
10: Miscellaneous calculation
start date=2008-02-28, end date=2008-08-31, day count fraction=0.506849315 |
3 | 10:42:16 | 014ms | ||
Actual365 (Fixed) day count convention |
11: Miscellaneous calculation
start date=2007-02-28, end date=2008-02-28, day count fraction=1 |
3 | 10:42:16 | 015ms | ||
Actual365 (Fixed) day count convention |
12: Miscellaneous calculation
start date=2007-02-28, end date=2008-02-29, day count fraction=1.002739726 |
3 | 10:42:16 | 015ms | ||
Actual365 (Fixed) day count convention |
13: Miscellaneous calculation
start date=2008-02-29, end date=2009-02-28, day count fraction=1 |
3 | 10:42:16 | 019ms | ||
Actual365 (Fixed) day count convention |
14: Miscellaneous calculation
start date=2008-02-29, end date=2008-03-30, day count fraction=0.082191781 |
3 | 10:42:16 | 025ms | ||
Actual365 (Fixed) day count convention |
15: Miscellaneous calculation
start date=2008-02-29, end date=2008-03-31, day count fraction=0.084931507 |
3 | 10:42:16 | 022ms | ||
ActualActual (ISDA) 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.5041096 |
3 | 10:42:16 | 015ms | ||
ActualActual (ISDA) 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.4958904 |
3 | 10:42:16 | 015ms | ||
ActualActual (ISDA) 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.5041096 |
3 | 10:42:16 | 036ms | ||
ActualActual (ISDA) 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.4972678 |
3 | 10:42:16 | 015ms | ||
ActualActual (ISDA) 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.5041096 |
3 | 10:42:16 | 037ms | ||
ActualActual (ISDA) 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.4958904 |
3 | 10:42:16 | 024ms | ||
ActualActual (ISDA) 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.504109589 |
3 | 10:42:16 | 022ms | ||
ActualActual (ISDA) 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.495890411 |
3 | 10:42:16 | 020ms | ||
ActualActual (ISDA) 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.504109589 |
3 | 10:42:16 | 019ms | ||
ActualActual (ISDA) 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.49726776 |
3 | 10:42:16 | 034ms | ||
ActualActual (ISDA) 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.50273224 |
3 | 10:42:16 | 018ms | ||
ActualActual (ISDA) 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.495890411 |
3 | 10:42:16 | 025ms | ||
ActualActual (ISDA) 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.504109589 |
3 | 10:42:16 | 020ms | ||
ActualActual (ISDA) 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.495890411 |
3 | 10:42:16 | 017ms | ||
ActualActual (ISDA) 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.504109589 |
3 | 10:42:16 | 017ms | ||
ActualActual (ISDA) 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.495890411 |
3 | 10:42:16 | 016ms | ||
ActualActual (ISDA) 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.504109589 |
3 | 10:42:16 | 016ms | ||
ActualActual (ISDA) 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.49726776 |
3 | 10:42:16 | 022ms | ||
ActualActual (ISDA) day count convention |
1: The start date and the end date include two leap years
start date=2000-01-01, end date=2004-01-01, day count fraction=4.00 |
3 | 10:42:16 | 020ms | ||
ActualActual (ISDA) day count convention |
2: The start date and the end date include two leap years
start date=2000-01-01, end date=2004-02-29, day count fraction=4.16120219 |
3 | 10:42:16 | 022ms | ||
ActualActual (ISDA) day count convention |
3: The start date and the end date include two leap years
start date=2000-01-01, end date=2005-01-01, day count fraction=5.00 |
3 | 10:42:16 | 019ms | ||
ActualActual (ISDA) day count convention |
4: The start date and the end date include two leap years
start date=2000-01-01, end date=2005-12-31, day count fraction=5.9972603 |
3 | 10:42:16 | 022ms | ||
ActualActual (ISDA) day count convention |
1: Miscellaneous calculation
start date=2003-11-01, end date=2004-05-01, day count fraction=0.49772438 |
3 | 10:42:16 | 020ms | ||
ActualActual (ISDA) day count convention |
2: Miscellaneous calculation
start date=1999/02-01, end date=2000-07-01, day count fraction=1.412336253 |
3 | 10:42:17 | 019ms | ||
ActualActual (ISDA) day count convention |
3: Miscellaneous calculation
start date=2002-08-15, end date=2004-01-15, day count fraction=1.419073284 |
3 | 10:42:17 | 035ms | ||
ActualActual (ISDA) day count convention |
4: Miscellaneous calculation
start date=1999-07-30, end date=2000-06-30, day count fraction=0.919193053 |
3 | 10:42:17 | 024ms | ||
ActualActual (ISDA) day count convention |
5: Miscellaneous calculation
start date=1999-11-30, end date=2000-04-30, day count fraction=0.415540085 |
3 | 10:42:17 | 033ms | ||
ActualActual (ISDA) day count convention |
6: Miscellaneous calculation
start date=2006-01-31, end date=2006-02-28, day count fraction=0.076712329 |
3 | 10:42:17 | 033ms | ||
ActualActual (ISDA) day count convention |
7: Miscellaneous calculation
start date=2006-01-30, end date=2006-02-28, day count fraction=0.079452055 |
3 | 10:42:17 | 041ms | ||
ActualActual (ISDA) day count convention |
8: Miscellaneous calculation
start date=2006-02-28, end date=2006-03-03, day count fraction=0.008219178 |
3 | 10:42:17 | 040ms | ||
ActualActual (ISDA) day count convention |
9: Miscellaneous calculation
start date=2006-02-14, end date=2006-02-28, day count fraction=0.038356164 |
3 | 10:42:17 | 033ms | ||
ActualActual (ISDA) day count convention |
10: Miscellaneous calculation
start date=2006-09-30, end date=2006-10-31, day count fraction=0.084931507 |
3 | 10:42:17 | 034ms | ||
ActualActual (ISDA) day count convention |
11: Miscellaneous calculation
start date=2006-10-31, end date=2006-11-28, day count fraction=0.076712329 |
3 | 10:42:17 | 031ms | ||
ActualActual (ISDA) day count convention |
12: Miscellaneous calculation
start date=2007-08-31, end date=2008-02-28, day count fraction=0.495890411 |
3 | 10:42:17 | 036ms | ||
ActualActual (ISDA) day count convention |
13: Miscellaneous calculation
start date=2008-02-28, end date=2008-08-28, day count fraction=0.49726776 |
3 | 10:42:17 | 025ms | ||
ActualActual (ISDA) day count convention |
14: Miscellaneous calculation
start date=2008-02-28, end date=2008-08-30, day count fraction=0.50273224 |
3 | 10:42:17 | 023ms | ||
ActualActual (ISDA) day count convention |
15: Miscellaneous calculation
start date=2008-02-28, end date=2008-08-31, day count fraction=0.505464481 |
3 | 10:42:17 | 017ms | ||
ActualActual (ISDA) day count convention |
16: Miscellaneous calculation
start date=2007-02-28, end date=2008-02-28, day count fraction=1.00000000 |
3 | 10:42:17 | 030ms | ||
ActualActual (ISDA) day count convention |
17: Miscellaneous calculation
start date=2007-02-28, end date=2008-02-29, day count fraction=1.001367989 |
3 | 10:42:17 | 045ms | ||
ActualActual (ISDA) day count convention |
18: Miscellaneous calculation
start date=2008-02-29, end date=2009-02-28, day count fraction=0.99726776 |
3 | 10:42:17 | 028ms | ||
ActualActual (ISDA) day count convention |
19: Miscellaneous calculation
start date=2008-02-29, end date=2008-03-30, day count fraction=0.081967213 |
3 | 10:42:17 | 016ms | ||
ActualActual (ISDA) day count convention |
20: Miscellaneous calculation
start date=2008-02-29, end date=2008-03-31, day count fraction=0.084699454 |
3 | 10:42:17 | 018ms |