Serving the Quantitative Finance Community

Search found 339 matches

  • 1
  • 2
  • 3
  • 4
  • 5
  • 23
by Jim
October 20th, 2015, 4:13 pm
Forum: Technical Forum
Topic: Bond yield<->price calculation in the presence of stubs
Replies: 3
Views: 3438

Bond yield<->price calculation in the presence of stubs

<t>Excel's function wizard has reasonably good formulae for the price/yield functions. Open Excel, bring up the function wizard for, say, ODDLYIELD (yield with odd last period), and click on the "Help on this Function" link in the lower left of the dialog box. The online help give the formula by whi...
by Jim
October 9th, 2015, 5:32 pm
Forum: Technical Forum
Topic: Curve sensitivities
Replies: 7
Views: 4716

Curve sensitivities

<r>Don't bump the curve inputs -- shift the curve itself. See this thread: <URL url="http://www.wilmott.com/messageview.cfm?catid=3&threadid=85103&FTVAR_MSGDBTABLE="><LINK_TEXT text="http://www.wilmott.com/messageview.cfm? ... SGDBTABLE=">http://www.wilmott.com/messageview.cfm?catid=3&th...
by Jim
May 11th, 2015, 3:35 pm
Forum: Student Forum
Topic: Discount factor discrepancy
Replies: 1
Views: 2911

Discount factor discrepancy

My first guess is that you are not using multi-curve pricing for your swaps/swaptions. Google "Multi-Curve Swap Pricing" for more info.
by Jim
February 5th, 2015, 1:47 pm
Forum: Careers Forum
Topic: Tricky post-interview question
Replies: 17
Views: 6010

Tricky post-interview question

Respond with a compliment, not sympathy: "Your company is fortunate to have a hard-worker like you."
by Jim
September 11th, 2014, 12:40 pm
Forum: Student Forum
Topic: Using futures for curve construction
Replies: 4
Views: 4089

Using futures for curve construction

<t>There is a difference between the creditworthiness of an instrument and the creditworthiness of the index against which the instrument derives its price. As long as all of the calibrating instruments price against the same index, you should be OK. It's mixing instruments that derive their cashflo...
by Jim
July 11th, 2014, 12:12 pm
Forum: Programming and Software Forum
Topic: Handy, one-liner, rule-of-thumb, dos/donts in any language
Replies: 45
Views: 9856

Handy, one-liner, rule-of-thumb, dos/donts in any language

R11: Never get involved in a land war in Asia. -- but only slightly less well-known is this: R12: Never go against a Sicilian when death is on the line!
by Jim
March 27th, 2014, 10:03 pm
Forum: Technical Forum
Topic: SABR calibration - volvol
Replies: 26
Views: 10080

SABR calibration - volvol

<t>I think there is a more fundamental problem here. Your option prices are for in-the-money options. ED options are American options with early exercise. The prices quoted are almost all intrinsic value. SABR and Black76 are for European options. The implied vols to which you are trying to fit a SA...
by Jim
January 30th, 2014, 1:25 pm
Forum: Programming and Software Forum
Topic: Any Languages Gaining Popularity?
Replies: 22
Views: 9336

Any Languages Gaining Popularity?

If you really want to anticipate future demand learn COBOL. Seriously. There's tons of business systems written in that sh!t and they guys who code it are dying off.
by Jim
November 7th, 2013, 4:48 pm
Forum: Technical Forum
Topic: Limit on swap curve shifts
Replies: 5
Views: 7303

Limit on swap curve shifts

<r>Don't shift inputs to the curve generator, shift the curve itself. See <URL url="http://www.wilmott.com/messageview.cfm?catid=3&threadid=85103&FTVAR_MSGDBTABLE="><LINK_TEXT text="http://www.wilmott.com/messageview.cfm? ... SGDBTABLE=">http://www.wilmott.com/messageview.cfm?catid=3&thr...
by Jim
October 24th, 2013, 12:20 pm
Forum: Programming and Software Forum
Topic: The News Dissemination Problem under HFT
Replies: 28
Views: 10376

The News Dissemination Problem under HFT

<t>A different way to attack this is to remove the profit incentive. Release data as usual but have a large transaction tax for all trades between T (the data announcement) and T + E (where E is some prescribed small time interval). In this way everyone gets the data and you have diminished the HFT ...
by Jim
August 8th, 2013, 12:09 pm
Forum: General Forum
Topic: Basis swaps and paralell curve shifts
Replies: 7
Views: 8800

Basis swaps and paralell curve shifts

> What's the duration of a tenor basis swap?To first order, it is the difference in duration of the initial fixing on each side. With OIS discounting there are higher order effects.
by Jim
August 6th, 2013, 12:50 pm
Forum: Programming and Software Forum
Topic: Entity FrameWork: Storing data into sql
Replies: 7
Views: 8309

Entity FrameWork: Storing data into sql

<t>Stop storing your Date column as VARCHAR. Use a datatype native to the database for storing date/time or timestamps.If you are storing trades for one ticker at a time, get the tickerID once outside the loop and pass that in every time instead of the ticker string.Note that in general, writing to ...
by Jim
July 25th, 2013, 5:57 pm
Forum: General Forum
Topic: a lesson in VAR in the 7-11 parking lot
Replies: 3
Views: 7806

a lesson in VAR in the 7-11 parking lot

<t>This reminds me of a Supreme Court DUI case decided a few months ago. As I recall, the police stopped a man for driving erratically. The man failed the field sobriety test but he refused to do the breathalyzer. So the policeman took the man to the nearby hospital where, against the man's wishes, ...
by Jim
July 25th, 2013, 5:33 pm
Forum: Programming and Software Forum
Topic: How to implement arithmetic of 'returns'
Replies: 9
Views: 8460

How to implement arithmetic of 'returns'

> other two components change each time AAPL changesTheoretically, yes. Practically, no. SPY and IYT are separately traded ETFs with their own bid/ask and own last trade prints.
by Jim
July 25th, 2013, 1:13 pm
Forum: Programming and Software Forum
Topic: How to implement arithmetic of 'returns'
Replies: 9
Views: 8460

How to implement arithmetic of 'returns'

<t>> for stocks like AAPL which he mentioned, there is a new price every millisecondYes, I know. My point was he wouldn't necessarily need to do the log calculation on the other two components each time AAPL changes.He always had the choice to throttle his updates to limit how often his signal value...
  • 1
  • 2
  • 3
  • 4
  • 5
  • 23