Finance[EuropeanSwaption] - create a new European-style swaption
|
Calling Sequence
|
|
EuropeanSwaption(irswap, exercise, opts)
|
|
Parameters
|
|
swap
|
-
|
simple swap data structures; interest rate swap
|
exercise
|
-
|
a non-negative constant, a string containing a date specification in a format recognized by Finance[ParseDate], or a date data structure; the maturity time or date
|
opts
|
-
|
(optional) equation(s) of the form option = value where option is one of referencedate or daycounter; specify options for the EuropeanSwaption command
|
|
|
|
|
Description
|
|
•
|
The EuropeanSwaption command creates a new European-style swaption with the specified payoff and maturity. The swaption can be exercised only at the time or date specified by the exercise parameter. This is the opposite of an American-style swaption, which can be exercised at any time before the expiration.
|
•
|
The parameter swap is the underlying interest rate swap (see InterestRateSwap for more details).
|
•
|
The parameter exercise specifies the time or date when the option can be exercised. It can be given either as a non-negative constant or as a date in any of the formats recognized by the Finance[ParseDate] command.
|
•
|
The LatticePrice command can be used to price a European-style swaption using any given binomial or trinomial tree.
|
|
|
Options
|
|
•
|
referencedate = a string containing a date specification in a format recognized by Finance[ParseDate] or a date data structure -- This option provides the evaluation date. It is set to the global evaluation date by default.
|
•
|
daycounter = a name representing a supported day counter (e.g. ISDA, Simple) or a day counter data structure created using the DayCounter constructor -- This option provides a day counter that will be used to convert the period between two dates to a fraction of the year. This option is used only if one of earliestexercise or latestexercise is specified as a date.
|
|
|
Compatibility
|
|
•
|
The Finance[EuropeanSwaption] command was introduced in Maple 15.
|
|
|
Examples
|
|
>
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
>
|
|
| (8) |
Construct an interest rate swap receiving the fixed-rate payments in exchange for the floating-rate payments.
>
|
|
| (9) |
Compute the at-the-money rate for this interest rate swap.
>
|
|
| (10) |
Construct three swaps.
>
|
|
| (11) |
>
|
|
| (12) |
>
|
|
| (13) |
Here are cash flows for the paying leg of your interest rate swap.
>
|
|
| (14) |
Here are cash flows for the receiving leg of your interest rate swap.
>
|
|
| (15) |
These are days when coupon payments are scheduled to occur.
>
|
|
| (16) |
>
|
|
| (17) |
>
|
|
| (18) |
>
|
|
| (19) |
Price these swaptions using the Hull-White trinomial tree.
>
|
|
| (20) |
>
|
|
| (21) |
>
|
|
| (22) |
>
|
|
| (23) |
>
|
|
| (24) |
Price your swaptions using the tree constructed above.
>
|
|
| (25) |
>
|
|
| (26) |
>
|
|
| (27) |
You can also price these swaptions using an explicitly constructed trinomial tree.
>
|
|
| (28) |
>
|
|
| (29) |
Price your swaptions using the second tree.
>
|
|
| (30) |
>
|
|
| (31) |
>
|
|
| (32) |
|
|
See Also
|
|
Finance[BermudanSwaption], Finance[BinomialTree], Finance[BlackScholesBinomialTree], Finance[BlackScholesTrinomialTree], Finance[EuropeanSwaption], Finance[GetDescendants], Finance[GetProbabilities], Finance[GetUnderlying], Finance[ImpliedBinomialTree], Finance[ImpliedTrinomialTree], Finance[LatticeMethods], Finance[LatticePrice], Finance[MultinomialTree], Finance[SetDescendants], Finance[SetProbabilities], Finance[SetUnderlying], Finance[StochasticProcesses], Finance[TreePlot], Finance[TrinomialTree]
|
|
References
|
|
|
Brigo, D., Mercurio, F., Interest Rate Models: Theory and Practice. New York: Springer-Verlag, 2001.
|
|
|
Download Help Document
Was this information helpful?