Serving the Quantitative Finance Community

Search found 41 matches

by crisky
May 19th, 2009, 12:42 pm
Forum: Student Forum
Topic: Swaptions on OIS (overnight index swap)
Replies: 3
Views: 43146

Swaptions on OIS (overnight index swap)

<r>Looks like the solution is here:<URL url="http://www.qgroup.org.au/SFMW/Braziliian_Options_03.pdfBlack%27s">www.qgroup.org.au/SFMW/Braziliian_Options_03.pdfBlack's</URL> formula is applied to transformed forwards and strikes, rather than the original forward f and strike k.f* = (1+f)^((T1-T)/252)...
by crisky
May 19th, 2009, 6:41 am
Forum: Student Forum
Topic: Swaptions on OIS (overnight index swap)
Replies: 3
Views: 43146

Swaptions on OIS (overnight index swap)

<t>Hi, I recently saw a Brazil swaption with an OIS swap as underlying.The term sheet specified the following:Let d=number of business days in the life of the underlying swap.Then the swap value at its termination is {Fixed Side}-{Floating Side} whereFixed rate Side = Notional*(1+fixedrate)^(d/252)F...
by crisky
December 30th, 2006, 2:29 am
Forum: Student Forum
Topic: Roll-down
Replies: 1
Views: 83435

Roll-down

<t>If you enter a 10yr swap today, the 3-mth roll-down is (9.75yr swap) - (10yr swap)Because in 3 months' time you will have a 9.75yr swap that you had entered at the current 10yr rate.If you enter a 3-mth fwd-starting 10yr swap today, the 3-mth roll-down is (10yr swap)-(3m10yr swap)Because in 3 mon...
by crisky
December 29th, 2006, 3:36 am
Forum: Student Forum
Topic: One-touch Digital Barrier under Stochastic Volatility
Replies: 3
Views: 84083

One-touch Digital Barrier under Stochastic Volatility

<t>it is American, the option pays a fixed amount when the barrier is first hit.This paper derives the one-touch price under jump-diffusion: Kou and Wang (2003) "First Passage Times of a Jump Diffusion Process," Advances in Applied Probability.They assume a brownian motion where the Poisson jump siz...
by crisky
December 23rd, 2006, 9:06 pm
Forum: Student Forum
Topic: One-touch Digital Barrier under Stochastic Volatility
Replies: 3
Views: 84083

One-touch Digital Barrier under Stochastic Volatility

Hi,does anyone know of closed-form pricing solutions for one-touch digital barrier options, where volatility is stochastic?Thanks very much,Crisky
by crisky
November 4th, 2005, 5:45 am
Forum: Student Forum
Topic: large scale optimization in finance
Replies: 19
Views: 133493

large scale optimization in finance

QuoteOriginally posted by: SinglestrandcriskyQuote instead I imposed constraints with transformation functionsDo you mean penalty functions?not sure what they are called, e.g. to find the y that maximizes y*(y-1), y>0, i would optimize for x, where y=exp(-x).
by crisky
November 2nd, 2005, 6:33 am
Forum: Student Forum
Topic: large scale optimization in finance
Replies: 19
Views: 133493

large scale optimization in finance

<t>using Matlab's Optimization Toolbox I managed to optimize across 65 parameters- it was to estimate a multi-factor Vasicek model with the maximum likelihood-based Kalman Filter method (see Babbs & Nowman '99 for this kind of approach)The available constrained optimization function fmincon() fr...
by crisky
November 2nd, 2005, 5:28 am
Forum: Student Forum
Topic: Bond Volatility Index
Replies: 1
Views: 132762

Bond Volatility Index

Hi berridos,bloomberg has historical data for at-the-money swaption volatilities of various expiries and swap tenorsTyping 'USSV1010 Index' will give you the 10y10y a-t-m swaptton vol, quoted as percent of yield (the black's or 'lognormal' vol).
by crisky
November 2nd, 2005, 5:22 am
Forum: Student Forum
Topic: how to remedy this?
Replies: 1
Views: 130713

how to remedy this?

<t>Hi bingfei,I came across a similar problem while doing optimizations- the covariance matrix had to remain positive definite but my optimization did not guarantee it.So I expressed the covariance matrix as the product of two triangular (upper and lower) matrices, using the Cholesky decomposition.T...
by crisky
November 2nd, 2005, 5:12 am
Forum: Student Forum
Topic: liquidity in Swaptions
Replies: 1
Views: 131447

liquidity in Swaptions

<t>Hi Dave,the 1-5yr option onto 1-10yr swap is a liquid part of the surface, particularly for the a-t-m's, so i would not hesitate to use the data you have for calibration. You might want to restrict the points to the 1,2,3,5yr expiries and 1,2,5,10yr tenors, as these are the most commonly traded (...
by crisky
October 23rd, 2005, 2:48 am
Forum: Student Forum
Topic: Quant Analyst vs. Associate
Replies: 6
Views: 135734

Quant Analyst vs. Associate

Associate is the next step above analyst. It's just a level to say that you've done a few years and know more than the graduate analyst in the same division. You get a payrise but the work doesn't usually change that much.
by crisky
October 22nd, 2005, 7:10 am
Forum: Programming and Software Forum
Topic: the ways to call matlab functions in excel vba
Replies: 5
Views: 139787

the ways to call matlab functions in excel vba

<t>With ExcelLink you can call matlab functions directly using matlabfcn() from the spreadsheet.Matlabfcn() takes as input arguments the name of the matlab function as string, followed by the input arguments of the matlab function.Works quite well, except if you have lots of matlabfcn()'s in the spr...
by crisky
October 22nd, 2005, 5:44 am
Forum: Programming and Software Forum
Topic: Bond Pricing: Matlab Vs Excel speed
Replies: 8
Views: 141527

Bond Pricing: Matlab Vs Excel speed

<t>that's a good point- i just checked using a randomized input but there was no change in speed, so Excel was calculating 1000x. (i initially noticed the speed difference between the excel and matlab-based functions when calculating a sheet full of bonds, where there were a couple hundred calcs). <...
by crisky
October 22nd, 2005, 5:15 am
Forum: Programming and Software Forum
Topic: Using Excel with Matlab's GARCH toolbox
Replies: 6
Views: 135918

Using Excel with Matlab's GARCH toolbox

oops, hit the reply button too many times..