Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
Finance[DayCounter] - create a new day counter
Calling Sequence
DayCounter(convention)
Parameters
convention
-
counting convention; possible values are: Actual360, Actual365Fixed, AFB, Bond, Euro, Historical, ISDA, ISMA, OneDay, Simple, Thirty360BondBasis, Thirty360EuroBondBasis, Thirty360European, Thirty360Italian, or Thirty360USA
Description
The DayCounter command creates a new day counter based on the specified convention. By default the Actual365Fixed convention is used. The default day count convention can be controlled through the Settings command.
Conventions
The following day count conventions are supported. See CalendarsAndDayCounters for more details.
Actual360
The numerator is the same as ISDA below; the denominator is always 360.
Actual365Fixed
The numerator is the same as ISDA below; the denominator is always 365.
AFB
The numerator is the same as ISDA below; the denominator is either 365 if the calculation period does not include February 29th, or 366 if the calculation period includes February 29th.
Bond
Same meaning as ISMA
Euro
Same meaning as AFB.
Historical
Same meaning as ISDA.
ISDA
The numerator is equal to the actual number of days from (and including) the last coupon payment date or period end date, to (but excluding) the current value date or period end date; the denominator varies depending on whether a portion of the relevant calculation period falls within a leap year. For the portion of the calculation period falling within a leap year, the denominator is 366, for the other portion the denominator is 365.
ISMA
The numerator is the same as ISDA above; the denominator is the actual number of days in the coupon period multiplied by the number of coupon periods in the year.
Simple
This day counter tries to ensure that the whole-month distances are returned as a simple fraction.
OneDay
The numerator and denominator are both set to 1.
Thirty360European
This is one of the 30/360 day count conventions. Starting dates or ending dates that occur on the 31st of a month become equal to the 30th of the same month.
Thirty360Italian
This is one of the 30/360 day count conventions. Starting or ending dates that occur on February and are greater than 27 become equal to 30 for computational sake.
Thirty360USA
This is one of the 30/360 day count conventions. If the ending date is the 31st of a month and the starting date is earlier than the 30th of a month, the ending date becomes equal to the 1st of the next month, otherwise the ending date becomes equal to the 30th of the same month.
Compatibility
The Finance[DayCounter] command was introduced in Maple 15.
For more information on Maple 15 changes, see Updates in Maple 15.
Examples
Note that the default value of the day counter can be changed using the Settings command.
See Also
Finance,Examples,CalendarsAndDayCounters, Finance[DayCount], Finance[FormatDate], Finance[ParseDate], Finance[YearFraction]
Download Help Document