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[ParRate] - calculate an interest on par with a term structure
Calling Sequence
ParRate(termstructure, n, step, starttime, frequency)
ParRate(termstructure, paymenttimes, frequency)
ParRate(termstructure, schedule, frequency)
Parameters
termstructure
-
yield term structure; term structure
n
positive integer; number of payments
step
positive; length of the interval between payments in years
frequency
Annual, Bimonthly, EveryFourthMonth, Monthly, Quarterly, or Semiannual; payment frequency
paymenttimes
list or Vector; payment times
starttime
non-negative constant; start of payments
schedule
schedule data structure; payment schedule
Description
The ParRate command calculates the implied par rate for a given sequence of payments at the given times.
The ParRate(termstructure, n, step, starttime, frequency) calling sequence calculates the interest rate that is equivalent to n payments every step years starting at starttime based on the given yield term structure. The optional frequency parameter can be used to specify the compounding frequency for the returned rate. By default, Annual frequency is used.
The ParRate(termstructure, paymenttimes, frequency) calling sequence is similar to the above except that in this case irregular payment times can be given.
The ParRate(termstructure, schedule, frequency) calling sequence will calculate the par rate for interest payments that occur according to the given schedule.
Compatibility
The Finance[ParRate] command was introduced in Maple 15.
For more information on Maple 15 changes, see Updates in Maple 15.
Examples
See Also
Finance[DiscountCurve], Finance[EquivalentRate], Finance[ForwardCurve], Finance[ForwardRate], Finance[ImpliedRate], Finance[ParRate], Finance[ZeroCurve]
References
Brigo, D., Mercurio, F., Interest Rate Models: Theory and Practice. New York: Springer-Verlag, 2001.
Hull, J., Options, Futures, and Other Derivatives, 5th. edition. Upper Saddle River, New Jersey: Prentice Hall, 2003.
Download Help Document