Serving the Quantitative Finance Community

Search found 32 matches

by Friesenstein
April 15th, 2013, 9:31 am
Forum: Book And Research Paper Forum
Topic: Code and Paper related to Multi-Curve Curve Calibration (incl. ois discounting, tenor basis, cross-currency basis)
Replies: 34
Views: 19006

Code and Paper related to Multi-Curve Curve Calibration (incl. ois discounting, tenor basis, cross-currency basis)

<t>QuoteOriginally posted by: CuchulainnChristian,Which interpolation methods are used in your model?Afaik :-)possible interpolation methods are linear and spline. However the core class performs interpolation via rational functions, so other methods can be added easily.[/li] possible interpolation ...
by Friesenstein
April 15th, 2013, 9:22 am
Forum: Book And Research Paper Forum
Topic: Code and Paper related to Multi-Curve Curve Calibration (incl. ois discounting, tenor basis, cross-currency basis)
Replies: 34
Views: 19006

Code and Paper related to Multi-Curve Curve Calibration (incl. ois discounting, tenor basis, cross-currency basis)

<t>QuoteOriginally posted by: DavidJNLooks very interesting. Not knowing anything about Java, I'll start with the paper. But I have noticed that the spreadsheet seems to be missing an XLA file (that presumably serves as the interface between the spreadsheet and the Java libraries?). Like I said, Jav...
by Friesenstein
April 11th, 2013, 8:19 am
Forum: Book And Research Paper Forum
Topic: Code and Paper related to Multi-Curve Curve Calibration (incl. ois discounting, tenor basis, cross-currency basis)
Replies: 34
Views: 19006

Code and Paper related to Multi-Curve Curve Calibration (incl. ois discounting, tenor basis, cross-currency basis)

<r>I have posted an update to my curve calibration code and the associated paper.The source code (Java) and spreadsheet (Excel/OpenOffice/LibreOffice) for curve calibration (multi-curve curve calibration and interpolation, incl. ois discounting, tenor basis, cross-currency basis) can be found here:<...
by Friesenstein
April 6th, 2012, 7:32 am
Forum: Programming and Software Forum
Topic: Excel C++ add ins for mac
Replies: 20
Views: 36997

Excel C++ add ins for mac

