🍪
cookielau
  • Introduction
  • Machine Learning
    • Distributed
      • Bookmarks
    • NLP
      • Transformers
    • MLC
      • Tensor Program Abstraction
      • End-to-End Module Execution
  • Framework
    • PyTorch
      • Bookmarks
      • Model
      • Shared
      • Miscellaneous
    • Tensorflow
      • Bookmarks
      • Model
      • Shared
      • Miscellaneous
    • CUDA
      • Bookmarks
    • DeepSpeed
    • Bagua
      • Model
      • Optimizer
    • Others
      • Bookmarks
  • About Me
    • 2022-04-28
  • Random Thoughts
  • Archives
    • CPP
      • Bookmarks
      • Container
      • Algorithm
      • FILE CONTROL
      • Virtual Table
      • Assembly
      • Key Words
      • Problems
      • Others
    • JAVA
      • String Container
      • Maps
    • PYTHON
      • Bookmarks
      • Python Tools
        • Batch Rename
        • Combine Excel
        • Excel Oprations
        • Read Write Excel
        • Rotate PDF
      • Library
        • Pandas Notes
        • Numpy Notes
        • Json Notes
      • Spider
        • Selenium Install
        • Selenium Locating
        • Selenium Errors
        • Selenium Basics
      • Django
        • Start Up
      • Others
    • LINUX
      • Installation
      • Cli Tools
      • WSL
      • Bugs
    • JUNIOR2
      • Economics
        • Chapter 0x01 经济管理概述
        • Chapter 0x02 微观市场机制分析
        • Chapter 0x03 生产决策与市场结构
        • Chapter 0x04 宏观经济市场分析
        • Chapter 0x05 管理的职能
        • Chapter 0x06 生产系统结构与战略
        • Chapter 0x0b 投资项目经济评价
        • Chapter 0x0f 投资项目经济评价
      • Computer Network
        • 概述
        • 分层模型
        • 物理层
        • 数据链路层
        • 网络层
        • 传输层
        • 应用层
        • HTTP(s)实验
        • [Practice]
      • Software Engineering
        • Introduction
        • Demand Analysis
        • Task Estimation
        • Presentation
      • Network Security
        • Chapter 0x01 概述
        • Chapter 0x02 密码学
        • Chapter 0x03 公钥体制
        • Chapter 0x04 消息认证
        • Chapter 0x05 密钥管理
        • Chapter 0x06 访问控制
        • Assignments
      • x86 Programming
        • Basic Knowledge
        • Program Design
        • System Interruption
        • Frequently used functions
    • MD&LaTex
      • Markdown
      • LaTex
    • NPM
      • NPM LINK
    • MyBlogs
      • 2020BUAA软工——“停下来,回头看”
      • 2020BUAA软工——“初窥构建之法”
      • 2020BUAA软工——“上手软件工程,PSP初体验!”
      • 2020BUAA软工——“深度评测官”
      • 2020BUAA软工——“并肩作战,平面交点Pro”
    • SC
      • PAC 2022
        • Lectures
      • OpenMP & MPI
        • MPI Overview
        • Message Passing Programming
        • OpenMP Overview
        • Work Sharing Directives
        • Annual Challenge
        • Future Topics in OpenMP
        • Tasks
        • OpenMP & MPI
    • Hardware
      • Nvidia GPU
        • Frequent Error
        • Memory Classification
        • CUDA_7_Streams_Simplify_Concurrency
        • Optimize_Data_Transfers_in_CUDA
        • Overlap_Data_Transfers_in_CUDA
        • Write_Flexible_Kernels_with_Grid-Stride_Loops
        • How_to_Access_Global_Memory_Efficiently
        • Using_Shared_Memory
      • Intel CPU
        • Construction
        • Optimization
        • Compilation
        • OpenMP
    • English
      • Vocab
      • Composition
    • Interview
      • Computer Network
Powered by GitBook
On this page
  • 资金的等值计算(复利条件下)
  • 计算题

