总体框架

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

推荐用第三种方式, 就不用再把计算器在END和BGN模式之间去转换.

QM1_Time value of Money的更多相关文章

随机推荐

  1. iPhone实现自定义多选列表

    好久没更新博客了,今天写了一个自定义的多选列表,可以跟爱学习的各位进行分享,首先我们先来看一下效果图: 一般大家都是用UITableView自己的编辑模式来实现CheckBox的,这里我们用自定义Ce ...

  2. C++之多继承

    #include <iostream> using namespace std ; class AA { public: int a ; void Say_hello(void) { co ...

  3. SharePoint 2010 之寻找页面布局

    习惯了2007的页面布局,虽然感觉不是太好用,尤其以开始接触时非常不理解页面布局和页面的关系,但是后来理清了,感觉还是很好用的,尤其对于相同格式的网站,修改布局而不改页面的情况,还是非常有效的,好了, ...

  4. rails4 中使用分页的方法

    以前老版本的rails中默认自带分页方法,不过从rails2.0开始就将内置的分页pagination对象移除了,改以第三方gem提供支持.要在新的rails里使用分页也是非常简单啦,首先安装will ...

  5. RHEL6 不重启扫描新添加硬盘

    First find your host bus number grep mpt /sys/class/scsi_host/host?/proc_name Which should return a ...

  6. 到底创建了几个String对象?

    到底创建了几个String对象? 标签: 堆栈使用 对象创建 分类: 开发技术 关键字: java 面试题 string 创建几个对象 作者:臧圩人(zangweiren) 网址:http://zan ...

  7. 微信小程序弹出和隐藏遮罩层动画以及五星评分

    参考源码: http://www.see-source.com/weixinwidget/detail.html?wid=82 https://blog.csdn.net/pcaxb/article/ ...

  8. Javascript二(函数详解)

    一.函数            Javascript是一门基于对象的脚本语言,代码复用的单位是函数,但它的函数比结构化程序设计语言的函数功能更丰富.JavaScript语言中的函数是"一等公 ...

  9. SQLServer2PostgreSQL迁移过程中的几个问题

    1.PostgreSQL 跨平台迁移工具Migration Toolkit的使用指南:http://www.enterprisedb.com/docs/en/8.4/mtkguide/Table%20 ...

  10. 爬取廖雪峰的python3教程

    从廖雪峰老师的python教程入门的,最近在看python爬虫,入手了一下 代码比较low,没有用到多线程和ip代理池 然后呢,由于robots.txt的限定,构建了一些user-agent,并放慢的 ...