|
|
|
|
|
by kvcc01
4061 days ago
|
|
One area I’ve seen math and programming interplay is quantitative finance, i.e., quant-developers attached to trading desks in Wall Street. In this microcosm, the people I see rise up in the world are those who started off with solid finance theory skills (which is applied math), who then taught themselves programming to be just good enough to implement their ideas. This seems doable. The reverse OTOH seems more challenging. I’ve seen many CS graduates who tried to self-study their Black-Scholes, but rarely do they achieve anything more than a superficial understanding of the underlying theory. [I’d except HFT from the above. That specialty seems to reward programming skills more than math skills.] |
|
I'm a programmer by trade but I trade options on the side. A long time ago, I read Hull's and Sinclair's derivation of BSM line by line. Nowadays, I totally forget all the math except the intuition as it relates to the greeks and base all my trading on those.
Talking as a non-professional, I found the math of BSM to be helpful for me to understand better the option greeks and the model's limitations (assumption of smoothness, doesn't take into account volatility simile's).
But not sure how the theory can really help me hedge better, come up with better implied volatility as compared to the current open source plug n' chug frameworks that computes Black-Scholes pricing (e.g., QuantLib).
Options trading is a hobby of mine and I'd love to hear a pro's take on these. Thanks!