QM1_Time value of Money
总体框架
Time Value
Interest Rate
rf: 无风险收益率 (CFA中一般认为是美国短期国债T-bill的收益率)
Nominal risk-free rate: 名义无风险税率
Real risk-free rate: 实际无风险利率
Liquidity premium: 流动性风险溢价
Maturity premium: 到期风险溢价
Risk premium: 风险溢价
费雪效应
Nominal interest rate和Stated Interest rate是一个概念
Effective annual rate(EAR)
For discrete compounding
- Where: m is the compounding frequency
- r is the noinal/quoted/stated annual interest rate
- r/m is periodic interest rate
For continuous compounding
- 时时刻刻分分秒秒在计息.
- 例: 算名义年利率是8%, 求连续计算情形下的EAR.
- 计算器按法: 0.08 --> 2ND --> LN ==>结果: 1.083287
Conversion of PV/FV
Present Value (PV)
- The value of an initial investment.
Future Value (FV)
- The value of an initial investment would be worth n period from today.
Conversion of PV/FV:
- compounding:
- continuous compounding:
- 站在今天去推测未来会价值几何: PV --> FV : 复利
- 站在未来推测今天需要存入多少: FV --> PV :折现
Annuity
Ordinary annuity
- all constant cash flows occuring at the end of each period(END), 后付年金
Annuity due
- all constant cash flows occuring at the beginning of each period(BEG), 先付年金
Prepetuity
- a set of constant never-ending sequential cash flows occuring at the end of each period, 永续年金
- PV = A/R
- where A: the periodic payment
- r: the periodic return
- PV = A/R
推荐用第三种方式, 就不用再把计算器在END和BGN模式之间去转换.
QM1_Time value of Money的更多相关文章
随机推荐
- Zeroc Ice开发环境搭建
搭建Ice环境 1. Linux(推荐,更接近真实生产环境) 2. Windows(方便学习开发) 下载安装包:https://zeroc.com/downloads (百度网盘链接:http ...
- 创建Sencha touch第一个应用
最近学习Sencha touch ,是一个菜鸟级别.废话不多说,让我们来创建Sencha touch的第一应用. 首先,我们下载Sencha touch2.0 sdk 和SDK工具. SDK工具直接 ...
- Oracle常用数据库对象(片段)
1:用户和权限 1.1 用户的创建 a)语法--- create user 用户名 identified by 密码: b)创建用户abcd,并设定密码为abcd;---注意:操作数据库对象是 ...
- Convert Sorted Array to Binary Search Tree(将一个有序数组转换成一颗二叉搜索树)
Given an array where elements are sorted in ascending order, convert it to a height balanced BST. Fo ...
- Strom topology 设计的演进
场景:采集日志数据,日志数据有多个字段组成,需求是根据日志数据中的N个字段(维度),去统计指标数据(个数.平均值)等.
- FFmpeg and x264 Encoding Guide
https://trac.ffmpeg.org/wiki/Encode/H.264 FFmpeg and H.264 Encoding Guide Contents Constant Rate Fac ...
- webstorm配置eslint【标记错误,修复错误】
项目中经常用到eslint语法,结合个人经验,用webstorm配置eslint "文件"->"默认设置"->"语言&框架&quo ...
- Scala编程入门---函数过程,Lazy值和异常
过程: 在Scala中,定义函数时,如果函数体直接包裹在花括号里面,而没有使用=连接,则函数的返回值类型就是Unit.这样的函数就被称之为过程. 过程通常用于不需要返回值类型的函数. 过程还有一种写法 ...
- JS中的top是什么?
<iframe/>或者<frame>里面用主页面的东西,就是top.xxx如:<script> function func(){ ... };</script ...
- swagger在nginx下出现无法请求接口的问题
在Nginx配置绑定域名的时候,增加proxy_set_header即可 示例如下: server { listen ; server_name xxx.dev.internal.XXX.com; l ...