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

Online Help

All Products    Maple    MapleSim


Finance

  

BondOptionPrice

  

calculate a discount bond price

 

Calling Sequence

Parameters

Options

Description

Examples

References

Compatibility

Calling Sequence

BondOptionPrice(model, strikes, maturity, bondmaturity, optiontype)

Parameters

model

-

affine one-factor model of interest rates

strikes

-

non-negative constant or a list of non-negative constants; strike price(s)

maturity

-

non-negative constant or a list of non-negative constants; time to maturity

bondmaturity

-

non-negative constant or a list of non-negative constants; time to maturity

opts

-

equations of the form option = value where option is optiontype; specify options for the BondOptionPrice command

Options

• 

optiontype = call or put; output type

Description

• 

The BondOptionPrice command calculates the price of a zero-coupon bond option in the given affine interest rate model.

Examples

withFinance:

MVasicekModel0.05,0.03,0.5,0.03

Mmoduleend module

(1)

BondOptionPriceM,0.5,5.0,20.0

0.

(2)

References

  

Brigo, D., Mercurio, F., Interest Rate Models: Theory and Practice. New York: Springer-Verlag, 2001.

Compatibility

• 

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

• 

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

See Also

Finance[CompoundFactor]

Finance[DiscountBondPrice]

Finance[DiscountFactor]

Finance[HullWhiteModel]

Finance[ImpliedRate]

Finance[VasicekModel]

Finance[ZeroCurve]