Was this helpful?

  1. Archives
  2. JUNIOR2
  3. Economics

Chapter 0x0f 投资项目经济评价

PreviousChapter 0x0b 投资项目经济评价NextComputer Network

Last updated 4 years ago

Was this helpful?

  • 约定符号:

    • P — 本金

    • n — 计息期数

    • i — 利率

    • I — 利息总额

    • F — 本利和

    • A — 年金/年值:每个计息期末的等额现金流量

  • 单利:只计算本金得利息

    F=P+I=P∗(1+ni)=P+PniF=P+I=P*(1+ni)=P+PniF=P+I=P∗(1+ni)=P+Pni

  • 复利:除本金以外,利息也作为计算下个计息期利息的基础,即利滚利。

    F=P∗(1+i)nF=P*(1+i)^nF=P∗(1+i)n

资金的等值计算(复利条件下)

  1. 一次支付终值公式 (P->F)

    F=P∗(1+i)nF=P*(1+i)^nF=P∗(1+i)n

  2. 一次支付现值公式 (F->P)

    P=F(1+i)nP=\frac{F}{(1+i)^n}P=(1+i)nF​

  3. 等额支付系列终值公式 (A->F)

    每期末存入价值为 A 的资金,第 n 期末,相当于未来值 F 是多少

    F=∑t=0n−1A∗(1+i)t=A∗(1+i)n−1iF=\sum_{t=0}^{n-1}{A*(1+i)^t}=A*\frac{(1+i)^n-1}{i}F=∑t=0n−1​A∗(1+i)t=A∗i(1+i)n−1​

  4. 等额支付系列偿债基金公式 (F->A)

    A=F∗i(1+i)n−1A=F*\frac{i}{(1+i)^n-1}A=F∗(1+i)n−1i​

  5. 等额支付系列资金回收公式 (P->A)

    设期初存入资金 P,以后每期末取用资金 A,要 求可连续取 n 年,则 A 是多少?

    A=F*\frac{i}{(1+i)^n-1}\tag{1}

    F=P*(1+i)^n\tag{2}

    A=P*\frac{i*(1+i)^n}{(1+i)^n-1}\tag{3}

  6. 等额支付系列现值公式

    P=A∗(1+i)n−1i∗(1+i)nP=A*\frac{(1+i)^n-1}{i*(1+i)^n}P=A∗i∗(1+i)n(1+i)n−1​

计算题

