Serving the Quantitative Finance Community

Search found 6 matches

by calvinkit
November 25th, 2015, 2:44 pm
Forum: Trading Forum
Topic: realized vol vs implied bp vol
Replies: 2
Views: 3596

realized vol vs implied bp vol

<t>totally agree. as a matter of fact I did run some test on calculating the daily gamma and calculate it's pnl using eod curves assuming I can get it at mid. i.e bought a straddle, keep normal delta neutral and just hedge eod back to flat. the sum of all gamma pnl plus the terminal swap value is th...
by calvinkit
November 24th, 2015, 5:59 pm
Forum: Trading Forum
Topic: realized vol vs implied bp vol
Replies: 2
Views: 3596

realized vol vs implied bp vol

<t>hi all,How's the realized vol calculated? say for a usd 1m10y straddle. Should the realized vol be calculated as the 10y rate move over the 1m period (as >95% of the risk goes into this bucket anyways for a 1m10y swap), or measured as this fixed-dates forward rate changes? Assuming it is the 1st ...
by calvinkit
April 10th, 2014, 11:37 am
Forum: General Forum
Topic: PCA: When and why to center data before computing PCs?
Replies: 10
Views: 13645

PCA: When and why to center data before computing PCs?

<t>I've been looking for an answer for this awhile (including reading the answer from Matlab help message as suggested above). After reading the above post, I've decided to give my opinion (even this is an old post)Say D is my original data. M is the mean of the D, with each column in M is the same ...
by calvinkit
November 1st, 2007, 8:37 pm
Forum: Numerical Methods Forum
Topic: Theta at ex-dividend date
Replies: 8
Views: 66534

Theta at ex-dividend date

It would of course. But how about the Theta? Or do you mean the Theta should be zero?
by calvinkit
November 1st, 2007, 5:41 pm
Forum: Numerical Methods Forum
Topic: Theta at ex-dividend date
Replies: 8
Views: 66534

Theta at ex-dividend date

<t>QuoteOriginally posted by: daveangelsome more detail as to how you have implemented dividends would be helpful. have you done this using a dividend yield or discrete dividends ? I fhte latter how have you tken them into account ?The dividends are implemented as arrays of times/amounts. the standa...
by calvinkit
November 1st, 2007, 4:08 pm
Forum: Numerical Methods Forum
Topic: Theta at ex-dividend date
Replies: 8
Views: 66534

Theta at ex-dividend date

<t>I have implemented a Trinomial tree method that takes into account of discrete dividends and been getting good results on Tvs and other greeks generally. However, at the exdividend date, my theta is getting some weird result. My theta is calculated as follows:Theta = (V_{1,1} - V_{0,0})/dt where ...