Floor - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

Finance

  

Floor

  

create new interest rate floor

 

Calling Sequence

Parameters

Description

Examples

References

Compatibility

Calling Sequence

Floor(floatingleg, exerciserates)

Parameters

floatingleg

-

list of floating-rate coupons; floating leg

exerciserates

-

non-negative number or a list of non-negative numbers; exercise rates

Description

• 

The Floor command creates a new interest rate floor instrument with the specified parameters. This instrument can be viewed as a payer interest rate swap where each exchange payment is executed only if it has positive value. (see Brigo and Mercurio (2001) for more details).

• 

Assume that we have a set of coupon payments to occur at the times , , ..., . At each time instance  the floor pays

where

– 

 is the nominal value,

– 

 is the year fraction between dates  and ,

– 

 is a coupon payment at the time ,

– 

 is the fixed rate at time .

• 

The parameter floatingleg defines floating-rate coupon payments. The parameter exerciserates defines the corresponding fixed rates. The first exercise rate corresponds to the first floating rate coupon, the second exercise 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 floor using any given binomial or trinomial tree. The BlackPrice command will compute the price of an interest rate floor using the Black model.

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.

(1)

The nominal amount is 100.

(2)

Create a 6-month EURIBOR benchmark rate with a forecasted rate of 5%. No history is available for this rate.

(3)

Construct a discount interest rate curve.

(4)

Construct floating-leg payments.

(5)

(6)

Construct an interest rate floor with a fixed floor rate of 3% for all payments in the floating leg.

(7)

Price this instrument using the Black model with a discount rate of 5% and a volatility of 20%.

(8)

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.

Compatibility

• 

The Finance[Floor] command was introduced in Maple 15.

• 

For more information on Maple 15 changes, see Updates in Maple 15.

See Also

Finance[BlackPrice]

Finance[Cap]

Finance[Collar]

Finance[FixedRateCoupon]

Finance[InArrearIndexedCoupon]

Finance[InterestRateSwap]

Finance[LatticePrice]

Finance[ParCoupon]

Finance[SimpleCashFlow]

Finance[UpFrontIndexedCoupon]

 


Download Help Document