Serving the Quantitative Finance Community

Search found 31 matches

by chazw
October 26th, 2007, 7:29 pm
Forum: Student Forum
Topic: forward basics
Replies: 1
Views: 63382

forward basics

<t>Hull suggests (in 6th ed) that, when valuing an FRA (VFRA = L(Rk-Rf)(T2-T1)e^-R2T2), that Rk and Rf are to be compounded at the discreet frequency (T2-T1). I'm having a bit of difficulty in getting my head around the net flows. Is it essential that Rk and Rf be compounded discreetly? What exactly...
by chazw
September 19th, 2007, 6:38 pm
Forum: Student Forum
Topic: Hull 6th Question 4.27.d
Replies: 1
Views: 65217

Hull 6th Question 4.27.d

I've solved the problem...
by chazw
September 19th, 2007, 12:05 pm
Forum: Student Forum
Topic: Hull 6th Question 4.27.d
Replies: 1
Views: 65217

Hull 6th Question 4.27.d

<t>I'm stumped by the logic of my peers on this question. Specifically, my peers have taken the view that the 7% coupon can be jammed into the equation that was used to solve for the coupon on the 8% bond (T=2). I just don't see how this can be done...Is there anyone out there able to offer some ins...
by chazw
September 6th, 2007, 7:25 pm
Forum: Programming and Software Forum
Topic: VBA & C++ for beginners!!!
Replies: 67
Views: 212672

VBA & C++ for beginners!!!

This was a helpful post. I dug up some of this and was putting it to work in no time.Thanks for posting it.cdw
by chazw
November 17th, 2006, 11:52 pm
Forum: Careers Forum
Topic: Exit options for an equity derivatives trader...
Replies: 6
Views: 93428

Exit options for an equity derivatives trader...

it's kind of naive to think hedge funds will exist in anything like their present form in 7-8 years.
by chazw
November 17th, 2006, 11:42 pm
Forum: Careers Forum
Topic: How to be a trader?
Replies: 9
Views: 90903

How to be a trader?

cajones, capital, and connections.
by chazw
November 17th, 2006, 7:13 pm
Forum: Programming and Software Forum
Topic: next software step
Replies: 2
Views: 88305

next software step

<t>Thanks for your response.I've just completed a model (for futures trading) of a currency index that behaves as though it has an embedded option (well, actually several). It's driven by a monte carlo simulation. The heavy lifting is done in Excel, because it is so easy to use.I further completed a...
by chazw
November 17th, 2006, 4:04 pm
Forum: Programming and Software Forum
Topic: next software step
Replies: 2
Views: 88305

next software step

<t>I've done such work as I have in Excel and VBA.What's the next logical step up the software ladder for me, doing quant and modelling?I should also say that I have developed user interfaces and execution mechanisms, as well (using the above with links to third party order execution platforms).I se...
by chazw
October 2nd, 2006, 12:41 pm
Forum: General Forum
Topic: Mandelbrot-Taleb Fat Tails Questions & tricks
Replies: 60
Views: 148941

Mandelbrot-Taleb Fat Tails Questions & tricks

Can you point to where I can begin the study fractals at the undergrad level?thx
by chazw
September 27th, 2006, 3:04 pm
Forum: Student Forum
Topic: a very simple correlation question from a very simple nonquant.
Replies: 13
Views: 94585

a very simple correlation question from a very simple nonquant.

<t>now, for a simple volatility question. I think it might be better to keep my questions together, as they are ultimately related, if far flung in specifics.A naive volatility assumption, for Monte Carlo purposes:Asset A bears an 8% annual volatility. For a holding period of n = 365, I have assumed...
by chazw
September 26th, 2006, 11:25 pm
Forum: Student Forum
Topic: a very simple correlation question from a very simple nonquant.
Replies: 13
Views: 94585

a very simple correlation question from a very simple nonquant.

another great answer -- thanks.
by chazw
September 26th, 2006, 11:25 pm
Forum: Student Forum
Topic: a very simple correlation question from a very simple nonquant.
Replies: 13
Views: 94585

a very simple correlation question from a very simple nonquant.

another great answer -- thanks.
by chazw
September 26th, 2006, 2:26 pm
Forum: Student Forum
Topic: a very simple correlation question from a very simple nonquant.
Replies: 13
Views: 94585

a very simple correlation question from a very simple nonquant.

<t>It helps a lot. A great deal. Thanks.So if I'm doing a monte carlo simulation, and trying to relate Y to X -- X being varied randomly, Y being "correlated" with X to some degree, is Covariance the better tool?Do I need to school myself on Maximum Likelihood if I wish to build a useful model?Thank...
by chazw
September 26th, 2006, 12:37 pm
Forum: Student Forum
Topic: a very simple correlation question from a very simple nonquant.
Replies: 13
Views: 94585

a very simple correlation question from a very simple nonquant.

<t>OK, I'm back. 1. I have two series, x and y, and there is a 0.6 correlation via the excel correlation function.2. Further, the slope of the regression is 0.5.3. The scatter plot clearly indicates a linear relationship.4. Is it naive, foolish, or reasonable to say that, on average, y =.5x ?I know ...