Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
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