Serving the Quantitative Finance Community

Search found 26 matches

  • 1
  • 2
by Shagbag
October 27th, 2011, 3:51 pm
Forum: Student Forum
Topic: Hull-White 1994a paper - Variance of discrete changes in r
Replies: 1
Views: 17496

Hull-White 1994a paper - Variance of discrete changes in r

No problem. I found out what I was doing wrong. Problem resolved.
by Shagbag
October 27th, 2011, 6:54 am
Forum: Student Forum
Topic: Hull-White 1994a paper - Variance of discrete changes in r
Replies: 1
Views: 17496

Hull-White 1994a paper - Variance of discrete changes in r

<t>HW start with the continous-time version of r as:dr = -a*r*dt + vol*dWwhere dW~N(0,dt)In footnote 5 of their paper they state the variance, V, of discrete changes in r, ie. Var[r(T)-r(t)] as:V = vol^2 * (1 - exp[-2*a*(T-t)] / (2*a)I've tried several times but I cannot see how they get this.I keep...
by Shagbag
July 8th, 2011, 9:22 am
Forum: Student Forum
Topic: Should I include FX Hedges in Gross Exposure?
Replies: 1
Views: 18749

Should I include FX Hedges in Gross Exposure?

If a fund has an EUR base currency but invests in a fund whose base currency is USD and then hedges its investment with sell USD/buy EUR FX forward, should I include this FX forward trade in my Gross Exposure calculation?
by Shagbag
October 13th, 2010, 6:20 am
Forum: Student Forum
Topic: Black Volatilities for Swaptions?
Replies: 1
Views: 22881

Black Volatilities for Swaptions?

<t>I'm trying to understand the Black76 model for pricing swaptions and I have a question I was hoping someone could answer.How do I determine the (constant) volatility of the forward swap rate?I know that these are often quoted by brokers (eg. on Bloomberg, et. al.) for liquid currencies but if I h...
by Shagbag
June 9th, 2010, 2:18 pm
Forum: Student Forum
Topic: Dollar Delta and Gross Delta
Replies: 3
Views: 34255

Dollar Delta and Gross Delta

<t>Thanks. Could you please clarify one of your remarks on Gross Delta?When I 'sum up the absolute deltas without netting' are you saying I don't make any attempt to aggregate positions by each Futures contract (Sep10, Dec10, Mar11, etc.) first, before summing? In other words, before summing, do I t...
by Shagbag
June 9th, 2010, 1:31 pm
Forum: Student Forum
Topic: Dollar Delta and Gross Delta
Replies: 3
Views: 34255

Dollar Delta and Gross Delta

<t>I've been doing my head in over what the above are (a) supposed to represent, and (b) how to calculate them.I have a portfolio consisting of Commodity Futures and Options on those Futures.I think I understand the calculation for the Options: 1. calculate Option Dollar Delta = Current Price of Und...
by Shagbag
April 13th, 2010, 1:08 pm
Forum: Programming and Software Forum
Topic: VBA code to read text file into Excel
Replies: 10
Views: 35149

VBA code to read text file into Excel

<t>Excel is rubbish for large data sets and rubbish as a calculation engine. You are better off using a database for the former and something like C, C++ or C# for the latter.MS continues to support Access because its has legacy users (just like VBA) but with MS SQL Server Express Edition being free...
by Shagbag
April 9th, 2010, 5:52 am
Forum: Student Forum
Topic: Treasury yield to bootstrap discount rate
Replies: 3
Views: 29835

Treasury yield to bootstrap discount rate

<t>The yields are par yields (follow the 'Treasury Yield Curve Methodology' link on the same web page you posted).If you read that page you'll see they are not actually yields on traded securities but are, instead, yields determined from cubic splines based on traded securities.btw, if you have acce...
by Shagbag
April 6th, 2010, 8:16 am
Forum: Student Forum
Topic: Really basic question
Replies: 8
Views: 32578

Really basic question

<t>I think I finally understand this one.Conditional on:1. Monty always opening one of the remaining 2 doors; 2. of those two doors he always opens one which is hiding a goat; and3. he always gives the contestant the opportunity to re-take his choicethen which door the contestant chooses first is, f...
by Shagbag
August 27th, 2008, 5:30 am
Forum: Numerical Methods Forum
Topic: Broadie and Glasserman's Stochastic Mesh: Example Code?
Replies: 1
Views: 51349

Broadie and Glasserman's Stochastic Mesh: Example Code?

I'm having difficulty coding the abovecaptioned monte carlo method for American options. In particular, the weighting scheme. Does anyone have any example code I could look at? Or can they explain to me how to code the weights for a multivariate lognormal process? Kind regards.
by Shagbag
May 7th, 2008, 8:03 pm
Forum: Student Forum
Topic: Why are my correlated random numbers <> the pre-rng correlation?
Replies: 4
Views: 54987

Why are my correlated random numbers <> the pre-rng correlation?

<t>jawabean,My (psuedo-)random numbers are just Excel's RND() function which, I believe, is a uniform distribution.I then map them on to two separate (almost normal) CDFs of Unit Sales figures (one for Console Games, the other for Handheld Games). I believe these resulting Unit Sales figures are '(a...
by Shagbag
May 7th, 2008, 4:30 pm
Forum: Student Forum
Topic: Europ. Call with two wiener processes in Stock
Replies: 3
Views: 55044

Europ. Call with two wiener processes in Stock

<t>IIRC you need to set up the hedge portfolio P(C,X,S,t) = P = C - aX - bS where a and b are the hedge ratios.Use Ito's Lemma to find dP in terms of dt, dC, dX and dS and then substitute in the dX and dS terms and the dC term [using Ito's Lemma on dC(X,S,t)] to get dP in terms of dt, dW(x) and dW(s...
by Shagbag
May 7th, 2008, 3:41 pm
Forum: Student Forum
Topic: Why are my correlated random numbers <> the pre-rng correlation?
Replies: 4
Views: 54987

Why are my correlated random numbers <> the pre-rng correlation?

<t>I have independently generated two (pseudo-)random numbers in Excel.I have then applied these to the CDFs to get two random values (eg. Unit Sales) R = [614,037 66,735].These two random variables have an historical correlation of 0.68, ie. Choleky Decomp (C=LL') gives:L = [1.00 0.00 0.68 0.73]Whe...
by Shagbag
March 8th, 2008, 1:35 pm
Forum: Student Forum
Topic: Matrix algebra question
Replies: 4
Views: 58064

Matrix algebra question

Thanks again. I think I will have to code some VBA.
by Shagbag
March 8th, 2008, 12:47 pm
Forum: Student Forum
Topic: Matrix algebra question
Replies: 4
Views: 58064

Matrix algebra question

Thank you. Do you know if there is a function in Microsoft Excel that does this or do I have to resort to VBA code to do it?
  • 1
  • 2