总体框架

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. 复位windows网络参数的方法

    使用电脑的时候,经常会遇到网络相关的问题,以前读大学的时候就知道怎么解决,就是下面这个方案. 开始-全部程序-附件-命令提示符-右键-以管理员身份运行出来一个黑底白字的窗口,在里面输入: netsh ...

  2. rails中weill_paginate的paginate方法中不能使用额外参数的解决办法

    我们知道高版本中的rails中的分页功能已经放在will_paginate这个gem中,我们在控制器方法中往往需要调用其paginate方法来实现分页数据集控制,举个例子:正常的情况我们想要每页显示1 ...

  3. was上的应用程序部分启动的原因

    最近几天为了方便联调,我把两个项目配置到was测试环境上,前几天还好好的,昨天忽然有一个项目反复安装后都呈现部分启动的状态,打开节点一看,偏偏没启动的那个节点就是我需要用的79节点. 这让我很郁闷,硬 ...

  4. MariaDB/MySQL用户和权限管理

    本文目录: 1.权限验证 1.1 权限表 1.2 图解认证和权限分配的两个阶段 1.3 权限生效时机 2.用户管理 2.1 创建用户 2.2 create user和alter user 2.3 记录 ...

  5. java keytool

    1.tomcat 配置Https,server.xml <Connector protocol="org.apache.coyote.http11.Http11Protocol&quo ...

  6. MySql 时间操作(今天,昨天,7天,30天,本月,上月)

    1 . 查看当天日期 select current_date(); 2. 查看当天时间 select current_time(); 3.查看当天时间日期 select current_timesta ...

  7. 关于Django升级的一些联想

    刚刚阅读完django1.11的release note,从django1.4一直用到django1.11,以及即将到来的大版本django2.0,Django的版本升级策略和国内的技术现状对比称得上 ...

  8. lvs+keepalive实现主从效果,以及RS健康监测和tcp,udp实现非web的负载均衡

    前面文章讲到了tcp和udp负载均衡,但是没有健康监测,这几天我优化了一下上次的操作.当然,我也是用的跨网段的通讯,因为线上业务主要是海外业务,所以做了iptables流量转发 IP: lvs-mas ...

  9. 分布式消息队列XXL-MQ

    <分布式消息队列XXL-MQ>     一.简介 1.1 概述 XXL-MQ是一款轻量级分布式消息队列,支持串行.并行和广播等多种消息模型.现已开放源代码,开箱即用. 支持三种消息模式: ...

  10. Windows10 ubuntu子系统的启用即基础配置

    Windows 10 在一周年更新后,本身集成一个不带有图形界面的ubuntu 14.04系统了,大大方便了Linux开发,并且本身使用很方便,像我这种Windows死忠,只会在Linux下跑一下一定 ...