Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
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