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[Collar] - create new interest rate collar
Calling Sequence
Collar(floatingleg, caprates, floorrates)
Parameters
floatingleg
-
list of floating-rate coupons; floating leg
caprates
non-negative number or a list of non-negative numbers; cap rates
floorrates
non-negative number or a list of non-negative numbers; floor rates
Description
The Collar command creates a new interest rate collar with the specified parameters. This is a combination of a long position in the corresponding interest rate cap and a short position in the corresponding interest rate floor.
Assume that we have a set of coupon payments to occur at the times , , ..., . At each time instance the cap pays
where
is the nominal value,
is the year fraction between dates and ,
is a coupon payment at the time ,
is the fixed cap rate at time ,
is the fixed floor rate at time .
The parameter floatingleg defines floating rate coupon payments. The parameters caprates and floorrates define the corresponding fixed rates. The first cap/floor rate corresponds to the first floating-rate coupon, the second cap/floor rate corresponds to the second floating-rate coupon, etc. If the size of the exerciserates list is smaller than the size of the floatingleg list then the last exercise rate will be used for all the remaining coupons.
The LatticePrice command can be used to price an interest rate cap using any given binomial or trinomial tree. The BlackPrice command will compute the price of an interest rate cap using the Black model.
Compatibility
The Finance[Collar] command was introduced in Maple 15.
For more information on Maple 15 changes, see Updates in Maple 15.
Examples
Set the global evaluation date. This date is taken as the reference date for all yield curves and benchmark rates unless another date is specified explicitly.
The nominal amount is 100.
Create a 6-month EURIBOR benchmark rate with a forecasted rate of 5%. No history is available for this rate.
Construct a discount interest rate curve.
Construct floating leg payments.
Construct an interest rate cap with a fixed cap rate of 7% for all payments in the floating leg.
Price these instruments using the Black model with a discount rate of 5% and a volatility of 20%, and verify that the price of the cap is equal to the sum of of the prices of the other two instruments.
See Also
Finance[Collar], Finance[Floor]
References
Brigo, D., Mercurio, F., Interest Rate Models: Theory and Practice. New York: Springer-Verlag, 2001.
Glasserman, P., Monte Carlo Methods in Financial Engineering. New York: Springer-Verlag, 2004.
Hull, J., Options, Futures, and Other Derivatives, 5th. edition. Upper Saddle River, New Jersey: Prentice Hall, 2003.
Download Help Document