Serving the Quantitative Finance Community

Search found 46 matches

by mohamedb
November 22nd, 2007, 4:52 pm
Forum: Technical Forum
Topic: CDS payment on default when traded upfront?
Replies: 9
Views: 67651

CDS payment on default when traded upfront?

Hi,Can anyone tell me: if I trade a CDS with a running spread or with an upfront, does this change the payoff in any way or is the payoff on default exactly the same in both cases?thanks in advance,BM
by mohamedb
September 18th, 2007, 10:58 am
Forum: Technical Forum
Topic: Hedging Quonto options
Replies: 30
Views: 198540

Hedging Quonto options

<t>I traded this 1997-1999. I may have some details wrong, so excuse me as it has been a long while.Let contract be a Eurotop future quantoed into USD, the index is demomoinated in EUR. This was the NYMEX contract.Let contract tick-size = 1Let delta = 1Let index level = 3100Let EURUSD = 1.37Now you ...
by mohamedb
September 3rd, 2007, 2:46 pm
Forum: Programming and Software Forum
Topic: Differentiation in Mathematica question
Replies: 2
Views: 66841

Differentiation in Mathematica question

clever - thxBM
by mohamedb
August 31st, 2007, 11:47 am
Forum: Programming and Software Forum
Topic: Differentiation in Mathematica question
Replies: 2
Views: 66841

Differentiation in Mathematica question

Hi All,A hopefully simple Mathematica question.I have y = f(t) , x = g(t).dy/dx = f' / g'How can I get Mathematica to derive this by itself? RgdsBM
by mohamedb
June 27th, 2007, 8:20 am
Forum: Technical Forum
Topic: Perfect Replication of Credit Derivatives?
Replies: 11
Views: 72416

Perfect Replication of Credit Derivatives?

<t>After some thought, I believe the problem lies in the nature of the underlying. The underlying is a default;. but what event happens upon default? For a CDS there isn't just one event - there are two. Firstly upon default, an annuity ceases. Secondly upon default, a payment is made.To explain bet...
by mohamedb
June 25th, 2007, 8:11 am
Forum: Technical Forum
Topic: Perfect Replication of Credit Derivatives?
Replies: 11
Views: 72416

Perfect Replication of Credit Derivatives?

But what if a non-defaulting names subsequently defaults? It no longer pays N/125 and so the index and CDS are no longer offsetting for defaults.
by mohamedb
June 21st, 2007, 8:35 am
Forum: Technical Forum
Topic: Perfect Replication of Credit Derivatives?
Replies: 11
Views: 72416

Perfect Replication of Credit Derivatives?

<t>Thx StructCred & Zub.In my simple example, I have excluded "market risk" by asserting that spreads are constant. The only stochastic process is the default event as defined by a homogoneous Poisson process (i.e. constant hazard rate). Hence JtD is the only process at work. Yet I am unable to ...
by mohamedb
June 20th, 2007, 11:22 am
Forum: Technical Forum
Topic: Perfect Replication of Credit Derivatives?
Replies: 11
Views: 72416

Perfect Replication of Credit Derivatives?

<t>Thx for the post.If we choose the CDS notionals to better replicate the spread payments then we will not be hedged on default.I am supposing that even under simple assumptions (flat hazard rates, zero interest, zero recovery), it is impossible perfectly replicate the index CDS with single name CD...
by mohamedb
June 20th, 2007, 9:25 am
Forum: Technical Forum
Topic: Perfect Replication of Credit Derivatives?
Replies: 11
Views: 72416

Perfect Replication of Credit Derivatives?

<t>Can anybody explain this puzzle to me?Suppose we are hedging a call option. The world is a Black-Scholes world (constant vol and IR, no transaction costs, bid=offer, lognormal distribution etc etc); here we can be sure that the delta-hedging strategy on the stock, if done perfectly, will perfectl...
by mohamedb
March 9th, 2007, 12:54 pm
Forum: Technical Forum
Topic: Hedging using Whalley Wilmott hedging formula
Replies: 2
Views: 78133

Hedging using Whalley Wilmott hedging formula

<t>If I understand the question correctly, here is my interpretation:1. I think you have to be careful about combining for a portfolio of options. The no-transction region changes with maturity and in-the-moneyness of the option. I would imagine that one would have to test for being within the trans...
by mohamedb
March 6th, 2007, 2:36 pm
Forum: Programming and Software Forum
Topic: Mathematica : Problem with valid variable
Replies: 5
Views: 79574

Mathematica : Problem with valid variable

damm it seems that something is being escaped when i type it in. last line should beTee OpenBracket U CloseBracketArghhh
by mohamedb
March 6th, 2007, 2:34 pm
Forum: Programming and Software Forum
Topic: Mathematica : Problem with valid variable
Replies: 5
Views: 79574

Mathematica : Problem with valid variable

last line should have readT(not T)
by mohamedb
March 6th, 2007, 2:31 pm
Forum: Programming and Software Forum
Topic: Mathematica : Problem with valid variable
Replies: 5
Views: 79574

Mathematica : Problem with valid variable

Maybe its getting confused because(a) x is both the function and argument for the differientation(b) the function argument is not supplied in D[...]. I.e it expects f[x]TryT[f_] := D[f[x], {x, 1}]u[x_] = Sqrt[2]*xT
by mohamedb
August 7th, 2006, 10:05 am
Forum: Numerical Methods Forum
Topic: simple algorithm
Replies: 6
Views: 97037

simple algorithm

<t>Perhaps solve it without integer programming.x/y = -P2/P1Find a rational approximation for P2/P1. The problem is that you can let x and y have arbitrary numbers of digits when P2/P1 is irrational. When do you stop? You will need to specify a precision.In Mathematica, you could use Rationalize[P2/...