Quant的笑话
- Q) Why was the FX quant so unlucky with the ladies?
A) Because he always kept his dates short. - Q) Why do quants always have the best gardens?
A) Because they spend time so much time working on their trees and hedging! - Q) Why are quants so lucky?
A) Because they get to work with models all day. - Q) Why do quants never get ripped off in Bangkok?
A) Because they are experts in pricing exotics. - Q) Why did one quant say hush to the other?
A) Because he was working on the library! - Q) Why are quants always happy?
A) Because they are always working on their smiles. - Q) Who is a quant's favourite actor?
A) Heston - Q) Why was the quant willing to sell his own mother?
A) Because he figured out relative value! - A quant goes to a bookstore to buy a book. The service person says, "Can I help you?"
The quant says "My Life As a Quant".
The service person, misunderstanding him, says, "My wife is a cunt too! I know exactly how you feel! Can I help you find a book?" - Q) What's the difference between quants and F1 racers ?
A) Quants run Monte Carlo, F1 racers run through Monte Carlo. - Q) How did the quant wreck his yacht
A) He ran aground on Black-Scholes. - Q) What are the evolutionary ancestors of quants?
A) Apes living in binomial trees. - Q) Why do quants avoid ocean waves at the beach?
A) Because they don't like oscillating boundary conditions. - Q) What's cruel and unusual punishment for a quant?
A) Disintegration by parts. - Q) What do credit derivatives and the great Dirac have in common?
A) The Delta. - Q) Why did the black swan painted his feathers white?
A) So people stop talking about her fat-tails - Quants love duration, convexity and jumps.
解:
1.dates short(约会时间短)
2.trees(二叉树,三叉树);hedging(修围栏)
3.models(美女模特哦,好羡慕!!!)
4.exotics(外来植物,曼谷可是东南亚城市)
5.library(C++里的library,比如Quantlib)这个不太把握
6.smiles(波动率微笑)
7.Heston(Heston波动率模型,这里指著名演员Charlton Heston)
8.relative value(亲戚,亲属的价值)
9.Quant和Cunt,好XE的谐音
10.Monte Carlo,摩洛哥城市,著名赌城
11.Scholes,英国地名
12.不解释
13.oscillating boundary conditions会使得衍生品定价问题难于处理(这个不太把握)
14.(不明白,求解释)
15.Delta有两个意思,delta对冲和Dirac提出的delta函数
16.金融市场里的“黑天鹅事件”和统计学中的“肥尾”
17.太邪恶,不解释,自行YY
Quant的笑话的更多相关文章
- yuecheng 笑话
http://115.28.189.219:9898/stock/manager_articles/fundamentals 要闻 http://115.28.189.219:9898/stock/m ...
- 关于Stock Quant与生产内容的理解
Stock Quant对象是8.0中新增加的内容,主要用于核算库存,与Stock Move相关联,没个Stock Move动作都会关联一个或者多个Stock Quant对象.库存移动的过程实际上就是将 ...
- python爬取糗百第一页的笑话
自学python网络爬虫,发现request比urllib还是要好用一些,因此利用request和BeautifulSoup来实现糗百的首页笑话的抓取.BeautifulSoup通过find和find ...
- 有趣 GIF 动图集 - 仿佛每张小动图都诉说了一个小笑话或者小故事
点这里 来自法国南特(Nantes)的 Guillaume Kurkdjian 目前还是个学生.Kurkdjian 擅长创作一些平面动态图像,这些有趣的小动图仿佛每张都诉说了一个小笑话或者小故事,像个 ...
- Quant面试准备5本书
Heard on The Street: Quantitative Questions from Wall Street Job Interviews - Timothy Falcon Crack F ...
- Python爬虫:获取糗事百科笑话
为了收集笑话也是挺拼的,我就不相信你所有的都看过了.还有,请问哪位仁兄能指点之下怎么把网上抓取到的图片写到word里面,捉摸了好久都没弄出来. 糗百不需要登录,html直接解析,只要在reques ...
- 给你讲个笑话,我是创业公司CEO
文/办公室奇葩说(Office 78)一个在办公室较为正经的八卦号. 前几天你看见朋友圈刷屏的文章<给你讲个笑话:我是做互联网的>. 你心想,写文章的那人是傻逼吗?觉得做互联网就是个笑 ...
- 广域网佰腾玩O2O笑话——它看起来很漂亮,注定不低于
据说 2014.8.29:中国最大的商业运营商万达在一起的互联网服务供应商百度.腾讯在深圳(属性)战略合作签约仪式举行. 从功能表面上.万达代表实体,百度代表数据.腾讯代表社区:按三个合伙人理解,是要 ...
- Python--定时给Ta讲笑话
受到这篇文章的启发http://python.jobbole.com/84796/,我也动手写了个程序玩一玩. 接口请求说明: 接口请求地址http://api.1-blog.com/biz/bizs ...
随机推荐
- http状态消息
1-5状态码了解 1XX 表示信息(消息) 2XX 表示成功 3XX 表示重定向 4XX 表示请求错误 *** 5XX 表示服务端错误 常见状态码 200 请求成功 一切正常 301 重定向,修改后的 ...
- nginx+tomcat+dubbo单机部署多台dubbo应用
前面的博客已经介绍如何使用nginx+tomcat,今天做的是如何在单台服务器上如何部署多台dubbo 应用的集群. 由于在项目中遇到了这个问题,今天就把它记录下来. 1.
- TextView 常用摘要
1.代码中设置drawableTop TextView textView = new TextView(getActivity()); Drawable drawable = getResources ...
- mybatis学习2
解决字段名与实体类属性名不相同的冲突 1. 准备表和数据:CREATE TABLE orders(order_id INT PRIMARY KEY AUTO_INCREMENT,order_no VA ...
- beego 框架入门
根据官网向导安装配置好环境和工具https://beego.me 就可以开始了,先来入门下. 1.新建项目 在项目目录下 bee new quickstart成功后就可以运行了 http serve ...
- javascript获取asp.net服务器端控件的值
代码如下: <%@ Page Language="C#" CodeFile="A.aspx.cs" Inherits="OrderManage_ ...
- VisualStudio自动编码插件(Autocode——devprojects.net)
今天无意之中发现了一个VS插件,功能还不错,推荐给大家.官网http://www.devprojects.net/ 有以下一些功能: 智能感知! 快速命令调用,只需按Ctrl +回车 T4和ASPX一 ...
- ansible安装httpd
--- - hosts: web tasks: - name: "INSTALL" yum: name={{ item }} state=pres ...
- Tomcat8 localhost+端口可以访问Manager APP,而IP+端口不可以访问 解决办法
localhost + 端口可以正常访问Manager APP,而IP + 端口不能访问Manager APP,报403错误.(我的主机环境是Ubuntu16.04) 前提是你已经配好了tomcat_ ...
- blog已搬迁
All blogs are moved to my currently-used site: http://jianlu.github.io/