Serving the Quantitative Finance Community

Search found 4 matches

by EricT
April 12th, 2002, 2:00 am
Forum: Technical Forum
Topic: How to calc DV01s & Var for averaging swap
Replies: 6
Views: 190781

How to calc DV01s & Var for averaging swap

<t>Thanks for your advice.<br/> For an averaging swap, i believe the payoff for the averaging leg is: (assume it is semi-annual, correct me if there are any mistake)<br/> <br/> n 120 <br/> = sigma [ sigma (F )*N * thau / 120 ] <br/> i j j, j+6m<br/> <br/> where n = no of resets<br/> N = notional <br...
by EricT
March 20th, 2002, 11:16 am
Forum: Technical Forum
Topic: How to calc DV01s & Var for averaging swap
Replies: 6
Views: 190781

How to calc DV01s & Var for averaging swap

<t>Hi<br/> <br/> Will like to ask how to calculate the DV01s of the averaging leg of a floating-floating swap? And then the Var<br/> <br/> Say s/a Hibor 3m- USD Libor. The hibor 3m is observed every biz day and the average fixing/ payment is in-arrears. Difficulty is in differentiating all the forwa...
by EricT
February 27th, 2002, 5:36 am
Forum: General Forum
Topic: Just a little thought on Stochastic Statistics (or is it?)
Replies: 33
Views: 195461

Just a little thought on Stochastic Statistics (or is it?)

<t>Mathematical finance has always fascinated me. Somehow, the concepts of risk neutral pricing, Brownian motion have been the bedrock of many a pricing models.<br/> Somehow, this mathematics tries to project into the future - whether it is for the equity prices or the term structure. The past is su...
by EricT
February 27th, 2002, 4:42 am
Forum: Programming and Software Forum
Topic: Crystal Ball
Replies: 3
Views: 190036

Crystal Ball

<t>Hi Dannfer<br/> <br/> To generate corrrelated normal variables in Crystal Ball, you need to have the convariance-variance matrix. Do a cholesky factorisation of the matrix.<br/> <br/> Then, use Crystal Ball to generate iid normal variables, and the coorelated variables are then linear multiples (...