Serving the Quantitative Finance Community

Search found 62 matches

by Balmung
January 23rd, 2018, 1:04 pm
Forum: General Forum
Topic: Hull-White in MATLAB - which vol surface to use
Replies: 2
Views: 1364

Re: Hull-White in MATLAB - which vol surface to use

You  need the volatility which is used by the model that calculates the benchmark prices for your calibration.
Your MATLAB function supports three models: Black, Shifted Black and Normal. I would recommend Normal, since Black is inappropriate due to negative interest rates.    
by Balmung
June 1st, 2012, 10:30 am
Forum: Student Forum
Topic: Modeling inflation under correlated Hull White
Replies: 4
Views: 53780

Modeling inflation under correlated Hull White

Have a look at quarchome.org
by Balmung
January 4th, 2011, 8:39 am
Forum: Student Forum
Topic: interview questions of Model Validation
Replies: 1
Views: 27017

interview questions of Model Validation

You may find this helpfulwww.math.utah.edu/ugrad/finance/interviewprep1.pdfwww.math.utah.edu/ugrad/finance/interviewprep2.pdfRegards
by Balmung
December 20th, 2010, 3:15 pm
Forum: Student Forum
Topic: Concepts and Practice of Mathematical Finance, Chapter 3
Replies: 4
Views: 23548

Concepts and Practice of Mathematical Finance, Chapter 3

Hi,you´re getting the RHS of Eq 3.18 and 3.19 by using exp(x)=1 + x + x*x / 2! + x*x*x / 3 ! + ... . I guess this is what the author meant by "expanding exp(x) in powers of x". By removing the stochastic part in Eq 3.22 you get the mean value of S(T) on top of page 60.Regards
by Balmung
November 20th, 2009, 1:23 pm
Forum: Book And Research Paper Forum
Topic: American Monte Carlo
Replies: 6
Views: 121668

American Monte Carlo

As far as I remember, the simulated tree algorithm from the Broadie-Glasserman paper is discussed herehttp://www.rhsmith.umd.edu/faculty/mfu/fu_files/FLMSW01.pdf
by Balmung
November 20th, 2009, 12:50 pm
Forum: Student Forum
Topic: Credit Derivative Regime Change (Big Bang Small Bang). URGETNT Please
Replies: 4
Views: 33309

Credit Derivative Regime Change (Big Bang Small Bang). URGETNT Please

<r>A brief overview to start with ishttp://<URL url="http://www.markit.com/assets/en/docs/markit-magazine/issue-4/60-cds-big-bang.pdf"><LINK_TEXT text="www.markit.com/assets/en/docs/markit-ma ... g-bang.pdf">www.markit.com/assets/en/docs/markit-magazine/issue-4/60-cds-big-bang.pdf</LINK_TEXT></URL> ...
by Balmung
July 28th, 2009, 2:35 pm
Forum: Student Forum
Topic: Good introduction programming book for pricing exotic options
Replies: 2
Views: 36703

Good introduction programming book for pricing exotic options

'Introduction to C++ for Financial Engineers' by Daniel Duffy'C++ Design Patterns and Derivative Pricing' by Mark Joshi
by Balmung
July 28th, 2009, 11:08 am
Forum: Technical Forum
Topic: Turnbull and Wakeman
Replies: 1
Views: 39311

Turnbull and Wakeman

The formula is described in Espen Haugs famous Guide to Option Pricing Formulas.
by Balmung
July 2nd, 2009, 11:21 am
Forum: Book And Research Paper Forum
Topic: Book(s) on Matlab
Replies: 3
Views: 42618

Book(s) on Matlab

'Numerical Methods in Finance and Economics: A Matlab-Based Introduction' by Paolo Brandimarte is excellent.
by Balmung
April 22nd, 2009, 1:26 pm
Forum: Programming and Software Forum
Topic: Reuters Add In in Excel
Replies: 1
Views: 45125

Reuters Add In in Excel

You can use RtHistory. There's a description in the PowerPlus Pro Help.Regards
by Balmung
April 22nd, 2009, 12:56 pm
Forum: Student Forum
Topic: Historical CDS Spread
Replies: 1
Views: 42665

Historical CDS Spread

You can use CDSD <GO> to find the relevant issuer and CDSH <GO> to see the historical spreads.Regards
by Balmung
July 22nd, 2008, 11:17 am
Forum: Numerical Methods Forum
Topic: Implied Vol using Barone-Adesi Whaley formula
Replies: 2
Views: 54177

Implied Vol using Barone-Adesi Whaley formula

Hi Bridge,you can do this numerically and I think it is not much different than inverting BS.You just need a root solver and in each loop you're able to calculate the critical price S* with your current guess for the volatility.Regards
by Balmung
June 20th, 2008, 10:33 am
Forum: Student Forum
Topic: Questions at interview
Replies: 10
Views: 54679

Questions at interview

There are excellent books covering that topic- Heard on the street- Paul Wilmott's FAQs- Mark Joshi's new bookRegards