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的更多相关文章
随机推荐
- LeetCode(50)-Word Pattern
题目: Given a pattern and a string str, find if str follows the same pattern. Here follow means a full ...
- rails中migration数据库后测试不通过的问题
rails项目中由于后期需求变化,需要在products数据库中增加一个字段来满足多国家商品的分类: rails g migration add_locale_to_products locale:s ...
- 恶补web之六:javascript知识(2)
若要向html添加新元素,必须首先创建该元素,然后向一个已存在的元素追加该元素 <div id="div1"> <p id="p1">这 ...
- html5中的全局属性
在html5中,新增了一个"全局属性"的概念,所谓全局属性,是指可以对任何属性都使用的属性.下面列出常用的全局属性. 1.contentEditable属性,是微软开发的,该属性主 ...
- python3 数据科学基础
第一章 1.Anaconda(最著名的python数据科学平台) 下面小伙伴们咱们来初初识下Anaconda吧 What is Anaconda???? 回答: (1).科学计算的平台 (2).有很多 ...
- 基类包括字段“ScriptManager1”,但其类型(System.Web.UI.ScriptManager)与控件(System.Web.UI.ScriptManager)的类型不兼容
首先说下原先的情况,就是原本老项目的Web解决方案是使用.net framework 2.0的老版本, 所以机器也安装过Microsoft ASP.NET 2.0 AJAX Extensions..A ...
- Java 8 基础教程 - Predicate
在Java 8中,Predicate是一个函数式接口,可以被应用于lambda表达式和方法引用.其抽象方法非常简单: /** * Evaluates this predicate on the giv ...
- .net core使用Ku.Core.Extensions.Layui实现layui表单渲染
演示网站地址:http://layui.kulend.com/项目地址:https://github.com/kulend/Ku.Core.Extensions/tree/master/Ku.Core ...
- SpringCloud实战-Ribbon客户端负载均衡
前面我们已经完成了注册中心和服务提供者两个基础组件.接着介绍使用Spring Cloud Ribbon在客户端负载均衡的调用服务. ribbon 是一个客户端负载均衡器,可以简单的理解成类似于 ngi ...
- ML.NET指南
ML.NET是一个免费的.开源和跨平台的机器学习框架,使您能够构建定制的机器学习解决方案,并将它们集成到您的. net应用程序.本指南提供了许多关于与ML.NET合作资源. 关于ML.NET的更多信息 ...