Serving the Quantitative Finance Community

Search found 83 matches

by strimp099
May 3rd, 2012, 11:34 am
Forum: Trading Forum
Topic: Exploiting breakdowns in correlation of estimated volatility
Replies: 4
Views: 15054

Exploiting breakdowns in correlation of estimated volatility

<t>Skull, sure volatility jumped. JPM is in the S&P500 so one would expect the volatility of both S&P and JPM to jump nearly together. However, they diverged significantly which makes me think it is more than just overall volatility increase. Further, VIX measures implied volatility while th...
by strimp099
May 2nd, 2012, 5:14 pm
Forum: Trading Forum
Topic: Exploiting breakdowns in correlation of estimated volatility
Replies: 4
Views: 15054

Exploiting breakdowns in correlation of estimated volatility

<t>In the attached image I have a plot of the rolling correlation of 90-day historic volatility (using the Garman Klass estimator based on Sinclair's Volatility Trading) of JPM v. the S&P. As can be clearly seen, the correlation is generally somewhere near 1. However, there are times when the co...
by strimp099
December 14th, 2011, 3:19 pm
Forum: Trading Forum
Topic: Position Sizing/Risk Management in High Frequency Trading
Replies: 0
Views: 16656

Position Sizing/Risk Management in High Frequency Trading

<t>What are some methods employed in optimizing position size when trading listed equities in a high-frequency environment? I realize that it surely depends on the specific strategy employed, but are there some general concerns folks consider? What are the issues faced when NOT optimizing sizing (sl...
by strimp099
May 12th, 2011, 9:14 pm
Forum: Programming and Software Forum
Topic: Pandas and PyTables
Replies: 0
Views: 22813

Pandas and PyTables

<r>The io module (pandas.io) has a pytables.py file (<URL url="https://github.com/wesm/pandas/blob/master/pandas/io/pytables.py"><LINK_TEXT text="https://github.com/wesm/pandas/blob/mas ... ytables.py">https://github.com/wesm/pandas/blob/master/pandas/io/pytables.py</LINK_TEXT></URL>) which contains...
by strimp099
November 5th, 2010, 7:33 pm
Forum: Trading Forum
Topic: Where to Obtain Good Stock Data?
Replies: 10
Views: 28548

Where to Obtain Good Stock Data?

Center for Research in Securities Prices at the U. of Chicago.
by strimp099
October 26th, 2010, 4:28 pm
Forum: Programming and Software Forum
Topic: QuantLib packaged with Linux?!?
Replies: 3
Views: 25313

QuantLib packaged with Linux?!?

Honestly, I've been watching quantlib for so long it almost has celebrity appeal to me. Don't get me wrong, I think it's great but it's so niche that have to have it widely distributed, is, well surprsing.
by strimp099
October 25th, 2010, 3:05 pm
Forum: Programming and Software Forum
Topic: QuantLib packaged with Linux?!?
Replies: 3
Views: 25313

QuantLib packaged with Linux?!?

<r>Quantlib appears to be packaged within Fedora Core 12 distribution.<URL url="http://download.fedora.redhat.com/pub/fedora/linux/releases/12/Everything/i386/os/Packages/"><LINK_TEXT text="http://download.fedora.redhat.com/pub/f ... /Packages/">http://download.fedora.redhat.com/pub/fedora/linux/rel...
by strimp099
October 22nd, 2010, 6:17 pm
Forum: Programming and Software Forum
Topic: Timeseries Database
Replies: 1
Views: 24377

Timeseries Database

<r>From what I've read on Wilmott, it has to do with caching and the type of queries that can be run. Look through the posts, there are several good threads or read more here:<URL url="http://en.wikipedia.org/wiki/Relational_databasehttp://en.wikipedia.org/wiki/Time_series_database"><LINK_TEXT text=...
by strimp099
October 22nd, 2010, 1:12 pm
Forum: Numerical Methods Forum
Topic: Creating SDE in Matlab
Replies: 4
Views: 30638

Creating SDE in Matlab

Nice.
by strimp099
October 22nd, 2010, 1:06 pm
Forum: Numerical Methods Forum
Topic: Slope of skew curve
Replies: 0
Views: 24479

Slope of skew curve

<r>The variance swap entry on WilmottWiki talks about the "slope of the skew curve" under the Rule of Thumb published by Demeterfi?Derman?Kamal?Zou (1999). What is a skew curve?<URL url="http://www.wilmottwiki.com/wiki/index.php/Variance_swap">http://www.wilmottwiki.com/wiki/index.php/Variance_swap<...
by strimp099
October 22nd, 2010, 1:04 pm
Forum: Numerical Methods Forum
Topic: Slope of skew curve [duplicate]
Replies: 0
Views: 24110

Slope of skew curve [duplicate]

Please delete this post. It is an empty duplicate.
by strimp099
October 22nd, 2010, 1:03 pm
Forum: Programming and Software Forum
Topic: Monte Carlo Scn Generator for Financial Instruments
Replies: 3
Views: 30258

Monte Carlo Scn Generator for Financial Instruments

I assumed he meant running a Cholesky decomposition on a correlation matrix to correlate the random variables.
by strimp099
October 21st, 2010, 5:44 pm
Forum: Programming and Software Forum
Topic: Database design
Replies: 38
Views: 43954

Database design

<t>QuoteActually MS Access is better than mySQL from a portablity POV i.e. you can just copy it to a disk or email it to someone and they can make use of it straight away. MySQL can live on a web server. You can write a script to automatically email your user or your user can just point to a web pag...
by strimp099
October 21st, 2010, 5:41 pm
Forum: Programming and Software Forum
Topic: Monte Carlo Scn Generator for Financial Instruments
Replies: 3
Views: 30258

Monte Carlo Scn Generator for Financial Instruments

It took me about two weeks to learn Python and write my own. Are the pricing models closed form? What types of instruments are you pricing? What type of sequence are you using (Sobol, Niederreiter, etc.)?
by strimp099
October 21st, 2010, 4:37 pm
Forum: Programming and Software Forum
Topic: python math lib
Replies: 5
Views: 48935

python math lib

BLAS, GSL