Serving the Quantitative Finance Community

Search found 65 matches

by Leonidas
May 5th, 2011, 9:07 pm
Forum: Technical Forum
Topic: Delta in FX option
Replies: 9
Views: 26845

Delta in FX option

<t>There are three reasons why I said yourremarks should be questioned. You said it shouldbe q instead of rf which shows you are not working in FX. You said FX options are onlyquoted up to two or three years, which showsyou're not working in the market. And the <0.5thing...don't know what you're tal...
by Leonidas
May 4th, 2011, 7:18 pm
Forum: Technical Forum
Topic: Delta in FX option
Replies: 9
Views: 26845

Delta in FX option

Read Reiswich and Wystup. And ignore caperovers remarks
by Leonidas
April 12th, 2011, 7:51 pm
Forum: Careers Forum
Topic: Another thread on working life as a Quant
Replies: 19
Views: 25939

Another thread on working life as a Quant

<t>9:00-19:00 (front office). Really depends on you how long you personally want to stay and what project you're working on. I'm rarely required to stay longer than that. So I'd confirm the 50-60 hours rule. Never on weekends. M&A is sick. Nobody can tell me that they produce good quality work a...
by Leonidas
March 23rd, 2011, 8:13 pm
Forum: General Forum
Topic: Applying Malz (1997)
Replies: 9
Views: 24743

Applying Malz (1997)

<t>Yes that's true. You can't transform a, say, spot delta vol pair to a forward delta vol pair without having a constructed FX volsmile. As for the forward: you can use the market forward for forward deltas. For spot ones you need a discount factor. Thisdf needs to be consinstent with the FX forwar...
by Leonidas
February 16th, 2011, 8:16 pm
Forum: Student Forum
Topic: FX Volatility Smile Construction (Wystup)
Replies: 4
Views: 26940

FX Volatility Smile Construction (Wystup)

WillK, this is exactly the way to proceed. As you have a starting parameter (i.e. quoted strangle)you'll have the vols at each time of the calibration, consequently the 25D strikes and the parametera.
by Leonidas
January 28th, 2011, 9:25 pm
Forum: Book And Research Paper Forum
Topic: The Fundamental Theorem of Asset Pricing
Replies: 5
Views: 26325

The Fundamental Theorem of Asset Pricing

To add to mj's post: http://math.rejecta.org/ is a very nice journal too.
by Leonidas
January 24th, 2011, 9:28 pm
Forum: Technical Forum
Topic: Basic FX Option pricing
Replies: 36
Views: 35180

Basic FX Option pricing

What exactly is not exactly perfect in that paper?
by Leonidas
January 9th, 2011, 6:51 pm
Forum: Technical Forum
Topic: PCA applied to volatility surfaces
Replies: 25
Views: 58823

PCA applied to volatility surfaces

<t>Let me be the party pooper. I'm totally with Gmike2000. This technique has flaws, and unfortunately not many papers analyze theflaws. So: we do not (yet) understand the problems with PCA in its standard case. The last thing that helps is nonlinear PCAusing Quantum inspired whatever. Or common pri...
by Leonidas
January 6th, 2011, 9:17 pm
Forum: Technical Forum
Topic: Implied Volatility Constraction Malz (1997)
Replies: 10
Views: 26032

Implied Volatility Constraction Malz (1997)

<t>Don't use Malz to extract risk neutral distributions. Everyone does it in academia, and the results are very questionable.And while we're at it, don't use it at all. Not until you understand what type of deltas there are in FX and what the difference between a smile and market strangle is. In any...
by Leonidas
September 14th, 2010, 11:40 am
Forum: Careers Forum
Topic: Front office requirements
Replies: 51
Views: 30680

Front office requirements

<t>most of the German noble prices stem from the first half of the 20th century. in addition, the number of noble price winners is by no means a good indicator for the educational level of average Joe, or, in this case, average Fritz. you might be biased, as you are one of those Germans. dominic con...
by Leonidas
September 14th, 2010, 11:08 am
Forum: Careers Forum
Topic: Front office requirements
Replies: 51
Views: 30680

Front office requirements

<t>Originally posted by: DominicConnor Personally I think the German universities are graded better than they deserve, but again that's just my call. Yeah, that's why German scientists are behind the other big nations in all disciplines. The universities are just bad. Oh wait a moment. Second in the...
by Leonidas
August 27th, 2010, 12:17 pm
Forum: Technical Forum
Topic: Basic FX Option pricing
Replies: 36
Views: 35180

Basic FX Option pricing

<t>Actually there are 2 ways the FX smile is quoted:- one is the delta-vol version as used by reuters (note that this version is usually the output of an atm, strangle, rr version)- the at-the-money, risk-reversal, strangle version as discussed in the paper referenced by PierreGYou obviously use reu...
by Leonidas
August 27th, 2010, 6:36 am
Forum: Technical Forum
Topic: Basic FX Option pricing
Replies: 36
Views: 35180

Basic FX Option pricing

You mean: you have a delta-vol mapping and you'd like to know the implied vol for a strike of 1.30? There isan algorithm for that in Wystup's book.
by Leonidas
August 20th, 2010, 1:09 pm
Forum: General Forum
Topic: Top 5 tools for Risk Management
Replies: 18
Views: 30282

Top 5 tools for Risk Management

I'd put Principle Component Analysis on my "5 most overrated and misleading tools for Risk Management"
by Leonidas
July 29th, 2010, 4:58 am
Forum: Programming and Software Forum
Topic: excel object lifecycle management
Replies: 3
Views: 27581

excel object lifecycle management

<t>The easiest way would be a a simple static std::map defined in your CPP file before all functions are declared. Say it contains yield curves.std::map<string,YieldCurve>. After creating the yield curve, you can assign a unique ID to it and store it in the map. You'd return thestring. In some other...