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.
|
|
|
Examples
|
|
>
|
|
>
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
|
|
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.
|
|
|