总体框架

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. SharePoint 开发TimerJob 介绍

    项目需要写TimerJob,以前也大概知道原理,不过,开发过程中,还是遇到一些问题,网上看了好多博客,也有写的灰常好的,不过,自己还是想再写一下,也算是给自己一个总结,也算给大家多一个参考吧. Tim ...

  2. 面试之路(18)-java的函数参数传递类型之值传递还是引用传递

    关于这个问题争论了很久,最近也是偶然发现这个问题 经典名言: O'Reilly's Java in a Nutshell by David Flanagan (see Resources) puts ...

  3. 排序算法入门之插入排序(java实现)

    插入排序思想:相当于插入元素,对于第i个元素,i之前的元素已经是有序的了,这时候将第i个元素依次与前面元素比较,插入合适的位置.

  4. 有关Java 锁原理

    锁 锁是用来锁东西的,让别人打不开也看不到!在线程中,用这个“锁”隐喻来说明一个线程在“操作”一个目标(如一个变量)的时候,如果变量是被锁住的,那么其他线程就对这个目标既“操作”不了(挂起)也无法看到 ...

  5. HashMap与ConcurrentHashMap的测试报告

    日期:2008-9-10 测试平台: CPU:Intel Pentium(R) 4 CPU 3.06G 内存:4G 操作系统:window server 2003 一.HashMap与Concurre ...

  6. Quartz.NET 入门教程

    http://www.cnblogs.com/mushroom/p/4067037.html

  7. Bootstrap免费模板站推荐

    第一个:http://startbootstrap.com/ 第二个:http://www.bootstrapzero.com/ 第三个:https://bootswatch.com/ 第四个:htt ...

  8. svn Server sent unexpected return value (403 Forbidden) in response to CHECKOUT

    今天,提交資料到公司svn服務器,但是一直提示 Server sent unexpected return value (403 Forbidden) in response to CHECKOUT ...

  9. (七):C++分布式实时应用框架 2.0

    C++分布式实时应用框架 2.0 技术交流合作QQ群:436466587 欢迎讨论交流 上一篇:(六):大型项目容器化改造 版权声明:本文版权及所用技术归属smartguys团队所有,对于抄袭,非经同 ...

  10. 重温《STL源码剖析》笔记 第一章

    源码之前,了无秘密. --侯杰 经典的书,确实每看一遍都能重新收获一遍: 第一章:STL简介 STL的设计思维:对象的耦合性极低,复用性极高,符合开发封闭原则的程序库. STL的价值:1.带给我们一套 ...