2020春经济管理Chap15作业 17373492 刘取齐

  1. 如果某人想从明年开始的10年中,每年年末从银行提取600元,若按10%利率计复利,则此人在今年的12月31日,必须存入银行多少钱?

    Answer: 使用等额支付系列现值公式

    P=A∗(1+i)n−1i∗(1+i)n=600∗(1+10%)10−110%∗(1+10%)10=3687元P=A*\frac{(1+i)^n-1}{i*(1+i)^n}=600*\frac{(1+10\%)^{10}-1}{10\%*(1+10\%)^{10}}=3687元P=A∗i∗(1+i)n(1+i)n−1​=600∗10%∗(1+10%)10(1+10%)10−1​=3687元

  2. 某项目初始投资10000元,第1年末现金流入2000元,第2年末现金流入3000元,第3-8年每年的现金流入为4000元。若基准投资回收期为5年,问:该项目是否可行?如果考虑基准折现率为10%,那么按照动态投资回收期,该项目是否可行? Answer: 直接计算

    年末

    Ft

    $\sum{Ft}$

    0

    -10000

    -10000

    1

    2000

    -8000

    2

    3000

    -5000

    3

    4000

    -1000

    4

    4000

    3000

    5

    4000

    7000

    6

    4000

    11000

    7

    4000

    15000

    8

    4000

    19000

    项目的静态回收期为3.25年,故项目可行

    年末

    Ft

    现值Pt

    $\sum{Pt}$

    0

    -10000

    -10000

    -10000

    1

    2000

    1818

    -8182

    2

    3000

    2479

    -5703

    3

    4000

    3005

    -2698

    4

    4000

    2732

    34

    5

    4000

    2484

    2518

    6

    4000

    2258

    4776

    7

    4000

    2053

    6829

    8

    4000

    1866

    8695

    可以看出项目的动态回收期在4年年末前,故项目可行。

  3. 某公司拟投资新增一条流水线,预计初始投资900万,使用期限为5年,新增流水线可使公司每年销售收入增加513万元,运营成本增加300万元,第5年末残值为200万元。公司确定的基准收益率为10%,试计算该方案的净现值。

    Answer:

    NPV(10%)=−900(1+10%)0+∑i=15513−300(1+10%)i+200(1+10%)5≈32NPV(10\%)=\frac{-900}{(1+10\%)^0}+\sum_{i=1}^{5}{\frac{513-300}{(1+10\%)^i}}+\frac{200}{(1+10\%)^5}\approx32NPV(10%)=(1+10%)0−900​+∑i=15​(1+10%)i513−300​+(1+10%)5200​≈32

  4. 某化工工程项目,第一年一次性投资1800万元,经两年建设期建设完成。生产期为14年,若投产后预计年均净现金流270万元,无残值,基准投资收益率10%,试用IRR来判断项目是否可行?

    Answer:

    NPV(i)=−1800(1+i)0+∑t=316270(1+i)tNPV(i)=\frac{-1800}{(1+i)^0}+\sum_{t=3}^{16}{\frac{270}{(1+i)^t}}NPV(i)=(1+i)0−1800​+∑t=316​(1+i)t270​

    令NPV(i)=0,使用内插法可得:

    i1=0.07→NPV(i1)=128>0i_1=0.07 \rightarrow NPV(i_1)=128>0i1​=0.07→NPV(i1​)=128>0

    i2=0.08→NPV(i2)=−33<0i_2=0.08 \rightarrow NPV(i_2)=-33<0i2​=0.08→NPV(i2​)=−33<0

    i∗=NPV(i1)∗i2−NPV(i2)∗i1NPV(i1)−NPV(i2)=128∗0.08+33∗0.07128+33=0.078i^*=\frac{NPV(i_1)*i_2-NPV(i_2)*i_1}{NPV(i_1)-NPV(i_2)}=\frac{128*0.08+33*0.07}{128+33}=0.078i∗=NPV(i1​)−NPV(i2​)NPV(i1​)∗i2​−NPV(i2​)∗i1​​=128+33128∗0.08+33∗0.07​=0.078

    0.078<10%0.078<10\%0.078<10%

    说明项目不可行

  5. 有一台设备,如果维修还可以用3年,修理费5000元,年使用费为1600元;如果换一台新设备需要12000元,年使用费600元,可以用6年。设基准贴现率为10%,请使用最小公倍数法确定应采用哪个方案?

    Answer:

    方案

    投资额/元

    年净收益/元

    寿命/年

    维修方案

    5000

    1600

    3

    购买方案

    12000

    600

    6

    最小公倍数为6,故:

    NPV(10%)(维修重复)=−5000(1+10%)0+−5000(1+10%)3+∑t=16−1600(1+10%)t=−14822NPV(10\%)_{(维修重复)}=\frac{-5000}{(1+10\%)^0}+\frac{-5000}{(1+10\%)^3}+\sum_{t=1}^{6}{\frac{-1600}{(1+10\%)^t}}=-14822NPV(10%)(维修重复)​=(1+10%)0−5000​+(1+10%)3−5000​+∑t=16​(1+10%)t−1600​=−14822

    NPV(10%)(购买重复)=−12000(1+10%)0+∑t=16−600(1+10%)t=−14613NPV(10\%)_{(购买重复)}=\frac{-12000}{(1+10\%)^0}+\sum_{t=1}^{6}{\frac{-600}{(1+10\%)^t}}=-14613NPV(10%)(购买重复)​=(1+10%)0−12000​+∑t=16​(1+10%)t−600​=−14613

    两者差距并不大,但选择新买方案更优