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[levelcoupon] - Present value of a level coupon bond
Calling Sequence
levelcoupon(face, rate, couponrate, maturity)
Parameters
face
-
face value of the bond
rate
interest rate
couponrate
interest rate indicated by the bond
maturity
number of periods to maturity
Description
The function levelcoupon calculates the present value at interest rate ``rate'' of a bond with face value ``face'' 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. The ``rate'' is the interest rate used in calculating the present value of the bond.
If the bond never matures, one has a perpetuity. See Finance[perpetuity].
The present value of a bond that pays only its face value at maturity, but no coupon payments (pure discount bonds or zero level bonds), is calculated using the finance[presentvalue] function.
The command with(Finance,levelcoupon) allows the use of the abbreviated form of this command.
Since levelcoupon used to be part of the (now deprecated) finance package, for compatibility with older worksheets, this command can also be called using finance[levelcoupon]. However, it is recommended that you use the superseding package name, Finance, instead: Finance[levelcoupon].
Compatibility
The Finance[levelcoupon] command was introduced in Maple 15.
For more information on Maple 15 changes, see Updates in Maple 15.
Examples
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 present value of the bond given that the interest rate is presently 10% compounded semi-annually.
There are 6 periods of half a year until maturity.
If the interest rate is the same as the coupon rate.
In other words, the bond is valued at par when the interest rate is equal to the coupon rate.
Now let the interest rate rise to 14%, compounded semi-annually.
This example shows that the value of the bond declines with rising interest rate.
See Also
Finance[ParCoupon], Finance[perpetuity], Finance[presentvalue], Finance[UpFrontIndexedCoupon], Finance[yieldtomaturity]
Download Help Document