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[yieldtomaturity] - yield to maturity of a level coupon bond
Calling Sequence
yieldtomaturity(amount, face, couponrate, maturity)
Parameters
amount
-
present value of the bond
face
face value of the bond
couponrate
rate indicated by the bond
maturity
number of periods to maturity
Description
The function yieldtomaturity the interest rate ``rate'' of a bond with face value ``face'', present value ``amount'', maturing in ``maturity'' period and paying at a rate ``couponrate'' per period.
The coupon rate is the rate that determines the payments that the bond gives.
This function is closely related to the levelcoupon function.
The command with(Finance,yieldtomaturity) allows the use of the abbreviated form of this command.
Since yieldtomaturity used to be part of the (now deprecated) finance package, for compatibility with older worksheets, this command can also be called using finance[yieldtomaturity]. However, it is recommended that you use the superseding package name, Finance, instead: Finance[yieldtomaturity].
Compatibility
The Finance[yieldtomaturity] command was introduced in Maple 15.
For more information on Maple 15 changes, see Updates in Maple 15.
Examples
Compare these examples with those in Finance[levelcoupon] I hold a bond with face value of 1000 U with an annual coupon rate of 12%. The coupon is paid twice yearly. The maturity is in 3 years. What is the yield to maturity of the bond, compounded semi-annually given that its present value is 1050.75 U
There are 6 periods of half a year until maturity.
Yield is 5% per half year, therefore it is
10% per year. If the present value is the same as the face value
In other words, the yield is identical to the coupon rate when the bond is valued at par. (Remember that the extra factor of 2 is to convert the semi-annual yield to annual yield).
Now let the present value decline to less than face.
This example shows that the yield must increase when the value of the bond declines.
See Also
Finance[levelcoupon], Finance[perpetuity], Finance[presentvalue]
Download Help Document