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[FixedRateCoupon] - construct a fixed rate coupon on a term structure
Calling Sequence
FixedRateCoupon(nominal, rate, startdate, enddate, paymentdate, opts)
Parameters
nominal
-
non-negative constant; nominal value
rate
non-negative constant; coupon rate
startdate
a string containing a date specification in a format recognized by ParseDate or a date data structure; accrual start date
enddate
a string containing a date specification in a format recognized by ParseDate or a date data structure; accrual end date
paymentdate
a string containing a date specification in a format recognized by ParseDate or a date data structure; payment date
opts
equations of the form option = value where option is daycounter; specify options for the FixedRateCoupon command
Description
The FixedRateCoupon command constructs a coupon paying a fixed interest rate on the given date.
The interest is accrued between startdate and enddate based on simple compounding.
The optional parameter paymentdate can be used to specify when the accrued interest will be payed. By default paymentdate is equal to enddate.
Options
daycounter = Actual360, Actual365Fixed, AFB, Bond, Euro, Historical, ISDA, ISMA, OneDay, Simple, Thirty360BondBasis, Thirty360EuroBondBasis, Thirty360European, Thirty360Italian, Thirty360USA, or a day counter data structure; convention used to convert the amount of time between two dates to year fractions
Compatibility
The Finance[FixedRateCoupon] command was introduced in Maple 15.
For more information on Maple 15 changes, see Updates in Maple 15.
Examples
First set the global evaluation date to January 1, 2005.
Construct a coupon that pays the fixed rate of 5%. The accrual period starts on January 3, 2006 and ends on January 3, 2010.
Compute the value of this cash flow on January 3, 2005.
Here is another way to compute this. First, compute the accrued interest.
This is the value to be received on January 3, 2010. You must discount this value using the discount rate.
This is the value of the same cash flow on January 3, 2004.
Calculate the net present value of the set of two cash flows.
See Also
Finance[CompoundFactor], Finance[DiscountFactor], Finance[FixedCouponBond], Finance[FloatingRateBond], Finance[InArrearIndexedCoupon], Finance[NetPresentValue], Finance[ParCoupon], Finance[ParseDate], Finance[SimpleCashFlow], Finance[UpFrontIndexedCoupon], Finance[ZeroCouponBond], Finance[ZeroCurve]
Download Help Document