Finance[ZeroRate] - compute zero rates based on a given term structure
|
Calling Sequence
|
|
ZeroRate(termstructure, maturitytime, opts)
ZeroRate(termstructure, maturitydate, opts)
|
|
Parameters
|
|
termstructure
|
-
|
yield term structure; term structure
|
maturitytime
|
-
|
non-negative constant; maturity time in years
|
maturitydate
|
-
|
date in any of the formats recognized by the Finance[ParseDate] command; maturity date
|
opts
|
-
|
equation of the form option = value where option is compounding; specify option for the ZeroRate command
|
|
|
|
|
Description
|
|
•
|
The ZeroRate command returns the zero interest rate for the maturity maturitytime or maturitydate based on the specified term structure. The parameter termstructure can be a zero curve, a discount curve, or a forward curve. The compounding type for the returned rate can be controlled through the corresponding option.
|
|
|
Options
|
|
•
|
compounding = Simple, Continuous, Annual, Semiannual, EveryFourthMonth, Quarterly, Bimonthly, Monthly, SimpleThenAnnual, SimpleThenSemiannual, SimpleThenEveryFourthMonth, SimpleThenQuarterly, SimpleThenBimonthly, or SimpleThenMonthly -- This option specifies compounding type for the returned rate. The default value is Continuous.
|
|
|
Compatibility
|
|
•
|
The Finance[ZeroRate] command was introduced in Maple 15.
|
|
|
Examples
|
|
>
|
|
>
|
|
>
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
In this example, create a flat zero curve with reference date set to January 5, 2006.
>
|
|
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
>
|
|
| (8) |
In this example, create a zero curve with the same parameters as above but assume that the interest rate is based on monthly compounding.
>
|
|
>
|
|
| (9) |
>
|
|
| (10) |
>
|
|
| (11) |
In this example, create a zero curve based on a piecewise interpolation of zero rates. Use the default interpolation.
>
|
|
>
|
|
>
|
|
>
|
|
| (12) |
|
|
References
|
|
|
Brigo, D., Mercurio, F., Interest Rate Models: Theory and Practice. New York:
|
|
Hull, J., Options, Futures, and Other Derivatives, 5th. edition. Upper Saddle River, New Jersey: Prentice Hall, 2003.
|
|
|