Serving the Quantitative Finance Community

Search found 15 matches

by LB
June 8th, 2010, 2:02 am
Forum: Student Forum
Topic: Differences between Hull-White papers
Replies: 3
Views: 28222

Differences between Hull-White papers

<t>I have two separate implementations of Hull-White ? one of them is based on a paper titled ?Using Hull-White Interest-Rate Trees? and the second based on a paper they wrote some time later, called ?The General Hull-White Model and Super Calibration?. I am certain the implementations are correct, ...
by LB
November 24th, 2009, 4:41 am
Forum: Student Forum
Topic: Are Leisen-Reimer trees used only for American vanilla options?
Replies: 2
Views: 33046

Are Leisen-Reimer trees used only for American vanilla options?

<t>Hello all,I have a quick question regarding Leisen-Reimer trees.Can Leisen-Reimer trees be used to price anything but vanilla options? Since we have a closed form Black–Scholes for Europeans, that pretty much leaves Americans as the only options that would be priced with Leisen-Reimer trees. Corr...
by LB
April 14th, 2009, 4:01 am
Forum: Student Forum
Topic: Put basket option pricing via Taylor Expansion
Replies: 0
Views: 40524

Put basket option pricing via Taylor Expansion

<t>Hello all,I'm looking at the possibiliy of implementing Prof. Ju's algorithm for pricing European basket options using taylor expansion, but there is something I can't quite figure out. I was wondering if perhaps someone here can help.In page 11 of the paper mentioned above, Prof. Ju suggests cal...
by LB
April 14th, 2009, 3:15 am
Forum: Student Forum
Topic: European vs American Basket Options - Monte Carlo Pricing
Replies: 0
Views: 40104

European vs American Basket Options - Monte Carlo Pricing

<t>Hello all,I've implemented Monte Carlo pricing of European and American Basket Options, but there's something that keeps bothering me that I want to make sure is not an indication of a bug/mistake. The American options are priced based on the Longstaff-Schwartz algorithm, and Europeans are priced...
by LB
August 13th, 2008, 4:13 am
Forum: Technical Forum
Topic: Black-Karasinski Calibration
Replies: 3
Views: 51360

Black-Karasinski Calibration

<t>I've implemented in the past a calibration method for Hull-White (HW) that estimates Sigma and Alpha based on market caplet vols. To do this I minimized the least-squares differences between market vols/prices and calculated values based on HW closed-form formula for pricing options on pure disco...
by LB
August 11th, 2008, 4:02 am
Forum: Student Forum
Topic: Black-Karasinski Calibration
Replies: 0
Views: 49947

Black-Karasinski Calibration

<t>I've implemented in the past a calibration method for Hull-White (HW) that estimates Sigma and Alpha based on market caplet vols. To do this I minimized the least-squares differences between market vols/prices and calculated values based on HW closed-form formula for pricing options on pure disco...
by LB
September 14th, 2007, 4:58 am
Forum: Student Forum
Topic: Embedded Bond Options
Replies: 0
Views: 65226

Embedded Bond Options

<t>Hello all,I've been working on writing code to price callable and puttable bonds via binomial trees, and I've run into an issue that I am not sure I understand. Perhaps someone here can help me.The implementation I did is based on Fabozzi, and I get results very close to his when I follow the exa...
by LB
April 28th, 2006, 2:04 am
Forum: Technical Forum
Topic: Implied Trees anb option price extrapolation
Replies: 0
Views: 108097

Implied Trees anb option price extrapolation

<t>Hello all,I am trying to implement implied trinomial trees, and the literature I have found so far does not do a very good job at explaining how to obtain the option prices for the list of strikes and tenures represented in the nodes of the tree. Perhaps someone here can help.In all examples I ha...
by LB
April 28th, 2006, 2:03 am
Forum: Student Forum
Topic: Implied Trees anb option price extrapolation
Replies: 0
Views: 107858

Implied Trees anb option price extrapolation

<t>Hello all,I am trying to implement implied trinomial trees, and the literature I have found so far does not do a very good job at explaining how to obtain the option prices for the list of strikes and tenures represented in the nodes of the tree. Perhaps someone here can help.In all examples I ha...
by LB
March 11th, 2005, 3:33 am
Forum: Student Forum
Topic: Pricing FRN with Hull-White
Replies: 1
Views: 156651

Pricing FRN with Hull-White

<t>I need some help pricing Floating Rate Notes using a one-factor Hull-White trinomial tree. If the tree levels are, say, bi-annual, and the reset of the FRN is 1, the paymant dates will fall every other tree level. If that happens, how can I calculate the payments between reset dates given that th...
by LB
March 10th, 2005, 5:37 am
Forum: Technical Forum
Topic: Pricing FRNs using Hull-White
Replies: 0
Views: 156630

Pricing FRNs using Hull-White

<t>I need some help pricing Floating Rate Notes using a one-factor Hull-White trinomial tree. If the tree levels are, say, bi-annual, and the reset of the FRN is 1, the paymant dates will fall every other tree level. If that happens, how can I calculate the payments between reset dates given that th...
by LB
July 30th, 2004, 1:20 am
Forum: Technical Forum
Topic: Computing yield volatilities
Replies: 1
Views: 180081

Computing yield volatilities

<t>Hello all,How can I calculate the volatility of a zero coupon bond given all the short rate volatilities for the life of the bond? In other words, How can I calculate the yield volatility for a 3 year zero coupon bond, if I have the short rate volatilities for 0 --> 1 years, for 1 --> 2 years, an...
by LB
July 8th, 2004, 3:33 am
Forum: Student Forum
Topic: Volatility and compounding frequency
Replies: 1
Views: 182852

Volatility and compounding frequency

<t>I've been having a difficult time finding more information on mapping interest rate volatilities across compounding frequencies, and was wondering if anyone here knows of literature that discusses this very issue. My main goal is to learn how to solve the more general case of mapping an interest ...
by LB
May 22nd, 2004, 8:37 pm
Forum: Technical Forum
Topic: two different approaches in Hull-White?
Replies: 1
Views: 189707

two different approaches in Hull-White?

<t>Hi all,I am in the process of implementing Hull-White consistent with both time-dependent yield and volatility (dr = [Theta(t)-Alpha(t)*r]*dt + Sigma(t)dz ). I am using two different sources:Book: Implementing Derivatives Models, by Clewlow and Strickland (page 278)Paper: Using Hull-WHite Interes...
by LB
May 21st, 2004, 2:32 am
Forum: Student Forum
Topic: Hull-White with time-dependent yield and volatility
Replies: 0
Views: 189153

Hull-White with time-dependent yield and volatility

<t>Hi,I am in the process of implementing Hull-White consistent with both time-dependent yield and volatility (dr = [Theta(t)-Alpha(t)*r]*dt + Sigma(t)dz ). I am using two different sources:Book: Implementing Derivatives Models, by Clewlow and Strickland (pp 278)Paper: Using Hull-WHite Interest Rate...