<t>It appears to be not easy to call "external" code from Excel for Mac (Excel 2011, aka Excel 14.1). One solution might be to create a VBA macro calling MacScript (i.e. AppleScript) on an external application. What could work (but I haven't tried) is to create an application form you C++ code which...
by Friesenstein
April 28th, 2011, 6:52 am
Forum: Technical Forum
Topic: likelihood ratio explode in proxy scheme
Replies: 3
Views: 21675

likelihood ratio explode in proxy scheme

<t>I believe the weight is not > 1 on all paths. The density is 1/sigma exp((...)/sigma). So paths close to the mean will get a weight < 1 and paths far out will get a weight > 1. In addition sigma comes together with a sqrt(deltaT), so it will take a while until weights grow.... Maybe you forgot th...
by Friesenstein
June 5th, 2010, 8:01 am
Forum: Technical Forum
Topic: Discounting and Forward Rates
Replies: 4
Views: 30019

Discounting and Forward Rates

<t>The simplest way to account for a different disocunting curve is to assume a deterministic default intensity model, then the discount factor is given by df(t,T) * exp(-lambda(t,T) * (T-t)) - see for example Page 411 (Google Books Viewer) where I described how to implement a multi-curve discountin...
by Friesenstein
May 21st, 2010, 10:35 pm
Forum: Student Forum
Topic: Hedging the credit spread risk from an issuer's perspective
Replies: 7
Views: 162773

Hedging the credit spread risk from an issuer's perspective

<t>I don't know if I got your initial question right, but:If we have issued a bond, then selling (one) protection on that bond (to it's holder) would correspond to buying back the bond and exchanging it for a risk free bond (issued by a third party that lives on even if "we" default). (Note however,...
by Friesenstein
May 17th, 2010, 9:40 am
Forum: Technical Forum
Topic: Consistent valuation of IR Swaps
Replies: 33
Views: 67666

Consistent valuation of IR Swaps

<t>Hi.I don't know if this is a contribution to the original question ("valuation of an IR swap"), but as pointed out in Chapter 29 of ISBN 0470047224, for a swap between two counterparts with different credit rating / funding, valuation (discounting) is as complex as valuing a Bermudan option, invo...
by Friesenstein
December 16th, 2009, 10:12 am
Forum: Programming and Software Forum
Topic: java in finance
Replies: 57
Views: 205876

java in finance

QuoteOriginally posted by: kapitalwho cares if it's slow or fast? does it work with excel?Java works well with Excel - if you mean integration into Excel as with XLW/OH for C++.You could use XLL4J or Obba - Java Object Handler.
by Friesenstein
May 8th, 2008, 10:39 am
Forum: General Forum
Topic: “Achieving Decorrelation and Speed…” (by Mark Joshi Jan 2006)
Replies: 15
Views: 64737

“Achieving Decorrelation and Speed…” (by Mark Joshi Jan 2006)

<t>QuoteOriginally posted by: mjI don't think it makes sense to have a rate reset to prescribed amount on every path in any case.We do something more subtle -- we do a mean shift that undoes the effect of a bump so that whatever the next draw is, the bumped and unbumped models agree. Most products o...
by Friesenstein
December 12th, 2007, 11:04 am
Forum: Book And Research Paper Forum
Topic: New Book - Mathematical Finance: Theory, Modeling, Implementation
Replies: 7
Views: 66500

New Book - Mathematical Finance: Theory, Modeling, Implementation

<r>QuoteOriginally posted by: mjit's a good book!Thanks for the positive feedback.PS: Since the book is indeed focused on the sde/Monte-Carlo side of mathematical finance, I take unkpath’s comment as a positive feedback too ;-)QuoteOriginally posted by: unkpathI found that the only valuable parts of...
by Friesenstein
December 11th, 2007, 3:32 pm
Forum: Technical Forum
Topic: Malliavin greeks near fixing
Replies: 4
Views: 62628

Malliavin greeks near fixing

<t>You can do localization in a "proxy simulation scheme", which is much simpler than doing Mallavian calculus and it can be implemented almost independently from the product and the model. In my experiments I saw good results for simple guesses of localization functions.I have a paper on this, it i...
by Friesenstein
December 6th, 2007, 9:24 am
Forum: Book And Research Paper Forum
Topic: New Book - Mathematical Finance: Theory, Modeling, Implementation
Replies: 7
Views: 66500

New Book - Mathematical Finance: Theory, Modeling, Implementation

<t>Mathematical Finance: Theory, Modeling, Implementation Hardcover: 544 pages Publisher: Wiley (August 24, 2007) ISBN: 0470047224For a complete table of contents and an excerpt check the book's home page.Note: Actually this is rather a new edition than a new book. The book was available as a free e...
by Friesenstein
May 14th, 2007, 3:34 pm
Forum: Technical Forum
Topic: Markov Functional Models
Replies: 8
Views: 75248

Markov Functional Models

<t>The book was available as a free download on the web for three years - so to some extend there was a very long peer-review phase and to some extend it is already a second edition.I don't know why, but the feedback-rate from german downloaders was significantly higher than than from english downlo...
by Friesenstein
May 14th, 2007, 11:29 am
Forum: Technical Forum
Topic: Greeks in the LMM
Replies: 8
Views: 93917

Greeks in the LMM

<t>QuoteOriginally posted by: pascal2006The proxy scheme technic of M Joshi and C Fries seem to be difficult in sthochastic process case since I need to tabulate ( numerically ) density functions.Why? The method works for the case of stochastic volatility (I assume you mean stoch vol) in the same wa...